/* Minification failed. Returning unminified contents.
(4974,17): run-time error CSS1039: Token not allowed after unary operator: '-content-color-gray-500'
 */

.icon-switch-interface {
    float: right;
    font-size: 18px;
    color: #999;
}

    .icon-switch-interface .icon {
        margin-left: 10px;
        width: 36px;
        height: 36px;
        background: #F5F5F5;
        border-radius: 3px;
        float: left;
        cursor: pointer;
    }

    .icon-switch-interface .active {
        background: #2070D2;
    }

    .icon-switch-interface .icon:before {
        width: 36px;
        height: 36px;
        display: inline-block;
        content: "";
    }

    .icon-switch-interface .icon.btn-col:before {
        background: url(/ContentV2/Web/img/ico-col-none.png) no-repeat center center;
    }

    .icon-switch-interface .icon.btn-list:before {
        background: url(/ContentV2/Web/img/ico-list-none.png) no-repeat center center;
    }

    .icon-switch-interface .active.btn-col:before {
        background: url(/ContentV2/Web/img/ico-col-active.png) no-repeat center center;
    }

    .icon-switch-interface .active.btn-list:before {
        background: url(/ContentV2/Web/img/ico-list-active.png) no-repeat center center;
    }

.box-list-prduct {
    width: 100%;
    display: inline-block;
}

    .box-list-prduct .head {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        line-height: 36px;
        color: #333333;
        margin: 10px 0;
    }

.checkbox-img {
    float: left;
    margin-right: 20px;
}

    .checkbox-img input[type="checkbox"] {
        display: none;
    }

        .checkbox-img input[type="checkbox"] + label {
            color: #333;
            font-size: 14px;
        }

            .checkbox-img input[type="checkbox"] + label .check {
                display: inline-block;
                line-height: 16px;
                height: 16px;
                width: 16px;
                vertical-align: middle;
                cursor: pointer;
                color: #2384c7;
                text-align: center;
                line-height: 14px;
                border: 1px solid #E7E7E7;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                font-size: 10px;
                position: relative;
                margin-right: 5px;
            }

            .checkbox-img input[type="checkbox"] + label .check {
                color: #435360;
            }


        .checkbox-img input[type="checkbox"]:checked + label .check:before {
            font-family: "fontello";
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            content: '\e81c';
            color: #00975B;
        }

.box-list-prduct .head .number-list {
}

.location-show {
    color: #2070D2;
    font-weight: normal;
    font-size: 14px;
    text-decoration-line: underline;
    cursor: pointer;
    float: right;
    position: relative;
    text-transform: none;
}

    .location-show:before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        text-decoration: inherit;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f031';
        display: inline-block;
        margin-right: 5px;
        font-size: 16px;
        text-decoration: none;
    }

.box-list-prduct .head .btn-select {
    background: #fff;
    border-radius: 2px;
    height: 36px;
    position: relative;
    width: 170px;
    border: 1px solid #E7E7E7;
    font-size: 13px;
    color: #333333;
    float: left;
    margin-right: 10px;
}

.box-list-prduct .head .select-box {
    background: none;
    position: relative;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 34px;
    width: 100%;
    padding: 7px 12px;
    line-height: 20px;
    background: transparent;
    border: 0;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.box-list-prduct .head .btn-select:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #999;
}

.box-list-prduct .head .icon-switch-interface {
    float: left;
}

.box-list-prduct .head .custom-checkbox {
    margin-top: 10px;
}

.box-list-prduct .head .dropdown-select {
    width: 170px;
    position: relative;
}

.box-list-prduct .head .dropdown-hover::before {
    background: transparent;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100%;
}

.box-list-prduct .head .select-box.small {
    height: 32px;
    padding: 5px 15px;
    padding-right: 20px;
    line-height: 18px;
    border: 1px solid #e7e7e7;
    background: #fff;
    color: #515356;
    margin: 0;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    width: 100%;
    display: inline-block;
}


.box-list-prduct .list-product-row {
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
}

    .box-list-prduct .list-product-row .row {
        margin: 0;
    }

    .box-list-prduct .list-product-row .col {
        width: 100%;
        float: left;
        padding: 10px 0;
    }

    .box-list-prduct .list-product-row .item {
        width: 100%;
        float: left;
        position: relative;
        border: 1px solid #DDDDDD;
        border-radius: 6px;
        padding: 15px;
    }

        .box-list-prduct .list-product-row .item.box-expired {
            filter: grayscale(100%);
            -webkit-filter: grayscale(100%);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
        }

            .box-list-prduct .list-product-row .item.box-expired .photo:before {
                background: #000000;
                width: 100%;
                height: 36px;
                font-weight: 500;
                font-size: 16px;
                line-height: 36px;
                text-align: center;
                color: #fff;
                position: absolute;
                z-index: 1;
                left: 0;
                right: 0;
                bottom: 0;
                content: "The listing has expired";
            }

        .box-list-prduct .list-product-row .item .photo {
            width: 260px;
            float: left;
            position: relative;
            text-align: center;
            height: 146px;
            overflow: hidden;
            background-color: #f3f3f3;
            vertical-align: middle;
        }

            .box-list-prduct .list-product-row .item .photo .new {
                position: absolute;
                top: 5px;
                left: 43px;
                z-index: 1;
                background: #ECF8ED;
                border-radius: 3px;
                text-align: center;
                width: 40px;
                height: 30px;
                line-height: 30px;
                font-weight: 500;
                font-size: 14px;
                color: #39B54A;
            }

            .box-list-prduct .list-product-row .item .photo .used {
                position: absolute;
                top: 5px;
                left: 43px;
                z-index: 1;
                background: #FFF0E6;
                border-radius: 3px;
                text-align: center;
                width: 44px;
                height: 30px;
                line-height: 30px;
                font-weight: 500;
                font-size: 14px;
                color: #FF6600;
            }

            .box-list-prduct .list-product-row .item .photo .video {
                position: absolute;
                width: 26px;
                height: 26px;
                right: 5px;
                top: 5px;
                background: url(/ContentV2/Web/img/icon-video.png) no-repeat center center;
                z-index: 1;
            }

            .box-list-prduct .list-product-row .item .photo .auto_saved {
                width: 30px;
                height: 30px;
                position: absolute;
                top: 5px;
                left: 5px;
                background: rgba(0,0,0,0.3);
                color: #fff;
                line-height: 32px;
                text-align: center;
                font-size: 16px;
                cursor: default;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
            }

                .box-list-prduct .list-product-row .item .photo .auto_saved:before {
                    font-family: "fontello";
                    font-style: normal;
                    font-weight: normal;
                    speak: none;
                    display: inline-block;
                    text-decoration: inherit;
                    text-align: center;
                    font-variant: normal;
                    text-transform: none;
                    line-height: 1em;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    content: '\e826';
                }

                .box-list-prduct .list-product-row .item .photo .auto_saved.active:before {
                    content: '\ed9c';
                }

        .box-list-prduct .list-product-row .item .small {
            margin-left: 280px;
            position: relative;
        }

        .box-list-prduct .list-product-row .item .info {
            width: 100%;
            float: left;
            padding-right: 170px;
            position: relative;
        }

        .box-list-prduct .list-product-row .item .title {
            margin: 0;
            font-size: 18px;
            font-weight: 500;
            color: #515356;
            height: 52px;
            overflow: hidden;
            line-height: 26px;
            margin-bottom: 8px;
        }

            .box-list-prduct .list-product-row .item .title.diamond a {
                color: #ff6600;
            }

                .box-list-prduct .list-product-row .item .title.diamond a:before {
                    content: "";
                    width: 19px;
                    height: 19px;
                    display: inline-block;
                    margin-right: 8px;
                    background: url(/ContentV2/Web/img/icon-diamond.png) no-repeat 0 0;
                    margin-bottom: -2px;
                }



            .box-list-prduct .list-product-row .item .title.diamond .icon {
                width: 24px;
                height: 20px;
                display: inline-block;
                margin-right: 5px;
                background: url(/ContentV2/Web/img/icon-diamond.png) no-repeat 0 0;
            }

            .box-list-prduct .list-product-row .item .title a {
                color: #515356;
                display: -webkit-box;
                overflow: hidden;
                -webkit-line-clamp: 2;
                position: relative;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-box-orient: vertical;
            }

        .box-list-prduct .list-product-row .item .location {
            margin: 0;
            font-weight: normal;
            font-size: 14px;
            color: #999;
            line-height: 16px;
            margin-bottom: 8px;
        }

        .box-list-prduct .list-product-row .item .price {
            font-size: 20px;
            color: #515356;
            line-height: 23px;
            font-weight: 700;
            margin: 0;
            margin-bottom: 8px;
        }

        .box-list-prduct .list-product-row .item .location i:before {
            color: #999;
            margin-left: 0;
            width: auto;
            margin-right: 5px;
        }

        .box-list-prduct .list-product-row .item:hover {
            border-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
            -moz-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
            -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
            /*border: 2px solid #DDDDDD;*/
        }

        .box-list-prduct .list-product-row .item .box-r {
            position: absolute;
            width: 170px;
            z-index: 2;
            right: 0;
            top: 0;
            border-left: 1px solid #DDDDDD;
            padding: 28px 0 28px 20px;
        }

            .box-list-prduct .list-product-row .item .box-r .btn-make, .box-list-prduct .list-product-row .item .box-r .btn-add-compare, .box-list-prduct .list-product-row .item .box-r .btn-call {
                width: 100%;
                display: inline-block;
                padding: 0;
                height: 40px;
                text-align: center;
                font-size: 14px;
                font-weight: bold;
                color: #fff;
                cursor: pointer;
                border-radius: 3px;
                padding: 10px 0;
                line-height: 20px;
                text-transform: capitalize;
            }

            .box-list-prduct .list-product-row .item .box-r .btn-make {
                background: #fff;
                border: 1px solid #39B54A;
                color: #39B54A;
                margin-bottom: 10px;
            }

        .box-list-prduct .list-product-row .item:hover .box-r .btn-make {
            background: #39B54A;
            color: #fff;
        }

        .box-list-prduct .list-product-row .item .box-r .btn-add-compare, .box-list-prduct .list-product-row .item .box-r .btn-call {
            border: 1px solid #2070D2;
            background: #FFFFFF;
            color: #2070D2;
        }

        .box-list-prduct .list-product-row .item:hover .box-r .btn-add-compare, .box-list-prduct .list-product-row .item:hover .box-r .btn-call {
            background: #2070D2;
            color: #fff;
        }

.list-parameter {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #999999;
    line-height: 16px;
    margin: 0;
}

    .list-parameter .Transmission {
        float: left;
        width: auto;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 10px;
        max-width: 140px;
    }

        .list-parameter .Transmission .icon {
            height: 16px;
            width: 16px;
            float: left;
            background: url(/ContentV2/Web/img/icon-transmission.jpg) no-repeat center center;
            margin-right: 5px;
        }

    .list-parameter .contact {
        float: right;
        width: 50%;
    }

        .list-parameter .contact i {
            color: #1f6fd2;
        }

    .list-parameter .mileage {
        float: left;
        width: auto;
        border-left: 1px solid #DDDDDD;
        padding-left: 10px;
    }

        .list-parameter .mileage i:before {
            margin-left: 0;
            color: #999;
        }

.box-list-prduct .grid-list .row {
    margin: 0 -10px;
}

.box-list-prduct .grid-list .col {
    width: 33.33333%;
    padding: 10px;
}

.box-list-prduct .grid-list .item {
    padding: 0;
    border: 0;
}

    .box-list-prduct .grid-list .item:hover {
        border: 0;
    }

    .box-list-prduct .grid-list .item .photo {
        width: 100%;
        text-align: center;
        height: 152px;
        overflow: hidden;
        background-color: #f3f3f3;
        vertical-align: middle;
    }

.box-list-prduct .item .photo img {
    text-align: center;
    vertical-align: middle;
}

.box-list-prduct .grid-list .item .small {
    width: 100%;
    margin: 0;
}

.box-list-prduct .grid-list .item .info {
    padding: 6px 8px;
    border: 1px solid #ddd;
    border-top: 0;
    border-radius: 0px 0px 6px 6px;
}

