/*
Theme Name: Drop-top Child 02
Theme URI: https://drop-top.themerex.net/
Template: drop-top
Author: ThemeREX
Author URI: https://themerex.net/
Description: Drop-top is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Tags: blog,e-commerce,portfolio,grid-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-logo,custom-menu,editor-style,featured-image-header,featured-images,flexible-header,footer-widgets,full-width-template,microformats,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,block-styles,wide-blocks
Version: 1.0.0.1758002602
Updated: 2025-09-16 06:03:22

*/

/* .vehicle-listing-blocks div.sc_cars_item_params,
.vehicle-listing-blocks .sc_cars_item_footer .sc_cars_item_address,
.vehicle-listing-blocks .sc_cars_item_footer .sc_cars_item_date
{
    display: none !important;
}*/


.vehicle-listing-blocks .sc_cars_item_button.sc_item_button {
    text-align: center;
    /* border-top: 1px dashed #ddd;
    padding-top: 20px; */
}

.vehicle-listing-blocks .sc_item_button a {
    padding: 10px 25px !important;
} 



/* .vehicle-listing-blocks .sc_cars_default .sc_cars_item .sc_cars_item_info .sc_cars_item_params {
    min-height: 114px;
    justify-content: center;
    align-items: center;
} */
.vehicle-listing-blocks .sc_cars_item .sc_cars_item_thumb img {
    height: 223px;
    width: 100%;
    object-fit: cover;
}

.vehicle-listing-blocks .sc_cars_default .sc_cars_item .sc_cars_item_thumb {
    width: 100%;
}

.no-record-div,
.sc_cars_item_info .sc_cars_item_option,
.sc_cars_item_info .sc_cars_item_compare,
.cars_search_form .cars_search_basic div.cars_search_show_advanced {
    display: none;
}

@media (max-width: 1199px){
    
    .vehicle-listing-blocks .sc_cars_item .sc_cars_item_thumb img {
        height: 180px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    
    .vehicle-listing-blocks .sc_cars_item .sc_cars_item_thumb img {
        height: 150px;
    }
}
.search_button_div{
    display: flex;
    gap: 10px;
    align-items: center;
}
.cars_search_basic{
    display: flex;
    gap: 10px;
}

.cars_search_button.trx_addons_icon-search{
    position: static;
}

.cars_search_form .cars_search_basic .cars_search_button,
.cars_search_form .cars_search_basic .cars_search_show_advanced{
    width: 60px !important;
    flex-shrink: 0;
    position: static;
}
.sc_form_field.sc_form_field_cars_type.sc_form_field_select.optional{
    width: calc(50% - 80px);
}

.cars_search_form .cars_search_basic .sc_form_field_cars_keyword {
    width: calc(50% - 15px);
}
.cars_search_form .cars_search_basic .sc_form_field_cars_keyword input{
    padding-right: 10px !important;
}
.search_button_div a{
    padding: 10px;
    border: 1px solid #104913;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 575px) {
    .cars_search_basic{
        flex-wrap: wrap;
    }
    .sc_form_field.sc_form_field_cars_type.sc_form_field_select.optional, .cars_search_form .cars_search_basic .sc_form_field_cars_keyword{
        width: calc(50% - 5px);
    }
}