
    html {
        box-sizing: border-box
    }

    *,
    *:before,
    *:after {
        box-sizing: inherit
    }

    /* Extract from normalize.css by Nicolas Gallagher and Jonathan Neal git.io/normalize */
    html {
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%
    }

    body {
        margin: 0
    }

    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    main,
    menu,
    nav,
    section {
        display: block
    }

    summary {
        display: list-item
    }

    audio,
    canvas,
    progress,
    video {
        display: inline-block
    }

    progress {
        vertical-align: baseline
    }

    audio:not([controls]) {
        display: none;
        height: 0
    }

    [hidden],
    template {
        display: none
    }

    a {
        background-color: transparent
    }

    a:active,
    a:hover {
        outline-width: 0
    }

    abbr[title] {
        border-bottom: none;
        text-decoration: underline;
        text-decoration: underline dotted
    }

    b,
    strong {
        font-weight: bolder
    }

    dfn {
        font-style: italic
    }

    mark {
        background: #ff0;
        color: #000
    }

    small {
        font-size: 80%
    }

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

    sub {
        bottom: -0.25em
    }

    sup {
        top: -0.5em
    }

    figure {
        margin: 1em 40px
    }

    img {
        border-style: none
    }

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

    hr {
        box-sizing: content-box;
        height: 0;
        overflow: visible
    }

    button,
    input,
    select,
    textarea,
    optgroup {
        font: inherit;
        margin: 0
    }

    optgroup {
        font-weight: bold
    }

    button,
    input {
        overflow: visible
    }

    button,
    select {
        text-transform: none
    }

    button,
    [type=button],
    [type=reset],
    [type=submit] {
        -webkit-appearance: button
    }

    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText
    }

    fieldset {
        border: 1px solid #c0c0c0;
        margin: 0 2px;
        padding: .35em .625em .75em
    }

    legend {
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal
    }

    textarea {
        overflow: auto
    }

    [type=checkbox],
    [type=radio] {
        padding: 0
    }

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

    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }

    /* End extract */
    html,
    body {
        font-family: Verdana, sans-serif;
        font-size: 13px;
        line-height: 1.5
    }

    html {
        overflow-x: hidden
    }

    h1 {
        font-size: 36px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 16px
    }

    .oby3-serif {
        font-family: serif
    }

    .oby3-sans-serif {
        font-family: sans-serif
    }

    .oby3-cursive {
        font-family: cursive
    }

    .oby3-monospace {
        font-family: monospace
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: "Segoe UI", Arial, sans-serif;
        font-weight: 400;
        margin: 10px 0
    }

    .oby3-wide {
        letter-spacing: 4px
    }

    hr {
        border: 0;
        border-top: 1px solid #eee;
        margin: 20px 0
    }

    .oby3-image {
        max-width: 100%;
        height: auto
    }

    img {
        vertical-align: middle
    }

    a {
        color: inherit
    }

    .oby3-table,
    .oby3-table-all {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        display: table
    }

    .oby3-table-all {
        border: 1px solid #ccc
    }

    .oby3-bordered tr,
    .oby3-table-all tr {
        border-bottom: 1px solid #ddd
    }

    .oby3-striped tbody tr:nth-child(even) {
        background-color: #f1f1f1
    }

    .oby3-table-all tr:nth-child(odd) {
        background-color: #fff
    }

    .oby3-table-all tr:nth-child(even) {
        background-color: #f1f1f1
    }

    .oby3-hoverable tbody tr:hover,
    .oby3-ul.oby3-hoverable li:hover {
        background-color: #ccc
    }

    .oby3-centered tr th,
    .oby3-centered tr td {
        text-align: center
    }

    .oby3-table td,
    .oby3-table th,
    .oby3-table-all td,
    .oby3-table-all th {
        padding: 8px 8px;
        display: table-cell;
        text-align: left;
        vertical-align: top
    }

    .oby3-table th:first-child,
    .oby3-table td:first-child,
    .oby3-table-all th:first-child,
    .oby3-table-all td:first-child {
        padding-left: 16px
    }

    .oby3-btn,
    .oby3-button {
        border: none;
        display: inline-block;
        padding: 8px 16px;
        vertical-align: middle;
        overflow: hidden;
        text-decoration: none;
        color: inherit;
        background-color: inherit;
        text-align: center;
        cursor: pointer;
        white-space: nowrap
    }

    .oby3-btn:hover {
        box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
    }

    .oby3-btn,
    .oby3-button {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .oby3-disabled,
    .oby3-btn:disabled,
    .oby3-button:disabled {
        cursor: not-allowed;
        opacity: 0.3
    }

    .oby3-disabled *,
    :disabled * {
        pointer-events: none
    }

    .oby3-btn.oby3-disabled:hover,
    .oby3-btn:disabled:hover {
        box-shadow: none
    }

    .oby3-badge,
    .oby3-tag {
        background-color: #000;
        color: #fff;
        display: inline-block;
        padding-left: 8px;
        padding-right: 8px;
        text-align: center
    }

    .oby3-badge {
        border-radius: 50%
    }

    .oby3-ul {
        list-style-type: none;
        padding: 0;
        margin: 0
    }

    .oby3-ul li {
        padding: 8px 16px;
        border-bottom: 1px solid #ddd
    }

    .oby3-ul li:last-child {
        border-bottom: none
    }

    .oby3-tooltip,
    .oby3-display-container {
        position: relative
    }

    .oby3-tooltip .oby3-text {
        display: none
    }

    .oby3-tooltip:hover .oby3-text {
        display: inline-block
    }

    .oby3-ripple:active {
        opacity: 0.5
    }

    .oby3-ripple {
        transition: opacity 0s
    }

    .oby3-input {
        padding: 8px;
        display: block;
        border: none;
        border-bottom: 1px solid #ccc;
        width: 100%
    }

    .oby3-select {
        padding: 9px 0;
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc
    }

    .oby3-dropdown-click,
    .oby3-dropdown-hover {
        position: relative;
        display: inline-block;
        cursor: pointer
    }

    .oby3-dropdown-hover:hover .oby3-dropdown-content {
        display: block
    }

    .oby3-dropdown-hover:first-child,
    .oby3-dropdown-click:hover {
        background-color: #ccc;
        color: #000
    }

    .oby3-dropdown-hover:hover>.oby3-button:first-child,
    .oby3-dropdown-click:hover>.oby3-button:first-child {
        background-color: #ccc;
        color: #000
    }

    .oby3-dropdown-content {
        cursor: auto;
        color: #000;
        background-color: #fff;
        display: none;
        position: absolute;
        min-width: 160px;
        margin: 0;
        padding: 0;
        z-index: 1
    }

    .oby3-check,
    .oby3-radio {
        width: 24px;
        height: 24px;
        position: relative;
        top: 6px
    }

    .oby3-sidebar {
        width: 265px!important;
        padding-left:5px;
        padding-right:5px;
        padding-bottom:4px;
        background-color: #fff;
        position: fixed !important;
        z-index: 3;
        height: max-content;
        border-radius:5px;
    }

    .oby3-bar-block .oby3-dropdown-hover,
    .oby3-bar-block .oby3-dropdown-click {
        width: 100%
    }

    .oby3-bar-block .oby3-dropdown-hover .oby3-dropdown-content,
    .oby3-bar-block .oby3-dropdown-click .oby3-dropdown-content {
        min-width: 100%
    }

    .oby3-bar-block .oby3-dropdown-hover .oby3-button,
    .oby3-bar-block .oby3-dropdown-click .oby3-button {
        width: 100%;
        text-align: left;
        padding: 8px 16px
    }

    .oby3-main,
    #main {
        transition: margin-left .4s
    }

    .oby3-modal {
        z-index: 3;
        display: none;
        padding-top: 100px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.4)
    }

    .oby3-modal-content {
        margin: auto;
        background-color: #fff;
        position: relative;
        padding: 0;
        outline: 0;
        width: 600px
    }

    .oby3-bar {
        width: 100%;
        overflow: hidden
    }

    .oby3-center .oby3-bar {
        display: inline-block;
        width: auto
    }

    .oby3-bar .oby3-bar-item {
        padding: 8px 16px;
        float: left;
        width: auto;
        border: none;
        display: block;
        outline: 0
    }

    .oby3-bar .oby3-dropdown-hover,
    .oby3-bar .oby3-dropdown-click {
        position: static;
        float: left
    }

    .oby3-bar .oby3-button {
        white-space: normal
    }

    .oby3-bar-block .oby3-bar-item {
        width: 100%;
        display: block;
        padding: 8px 16px;
        text-align: left;
        border: none;
        white-space: normal;
        float: none;
        outline: 0
    }

    .oby3-bar-block.oby3-center .oby3-bar-item {
        text-align: center
    }

    .oby3-block {
        display: block;
        width: 100%
    }

    .oby3-responsive {
        display: block;
        overflow-x: auto
    }

    .oby3-container:after,
    .oby3-container:before,
    .oby3-panel:after,
    .oby3-panel:before,
    .oby3-row:after,
    .oby3-row:before,
    .oby3-row-padding:after,
    .oby3-row-padding:before,
    .oby3-cell-row:before,
    .oby3-cell-row:after,
    .oby3-clear:after,
    .oby3-clear:before,
    .oby3-bar:before,
    .oby3-bar:after {
        content: "";
        display: table;
        clear: both
    }

    .oby3-col,
    .oby3-half,
    .oby3-third,
    .oby3-twothird,
    .oby3-threequarter,
    .oby3-quarter {
        float: left;
        width: 100%
    }

    .oby3-col.s1 {
        width: 8.33333%
    }

    .oby3-col.s2 {
        width: 16.66666%
    }

    .oby3-col.s3 {
        width: 24.99999%
    }

    .oby3-col.s4 {
        width: 33.33333%
    }

    .oby3-col.s5 {
        width: 41.66666%
    }

    .oby3-col.s6 {
        width: 49.99999%
    }

    .oby3-col.s7 {
        width: 58.33333%
    }

    .oby3-col.s8 {
        width: 66.66666%
    }

    .oby3-col.s9 {
        width: 74.99999%
    }

    .oby3-col.s10 {
        width: 83.33333%
    }

    .oby3-col.s11 {
        width: 91.66666%
    }

    .oby3-col.s12 {
        width: 99.99999%
    }

    @media (min-width:601px) {
        .oby3-col.m1 {
            width: 8.33333%
        }

        .oby3-col.m2 {
            width: 16.66666%
        }

        .oby3-col.m3,
        .oby3-quarter {
            width: 24.99999%
        }

        .oby3-col.m4,
        .oby3-third {
            width: 33.33333%
        }

        .oby3-col.m5 {
            width: 41.66666%
        }

        .oby3-col.m6,
        .oby3-half {
            width: 49.99999%
        }

        .oby3-col.m7 {
            width: 58.33333%
        }

        .oby3-col.m8,
        .oby3-twothird {
            width: 61.66666%
        }

        .oby3-col.m9,
        .oby3-threequarter {
            width: 74.99999%
        }

        .oby3-col.m10 {
            width: 83.33333%
        }

        .oby3-col.m11 {
            width: 91.66666%
        }

        .oby3-col.m12 {
            width: 99.99999%
        }
    }

    @media (min-width:993px) {
        .oby3-col.l1 {
            width: 8.33333%
        }

        .oby3-col.l2 {
            width: 16.66666%
        }

        .oby3-col.l3 {
            width: 24.99999%
        }

        .oby3-col.l4 {
            width: 33.33333%
        }

        .oby3-col.l5 {
            width: 41.66666%
        }

        .oby3-col.l6 {
            width: 49.99999%
        }

        .oby3-col.l7 {
            width: 58.33333%
        }

        .oby3-col.l8 {
            width: 66.66666%
        }

        .oby3-col.l9 {
            width: 74.99999%
        }

        .oby3-col.l10 {
            width: 83.33333%
        }

        .oby3-col.l11 {
            width: 91.66666%
        }

        .oby3-col.l12 {
            width: 99.99999%
        }
    }

    .oby3-rest {
        overflow: hidden
    }

    .oby3-stretch {
        margin-left: -16px;
        margin-right: -16px
    }

    .oby3-content,
    .oby3-auto {
        margin-left: auto;
        margin-right: auto
    }

    .oby3-content {
        /*max-width: 980px;*/
        margin-top:20px;
    }

    .oby3-auto {
        max-width: 1140px
    }

    .oby3-cell-row {
        display: table;
        width: 100%
    }

    .oby3-cell {
        display: table-cell
    }

    .oby3-cell-top {
        vertical-align: top
    }

    .oby3-cell-middle {
        vertical-align: middle
    }

    .oby3-cell-bottom {
        vertical-align: bottom
    }

    .oby3-hide {
        display: none !important
    }

    .oby3-show-block,
    .oby3-show {
        display: block !important
    }

    .oby3-show-inline-block {
        display: inline-block !important
    }

   

    

    @media (max-width:1205px) {
        .oby3-auto {
            max-width: 95%
        }
    }

    @media (max-width:600px) {

        .shippingtype {
            float: none!important;
            text-align:right;
            margin-right: 10px;
        }

        .oby3_collapsible_content {
            font-size:0.5rem;
        }
        .oby3-modal-content {
            margin: 0 10px;
            width: auto !important
        }

        .oby3-modal {
            padding-top: 30px
        }

        .oby3-dropdown-hover.oby3-mobile .oby3-dropdown-content,
        .oby3-dropdown-click.oby3-mobile .oby3-dropdown-content {
            position: relative
        }

        .oby3-hide-small {
            display: none !important
        }

        .oby3-mobile {
            display: block;
            width: 100% !important
        }

        .oby3-bar-item.oby3-mobile,
        .oby3-dropdown-hover.oby3-mobile,
        .oby3-dropdown-click.oby3-mobile {
            text-align: center
        }

        .oby3-dropdown-hover.oby3-mobile,
        .oby3-dropdown-hover.oby3-mobile .oby3-btn,
        .oby3-dropdown-hover.oby3-mobile .oby3-button,
        .oby3-dropdown-click.oby3-mobile,
        .oby3-dropdown-click.oby3-mobile .oby3-btn,
        .oby3-dropdown-click.oby3-mobile .oby3-button {
            width: 100%
        }

        #ob3_sidevehicles .vehicledetails {
            height: 6.5rem!important;
            font-size: 1rem!important;
            line-height: 1.3em!important;
          }
        
    }

    @media (max-width:768px) {
        .oby3-modal-content {
            width: 500px
        }

        .oby3-modal {
            padding-top: 50px
        }

    }

    @media (min-width:993px) {
        .oby3-modal-content {
            width: 900px
        }

        .oby3-hide-large {
            display: none !important
        }

        .oby3-sidebar.oby3-collapse {
            display: block !important
        }

        .js-item {
            padding: 20px;
            width: 20%!important;
            height: auto !important;
        }
    }

    @media (max-width:992px) and (min-width:601px) {
        .oby3-hide-medium {
            display: none !important
        }

        .js-item {
            padding: 20px;
            width: 50%!important;
            height: auto !important;
        }

    }

    @media (min-width:900px){
        .oby3-hide-large {
            display: none !important
        }
    }
    

    @media (max-width:900px) {
        .oby3-sidebar.oby3-collapse {
            display: none;
            border: solid 1px gray;
            -webkit-box-shadow: 10px 10px 13px -7px #000000, 5px 5px 15px 3px rgba(0, 0, 0, 0);
            box-shadow: 10px 10px 13px -7px #000000, 5px 5px 15px 3px rgba(0, 0, 0, 0);
        }

        .oby3-main {
            margin-left: 0 !important;
            margin-right: 0 !important
        }

        .oby3-auto {
            max-width: 100%
        }

        .vehicledetails {
            width: 100% !important;
            height: 120px !important;
            font-size: 1.3rem !important;
            line-height: 1.3rem !important;
        }

        .js-item {
            padding: 20px;
            width: 100%;
            height: auto !important;
            
        }

        .imagewrapper{
            height: 15rem !important;
            max-width: 22rem;
            margin-left: auto;
            margin-right: auto;
        }

        .vehicleimage, .vehslide {
            height:100%;
        }

        .selectedfilterslabel {
            margin-top: 10px!important;
        }

     

    }

    .priceincludes{
        margin-left: auto; 
        margin-right: 10px;
        color:#255caa;
        display:block;
        text-decoration: underline;
        cursor: pointer;
        width:fit-content;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
        font-size:1.1rem;
        text-align:right;
        padding-top: 15px;
    }


