/* Minification failed. Returning unminified contents.
(614,38): run-time error CSS1046: Expect comma, found '0'
(614,42): run-time error CSS1046: Expect comma, found '/'
 */
body {
    background-color: #f3f3f6;
}


.product-view {
    width: 100%;
    padding:10px 100px;
}

    .product-view > .product-left {
        width: 60%;
        position: relative;
        float: left;
        padding: 10px;
    }

        .product-view > .product-left > .body {
            background-color: #fff;
        }

            .product-view > .product-left > .body > .product-name {
                font-size: 30px;
                text-transform: uppercase;
                font-weight: bold;
                padding: 10px;
                border-left: 4px solid #f91a15;
                font-family: 'Changa', sans-serif;
            }

                .product-view > .product-left > .body > .product-name > .product-type {
                    font-size: 14px;
                    font-weight: 500;
                    text-transform: uppercase;
                    font-family: 'Roboto', sans-serif;
                    position: relative;
                    float: left;
                    background-color: #eee;
                    margin-right: 15px;
                    padding: 2px 10px;
                }

            .product-view > .product-left > .body > .product-image {
                padding: 15px 0px;
                width: 100%;
                position: relative;
            }

                .product-view > .product-left > .body > .product-image > .sold-mark {
                    background-color: rgba(255, 0, 0, 0.60);
                    position: absolute;
                    text-align: center;
                    color: #fff;
                    font-size: 25px;
                    font-weight: bold;
                    bottom: 15px;
                    right: 0px;
                    padding: 5px 10px;
                }

                .product-view > .product-left > .body > .product-image > .w-mark {
                    position: absolute;
                    text-align: center;
                    color: rgba(255, 255, 255, 0.50);
                    font-size: 25px;
                    font-weight: bold;
                    bottom: 15px;
                    left: 0px;
                    right: 0px;
                    padding: 5px 10px;
                }

                .product-view > .product-left > .body > .product-image > img {
                    width: 100%;
                }

                .product-view > .product-left > .body > .product-image > .small-image {
                    padding: 10px 0px;
                    float: right;
                }

                    .product-view > .product-left > .body > .product-image > .small-image .item {
                        width: 120px;
                        height: 90px;
                    }

                        .product-view > .product-left > .body > .product-image > .small-image .item > .image {
                            width: 100%;
                            height: 100%;
                            background-position: center;
                            background-size: cover;
                            background-repeat: no-repeat;
                            border: 3px solid #eee;
                            cursor: pointer;
                        }
                        .product-view > .product-left > .body > .product-image > .small-image .item > .image {
                            width: 100%;
                            height: 100%;
                            background-position: center;
                            background-size: cover;
                            background-repeat: no-repeat;
                            border: 3px solid #eee;
                            cursor: pointer;
                            position:relative;
                        }
                            .product-view > .product-left > .body > .product-image > .small-image .item > .image > .btn-play {
                                width: 40px;
                                height: 30px;
                                text-align: center;
                                background-color: #f00;
                                border-radius: 7px;
                                pointer-events: none;
                                position: absolute;
                                top: -17px;
                                left: -20px;
                                margin-top: 50%;
                                margin-left: 50%;
                                font-size: 18px;
                                color: #fff;
                                padding: 3px;
                            }


    .product-view > .product-right {
        width: 40%;
        position: relative;
        float: left;
        padding: 10px;
    }

        .product-view > .product-right > .body {
            background-color: #fff;
            padding: 10px 20px;
            margin-bottom: 10px;
        }

            .product-view > .product-right > .body > .header {
                font-size: 18px;
                font-weight: 600;
                text-transform: uppercase;
                font-family: 'Roboto', sans-serif;
                border-bottom: 1px solid #f91a15;
            }

            .product-view > .product-right > .body > .product-details {
                font-size: 18px;
                font-weight: normal;
                font-family: 'Roboto', sans-serif;
                width: 100%;
                margin-top: 10px;
                color: #808080;
            }
                .product-view > .product-right > .body > .product-details > table {
                    width: 100%;
                }

                    .product-view > .product-right > .body > .product-details > table td {
                        padding: 3px 5px;
                        border-bottom: 1px solid #eee;
                    }

                    .product-view > .product-right > .body > .product-details > table .icon {
                        width: 20px;
                    }
                        .product-view > .product-right > .body > .product-details > table .icon > img {
                            height: 20px;
                        }

            .product-view > .product-right > .body > .auction-grade {
                position: relative;
                float: left;
                width: 50%;
                border-right: 1px solid #eee;
                padding: 5px 0px;
                font-size: 20px;
                font-weight: 500;
                font-family: 'Roboto', sans-serif;
                color: #333;
                text-align: center;
            }
                .product-view > .product-right > .body > .auction-grade > a {
                    text-decoration: none;
                    color: #333;
                }
                .product-view > .product-right > .body > .auction-grade > a > img {
                    height: 40px;
                }

            .product-view > .product-right > .body > .price-context {
                background-color: #207bd8;
                font-size: 20px;
                color: #fff;
                padding: 10px 15px;
                text-align: center;
                font-weight: 700;
                border-radius: 5px;
                margin-left: 30px;
                margin-right: 30px;
                height: 47px;
            }
                .product-view > .product-right > .body > .price-context i {
                    height: 30px;
                    width: 30px;
                    padding: 6px;
                    border-radius: 50%;
                    background-color: #fff;
                    color: #207bd8;
                    font-size: 20px;
                    position: relative;
                }

            .product-view > .product-right > .body > .whatsapp-context {
                background-color: #3eb549;
                font-size: 20px;
                color: #fff;
                padding: 4px 15px;
                padding-top: 8px;
                text-align: center;
                font-weight: 700;
                border-radius: 5px;
                margin-left: 30px;
                margin-right: 30px;
                margin-top: 10px;
                height: 47px;
                cursor: pointer;
                position:relative;
            }
            .product-view > .product-right > .body > .whatsapp-context > i {
                font-size: 30px;
            }
                .product-view > .product-right > .body > .whatsapp-context > span {
                    position: relative;
                    top:-3px;
                }

            .product-view > .product-right > .body > .loan-context {
                border: 2px solid #4097f0;
                font-size: 20px;
                color: #4097f0;
                padding: 5px 15px;
                text-align: center;
                font-weight: 700;
                border-radius: 5px;
                margin-left: 30px;
                margin-right: 30px;
                margin-top: 10px;
                cursor: pointer;
                height: 47px;
            }
            .product-view > .product-right > .body > .loan-context > img {
                height:35px;
                position:relative;
            }

    .product-view > .product-description {
        width: 60%;
        position: relative;
        float: left;
        padding: 10px;
    }
        .product-view > .product-description > .description-body {
            background-color: #fff;
            padding: 10px;
            box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.05);
        }
            .product-view > .product-description > .description-body > .title {
                font-size: 20px;
                font-weight: 700;
                text-transform: uppercase;
                color: #3e3e3e;
                font-family: 'Roboto Condensed', sans-serif;
                border-bottom: 1px solid #f91a15;
            }
            .product-view > .product-description > .description-body > .description {
                height: 90px;
                overflow:auto;
            }

    .product-view > .test-drive {
        width: 40%;
        position: relative;
        float: left;
        padding: 10px;
    }

        .product-view > .test-drive > .drive-body {
            background-color: #d7d7d7;
            padding: 20px;
            text-align: center;
            font-size: 18px;
            font-weight: 700;
            text-transform: uppercase;
            height: 140px;
            cursor:pointer;
        }
        .product-view > .test-drive > .drive-body > img {
            height:70px;
        }

