/* Minification failed. Returning unminified contents.
(1391,1): run-time error CSS1019: Unexpected token, found '}'
(1775,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1776,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1797,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1798,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */
body {
    background-color: #ebebeb;
}
a {
    text-decoration: none!important;
}

.bannar {
    width: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-image:url('/Images/home-cover.jpg?v=0');
    display: table;
}
    .bannar .carousel-control.right {
        background-image: none;
    }
    .bannar .carousel-control.left {
        background-image: none;
    }

.bannar-slide {
    height:650px;
    display:table;
    width: 100%;
}
    .bannar-slide > .text-context {
        display:table-cell;
        width:45%;
        vertical-align:middle;
        padding-left:100px;
    }
        .bannar-slide > .text-context > .title {
            font-size: 115px;
            line-height:120px;
            color: #fff;
            font-family: 'Anton', sans-serif;
            text-transform:uppercase;
        }
        .bannar-slide > .text-context > .sub-title {
            font-size: 25px;
            font-weight:500;
            color: #fefd4d;
            font-family: 'Roboto Condensed', sans-serif;
            text-transform: uppercase;
        }
    .bannar-slide > .img-context {
        display: table-cell;
        width: 55%;
        vertical-align: bottom;
        padding-right: 100px;
        padding-bottom: 50px;
    }
    .bannar-slide > .img-context > img {
        width:100%;
    }

.need-help {
    padding: 50px;
    display: table;
    width: 100%;
}

        .need-help > .help-context {
            display: table-cell;
            width: 55%;
        }
            .need-help > .help-context > .help-body {
                width: 100%;
                background-color: #fff;
                padding: 30px 100px 30px 30px;
            }
                .need-help > .help-context > .help-body > .title {
                    color: #feb52b;
                    font-size: 90px;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-weight: 700;
                    line-height:80px;
                }
                .need-help > .help-context > .help-body > .sub-title {
                    color: #1b1b1b;
                    font-size: 30px;
                    line-height: 30px;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-weight: 700;
                }
                .need-help > .help-context > .help-body > .details {
                    font-size: 15px;
                    font-family: 'Roboto Condensed', sans-serif;
                    text-transform:uppercase;
                    width:250px;
                }
                .need-help > .help-context > .help-body > .free-consultation {
                    background-color: #00ace8;
                    color: #fff;
                    border: none;
                    font-size: 25px;
                    padding: 5px 15px;
                    font-family: 'Roboto Condensed', sans-serif;
                    font-weight: 700;
                    float: right;
                    margin-top: 20px;
                    outline: none;
                    text-decoration:none;
                }
                .need-help > .help-context > .help-body > .free-consultation:hover {
                    background-color: #008dbe;
                }

    .need-help > .review-context {
        display: table-cell;
        width: 45%;
        position: relative;
    }
        .need-help > .review-context > .review-body {
            position: absolute;
            top: 80px;
            bottom: -50px;
            left: -70px;
            right: 0px;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
            background-image: url('/Images/home-car-review-cover.jpeg');
        }
            .need-help > .review-context > .review-body > .layer {
                width:100%;
                height:100%;
                background-color:rgba(255, 0, 0, 0.57);
                padding:80px;
            }
                .need-help > .review-context > .review-body > .layer > .title {
                    color: #fff;
                    font-size: 28px;
                    text-align: center;
                    font-weight: 700;
                    font-family: 'Roboto Condensed', sans-serif;
                }


                .need-help > .review-context > .review-body > .layer > .btn-context {
                    width: 170px;
                    height: 170px;
                    margin-left: auto;
                    margin-right: auto;
                    position: relative;
                    text-align: center;
                    cursor: pointer;
                }

                    .need-help > .review-context > .review-body > .layer > .btn-context > .btn-play {
                        color: #f00;
                        width: 90px;
                        height: 90px;
                        border-radius: 50%;
                        position: absolute;
                        top: 40px;
                        left: 40px;
                        border: 10px solid rgba(255, 255, 255, 0.50);
                    }

                        .need-help > .review-context > .review-body > .layer > .btn-context > .btn-play > i {
                            font-size: 30px;
                            background-color: #fff;
                            padding: 20px;
                            padding-left: 25px;
                            border-radius: 50%;
                            width: 100%;
                            height: 100%;
                        }

                    .need-help > .review-context > .review-body > .layer > .btn-context > .btn-anim {
                        width: 0px;
                        height: 0px;
                        top: 85px;
                        left: 85px;
                        position: absolute;
                        border-radius: 50%;
                        background-color: rgb(255, 255, 255);
                        animation: btn-anim 2000ms linear infinite;
                    }