.priceincludeswrapper{
    margin-bottom: 10px;
    display:none;
}

    .oby3-top,
    .oby3-bottom {
        position: fixed;
        width: 100%;
        z-index: 1
    }

    .oby3-top {
        top: 0
    }

    .oby3-bottom {
        bottom: 0
    }

    .oby3-overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        z-index: 2
    }

    .oby3-display-topleft {
        position: absolute;
        left: 0;
        top: 0
    }

    .oby3-display-topright {
        position: absolute;
        right: 0;
        top: 0
    }

    .oby3-display-bottomleft {
        position: absolute;
        left: 0;
        bottom: 0
    }

    .oby3-display-bottomright {
        position: absolute;
        right: 0;
        bottom: 0
    }

    .oby3-display-middle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%)
    }

    .oby3-display-left {
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
        -ms-transform: translate(-0%, -50%)
    }

    .oby3-display-right {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(0%, -50%);
        -ms-transform: translate(0%, -50%)
    }

    .oby3-display-topmiddle {
        position: absolute;
        left: 50%;
        top: 0;
        transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%)
    }

    .oby3-display-bottommiddle {
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%)
    }

    .oby3-display-container:hover .oby3-display-hover {
        display: block
    }

    .oby3-display-container:hover span.oby3-display-hover {
        display: inline-block
    }

    .oby3-display-hover {
        display: none
    }

    .oby3-display-position {
        position: absolute
    }

    .oby3-circle {
        border-radius: 50%
    }

    .oby3-round-small {
        border-radius: 2px
    }

    .oby3-round,
    .oby3-round-medium {
        border-radius: 4px
    }

    .oby3-round-large {
        border-radius: 8px
    }

    .oby3-round-xlarge {
        border-radius: 16px
    }

    .oby3-round-xxlarge {
        border-radius: 32px
    }

    .oby3-row-padding,
    .oby3-row-padding>.oby3-half,
    .oby3-row-padding>.oby3-third,
    .oby3-row-padding>.oby3-twothird,
    .oby3-row-padding>.oby3-threequarter,
    .oby3-row-padding>.oby3-quarter,
    .oby3-row-padding>.oby3-col {
        padding: 0 8px
    }

    .oby3-container,
    .oby3-panel {
        padding: 0.01em 0px
    }

    .oby3-panel {
        margin-top: 16px;
        margin-bottom: 16px
    }

    .oby3-code,
    .oby3-codespan {
        font-family: Consolas, "courier new";
        font-size: 16px
    }

    .oby3-code {
        width: auto;
        background-color: #fff;
        padding: 8px 12px;
        border-left: 4px solid #4CAF50;
        word-wrap: break-word
    }

    .oby3-codespan {
        color: crimson;
        background-color: #f1f1f1;
        padding-left: 4px;
        padding-right: 4px;
        font-size: 110%
    }

    .oby3-card,
    .oby3-card-2 {
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
    }

    .oby3-card-4,
    .oby3-hover-shadow:hover {
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
    }

    .oby3-spin {
        animation: oby3-spin 2s infinite linear
    }

    @keyframes oby3-spin {
        0% {
            transform: rotate(0deg)
        }

        100% {
            transform: rotate(359deg)
        }
    }

    .oby3-animate-fading {
        animation: fading 10s infinite
    }

    @keyframes fading {
        0% {
            opacity: 0
        }

        50% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    .oby3-animate-opacity {
        animation: opac 0.8s
    }

    @keyframes opac {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .oby3-animate-top {
        position: relative;
        animation: animatetop 0.4s
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    .oby3-animate-left {
        position: relative;
        animation: animateleft 0.4s
    }

    @keyframes animateleft {
        from {
            left: -300px;
            opacity: 0
        }

        to {
            left: 0;
            opacity: 1
        }
    }

    .oby3-animate-right {
        position: relative;
        animation: animateright 0.4s
    }

    @keyframes animateright {
        from {
            right: -300px;
            opacity: 0
        }

        to {
            right: 0;
            opacity: 1
        }
    }

    .oby3-animate-bottom {
        position: relative;
        animation: animatebottom 0.4s
    }

    @keyframes animatebottom {
        from {
            bottom: -300px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }

    .oby3-animate-zoom {
        animation: animatezoom 0.6s
    }

    @keyframes animatezoom {
        from {
            transform: scale(0)
        }

        to {
            transform: scale(1)
        }
    }

    .oby3-animate-input {
        transition: width 0.4s ease-in-out
    }

    .oby3-animate-input:focus {
        width: 100% !important
    }

    .oby3-opacity,
    .oby3-hover-opacity:hover {
        opacity: 0.60
    }

    .oby3-opacity-off,
    .oby3-hover-opacity-off:hover {
        opacity: 1
    }

    .oby3-opacity-max {
        opacity: 0.25
    }

    .oby3-opacity-min {
        opacity: 0.75
    }

    .oby3-greyscale-max,
    .oby3-grayscale-max,
    .oby3-hover-greyscale:hover,
    .oby3-hover-grayscale:hover {
        filter: grayscale(100%)
    }

    .oby3-greyscale,
    .oby3-grayscale {
        filter: grayscale(75%)
    }

    .oby3-greyscale-min,
    .oby3-grayscale-min {
        filter: grayscale(50%)
    }

    .oby3-sepia {
        filter: sepia(75%)
    }

    .oby3-sepia-max,
    .oby3-hover-sepia:hover {
        filter: sepia(100%)
    }

    .oby3-sepia-min {
        filter: sepia(50%)
    }

    .oby3-tiny {
        font-size: 10px !important
    }

    .oby3-small {
        font-size: 12px !important
    }

    .oby3-medium {
        font-size: 15px !important
    }

    .oby3-large {
        font-size: 18px !important
    }

    .oby3-xlarge {
        font-size: 24px !important
    }

    .oby3-xxlarge {
        font-size: 36px !important
    }

    .oby3-xxxlarge {
        font-size: 48px !important
    }

    .oby3-jumbo {
        font-size: 64px !important
    }

    .oby3-left-align {
        text-align: left !important
    }

    .oby3-right-align {
        text-align: right !important
    }

    .oby3-justify {
        text-align: justify !important
    }

    .oby3-center {
        text-align: center !important
    }

    .oby3-border-0 {
        border: 0 !important
    }

    .oby3-border {
        border: 1px solid #ccc !important
    }

    .oby3-border-top {
        border-top: 1px solid #ccc !important
    }

    .oby3-border-bottom {
        border-bottom: 1px solid #ccc !important
    }

    .oby3-border-left {
        border-left: 1px solid #ccc !important
    }

    .oby3-border-right {
        border-right: 1px solid #ccc !important
    }

    .oby3-topbar {
        border-top: 6px solid #ccc !important
    }

    .oby3-bottombar {
        border-bottom: 6px solid #ccc !important
    }

    .oby3-leftbar {
        border-left: 6px solid #ccc !important
    }

    .oby3-rightbar {
        border-right: 6px solid #ccc !important
    }

    .oby3-section,
    .oby3-code {
        margin-top: 16px !important;
        margin-bottom: 16px !important
    }

    .oby3-margin {
        margin: 16px !important
    }

    .oby3-margin-top {
        margin-top: 16px !important
    }

    .oby3-margin-bottom {
        margin-bottom: 16px !important
    }

    .oby3-margin-left {
        margin-left: 16px !important
    }

    .oby3-margin-right {
        margin-right: 16px !important
    }

    .oby3-padding-small {
        padding: 4px 8px !important
    }

    .oby3-padding {
        padding: 8px 16px !important
    }

    .oby3-padding-large {
        padding: 12px 24px !important
    }

    .oby3-padding-16 {
        padding-top: 16px !important;
        padding-bottom: 16px !important
    }

    .oby3-padding-24 {
        padding-top: 24px !important;
        padding-bottom: 24px !important
    }

    .oby3-padding-32 {
        padding-top: 32px !important;
        padding-bottom: 32px !important
    }

    .oby3-padding-48 {
        padding-top: 48px !important;
        padding-bottom: 48px !important
    }

    .oby3-padding-64 {
        padding-top: 64px !important;
        padding-bottom: 64px !important
    }

    .oby3-padding-top-64 {
        padding-top: 64px !important
    }

    .oby3-padding-top-48 {
        padding-top: 48px !important
    }

    .oby3-padding-top-32 {
        padding-top: 32px !important
    }

    .oby3-padding-top-24 {
        padding-top: 24px !important
    }

    .oby3-left {
        float: left !important
    }

    .oby3-right {
        float: right !important
    }

    .oby3-button:hover {
        color: #000 !important;
        background-color: #ccc !important
    }

    .oby3-transparent,
    .oby3-hover-none:hover {
        background-color: transparent !important
    }

    .oby3-hover-none:hover {
        box-shadow: none !important
    }

    /* Colors */
    .oby3-amber,
    .oby3-hover-amber:hover {
        color: #000 !important;
        background-color: #ffc107 !important
    }

    .oby3-aqua,
    .oby3-hover-aqua:hover {
        color: #000 !important;
        background-color: #00ffff !important
    }

    .oby3-blue,
    .oby3-hover-blue:hover {
        color: #fff !important;
        background-color: #2196F3 !important
    }

    .oby3-light-blue,
    .oby3-hover-light-blue:hover {
        color: #000 !important;
        background-color: #87CEEB !important
    }

    .oby3-brown,
    .oby3-hover-brown:hover {
        color: #fff !important;
        background-color: #795548 !important
    }

    .oby3-cyan,
    .oby3-hover-cyan:hover {
        color: #000 !important;
        background-color: #00bcd4 !important
    }

    .oby3-blue-grey,
    .oby3-hover-blue-grey:hover,
    .oby3-blue-gray,
    .oby3-hover-blue-gray:hover {
        color: #fff !important;
        background-color: #607d8b !important
    }

    .oby3-green,
    .oby3-hover-green:hover {
        color: #fff !important;
        background-color: #4CAF50 !important
    }

    .oby3-light-green,
    .oby3-hover-light-green:hover {
        color: #000 !important;
        background-color: #8bc34a !important
    }

    .oby3-indigo,
    .oby3-hover-indigo:hover {
        color: #fff !important;
        background-color: #3f51b5 !important
    }

    .oby3-khaki,
    .oby3-hover-khaki:hover {
        color: #000 !important;
        background-color: #f0e68c !important
    }

    .oby3-lime,
    .oby3-hover-lime:hover {
        color: #000 !important;
        background-color: #cddc39 !important
    }

    .oby3-orange,
    .oby3-hover-orange:hover {
        color: #000 !important;
        background-color: #ff9800 !important
    }

    .oby3-deep-orange,
    .oby3-hover-deep-orange:hover {
        color: #fff !important;
        background-color: #ff5722 !important
    }

    .oby3-pink,
    .oby3-hover-pink:hover {
        color: #fff !important;
        background-color: #e91e63 !important
    }

    .oby3-purple,
    .oby3-hover-purple:hover {
        color: #fff !important;
        background-color: #9c27b0 !important
    }

    .oby3-deep-purple,
    .oby3-hover-deep-purple:hover {
        color: #fff !important;
        background-color: #673ab7 !important
    }

    .oby3-red,
    .oby3-hover-red:hover {
        color: #fff !important;
        background-color: #f44336 !important
    }

    .oby3-sand,
    .oby3-hover-sand:hover {
        color: #000 !important;
        background-color: #fdf5e6 !important
    }

    .oby3-teal,
    .oby3-hover-teal:hover {
        color: #fff !important;
        background-color: #009688 !important
    }

    .oby3-yellow,
    .oby3-hover-yellow:hover {
        color: #000 !important;
        background-color: #ffeb3b !important
    }

    .oby3-white,
    .oby3-hover-white:hover {
        color: #000 !important;
        background-color: #fff !important
    }

    .oby3-black,
    .oby3-hover-black:hover {
        color: #fff !important;
        background-color: #000 !important
    }

    .oby3-grey,
    .oby3-hover-grey:hover,
    .oby3-gray,
    .oby3-hover-gray:hover {
        color: #000 !important;
        background-color: #9e9e9e !important
    }

    .oby3-light-grey,
    .oby3-hover-light-grey:hover,
    .oby3-light-gray,
    .oby3-hover-light-gray:hover {
        color: #000 !important;
        background-color: #f1f1f1 !important
    }

    .oby3-dark-grey,
    .oby3-hover-dark-grey:hover,
    .oby3-dark-gray,
    .oby3-hover-dark-gray:hover {
        color: #fff !important;
        background-color: #616161 !important
    }

    .oby3-pale-red,
    .oby3-hover-pale-red:hover {
        color: #000 !important;
        background-color: #ffdddd !important
    }

    .oby3-pale-green,
    .oby3-hover-pale-green:hover {
        color: #000 !important;
        background-color: #ddffdd !important
    }

    .oby3-pale-yellow,
    .oby3-hover-pale-yellow:hover {
        color: #000 !important;
        background-color: #ffffcc !important
    }

    .oby3-pale-blue,
    .oby3-hover-pale-blue:hover {
        color: #000 !important;
        background-color: #ddffff !important
    }

    .oby3-text-amber,
    .oby3-hover-text-amber:hover {
        color: #ffc107 !important
    }

    .oby3-text-aqua,
    .oby3-hover-text-aqua:hover {
        color: #00ffff !important
    }

    .oby3-text-blue,
    .oby3-hover-text-blue:hover {
        color: #2196F3 !important
    }

    .oby3-text-light-blue,
    .oby3-hover-text-light-blue:hover {
        color: #87CEEB !important
    }

    .oby3-text-brown,
    .oby3-hover-text-brown:hover {
        color: #795548 !important
    }

    .oby3-text-cyan,
    .oby3-hover-text-cyan:hover {
        color: #00bcd4 !important
    }

    .oby3-text-blue-grey,
    .oby3-hover-text-blue-grey:hover,
    .oby3-text-blue-gray,
    .oby3-hover-text-blue-gray:hover {
        color: #607d8b !important
    }

    .oby3-text-green,
    .oby3-hover-text-green:hover {
        color: #4CAF50 !important
    }

    .oby3-text-light-green,
    .oby3-hover-text-light-green:hover {
        color: #8bc34a !important
    }

    .oby3-text-indigo,
    .oby3-hover-text-indigo:hover {
        color: #3f51b5 !important
    }

    .oby3-text-khaki,
    .oby3-hover-text-khaki:hover {
        color: #b4aa50 !important
    }

    .oby3-text-lime,
    .oby3-hover-text-lime:hover {
        color: #cddc39 !important
    }

    .oby3-text-orange,
    .oby3-hover-text-orange:hover {
        color: #ff9800 !important
    }

    .oby3-text-deep-orange,
    .oby3-hover-text-deep-orange:hover {
        color: #ff5722 !important
    }

    .oby3-text-pink,
    .oby3-hover-text-pink:hover {
        color: #e91e63 !important
    }

    .oby3-text-purple,
    .oby3-hover-text-purple:hover {
        color: #9c27b0 !important
    }

    .oby3-text-deep-purple,
    .oby3-hover-text-deep-purple:hover {
        color: #673ab7 !important
    }

    .oby3-text-red,
    .oby3-hover-text-red:hover {
        color: #f44336 !important
    }

    .oby3-text-sand,
    .oby3-hover-text-sand:hover {
        color: #fdf5e6 !important
    }

    .oby3-text-teal,
    .oby3-hover-text-teal:hover {
        color: #009688 !important
    }

    .oby3-text-yellow,
    .oby3-hover-text-yellow:hover {
        color: #d2be0e !important
    }

    .oby3-text-white,
    .oby3-hover-text-white:hover {
        color: #fff !important
    }

    .oby3-text-black,
    .oby3-hover-text-black:hover {
        color: #000 !important
    }

    .oby3-text-grey,
    .oby3-hover-text-grey:hover,
    .oby3-text-gray,
    .oby3-hover-text-gray:hover {
        color: #757575 !important
    }

    .oby3-text-light-grey,
    .oby3-hover-text-light-grey:hover,
    .oby3-text-light-gray,
    .oby3-hover-text-light-gray:hover {
        color: #f1f1f1 !important
    }

    .oby3-text-dark-grey,
    .oby3-hover-text-dark-grey:hover,
    .oby3-text-dark-gray,
    .oby3-hover-text-dark-gray:hover {
        color: #3a3a3a !important
    }

    .oby3-border-amber,
    .oby3-hover-border-amber:hover {
        border-color: #ffc107 !important
    }

    .oby3-border-aqua,
    .oby3-hover-border-aqua:hover {
        border-color: #00ffff !important
    }

    .oby3-border-blue,
    .oby3-hover-border-blue:hover {
        border-color: #2196F3 !important
    }

    .oby3-border-light-blue,
    .oby3-hover-border-light-blue:hover {
        border-color: #87CEEB !important
    }

    .oby3-border-brown,
    .oby3-hover-border-brown:hover {
        border-color: #795548 !important
    }

    .oby3-border-cyan,
    .oby3-hover-border-cyan:hover {
        border-color: #00bcd4 !important
    }

    .oby3-border-blue-grey,
    .oby3-hover-border-blue-grey:hover,
    .oby3-border-blue-gray,
    .oby3-hover-border-blue-gray:hover {
        border-color: #607d8b !important
    }

    .oby3-border-green,
    .oby3-hover-border-green:hover {
        border-color: #4CAF50 !important
    }

    .oby3-border-light-green,
    .oby3-hover-border-light-green:hover {
        border-color: #8bc34a !important
    }

    .oby3-border-indigo,
    .oby3-hover-border-indigo:hover {
        border-color: #3f51b5 !important
    }

    .oby3-border-khaki,
    .oby3-hover-border-khaki:hover {
        border-color: #f0e68c !important
    }

    .oby3-border-lime,
    .oby3-hover-border-lime:hover {
        border-color: #cddc39 !important
    }

    .oby3-border-orange,
    .oby3-hover-border-orange:hover {
        border-color: #ff9800 !important
    }

    .oby3-border-deep-orange,
    .oby3-hover-border-deep-orange:hover {
        border-color: #ff5722 !important
    }

    .oby3-border-pink,
    .oby3-hover-border-pink:hover {
        border-color: #e91e63 !important
    }

    .oby3-border-purple,
    .oby3-hover-border-purple:hover {
        border-color: #9c27b0 !important
    }

    .oby3-border-deep-purple,
    .oby3-hover-border-deep-purple:hover {
        border-color: #673ab7 !important
    }

    .oby3-border-red,
    .oby3-hover-border-red:hover {
        border-color: #f44336 !important
    }

    .oby3-border-sand,
    .oby3-hover-border-sand:hover {
        border-color: #fdf5e6 !important
    }

    .oby3-border-teal,
    .oby3-hover-border-teal:hover {
        border-color: #009688 !important
    }

    .oby3-border-yellow,
    .oby3-hover-border-yellow:hover {
        border-color: #ffeb3b !important
    }

    .oby3-border-white,
    .oby3-hover-border-white:hover {
        border-color: #fff !important
    }

    .oby3-border-black,
    .oby3-hover-border-black:hover {
        border-color: #000 !important
    }

    .oby3-border-grey,
    .oby3-hover-border-grey:hover,
    .oby3-border-gray,
    .oby3-hover-border-gray:hover {
        border-color: #9e9e9e !important
    }

    .oby3-border-light-grey,
    .oby3-hover-border-light-grey:hover,
    .oby3-border-light-gray,
    .oby3-hover-border-light-gray:hover {
        border-color: #f1f1f1 !important
    }

    .oby3-border-dark-grey,
    .oby3-hover-border-dark-grey:hover,
    .oby3-border-dark-gray,
    .oby3-hover-border-dark-gray:hover {
        border-color: #616161 !important
    }

    .oby3-border-pale-red,
    .oby3-hover-border-pale-red:hover {
        border-color: #ffe7e7 !important
    }

    .oby3-border-pale-green,
    .oby3-hover-border-pale-green:hover {
        border-color: #e7ffe7 !important
    }

    .oby3-border-pale-yellow,
    .oby3-hover-border-pale-yellow:hover {
        border-color: #ffffcc !important
    }

    .oby3-border-pale-blue,
    .oby3-hover-border-pale-blue:hover {
        border-color: #e7ffff !important
    }



    .oby3-kombi-blue-background {
        background-color: #104187 !important
    }

    .oby3-kombi-blue-text {
        color: #104187 !important
    }


    .shuffle-filter {
        margin: 0 auto;
    }

    .shuffle-filter li {
        display: inline-block;
        padding: 10px;
        cursor: pointer;
    }

    .js-item {
        padding: 20px;
        cursor:pointer;
        /*width:33%;*/
    }

    .selected {
        text-decoration: underline;
    }


    #grid {
        top: 0px;
        transition:none!important
    }

    #sortingorderingstuff {
        display: flex;
        position: relative;
        top: 0px;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    #sortingstuff {
        min-width: 16rem;
        width:max-content;
        margin-top: 5px;
    }

    #orderstuff {
        width: 23rem;
        display:none;
    }

    .selectedfilters {
        display: inline-block;
        font: 500 1.1rem Open Sans, sans-serif;
        color: #104187;
        border: 1px solid transparent;
        text-decoration: none;
        position: relative;
        padding: 0 8px;
        margin: 2px;
        /*font-size:1.1rem;*/
    }

    .selectedfiltergroupul{
        padding-inline-start:0px;
    }

    .selectedfilters:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    .selectedfilters:active {
        cursor: progress;
    }

    #availablefilters ul li {
        text-decoration: none;
        position: relative;
        padding: 2px 4px 3px 5px;
        color: #104187 !important;
        font-weight: 400;
        /*font-size: 15px;*/
        font-size: 1.1em;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: left;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
        /*margin-right: 3px;*/
    }

    #availablefilters ul li:hover {
        color: #0c3774;
        cursor: pointer;
        background-color: #10418721;
    }

    .filtertermSelected {
        color: #0c3774 !important;
        
    }

    .filtertermSelected input[type="checkbox"],
    .filterterm input[type="checkbox"] {
        margin-top: -1px;
        margin-right: 3px;
    }

    #filters {
        width: 276px;
        float: left;
        top: 57px;
        position: relative;
    }



    .availfiltertext {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    #availablefilters ul {
        list-style-type: none;
        margin: 0;
        padding-left: 0;
        max-height: 14rem;
        overflow-y: auto;
        scrollbar-width: thin;
    }

    #availablefilters ul::-webkit-scrollbar {
        width: 12px;
    }

    .availfiltercount {
        margin-left: 2px;
    }

    #availablefilters ul::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgb(0 118 206);
        border-radius: 10px;
    }

    #availablefilters ul::-webkit-scrollbar-thumb {
        background-color: #255caa;
        outline: 1px solid #f3f4f5;
        border-radius: 10px;
    }

    .filtergroupheader {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        background-color: #104187;
        /*border-radius:7px;*/
    }

    .filtergrouplabel {
        color: #ffffff;
        padding: 9px;
        margin-bottom: 0px;
        font-size: 1.4em;
        font-weight: 600;
        margin-top: 0px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
    }

    .filtergroup {
        border: solid 2px #104187;
        margin-bottom: 15px;
        border-radius: 5px;
        /*padding-bottom: 5px;*/
        /*border-radius: 7px;*/
        /*padding-right: 3px;*/
    }

    .filtergroupul {
        margin-bottom: 7px
    }

    .oby3-filterbutton{
        margin-left:20px
    }

    .selectedfilterslabel {
        color: #95a5a6;
        font-size: 1.2rem;;
        vertical-align: baseline;
        white-space: nowrap;
        margin-left: 20px;
        margin-top: -2px;
    }

    .selectionelements {
        visibility: hidden;
        display: block;
    }

    .my-sizer-element {
        width: 8.33333%;
    }

    .btn {
        -webkit-appearance: none;
        background-color: #255caa;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 8px;
        border:none;
        color: #ffffff;
        cursor: pointer;
        display: inline-block;
        font-size: 0.9rem;
        padding: 0.5rem;
        text-align: center;
        transition: 0.2s ease-out;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
        position: relative;
        padding-top:0.7em;
        text-transform: uppercase;
        -webkit-box-shadow: 7px 7px 7px -7px #000000, 5px 5px 7px 3px rgba(0, 0, 0, 0);
        box-shadow: 7px 7px 7px -7px #000000, 5px 5px 7px 3px rgba(0, 0, 0, 0);
    }

    .btn.active,
    .btn:active {
        background-color: #255caa;
        box-shadow: inset 0 1px 2px rgb(0 0 0 / 30%);
        color: #fff;
        transform: translateY(2px);
    }

    .btn:hover {
        background-color: #104187;
        color: #fff;
        text-decoration: none;
    }

    .btn-group label.btn input[type=radio] {
        clip: rect(0, 0, 0, 0);
        pointer-events: none;
        position: absolute;
    }

    .filter-label {
        color: #95a5a6;
        display: block;
        margin-bottom: 4px;
        font-size: 1.2em;
        margin-top: 0px;
        padding: 0;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
    }

    .imagewrapper{
        width: 100%;
        height: 12.5rem;
        /*border-radius: 8px;*/
      
        transition: all .2s ease-in-out;
        position:relative;
        border-radius: 5px;
        -webkit-box-shadow: 10px 10px 13px -7px #000000, 5px 5px 15px 3px rgba(0, 0, 0, 0);
        box-shadow: 10px 10px 13px -7px #000000, 5px 5px 15px 3px rgba(0, 0, 0, 0);
    }

    #cycler{position:relative;}
    .imagewrapper img{position:absolute;z-index:1; border-radius:5px;}
    .imagewrapper img.active{z-index:3}

    .vehicleimage{
        /*width: 17rem;
      height: 12rem;
      
      width: 330px;
      height: 230px;
      */
        width: 100%;
        height: 100%;
        border-radius: 5px;
        /*border-radius: 8px;
        -webkit-box-shadow: 10px 10px 13px -7px #000000, 5px 5px 15px 3px rgba(0, 0, 0, 0);
        box-shadow: 10px 10px 13px -7px #000000, 5px 5px 15px 3px rgba(0, 0, 0, 0);
        transition: all .2s ease-in-out;
        /*border: #104187 solid 1px */
        transition-duration: 1s;

    }

    .slideimage-date {
        position: absolute;
        bottom: 0px;
        right: 2px;
        z-index: 3;
        color: #fff;
        text-shadow: 2px 2px 2px #000000;
   
      }

    .vehslide {
        width: 100%;
        height: 100%;
        vertical-align: middle;
        position:absolute;
        top:0;
        left:0;
        
    }

    

    .vehicledetails {
        /*width: 17rem;
      height: 5rem;
      
      width: 340px;
      height: 100px;
      */
        width: 100%;
        /*height: 6.5rem;*/
        height:120px;
        color: #000;
        /*font-size: 15px;*/
        font-size: 1.2rem;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
        margin: 1rem 0rem 0rem 0rem;
        line-height: 1.4rem;
        text-align: center;
        /*text-shadow: 2px 2px 2px #000000;*/
    }

    .vehicle-item a{
        text-decoration:none!important;
    }

    .vehicleimage:hover {
        transform: scale(1.03);
        transition-duration: 1s;
    }


    .vehicleimage:active {
        transform: translateY(4px);
    }

    .logotipo img {
        margin-left: 43px;
        margin-top: -27px;
        width: 110px;
    }

    .video {
        width: 70vw;
        height: 80vh;
        display: block;
        margin-left: auto;
        margin-right: auto;
        
    }

    

    .vdetailscontainer {
        width: 70vw;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }



    .filtergroupslider {
        padding: 0 5px;
        width: 75%;
        margin-left: 48px;
        margin-right: auto;
        margin-top: 38px;
        padding-left: 15px;
    }

    #gbl_priceslider-round {
        height: 10px;
    }

    .filtergroupslider .noUi-handle {
        height: 18px;
        width: 18px;
        top: -8px!important;
        right: -9px;
        /* half the width */
        border-radius: 9px;
        cursor: ew-resize;
    }

    .noUi-target {
        background: #fff;
        border-radius: 10px!important;
        border: 1px solid #4e77a1;
        box-shadow: inset 0 0 1px #000, inset 0 1px 7px #255caa, 0 3px 6px -3px #000000;
        box-shadow: inset 0 0 6px rgb(0 118 206)!important;
        border: 1px solid #D3D3D3;
        height:15px!important;
    }

    .noUi-handle {
        background: #255caa!important;
        border: 1px solid #fff!important;
        border-radius: 10px;
        box-shadow: none!important
    }

    .filtergroupslider .noUi-connect {
        background: #255caa
    }

    .noUi-handle:before,
    .noUi-handle:after {
        background: #fff;
        width:2px!important;
    }

    .noUi-tooltip {
        display: block;
        position: absolute;
        border: none;
        border-radius: 3px;
        background: transparent;
        color: #104187;
        padding: 5px;
        text-align: center;
        white-space: nowrap;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
        font-size: 1.1rem;
        transform: translate(40%, 0) !important;
    }

    .pricerangeindicator{
        position:absolute;
        top: -30px;
        left: 35px;
        white-space: nowrap;
        color: #104187 !important;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
        font-size: 1.1rem;
    }

    .activefiltergroup {
        border-color: #0cbf13 !important;
        border-width: 2px;
        border-radius: 7px;
        border-style: solid;
    }

    .pricecheckbox {
        position: relative;
        top: -18px;
        left: 5px;
    }

    .noUi-handle-lower {
        right: -1px !important;
    }

    .noUi-handle-upper {
        right: -16px !important;
    }

    #NoResultsMessage {
        display: none;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
        font-size: 25px;
        top: 20px;
        left: 142px;
        position: relative;
        color: #000;
    }

    .resultsdata {
        /*margin-left: 10px;
        border-bottom: solid 1px lightgray;*/
        width: 95%;
        color: #95a5a6;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
        font-size: 1.2rem;
        position: relative;
        left: 20px;
        top: 0px
    }

    .filter_openbtn {
        margin-left: 18px;
        display: none;
    }

    .XXfilter_openbtn {
        font-size: 20px;
        cursor: pointer;
        background-color: #104187;
        color: white;
        padding: 10px 15px;
        border: none;
        width: 100%;
        text-align: left;
        display: none;
    }

    #filters .filter_closebtn {
        color: white;
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 36px;
        text-decoration: none;
        display: none;
    }


    #filterlogodiv .logotipo img {
        margin-top: -27px;
        width: 110px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .select2 {
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
    }

    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #104187!important;
        color: #fff
    }

    .select2-container--default .select2-results>.select2-results__options {
        text-align: left;
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
        color: #104187!important;
        font-size: 1.1rem;
    }

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

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #104187!important;
        line-height: 28px;
        font-size: 1.1rem;
    }

    .sort-options,
    .sort-order-options {
        display: none;
    }

    .shippingtype{
        font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
        float:right;
        color:#255caa;
        display:block;
        text-decoration: underline;
        cursor: pointer;
        margin-top:10px;
        margin-right: 10px;
        font-size:1.1rem;
    }

    .filteringimg{
        width:auto;
        height:300px!important;
        margin-left:auto;
        margin-right:auto;
        display: block;
    }

    .priceinc{
        display:none;
    }

    .oby3_collapsible {
        background-color: #fff;
        color: #255caa;
        cursor: pointer;
        padding: 0.5rem;
        width: 100%;
        border: solid 1px #255caa;
        text-align: left;
        outline: none;
        font-size: 1.0rem;
        border-radius:8px;
    }

    .oby3_collapsible_active, .oby3_collapsible:hover {
        background-color: #e6e8eb;
    }

    .oby3_collapsible:after {
        content: '\002B';
        color: #255caa;
        font-weight: bold;
        float: right;
        margin-left: 5px;   
    }

    .oby3_collapsible_active:after {
    content: "\2212";
    }

