.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 .blog-brand .blog-checkbox label input[type="checkbox"] {
    position: absolute;
    clip: unset;
    clip-path: unset;
  } */
  .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-item-list{}
    .car-item-list .blog_colum{
        border:1px solid #707070;
        font-size:14px;
    }
    .car-item-list .blog_feature_img {
        /* width: 300px;
        height: 300px; */
        overflow: hidden;
        margin: 0 auto;
    }

    .car-item-list .blog_feature_img img {
        width: 100%;
        transition: 0.5s all ease-in-out;
    }

    .car-item-list .blog_feature_img:hover img {
        transform: scale(1.2);
    }

    .car-item-list .blog-title p{
        font-size:16px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .car-item-list .price{
        font-size:14px;
        font-weight: bold;
    }

    .car-item-list .blog-icon a{
        padding: 4px;
    }

    .car-item-list .bg-icon{
        width: 30px;
        height: 30px;
        /* background-color: #e7e7e7;
        border-radius: 15px;
        box-shadow: 0px 0px 3px 0px #9b9898; */
    }

    /* .car-item-list .bg-icon i{
        font-size: 20px;
        color: #9b9898;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    } */

    .car-item-list .bg-icon img{
        width: 30px;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
