/* * CSS
/* * Name: Desguaces
/* * Description: CSS Recambios
/* * Version: 8.0
/* * Author: MMC */

.select2-container--default .select2-results > .select2-results__options {
    max-height: 250px !important;
}

.widget_search .search-form::before {
    top: 2px !important;
}

.recambios-close {
    position: absolute; 
    right: 10px;
    z-index: 1;
}

.pagina-recambios .page-title {
    display: none !important;
}

.store-content .page-numbers,
.desguaces-search .page-numbers {
    cursor: pointer;
}

.recambios-avanzado .chrom-bread-wrap,
.recambios-base .chrom-bread-wrap {
    display: none !important;
}

.recambios-avanzado .site-sidebar,
.recambios-base .site-sidebar {
    padding-top: 0em !important
}

.recambios-base .select2-container {
    z-index: 999999 !important;
}

.recambios-avanzado .recambios {
    display: flex;
    margin: 1em 0 3em 0;
    min-height: 100vh;
}

.recambios-base .recambios {
    padding: 0 0.5em;
}

.recambios-avanzado .recambios .widget
.recambios-base .recambios .widget {
    padding: 0 !important;
}

.recambios-avanzado .recambios .term_header {
    background-color: var(--accent-bg-color);
    color: var(--accent-color);
    margin-bottom: 0.5em;
}

.recambios-avanzado .recambios .dot {
    position: relative;
    display: inline-block;
    top: -7px;
    margin-left: 2px;
    height: 5px;
    width: 5px;
    background-color: var(--accent-bg-color);
    border-radius: 50%;
}

.term_header.premium {
    display: flex;
    margin: 1.6em 0 !important;
    background-color: transparent !important;
    color: #000 !important;
}

#brxe-marcas,
#brxe-modelos,
#brxe-versiones,
#brxe-motores,
#brxe-familias,
#brxe-articulos,
#brxe-referencias,
#brxe-puertas,
#brxe-colores {
    max-height: 400px;
    overflow-y: auto;
}

.recambios-avanzado .recambios .term_title {
    padding: 0 1em;
    font-weight: bold;
    line-height: 2em;
}

.term_header.premium .term_title {
    flex: 1 1 auto;
    cursor: pointer;
}

.premium.tags {
    padding: 2em 1em 0 1em;
}

.desguaces-tags {
    cursor: pointer;
}

.premium.tags sup {
    font-size: 1em;
    margin-top: 0.9em;
}

.premium.hidden {
    display: none;
}

.precio.premium {
    padding: 1em 1em 3em 1.5em !important;
}

.anyos.premium #anyos {
    margin: 2em 2em 5em 1.5em;
}

.recambios-avanzado .recambios .term {
    padding: 0.5em 1em 0.5em 1em;
    display: flex;
}

.recambios-avanzado .recambios .term.hidden {
    display: none;
}

.recambios-avanzado .recambios .term.active {
    background-color: #000;
    color: #fff;
}

.recambios-avanzado .recambios .term.active.filtrado {
    margin-bottom: 2em;
}

.recambios-avanzado .recambios .term_value {
    flex: 1 1 auto;
    cursor: pointer;
}

.recambios-avanzado .recambios .term_count {
    font-feature-settings: "tnum";
    font-variant-numeric: tabular-nums;
    cursor: pointer;
}

.recambios-avanzado .recambios .term_more {
    text-align: center;
    font-size: small;
    margin-bottom: 1em;
    cursor: pointer;
}

button.term_more {
    float: right;
    margin-right: 15px;
    background: transparent;
    color: #999;
    font-size: 20px !important;
    margin-bottom: 0 !important;
}

.recambios-avanzado .recambios .precio,
.recambios-base .recambios .precio {
    padding: 1em 1em 3em 1em;
}

.recambios-avanzado .recambios .precio .sf-range-min,
.recambios-avanzado .recambios .precio .sf-range-max,
.recambios-base .recambios .precio .sf-range-min,
.recambios-base .recambios .precio .sf-range-max {
    max-width: 100%;
}

.recambios-avanzado .recambios #slider,
.recambios-base .recambios #slider {
    margin: 1em 0 !important;
    max-width: 94% !important;
}

.recambios-base .desguaces-search .widget_custom_html {
    display: none;
}

.recambios-base .desguaces-search .site-sidebar {
    margin-bottom: 0 !important;
}

.recambios-base .desguaces-search nav.woocommerce-pagination {
    margin: 0 0 40px 0;
}

