/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 09 2025 | 03:34:41 */
/* Mantiene tu padding y borde existentes */
.yith-ywraq-list-widget-wrapper {
    padding-bottom: 20px !important;
}
.widget_ywraq_mini_list_quote .raq-info {
    border: 0px solid #ffffff !important;
}

/* Oculta el ícono original del cotizador */
.ywraq-quote-icon-icon_quote {
    display: none !important;
}

/* Muestra el SVG carrito outline antes del contador */
.raq-tip-counter::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
	margin-top: 15px;
    margin-right: 6px;
	background-image: url('https://www.simuladores.com/wp-content/uploads/2025/10/icono_cotizador.svg');
filter: brightness(0) saturate(100%) invert(16%) sepia(6%) saturate(0%) hue-rotate(0deg) brightness(92%) contrast(92%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	image-rendering: -webkit-optimize-contrast;
}