﻿/*main container*/
.product-listing .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

/*sidebar*/
.ax-vehicles-sidebar {
    min-width: 260px;
    max-width: 260px;
    background: #fff;
    color: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: fixed;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.product-listing .listing-sidebar .widget {
    border: none;
}

#filtermask {
    position: absolute;
    z-index: 999;
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.4);
    display: none;
    top: 0;
    left: 0;
}

#filtermask.isvisible {
    display: block;
}

#filtermask img {
    width: 60px;
    height: 60px;
    margin-top: 50%;
}


/*content form vehicles*/

.ax-vehicles-content.active {
    margin-left: 260px;
}

.content-vehicles {
    padding-top: 50px;
}

.ax-vehicles-content.isfiltered .content-vehicles{
    padding-top: 95px;
}


/*search bar*/

.sorting-options-main {
    background: #ffffff;
    z-index: 12;
    border: none;
    border-bottom: 1px solid #ddd;
    max-width: calc(1920px - 262px);
    width: calc(100vw);
}

@media screen and ( max-height:414px) {
    .product-listing.open-filters .ax-vehicles-sidebar {
        width: 320px;
    }

    .product-listing.open-filters .listing-sidebar {
        height: auto;
        max-height: none;
    }
}

.product-listing .price-search input {
    border: solid 2px var(--skin-base-color);
    height: 39px;
    background: #fff;
}

.sorting-options {
    padding: 0px;
}

.sorting-options .change-view-button {
    margin-left: 20px;
}


/*vehicle grid*/

.ax-vehicle-list {
    overflow: auto;
    padding-bottom: 20px;
}

.ax-vehicle-list {
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
    gap: 10px 10px;
    grid-template-columns: repeat(auto-fill, minmax(262px, 1fr));
}

    .ax-vehicle-list.list-view {
        grid-template-columns: repeat(auto-fill,minmax(536px,1fr)) !important;
    }


.product-listing .car-item {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    margin-top: 0px;
}

.product-listing .car-grid {
    margin-top: 10px;
    box-shadow: 0 2px 9px 0 rgba(41,48,51,0.07);
    padding: 10px;
    background: #fff;
}

    .car-item:hover,
    .product-listing .car-grid:hover,
    .product-listing .car-item:hover {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4) !important;
    }

.ax-car-title {
    color: #333;
    font-size: 11px;
    font-weight: 600;
    display: block;
    float: left;
}

.car-item .car-content a.ax-vehicle-title-car {
    color: #333 !important;
}