.mouse div {
    position: fixed;
    bottom: 10%;
    left: calc(50% + 100px);
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #000;
    font : normal 400 20px/1 'Josefin Sans', sans-serif;
    letter-spacing: .1em;
    text-decoration: none;
    transition: opacity .3s;
}

#recambios-scroll div {
    padding-top: 61px;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 16px;
    margin: auto 0;
}

#recambios-scroll div span {
    position: absolute;
    top: 9px;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #000;
    border-radius: 50px;
    box-sizing: border-box;
}

#recambios-scroll div span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #000;
    border-radius: 100%;
    -webkit-animation: sdb10 2s infinite;
    animation: sdb10 2s infinite;
    box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb10 {
    0% {
        transform: translate(0, 0);
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translate(0, 20px);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.woocommerce-pagination ul.page-numbers li a, .woocommerce-pagination ul.page-numbers li span {
    padding: 2px !important;
    width: auto !important;
    min-width: 40px !important;
    line-height: 36px !important;
}

.searchandfilter .sf-range-max,
.searchandfilter .sf-range-min {
    max-width: 100%;
}

#slider {
    margin: 25px 0;
    height: 15px;
}

#slider .noUi-handle {
    height: 24px;
    width: 24px;
    top: -5px;
    right: -17px; /* half the width */
    border-radius:20px;
}

#slider .noUi-handle::after, 
#slider .noUi-handle::before {
    height: 9px;
    margin-left: -5px;
}

.site-sidebar.style-2 .widget:not(:last-child), .site-sidebar.style-3 .widget:not(:last-child) {
    padding: 1.5em 20px 2em 20px !important;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__options li:first-child::after {
    content: " x";
    text-align: right;
    float:right;
    margin-right: 15px;
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.noUi-pips,
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.searchandfilter-date-picker .ui-helper-hidden {
    display: none
}

.searchandfilter-date-picker .ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.searchandfilter-date-picker .ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.searchandfilter-date-picker .ui-helper-clearfix:after,
.searchandfilter-date-picker .ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse
}

.searchandfilter-date-picker .ui-helper-clearfix:after {
    clear: both
}

.searchandfilter-date-picker .ui-helper-clearfix {
    min-height: 0
}

.searchandfilter-date-picker .ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.searchandfilter-date-picker .ui-front {
    z-index: 100
}

.searchandfilter-date-picker .ui-state-disabled {
    cursor: default!important
}

.searchandfilter-date-picker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.searchandfilter-date-picker .ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.searchandfilter-date-picker .ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next,
.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover,
.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover {
    top: 1px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next {
    right: 2px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next span,
.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
    display: inline-block
}

.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month-year {
    width: 100%
}

.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month,
.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-year {
    width: 49%
}

.searchandfilter-date-picker .ui-icon {
    width: 16px;
    height: 16px;
    background-position: 16px 16px
}

.searchandfilter-date-picker .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.searchandfilter-date-picker .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: 700;
    border: 0
}

.searchandfilter-date-picker .ui-datepicker td {
    border: 0;
    padding: 1px
}

.searchandfilter-date-picker .ui-datepicker td a,
.searchandfilter-date-picker .ui-datepicker td span {
    display: block;
    text-align: center;
    text-decoration: none
}

.searchandfilter-date-picker .ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em
}

.ll-skin-melon .ui-datepicker {
    padding: 0
}

.ll-skin-melon .ui-datepicker-header {
    border: none;
    background: 0 0;
    font-weight: 400;
    font-size: 15px
}

.ll-skin-melon .ui-datepicker-header .ui-state-hover {
    background: 0 0;
    border-color: transparent;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.ll-skin-melon .ui-datepicker .ui-datepicker-title {
    margin-top: .4em;
    margin-bottom: .3em;
    color: #e9f0f4
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
    top: .9em;
    border: none
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
    right: 2px
}

.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
    background-image: url(../img/ui-icons_ffffff_256x240.png);
    background-position: -32px 0;
    margin-top: 0;
    top: 0;
    font-weight: 400
}

.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
    background-position: -96px 0
}

.ll-skin-melon .ui-datepicker table {
    margin: 0
}

.ll-skin-melon .ui-datepicker th {
    padding: 1em 0;
    color: #ccc;
    font-size: 13px;
    font-weight: 400;
    border: none;
    border-top: 1px solid #3a414d
}

.ll-skin-melon .ui-state-disabled {
    opacity: 1
}

