/*
 Theme Name:   Carz Child Theme
 Theme URI:    https://carz.ancorathemes.com/
 Description:  Carz Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     carz
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  carz
*/


/* =Theme customization starts here
------------------------------------------------------------ */

/* Ajustes para el botón "Añadir a la cotización" */
.yith-ywraq-add-to-quote {
    margin-top: 0px !important;
    padding-left: 10px;
}

/* 1) Fijar el ancho de la columna de la miniatura */
table#yith-ywrq-table-list td.product-thumbnail {
    width: 90px !important;
}

/* 2) Asegurar que el enlace contenedor tenga el mismo frame */
table#yith-ywrq-table-list td.product-thumbnail a {
    display: block;
    width: 80px;
    height: 80px;
}

/* 3) Forzar tamaño de la imagen y anular reglas globales */
table#yith-ywrq-table-list td.product-thumbnail img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 80px !important;
    height: 80px !important;
    max-width: none !important; /* anula .woocommerce img {max-width:100%} */
    object-fit: cover;           /* recorte elegante, sin deformar */
    display: block;
}

/* 4) Ocultar precios en el quick view */

.woosq-popup .woocommerce div.product p.price {
    display: none !important;
}

.woosq-popup .woocommerce div.product .product_title {
    margin: 0 0 20px !important;
}

.woocommerce-mini-cart__total.total {
    display: none !important;
}