@-webkit-keyframes animation {
    0% {
        content: url("/Icons/call.png");
    }

    25% {
        content: url("/Icons/call1.png");
    }

    50% {
        content: url("/Icons/call2.png");
    }
    75% {
        content: url("/Icons/call3.png");
    }
}

@-moz-keyframes animation {
    0% {
        content: url("/Icons/call.png");
    }

    25% {
        content: url("/Icons/call1.png");
    }

    50% {
        content: url("/Icons/call2.png");
    }

    75% {
        content: url("/Icons/call3.png");
    }
}

@keyframes animation {
    0% {
        content: url("/Icons/call.png");
    }

    25% {
        content: url("/Icons/call1.png");
    }

    50% {
        content: url("/Icons/call2.png");
    }

    75% {
        content: url("/Icons/call3.png");
    }
}


.related-product {
    padding: 20px 70px;
}

    .related-product > .header {
        font-size: 25px;
        color: #5e5e5e;
        border-top: 4px solid #00ace8;
        font-weight: 700;
        font-family: 'Roboto',sans-serif;
        margin:0px 10px;
    }

    .related-product > .item {
        width: 25%;
        position: relative;
        float: left;
        padding: 10px;
    }

        .related-product > .item > .item-context {
            width: 100%;
            background-color: #fff;
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
            padding: 10px;
            padding-bottom:0px;
            cursor: pointer;
            overflow:hidden;
        }

            .related-product > .item > .item-context > .image-context {
                height: 200px;
                width: 100%;
                overflow:hidden;
            }
            .related-product > .item > .item-context > .image-context > .image {
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                height: 100%;
                width: 100%;
                display: table;
                transition:all 1s;
            }
            .related-product > .item > .item-context:hover .image-context > .image {
                transform:scale(1.1);
                transition:all 1s;
            }
                .related-product > .item > .item-context > .image-context > .image > .sold {
                    background-color: rgba(255, 255, 255, 0.70);
                    color: #ccc;
                    font-size: 30px;
                    font-weight: bold;
                    height: 100%;
                    width: 100%;
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

                    .related-product > .item > .item-context > .image-context > .image > .sold > img {
                        width: 100px;
                        object-fit: cover;
                    }

            .related-product > .item > .item-context > .image-context > .image > .w-mark {
                color: rgba(255, 255, 255, 0.5);
                font-size: 30px;
                font-weight: bold;
                height: 100%;
                width: 100%;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                pointer-events:none;
            }
            .related-product > .item > .item-context > .details {
                height: 70px;
                text-align: left;
                color: #75777a;
                font-size: 12px;
                padding: 5px 0px;
                font-weight: 400;
                font-family: 'Roboto', sans-serif;
            }

                .related-product > .item > .item-context > .details > .product-name {
                    font-family: 'Changa', sans-serif;
                    text-transform: uppercase;
                    font-size: 18px;
                    line-height: 18px;
                    font-weight: 700;
                    color: #414246;
                }
                .related-product > .item > .item-context > .details > table {
                    width: 100%;
                }

                    .related-product > .item > .item-context > .details > table td {
                        width: 33.33%;
                        padding: 5px 2px;
                        font-family: 'Roboto',sans-serif;
                        text-transform: uppercase;
                        font-size: 11px;
                        font-weight: 400;
                        text-align: left;
                        vertical-align: middle;
                    }

            .related-product > .item > .item-context > .price-context {
                display: table;
                width: 100%;
                border-top: 1px dashed #ccc;
                padding: 5px;
            }

                .related-product > .item > .item-context > .price-context > .info-body {
                    display: table-cell;
                    width: 50%;
                    text-align: left;
                }

                    .related-product > .item > .item-context > .price-context > .info-body > .title {
                        position: relative;
                        float: left;
                        width: 60%;
                        color: #989797;
                        font-family: 'Roboto Condensed',sans-serif;
                        font-weight: 700;
                        font-size: 12px;
                    }

                    .related-product > .item > .item-context > .price-context > .info-body > .data {
                        position: relative;
                        float: left;
                        text-align:right;
                        width: 40%;
                        color: #3e3e3e;
                        font-family: 'Roboto Condensed',sans-serif;
                        font-weight: 700;
                        font-size: 12px;
                    }

                .related-product > .item > .item-context > .price-context > .price-body {
                    display: table-cell;
                    width: 50%;
                    vertical-align: middle;
                    overflow:hidden;
                }

                    .related-product > .item > .item-context > .price-context > .price-body > .price {
                        padding: 3px 5px;
                        background-color: #ff5400;
                        text-align: right;
                        color: #fff;
                        font-family: 'Changa', sans-serif;
                        position: relative;
                    }

                        .related-product > .item > .item-context > .price-context > .price-body > .price:after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 0;
                            height: 0;
                            border-style: solid;
                            border-width: 0 0 50px 18px;
                            border-color: transparent transparent transparent #F8F8F8;
                        }

            .related-product > .item > .item-context > .fuel-type {
                border-top: 1px dashed #ccc;
                color: #929292;
                overflow: hidden;
                padding: 0px 0px;
            }

                .related-product > .item > .item-context > .fuel-type > table {
                    width: 100%;
                    font-size: 12px;
                }

                    .related-product > .item > .item-context > .fuel-type > table .icon {
                        display: table-cell;
                        height: 30px;
                        padding: 0 2px;
                        vertical-align: middle;
                    }

                    .related-product > .item > .item-context > .fuel-type > table .data {
                        display: table-cell;
                        height: 30px;
                        vertical-align:middle;
                    }

    .related-product > .show-more {
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        padding: 10px;
        clear:both;
    }
        .related-product > .show-more > div {
            cursor: pointer;
            display: inline-block;
            color: #f91a15;
            border: 1px solid #f91a15;
            padding: 7px;
        }

            .related-product > .show-more > div:hover {
                background-color: #f91a15;
                color: #fff;
            }

.product-list-header {
    color: #fff;
    text-align: center;
    border-bottom:1px solid #e6e6e6;
}

    .product-list-header > .search-box {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
    }

    .product-list-header > .search-box table {
        width:100%;
    }
        .product-list-header > .search-box table .btn-context {
            width: 50px;
        }
        .product-list-header > .search-box .form-control {
            height: 45px;
            border: 1px solid #ffd9d8;
        }
        .product-list-header > .search-box .btn-success {
            height: 45px;
            border-radius: 0px;
            background-color: #f91a15;
            border:none;
            outline: none;
        }
            .product-list-header > .search-box .btn-success:hover {
                background-color: #e50500;
            }

.product-list {
    padding:10px 50px;
    display: flex;
}

    .product-list > .filter {
        width: 25%;
        padding: 20px 15px;
        flex: 1;
        background-color: #fff;
        box-shadow:0px 0px 3px rgb(0 0 0 / 0.05);
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .product-list > .filter > .filter-context {
            padding: 10px;
            position: -webkit-sticky;
            position: sticky;
            top: 70px;
        }

            .product-list > .filter > .filter-context > .title {
                font-size: 16px;
                font-weight: bold;
                color:#fff;
            }

            .product-list > .filter > .filter-context > select {
                width: 100%;
                padding: 10px 15px;
                outline: none;
                border: 1px solid #eee;
                margin-bottom: 10px;
                background-color: #f5f5f5;
            }

            .product-list > .filter > .filter-context > button {
                background-color: #fff;
                border: 1px solid #f91a15;
                color: #f91a15;
                width: 100%;
                padding: 10px;
                font-weight: 700;
                outline: none;
            }
                .product-list > .filter > .filter-context > button:hover {
                    background-color: #f91a15;
                    color: #fff;
                }

    .product-list > .list-context {
        width: 75%;
        padding: 0 10px;
        flex: 3;
    }

        .product-list > .list-context > .item {
            width: 33.33%;
            position: relative;
            float: left;
            padding: 10px;
        }

            .product-list > .list-context > .item > .item-context {
                width: 100%;
                background-color: #fff;
                box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
                padding: 10px;
                padding-bottom: 0px;
                cursor: pointer;
                overflow:hidden;
            }

                .product-list > .list-context > .item > .item-context > .image-context {
                    height: 200px;
                    width: 100%;
                    overflow: hidden;
                }
                    .product-list > .list-context > .item > .item-context > .image-context > .image {
                        background-position: center;
                        background-size: cover;
                        background-repeat: no-repeat;
                        height: 100%;
                        width: 100%;
                        display: table;
                        transition: all 1s;
                    }
                .product-list > .list-context > .item > .item-context:hover .image-context > .image {
                    transform: scale(1.1);
                    transition: all 1s;
                }
                .product-list > .list-context > .item > .item-context > .image-context > .image > .sold {
                    background-color: rgba(255, 255, 255, 0.70);
                    color: #ccc;
                    font-size: 30px;
                    font-weight: bold;
                    height: 100%;
                    width: 100%;
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

                        .product-list > .list-context > .item > .item-context > .image-context > .image > .sold > img {
                            width: 100px;
                            object-fit: cover;
                        }
                .product-list > .list-context > .item > .item-context > .image-context > .image > .w-mark {
                    color: rgba(255, 255, 255, 0.50);
                    font-size: 30px;
                    font-weight: bold;
                    height: 100%;
                    width: 100%;
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                    pointer-events:none;
                }

                .product-list > .list-context > .item > .item-context > .details {
                    height: 70px;
                    text-align: left;
                    color: #75777a;
                    font-size: 12px;
                    padding: 5px 0px;
                    font-weight: 400;
                    font-family: 'Roboto', sans-serif;
                }

                    .product-list > .list-context > .item > .item-context > .details > .product-name {
                        font-family: 'Changa', sans-serif;
                        text-transform: uppercase;
                        font-size: 18px;
                        line-height: 18px;
                        font-weight: 700;
                        color: #414246;
                    }
                    .product-list > .list-context > .item > .item-context > .details > table {
                        width: 100%;
                    }

                        .product-list > .list-context > .item > .item-context > .details > table td {
                            width: 33.33%;
                            padding: 5px 2px;
                            font-family: 'Roboto',sans-serif;
                            text-transform: uppercase;
                            font-size: 11px;
                            font-weight: 400;
                            text-align: left;
                            vertical-align: middle;
                        }

                .product-list > .list-context > .item > .item-context > .price-context {
                    display: table;
                    width: 100%;
                    border-top: 1px dashed #ccc;
                    padding: 5px 0px;
                }

                    .product-list > .list-context > .item > .item-context > .price-context > .info-body {
                        display: table-cell;
                        width: 50%;
                        text-align: left;
                    }

                        .product-list > .list-context > .item > .item-context > .price-context > .info-body > .title {
                            position: relative;
                            float: left;
                            width: 60%;
                            color: #989797;
                            font-family: 'Roboto Condensed',sans-serif;
                            font-weight: 700;
                            font-size: 12px;
                        }

                        .product-list > .list-context > .item > .item-context > .price-context > .info-body > .data {
                            position: relative;
                            float: left;
                            text-align: right;
                            width: 40%;
                            color: #3e3e3e;
                            font-family: 'Roboto Condensed',sans-serif;
                            font-weight: 700;
                            font-size: 12px;
                        }

                    .product-list > .list-context > .item > .item-context > .price-context > .price-body {
                        display: table-cell;
                        width: 50%;
                        vertical-align: middle;
                    }

                        .product-list > .list-context > .item > .item-context > .price-context > .price-body > .price {
                            padding: 3px 5px;
                            background-color: #ff5400;
                            text-align: right;
                            color: #fff;
                            font-family: 'Changa', sans-serif;
                            position: relative;
                            overflow:hidden;
                        }

                            .product-list > .list-context > .item > .item-context > .price-context > .price-body > .price:after {
                                content: '';
                                position: absolute;
                                bottom: 0;
                                left: 0;
                                width: 0;
                                height: 0;
                                border-style: solid;
                                border-width: 0 0 50px 18px;
                                border-color: transparent transparent transparent #F8F8F8;
                            }

                .product-list > .list-context > .item > .item-context > .fuel-type {
                    border-top: 1px dashed #ccc;
                    color: #929292;
                    overflow: hidden;
                    padding: 0px 0px;
                }

                    .product-list > .list-context > .item > .item-context > .fuel-type > table {
                        width: 100%;
                        font-size: 12px;
                    }

                        .product-list > .list-context > .item > .item-context > .fuel-type > table .icon {
                            display: table-cell;
                            vertical-align:middle;
                            padding:0 2px;
                            height: 35px;
                        }

                        .product-list > .list-context > .item > .item-context > .fuel-type > table .data {
                            display: table-cell;
                            vertical-align: middle;
                            height: 35px;
                        }

        .product-list > .list-context > .show-more {
            text-align: center;
            font-size: 13px;
            font-weight: bold;
            padding-top: 20px;
            clear: both;
        }

            .product-list > .list-context > .show-more > div {
                cursor: pointer;
                display: inline-block;
                color: #f91a15;
                border: 1px solid #f91a15;
                padding: 7px;
            }
                .product-list > .list-context > .show-more > div:hover {
                    background-color: #f91a15;
                    color: #fff;
                }


@media (max-width:1200px) {
    .product-view {
        padding: 10px 50px;
    }
    .product-list {
        padding:30px 0px;
    }
    .related-product {
        padding:20px 50px;
    }
}

@media (max-width:1100px) {
    .product-view {
        padding: 10px;
    }
    .related-product {
        padding: 20px 10px;
    }
        .related-product > .item > .item-context > .price-context {
            display: block;
        }

            .related-product > .item > .item-context > .price-context > .info-body {
                display: block;
                width: 100%;
            }

            .related-product > .item > .item-context > .price-context > .price-body {
                display: block;
                width: 100%;
            }
}

@media (max-width:991px) {
    .product-view {
        padding: 10px 70px;
    }
    .product-view > .product-left {
        width: 100%;
    }

        .product-view > .product-right {
            width: 50%;
        }
            .product-view > .product-right > .body {
                padding: 10px;
            }
            .product-view > .product-right > .body > .header {
                font-size: 16px;
            }

            .product-view > .product-right > .body > .product-details {
                font-size: 16px;
            }

                .product-view > .product-right > .body > .auction-grade {
                    font-size: 18px;
                }
                    .product-view > .product-right > .body > .auction-grade > a > img {
                        height: 35px;
                    }

                .product-view > .product-description > .description-body > .title {
                    font-size: 18px;
                }

            .product-view > .test-drive > .drive-body {
                font-size: 16px;
                height: 135px;
            }

                .product-view > .test-drive > .drive-body > img {
                    height: 60px;
                }

    .related-product {
        padding: 0px;
    }

        .related-product > .item {
            width: 33.33%;
        }
            .related-product > .item > .item-context > .details {
                height: 60px;
            }

                .related-product > .item > .item-context > .details > .product-name {
                    font-size: 15px;
                }
            .related-product > .item > .item-context > .price-context {
                display: table;
            }

                .related-product > .item > .item-context > .price-context > .info-body {
                    display: table-cell;
                    width: 50%;
                }

                .related-product > .item > .item-context > .price-context > .price-body {
                    display: table-cell;
                    width: 50%;
                    overflow: hidden;
                }

    .product-list {
        padding: 0px;
        display: unset;
    }

        .product-list > .filter {
            width: 100%;
            flex: unset;
        }

        .product-list > .list-context {
            padding: 0px;
            width: 100%;
            flex: unset;
        }
            .product-list > .list-context > .item > .item-context > .details {
                height: 60px;
            }

                .product-list > .list-context > .item > .item-context > .details > .product-name {
                    font-size: 15px;
                }
}

@media (max-width:767px) {
    .product-view {
        padding: 10px;
    }

        .product-view > .product-right {
            width: 100%;
        }
            .product-view > .product-right > .body > .header {
                font-size: 14px;
            }

            .product-view > .product-right > .body > .product-details {
                font-size: 14px;
            }
            .product-view > .product-right > .body > .auction-grade {
                font-size: 16px;
            }

                .product-view > .product-right > .body > .auction-grade > a > img {
                    height: 30px;
                }
            .product-view > .product-right > .body > .price-context {
                font-size: 18px;
                padding: 10px 15px;
            }

                .product-view > .product-right > .body > .price-context i {
                    height: 25px;
                    width: 25px;
                    padding: 4px;
                    font-size: 18px;
                }

            .product-view > .product-right > .body > .loan-context {
                font-size: 18px;
                padding: 5px 15px;
                margin-top: 10px;
            }

                .product-view > .product-right > .body > .loan-context > img {
                    height: 30px;
                }

        .product-view > .product-description > .description-body > .title {
            font-size: 16px;
        }

        .product-view > .test-drive > .drive-body {
            font-size: 14px;
            height: 130px;
        }

            .product-view > .test-drive > .drive-body > img {
                height: 60px;
            }

    .related-product > .header {
        font-size: 20px;
    }

    .related-product > .item {
        padding: 5px;
    }

        .related-product > .item > .item-context {
            padding: 5px;
            padding-bottom: 0px;
        }

            .related-product > .item > .item-context > .details {
                height: 50px;
            }

                .related-product > .item > .item-context > .details > .product-name {
                    font-size: 12px;
                    line-height:14px;
                }
                .related-product > .item > .item-context > .details > table td {
                    font-size: 10px;
                }

            .related-product > .item > .item-context > .price-context {
                display: block;
            }

                .related-product > .item > .item-context > .price-context > .info-body {
                    display: block;
                    width: 100%;
                }

                .related-product > .item > .item-context > .price-context > .price-body {
                    display: block;
                    width: 100%;
                }
            .related-product > .item > .item-context > .fuel-type > table {
                font-size: 10px;
            }


    .product-list-header {
        padding: 30px;
    }

        .product-list-header > .header {
            font-size: 40px;
            line-height: 40px;
        }

        .product-list-header > .note {
            font-size: 18px;
        }

    .product-list > .list-context > .item {
        padding: 5px;
        padding-bottom: 0px;
    }

        .product-list > .list-context > .item > .item-context {
            padding: 5px;
        }

            .product-list > .list-context > .item > .item-context > .details {
                height: 50px;
            }

                .product-list > .list-context > .item > .item-context > .details > .product-name {
                    font-size: 12px;
                    line-height:14px;
                }

                .product-list > .list-context > .item > .item-context > .details > table td {
                    font-size: 10px;
                }
            .product-list > .list-context > .item > .item-context > .price-context {
                display: block;
            }

                .product-list > .list-context > .item > .item-context > .price-context > .info-body {
                    display: block;
                    width: 100%;
                }

                .product-list > .list-context > .item > .item-context > .price-context > .price-body {
                    display: block;
                    width: 100%;
                }
            .product-list > .list-context > .item > .item-context > .fuel-type > table {
                font-size: 10px;
            }
                .product-list > .list-context > .item > .item-context > .fuel-type > table .icon {
                    height: 30px;
                }

                .product-list > .list-context > .item > .item-context > .fuel-type > table .data {
                    height: 30px;
                }
    .hide-sx {
        display: none;
    }
}

@media (max-width:600px) {
    .product-view {
        padding: 10px 0px;
    }
    .product-view > .product-left > .body > .product-name {
        font-size: 20px;
    }

        .product-view > .product-left > .body > .product-name > .product-type {
            font-size: 12px;
            margin-right: 10px;
        }

        .product-view > .product-right > .body > .price-context {
            font-size: 16px;
            padding: 10px 15px;
            margin: unset;
            height: 40px;
        }

            .product-view > .product-right > .body > .price-context i {
                height: 22px;
                width: 22px;
                padding: 4px;
                font-size: 16px;
            }

        .product-view > .product-right > .body > .whatsapp-context {
            padding: 4px 15px;
            padding-top: 8px;
            margin-left: 0px;
            margin-right: 0px;
            margin-top: 10px;
            height: 40px;
            font-size:17px;
        }

            .product-view > .product-right > .body > .whatsapp-context > i {
                font-size: 25px;
            }

        .product-view > .product-right > .body > .loan-context {
            font-size: 16px;
            padding: 5px 15px;
            margin: unset;
            margin-top: 10px;
            height: 40px;
        }

            .product-view > .product-right > .body > .loan-context > img {
                height: 25px;
            }

    .related-product > .header {
        font-size: 18px;
    }
    .related-product > .item {
        padding: 2px;
        width: 50%;
    }
        .related-product > .item > .item-context > .price-context {
            display: table;
        }

            .related-product > .item > .item-context > .price-context > .info-body {
                display: table-cell;
                width: 50%;
            }

            .related-product > .item > .item-context > .price-context > .price-body {
                display: table-cell;
                width: 50%;
                overflow: hidden;
            }


    .product-list-header {
        padding: 30px 15px;
    }

        .product-list-header > .header {
            font-size: 30px;
            line-height: 30px;
        }

        .product-list-header > .note {
            font-size: 16px;
        }

    .product-list > .list-context > .item {
        padding: 2px;
        width: 50%;
    }
        .product-list > .list-context > .item > .item-context > .price-context {
            display: table;
        }

            .product-list > .list-context > .item > .item-context > .price-context > .info-body {
                display: table-cell;
                width: 50%;
            }

            .product-list > .list-context > .item > .item-context > .price-context > .price-body {
                display: table-cell;
                width: 50%;
                overflow: hidden;
            }

}

@media (max-width:500px) {

    .product-view > .product-left > .body > .product-name {
        font-size: 18px;
    }

        .product-view > .product-left > .body > .product-name > .product-type {
            font-size: 11px;
            margin-right: 5px;
            margin-top: 2px;
            padding: 0px 10px;
        }

    .product-view > .product-right {
        width: 100%;
    }

    .product-view > .product-description {
        width:100%;
    }

    .product-view > .test-drive {
        width:100%;
    }
        .product-view > .test-drive > .drive-body {
            height: 80px;
            padding: 10px;
        }

        .product-view > .test-drive > .drive-body > img {
            height: 40px;
        }

    .related-product > .item > .item-context > .image-context {
        height: 120px;
    }
    .related-product > .item > .item-context > .price-context {
        display: block;
    }

        .related-product > .item > .item-context > .price-context > .info-body {
            display: block;
            width: 100%;
        }

        .related-product > .item > .item-context > .price-context > .price-body {
            display: block;
            width: 100%;
        }

    .product-list-header {
        padding: 20px 15px;
    }

        .product-list-header > .header {
            font-size: 20px;
            line-height: 20px;
        }

        .product-list-header > .note {
            font-size: 13px;
        }

    .product-list > .list-context > .item > .item-context > .image-context {
        height: 120px;
    }
    .product-list > .list-context > .item > .item-context > .price-context {
        display: block;
    }

        .product-list > .list-context > .item > .item-context > .price-context > .info-body {
            display: block;
            width: 100%;
        }

        .product-list > .list-context > .item > .item-context > .price-context > .price-body {
            display: block;
            width: 100%;
        }
}

@media (max-width:400px) {
}