.ll-skin-melon .ui-state-disabled .ui-state-default {
    color: #fba49e
}


/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: none;
    touch-action: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr;
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
    border-radius: 3px
}

.noUi-handle,
.noUi-tooltip {
    position: absolute;
    border: 1px solid #D9D9D9
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.noUi-connect {
    background-color: var(--accent-bg-color) !important;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
    left: auto;
    right: 0
}

.noUi-vertical .noUi-origin {
    width: 0
}

.noUi-horizontal .noUi-origin {
    height: 0
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform .3s;
    transition: transform .3s
}

.noUi-state-drag * {
    cursor: inherit!important
}

.noUi-horizontal {
    height: 18px
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    left: -17px;
    top: -6px
}

.noUi-vertical {
    width: 18px
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    left: -6px;
    top: -17px
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -17px;
    left: auto
}

.noUi-connect {
    background: #3FB8AF
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px
}

.noUi-handle:after {
    left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px
}

.noUi-vertical .noUi-handle:after {
    top: 17px
}

[disabled] .noUi-connect {
    background: #B8B8B8
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noUi-pips {
    position: absolute
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    position: absolute;
    background: #CCC
}

.noUi-marker-large,
.noUi-marker-sub {
    background: #AAA
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%, 0);
    padding-left: 25px
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%)
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    display: block;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

.pagina-recambios p {
    margin-top: 1em;
    display: block
}

.pagina-recambios ul {
    display: block;
    margin-top: 0;
    margin-bottom: 0
}

.pagina-recambios .site-sidebar ul li {
    list-style: none;
    display: block;
    padding: 10px 0;
    margin: 0
}

.pagina-recambios .site-sidebar hr {
    margin: 0.9em;
}

.pagina-recambios ul li li {
    padding: 5px 0
}

.pagina-recambios ul li ul li ul {
    margin-left: 20px
}

.site-sidebar label {
    display: inline-block;
    margin: 0;
    padding: 0;
    max-width: 34%;
}

.pagina-recambios .searchandfilter label {
    max-width: 40%;
}


.searchandfilter>ul>li[data-sf-combobox="1"] label {
    display: block
}

.pagina-recambios li[data-sf-field-input-type=checkbox] label,
.pagina-recambios li[data-sf-field-input-type=radio] label,
.pagina-recambios li[data-sf-field-input-type=range-radio] label,
.pagina-recambios li[data-sf-field-input-type=range-checkbox] label {
    padding-left: 10px
}

.pagina-recambios .sf-date-prefix {
    padding-right: 5px;
    display: inline-block
}

.pagina-recambios .sf-count,
.pagina-recambios .sf-date-postfix {
    padding-left: 5px;
    display: inline-block
}

.pagina-recambios .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute!important;
    width: 1px
}

.pagina-recambios h4 {
    margin: 0;
    padding: 5px 0 10px;
    font-size: 16px
}

.pagina-recambios .sf-range-max,
.pagina-recambios .sf-range-min {
    max-width: 80px
}

.pagina-recambios .sf-meta-range-radio-fromto .sf-range-max,
.pagina-recambios .sf-meta-range-radio-fromto .sf-range-min {
    display: inline-block;
    vertical-align: middle
}

.pagina-recambios .sf-meta-range-radio-fromto span.sf-range-values-seperator {
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px
}

.pagina-recambios .datepicker {
    max-width: 170px
}

.pagina-recambios select.sf-input-select {
    min-width: 170px
}

.pagina-recambios select.sf-range-max.sf-input-select,
.pagina-recambios select.sf-range-min.sf-input-select {
    min-width: auto
}

.pagina-recambios ul>li>ul:not(.children) {
    margin-left: 0
}

.pagina-recambios .meta-slider {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 15px;
    max-width: 220px
}

.pagina-recambios .noUi-connect {
    background-color: #526E91
}

.searchandfilter.search-filter-disabled .noUi-connect {
    opacity: .7
}

.pagina-recambios .noUi-horizontal.noUi-extended {
    padding: 0 10px
}

.pagina-recambios .noUi-horizontal.noUi-extended .noUi-origin {
    right: -10px
}

.pagina-recambios .noUi-handle {
    border-color: #ccc
}

.pagina-recambios .noUi-horizontal .noUi-handle {
    width: 24px;
    height: 24px;
    top: -5px;
    border-radius: 20px;
    left: -12px
}

