/*
Theme Name: Autobid Child
Theme URI: https://autobid.modeltheme.com/
Template: autobid
Author: ModelTheme
Author URI: http://modeltheme.com/
Description: Car Auctions Marketplace WooCommerce Theme
Version: 1.4.0
Text Domain: autobid
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
*/
/* Theme customization starts here
------------------------------------------------------- */



/** ==============================================
**  =========== HEADER AND CART BUTTON ===========
**  ==============================================
*/

/* Vertical Alignment for Cart and Buttons */
.menu-inquiry {
    display: flex !important;
    align-items: center !important; /* Forces perfect vertical centering */
    gap: 15px;
    padding: 0 !important;
}

.menu-inquiry .shop_cart {
    display: flex;
    align-items: center;
}

/* Hide the "Register Now" button on Desktop if it's supposed to be mobile only */
@media (min-width: 1025px) {
    .only-mobile.menu-inquiry {
        display: none !important;
    }
}

/* If the theme is doubling the navbar, hide the second instance */
#navbar + #navbar {
    display: none !important;
}




/** ==============================================
**  ========= RECENT AUCTIONS THUMBNAILS =========
**  ==============================================
*/

/* Prevent the image from taking over the card */
.products-wrapper .woo_catalog_media_images img {
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    max-height: 220px;
}

/* Ensure the details container is visible */
.woocommerce-title-metas {
    display: block !important;
    visibility: visible !important;
    padding: 10px;
    background: #fff;
}