@keyframes btn-anim {
    0% {
        width: 0px;
        height: 0px;
        top: 85px;
        left: 85px;
    }

    100% {
        width: 170px;
        height: 170px;
        top: 0px;
        left: 0px;
        background-color: rgba(255, 255, 255, 0);
    }
}

.product {
    padding: 50px 10px;
    clear: both;
    text-align: center;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
    .product > .header {
        font-size: 60px;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        color: #262626;
    }
        .product > .header > span {
            font-weight: 700;
            color: #00407e;
        }
    .product > .item {
        width: 25%;
        position: relative;
        float: left;
        padding: 10px;
    }
        .product > .item > .item-context {
            width: 100%;
            background-color: #fff;
            box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.05);
            padding: 0px;
        }
            .product > .item > .item-context > .image-context {
                height: 150px;
                width: 100%;
                overflow: hidden;
            }

                .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;
                }

            .product > .item > .item-context:hover .image-context > .image {
                transform: scale(1.1);
                transition: all 1s;
            }

            .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;
            }
                .product > .item > .item-context > .image-context > .image > .sold > img {
                    width: 100px;
                    object-fit: cover;
                }
            .product > .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 > .item > .item-context > .details {
                height: 110px;
                text-align: left;
                color: #75777a;
                font-size: 12px;
                padding: 10px;
                font-weight: 400;
                font-family: 'Roboto',sans-serif;
            }
                .product > .item > .item-context > .details > .product-name {
                    font-size: 14px;
                    font-weight: bold;
                    color: #414246;
                }
            .product > .item > .item-context > .fuel-type {
                height: 70px;
                border-top: 1px solid #ccc;
                border-bottom: 1px solid #ccc;
                color:#929292;
                overflow:hidden;
            }
            .product > .item > .item-context > .fuel-type > .icon {
                position:relative;
                float:left;
                width:25%;
                padding:5px;
                font-size:11px;
                overflow:hidden;
            }
            .product > .item > .item-context > .fuel-type > .icon > img {
                height:25px;
                margin-bottom:7px;
            }

            .product > .item > .item-context > .price {
                font-size: 20px;
                text-align: left;
                font-weight: bold;
                padding: 10px;
                color: #75777a;
                font-family: 'Roboto',sans-serif;
            }

            .product > .item > .item-context > .btn-details {
                background-color: #00ace8;
                color: #fff;
                border: none;
                font-size: 16px;
                padding: 5px 15px;
                font-family: 'Roboto', sans-serif;
                outline: none;
                width: 100%;
                border-left: 10px solid #fff;
                border-right: 10px solid #fff;
            }

                .product > .item > .item-context > .btn-details:hover {
                    background-color: #008dbe;
                }


            .product > .item > .item-context > .btn-review {
                background-color: #eb0000;
                color: #fff;
                border: none;
                font-size: 16px;
                padding: 5px 15px;
                font-family: 'Roboto', sans-serif;
                outline: none;
                width: 100%;
                border-left: 10px solid #fff;
                border-right: 10px solid #fff;
            }

                .product > .item > .item-context > .btn-review:hover {
                    background-color: #d10303;
                }


    .product > .btn-view-all {
        border: none;
        background-color: #f7c809;
        color: #000;
        padding: 10px 15px;
        font-family: 'Roboto Condensed',sans-serif;
        font-weight:bold;
        border-radius: 5px;
        text-decoration: none;
        outline: none;
    }
        .product > .btn-view-all:hover {
            background-color: #fb5133;
            color: #fff;
        }