.pagina-recambios .noUi-horizontal .noUi-handle:after,
.pagina-recambios .noUi-horizontal .noUi-handle:before {
    height: 9px;
    top: 7px
}

.pagina-recambios .noUi-horizontal .noUi-handle:before {
    left: 9px
}

.pagina-recambios .noUi-horizontal .noUi-handle:after {
    left: 12px
}

.search-filter-scroll-loading {
    display: block;
    margin: 20px 10px 10px;
    height: 30px;
    width: 30px;
    animation: search-filter-loader-rotate .7s infinite linear;
    border: 5px solid rgba(0, 0, 0, .15);
    border-right-color: rgba(0, 0, 0, .6);
    border-radius: 50%
}

@keyframes search-filter-loader-rotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.ll-skin-melon {
    font-size: 90%
}

.ll-skin-melon .ui-datepicker td {
    background: #f7f7f7;
    border: none;
    padding: 0
}

.ll-skin-melon .ui-datepicker th {
    border-color: #4D6077
}

.ll-skin-melon .ui-widget {
    font-family: inherit;
    background: #526E91;
    border: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.searchandfilter.horizontal ul>li {
    display: inline-block;
    padding-right: 10px
}

.searchandfilter.horizontal ul>li li {
    display: block
}

.ll-skin-melon td .ui-state-default {
    background: 0 0;
    border: none;
    text-align: center;
    padding: .3em;
    margin: 0;
    font-weight: 400;
    color: #6C88AC;
    font-size: 14px
}

.ll-skin-melon td .ui-state-active {
    background: #526E91;
    color: #fff
}

.ll-skin-melon td .ui-state-hover {
    background: #C4D6EC
}

.pagina-recambios li.hide,
.pagina-recambios select option.hide {
    display: none
}

.pagina-recambios .disabled {
    opacity: .7
}

.search-filter-results .sf-active {
    font-weight: 700
}

.search-filter-results .sf-disabled {
    opacity: .5
}

.home .sf-field-submit input {
    text-align: center !important;
}

@media screen and (max-width: 768px) {
    .home li.product .inner-wrapper,
    ul.products li.product .inner-wrapper {
        height: 100% !important;
        padding-top: 2em !important;
    }

    .home li.product .img-wrapper,
    ul.products li.product .img-wrapper {
        height: 150px !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: stretch !important;
    }

    .pagina-campa ul.products li.product .img-wrapper {
        margin: 20px 20px 0 20px !important;
    }

    .home li.product .img-wrapper img,
    ul.products li.product .img-wrapper img {
        min-height: 200px;
        object-fit: cover;
    }

    .pagina-recambios #logo-navigation {
        position: fixed;
        z-index: 9999999;
        width: 100%;
        top: 0;
        max-height: 50px;
    }

    #mega-menu-wrap-logo-group-nav .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
        padding-top: 12px;
    }

    .site-branding .hgroup-sidebar {
        display: flex;
        flex-wrap: wrap;
    }
    
    .site-branding .hgroup-sidebar .widget.widget_search {
        min-width: 250px !important;
        order: 3;
        margin: 1.5em 0.5em 1em 0.5em !important;
    }
    
    .site-branding .hgroup-sidebar #custom_html-1 {
        order: 1;
        /*flex-grow: 0.5;*/
    }
    
    .site-branding .hgroup-sidebar #tz_woo_cart-1 {
        order: 1;
        margin: 0 0.25em 0 0;
    }
    
    .desguaces-search {
        background-color: #fff;
        padding: 0;
        height: 100vh;
        overflow: hidden;
    }

    .recambios-avanzado .recambios,
    .recambios-base .recambios {
        display: block !important;
        position: absolute;
        top: 90px;
        z-index: 999999;
        margin: 0 !important;
        min-height: 100vh;
        width: 100vw;
        overflow: hidden;
    }
    
    .desguaces-search .site-content {
        top: 0px !important;
    }

    .home .desguaces-search .recambios .store-content {
        padding: 0 1em !important;
    }

    .desguaces-search .widget.widget_search {   
        position: fixed;
        z-index: 999999;
        width: 100%;
        background-color: #fff;
        top: 50px;
    }
    
    .desguaces-search .widget_search .search-form {
        border-color: #e1e1e1;
        height: 40px;
        border-style: solid;
        border-width: 0 0 1px 0;
        border-radius: 0;
        background-color: #fff;
        width: 100vw;
    }

    .widget_search .search-form::before {
        top: 2px;
        left: 10px;
        right: unset !important;
    }

    .widget_search .search-form .search-field {
        padding: 0 10px 0 45px !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none !important;
        box-shadow: none !important;
    }

    .desguaces-search .widget_search .search-form input[type="search"]:focus {
        background-color: transparent !important;
    }

    .desguaces-search .widget_search .search-form .search-field {
        padding: 0 !important;
        margin: 0 0 0 45px;
        width: calc(100% - 125px);
        height: 38px;
        border: none;
    }

    .widget_search .search-form .search-submit {
        display: none;
    }

    .desguaces-search .recambios-filtros {
        position: fixed; 
        right: 38px;
        top: 59px;
        z-index: 1;
    }

    .pagina-recambios .site {
        display: none !important;
    }

    .pagina-recambios .desguaces-search .recambios-filtros {
        right: 9px;
    }

    .desguaces-search .recambios-close {
        position: fixed; 
        top: 9px;
    }
    
    .desguaces-search .recambio-no-resultados {
        padding: 0.5em 0 0 1em !important;
    }

    .desguaces-search .site-sidebar {
        width: 100%;
    }

    .recambios-avanzado .desguaces-search .site-sidebar {
        padding: 0.5em 1em 0 0.5em !important;
    }

    .recambios-base .desguaces-search .site-sidebar {
        padding: 0.5em 0.25em 0 0.5em !important;
    }

    .recambios-base .desguaces-search .site-sidebar strong {
        font-size: 14px;
        font-weight: 500;
        color: #000;
    }

    .recambios-base .desguaces-search .searchandfilter h4 {
        width: calc(100% - 6px); 
    }

    .desguaces-search .site-sidebar.style-2 .widget:not(:last-child), 
    .desguaces-search .site-sidebar.style-3 .widget:not(:last-child) {
        padding: 0 !important;
    }

    .desguaces-search .woocommerce-ordering {
        margin-bottom: 1em;
    }

    .desguaces-search .view-controls-wrapper,
    .desguaces-search ul.products {
        margin: 0;
    }

    .desguaces-search li.product .img-wrapper {
        padding:  0 0.5em 0 0;
    }

    .desguaces-search li.product:hover .img-wrapper img {
        transform: scale(1) !important;
    }

    .desguaces-search li.product .excerpt-wrapper {
        padding: 0 1em 0 0 !important;
    }

    .desguaces-search .search-form .search-field {
        border-radius: 0px;
    }

    .mouse div {
        left: calc(50% - 50px );
    }

    #sidebar-shop {
        display: none;
    }

    .desguaces-search .recambios .precio .sf-range-min, 
    .desguaces-search .recambios .precio .sf-range-max,
    .desguaces-search .recambios .searchandfilter .sf-range-min, 
    .desguaces-search .recambios .searchandfilter .sf-range-max {
        max-width: 100%;
    }

    .desguaces-search .recambios #slider {
        max-width: 96%;
    }

    .desguaces-search .products .columns-3 li,
    .desguaces-search .products .product {
        max-width: 50% !important;
    }

    .mobile-one-col-products.woocommerce .desguaces-search ul.products[class*="columns-"] li.product, .mobile-one-col-products.woocommerce-page ul.products[class*="columns-"] li.product {
        margin: 0 0 2em 0 !important;
    }

    .desguaces-search ul.products {
        justify-content: left;
    }
}

@media screen and (min-width: 1024px) {
    .home li.product .inner-wrapper,
    .recambios ul.products li.product .inner-wrapper {
        height: 100% !important;
        padding-top: 2em !important;
    }

    .pagina-campa ul.products li.product .inner-wrapper {
        height: 100% !important;
        padding-top: 1em !important;
    }

    .pagina-campa .woocommerce-pagination {
        margin-bottom: 2em !important;
    }

    .home li.product .img-wrapper,
    .recambios ul.products li.product .img-wrapper {
        padding: 0 2em !important;
        margin-bottom: 1em !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: stretch !important;
        height: 160px;
        flex-direction: column;
    }

    .campa ul.products li.product .img-wrapper {
        padding: 0 2em !important;
        margin-bottom: 1em !important;
        overflow: hidden !important;
        display: flex !important;
        align-items: center !important;
        justify-content: stretch !important;
        flex-direction: column;
    }

    .home li.product .img-wrapper img,
    ul.products li.product .img-wrapper img {
        min-height: 200px;
        object-fit: cover;
    }
}