﻿body {
}

.footer-section {
    padding-top: 75px;
}

.nice-select.open .list {
    background-color: white;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus, #e-shop .nice-select .option:hover, #e-shop .nice-select .option.focus, #e-shop .nice-select .option.selected.focus {
    background-color: #ce9941;
    color: white;
}

.nice-select .list:hover .option:not(:hover), #e-shop .nice-select .list:hover .option:not(:hover) {
    color: #3f5764;
    background-color: white;
}

.nice-select .option, #e-shop .nice-select .option {
    background-color: white;
}

.nice-select:after {
    content: "";
    background: url(../images/ddl-arrow.png) no-repeat;
    background-size: contain;
    height: 25px;
    margin-top: -7.5px;
    width: 25px;
    transform: none;
    border: none;
}

.ddlSelection {
    font-family: 'SourceSansPro-Regular';
    color: #ce9941;
    padding: 10px 35px;
    font-size: 16px;
    border: none;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    margin: 8px 0;
}

    .ddlSelection:before {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        height: 27px;
        margin-top: -7.5px;
        width: 20px;
        position: absolute;
        left: 5px;
        top: 38%;
        display: block;
        content: "";
    }

    .ddlSelection.brand:before {
        background-image: url('../images/ddlbrands.png');
    }

    .ddlSelection.type:before {
        background-image: url('../images/ddltype.svg');
    }

    .ddlSelection.sort:before {
        background-image: url('../images/ddlsort.svg');
    }



    .ddlSelection:hover {
        color: black;
    }

    .ddlSelection.open:after {
        filter: sepia(1) drop-shadow(2px 4px 6px rgba(0,0,0,0.25));
    }

    .ddlSelection.open:after {
        transform: none;
    }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: #002e41;
    font-weight: normal;
    color: #ffffff;
}

    .ui-icon-background,
    .ui-state-active .ui-icon-background {
        border: #002e41;
        background-color: #ffffff;
    }


.ui-widget-header {
    background-color: #2d3635;
}

#slider-range {
    height: 0px;
    margin: 7px 0;
    padding: 3px 0;
    background-color: #d5d7d7;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -13px;
}

.ui-slider .ui-slider-handle {
    background: url('../images/slider-point.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border: 0px;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    display: block;
}

.slider-val {
    font-size: 14px;
    position: absolute;
    margin-top: 10px;
}

    .slider-val.min {
        left: 0px;
    }

    .slider-val.max {
        right: 0px;
    }

.app-btn {
    -webkit-appearance: none;
    background-color: #002e41;
    border: none;
    border-radius: 10px;
    color: white;
    width: 30%;
    font-size: 14px;
    margin-top: 20px;
}

    .app-btn:hover {
        background-color: #d11a6e;
    }

.filter-section {
}

.filter-container {
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}

.priceSelector {
    font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    padding: 10px 0px;
    border: none;
    color: #3f5764;
    position: relative;
    display: table;
}

.price-title {
    min-width: 100px;
    vertical-align: top;
    display: table-cell;
}

#price-range {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    display: table-cell;
    position: relative;
}