.oby3_collapsible_content{
        padding: 0 18px;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        background-color: #f1f1f1;
        font-size:0.9rem;
    }

    .buttoncontainer{
        float:right;
        margin-right: 10px;
    }

    .showLatest{
        display:none;
    }

    .showLatest>input {
    transform: scale(1.5);
    float: left;
    margin-right: 10px
}

.switchcontainer {
    height: 36px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #104187 !important;
    font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
    font-size: 1.1rem;

}

/** Switch
 -------------------------------------*/
.switch input {
    position: absolute;
    opacity: 0;
}

/**
 * 1. Adjust this to size
 */
.switch {
    display: inline-block;
    font-size: 20px;
    /* 1 */
    
    height: 1em;
    width: 2em;
    background: #94c6ea;
    border-radius: 1em;
    position: relative;
    margin-bottom: -5px;
}
.switch div {
    height: 1em;
    width: 1em;
    border-radius: 1em;
    background: #104187;
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    transition: all 300ms;
}
.switchgreen {
    background: #b8e5ba!important;
}
.switchgreen div {
    background: #0cbf13!important;
}
.switch input:checked+div {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.searchbox{
    display:flex;
    width:100%;
    position:relative;
    margin-bottom:10px;
}

.js-shuffle-search{
    width: 100%;
    border-radius: 5px 0 0 5px!important;
    padding:16px 10px;
    height: 20px;
    border: 2px solid #255caa;
    font-size: 1.1em;
    font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
}

.searchButton {
    height: 36px;
    border: 1px solid #255caa;
    background: #255caa;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 20px;
    padding-bottom: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .searchButton > .fa{
      display:block!important;
      margin-right:auto;
      margin-left:auto;
  }

  #sidevehiclestitle{
    color: #95a5a6;
    font-size: 1.2rem;
    margin-bottom:10px;
    text-transform: uppercase;
    
  }

  #ob3_sidevehicles .js-item{
      width:49%!important;
      padding:7px!important;
  }

  #ob3_sidevehicles .imagewrapper{
    height: 5.5rem !important;
  }

  #ob3_sidevehicles .vehicledetails {
    height: 6.5rem!important;
    font-size: 0.9rem!important;
    line-height: 1.0rem!important;
  }

  #ob3_sidevehicles .vehslide{
    height: 100%
    }

    #ob3_sidevehicles .slideimage-date{
        font-size:0.7rem;
    }

  #clearcurrentsidelist{
    color: #104187 !important;
    cursor: pointer;
    font-size: 1.1rem;
    font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
    display:none;
    text-align:right;
    border-top: 1px solid #ddd;
  }

  #clearcurrentsidelist:hover{
      text-decoration:underline;
  }
 
  #ob3_sidevehicles{
      overflow-x:hidden;
      overflow-y:auto;
      max-height:590px;
      margin-bottom: 2px;
      
  }

  #ob3_sidevehicles::-webkit-scrollbar {
    width: 12px;
}

#ob3_sidevehicles::-webkit-scrollbar-thumb {
    background-color: #255caa;
    outline: 1px solid #f3f4f5;
    border-radius: 10px;
}
#ob3_sidevehicles::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgb(0 118 206);
    border-radius: 10px;
}

.sidecontainerborder{
    border: solid 2px #104187;
    border-radius: 5px;
    display:none;
}

#selectedfiltersdiv{
    margin-left:10px!important;
}

#sidevehiclestitle .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent!important;
    border-width: 10px 7px 0 7px !important;
    left: 3px!important;
    top: 40%!important;
}

#sidevehiclestitle .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#ffffff!important;
    background-color: #104187!important;
    font-family: Open Sans, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    line-height: 48px;
}

#sidevehiclestitle .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:48px!important;
}

#sidevehiclestitle .select2-container .select2-selection--single {
    height:48px!important;
    border: 0px solid #aaa;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: grey!important;
    color: #fff
}

#sortingstuff .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #104187 transparent transparent transparent!important;
    border-width: 10px 7px 0 7px !important;
    left: 3px!important;
    top: 40%!important;
}

.select2-dropdown {
    border: 1px solid #104187!important;
}

