<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* default Cabaret #00A1F2 theme:
*/

/* main.css */
a:hover { color: #00A1F2; }

button, input[type=button], .button, .links-to-buttons a
{
    background-color: #00A1F2;
}

input:required, textarea:required, select:required {
    border-color: #00A1F2;
}

button.t2:hover, input[type=button].t2:hover, .button.t2:hover, .links-to-buttons.t2:hover a  {
	background-color: #00A1F2;
}

.c2, .c2 a { color: #00A1F2 !important; }

.title-link a:hover {
	color: #00A1F2;
}

#quick_search input.input-text:hover {
    border-color: #00A1F2;
}

#quick_search_submit:hover {
    color: #00A1F2;
}

.shop_quick_cart a:hover {
    color: #00A1F2;
}

a.shop_quick_cart_qty:hover {
    background-color: #00A1F2;
}

.subcats-images .item h3 a {
    color: #00A1F2;
}

.social-nets-wrapper .social li a:hover {
	border-color: #00A1F2; 
	color: #00A1F2; 
}

/* shop.css */
.price {
	color: #00A1F2;
}

ul#eshop_categories_tree a.link.active {
    font-weight: 400;
	color: #00A1F2;
}

td.shop_form_label_required {
    color: #00A1F2;
}

div.shop_catalog_item h2 a:hover {
    color: #00A1F2;
}

button.cart:hover {
	background-color: #00A1F2;
}

div.shop_toolbar .pagination a:hover {
    border-color: #00A1F2;
}

div.shop_toolbar select.shop_order_by:hover {
    border: 1px solid #00A1F2;
}

ul.subcat li a:hover {
	background-color: #00A1F2;
}

/* ui.totop.css */

#toTop {
    background-color: #00A1F2;
}</pre></body></html>