.box-list-prduct .grid-list .item .price {
    position: relative;
    width: 100%;
    display: inline-block;
    right: auto;
    top: auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.box-list-prduct .grid-list .item .location {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box-list-prduct .grid-list .item .box-r {
    position: relative;
    top: auto;
    width: 100%;
    padding: 0;
    margin-top: 8px;
    right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    border: 0;
}

    .box-list-prduct .grid-list .item .box-r .btn-make, .box-list-prduct .grid-list .item .box-r .btn-add-compare, .box-list-prduct .grid-list .item .box-r .btn-call {
        font-size: 14px;
    }

    .box-list-prduct .grid-list .item .box-r .btn-make {
        width: 115px;
        margin-right: 10px;
    }

    .box-list-prduct .grid-list .item .box-r .btn-call {
        width: calc(100% - 125px);
    }

    .box-list-prduct .grid-list .item .box-r .btn-make {
        margin-bottom: 0;
    }

.box-no-results-search {
    background: #F3F3F3;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15px 0;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    margin-bottom: 20px;
}

    .box-no-results-search p {
        margin: 0;
        margin-top: 5px;
    }

.box-user-seller {
    background: #F3F3F3;
    border-radius: 3px;
    width: 100%;
    display: inline-block;
    padding: 15px 20px;
    margin-bottom: 20px;
}

    .box-user-seller .avatar {
        width: 46px;
        height: 46px;
        float: left;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #EEEEEE;
        overflow: hidden;
        text-align: center;
        line-height: 46px;
        font-size: 24px;
        color: #AAAAAA;
    }

        .box-user-seller .avatar img {
            border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
        }

    .box-user-seller .info {
        margin-left: 56px;
    }

    .box-user-seller .title {
        margin: 0;
        margin-bottom: 6px;
        font-size: 16px;
        color: #666;
        font-weight: normal;
        line-height: 22px;
    }

    .box-user-seller .name {
        color: #2070D2;
        font-weight: bold;
        margin-right: 5px;
    }

    .box-user-seller .location {
        color: #999999;
        font-size: 14px;
        margin-left: 5px;
    }

    .box-user-seller .list {
        width: 100%;
        display: inline-block;
        color: #515356;
        font-weight: normal;
        font-size: 14px;
        line-height: 16px;
    }

        .box-user-seller .list .line {
            padding: 0 15px;
        }

        .box-user-seller .list i:before {
            margin-left: 0;
            color: #00975B;
            font-size: 14px;
            margin-right: 6px;
        }

@media only screen and (min-width: 1100px) and (max-width: 1150px) {
    .box-list-prduct .grid-list .item .photo {
        height: 146px;
    }

    .box-list-prduct .grid-list .item .info {
        padding: 6px;
        border: 1px solid #ddd;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

    .box-list-prduct .grid-list .item .info {
        padding: 6px;
        border: 1px solid #ddd;
    }

    .box-list-prduct .grid-list .item .box-r .btn-call {
        width: 110px;
        margin-left: 8px;
    }

    .box-list-prduct .grid-list .item .box-r .btn-make {
        width: 100px;
    }

    .box-list-prduct .grid-list .item .photo {
        height: 130px;
    }

    .box-list-prduct .grid-list .item .box-r .btn-make, .box-list-prduct .grid-list .item .box-r .btn-add-compare, .box-list-prduct .grid-list .item .box-r .btn-call {
        font-size: 14px;
    }

    .box-list-slide-img .list-item .list .item {
        width: 253px;
    }

    .box-list-slide-img .next {
        right: 0px;
    }

    .box-list-slide-img .prev {
        left: 0px;
    }

    .list-parameter .Transmission {
        max-width: 50%;
    }
}

.box-list-prduct .head {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.box-text-carforsale {
    font-size: 16px;
    line-height: 26px;
    padding: 20px;
    border: 1px solid #ECECEC;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}

    .box-text-carforsale p {
        margin: 0;
    }

    .box-text-carforsale .capitalize {
        text-transform: capitalize;
    }

    .box-text-carforsale .title {
        margin-top: 16px;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 12px;
    }

    .box-text-carforsale .table {
        width: 100%;
        max-width: 520px;
        text-align: left;
        border: 1px solid #ECECEC;
    }

        .box-text-carforsale .table.style2 {
            max-width: inherit;
        }

        .box-text-carforsale .table th {
            font-weight: 500;
            font-size: 16px;
            text-transform: capitalize;
            background: #F3F3F3;
            padding: 10px 14px;
        }

        .box-text-carforsale .table td {
            border: 1px solid #ECECEC;
            padding: 8px 14px;
            font-size: 14px;
            color: #515356;
        }

        .box-text-carforsale .table .lineitem {
            padding: 0;
        }

            .box-text-carforsale .table .lineitem p {
                padding: 0px 14px;
                height: 44px;
                overflow: hidden;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                position: relative;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                line-height: 44px;
            }

                .box-text-carforsale .table .lineitem p:not(:last-child) {
                    border-bottom: 1px solid #ECECEC;
                }

    .box-text-carforsale .color-blue2 {
        color: #13488A;
    }

    .box-text-carforsale .underline {
        text-decoration-line: underline;
    }

.location-show {
    color: #2070D2;
    font-weight: normal;
    font-size: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    cursor: pointer;
    float: right;
    position: relative;
    text-transform: none;
}

    .location-show:before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        text-decoration: inherit;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: '\f031';
        display: inline-block;
        margin-right: 5px;
        font-size: 16px;
        text-decoration: none;
    }

.cicon-featured {
    width: 15px;
    height: 15px;
    background: url(/ContentV2/Web/img/auto/featured.svg) no-repeat;
    display: inline-block;
}

.cicon-bumped {
    width: 15px;
    height: 15px;
    background: url(/ContentV2/Web/img/auto/bumped.svg) no-repeat;
    display: inline-block;
}

.cicon-arrow-down {
    width: 14px;
    height: 14px;
    background: url(/ContentV2/Web/img/auto/carforsale-arrow-down.svg) no-repeat;
    display: inline-block;
}

.cicon-info {
    width: 14px;
    height: 14px;
    background: url(/ContentV2/Web/css/img/carforsale-info.svg) no-repeat;
    display: inline-block;
}

.cicon-certifi {
    width: 14px;
    height: 14px;
    background: url(/ContentV2/Web/css/img/carforsale-certifi.svg) no-repeat;
    display: inline-block;
}

.box-text-carforsale {
    font-size: 14px;
    line-height: 22px;
}

    .box-text-carforsale .text-more {
        color: #2070D2;
    }

.used-carforsale-brand {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .used-carforsale-brand .box-slide-brand {
        width: 100%;
        display: inline-block;
        position: relative;
    }

        .used-carforsale-brand .box-slide-brand .brandall-car .item {
            width: 100%;
            float: none;
            padding: 0;
        }

        .used-carforsale-brand .box-slide-brand .brandall-car .name {
            width: 100%;
        }

        .used-carforsale-brand .box-slide-brand .dots {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
            margin-top: 15px;
        }

            .used-carforsale-brand .box-slide-brand .dots li {
                background: #ddd;
                width: 8px;
                height: 8px;
                border-radius: 50%;
                cursor: pointer;
                display: inline-block;
            }

                .used-carforsale-brand .box-slide-brand .dots li.active {
                    width: 16px;
                    border-radius: 100px;
                    background: #2070D2;
                }

        .used-carforsale-brand .box-slide-brand .list-slide {
            width: 100%;
            display: inline-block;
            overflow: hidden;
        }

            .used-carforsale-brand .box-slide-brand .list-slide .list {
                display: -ms-flexbox;
                display: flex;
                display: -webkit-box;
            }

                .used-carforsale-brand .box-slide-brand .list-slide .list .item-slide {
                    width: 125px;
                    margin-right: 20px;
                    border: 1px solid #E9F1FB;
                    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
                    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
                    border-radius: 3px;
                    padding-bottom: 10px;
                    padding-top: 7px;
                }

.used-carforsale-listing.has_br {
    margin-bottom: 30px;
    padding-bottom: 12px;
    border-bottom: 5px solid #f3f3f3;
}

.used-carforsale-listing .btn-show-all {
    min-width: 163px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #E7E7E7;
    border-radius: 999px;
    display: inline-block;
    color: #515356;
    padding: 0 5px;
    margin-top: 2px;
    margin-bottom: 18px;
}

.used-carforsale-listing .tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
}

    .used-carforsale-listing .tabs li {
        display: inline-block;
    }

        .used-carforsale-listing .tabs li:not(:last-child) {
            margin-right: 17px;
        }

        .used-carforsale-listing .tabs li a {
            color: #999;
            position: relative;
            padding-bottom: 6px;
            display: block;
        }

            .used-carforsale-listing .tabs li a:before {
                content: '';
                width: 100%;
                bottom: -2px;
                border-bottom: 3px solid #2070D2;
                position: absolute;
                opacity: 0;
            }

            .used-carforsale-listing .tabs li a .icon-right:before {
                -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
                font-size: 12px;
            }

        .used-carforsale-listing .tabs li.active a {
            color: #333;
        }

            .used-carforsale-listing .tabs li.active a:before {
                opacity: 1;
            }

.used-carforsale-listing .row {
    margin-left: -10px;
    margin-right: -10px;
}

.used-carforsale-listing .col-4 {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 18px;
}

.used-carforsale-listing .item-style2 {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), inset -1px 0px 0px #E9F1FB, inset 1px 0px 0px #E9F1FB, inset 0px -1px 0px #E9F1FB;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), inset -1px 0px 0px #E9F1FB, inset 1px 0px 0px #E9F1FB, inset 0px -1px 0px #E9F1FB;
    border-radius: 6px;
}

    .used-carforsale-listing .item-style2 .info {
        padding: 14px;
    }

    .used-carforsale-listing .item-style2 .title {
        font-size: 16px;
        line-height: 22px;
        height: 22px;
        font-weight: 400;
        color: #333;
        margin: 0;
    }

        .used-carforsale-listing .item-style2 .title a {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            position: relative;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            color: #333;
        }

    .used-carforsale-listing .item-style2 .location {
        font-size: 13px;
        color: #999;
        margin-bottom: 12px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
    }

    .used-carforsale-listing .item-style2 .box-price:before, .used-carforsale-listing .item-style2 .box-price:after {
        content: " ";
        display: table;
    }

    .used-carforsale-listing .item-style2 .box-price:after {
        clear: both;
    }

    .used-carforsale-listing .item-style2 .box-price .box-right {
        float: left;
        width: 50%;
    }

        .used-carforsale-listing .item-style2 .box-price .box-right .price {
            font-weight: bold;
            font-size: 16px;
            color: #2070D2;
        }

        .used-carforsale-listing .item-style2 .box-price .box-right .price-old {
            font-size: 12px;
            color: #999;
            -webkit-text-decoration-line: line-through;
            text-decoration-line: line-through;
        }

    .used-carforsale-listing .item-style2 .box-price .box-left {
        float: left;
        width: 50%;
    }

        .used-carforsale-listing .item-style2 .box-price .box-left .text {
            color: #515356;
        }

        .used-carforsale-listing .item-style2 .box-price .box-left .infomation {
            color: #FF6600;
        }

            .used-carforsale-listing .item-style2 .box-price .box-left .infomation [class*="cicon-"] {
                margin-right: 4px;
                margin-left: 4px;
                position: relative;
                top: 2px;
            }

            .used-carforsale-listing .item-style2 .box-price .box-left .infomation .cicon-certifi {
                margin-left: 0;
            }

.used-carforsale-listing .item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), inset -1px 0px 0px #E9F1FB, inset 1px 0px 0px #E9F1FB, inset 0px -1px 0px #E9F1FB;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1), inset -1px 0px 0px #E9F1FB, inset 1px 0px 0px #E9F1FB, inset 0px -1px 0px #E9F1FB;
    border-radius: 6px;
}

    .used-carforsale-listing .item .photo {
        position: relative;
    }

    .used-carforsale-listing .item .label {
        min-width: 82px;
        padding: 0 6px;
        border-radius: 6px;
        font-size: 13px;
        display: inline-block;
        bottom: 5px;
        position: absolute;
        height: 23px;
        line-height: 23px;
    }

        .used-carforsale-listing .item .label [class*="cicon-"] {
            top: 3px;
            position: relative;
            margin-right: 2px;
        }

        .used-carforsale-listing .item .label.label-featured {
            background: linear-gradient(274.23deg, #CCE9FF 0.8%, #EAF6FF 97.18%);
            color: #5060FF;
            left: 5px;
        }

        .used-carforsale-listing .item .label.label-bumped {
            background: linear-gradient(272.32deg, #FFE59A 0.49%, #FFFFD5 96.65%);
            color: #FF6600;
            left: 92px;
        }

    .used-carforsale-listing .item .title {
        font-size: 16px;
        line-height: 22px;
        height: 44px;
        font-weight: 400;
        color: #333;
        margin-top: 0;
        margin-bottom: 6px;
    }

        .used-carforsale-listing .item .title a {
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            position: relative;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            color: #333;
        }

    .used-carforsale-listing .item .tag {
        list-style: none;
        padding: 0;
        margin: 0;
        font-size: 12px;
        margin-bottom: 5px;
    }

@media (min-width: 961px) and (max-width: 1165px) {
    .used-carforsale-listing .item .tag {
        white-space: nowrap;
        display: block !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        max-width: 100%;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }
}

.used-carforsale-listing .item .tag li {
    display: inline-block;
    padding: 3px 5px;
    border: 1px solid #E9F1FB;
    border-radius: 3px;
}

    .used-carforsale-listing .item .tag li:not(:last-child) {
        margin-right: 3px;
    }

    .used-carforsale-listing .item .tag li.active {
        background: #FF6600;
        color: #fff;
    }

    .used-carforsale-listing .item .tag li.label-new {
        color: #fff;
        border-color: #39B54A;
        background: #39B54A;
    }

    .used-carforsale-listing .item .tag li.label-used {
        color: #fff;
        border-color: #FF6600;
        background: #FF6600;
    }

.used-carforsale-listing .item .location {
    font-size: 13px;
    color: #999;
    margin-bottom: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}

.used-carforsale-listing .item .price {
    font-weight: bold;
    font-size: 16px;
    color: #2070D2;
}

.used-carforsale-listing .item .price-old {
    font-size: 12px;
    color: #999;
    margin-left: 8px;
    font-weight: 400;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

.used-carforsale-listing .item .info {
    padding: 12px;
}

.used-carforsale-listing .item .month-price {
    margin-bottom: 12px;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #E9F1FB;
}

    .used-carforsale-listing .item .month-price:before, .used-carforsale-listing .item .month-price:after {
        content: " ";
        display: table;
    }

    .used-carforsale-listing .item .month-price:after {
        clear: both;
    }

    .used-carforsale-listing .item .month-price.disabled {
        opacity: 0;
    }

    .used-carforsale-listing .item .month-price .text {
        color: #515356;
        float: left;
    }

    .used-carforsale-listing .item .month-price .price {
        text-align: center;
        font-weight: bold;
        font-size: 14px;
        color: #333;
    }

.used-carforsale-listing .item .button-g:before, .used-carforsale-listing .item .button-g:after {
    content: " ";
    display: table;
}

.used-carforsale-listing .item .button-g:after {
    clear: both;
}

.used-carforsale-listing .item .button-g .btn-make {
    border: 1px solid #2070D2;
    width: calc(100% /2 - 5px);
    float: left;
    height: 36px;
    line-height: 34px;
    font-weight: bold;
    font-size: 14px;
    display: block;
    text-align: center;
    color: #2070D2;
    border-radius: 3px;
    margin-right: 10px;
}

.used-carforsale-listing .item .button-g .btn-call {
    width: calc(100% /2 - 5px);
    float: left;
    background: #2070D2;
    border-radius: 3px;
    display: block;
    text-align: center;
    color: #fff;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
}

.used-carforsale-listing .item .button-g .btn-make {
    background-color: #fff;
}

.used-carforsale-listing .item .button-g .btn-call {
    border: none;
}

.used-carforsale-listing .item .photo {
    /*width: 270px;*/
    height: 152px;
}

.used-carforsale-brand .box-slide-brand .list-slide {
    padding-bottom: 30px;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}

.used-carforsale-brand {
    margin-bottom: 0;
}
/*.used-carforsale-listing .col-4:nth-child(3n+1) {
    clear: left;
}*/

/*Box slide brand*/
.box-search-model-year {
    width: 100%;
    display: inline-block;
    margin-top: 8px;
    border-radius: 3px;
    border: 1px solid #DDDDDD;
}

    .box-search-model-year .head {
        width: 100%;
        display: inline-block;
        border-bottom: 1px solid #DDDDDD;
        padding: 5px 8px;
        position: relative;
        height: 52px;
    }

        .box-search-model-year .head .list-item {
            margin: 0;
            padding: 0;
            display: -webkit-box;
        }

            .box-search-model-year .head .list-item li:last-child {
                padding-right: 0;
                list-style: none;
                position: relative;
            }

            .box-search-model-year .head .list-item .btn-select {
                background: #F5F5F5;
                border-radius: 3px;
                height: 30px;
                position: relative;
                width: 100%;
                display: inline-block;
            }

            .box-search-model-year .head .list-item .select-box {
                position: absolute;
                z-index: 1;
                -webkit-appearance: none;
                font-size: 14px;
                width: 145px;
                height: 32px;
                padding: 5px 10px;
                line-height: 20px;
                background: #FFFFFF;
                color: #515356;
                margin: 0;
                padding-right: 30px;
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
                border: 1px solid #E7E7E7;
                box-sizing: border-box;
                border-radius: 3px;
            }

    .box-search-model-year .box-list-mode {
        width: 100%;
        display: inline-block;
        padding: 5px 0;
        overflow: hidden;
        float: left;
    }

        .box-search-model-year .box-list-mode .box-logo {
            width: 140px;
            float: left;
            border-right: 1px solid #DDDDDD;
            padding: 5px 0;
        }

            .box-search-model-year .box-list-mode .box-logo .item {
                width: 100%;
                padding: 0;
            }

        .box-search-model-year .box-list-mode .list-mode {
            margin: 0;
            padding: 0;
            display: -webkit-box;
            overflow-x: auto;
            overflow-y: hidden;
            height: 103px;
        }

            .box-search-model-year .box-list-mode .list-mode li {
                margin-left: 8px;
                list-style: none;
            }

            .box-search-model-year .box-list-mode .list-mode .mode {
                width: 100%;
                background: #FFFFFF;
                border: 1px solid #DDDDDD;
                border-radius: 3px;
                display: inline-block;
                height: 30px;
                font-weight: normal;
                font-size: 14px;
                line-height: 28px;
                text-align: center;
                color: #333333;
                padding: 0 10px;
                margin-bottom: 8px;
            }

    .box-search-model-year .form-search-a {
        border: none;
    }

        .box-search-model-year .form-search-a .chosen-container-single .chosen-single {
            height: 32px;
        }

        .box-search-model-year .form-search-a .custom-select-a {
            width: 145px;
            height: 32px;
            margin: 5px;
        }

        .box-search-model-year .form-search-a li {
            width: 165px;
        }

    .box-search-model-year .box-logo {
        width: 140px;
        float: left;
        border-right: 1px solid #DDDDDD;
        padding: 5px 0;
    }

    .box-search-model-year .box-list-year .box-logo .item {
        width: 100%;
        padding: 0;
    }

    .box-search-model-year .box-list-year .box-logo .name {
        background-position: center center;
        background-repeat: no-repeat;
        display: inline-block;
        font-size: 14px;
        height: 0;
        padding-top: 78px;
        text-align: center;
        width: 136px;
        color: #333;
        line-height: 14px;
        margin: 0;
        font-weight: normal;
    }

    .box-search-model-year .box-list-year .list-year {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        overflow-x: auto;
        overflow-y: hidden;
        height: 40px;
    }

        .box-search-model-year .box-list-year .list-year li {
            margin-left: 8px;
            list-style: none;
        }

        .box-search-model-year .box-list-year .list-year .year {
            background: #FFFFFF;
            border: 1px solid #DDDDDD;
            border-radius: 3px;
            display: inline-block;
            height: 30px;
            width: 52px;
            font-weight: normal;
            font-size: 14px;
            line-height: 28px;
            text-align: center;
            color: #333333;
        }

    .box-search-model-year .box-list-year {
        width: 100%;
        display: inline-block;
        padding: 5px 0;
        overflow: hidden;
        float: left;
    }

.used-carforsale-listing .tabs li a .icon-up:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(270deg);
    font-size: 12px;
}

.icon-up:before {
    content: '\e844';
}

.used-carforsale-listing .item.box-expired .photo:before {
    background: #000000;
    width: 100%;
    height: 36px;
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    content: "The listing has expired";
}

.used-carforsale-listing .item .tag {
    gap: 3px;
}

    .used-carforsale-listing .item .tag li {
        padding: 3px 3px;
        margin-right: 0 !important;
        max-height: 22px;
    }

.used-carforsale-listing .item .month-price.disabled {
    max-height: 24px;
}


.box-collapse {
	width:100%;
	display:inline-block;
	margin-bottom:20px;
	}
.box-collapse .head-collapse  {
	width:100%;
	height:40px;
	background: #2070D2;
	border-radius: 4px 4px 0px 0px;
	line-height:20px;
	padding:10px;
	font-size:16px;
	font-weight: bold;
	color:#fff;
	text-transform:uppercase;
	text-align:left;
	}
.box-collapse .head-collapse a {
	color:#fff;
	display:block;
	}	
.box-collapse .head-collapse .icon {
	float:right;
	color:#fff;
	font-size:20px;
	}
.box-collapse .head-collapse .icon:before{
		width:20px;
		height:20px;
	    content: '';
		background:url(/ContentV2/Web/img/icon-dow-coll.png) no-repeat center center;
		display:inline-block;
  }
 .box-collapse.open .head-collapse .icon:before{	
		background:url(/ContentV2/Web/img/icon-up-coll.png) no-repeat center center;
  } 	
 .box-collapse .content-collapse {
	 width:100%;
	 display:none;
	 float:left;
	 
	 }
 .box-collapse.open .content-collapse {
	 display:block;
	 }
 .box-collapse .content-collapse .conent-collapse {
	 border: 1px solid #E7E7E7;
	 width:100%;
	 display:inline-block;
	 padding:20px;
	 font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #515356;
	border-radius: 0px 0px 4px 4px;
	 }	
 .box-collapse .content-collapse .box-table {
	width:100%;
	display:inline-block;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color:#333;
	 }
.box-collapse .content-collapse .box-table .alink {color: #2070D2; font-weight:bold;} 
.box-collapse .content-collapse .box-table .table {
		 width:100%;
		 margin:auto;
		 margin-bottom:20px;
		 max-width:600px;
		 }
.box-collapse .content-collapse .box-table th, .box-collapse .content-collapse .box-table td { border:2px solid #fff;}
.box-collapse .content-collapse .box-table th {
	height:56px;
	background: #DDDDDD;
	padding:7px 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	text-transform: capitalize;
	color: #515356;
	}
.box-collapse .content-collapse .box-table td {
	height:60px;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	text-transform: capitalize;
	color: #515356;
	padding:6px 10px;
	}
.box-collapse .content-collapse .box-table tr:nth-child(odd) {background: #FAFAFA;}
.box-collapse .content-collapse .box-table tr:nth-child(even){}	
.box-collapse .content-collapse .box-table td:first-child {
	font-weight: normal;
	text-align:left;
	padding-left:34px;
	}			  	  
.box-text-overview {
	width:100%;
	display:inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #515356;
	
	}
 .box-collapse .show-more {
	text-decoration-line: underline;
	line-height:20px;
	color: #2070D2;
	font-size:14px;
	display:block;
	}
.box-list-slide-img {
	width:100%;
	display:inline-block;
	position:relative;
	}
.box-list-slide-img .btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top:57px;
    text-align: center;
    line-height: 32px;
    padding: 0;
    
    z-index: 2;
    border: 0;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    cursor: pointer;
	    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	}
.box-list-slide-img .next {    
    right: -16px;
	background: url(/ContentV2/Web/img/icon-next.png) no-repeat center center #FFFFFF;
}
.box-list-slide-img .prev {
    left: -16px;
	background: url(/ContentV2/Web/img/icon-back.png) no-repeat center center #FFFFFF;
	
}	
.box-list-slide-img .list-item {
	width:100%;
	display:inline-block;
	overflow:hidden;
	}
.box-list-slide-img .list-item  .list {
	margin:0;
	padding:0;
	}
.box-list-slide-img .list-item  .list .item {
	width:260px;
	float:left;
	margin-right:15px;
	}
.box-list-slide-img .list-item  .list .item .photo {
	margin-bottom:10px;
	}
.box-list-slide-img .list-item  .list .item  .title {
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #666666;
	margin:0;
	}
.box-list-slide-img .list-item .list .item  .title a{
	display:block;
	color: #666666;
	}
.list-faqs {
	display:inline-block;
	width:100%;
	
	}
.list-faqs .item {
	float:left;
	width:100%;
	background: #FFFFFF;
	box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	margin-bottom:20px;
	}
.list-faqs .title {
	margin:0;
	padding: 10px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-transform: capitalize;
	color: #333333;
	border-bottom:1px  solid #E7E7E7;
	}
.list-faqs .text {
	margin:0;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
	color: #333333;
	padding:12px 20px;
	}

					 	  																							
.box-search-a {
	width:100%;
	display:inline-block;
	background: #2070D2;
	padding:20px;
	margin-bottom:26px;
	}
.box-search-a  .box-input {
	width:100%;
	display:inline-block;
	background: #FFFFFF;
	border-radius: 4px;
	height:32px;
	position:relative;
	}
.box-search-a  .box-input .input {
	width:100%;
	height:32px;
	line-height:20px;
	padding:6px 12px; 
	padding-right:32px;
	border:0;
	background-color:transparent;
	font-weight: normal;
	font-size: 13px;
	color:#333;
	text-align:left;
	}
.box-search-a  .box-input .input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #999;   
}
.box-gray-a .more-link {
	line-height:20px;
	}
.box-gray-a .more-link a {color: #2070D2;}	
.box-gray-a .more-link.bd-f {
	width:100%;
	text-align:right;
	border-top:1px solid #DDDDDD;
	padding-top:15px;
	}
 .box-gray-a .more-link.bd-f:before { top:15px;}		
.box-search-a  .box-input .btn-bt {
	width:28px;
	height:32px;
	position:absolute;
	right:0;
	top:0;
	border:0;
	background-color:transparent;
	cursor:pointer;
	text-align:center;
	line-height:32px;
	color: #999999;
	font-size:14px;
	z-index:1;
	
	}
.box-search-a  .box-input .btn-bt:before {
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\e803';
	}				
.form-search-a {
	width:100%;
	display:inline-block;
	padding:20px 15px;
	margin:0;
	margin-bottom:30px;
	border: 1px solid #DDDDDD;
	}
.form-search-a li {
	width:100%;
	float:left;
	list-style:none;
	margin-bottom:10px;
	}
.form-search-a li:last-child { margin-bottom:0;}
.form-search-a .row { margin:0 -5px;}
.form-search-a .col-6 { padding:0 5px;}	
.form-search-a  .custom-select-a {
    background: #fff;
    border-radius: 3px;
    height: 40px;
    position: relative;
    width: 100%;
    border: 1px solid #E7E7E7;
	float:left;
}
.form-search-a  .custom-select-a .select-box {
    background: none;
    position: relative;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 38px;
    width: 100%;
    padding: 9px 15px;
    line-height: 20px;
    background: transparent;
    border: 0;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
	font-size: 14px;
	color: #333333;
	
}
.form-search-a  .custom-select-a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;

  border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #999; 
}
.form-search-a .btn-button {
	background: #39B54A;
	border-radius: 3px;
	height:44px;
	text-align:center;
	width:100%;
	display:block;
	padding:10px 0;
	line-height:24px;
	font-weight: bold;
	font-size: 16px;
	color:#fff;
	border:0;
	cursor:pointer;
	}
.form-search-a .alink {
	font-weight: normal;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
	color: #515356;
	text-overflow:ellipsis;
	white-space: nowrap;
 	overflow: hidden;
	background: #F3F3F3;
	border-radius: 2px;
	width:100%;
	display:inline-block;
	}
.form-search-a  .radio {
  position: relative;
  float:left;
 color: #999999;
  font-size:16px;
	width:33.333%;
	line-height:20px;
}
.form-search-a .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.form-search-a  .radio input[type="radio"] + .radio-label { 
	position:relative;
	width: 100%;
   line-height:23px;
   display:inline-block;
	}
.form-search-a  .radio input[type="radio"] + .radio-label:before {
  content: "";
  border-radius: 50%;
  background:#fff;
  float:left;
  width:20px;
  height: 20px;
  position: relative;
  top: 0;
  margin-right: 5px;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
	border: 1px solid #DDDDDD;
}

.form-search-a .radio input[type="radio"]:checked + .radio-label { color: #2070D2; font-weight:bold;}
.form-search-a  .radio input[type="radio"]:checked + .radio-label:before {border: 1px solid #2070D2;}
.form-search-a  .radio input[type="radio"]:checked + .radio-label:after {
  content: "";
  border-radius: 50%;
  width:10px;
  height: 10px;
  position: absolute;
	 background: #2070D2;
  top: 6px;
  left:6px;
  transition: all 250ms ease;

}
.form-search-a  .radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
}
.form-search-a .radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border: 1px solid #39B54A;
}
.form-search-a  .radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}
.box-gray-a {
	width:100%;
	display:inline-block;
	background: #F9F9F9;
	border: 1px solid #E7E7E7;
	padding:15px 10px;
	margin-bottom:30px;
	}
.box-gray-a.pd-15 {
	padding:15px !important;
	}	
.box-gray-a .alink {
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #515356;
	margin:0;
	margin-bottom:15px;
	position:relative;
	padding-left:14px;
	}
.box-gray-a .more-link {}	
.box-gray-a .alink:before {
	content:'';
	position: absolute;
	width: 4px;
	height: 4px;
	left: 0px;
	top: 7px;
	background: #999999;
	border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
	}	
.box-gray-a .alink:last-child { margin-bottom:0px;}	
.box-gray-a .alink a { 
	color:#2070D2;
}
.box-gray-a .alink .number {color: #515356;}
.box-gray-a .alink i:before {
	color: #999999;
	font-size: 12px;
	width:auto;
	margin-left:0;
	margin-right:5px;
	}	
.list-from-price {
    margin: 0;
    padding: 0;
}
.list-from-price li {
	width:100%;
	list-style:none;
	float:left;
	border-bottom: 1px solid #E7E7E7;
	padding:14px 0;
	}
.list-from-price li:last-child { padding-bottom:0; border-bottom:0;}	
.list-from-price li:first-child { padding-top:0;}
.list-from-price  .photo {
	width:94px;
	float:left;
	margin-right:10px;
	}
.list-from-price .title {
	margin:0;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	max-height:40px;
	overflow:hidden;
	margin-bottom:5px;
	}
.list-from-price  .title a {
	color: #333333;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
   
	}
.list-from-price  .price {
    font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #2070D2;
	display:block;
	margin:0;
}
.list-from-price .big .title {	
	font-size: 16px;
	line-height: 21px;
	max-height:44px;
	}
.list-from-price .big .photo {
	width:100%;
	margin-bottom:10px;
	float:none;
	margin-right:0;
	display:block;
	}
.list-from-price .big  .price {font-size: 16px;
	line-height: 22px;}	
.list-new-a {
    margin: 0;
    padding: 0;
}
.list-new-a li {
	width:100%;
	list-style:none;
	float:left;
	border-bottom: 1px solid #E7E7E7;
	padding:15px 0;
	}
.list-new-a li:last-child { padding-bottom:0; border-bottom:0;}	
.list-new-a li:first-child { padding-top:0;}
.list-new-a  .photo {
	width:90px;
	float:left;
	margin-right:10px;
	min-height:51px;
	}
.list-new-a .title {
	margin:0;
	font-weight: bold;
	font-size: 16px;
	line-height: 21px;
	color: #333333;
	max-height:60px;
	overflow:hidden;
	}
.list-new-a  .title a {
	color: #333333;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
   
	}
.list-new-a .title.video a:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e815';
    margin-right: 4px;
}	

.list-new-a .big .title {	
	font-size: 16px;
	line-height: 22px;
	max-height:42px;
	}
.list-new-a .big .title a { -webkit-line-clamp: 2;}	
.list-new-a .big .photo {
	width:100%;
	margin-bottom:10px;
	float:none;
	margin-right:0;
	display:block;
	height:140px;
	background:#ededed;
	}




.list-featured-a {
    margin: 0;
    padding: 0;
}
.list-featured-a li {
	width:100%;
	list-style:none;
	float:left;
	border-bottom: 1px solid #E7E7E7;
	padding:15px 0;
	}
.list-featured-a li:last-child { padding-bottom:0; border-bottom:0;}	
.list-featured-a li:first-child { padding-top:0;}
.list-featured-a  .photo {
	width:100%;
	margin-bottom:8px;
	 display: block;
    height: 140px;
    overflow: hidden;
    background: #ededed;
	}
.c-column .list-featured-a  .photo {
	margin-top:0;
	margin-bottom:8px;

	}	
.list-featured-a .title {
	margin:0;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	max-height:44px;
	overflow:hidden;
	margin-bottom:8px;
	}
.list-featured-a  .title a {
	color: #333333;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
   
	}
.list-featured-a .text-new {
	margin:0;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	margin-bottom:8px;
	}
.list-featured-a .text-new .source{color: #2070D2; font-weight:bold; margin-left:3px;}	
.list-featured-a .text-s {
	margin:0;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-transform:uppercase;
	
	}
.list-featured-a .text-s .star {
	color: #FFD200;
	font-size: 16px;
	}
.list-featured-a .text-s .star i:before { width:auto; margin:0; margin-left:3px;}
.box-Subscribe {   
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #333333;
}
.box-Subscribe p {
    margin: 0;
	margin-bottom:15px;
}
.box-Subscribe .btn-mail {
    width: auto;
    height: 36px;
    display: inline-block;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
    border: 0;
    font-weight: 500;
    background: #39b54a;
    margin-top: 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 6px 20px;
}
/*slide decommended*/
.box-list-slide-decommended {
	width:100%;
	display:inline-block;
	position:relative;
	background: #FFFFFF;
	box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	padding:10px;
	margin:30px 0;
	}
.box-list-slide-decommended .heading { margin-bottom:10px;}	
.box-list-slide-decommended .btn {
    width: 25px;
    height: 25px;
    position: absolute;
    top:13px;
    text-align: center;
    line-height: 25px;
    padding: 0;    
    z-index: 2;
    border: 0;
    cursor: pointer;
	  border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	background:#ccc;
	font-size:14px;
	color:#fff;
	}
.box-list-slide-decommended .btn:before {
	 font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
       
	}	
.box-list-slide-decommended .btn:hover, .box-list-slide-decommended .btn.active {
	background:#2070D2;
	}	
.box-list-slide-decommended .next {    
    right: 10px;
}
.box-list-slide-decommended .next:before {
	 content: '\ede2';
	}
.box-list-slide-decommended .prev {
    right: 44px;
	
}
.box-list-slide-decommended .prev:before {
	 content: '\ede1';
	}	
.box-list-slide-decommended .list-item {
	width:100%;
	display:inline-block;
	overflow:hidden;
	}
.box-list-slide-decommended .list-item  .list {
	margin:0;
	padding:0;
	}
.box-list-slide-decommended .list-item   .item {
	width:374px;
	float:left;
	margin-right:10px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	padding:5px;
	}
.box-list-slide-decommended .list-item   .photo {
	width:170px;
	float:left;
	}
.box-list-slide-decommended .list-item .info {
	margin-left:180px;
	}	
.box-list-slide-decommended .list-item   .title {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin:0;
	color: #333333;
	height:44px;
	overflow:hidden;
	}
.box-list-slide-decommended .list-item  .title a{
	color: #333333;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
	}
.box-list-slide-decommended .list-item  .location {
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #666;
    margin-top: 2px;
    line-height: 20px;
	text-overflow:ellipsis;
white-space: nowrap;
 overflow: hidden;
}
.box-list-slide-decommended .list-item  .location:before{
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
	margin-right:5px;   
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\f031';
	color: #999;
}
.box-list-slide-decommended .list-item .price {
	margin:0;
	display:block;
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    line-height: 24px;
	color: #2070D2;
}
.note-text {
	width:100%;
	display:inline-block;
	background: #FFF2B7;
	font-weight:  normal;
	font-size: 14px;
	line-height: 20px;
	color: #A94727;
	padding:15px 20px;
	margin-bottom:20px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	}																
.note-text a {color: #2070D2; font-weight:bold; text-decoration:underline;}
.note-text strong {color: #A94727; font-weight:500;}
.safety-tips-n {
	width:100%;
	display:inline-block;
	margin:0;
	padding:15px 20px;
	background: #EBF7ED;
	border-radius: 5px;
	}
.safety-tips-n li {
	font-weight:  normal;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	list-style:none;
	width:100%;
	margin-bottom:5px;
	padding-left:15px;
	position:relative;
	}
.safety-tips-n .title {
	padding-left:0;
	font-size: 16px;
	line-height: 22px;
	margin-bottom:10px;
	font-weight:bold;
	}
.safety-tips-n .title:before { display:none;}		
.safety-tips-n li:before {
	width: 5px;
	height: 5px;
	background: #333333;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-2px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	content:"";
		}
.safety-tips-n .link { text-transform:none; padding-left:0;}		
.safety-tips-n .link:before  {
	display:none;
	
	}
.safety-tips-n .link a {
	color: #39B54A;
	font-weight:bold;
	}
.safety-tips-n .note:before { display:none;}
.safety-tips-n .note { font-style: italic; padding-left:0; padding-top:5px; margin-bottom:0; text-transform:none; font-weight:normal;}
.safety-tips-n .note a {color: #2070D2;}
.list-link-topic {
	margin:0;
	padding:0;
	}
.list-link-topic li {
	float:left;
	width:100%;
	list-style:none;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	color: #515356;
	position:relative;
	padding-left:13px;
	margin-bottom:15px;
	}
.list-link-topic li h3 {
	margin:0;
	font-weight:normal;
	font-size: 14px;
	}	
.list-link-topic li:before {
	background: #999999;
	width: 4px;
	height: 4px;
	left: 0px;
	top: 7px;
	content:'';
	position:absolute;
	border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
	}	
.list-link-topic li a {
	color: #515356;
	display:block;
	
	}
/*box right product*/
.list-product-r {
	width:100%;
	display:inline-block;
	margin-bottom:5px;
	}

.list-product-r .item {
	width:100%;
	float:left;
	position:relative;
	margin-top:10px;
	margin-bottom:5px;
	
	}
.list-product-r .item.box-expired {
	filter: grayscale(100%);
     -webkit-filter: grayscale(100%);
     -moz-filter: grayscale(100%);
     -ms-filter: grayscale(100%);
     -o-filter: grayscale(100%);
}
.list-product-r .item.box-expired .photo:before  {
	background: #000000;
	width:100%;
	height:36px;
	font-weight: 500;
	font-size: 16px;
	line-height:36px;
	text-align:center;
	color:#fff;
	position:absolute;
	z-index:1;
	left:0;
	right:0;
	bottom:0;
	content:"The listing has expired";
	}
.list-product-r .item .photo {
	width:100%;
	float:left;
	position:relative;
	text-align:center;
	overflow:hidden;
	background-color: #f3f3f3;
	vertical-align: middle;
	height:152px;

	}
.list-product-r .item .photo .new {
	position:absolute;
	top:5px;
	left:43px;
	z-index:1;
	background: #ECF8ED;
	border-radius: 3px;
	text-align:center;
	width:40px;
	height:30px;
	line-height:30px;
	font-weight: 500;
	font-size: 14px;
	color: #39B54A;
	}
.list-product-r .item .photo .used {
	position:absolute;
	top:5px;
	left:43px;
	z-index:1;
	background: #FFF0E6;
	border-radius: 3px;
	text-align:center;
	width:44px;
	height:30px;
	line-height:30px;
	font-weight: 500;
	font-size: 14px;
	color: #FF6600;
	}
.list-product-r .item .photo .video {
	position: absolute;
	width: 26px;
	height: 26px;
	right: 5px;
	top: 5px;
	background:url(/ContentV2/Web/img/icon-video.png) no-repeat center center;
	z-index:1;
	}		
.list-product-r .item .photo .auto_saved {
	width:30px;
	height:30px;
	position:absolute;
	top:5px;
	left:5px;
	background:rgba(0,0,0,0.3);
	color:#fff;
	line-height:32px;
	text-align:center;
	font-size:16px;
	cursor: default;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}	
.list-product-r .item .photo .auto_saved:before {
		font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: '\e826';
		}
.list-product-r .item .photo .auto_saved.active:before {
	  content: '\ed9c';
		
	}		

.list-product-r  .item .info {
	width:100%;
	float:left;
	position:relative;
	padding: 6px 13px;
    border: 2px solid #ddd;
    border-top: 0;
    border-radius: 0px 0px 6px 6px;
	}
.list-product-r .item .title {
	margin:0;
	font-size:18px;
	font-weight:500;
	color: #515356;
	height:52px;
	overflow:hidden;
	line-height:26px;
	margin-bottom:8px;
	}
.list-product-r .item .title a {
	color: #515356;
	display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    position: relative;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
	}	
.list-product-r .item .title.diamond a { color:#ff6600;}
.list-product-r .item .title.diamond a:before {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    margin-right: 8px;
    background: url(/ContentV2/Web/img/icon-diamond.png) no-repeat 0 0;
	margin-bottom: -2px;
}



.list-product-r .item .location {
	margin:0;
	font-weight: normal;
	font-size:14px;
	color:#999;
	line-height:16px;
	margin-bottom:8px;
	}
.list-product-r .item .location i:before {
	color:#999;
	margin-left:0;
	width:auto;
	margin-right:5px;
	}	
.list-product-r .item  .price {	
	font-size:20px;
	color: #515356;
	line-height:23px;
	font-weight:700;
	margin:0;
	margin-bottom:8px;
	}	

.list-product-r .item:hover {
    -moz-box-shadow:  4px 4px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
	/*border: 2px solid #DDDDDD;*/
	}									
@media only screen and (min-width: 768px) and (max-width: 1100px){ 
.box-gray-a, .form-search-a {
	padding:15px 9px;
	}
.list-from-price li, .list-featured-a li, .list-new-a li { padding:15px 0;}	
.box-gray-a .alink {
   
    font-size: 14px;
    margin-bottom: 10px;
}
.form-search-a .alink {
  
    font-size: 12px;
}
.a-column .heading {
    margin-bottom: 10px;
    font-size: 18px;
}
.list-featured-a .photo, .list-new-a .big .photo { height:121px;}
.list-product-r .item .photo { height:132px;}
}									
	
		
.cicon_agent {
  display: inline-block;
  content: '';
  width: 55px;
  height: 55px;
  background: url(/ContentV2/Web/img/carforsale-agent.svg); }

.cicon_chat {
  display: inline-block;
  content: '';
  width: 19px;
  height: 19px;
  background: url(/ContentV2/Web/img/carforsale-chat.svg); }

.cicon_sent {
  display: inline-block;
  content: '';
  width: 19px;
  height: 20px;
  background: url(/ContentV2/Web/img/carforsale-sent.svg); }

.cicon_check {
  display: inline-block;
  content: '';
  width: 20px;
  height: 20px;
  background: url(/ContentV2/Web/img/carforsale-check.svg); }

.box-adviceforsale {
  margin-bottom: 30px; }
  .box-adviceforsale .top-heading {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(29.17%, rgba(147, 195, 255, 0.2)), color-stop(85.94%, rgba(67, 123, 192, 0))), #2070D2;
    background: linear-gradient(180deg, rgba(147, 195, 255, 0.2) 29.17%, rgba(67, 123, 192, 0) 85.94%), #2070D2;
    border-radius: 20px 5px 0px 0px;
    position: relative;
    padding: 9px 43px 9px 85px; }
  .box-adviceforsale .cicon_agent {
    margin-right: 15px;
    position: absolute;
    bottom: 0;
    left: 15px; }
  .box-adviceforsale .heading {
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
   }
  .box-adviceforsale .title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 15px; }
  .box-adviceforsale .content {
    border: 2px solid #2070D2;
    border-radius: 0px 0px 5px 5px;
    padding: 15px; }
  .box-adviceforsale .msg-error {
    color: #CC0000;
    display: block;
    margin-top: 5px; }
  .box-adviceforsale .msg-success {
    color: #515356;
    padding-left: 25px;
    position: relative;
    margin-top: 5px; }
    .box-adviceforsale .msg-success [class*="cicon_"] {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      left: 10px; }
  .box-adviceforsale .form-input {
    position: relative;
    margin-bottom: 15px; }
    .box-adviceforsale .form-input [class*="cicon_"], .box-adviceforsale .form-input [class*="icon-"] {
      position: absolute;
      left: 10px;
      top: 10px;
      font-size: 16px;
      color: #2070D2; }
  .box-adviceforsale .form-control {
    width: 100%;
    padding-left: 39px;
    padding-right: 15px;
    border: 1px solid #E7E7E7;
    border-radius: 3px;
    height: 39px; }
    .box-adviceforsale .form-control::-webkit-input-placeholder {
      color: 16px;
      font-size: #999; }
    .box-adviceforsale .form-control:-moz-placeholder {
      color: 16px;
      font-size: #999; }
    .box-adviceforsale .form-control::-moz-placeholder {
      color: 16px;
      font-size: #999; }
    .box-adviceforsale .form-control:-ms-input-placeholder {
      color: 16px;
      font-size: #999; }
    .box-adviceforsale .form-control.txtform {
      height: 80px;
      padding-top: 10px;
      width: 100% !important; }
  .box-adviceforsale .btn {
    background: #39B54A;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: block;
    text-align: center; }
    .box-adviceforsale .btn [class*="cicon_"] {
      margin-right: 10px;
      position: relative;
      top: 5px; }

.mt-20 { margin-top:20px !important;}
.box-promo-new {
	width:100%;
	display:inline-block;
	position:relative;
	min-height:225px;
	margin-top:30px;
	text-align:center;
	background: linear-gradient(258.96deg, #E10051 -18.58%, #FF6600 101.94%), #FFF0E6;
	border-radius: 6px;
	}

.box-promo-new .head {
	margin:0;
	width: 745px;
	height: 59px;
	display:inline-block;
	 background: url(/ContentV2/Web/img/head-promo.png) no-repeat center 0;
	top:-30px;
	font-weight: 900;
	font-size: 22px;
	line-height: 29px;
	text-align: center;
	color: #FFFFFF;
	text-shadow: 1px 3px 0px #BE0000;
	padding:0 45px;
	padding-top:9px;
	position:relative;
	z-index:2;
	text-transform: uppercase;


	}
.box-promo-new .slide-promo { position:relative;}	
.box-promo-new .list-promo {
    overflow:  hidden;
	position:relative;
	margin-top:-22px;
	}
	.box-promo-new .btn-next, .box-promo-new .btn-prev {
		width: 50px;
		height: 50px;
		position: absolute;
		top: 48px;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.16);
		border: 0;
		cursor: pointer;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		z-index: 2;
	}
.box-promo-new .btn-prev {
    background: url(/ContentV2/Web/img/ico-prev.jpg) no-repeat center center #fff;
    left: -20px;
}	
.box-promo-new .btn-next {
    background: url(/ContentV2/Web/img/ico-next.jpg) no-repeat center center #fff;
    right: -20px;
}
.box-promo-new .list-promo .list-item {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    width: 100%;
	}
.box-promo-new .list-promo .item {
	width: 200px;
	height: 177px;
	background: #FFFFFF;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	padding:10px;
	margin-left:10px;
	}
.box-promo-new .list-promo .title {
	margin:0;
	padding-bottom:8px;
	border-bottom:1px solid #E7E7E7;
	margin-bottom:8px;
	}
.box-promo-new .list-promo .title .money {	
	font-weight:  bold;
	font-size: 18px;
	line-height: 26px;
	color: #2070D2;
	display:block;
	}	
.box-promo-new .list-promo .text-sub {
	font-weight: bold;
	font-size: 13px;
	line-height: 18px;
	display:block;
	color: #515356;
	}	
.box-promo-new .list-promo .title a {color: #2070D2;}
.box-promo-new .list-promo .location {
	margin:0;
	font-weight: normal;
	font-size: 13px;
	line-height: 17px;
	color: #515356;
	padding-left:13px;
	position:relative;
	text-overflow:ellipsis;
white-space: nowrap;
 overflow: hidden;
	text-align:left;
	margin-bottom:8px;
	}
.box-promo-new .list-promo .location:before {
	position:absolute;
	left:0;
	top:0;
	font-size: 12px;
	color: #999999;
	font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f031';
	
	}
.box-promo-new .list-promo .btn-promo	{
    width: 100%;
    display: inline-block;
    height: 36px;
    line-height: 20px;
    padding: 8px 0;
    text-align: center;
    border-radius: 3px;
    font-weight: bold;
    font-size: 14px;
    text-transform: capitalize;
    color: #FFFFFF;
    border: 0;
	 background: #2070D2;
	 cursor:pointer;
}
.box-promo-new .list-promo .alink {
	display:block;
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	color: #2070D2;
	}

.box-promo-new .list-promo .price-date {
	margin:0;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #999999;
	}
.box-promo-new .list-promo .price-date .price {
	font-weight: bold;
	font-size: 20px;
	color: #FF6600;
	text-align: center;
	}
/*popupp view detail*/
.modal-dialog.view-detail-promo .content-popup{
	padding:20px;
	overflow:auto;
	padding-top:48px;
	}
.view-detail-promo .title-detail {
	margin:0;
	font-weight: bold;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	margin-bottom:10px;
	}
.view-detail-promo .date-location {
	margin:0;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	margin-bottom:15px;
	}
.view-detail-promo .date-location .date {
	color:#ff6600;
	margin-right:15px;
	}
.view-detail-promo .date-location .location {
	color: #333333;
	}
.view-detail-promo .date-location .location:before {
	font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f031';
  text-decoration:none;
  font-size:14px;
  margin-right:5px;
  color: #999999;
	
	}
.view-detail-promo .photo {
	width:100%;
	margin-bottom:15px;
	text-align:center
	}
.view-detail-promo .photo img {
	
	border-radius: 6px;
	}	
.view-detail-promo .table-list {
	width:100%;
	display:inline-block;
	margin:0;
	padding:0;
	border: 1px solid #DDDDDD;
	margin-bottom:15px;
	}
.view-detail-promo .table-list li {
	width:100%;
	float:left;
	list-style:none;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	}
.view-detail-promo .table-list li:nth-child(odd) {background: #F9F9F9;}
.view-detail-promo .table-list li:nth-child(even){}	
.view-detail-promo .table-list .label {
	width:50%;
	float:left;
	padding:10px;
	border-left:1px solid  #DDDDDD;
	}
.view-detail-promo .table-list .label:first-child { font-weight:bold; border:0;}
.view-detail-promo .box-salon {
	width:100%;
	display:inline-block;
	background: #F9F9F9;
	box-shadow: 0px 1px 0px #F2F2F2;
	padding:8px 10px;
	}
.view-detail-promo .box-salon .name {
	margin:0;
	font-size: 16px;
	line-height: 19px;
	color: #2070D2;
	font-weight:bold;
	margin-bottom:5px;
	}
.view-detail-promo .box-salon .name a {
	color: #2070D2;
	display:block;
	}
.view-detail-promo .box-salon .location {
	margin:0;
	font-weight: normal;
font-size: 14px;
line-height: 18px;
color: #999999;
	}	
.view-detail-promo .box-salon .location:before {
	font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f031';
  text-decoration:none;
  margin-right:5px;
	
	}
.view-detail-promo .box-color {
	display:inline-block;
	width:100%;
	margin-top:10px;
	text-align:center;
	}
.view-detail-promo .box-color .item-color {
	display:inline-block;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin:0 2px;
	}
.view-detail-promo .btn-promo {
	background: #2070D2;
	border-radius: 3px;	
	width:280px;
	display:inline-block;
	height:40px;
	font-weight:  bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-transform: capitalize;
	color: #FFFFFF;
	padding:10px;
	border:0;
	margin-top:15px;
		}
.view-detail-promo .link-checkout {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #2070D2;
	display:block;
	}																					
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
    display: none;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
    display: block;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-dialog {
    position: relative;
	margin:auto;
	width:100%;
	max-width:630px;	
	margin-top:40px;
	padding-bottom:30px;
}
.w-440 {
	max-width:440px !important;
	}
.modal.in {
	overflow:auto;
	}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.modal-dialog.w-930 { max-width:930px !important;}
.modal-dialog button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-dialog .close {
    float: right;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #999;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);  
	position:absolute;
	top:10px;
	right:0;
	height:40px;
	width:40px;
	line-height:40px;
	text-align:center;
}
.modal-dialog button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-dialog .heading-popup {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	padding:16px 0;
	align-items: center;
	text-align: center;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #2070D2;
	margin:0;
	border-bottom:3px solid #ddd;
	}
.modal-dialog .content-popup {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    position: relative;
    padding-top: 0;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 14px;
   color: #333;
   line-height:16px;
}
.modal-dialog .content-s {
	width:100%;
	display:inline-block;
	padding:30px 40px;
	}
.modal-dialog .title-h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-transform: capitalize;
	color: #333333;
	margin:0;
	margin-bottom:8px;
	}		
	
.heading-p {
	margin:0;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	text-transform: capitalize;
	color: #1E1E26;
	margin-bottom:8px;
	}
.content-popup .sub-text {
	margin:0;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	color: #515356;
	}
.content-popup .alink {
	font-weight: bold;
	font-size: 14px;
	line-height: 21px;
	text-decoration-line: underline;
	text-transform: capitalize;
	color: #2070D2;
	}
.content-popup .alink.normal {
	font-weight:normal;
	}	
.content-popup .input-verify-phone {
	height:50px;
	width:100%;
	display:inline-block;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-transform: capitalize;
	color: #333333;
	padding:10px;
	}
.content-popup .input-verify-phone.erro {
	border: 1px solid #CC0000;
	color:#CC0000;
	}
.content-popup .text-erro {
	font-weight: normal;
	font-size: 14px !important;
	line-height: 20px;
	color: #CC0000 !important;
	margin-top:5px;
	}
.content-popup a {color: #2070D2;}
.content-popup .textarea {
    background: #fff;
    border-radius: 3px;
    height: 150px;
    position: relative;
    width: 100%;
    display: inline-block;
    border: 1px solid #E7E7E7;
    color: #333333;
    text-align: left;
    font-size: 16px;
    padding: 9px 10px;
    line-height: 20px;
}
.content-popup .input {
    background: #fff;
    border-radius: 3px;
    height: 44px;
    position: relative;
    width: 100%;
    display: inline-block;
    border: 1px solid #E7E7E7;
    color: #333333;
    text-align: left;
    font-size: 16px;
    padding: 10px 15px;
    line-height: 22px;
}
.content-popup .input.Verify { text-align:center; font-weight:bold; width:310px; letter-spacing: 0.5em; font-size:24px;}
.content-popup .input.Verify.erro {color: #CC0000;}
.content-popup .input:focus, .content-popup .textarea:focus, .content-popup .btn-select .select-box:focus {
	box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.15);
	}
.content-popup .input:disabled {
    background: #F3F3F3;
    border: 1px solid #E7E7E7;
    color: #999999;
}
.content-popup .input::-webkit-input-placeholder, .content-popup .textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   font-style:italic;
    color: #999;
}

.content-popup .btn-select{
	background: #fff;
	border-radius: 3px;
	height:44px;
	position:relative;
	width:100%;
	border: 1px solid #E7E7E7;
	 color: #999;
   font-style: italic;
   font-size: 16px;
	}
.content-popup .btn-select.custom-dropdown-has-value-box {color: #515356; font-style: normal;}		
.content-popup .btn-select:after {
	content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
	 border-left:5px solid transparent;
  border-right:5px solid transparent;
  border-top:5px solid #999999;
	}	

.content-popup .btn-select .select-box {
    background: none;   
    position: relative;
    z-index: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
	height: 42px;    
    width: 100%;
    padding: 10px 15px;
    line-height: 20px;
    background: transparent;
    border: 0;
    padding-right: 30px;
	text-overflow:ellipsis;
	white-space: nowrap;
	 overflow: hidden;
	 display:block;
}
.content-popup .list-form .captra { display:block;}
.content-popup .list-form .captra .img { float:right;}
.content-popup .list-form .captra .input { width:280px; font-style:italic}
.content-popup .list-form .captra .input.w-130 { width:130px;}		
.content-popup .list-form {
	margin:0;
	padding:0;
	}
.w-150 { width:150px !important;}	
.content-popup li { list-style:none;}
.content-popup ul { margin:0; padding:0;}	
						

.modal-dialog .btn-submit, .modal-dialog .btn-cancel {  
    display: inline-block;
    height: 44px;
    border-radius: 3px;
    border: 0;
    text-align: center;  
    font-weight: bold;
    font-size: 16px;
    line-height: 44px;
	text-transform: capitalize;
}
.modal-dialog .btn-submit {
    width: 220px;
    background: #2070D2;
    color: #fff;
}
.modal-dialog .btn-cancel {
	width: 220px;
    background: #F3F3F3;
    color: #515356;
	}
.mr-13 { margin-right:13px !important;}			
.content-popup .list-form li {
	width:100%;
	float:left;
	margin-top:16px;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	color: #515356;
	}
.content-popup .text-normal {
	margin:0;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-bottom:8px;
	}	
.content-popup .list-form li:last-child { text-align:center;  margin-top:24px;}

.content-popup .list-form   .label{
	float:left;
	width:136px;
	text-align:left;
	padding:10px 0;
	}
.content-popup .list-form  .box-2 .label{
	width:75px;
	}	
.content-popup .list-form  .label-2{
	line-height:19px;
	margin-bottom:8px;
	display:block;
	}
.content-popup .list-form .mt-24 { margin-top:24px !important;}	
.content-popup .list-form .title-h {
	font-weight: bold;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #2070D2;
	}
.row { margin:0 -15px;}		
.content-popup .list-form  .erro { border: 1px solid #CC0000;}	
.content-popup .list-form  .small {
	margin-left:136px;
	}
.content-popup .list-form .box-2 .small {
	margin-left:75px;
	}	
.content-popup .list-form .box-radio {
	margin:0 -8px;
	margin-top:16px;
	}
.content-popup .list-form .box-radio .col-4 {
	padding:0 8px;
	}	
.content-popup .list-form .box-radio .radio {
  position: relative;
  display: inline-block;
  color:#333;
  font-size:16px;
	width:100%;
	
}
.content-popup .list-form .box-radio .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.content-popup .list-form .box-radio .radio input[type="radio"] + .radio-label { 
	position:relative;
	width:100%;
	display:inline-block;
	border-radius: 3px;
	border: 1px solid #E7E7E7;
	background: #FFFFFF;
	padding:10px;
	
}
.content-popup .list-form .box-radio .radio input[type="radio"] + .radio-label:before {
  content: "";
  border-radius: 50%;
	border: 1px solid #E7E7E7;
  display: inline-block;
  width:18px;
  height: 18px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;

}
.content-popup .list-form .box-radio  .radio input[type="radio"]:checked + .radio-label {
	 border: rgba(57,181,74,0.1);
	 background:rgba(57,181,74,0.1);
 	color: #39B54A;
}

.content-popup .list-form .box-radio .radio input[type="radio"]:checked + .radio-label:after {
  width:40px;
  height: 40px;
  position: absolute;
  top: 0;
  left:0;
  transition: all 250ms ease;
   font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e81c';
	color:#fff;
	font-size:10px;
	line-height:40px;

}
.content-popup .list-form .box-radio .radio input[type="radio"]:checked + .radio-label:before  {
	background: #39B54A;
	border: 1px solid #39B54A;
	}
/*2*/
.content-popup .list-form .box-radio-2 {
	margin:0 -8px;
	}
.content-popup .list-form .box-radio-2 .col-6{ padding:8px;}	
.content-popup .list-form .box-radio-2 .radio {
  position: relative;
  display: inline-block;
  color:#333;
  font-size:16px;
	width:100%;
	
}
.content-popup .list-form .box-radio-2:last-child .radio  { margin-bottom:0;}
.content-popup .list-form .box-radio-2 .radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.content-popup .list-form .box-radio-2 .radio input[type="radio"] + .radio-label { 
	position:relative;
	width:100%;
	display:inline-block;
	border-radius: 3px;
	border: 1px solid #E7E7E7;
	background: #FFFFFF;
	padding:10px;
	
}
.content-popup .list-form .box-radio-2 .radio input[type="radio"] + .radio-label:before {
  content: "";
  border-radius: 50%;
border: 1px solid #E7E7E7;
  display: inline-block;
  width:18px;
  height: 18px;
  position: relative;
  top: 0;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;

}
.content-popup .list-form .box-radio-2  .radio input[type="radio"]:checked + .radio-label {
	 border: 1px solid #fae5e5;
	 background:#fae5e5;
 	color: #CC0000;
}

.content-popup .list-form .box-radio-2 .radio input[type="radio"]:checked + .radio-label:after {
  width:40px;
  height: 40px;
  position: absolute;
  top: 0;
  left:0;
  transition: all 250ms ease;
   font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\e81c';
	color:#fff;
	font-size:10px;
	line-height:40px;

}
.content-popup .list-form .box-radio-2 .radio input[type="radio"]:checked + .radio-label:before  {
	background: #CC0000;
	border: 1px solid #CC0000;
	}
.content-popup .icon-done {
	width: 80px;
	height: 80px;
	background: #ECF8ED;
	display:inline-block;
	line-height:80px;
	text-align:center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-weight: normal;
	font-size: 30px;
	text-transform: capitalize;
	color: #39B54A
	}
.content-popup .icon-warning {
	width:80px;
	height:54px;
	display:inline-block;
	background:url(/ContentV2/Web/img/icon-war.jpg) no-repeat center center;
	}
.content-popup .icon-warning:before { display:none;}		
.content-popup .icon-done:before {

    content: '\e817';
	}	
.content-popup .icon-check-p {
	width:36px;
	height: 36px;
	background: #39B54A;
	display:inline-block;
	line-height:36px;
	text-align:center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-weight: normal;
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom:5px;
	}
.content-popup .icon-check-p:before {
	content: '\e81c';
	}	
.content-popup .ico-warning {
    width: 80px;
    height: 80px;
    background: url(/ContentV2/Web/img/ico-warning.png) no-repeat center center rgba(204, 0, 0, 0.1);
    display: inline-block;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
   
}
.line-height-24{ line-height:24px;}		
																	
.box-promo-new {
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 235px !important;
    margin-top: 30px;
    text-align: center;
    background: linear-gradient( 258.96deg, #E10051 -18.58%, #FF6600 101.94%), #FFF0E6;
    border-radius: 6px;
    padding-bottom: 10px;
}

    .box-promo-new .list-promo .titlename {
        margin: 0;
        padding-bottom: 5px;
    }

    .box-promo-new .list-promo .carname {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        position: relative;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
    }

    .box-promo-new .list-promo .item {
        width: 200px !important;
        height: auto !important;
        background: #FFFFFF;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        padding: 10px;
        margin-left: 10px;
        margin-right: 0px !important;
    }

    .box-promo-new .btn-next, .box-promo-new .btn-prev {
        top: 69px;
    }

.view-detail-promo .box-color .item-color {
    border: solid 1px #adadad;
}

.box-promo-new .list-promo .alink {
    text-decoration: none !important;
}
/* View All Item */
.box-promo-new .item .view-more-s {
    display: block;
    min-height: 195px;
}

    .box-promo-new .item .view-more-s .text {
        vertical-align: middle;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding-top: 37%;
        font-size: 13px;
        line-height: 22px;
        color: #2070D2;
        text-align: center;
        text-decoration: none;
    }

        .box-promo-new .item .view-more-s .text i {
            font-size: 14px;
            padding-top: 6%;
            border-radius: 50%;
            height: 44px;
            width: 44px;
            display: inline-block;
            color: #FFF;
            background: linear-gradient(258.96deg, #E10051 -18.58%, #FF6600 101.94%), #2070D2;
            box-shadow: 0px 10px 24px rgba(255, 102, 0, 0.25);
        }
/* End View All Item */

.form-search-a .chosen-container-single .chosen-single {
    height: 40px;
}

/* Box Car Intro */
.box-collapse .head-collapse {
    margin-bottom: 0px !important;
}

.box-text a {
    color: #2070d2;
    text-decoration: underline;
    display: inline;
    font-weight: 700;
}

.box-text .show-more-text, .box-text .show-less-text {
    display: none;
}

.box-text p {
    line-height: 1.5;
}

.box-collapse:not(.img-collapse) .content-collapse table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
    word-break: initial;
}

    .box-collapse:not(.img-collapse) .content-collapse table td, .box-collapse:not(.img-collapse) .content-collapse table th {
        padding: 8px 5px;
        border: 1px solid #ccc;
        text-align: left;
    }

.box-collapse:not(.img-collapse) .content-collapse a {
    color: #2070d2;
    text-decoration: underline;
}

#boxIntro img {
    min-height: 100px;
    height: auto !important;
    display: inline-block;
}

.box-list-slide-img .photo {
    min-height: 172px;
}

.content-list .box-collapse {
    margin-bottom: 20px;
    border: none;
}

    .content-list .box-collapse .content-collapse {
        border: none;
        padding: 0;
    }

    .content-list .box-collapse .head-collapse:before {
        content: none;
    }

/* End Box Car Intro */

/*fix popup*/
/*.popup-sub .content-s {
    max-height: 700px;
    overflow-y: scroll;
    }*/
.form-search-a .alink {
    cursor: pointer;
}

#popupMessageSuccess {
}



.modal-popup {
    position: absolute;
    z-index: 1001;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1160px;
}

#popup .wr_popup .modal-popup {
    top: 37%;
}

.set-fixed {
    position: fixed !important;
}

.w-560 {
    width: 560px !important;
}

.pd-30 {
    padding: 30px !important;
}

.text-center {
    text-align: center !important;
}

.fsize-28 {
    font-size: 28px !important;
}

.mg-bottom-5 {
    margin-bottom: 5px !important;
}

.green-clr {
    color: #39b54a !important;
}

.lh-26 {
    line-height: 26px !important;
}

.mg-bottom-10 {
    margin-bottom: 10px !important;
}

.fweight-bold {
    font-weight: bold !important;
}

.close-popup {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #fff;
    position: absolute;
    right: 5px;
    /*top: -40px;*/
}

.popup-new .close-popup {
    top: -3px;
    color: #aaa;
    right: 14px;
}

.inner-popup {
    background: #fff;
    margin: 0 10px;
}

.popup-new .inner-popup {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/*.box-gray-a .alink:last-child {
    margin-bottom: 15px;
}*/

.box-list-prduct {
    margin-bottom: 20px;
}

    .box-list-prduct .list-product-row.grid-list .item .photo {
        height: 152px;
    }

    .box-list-prduct .list-product-row .item .photo .auto_saved {
        z-index: 1;
    }

.height234 {
    min-height: 234px !important;
}

#boxIntroImages .box-list-slide-img .btn {
    top: 75px;
}

#menu_active .suggest-active {
    margin-bottom: 15px;
}

#menu_active span {
    padding: 8px 8px 8px 8px;
    background: #ebebeb;
    border-radius: 5px;
    margin-right: 10px;
    margin-top: 18px;
    display: inline-block;
}

#menu_active .icon-cancel-circled:before {
    color: #aaa;
    margin-left: 6px;
}

.content-list .heading {
    float: left;
}

#carforsale .btn-select .chosen-container-single {
    height: 38px !important;
}

    #carforsale .btn-select .chosen-container-single .chosen-single {
        height: 38px !important;
        padding-top: 10px;
    }

#carforsale .head .btn-select {
    border: none;
}

.height16 {
    height: 16px !important;
}

.location-show {
    margin-top: 6px;
}

.box-no-results-search .heading {
    width: 100%;
    margin-bottom: 15px;
}

.content-list .pull-right {
    float: right !important;
}

.content-list .heading.w100 {
    width: 100%;
}

.content-list .no-border-left {
    border-left: 0px !important;
}

.content-list .btn-make.disable {
    background: #fff !important;
    color: #9a9a9a !important;
    border: 1px solid #9a9a9a !important;
}

.content-popup .list-form ul.chosen-results li:last-child {
    text-align: left !important;
}

#min_km_chosen, #max_km_chosen {
    width: 115px !important;
}

.box-list-prduct .list-product-row .item .title a {
    color: #333 !important;
}

.box-list-prduct .list-product-row .item .diamond a {
    color: #ff6600 !important;
}

.box-list-prduct .list-product-row .item.box-expired {
    filter: unset !important;
    -webkit-filter: unset !important;
}

.a-column {
    overflow: hidden;
}

.list-product-row .info .price .down-payment {
    border-left: 1px solid #DDDDDD;
    padding-left: 12px;
    margin-left: 6px;
    font-size: 16px;
}

.box-list-prduct .grid-list .item .price {
    font-size: 20px !important;
}

.verify-registration {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #999999;
    line-height: 18px;
    margin: 0px 0px 0px -4px;
}

    .verify-registration span i {
        color: #00975B;
        background: #fff;
    }

    .verify-registration span {
        color: #515356 !important;
        font-size: 14px;
    }

.mileage.no-border-left {
    padding-left: 0px !important;
}

.list-product-row.grid-list .item .info {
    height: 220px !important;
}

.box-list-prduct .list-product-row .item .photo {
    margin-top: 3px;
}

.box-list-prduct .list-product-row.grid-list .item .photo {
    margin-top: unset !important;
}

.box-list-prduct .grid-list .item .price {
    height: 25px;
    overflow: hidden;
}

@media only screen and (min-width: 1366px) {
    .list-new-a .big .photo {
        width: 248px;
    }

    .list-from-price .big .photo {
        width: 248px;
    }

    .box-list-prduct .list-product-row.grid-list .item .photo {
        height: 152px;
        width: 270px;
    }

    .box-list-prduct .grid-list .col {
        width: 290px;
    }
}

.box-list-prduct .grid-list .item .box-r .btn-call {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 0 5px;
}

.a-column .adasia {
    overflow: hidden;
}

.box-text-carforsale {
    position: relative;
    line-height: 20px;
}

    .box-text-carforsale .short-boxtext {
        /*  display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-box-orient: vertical;*/
        height: 60px;
        overflow: hidden;
        word-wrap: break-word;
    }

    .box-text-carforsale .btn-show-more {
        position: absolute;
        bottom: 0;
        right: 5px;
        top: 60px;
        /*z-index: 10;*/
        background: linear-gradient(to left, rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
        padding-left: 50px;
        cursor: pointer;
    }

    .box-text-carforsale .btn-show-less {
        position: unset !important;
        padding-top: 10px !important;
        padding-left: 0px !important;
        cursor: pointer;
    }

    .box-text-carforsale .color-blue2 a {
        color: #13488A !important;
    }

.box-list-slide-decommended .list-item .title.diamond a {
    color: #ff6600;
}

    .box-list-slide-decommended .list-item .title.diamond a:before {
        content: "";
        width: 19px;
        height: 19px;
        display: inline-block;
        margin-right: 8px;
        background: url(/ContentV2/Web/img/icon-diamond.png) no-repeat 0 0;
        margin-bottom: -2px;
    }

.content-list .page {
    float: unset !important;
}

.box-search-model-year .list-mode,
.box-search-model-year .list-year {
    overflow-y: scroll !important;
    height: 103px !important;
}

    .box-search-model-year .list-mode::-webkit-scrollbar,
    .box-search-model-year .list-year::-webkit-scrollbar {
        width: 6px;
        background-color: transparent;
    }

    .box-search-model-year .list-mode::-webkit-scrollbar-thumb,
    .box-search-model-year .list-year::-webkit-scrollbar-thumb {
        background-color: rgba(0,0,0,.1);
        border-radius: 999px;
    }

    .box-search-model-year .list-mode li,
    .box-search-model-year .list-year li {
        display: inline-block;
    }

.box-search-model-year .box-list-year .list-year .year {
    padding: 0 10px;
    margin-bottom: 8px;
}

#boxIntro .head-collapse:before {
    background: none;
}

#boxIntro .head-collapse {
    height: 40px;
    line-height: 20px;
    padding: 10px;
    margin-top: 0;
}

.content-list .page {
    padding-bottom: 10px;
}

@media (min-width: 961px) and (max-width: 1165px) {
    .used-carforsale-listing .item .tag {
        display: flex !important;
        overflow-x: auto;
    }
}

.used-carforsale-listing .item .tag {
    display: flex;
    flex-wrap: nowrap;
}

    .used-carforsale-listing .item .tag li[data-tag="transmission"] {
        max-width: 74px;
        text-overflow: ellipsis;
        /* Needed to make it work */
        overflow: hidden;
        white-space: nowrap;
    }

        .used-carforsale-listing .item .tag li[data-tag="transmission"] + li[data-tag="numOfKm"] {
            max-width: 74px;
            text-overflow: ellipsis;
            /* Needed to make it work */
            overflow: hidden;
            white-space: nowrap;
        }

/* Infinity Scroll Listing */
@-webkit-keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

.lazyLoadingFacebook .item .photo,
.lazyLoadingFacebook .item .title,
.lazyLoadingFacebook .item .tag li,
.lazyLoadingFacebook .item .location,
.lazyLoadingFacebook .item .price,
.lazyLoadingFacebook .item .month-price,
.lazyLoadingFacebook .item .button-g div,
.lazyLoadingFacebook .item .button-g div {
    position: relative;
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeHolderShimmer;
    animation-name: placeHolderShimmer;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f6f6;
    background: linear-gradient(to right,#f6f6f6 8%,#f0f0f0 18%,#f6f6f6 33%);
    background-size: 800px 104px;
}

.lazyLoadingFacebook .item .photo {
    height: 152px;
}

.lazyLoadingFacebook .item .title {
    height: 44px;
}

.lazyLoadingFacebook .item .tag li {
    display: inline-block;
    width: 40px;
    height: 22px;
}

.lazyLoadingFacebook .item .location {
    height: 15px;
}

.lazyLoadingFacebook .item .price {
    height: 19px;
}

.lazyLoadingFacebook .item .box-bottom-border {
    height: 1px;
    background-color: #E9F1FB;
    margin-top: 6px;
}

.lazyLoadingFacebook .item .month-price {
    height: 24px;
}

.lazyLoadingFacebook .item .button-g {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

    .lazyLoadingFacebook .item .button-g div {
        width: 50%;
        height: 36px;
    }

/* loading icon of infinity scroll */
.loader-loadmore {
    clear: both;
    text-align: center;
    width: 100%;
}

    .loader-loadmore .loaders {
        margin-left: 0;
    }

    .loader-loadmore img {
        max-width: 100px;
    }

/* button Load More of infinity scroll */
.item-more {
    text-align: center;
}

    .item-more #btnloadmore {
        display: inline-block;
        width: 150px;
        height: 40px;
        border-radius: 3px;
        background: #e9f1fb;
        line-height: 20px;
        padding: 10px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        color: #2070d2;
        border: 0;
        z-index: 5;
    }
/* End Infinity Scroll Listing */

/* Boxlink in Listing */
.boxlink-in-listing-container {
    padding: 0 10px;
    float: left;
    width: 100%;
    margin-bottom: 18px;
}

    .boxlink-in-listing-container .boxlink-in-listing {
        background: #F8FBFF;
        border: 1px solid #E3F0FF;
        border-radius: 6px;
        padding: 14px;
    }

    .boxlink-in-listing-container .boxlink-in-listing-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px;
    }

        .boxlink-in-listing-container .boxlink-in-listing-content a {
            background: #fff;
            box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
            border-radius: 3px;
            font-weight: normal;
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
            color: #333;
            padding: 8px 12px;
            display: inline-block;
            min-height: 34px;
        }

    .boxlink-in-listing-container .boxlink-in-listing-title {
        font-weight: 700;
        font-size: 16px;
        padding-bottom: 12px;
        margin: 0;
    }

    .boxlink-in-listing-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .boxlink-in-listing-container ul li {
            list-style: none;
        }

            .boxlink-in-listing-container ul li:hover a {
                background: #0384f2;
                color: #fff;
            }

/* End Boxlink in Listing */


/* Box FAQs - APPHL-18562 */
#autoListingFAQsBox.box-cospa-faq {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #autoListingFAQsBox.box-cospa-faq .title {
        margin: 0;
        width: 100%;
        display: inline-block;
        background: #2070D2;
        border-radius: 4px 4px 0px 0px;
        height: 40px;
        padding: 8px 10px;
        font-weight: bold;
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #FFFFFF;
    }

    #autoListingFAQsBox.box-cospa-faq .box-c-faq {
        border: 1px solid #E7E7E7;
        width: 100%;
        display: inline-block;
        padding: 20px;
        border-radius: 0px 0px 4px 4px;
        padding-bottom: 10px;
        border-top: 0;
    }

    #autoListingFAQsBox.box-cospa-faq .box-faq {
        width: 100%;
        display: inline-block;
        margin-bottom: 10px;
    }

        #autoListingFAQsBox.box-cospa-faq .box-faq .item {
            width: 100%;
            float: left;
            background: #FFFFFF;
            box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.1);
            border-radius: 3px;
            margin-bottom: 10px;
        }

        #autoListingFAQsBox.box-cospa-faq .box-faq .head {
            width: 100%;
            display: inline-block;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            margin: 0;
            padding: 10px;
            position: relative;
            padding-right: 32px;
        }

            #autoListingFAQsBox.box-cospa-faq .box-faq .head .icon {
                position: absolute;
                top: 0;
                right: 0;
                width: 34px;
                height: 44px;
                background: url(/ContentV2/Web/img/icon-plus-green.png) no-repeat center center;
            }

        #autoListingFAQsBox.box-cospa-faq .box-faq .open .head {
            color: #2070D2;
        }

            #autoListingFAQsBox.box-cospa-faq .box-faq .open .head .icon {
                background: url(/ContentV2/Web/img/icon-minus-green.png) no-repeat center center;
            }

        #autoListingFAQsBox.box-cospa-faq .box-faq .content-faq {
            display: none;
            font-weight: normal;
            font-size: 16px;
            line-height: 26px;
            color: #333333;
            padding: 12px 20px;
            border-top: 1px solid #E7E7E7;
            width: 100%;
        }

        #autoListingFAQsBox.box-cospa-faq .box-faq .open .content-faq {
            display: inline-block;
        }

#autoListingFAQsBox.hideContent .icon-up-open {
    transform: rotateX(180deg);
}

/* End Box FAQs - APPHL-18562 */

.clr-2070d2 {
    color: #2070D2;
}

/* Landing Maligayang PasKotse */
.used-carforsale-listing .item {
    position: relative;
}

.tag-landing-maligayang-paskotse-v2:before {
    content: '';
    position: absolute;
    width: 159px;
    height: 26px;
    top: 5px;
    left: -3px;
    background: url(/ContentV2/Web/img/Maligayang-PasKotse/tag-Maligayang-PasKotse-V2-web.png) no-repeat 0 0;
    z-index: 1;
}

.sort-maligayang-paskotse.active a {
    background: linear-gradient(258.96deg, #FFA800 -18.58%, #FF000F 101.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*background-clip: text;
    text-fill-color: transparent;*/
}

    .sort-maligayang-paskotse.active a:before {
        border-image: linear-gradient(258.96deg, #FFA800 -18.58%, #FF000F 101.94%);
        border-image-slice: 1;
    }

/* End Landing Maligayang PasKotse */

.used-carforsale-listing .tabs li.active a {
    font-weight: 500;
}

.brandall-car .i-gmc .name {
    background-image: url(/ContentV2/Web/img/logo-brand/gmc.png);
}

.used-carforsale-listing .item .price-old {
    margin-left: 0;
}

/* Repossess Car */
.price-repossessed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.txt-repossessed {
    margin-left: auto;
}

.label-repossessed {
    background: linear-gradient(258.96deg, #FFA800 -18.58%, #FF000F 101.94%), #333333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
}

.sort-repossessed a {
    background: linear-gradient(258.96deg, #FFA800 -18.58%, #FF000F 101.94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-weight: 700;
}

.sort-repossessed.active a:before {
    border-image: linear-gradient(258.96deg, #FFA800 -18.58%, #FF000F 101.94%);
    border-image-slice: 1;
}

.tool-tip-repossessed {
    position: relative;
}

    .tool-tip-repossessed i {
        color: #999;
    }

    .tool-tip-repossessed .tooltiptext {
        display: none;
        width: 300px;
        background-color: #000000;
        color: #fff;
        border-radius: 6px;
        padding: 14px;
        position: absolute;
        z-index: 1;
        bottom: 140%;
        right: 0;
    }

    .tool-tip-repossessed:hover .tooltiptext {
        display: block;
    }

    .tool-tip-repossessed .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: -7%;
        right: 12%;
        border-width: 5px;
        border-style: solid;
        border-color: #000000 transparent transparent transparent;
    }
.label-cpo {
    background: linear-gradient(258.96deg, #008525 -18.58%, #12B5BF 101.94%), #333333;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 12px;
}
.tool-tip-cpo {
    position: relative;
}
.txt-cpo {
    margin-left: auto;
}

    .tool-tip-cpo i {
        color: #999;
    }

    .tool-tip-cpo .tooltiptext {
        display: none;
        width: 300px;
        background-color: #000000;
        color: #fff;
        border-radius: 6px;
        padding: 14px;
        position: absolute;
        z-index: 1;
        bottom: 140%;
        right: 0;
    }

    .tool-tip-cpo:hover .tooltiptext {
        display: block;
    }

    .tool-tip-cpo .tooltiptext::after {
        content: "";
        position: absolute;
        bottom: -7%;
        right: 12%;
        border-width: 5px;
        border-style: solid;
        border-color: #000000 transparent transparent transparent;
    }

/* End Repossess Car */

/* Premium Dealer */
.tag-premium-dealer {
    content: '';
    position: absolute;
    width: 84px;
    height: 48px;
    top: -17px;
    left: -3px;
    background: url(/ContentV2/Web/img/Dealer-Premium/label-dealer-premium.png) no-repeat 0 0;
    z-index: 1;
}

.tool-tip-premium-dealer .tooltiptext {
    display: none;
    width: 300px;
    background-color: #000000;
    color: #fff;
    border-radius: 6px;
    padding: 14px;
    position: absolute;
    z-index: 1;
    top: -36%;
    left: 0;
}

.tag-premium-dealer:hover + .tool-tip-premium-dealer .tooltiptext {
    display: block;
}

.tool-tip-premium-dealer .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: -9%;
    left: 10%;
    border-width: 5px;
    border-style: solid;
    border-color: #000000 transparent transparent transparent;
}

/* End Premium Dealer */

.box-no-results-search-v2 {
    text-align: center;
    margin-bottom: 20px;
}

    .box-no-results-search-v2 .txt-no-result {
        margin-top: 20px;
        color: #515356;
        font-style: normal;
        font-weight: 400;
        font-size: 26px;
        line-height: 34px;
    }

.used-carforsale-listing .tabs li a .icon-left-small:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    left: -6px;
}

.used-carforsale-listing .tabs li.filter-price-desc a .icon-left-small:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    left: -6px;
}

.accompanied-service {
    min-height: 40px;
    max-height: 40px;
    overflow: hidden;
    margin: 5px 0px;
    margin-top: 2px;
}
.accompanied-service ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.accompanied-service ul li{
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    color: var(--content-color-gray-500, #515356);
    padding-right: 12px;
    position:relative;
}
    .accompanied-service ul li:before {
        position: absolute;
        content: " ";
        width: 2px;
        height: 2px;
        right: 5px;
        top: 9px;
        background: #515356;
    }
    .accompanied-service ul li:last-child:before {
        display: none;
    }

