html.df-fix-layout, html.df-fix-layout body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.df-hidden {
    display: none!important
}

.df-visible {
    visibility: visible!important
}

.df-classic .df-banner {
    display: block;
    margin: 8px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding: 0
}

.df-classic .df-banner+.df-banner {
    margin-top: 0
}

.df-classic .df-banner img {
    display: block;
    max-width: 100%;
    margin: auto;
    border: 0
}

.df-classic  {
    display: block;
    float: none;
    position: absolute;
    right: 16px;
    bottom: 8px;
    margin: 0;
    padding: 0;
    border: 0;
    color: #606569!important;
    font-size: 9px!important;
    line-height: 1.5;
    text-decoration: none!important
}

.df-classic  i {
    display: inline-block;
    position: relative;
    top: 2px;
    margin: 0;
    padding: 0;
    border: 0;
    width: 39px;
    height: 10px;
    overflow: hidden;
    text-indent: -9999px;
}

.df-classic .df-btn, .df-classic [data-role=panel-content] [data-toggle-extra-content] {
    display: inline-block;
    padding: 7px 14px;
    /*border: 1px solid #4d5154;*/
    background-color: inherit;
    vertical-align: middle;
    color: #fff;
    font: inherit;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    cursor: pointer
}

.df-classic .df-btn:active, .df-classic .df-btn:focus, .df-classic .df-btn:hover, .df-classic [data-role=panel-content] [data-toggle-extra-content]:active, .df-classic [data-role=panel-content] [data-toggle-extra-content]:focus, .df-classic [data-role=panel-content] [data-toggle-extra-content]:hover {
    background-color: inherit;
    border-color: inherit;
}

.df-classic .df-btn--block, .df-classic [data-role=panel-content] [data-toggle-extra-content]{
    width: 100%
}

.df-classic .df-btn--small, .df-classic [data-role=panel-content] [data-toggle-extra-content] {
    padding: 3.5px 7px;
    line-height: 1.2
}

.df-classic .df-btn--plain, .df-classic [data-role=panel-content] [data-toggle-extra-content] {
    border-width: 0;
    color: #747474;
    background-color: transparent;
    border-color: transparent
}

.df-classic .df-btn--plain:active, .df-classic .df-btn--plain:focus, .df-classic .df-btn--plain:hover, .df-classic [data-role=panel-content] [data-toggle-extra-content]:active, .df-classic [data-role=panel-content] [data-toggle-extra-content]:focus, .df-classic [data-role=panel-content] [data-toggle-extra-content]:hover {
    background-color: transparent;
    border-color: transparent
}

.df-classic .df-btn--plain:hover, .df-classic [data-role=panel-content] [data-toggle-extra-content]:hover{
    color: #333
}

.df-classic .df-btn--colorful {
    background-color: #f30018;
    color: #fff;
    border: none;
    border-radius: 4px
}

.df-classic .df-btn--colorful:active, .df-classic .df-btn--colorful:focus, .df-classic .df-btn--colorful:hover {
    color: #fff;
    background-color: #da0015;
    border-color: #da0015
}

.df-classic .df-card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    background: #fff;
    border: 1px solid #eee;
    font-size: 14px;
    line-height: 1.285714286
}

.df-classic .df-card:hover {
    background-color: #eee
}

.df-classic .df-card>a, .df-classic .df-card>a:link, .df-classic .df-card>a:visited {
    color: inherit;
    text-decoration: none
}

.df-classic .df-card__main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.df-classic .df-card__image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    height: 180px;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

.df-classic .df-card__image img {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-height: 100%;
    max-width: 100%;
    border: 0
}

.df-classic .df-card__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.df-classic .df-card__content>*+* {
    margin-top: 16px
}

.df-classic .df-card__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    word-wrap: break-word
}

.df-classic .df-card__description {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: none;
    font-size: 13px;
    word-wrap: break-word
}