.ax-vehicle-title-car p {
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*vehicle list*/



.ax-car-values {
    color: #666;
    font-size: 11px;
    display: block;
    text-align: right;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.ax-card .ax-car-values {
    text-align: left;
}

.car-item .car-list {
    bottom: 290px;
}

.car-item .car-content {
    padding: 15px;
}

    .car-item .car-content a {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }

    .car-item .car-content a.button {
        color: #fff;
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

.ax-car-table-info {
    width: 100%;
    table-layout: fixed;
}

.car-content .price a.button {
    padding: 5px 14px;
}

.product-listing .car-grid .ax-card .car-title a {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.ax-grid .img-responsive {
    width: 100%;
}

.ax-card .img-responsive {
    height: auto;
    max-height: 210px;
    margin: auto;
}

.product-listing .car-grid .price a.button.card-button {
    font-size: 22px;
    padding: 8px 20px;
}


.alert {
    margin-bottom: 0px;
    border-radius: 0px;
}

    .alert a {
        text-decoration: underline;
    }

ul.ui-autocomplete li.ui-menu-item-noselected, ul.ui-autocomplete li.ui-menu-item-noselected:hover, ul.ui-autocomplete li.ui-menu-item-noselected a {
    color: #979797;
    text-transform: uppercase;
    font-size: 10px;
    cursor: default;
    pointer-events: none;
    background-color: none !important;
}

.product-listing .car-grid .car-details .price a.button.ax-hidden-price,
.car-content .price a.button.ax-hidden-price {
    font-size: 16px;
    font-weight: normal;
}

.car-content .price .ax-call-for-price,
.car-details .price .ax-call-for-price {
    font-size: 12px;
    margin-top: 10px;
    color: #999 !important;
    text-transform: uppercase;
    font-weight: 600;
}

.css_btn 
{
    color: #999999 !important;
    border: 1px solid #e3e3e3;
    padding: 5px 14px;
    display: block !important;
    margin-top: 10px !important;
    font-weight: normal !important;
}

a.css_btn:hover {
    border-color: #db2d2e;
    background: #db2d2e;
    color: #ffffff;
}

.css_btn i{
  float: left;
  padding-left: 10px;
  padding-top: 4px;
}

.paymentperiod {
    color: #39B54A;
    font-weight: bold;
    font-size: 22px;
    padding-top: 3px !important;
    float: right;
}

@media screen and ( max-width:767px), screen and ( max-height:414px) {
    .ax-vehicles-sidebar {
        width: 260px;
        max-width: 100%;
        margin-left: -260px;
        z-index: 13;
    }

    .ax-vehicles-content.active {
        margin-left: 0px;
    }

    .menu-filter-vehicles {
        margin-top: 7px;
        right: 0;
        height: 50px;
        width: 35px;
        background: transparent;
        position: absolute;
        text-align: center;
        z-index: 100;
        cursor: pointer;
        display: block;
        color: #323232;
    }

    .menu-filter-vehicles span {
        font-size: 25px;
    }

    .sorting-options-main {
        width: 100%;
    }
}


.amx-pure-cars-img {
    height: 40px;
    width: 50px;
    object-fit: contain;
    position: absolute;
    top: 0px;
    left: 5px;
    margin: 0;
    float: right;
    max-width: 100%;
}

.amx-purecars-container {
    display: flex;
    height: 100px;
    width: 100px;
    float: left;
}
.amx-pure-cars-img-2 {
    object-fit: cover;
    position: absolute;
    top: 255px;
    left: 110px;
    margin: 0px;
    max-width: 100%;
    height: 75px;
    float: left;
}

.custom-price {
    color: #fff !important;
    font-size: 22px !important;
    margin-bottom: 2px !important;
    margin-top: -10px !important;
    float: left !important;
}

@media screen and (max-width: 1550px) {
    .amx-pure-cars-img {
        width: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .amx-pure-cars-img {
        width: 50px;
    }
}

@media screen and (max-width: 768px) {
    .ax-vehicles-content.isfiltered .content-vehicles {
        padding-top: 125px;
    }

    .amx-pure-cars-img-2 {
        top: 425px;
        left: 25px;
    }

    .ax-vehicle-list.list-view {
        grid-template-columns: repeat(auto-fill,minmax(262px,1fr)) !important;
    }
}

.dd-open {
    transform: rotate(180deg);
    padding-left: 0px !important;
    transition: transform;
    transition-duration: .1s;
}

.fa-sort-down{
    transition: transform;
    transition-duration: .1s;
}

.select-box-text {
    padding: 0px;
    line-height: inherit;
    color: #00aee5;
    font-weight: bold;
    width: 150px;
    border-color: #ffffff;
    background: #ffffff;
}

.ax-fixed{
    position: fixed;
}

.ax-search-bar.sticky {
    background: var(--skin-base-color);
    z-index: 9;
    transition: top 0.5s ease-in-out 0s;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    padding: 12px 12px;
    box-shadow: 0px 3px 6px -2px rgba(25,41,61, 0.8);
    -webkit-box-pack: center;
    border-bottom: solid 3px rgba(0,0,0,0.2);
}

    .ax-search-bar.sticky .price-search i {
        color: rgba(0, 174, 229, 1);
        background: #ffffff;
        padding: 10px 11px;
        top: 2px;
        right: 2px;
        border-left: solid 2px var(--skin-base-color);
    }
    .ax-search-bar.sticky .price-search input,
    .ax-search-bar.sticky .price-search .ax-filter-values {
        border: solid 2px #ffffff;
    }
        .ax-search-bar.sticky .price-search input:focus, .product-listing .price-search input:focus {
            background: #ffffff;
            border: solid 2px var(--skin-focus-color);
        }

.ax-filter-values, .ax-filter-btn {
    background: #fff;
    border: solid 1px var(--skin-base-color);
    margin-left: 2px;
    color: var(--skin-base-color);
    font-size: 12px;
    font-weight: bold;
    display: none;
}

.breadcrumb-filters {
    border: solid 1px #ccc;
    margin-top: 5px;
    padding: 10px;
    display: none;
    background: rgba(255,255,255,0.2);
}

.ax-more-filters, .ax-filter-btn {
    display: none;
}
.ax-btn-filter {
    background-color: var(--skin-base-color);
    border: solid 2px #ffffff;
    color: #ffffff;
    padding: 0px 0px 0px 12px;
}

.ax-search-bar.sticky .ax-btn-filter i {
    background: var(--skin-base-color);
    color: #ffffff;
}

.product-listing .price-search .ax-filter-btn i {
    color: rgba(0, 174, 229, 1);
    background: #ffffff;
    padding: 0px 0px 0px 5px;
    border: none;
}

.product-listing .ax-search-bar.sticky .price-search .ax-filter-btn{
    border: solid 1px #fff;
    display: block;
}

.ax-hide-lbl{
    display: none;
}

.popover {
    background: var(--skin-base-color);
    color: #fff;
    border: none;
    box-shadow: inset 0px 0px 0px 5px #00000010;
}

.popover-content {
    padding: 10px 20px;
    font-size: 13px;
}

    .popover-content .financing-btn-popover .button {
        background: #00000050;
    }

.popover.left > .arrow {
    border-style: none;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid var(--skin-base-color);
    right: -18px;
    transform: rotate(90deg);
}

    .popover.left > .arrow:after {
        border-left-color: transparent;
    }

#pagination {
    display: flex;
    align-content: center;
    justify-content: center;
}
#pagination ul {
    padding: 15px 15px;
    margin-bottom: 30px;
}

    #pagination.light-theme a, .light-theme span {
        padding: 6px 14px;
        border: 1px solid var(--skin-base-color);
        background: #fff;
    }

    #pagination.light-theme .current {
        background: var(--skin-base-color);
        border-color: var(--skin-base-color);
    }