.btnfilter {
    background-color: #f7f5f3;
    font-size: 16px;
    color: black;
    width: 100%;
    min-width: 160px;
    max-width: 160px;
    margin: 0 auto;
    border: 0px;
    border-radius: 5px;
    line-height: 24px;
    padding: 10px;
    display: block;
    background-image: url('../images/refresh.svg');
    background-size: 25px;
    background-position: left 8% center;
    background-repeat: no-repeat;
    text-align: right;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

    .btnfilter:hover {
        background-color: #ae8b38;
    }

.lblcur {
    font-family: 'SourceSansPro-Semibold';
    font-size: 14px;
    color: #ce9941;
}

.txtBoxPrice {
    display: none;
}

.listing-section {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

@media Screen and (min-width:1024px) {
    .listing-section {
        text-align: left;
    }
}

.listing-update-panel {
    width: 100%;
}

.listing-item {
    width: 44%;
    margin: 1%;
    text-align: left;
    display: inline-block;
    box-shadow: 0 0px 20px 0px rgba(0,0,0,0.1);
}

@media Screen and (max-width:720px) {
    .listing-item:not(:first-of-type) {
        margin-top: 8%;
    }
}

.listing-image {
    position: relative;
}

.list-popular {
    position: absolute;
    width: 80%;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-popular img{
    width:100%;
}

.product-images {
    z-index: 0;
}
@media Screen and (min-width:1024px) {
    .column .product-images {
        width: 27vw;
    }
}

.product-images .owl-stage-outer{
    overflow:hidden;
    position:relative;
    z-index:-1;
}

    .product-images .owl-dots {
        display: none;
    }

.product-image {
}

    .product-image img {
        width: 100%;
        /*opacity:0;*/
    }

.owl-carousel.product-images .owl-nav {
    margin-top: 0px;
}

    .owl-carousel.product-images .owl-nav button.owl-prev {
        display: block;
        position: absolute;
        bottom: 45%;
        left: 0px;
        color: transparent;
        width: 30px;
        height: 30px;
        background-color: rgba(0,0,0,0.8);
        background-image: url('../images/gold-arrow.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border-radius: 0px;
        transform: rotate(180deg);
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

    .owl-carousel.product-images .owl-nav button.owl-next {
        display: block;
        position: absolute;
        bottom: 45%;
        right: 0px;
        color: transparent;
        width: 30px;
        height: 30px;
        background-color: rgba(0,0,0,0.8);
        background-image: url('../images/gold-arrow.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border-radius: 0px;
        -moz-transition: all 300ms;
        -webkit-transition: all 300ms;
        -o-transition: all 300ms;
        transition: all 300ms;
    }

.owl-carousel.product-images .owl-prev span {
    display:none;
}

.owl-carousel.product-images .owl-next span {
    display: none;
}

.list-nav {
    display: table;
    width: 100%;
}

.list-more {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    background-color: rgba(164,135,45,0.7);
    color: white;
    text-align: center;
    padding: 5px;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}



.list-left .list-arrow{
    transform:rotate(180deg);
}

.listing-details {
    padding: 5px;
}

.listing-name {
    font-family: 'SourceSansPro-Semibold';
    font-size: 14px;
    color: #4e4e4e;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-height: 18px;
    padding-bottom: 5px;
}

.listing-info {
}

.listing-info-item {
    padding-bottom: 5px;
    display: table;
}

.listing-info-icon {
    display: table-cell;
    vertical-align: middle;
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;
    width:30px;
    height:30px;
}

    .listing-info-icon.fuel {
        background-image: url(../images/fuel-icon.svg);
        background-size: 70%;
    }
    .listing-info-icon.engine {
        background-image: url(../images/engine-icon.svg);
        background-size: 68%;
    }
    .listing-info-icon.type {
        background-image: url(../images/vehicle-type-icon.svg);
        background-size: 70%;
    }
    .listing-info-icon.transmission {
        background-image: url(../images/transmission-icon.svg);
        background-size: 70%;
    }


listing-info-detail {
    display: table-cell;
    vertical-align: middle;
}

.listing-info-name {
    font-family: 'SourceSansPro-Regular';
    font-size: 12px;
    color: #707a7e;
    margin-left: 8px;
}

.listing-info-value {
    font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    color: #4e4e4e;
    margin-left: 8px;
}

.listing-price {
    font-family: 'SourceSansPro-Bold';
    font-size: 14px;
    color: #b97c3c;
    display: block;
    text-align: right;
}

.product-images .owl-dots{
    display:none;
}

.view-toggle {
    font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    line-height: 24px;
    text-align: right;
    width: 90%;
    margin: 0 auto;
    display:none;
}

.toggle {
    width: 20px;
    height: 20px;
    margin-left: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.5;
}

    .toggle.box {
        background-image: url('../images/toggle-box.png');
    }

    .toggle.column {
        background-image: url('../images/toggle-column.png');
    }

    .toggle.active, .toggle:hover {
        opacity: 1;
    }

.listing-description{
    display:none;
}



@media Screen and (min-width:540px) {
    .list-popular {
        position: absolute;
        width: 50%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .list-nav {
        position: absolute;
        bottom: 0;
    }

    .listing-details {
        padding: 20px;
    }

    .listing-name {
        font-size: 20px;
        max-height: 22px;
        padding-bottom: 20px;
    }

    .listing-info {
        display: flex;
        flex-wrap: wrap;
    }

    .listing-info-item {
        padding-bottom: 16px;
        display: inline-table;
        width: 50%;
    }

    .listing-price {
        font-size: 24px;
    }
}


@media Screen and (min-width:720px) {
    .filter-container {
        width: 90%;
    }

    .filter-container .filter-update-panel {
        display: contents;
    }

    .ddlSelection {
        display: inline-block;
        vertical-align: middle;
        padding: 10px 35px;
        width: 47%;
        margin: 0 1%;
        margin-bottom: 1%;
    }

    .priceSelector {
        display: inline-block;
        vertical-align: middle;
        width: 46%;
        margin: 0 1%;
    }

    #price-range {
        position: relative;
    }

    .lblcur {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .list-more {
        max-height: 0px;
        opacity: 0;
        transform:translateY(50%);
    }

    .owl-carousel.product-images .owl-nav button.owl-prev {
        max-height: 0px;
        opacity: 0;
        transform: translateX(-100%) rotate(180deg);
    }

    .owl-carousel.product-images .owl-nav button.owl-next {
        max-height: 0px;
        opacity: 0;
        transform: translateX(100%);
    }

    .listing-item:hover .list-more , .listing-item:hover .owl-carousel.product-images .owl-nav button.owl-next {
        max-height: none;
        opacity: 1;
        transform: translate(0%);
    }
    .listing-item:hover .owl-carousel.product-images .owl-nav button.owl-prev {
        max-height: none;
        opacity: 1;
        transform: translate(0%) rotate(180deg);
    }

    .view-toggle{
        display:block;
    }

    .column .listing-item {
        width: 100%;
        margin: 1% auto;
        display: flex;
    }

    .column .listing-image {
        width: 44%;
    }



}

@media Screen and (min-width:1024px) {
    .ddlSelection {
        display: inline-block;
        width: 17.5%;
        margin: 0 0.5%;
    }

    #price-range {
        width: 120%;
    }

    .btnfilter {
        display: inline-block;
    }

    .priceSelector {
        width: 21.5%;
        margin: 0 0.5%;
    }

    .btnfilter {
        display: inline-block;
        margin: 0 1%;
    }

    .listing-item {
        width: 31%;
    }


    .column .listing-image {
        width: 32vw;
    }

    .column .listing-description {
        display: block;
        display: -webkit-box;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-top: 0px;
        padding-bottom: 20px;
    }


    .column .listing-info {
        display: inline-flex;
        vertical-align: bottom;
        width: 66%;
    }

    .column .listing-price {
        display: inline-block;
        width: 33%;
        vertical-align: bottom;
    }

    .column .listing-details{
        display:inline-table;
        height:100%;
        width: 100%;
        margin: auto;
    }

    .column .listing-cell{
        display:table-cell;
        vertical-align:middle;
        width:61%;
    }

}

@media Screen and (min-width:1280px) {
    .column .listing-image {
        width: 28.320vw;
    }
         .column .listing-cell{
        width:65%;
    }
    
}

    @media Screen and (min-width:1360px) {
        .footer-section {
            padding-top: 5.515vw;
        }

        .filter-container {
            padding: 1.471vw 0;
        }

        .priceSelector {
            font-size: 1.171vw;
            padding: 0.732vw 0.366vw;
        }

        #price-range {
            margin-top: 0.732vw;
        }

        #slider-range {
            margin: 0.515vw 0;
            padding: 0.221vw 0;
        }

        .ui-slider-horizontal .ui-slider-handle {
            top: -0.515vw;
            margin-left: -0.952vw;
        }

        .ui-slider .ui-slider-handle {
            width: 1.464vw;
            height: 1.464vw;
        }

        .slider-val {
            font-size: 1.025vw;
            margin-top: 0.732vw;
        }

        .ddlSelection {
            width: 18.75%;
            font-size: 1.171vw;
            padding: 0.732vw 2.574vw;
            border: 0.073vw solid #d4d4d4;
        }

        .price-title {
            min-width: 7.353vw;
        }

        .lblcur {
            font-size: 1.029vw;
        }

        .nice-select:after {
            height: 1.838vw;
            margin-top: -0.551vw;
            width: 1.838vw;
        }

        .ddlSelection:before {
            height: 1.985vw;
            margin-top: -0.551vw;
            width: 1.471vw;
            left: 0.368vw;
        }

        .btnfilter {
            font-size: 1.176vw;
            min-width: 11.765vw;
            max-width: 11.765vw;
            border-radius: 0.368vw;
            line-height: 1.765vw;
            padding: 0.735vw;
        }

        .listing-details {
            padding: 1.471vw;
        }

        .listing-name {
            font-size: 1.471vw;
            max-height: 1.618vw;
            padding-bottom: 1.471vw;
        }

        .listing-description {
            padding-bottom: 1.471vw;
        }

        .listing-info {
            display: flex;
            flex-wrap: wrap;
        }

        .listing-info-item {
            padding-bottom: 1.176vw;
            display: inline-table;
            width: 50%;
        }

        .listing-price {
            font-size: 1.765vw;
        }

        .listing-info-name {
            font-size: 0.882vw;
            padding-left: 0.588vw;
        }

        .listing-info-value {
            font-size: 1.176vw;
            padding-left: 0.588vw;
        }

        .listing-info-icon {
            width: 2.206vw;
            height: 2.206vw;
        }

        .list-more {
            font-size: 1.176vw;
            line-height: 2.206vw;
            padding: 0.368vw;
        }

        .owl-carousel.product-images .owl-nav button.owl-prev {
            width: 2.206vw;
            height: 2.206vw;
        }

        .owl-carousel.product-images .owl-nav button.owl-next {
            width: 2.206vw;
            height: 2.206vw;
        }

        .view-toggle {
            font-size: 1.176vw;
            line-height: 1.765vw;
        }

        .toggle {
            width: 1.471vw;
            height: 1.471vw;
            margin-left: 0.441vw;
        }
    }


@media screen and (max-width: 720px) {
    /*.list-popular img {
        width: 60%;
    }*/

    .listing-item {
        max-width:350px;
        width: 95% !important;
        margin: 1% auto;
        /*display: flex;
        position: relative;*/
    }

    .listing-details {
        padding: 10px;
    }

    .listing-info {
        display: flex;
        flex-wrap: wrap;
    }

    .listing-info-item {
        width: 50%;
    }

    .list-nav {
        display: table;
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .list-popular {
        width: 50%;
    }

    .product-image {
        display: flex;
    }

    /*.list-popular img {
        width: 44%;
    }*/

    /*.listing-image {
        width: 44%;
    }

    .listing-price {
        position: absolute;
        right: 5%;
        bottom: 5%;
    }*/
}

@media screen and (max-width: 500px) {
    /*.listing-info-item:nth-child(3) {
        display:none;
    }*/

}

.owl-carousel.owl-drag .owl-item {
    height: 310px;
}

.product-image {
    background-image: url(../images/main-product-img.png);
    background-size: cover;
    background-position: top;
    height: 310px;
    width: 100%;
}

.prod-2 {
    background-image: url(../images/prod_img/prod-2.png);
    background-size: cover;
    background-position: top;
}
/*.product-image:nth-child(2) {
    background-image: url(../images/prod_img/prod-1.png);
    background-size: cover;
    background-position: top;
}*/
.product-image img {
    opacity: 0;
}

.pnlnolist {
    text-align: center;
}