.df-classic .df-card__pricing {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.df-classic .df-card__price {
    display: inline-block;
    margin-left: 4px;
    margin-right: 4px;
    font-weight: 700
}

.df-classic .df-card__price--old {
    text-decoration: line-through
}

.df-classic .df-card__price--new {
    color: #f30018
}

.df-classic .df-panel {
    margin: 0 0 16px;
    padding: 0;
    background-color: inherit
}

.df-classic .df-panel [class*=grid] {
    float: none;
    margin-left: 0
}

.df-classic .df-panel[data-collapse] .df-panel__title {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill%3D%22%23000000%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%207L7%207%207%2010%206%2010%206%207%203%207%203%206%206%206%206%203%207%203%207%206%2010%206%2010%207%2010%207Z%22%20fill%3D%22%23000000%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200L12%200%2012%2012%200%2012%200%200Z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A")
}

.df-classic .df-panel[data-collapse] .df-panel__content .df-slider, .df-classic .df-panel[data-collapse] .df-panel__content .df-term:not([data-selected]), .df-classic .df-panel[data-collapse] .df-panel__content [data-toggle-extra-content] {
    display: none
}

.df-classic .df-panel__title {
    display: block;
    padding: 8px 16px;
    margin: 0 0 8px;
    max-height: 32px;
    background-color: inherit;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%0A%20%20%20%20%3Cg%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10%207L3%207%203%206%2010%206%2010%207%2010%207Z%22%20fill%3D%22%23000000%22/%3E%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M0%200L12%200%2012%2012%200%2012%200%200Z%22/%3E%0A%20%20%20%20%3C/g%3E%0A%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: right 16px center
}

.df-classic .df-panel__count {
    color: #747474
}

.df-classic .df-panel__content {
    padding: 0 8px
}

.df-classic .df-panel__content__extra, .df-classic [data-role=panel-content]:not([data-view-extra-content]) [data-extra-content]:not([data-selected]) {
    display: none
}

.df-classic .df-term {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4px 8px;
    margin-bottom: 4px;
    border: 1px solid transparent;
    background-color: inherit;
    font-size: 13px;
    line-height: 1.4;
    text-decoration: none;
    color: #333
}

.df-classic .df-term:active, .df-classic .df-term:focus, .df-classic .df-term:hover, .df-classic .df-term.selected {
    border-radius: 4px;
    background-color: grey;
    border-color: limegreen;
    text-decoration: none;
    color: white;
}

.df-classic .selected .df-term__count {
    margin-left: 8px;
    color: white;
}
.df-classic .df-term__count {
    margin-left: 8px;
    color: #747474
}

.df-classic .df-term[data-selected] {
    border-radius: 4px;
    background-color: #f30018;
    border-color: #f30018;
    color: #fff
}

.df-classic .df-term[data-selected]:active, .df-classic .df-term[data-selected]:focus, .df-classic .df-term[data-selected]:hover {
    background-color: #da0015;
    border-color: #da0015
}

.df-classic .df-term[data-selected]:hover {
    color: #fff
}

.df-classic .df-term[data-selected] .df-term__count {
    color: inherit
}

.df-classic .df-range {
    padding: 8px
}

.df-classic .df-slider {
    padding: 40px 10px
}

.df-classic .df-slider, .df-classic .df-slider * {
    box-sizing: border-box
}

.df-classic .df-slider .noUi-target, .df-classic .df-slider .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.df-classic .df-slider .noUi-target {
    position: relative;
    direction: ltr
}

.df-classic .df-slider .noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.df-classic .df-slider .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 2px
}

.df-classic .df-slider .noUi-stacking .noUi-handle {
    z-index: 10
}

.df-classic .df-slider .noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    -o-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

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

.df-classic .df-slider .noUi-base, .df-classic .df-slider .noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.df-classic .df-slider .noUi-horizontal .noUi-handle {
    top: -6px
}

.df-classic .df-slider .noUi-vertical {
    width: 18px
}

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

.df-classic .df-slider .noUi-background {
    background: #fafafa;
    box-shadow: inset 0 1px 1px #f0f0f0
}

.df-classic .df-slider .noUi-connect {
    background: #3fb8af;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
    -webkit-transition: background 450ms;
    -o-transition: background 450ms;
    transition: background 450ms
}

