@media (min-width: 640px){}
@media (min-width: 768px){}
@media (min-width: 834px){}
@media (min-width: 900px){}
@media (min-width: 1080px){}
@media (min-width: 1152px){}
@media (min-width: 1280px){}
@media (min-width: 1366px){}
@media (min-width: 1440px){}
@media (min-width: 1600px){}
@media (min-width: 1920px){}
@media (min-width: 2280px){}
/* --------------------- */
@media (max-width: 2280px){}
@media (max-width: 1920px){}
@media (max-width: 1600px){}
@media (max-width: 1440px){}
@media (max-width: 1366px){}
@media (max-width: 1280px){}
@media (max-width: 1152px){

    .car-search-item .blog-checkbox label .icon-box {
        min-width: 200px;
    }

     /* type */
    .car-search-item form .grop-car-type{
        flex: 0 0 100%;
        max-width: 100% !important;
    }
    .car-search-item .blog-type .blog-checkbox {
        flex-wrap: nowrap !important;
    }
    /* end type */

    /* brand */
    .car-search-item form .grop-car-brand{
        flex: 0 0 100%;
        max-width: 100% !important;
    }

    .car-search-item .blog-brand .blog-checkbox {
        right: -110px;
        width: 80%;
    }

    .slick-prev {
        left: -35px !important;
    }
    /* end brand */

}
@media (max-width: 1080px){}
@media (max-width: 900px){

    /* brand */
     .car-search-item .blog-brand .blog-checkbox {
        right: -45px;
        width: 90%;
    }
    /* end brand */

    /* year */
    .car-search-item .blog-year .select-year-start{
        min-width: 213px !important;
    }
    .car-search-item .blog-year .text-to{
        position: absolute;
        left: 32px;
    }
    .car-search-item .blog-year .select-year-end{
        position: absolute;
        min-width: 213px !important;
        right: 17px;
    }
    /* end year */

    .car-item-list{}
    .car-item-list .blog_colum{
        font-size:12px;
    }

    .car-item-list .price{
        font-size:12px;
    }
}
@media (max-width: 834px){}
@media (max-width: 768px){

    /* brand */
    .car-search-item .blog-brand .blog-checkbox {
        right: -32px;
    }

    .slick-prev {
        left: -20px !important;
    }
    /* end brand */

     /* year */
     .car-search-item .blog-year .select-year-start{
        min-width: 0 !important;
    }
    .car-search-item .blog-year .text-to{
        position: unset;
        left: 0;
    }
    .car-search-item .blog-year .select-year-end{
        position: unset;
        min-width: 0 !important;
        right: 0;
    }
    /* end year */

    .car-item-list{}
    .car-item-list .blog_colum{
        font-size:14px;
    }

    .car-item-list .price{
        font-size:14px;
    }
    
}
@media (max-width: 640px){}
@media (max-width: 414px){

    .car-search-item .blog-checkbox label .icon-box {
		min-width: 160px !important;
	}

    /* type */
    .car-search-item .blog-type .blog-checkbox {
        flex-wrap: wrap !important;
    }
    /* end type */
    
    /* brand */
    .car-search-item .blog-brand .blog-checkbox {
        right: -22px;
    }
    /* end brand */

    .slick-prev {
        left: -20px !important;
    }
}
@media (max-width: 390px){}
@media (max-width: 375px){

    /* type */
    .car-search-item .blog-type .blog-checkbox label.mr-2{
        margin-right: 0 !important;
    }
    .car-search-item .blog-type .blog-checkbox label .icon-box {
		min-width: 325px !important;
	}
    /* end type */

    /* brand */
    .car-search-item .blog-brand .blog-checkbox {
        right: -15px;
    }
    /* end brand */

    .slick-prev {
        left: -11px !important;
    }
}
@media (max-width: 320px){}
/* --------------------- */
@media (orientation: landscape){}
/* --------------------- */
@media screen and (max-device-width: 767px) and (orientation: landscape){}
/* --------------------- */
@media screen and (max-device-width: 767px) and (orientation: portrait){}
/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){}
/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){}
/* Retina iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2){}
/* Retina iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2){}
/* iPad 1 & 2 Media Queries */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){}
/* iPad 1 & 2 in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){}
/* iPad 1 & 2 in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){}
/* iPad 1 & 2 in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){}