.auction-sheet {
    width: 100%;
    overflow: hidden;
    background-color: #26232c;
    background: linear-gradient(to right,#000000,#1e4556);
    display: table;
    padding:70px 50px;
}
    .auction-sheet > .img-context {
        width: 50%;
        display: table-cell;
        text-align:center;
        position:relative;
    }
        .auction-sheet > .img-context > img {
            height: 400px;
            position: relative;
            z-index: 100;
        }

        .auction-sheet > .img-context > .flash-context {
            width: 400px;
            height: 400px;
            position: absolute;
            left: -70px;
            top: -50px;
        }

        .auction-sheet > .img-context > .flash-context > .animation {
            width: 400px;
            height: 400px;
            top: 0px;
            left: 0px;
            position: absolute;
            border-radius: 50%;
            background-image: radial-gradient(#11c55a, rgba(0, 0, 0, 0.00), rgba(0, 0, 0, 0.1));
            animation: auction-flash 2000ms linear infinite;
            margin-left: 50%;
        }

@keyframes auction-flash {
    0% {
        opacity:0.5;
    }

    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}
    .auction-sheet > .text-context {
        width: 50%;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
        .auction-sheet > .text-context > .title {
            font-size: 70px;
            line-height: 70px;
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: bold;
            background: linear-gradient(#24f22e, #05da7e);
            background: -webkit-linear-gradient( #24f22e, #05da7e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .auction-sheet > .text-context > .sub-title {
            font-size: 51px;
            line-height:51px;
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: bold;
            color: #fff;
            text-align: center;
            padding-bottom:30px;
        }
        .auction-sheet > .text-context > .btn-verify {
            font-size: 20px;
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: bold;
            background-color: #00ace8;
            color: #fff;
            text-align: center;
            padding:10px 30px;
        }

.happy-delivery {
    padding: 50px;
    padding-left: 0px;
    display: flex;
    width: 100%;
    margin-bottom: 100px;
}
    .happy-delivery > .image-context {
        flex: 1;
        width: 50%;
        position: relative;
    }
        .happy-delivery > .image-context > img {
            position:relative;
            top:30px;
            right:-50px;
            box-shadow:0px 0px 7px rgba(0, 0, 0, 0.13);
        }

    .happy-delivery > .delivery-count {
        flex: 1;
        width: 50%;
        background-color: #fff;
    }
        .happy-delivery > .delivery-count > .count-body {
            padding: 50px;
            text-align: right;
        }
            .happy-delivery > .delivery-count > .count-body > .count {
                font-size: 150px;
                color: #feb52b;
                font-family: Impact,sans-serif;
                line-height: 150px;
            }
            .happy-delivery > .delivery-count > .count-body > .title {
                font-size: 35px;
                color: #1a1a1a;
                font-family: 'Roboto Condensed',sans-serif;
                font-weight: bold;
            }
            .happy-delivery > .delivery-count > .count-body > .btn-all {
                background-color: #00ace8;
                color: #fff;
                border: none;
                font-size: 25px;
                padding: 5px 15px;
                font-family: 'Roboto Condensed', sans-serif;
                font-weight: 700;
                float: right;
                margin-top: 20px;
                outline: none;
            }

                .happy-delivery > .delivery-count > .count-body > .btn-all:hover {
                    background-color: #008dbe;
                }

.delivery-popup {
    font-size:20px;
}
.delivery-popup > .popup-body {
    background-color: #ff0000;
    position: relative;
    padding-right: 50px;
    padding-top: 20px;
    margin-bottom:20px;
}
    .delivery-popup > .popup-body > .img-context {
        box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.50);
        z-index: 1;
        position: relative;
    }
        .delivery-popup > .popup-body > .img-context > img {
            width: 100%;
        }
    .delivery-popup > .popup-body > .left-border {
        position: absolute;
        height: 20px;
        width: 50px;
        background-color: #fff;
        top: 0;
        left: 0px;
    }
    .delivery-popup > .popup-body > .right-border {
        position: absolute;
        height: 20px;
        width: 50px;
        background-color: #fff;
        bottom: 0;
        right: 0px;
    }
.delivery-popup > .product-name {
    color:#00ace8;
    text-transform:uppercase;
}
    .delivery-popup > .customer-name {
        font-size: 20px;
    }
    .delivery-popup > .date {
        font-size: 16px;
    }

.car-accessories {
    width: 100%;
    overflow: hidden;
    background-color: #26232c;
    background-image: linear-gradient(to bottom left, #1c2c68, #1c2c68, #155463);
    display: table;
    padding: 50px;
}

    .car-accessories > .text-context {
        width: 60%;
        display: table-cell;
        text-align: center;
        position: relative;
        height:400px;
        vertical-align:middle;
    }
        .car-accessories > .text-context > .title {
            font-size: 110px;
            line-height: 110px;
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: bold;
            background: linear-gradient(#24f22e, #05da7e);
            background: -webkit-linear-gradient( #24f22e, #05da7e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .car-accessories > .text-context > .sub-title {
            font-size: 51px;
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: bold;
            color: #fff;
            line-height: 50px;
        }
    .car-accessories > .button-context {
        width: 40%;
        display: table-cell;
        text-align: center;
        position: relative;
        vertical-align: middle;
    }
    .car-accessories > .button-context > img {
        position:absolute;
        top:100px;
        left:0px;
        height:200px;

    }
        .car-accessories > .button-context > .btn-shop-now {
            font-size: 30px;
            font-family: 'Roboto Condensed',sans-serif;
            font-weight: bold;
            background-color: #00ace8;
            color: #fff;
            text-align: center;
            padding: 15px;
            width: 200px;
            margin-left: auto;
            margin-right: auto;
            display: block;
            z-index: 1;
            position: relative;
        }
            .car-accessories > .button-context > .btn-shop-now:hover {
                background-color: #00ace8;
                background-image: radial-gradient(#0e8bb6,#00ace8 );
            }

.specialty {
    clear: both;
    padding-top:50px;
}
    .specialty > .title {
        font-size: 55px;
        line-height:60px;
        font-weight:300;
        color: #00ace6;
        font-family: 'Roboto Condensed',sans-serif;
        text-align: center;
    }
    .specialty > .details {
        font-size: 16px;
        color: #3a3a3a;
        font-family: 'Roboto',sans-serif;
        text-align: center;
        padding:0px 10px;
    }
        .specialty > .details > div {
            border-bottom: 3px solid #09a1f7;
            width:60px;
            margin-left:auto;
            margin-right:auto;
            padding-top:10px;
        }

    .specialty > .item-body {
        padding: 50px 100px;
        text-align: center;
    }

        .specialty > .item-body > .item {
            width: 33.33%;
            position: relative;
            float: left;
            padding:50px 10px;
            font-size: 10px;
            border-right: 1px solid #ebebeb;
            height:180px;
        }
        .specialty > .item-body > .item > i {
            position: absolute;
            right: 35%;
            top: 10px;
            height: 40px;
            width: 40px;
            background-color: #f7c809;
            border-radius: 50%;
            color: #fff;
            padding-top: 8px;
            font-size: 22px;
        }

        .specialty > .item-body > .item > img {
            height: 50px;
            padding-bottom: 10px;
            margin-bottom: 20px;
            border-bottom: 3px solid #f7c809;
        }

        .specialty > .item-body > .item > .header {
            font-size: 18px;
            font-family: 'Roboto Condensed',sans-serif;
            text-transform: uppercase;
            color: #353535;
        }

@media (max-width:1200px) {
    .bannar-slide {
        height: 600px;
    }
   
    .bannar-slide > .text-context > .title {
        font-size: 100px;
        line-height: 105px;
    }
        .bannar-slide > .img-context {
            padding-right: 70px;
        }
}
@media (max-width:1100px) {
    .bannar-slide {
        height: 550px;
    }

            .bannar-slide > .text-context > .title {
                font-size: 90px;
                line-height: 95px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 22px;
            }
        .bannar-slide > .img-context {
            padding-right:70px;
        }

    .auction-sheet {
        padding: 50px 30px;
    }
        .auction-sheet > .img-context > img {
            height: 300px;
        }
        .auction-sheet > .text-context > .title {
            font-size: 60px;
            line-height: 60px;
        }

        .auction-sheet > .text-context > .sub-title {
            font-size: 44px;
            line-height: 44px;
            padding-bottom: 30px;
        }

        .auction-sheet > .text-context > .btn-verify {
            font-size: 20px;
            padding: 10px 30px;
        }


    .happy-delivery {
        padding: 50px;
        padding-left: 0px;
        margin-bottom: 100px;
    }


                .happy-delivery > .delivery-count > .count-body > .count {
                    font-size: 100px;
                    line-height: 100px;
                }

                .happy-delivery > .delivery-count > .count-body > .title {
                    font-size: 30px;
                }

}

@media (max-width:991px) {
    .bannar-slide {
        height: 500px;
    }
        .bannar-slide > .text-context {
            padding-left: 80px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 80px;
                line-height: 85px;
            }
        .bannar-slide > .img-context {
            padding-right: 50px;
        }


    .product > .item {
        width: 33.33%;
    }

    .need-help {
        padding: 30px;
    }

            .need-help > .help-context > .help-body {
                padding: 30px 60px 30px 30px;
            }

                .need-help > .help-context > .help-body > .title {
                    font-size: 75px;
                    line-height: 65px;
                }

                .need-help > .help-context > .help-body > .sub-title {
                    font-size: 28px;
                    line-height: 30px;
                }

                .need-help > .help-context > .help-body > .details {
                    font-size: 14px;
                    width: 100%;
                }

                .need-help > .help-context > .help-body > .free-consultation {
                    font-size: 20px;
                }

            .need-help > .review-context > .review-body {
                top: 50px;
                bottom: -50px;
                left: -50px;
            }

    .auction-sheet {
        padding: 30px;
    }

        .auction-sheet > .img-context > img {
            height: 250px;
        }

        .auction-sheet > .text-context > .title {
            font-size: 50px;
            line-height: 50px;
        }

        .auction-sheet > .text-context > .sub-title {
            font-size: 36px;
            line-height: 36px;
        }

        .auction-sheet > .text-context > .btn-verify {
            font-size: 18px;
            padding: 8px 30px;
        }

    .happy-delivery {
        padding:50px 30px;
        margin-bottom: 50px;
        padding-left: 0px;
    }

        .happy-delivery > .image-context > img {
            top: 20px;
            right: -30px;
        }

        .happy-delivery > .delivery-count > .count-body {
            padding: 30px;
        }

        .happy-delivery > .delivery-count > .count-body > .count {
            font-size: 100px;
            line-height: 100px;
        }

        .happy-delivery > .delivery-count > .count-body > .title {
            font-size: 30px;
        }

        .happy-delivery > .delivery-count > .count-body > .btn-all {
            font-size: 20px;
            margin-top: 10px;
        }

    .car-accessories {
        padding: 50px;
    }

        .car-accessories > .text-context {
            height: 300px;
        }

            .car-accessories > .text-context > .title {
                font-size: 80px;
                line-height: 80px;
            }

            .car-accessories > .text-context > .sub-title {
                font-size: 37px;
                line-height: 37px;
            }

            .car-accessories > .button-context > img {
                top: 70px;
                height: 150px;
            }

            .car-accessories > .button-context > .btn-shop-now {
                font-size: 25px;
                padding:10px 15px;
                width: 180px;
                float:right;
            }

    .specialty > .title {
        font-size: 45px;
        line-height: 50px;
    }

        .specialty > .item-body {
            padding: 30px 50px;
        }
}

@media (max-width:900px) {
    .bannar-slide {
        height: 450px;
    }

        .bannar-slide > .text-context {
            padding-left: 70px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 75px;
                line-height: 80px;
            }

        .bannar-slide > .img-context {
            padding-right: 30px;
        }
}

@media (max-width:767px) {
    .bannar-slide {
        height: 400px;
    }

        .bannar-slide > .text-context {
            padding-left: 50px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 65px;
                line-height: 75px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 18px;
            }

        .bannar-slide > .img-context {
            padding-right: 20px;
        }


    .need-help {
        padding: 20px;
    }

        .need-help > .help-context > .help-body {
            padding: 30px 40px 30px 30px;
        }

            .need-help > .help-context > .help-body > .title {
                font-size: 60px;
                line-height: 55px;
            }

            .need-help > .help-context > .help-body > .sub-title {
                font-size: 22px;
                line-height: 25px;
            }

            .need-help > .help-context > .help-body > .free-consultation {
                font-size: 18px;
            }

        .need-help > .review-context > .review-body {
            top: 30px;
            bottom: -30px;
            left: -30px;
        }

            .need-help > .review-context > .review-body > .layer {
                width: 100%;
                height: 100%;
                background-color: rgba(255, 0, 0, 0.57);
                padding: 60px;
            }

                .need-help > .review-context > .review-body > .layer > .title {
                    font-size: 25px;
                }

                .need-help > .review-context > .review-body > .layer > .btn-context > .btn-play {
                    width: 80px;
                    height: 80px;
                    top: 45px;
                    left: 45px;
                }

                    .need-help > .review-context > .review-body > .layer > .btn-context > .btn-play > i {
                        font-size: 25px;
                        padding: 18px;
                        padding-left: 20px;
                    }


    .product > .header {
        font-size: 40px;
    }

    .product > .item {
        padding: 5px;
    }

        .product > .item > .item-context {
            padding: 5px;
            padding-bottom:0px;
        }

            .product > .item > .item-context > .details {
                height: 90px;
                padding:5px 0px;
            }

                .product > .item > .item-context > .details > .product-name {
                    font-size: 13px;
                }

            .product > .item > .item-context > .price {
                font-size: 18px;
                padding: 5px 0px;
            }

            .product > .item > .item-context > .btn-details {
                font-size: 18px;
                padding: 5px 10px;
                border-left: 0px solid #fff;
                border-right: 0px solid #fff;
            }

    .product > .btn-view-all {
        padding: 5px 15px;
    }

    .auction-sheet {
        padding:20px 10px;
    }

        .auction-sheet > .img-context > img {
            height: 200px;
        }

        .auction-sheet > .text-context > .title {
            font-size: 40px;
            line-height: 40px;
        }

        .auction-sheet > .text-context > .sub-title {
            font-size: 29px;
            line-height: 29px;
            padding-bottom:20px;
        }

        .auction-sheet > .text-context > .btn-verify {
            font-size: 16px;
            padding: 6px 20px;
        }


    .happy-delivery {
        padding: 30px;
        padding-top: 50px;
        padding-left: 0px;
    }


        .happy-delivery > .delivery-count > .count-body {
            padding: 30px;
        }

        .happy-delivery > .delivery-count > .count-body > .count {
            font-size: 70px;
            line-height: 70px;
        }

        .happy-delivery > .delivery-count > .count-body > .title {
            font-size: 25px;
            line-height:25px;
        }

            .happy-delivery > .delivery-count > .count-body > .btn-all {
                font-size: 16px;
                padding: 2px 10px;
                margin-top: 10px;
            }

    .specialty > .title {
        font-size: 35px;
        line-height: 40px;
    }
    .specialty > .details {
        font-size: 14px;
    }
    .specialty > .item-body {
        padding: 10px;
    }

        .specialty > .item-body > .item {
            height: 150px;
        }
            .specialty > .item-body > .item > i {
                right: 25%;
                height: 35px;
                width: 35px;
                padding-top: 8px;
                font-size: 18px;
            }

            .specialty > .item-body > .item > img {
                height: 40px;
            }

            .specialty > .item-body > .item > .header {
                font-size: 16px;
            }

    .car-accessories {
        padding: 30px;
    }

        .car-accessories > .text-context {
            height: 250px;
        }

            .car-accessories > .text-context > .title {
                font-size: 70px;
                line-height: 70px;
            }

            .car-accessories > .text-context > .sub-title {
                font-size: 33px;
                line-height: 33px;
            }

        .car-accessories > .button-context > img {
            top: 70px;
            height: 120px;
        }

        .car-accessories > .button-context > .btn-shop-now {
            font-size: 20px;
            padding:7px 15px;
            width: 150px;
        }
}

@media (max-width:600px) {
    .bannar-slide {
        height: 350px;
    }

        .bannar-slide > .text-context {
            padding-left: 30px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 55px;
                line-height: 60px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 16px;
            }

        .bannar-slide > .img-context {
            padding-right: 0px;
            padding-bottom: 20px;
        }


    .need-help {
        padding: 10px;
        padding-bottom: 30px;
    }

        .need-help > .help-context > .help-body {
            padding: 10px 30px 10px 10px;
        }

            .need-help > .help-context > .help-body > .title {
                font-size: 45px;
                line-height: 40px;
            }

            .need-help > .help-context > .help-body > .sub-title {
                font-size: 18px;
                line-height: 20px;
            }
            .need-help > .help-context > .help-body > .details {
                font-size: 13px;
            }

            .need-help > .help-context > .help-body > .free-consultation {
                font-size: 16px;
            }

        .need-help > .review-context > .review-body {
            top: 20px;
            bottom: -20px;
            left: -20px;
        }

            .need-help > .review-context > .review-body > .layer {
                width: 100%;
                height: 100%;
                background-color: rgba(255, 0, 0, 0.57);
                padding: 30px;
            }

                .need-help > .review-context > .review-body > .layer > .title {
                    font-size: 25px;
                }

                .need-help > .review-context > .review-body > .layer > .btn-context {
                    width: 150px;
                    height: 150px;
                }

                    .need-help > .review-context > .review-body > .layer > .btn-context > .btn-play {
                        width: 75px;
                        height: 75px;
                        top: 38px;
                        left: 38px;
                    }

                    .need-help > .review-context > .review-body > .layer > .btn-context > .btn-play > i {
                        font-size: 25px;
                        padding: 15px;
                        padding-left: 18px;
                    }

    @keyframes btn-anim {
        0% {
            width: 0px;
            height: 0px;
            top: 75px;
            left: 75px;
        }

        100% {
            width: 150px;
            height: 150px;
            top: 0px;
            left: 0px;
            background-color: rgba(255, 255, 255, 0);
        }
    }
        .product {
            padding:0px;
        }
        .product > .header {
            font-size:30px;
        }
        
        .product > .item{
            padding:2px;
            width:50%;
        }

            .product > .item > .item-context > .btn-details {
                font-size: 16px;
            }

    .auction-sheet {
        padding: 20px 10px;
    }

        .auction-sheet > .img-context > img {
            height: 150px;
        }

        .auction-sheet > .text-context > .title {
            font-size: 29px;
            line-height: 29px;
        }

        .auction-sheet > .text-context > .sub-title {
            font-size: 21px;
            line-height: 21px;
            padding-bottom: 20px;
        }

        .auction-sheet > .text-context > .btn-verify {
            font-size: 16px;
            padding: 6px 20px;
        }

    .happy-delivery {
        padding: 0px;
        padding-top: 30px;
        padding-left: 0px;
    }

        .happy-delivery > .image-context > img {
            top: 10px;
            right: -10px;
        }

        .happy-delivery > .delivery-count > .count-body {
            padding: 20px;
        }

            .happy-delivery > .delivery-count > .count-body > .count {
                font-size: 60px;
                line-height: 60px;
            }

            .happy-delivery > .delivery-count > .count-body > .title {
                font-size: 20px;
                line-height: 20px;
            }

            .happy-delivery > .delivery-count > .count-body > .btn-all {
                font-size: 14px;
                padding:2px 10px;
                margin-top:10px;
            }

    .specialty > .title {
        font-size: 25px;
        line-height: 30px;
    }

    .specialty > .details {
        font-size: 12px;
    }

        .specialty > .item-body > .item > i {
            right: 25%;
            top:20px;
            height: 30px;
            width: 30px;
            padding-top: 6px;
            font-size: 16px;
        }

        .specialty > .item-body > .item > img {
            height: 40px;
        }

        .specialty > .item-body > .item > .header {
            font-size: 14px;
        }

    .car-accessories {
        padding: 20px;
    }

        .car-accessories > .text-context {
            height: 200px;
        }

            .car-accessories > .text-context > .title {
                font-size: 60px;
                line-height: 60px;
            }

            .car-accessories > .text-context > .sub-title {
                font-size: 28px;
                line-height: 30px;
            }

        .car-accessories > .button-context > img {
            top: 50px;
            height: 100px;
        }

        .car-accessories > .button-context > .btn-shop-now {
            font-size: 17px;
            padding: 5px 10px;
            width: 130px;
        }
}


@media (max-width:500px) {
    .bannar-slide {
        height: 300px;
    }

        .bannar-slide > .text-context {
            padding-left: 20px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 45px;
                line-height: 50px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 16px;
            }


    .need-help {
        display: block;
        padding-bottom: 30px;
    }

        .need-help > .help-context {
            display: block;
            width: 100%;
            border-left: 20px solid #ebebeb;
        }
            .need-help > .help-context > .help-body {
                padding: 10px 10px 30px 10px;
            }

                .need-help > .help-context > .help-body > .title {
                    font-size: 35px;
                    line-height: 30px;
                }

        .need-help > .review-context {
            display: block;
            width: 100%;
        }
            .need-help > .review-context {
                height: 190px;
            }
                .need-help > .review-context > .review-body {
                    top: -20px;
                    right: 20px;
                    left: 0px;
                    bottom: 0px;
                }
                    .need-help > .review-context > .review-body > .layer > .title {
                        height: 10px;
                    }

    .product > .header {
        font-size: 25px;
    }
    .product > .item > .item-context > .image-context {
        height: 120px;
    }
    .product > .item > .item-context > .price {
        border-top: 1px solid #ccc;
        font-size: 14px;
    }

    .product > .item > .item-context > .fuel-type {
        display: none;
    }
        /*.product > .item > .item-context > .fuel-type > .icon > img {
            height: 20px;
            margin-bottom: 7px;
        }*/
    .product > .item > .item-context > .btn-details {
        font-size: 15px;
    }

    .happy-delivery {
        display: block;
        margin-bottom:0px;
    }
        .happy-delivery > .image-context {
            flex: unset;
            width: 100%;
        }

        .happy-delivery > .delivery-count {
            width: 100%;
            flex:unset;
            clear:both;
        }
        .happy-delivery > .image-context > img {
            left: 0px;
            right: 0px;
        }

            .happy-delivery > .delivery-count > .count-body {
                padding: 30px 20px;
                text-align: center;
            }

            .happy-delivery > .delivery-count > .count-body > .count {
                font-size: 80px;
                line-height:80px;
            }

            .happy-delivery > .delivery-count > .count-body > .title {
                font-size: 35px;
                line-height: 35px;
                padding-bottom:10px;
            }
                .happy-delivery > .delivery-count > .count-body > .btn-all {
                    font-size: 25px;
                    float:unset;
                    padding:5px 15px;
                }

    .delivery-popup > .popup-body {
        padding-right: 20px;
    }

        .delivery-popup > .popup-body > .left-border {
            width: 20px;
        }

        .delivery-popup > .popup-body > .right-border {
            width: 20px;
        }

    .delivery-popup > .product-name {
        font-size: 16px;
    }

    .delivery-popup > .customer-name {
        font-size: 16px;
    }

    .delivery-popup > .date {
        font-size: 14px;
    }
    .specialty > .title {
        font-size: 25px;
        line-height: 25px;
    }
    .specialty > .item-body {
        padding:0px;
        padding-bottom:10px;
    }
    .specialty > .item-body > .item {
        height: 80px;
        padding:10px;
    }

    .specialty > .item-body > .item > i {
        height: 25px;
        width: 25px;
        padding-top: 5px;
        font-size: 14px;
        position:unset;
    }
    .specialty > .item-body > .item > img {
        height: 35px;
        margin-bottom: 10px;
        display:none;
    }

    .specialty > .item-body > .item > .header {
        font-size: 12px;
        padding-top:5px;
    }
}
@media (max-width:450px) {
    .bannar-slide {
        height: 250px;
    }

        .bannar-slide > .text-context {
            padding-left: 10px;
        }

            .bannar-slide > .text-context > .title {
                font-size: 35px;
                line-height: 40px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 15px;
            }

    .auction-sheet {
        padding: 20px 10px;
    }

        .auction-sheet > .img-context > img {
            height: 130px;
        }

        .auction-sheet > .text-context > .title {
            font-size: 25px;
            line-height: 25px;
        }

        .auction-sheet > .text-context > .sub-title {
            font-size: 18px;
            line-height: 18px;
            padding-bottom: 10px;
        }

        .auction-sheet > .text-context > .btn-verify {
            font-size: 14px;
            padding: 3px 15px;
        }

    .car-accessories {
        padding: 10px;
    }

        .car-accessories > .text-context {
            height: 180px;
        }

            .car-accessories > .text-context > .title {
                font-size: 50px;
                line-height: 50px;
            }

            .car-accessories > .text-context > .sub-title {
                font-size: 23px;
                line-height: 23px;
            }

        .car-accessories > .button-context > img {
            top: 50px;
            height: 80px;
        }

        .car-accessories > .button-context > .btn-shop-now {
            font-size: 17px;
            padding: 5px 10px;
            width: 130px;
        }
}

@media (max-width:400px) {
    .bannar-slide {
        height: 230px;
    }

            .bannar-slide > .text-context > .title {
                font-size: 30px;
                line-height: 35px;
            }

            .bannar-slide > .text-context > .sub-title {
                font-size: 14px;
            }

                .need-help > .help-context > .help-body > .title {
                    font-size: 30px;
                    line-height: 25px;
                }
    .need-help > .help-context > .help-body > .sub-title {
        font-size: 17px;
        line-height: 18px;
    }
    .need-help > .help-context > .help-body > .details {
        font-size: 12px;
    }
    .need-help > .help-context > .help-body > .free-consultation {
        font-size: 14px;
    }


    .product > .item > .item-context > .price {
        font-size: 16px;
        height:30px;
    }

        .happy-delivery > .delivery-count > .count-body > .count {
            font-size: 60px;
            line-height: 60px;
        }

        .happy-delivery > .delivery-count > .count-body > .title {
            font-size: 25px;
            line-height: 25px;
        }

        .happy-delivery > .delivery-count > .count-body > .btn-all {
            font-size: 16px;
        }
}
@media (max-width:350px){

    .auction-sheet {
        padding: 20px 10px;
    }

        .auction-sheet > .img-context {
           width:45%;
        }

        .auction-sheet > .img-context > img {
            height: 130px;
        }

        .auction-sheet > .text-context {
            width: 55%;
        }
        .auction-sheet > .text-context > .title {
            font-size: 21px;
            line-height: 21px;
        }

        .auction-sheet > .text-context > .sub-title {
            font-size: 15px;
            line-height: 15px;
            padding-bottom: 10px;
        }

        .auction-sheet > .text-context > .btn-verify {
            font-size: 14px;
            padding: 3px 15px;
        }

        .car-accessories > .text-context {
            height: 150px;
        }

            .car-accessories > .text-context > .title {
                font-size: 40px;
                line-height: 40px;
            }

            .car-accessories > .text-context > .sub-title {
                font-size: 18px;
                line-height: 18px;
            }

        .car-accessories > .button-context > img {
            top: 0px;
            left:0px;
            height: 80px;
        }

        .car-accessories > .button-context > .btn-shop-now {
            font-size: 16px;
            padding: 3px 10px;
            width: unset;
        }
}


.draw {
    overflow: hidden;
    position: relative;
}

    .draw:hover::before, .draw:hover::after {
        content: '';
        box-sizing: border-box;
        position: absolute;
        border: 2px solid transparent;
        width: 0;
        height: 0;
    }

    .draw:hover::before {
        top: 0;
        left: 0;
        border-top-color: #ff0000;
        border-right-color: #ff0000;
        animation: border 2s linear;
    }

    .draw:hover::after {
        bottom: 0;
        right: 0;
        animation: border 2s 1s linear, borderColor 2s 1s linear;
    }

@keyframes border {
    0% {
        width: 0;
        height: 0;
    }

    25% {
        width: 100%;
        height: 0;
    }

    50% {
        width: 100%;
        height: 100%;
    }

    100% {
        width: 100%;
        height: 100%;
    }
}

@keyframes borderColor {
    0% {
        border-bottom-color: #ff0000;
        border-left-color: #ff0000;
    }

    50% {
        border-bottom-color: #ff0000;
        border-left-color: #ff0000;
    }

    51% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    100% {
        border-bottom-color: transparent;
        border-left-color: transparent;
    }
}