.df-classic .df-slider .noUi-target {
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.df-classic .df-slider .noUi-target.noUi-connect {
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}

.df-classic .df-slider .noUi-draggable {
    cursor: w-resize
}

.df-classic .df-slider .noUi-vertical .noUi-draggable {
    cursor: n-resize
}

.df-classic .df-slider .noUi-handle {
    position: relative;
    z-index: 1;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.df-classic .df-slider .noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

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

.df-classic .df-slider .noUi-handle:after {
    left: 17px
}

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

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

.df-classic .df-slider [disabled] .noUi-connect, .df-classic .df-slider [disabled].noUi-connect {
    background: #b8b8b8
}

.df-classic .df-slider [disabled] .noUi-handle, .df-classic .df-slider [disabled].noUi-origin {
    cursor: not-allowed
}

.df-classic .df-slider .noUi-pips, .df-classic .df-slider .noUi-pips * {
    box-sizing: border-box
}

.df-classic .df-slider .noUi-pips {
    position: absolute;
    color: #999
}

.df-classic .df-slider .noUi-value {
    position: absolute;
    text-align: center
}

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

.df-classic .df-slider .noUi-marker {
    position: absolute;
    background: #ccc
}

.df-classic .df-slider .noUi-marker-large, .df-classic .df-slider .noUi-marker-sub {
    background: #aaa
}

.df-classic .df-slider .noUi-pips-horizontal {
    padding: 10px 0;
    top: 100%;
    left: 0;
    width: 100%
}

.df-classic .df-slider .noUi-value-horizontal {
    -webkit-transform: translate3d(-50%, 50%, 0);
    transform: translate3d(-50%, 50%, 0);
    font-size: 80%
}

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

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

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

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

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

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

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

.df-classic .df-slider .noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    text-align: center
}

.df-classic .df-slider .noUi-vertical .noUi-handle-lower .noUi-tooltip {
    left: 120%
}

.df-classic .df-slider .noUi-vertical .noUi-handle-upper .noUi-tooltip {
    right: 120%
}

.df-classic .df-slider .noUi-value-horizontal[data-position="0"] {
    -webkit-transform: translate3d(-8px, 60%, 0);
    transform: translate3d(-8px, 60%, 0);
    left: 0
}

.df-classic .df-slider .noUi-value-horizontal[data-position="50"] {
    -webkit-transform: translate3d(-50%, 60%, 0);
    transform: translate3d(-50%, 60%, 0);
    left: 50%
}

.df-classic .df-slider .noUi-value-horizontal[data-position="100"] {
    -webkit-transform: translate3d(4px, 60%, 0);
    transform: translate3d(4px, 60%, 0);
    right: 0
}

.df-classic .df-slider .noUi-marker-horizontal.noUi-marker-large {
    height: 8px
}

.df-classic .df-slider .noUi-background {
    background-color: #9aa4ac;
    box-shadow: none
}

.df-classic .df-slider .noUi-connect {
    background-color: #fff;
    box-shadow: none
}

.df-classic .df-slider .noUi-tooltip {
    font-size: 80%;
    background-color: #b0b0b0;
    color: #fff;
    border-width: 0;
    padding: 2px 5px;
    white-space: nowrap;
    max-width: none
}

.df-classic .df-slider .noUi-horizontal {
    height: 8px
}

.df-classic .df-slider .noUi-horizontal .noUi-handle {
    left: -9px;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 18px;
    cursor: ew-resize
}

.df-classic .df-slider .noUi-horizontal .noUi-handle::before {
    display: none
}

.df-classic .df-slider .noUi-horizontal .noUi-handle::after {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background-color: #9aa4ac;
    left: 4px;
    top: 4px
}

.df-classic .df-slider .noUi-horizontal .noUi-handle.noUi-active::after, .df-classic .df-slider .noUi-horizontal .noUi-handle:hover::after {
    background-color: #333
}

.df-classic .df-slider .noUi-horizontal .noUi-handle-upper .noUi-tooltip {
    right: 0;
    bottom: -24px
}

.df-classic .df-slider .noUi-horizontal .noUi-handle-lower .noUi-tooltip {
    top: -24px
}

.df-classic .df-slider .noUi-target[disabled] {
    cursor: not-allowed
}

.df-classic .df-slider .noUi-target[disabled], .df-classic .df-slider .noUi-target[disabled] .noUi-background, .df-classic .df-slider .noUi-target[disabled] .noUi-connect {
    background-color: #d2d6da
}

.df-classic .df-slider .noUi-target[disabled] .noUi-handle {
    cursor: not-allowed
}

.df-classic .df-slider .noUi-target[disabled] .noUi-handle.noUi-active::after, .df-classic .df-slider .noUi-target[disabled] .noUi-handle::after, .df-classic .df-slider .noUi-target[disabled] .noUi-handle:hover::after {
    background-color: #d2d6da
}

.df-classic .df-slider .noUi-target[disabled] .noUi-tooltip {
    display: none
}

.df-classic .df-icon {
    display: inline-block;
    line-height: 24px;
    width: 24px;
    height: 24px
}

.df-classic .df-icon svg {
    fill: #747474
}

.df-classic .df-icon:active svg, .df-classic .df-icon:focus svg, .df-classic .df-icon:hover svg {
    fill: #4d5154
}

.df-classic .df-icon--close svg {
    fill: #747474
}

.df-classic .df-icon--close:active svg, .df-classic .df-icon--close:focus svg, .df-classic .df-icon--close:hover svg {
    fill: #da0015
}

.df-classic [data-role=placeholder] {
    background-color: #fff;
    border: 1px solid #eee
}

.df-classic .df-results {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: inherit
}

.df-classic .df-results__content {
    padding: 0;
    border: 1px solid #eee;
    margin: -1px
}

.df-classic .df-card, .df-classic [data-role=placeholder] {
    margin: -1px 0 0 -1px
}

.df-classic[data-facets=left] .df-card, .df-classic[data-facets=left] [data-role=placeholder] {
    margin: -1px -1px 0 0
}

.df-classic[data-facets=right] .df-card, .df-classic[data-facets=right] [data-role=placeholder] {
    margin: -1px 0 0 -1px
}

.df-classic[data-layout=list] [data-role=placeholder] {
    display: none
}

.df-classic[data-layout=list] .df-card {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.df-classic[data-layout=list] .df-card__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.df-classic[data-layout=list] .df-card__image {
    width: 100px;
    height: 100px;
    margin: 0 16px 0 0
}

.df-classic[data-layout=list] .df-card__content {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    text-align: left
}

.df-classic[data-layout=list] .df-card__title {
    font-weight: 700
}

.df-classic[data-layout=list] .df-card__description {
    display: block
}

.df-classic[data-layout=list] .df-card__price {
    margin-left: 0;
    margin-right: 16px
}

.df-classic[data-layout=list] .df-card__extra {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%;
    height: 8px
}

.df-classic[data-layout=list] .df-card__extra .df-btn, .df-classic[data-layout=list] .df-card__extra [data-role=panel-content] [data-toggle-extra-content], .df-classic[data-layout=list] [data-role=panel-content] .df-card__extra [data-toggle-extra-content] {
    position: absolute;
    bottom: 16px;
    right: 16px
}

.df-classic[data-layout=grid] .df-results__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.df-classic[data-layout=grid] .df-card, .df-classic[data-layout=grid] [data-role=placeholder] {
    width: 180px;
    max-width: 250px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: auto;
}

.df-classic[data-layout=grid] .df-card, .df-classic[data-layout=grid] .df-card__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.df-classic[data-layout=grid] .df-card__image {
    margin: 0 0 16px
}

.df-classic[data-layout=grid] .df-card__content {
    text-align: center
}

.df-classic[data-layout=grid] .df-card__extra {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 16px 16px
}

.df-classic[data-layout=grid] .df-card__extra .df-btn, .df-classic[data-layout=grid] .df-card__extra [data-role=panel-content] [data-toggle-extra-content], .df-classic[data-layout=grid] [data-role=panel-content] .df-card__extra [data-toggle-extra-content]{
    display: block
}

.df-classic .df-no-results {
    width: 100%;
    text-align: center
}

.df-classic .df-error {
    width: 100%;
    padding: 1rem;
    margin: 0;
    text-align: center;
    color: #747474
}

.df-classic {
    pointer-events: all!important;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 2147483647;
    overflow: hidden;
    visibility: hidden;
    top:108px;
}

.df-classic .df-aside {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 250px;
    display: initial;
}

.df-classic[data-facets] .df-aside {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

@media screen and (min-width:542px) {
    .df-classic[data-facets] .df-aside {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.df-classic[data-facets=right] .df-layer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.df-classic *, .df-classic :after, .df-classic :before {
    box-sizing: inherit
}

.df-classic .article, .df-classic .aside, .df-classic .figcaption, .df-classic .figure, .df-classic .footer, .df-classic .header, .df-classic .hgroup, .df-classic .menu, .df-classic .nav, .df-classic .section {
    display: block
}

.df-classic .progress {
    vertical-align: baseline
}

.df-classic [hidden] {
    display: none
}

.df-classic .a:active, .df-classic .a:hover {
    outline: 0
}

.df-classic .abbr[title] {
    border-bottom: 1px dotted
}

.df-classic .b, .df-classic .strong {
    font-weight: 700
}

.df-classic .small {
    font-size: 80%
}

.df-classic .sub, .df-classic .sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

.df-classic .sup {
    top: -.5em
}

.df-classic .sub {
    bottom: -.25em
}

.df-classic .img {
    border: 0
}

.df-classic .svg:not(:root) {
    overflow: hidden
}

.df-classic .figure {
    margin: 1em 40px
}

.df-classic .hr {
    box-sizing: content-box
}

.df-classic .pre {
    overflow: auto
}

.df-classic .code, .df-classic .kbd, .df-classic .pre, .df-classic .samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.df-classic .input, .df-classic .optgroup, .df-classic .select, .df-classic .textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

.df-classic .button {
    overflow: visible
}

.df-classic .button, .df-classic .select {
    text-transform: none
}

.df-classic .button, .df-classic .input[type=reset], .df-classic .input[type=submit], .df-classic html .input[type=button] {
    -webkit-appearance: button;
    cursor: pointer
}

.df-classic .button[disabled], .df-classic html .input[disabled] {
    cursor: default
}

.df-classic .button::-moz-focus-inner, .df-classic .input::-moz-focus-inner {
    border: 0;
    padding: 0
}

.df-classic .input {
    line-height: normal
}

.df-classic .input[type=checkbox], .df-classic .input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.df-classic .input[type=number]::-webkit-inner-spin-button, .df-classic .input[type=number]::-webkit-outer-spin-button {
    height: auto
}

.df-classic .input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

.df-classic .input[type=search]::-webkit-search-cancel-button, .df-classic .input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.df-classic .fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

.df-classic .legend {
    border: 0;
    padding: 0
}

.df-classic .textarea {
    overflow: auto
}

.df-classic .optgroup {
    font-weight: 700
}

.df-classic .table {
    border-collapse: collapse;
    border-spacing: 0
}

.df-classic .td, .df-classic .th {
    padding: 0
}

.df-classic a, .df-classic a:hover {
    color: initial
}

.df-classic .df-layer__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    position: static;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

.df-classic .df-aside {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 0;
    background-color: #fafafa
}

.df-classic .df-aside__header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    padding: 0 4px;
    border-width: 0;
    border-bottom: 1px solid transparent;
    border-style: solid;
    border-color: transparent transparent transparent #eee
}

.df-classic .df-aside__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 8px 0;
    border: 0 solid #eee
}

.df-classic .df-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 280px;
    -ms-flex: 1 0 280px;
    flex: 1 0 280px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    position: relative;
    overflow-x: hidden;
    background-color: inherit
}

.df-classic .df-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    height: 32px;
    padding: 4px;
    border-bottom: 1px solid #eee;
    background-color: inherit;
    font-size: 13px
}

.df-classic .df-header>div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.df-classic .df-header>div:nth-child(1) {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.df-classic .df-header>div:nth-child(2) {
    -webkit-box-flex: 2;
    -webkit-flex: 2 1 auto;
    -ms-flex: 2 1 auto;
    flex: 2 1 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.df-classic .df-header>div:nth-child(3) {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.df-classic .df-results {
    -webkit-overflow-scrolling: touch;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: inherit
}

.df-classic[data-facets=left] .df-aside {
    border-right: 1px solid #eee
}

.df-classic[data-facets=left] .df-aside__header .df-icon--close {
    display: initial;
}

.df-classic[data-facets=left] .df-aside__content {
    padding-top: 0;
}

.df-classic[data-facets=left] .df-results__content {
    margin-left: -2px
}

.df-classic[data-facets=right] .df-aside {
    padding-top: 0;
    border-left: 1px solid #eee
}

.df-classic[data-facets=right] .df-aside__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.df-classic[data-facets=right] .df-aside__header .df-icon--close {
    display: block
}

.df-classic[data-facets=right] .df-aside__content {
    padding-top: 0
}

.df-classic[data-facets=right] .df-results__content {
    margin-right: -2px
}

.df-classic [data-role=panel-content] {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid inherit;
    background-color: inherit;
    vertical-align: middle;
    color: #fff;
    font: inherit;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    cursor: pointer
}

.df-classic [data-role=panel-content]  {
    width: 100%;
}

.df-classic [data-role=panel-content] {
    padding: 4px 8px;
    line-height: 1.2
}


/*SLIDE BUSCADOR*/
.df-classic .df-panel .ui-slider{
    width: 85%;
    margin: 10px;
    left: 8px;
    background-color: lightgray;
    padding: 0 8px;
}

.price-amount
{
    background-color: white;
    border-radius: 20px;
    border-style: none;
    border: 2px solid grey;
    height: 100%;
    font-size: 14px;
    text-align: center;
    width: 45%;
    margin-left: 6px;
}

.ui-slider {
    position: relative;
    text-align: left;
    width: 93%;
    height: 15px;
    -webkit-appearance: none;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .02s;
    margin: 15px 5px;
}

.ui-slider:hover {
    opacity: 1;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid grey;
    background: white;
    cursor: default;
    top: -2px;
    margin-left: -10px;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    background: #b3b3b4;
    height: 65%;
    border-radius: 20px;
    height: 100%;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/* Component containers
----------------------------------*/
.ui-widget-content a {
    color: #222222;
}
.ui-widget-header {
    color: #FFFFFF;
}
.ui-widget-header a {
    color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
    color: #555555;
    text-decoration: none;
}

/*    ffffffffffffffffffff            */

.df-classic .df-layer__content .df-main .df-header .buttonFilter{
    display: none;

}

@media screen and (min-width:769px) {
    .df-classic .df-layer__content  #df-aside-filter {
        display: initial;
    }
}

@media screen and (max-width:769px) {
    /*Number of Results of Filter*/
    .df-classic .df-header>div:nth-child(2){
        flex: none;
        -webkit-flex: auto;
        width: 45%;
        text-align: center;
    }

    .df-classic .df-layer__content  #df-aside-filter {
        display: none;
    }

    /*Button Filter*/

    .df-classic .df-layer__content .df-main .df-header .buttonFilter{
        background: #ff7a00;
        color: #fff;
        padding: 3px 7px;
        display: block;
        border-radius: 3px;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
        text-align: center;
        box-sizing: border-box;
        margin-right: 10px;
    }

    .df-classic #buttonFilter-SpeedSearcher{

        display: inline-block;
        background-color: inherit;
        font-size: 1.0em;
        cursor: pointer;
        margin: 0 0 2px 4px;
        position: relative;
        /* font-weight: 600; */
        /* letter-spacing: 1px; */
        text-transform: uppercase;
        color: white;
        text-align: center;
        text-rendering: auto;
        text-indent: 0px;
        height: 90%;
        border: none;
    }

    /*Aside close*/
    .df-classic .df-aside__header{
        content: 'Close';
        display: block;
        background-color: #f1f1f1;
    }

    .df-classic #aside-Close{
        padding: 5px;
        height: 100%;
        text-align: right;
    }

    .df-classic #aside-Close span{
        height: 100%;
        width: 100%;
        font-size: 1.7em;
        margin: auto;
        text-align: right;
        /*content: 'Close \00bb';*/
    }
    .df-classic[data-layout=grid] .df-card, .df-classic[data-layout=grid] [data-role=placeholder] {
        max-width: 206px!important;
    }
}

/*iPhone 6/7/8 Plus*/
@media screen and (max-width: 414px)
{
    .df-classic[data-layout=grid] .df-card, .df-classic[data-layout=grid] [data-role=placeholder] {
        max-width: 206px!important;
    }
}


@media screen and (max-width: 375px)
{
    .df-classic[data-layout=grid] .df-card, .df-classic[data-layout=grid] [data-role=placeholder] {
        max-width: 187px!important;
    }
}