.car-search-item{}
    .car-search-item .checkout_page{
        background-color: #eee;
        padding: 10px;
    }

    .car-search-item .blog-checkbox {
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    
    .car-search-item .blog-checkbox label {
        cursor: pointer;
        display: flex;
        position: relative;
        overflow: hidden;
    }
    
    .car-search-item .blog-checkbox label input[type="checkbox"] {
        position: absolute;
        clip: rect(1px, 1px, 1px, 1px);
        clip-path: inset(50%);
    }
    
    .car-search-item .blog-checkbox label .icon-box {
        display: flex;
        padding: 8px 15px;
        flex-direction: column;
        align-items: center;
        background: #fff;
        border: solid #ddd 1px;
        color: #898989;
        font-size: 14px;
        font-weight: normal;
        transition: 0.5s;
        user-select: none;
        min-width: 122px;
    }
    
    .car-search-item .blog-checkbox label input[type="checkbox"]:checked ~ .icon-box {
        border: solid #17a5e9 1px;
        background: #17a5e9;
        color: #fff;
    }

    /* type */
    .car-search-item .blog-type .blog-checkbox {
        justify-content: center;
    }
    /* end type */

    /* brand */
    .car-search-item .blog-brand .blog-checkbox {
        justify-content: center;
        top: -15px;
        right: 10px;
    }

    .car-search-item .checkout_page .form-field .blog-brand input[type="checkbox"]{
        margin: 0;
    }

    .car-search-item .blog-brand .blog-checkbox label .icon-box {
        padding:0;
        margin: 2px;
        background:#eee;
        border: solid #eee 1px;
        min-width: 50px;
        border-radius: 10px;
    }

    .car-search-item .blog-brand .blog-checkbox label .icon-box img{
        width: 50px;
    }

    .car-search-item .blog-brand .blog-checkbox label input[type="checkbox"]:checked ~ .icon-box {
        border: solid #17a5e9 1px;
        background: #17a5e9;
    }
    /* end brand */

  /* -------------------------------------------- */

.car-video-list{}
    .car-video-list .blog_colum{
        border:1px solid #707070;
        font-size:12px;
        min-height: 298px;
    }

    .car-video-list .blog-title p{
        font-size:16px;
        margin-bottom: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }