<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Custom CSS goes here */

/* Colour overrides (DLC theme specific) */
body, blockquote, a:not(.data.switch), .alink, #product\.info\.description p, .message.success, .message.info, .message.error, .nav-toggle::before {
	color: black !important;
}

.header-shop-icons .action.showcart::before, .minicart-wrapper .action.showcart.active:before, .user-account .mgz-icon-element:before, .card-logos img {
	filter: grayscale(100%); /* makes icon appear black */
}

.products.wrapper.products-grid .product-items .product-item .special-price .price-container span, .product-item .price-box [data-price-type=finalPrice] .price, .product-item .price-box [data-price-type=basePrice] .price, .product-info-price .special-price .price-container span, .product-info-main .product-info-price .price-box .price-container .price, .table-comparison .price-container .price, .block-viewed-products-grid .regular-price .price {
	color: black !important;
}

.navigation .level0 &gt; .level-top {
	font-weight: 600;
}

@media (max-width: 1200px) {
	.nav-sections .navigation a.level-top {
		color: black !important;
	}
}
/* End colour overrides */

/* ZDRAVKO CUSTOM CSS 11.10.2022. */
button.action.primary, 
.checkout-onepage-success .action.primary,
.product.data.items&gt;.item.title.active&gt;.switch,
.modal-popup .modal-footer button,
.minicart-wrapper .action.showcart .counter.qty, 
.minicart-wrapper .action.showcart.active .counter.qty,
.mgz-element.xn8ai1c .mgz-link,
.action.update,
.action.update:hover,
.action.action-apply{
	background-color: #000 !important;
	color:#fff !important;
}

.step-title,
.title{
	color:#000 !Important;
}

.product.data.items&gt;.item.title:not(.disabled)&gt;.switch:hover,
.product.data.items&gt;.item.content,
#product\.info\.description,
.block.related .block-content,
.message.success, 
.message.info, 
.message.error,
.y8bytma-s,
.cart-summary{
    background-color: #f7f7f7 !important;
}

.message.success, 
.message.info, 
.message.error{
	border-color: #000 !important;
}

.message.success &gt;:first-child:before,
.message.info &gt; *:first-child:before,
.cart.table-wrapper .cart.item .price, 
.cart.table-wrapper .actions-toolbar&gt;.action-edit::before, 
.cart.table-wrapper .actions-toolbar&gt;.action-delete::before,
.product-item-name-block,
.price-including-tax,
.value,
.shipping-information-title span{
	color:#000 !important;
}

.product.data.items&gt;.item.title&gt;.switch{
    color: #959595 !important;
}

.toolbar select{
	border-color: #000 !important;
}

input[type="text"], 
input[type="password"], 
input[type="url"], 
input[type="tel"], 
input[type="search"], 
input[type="number"], 
input[type*="date"], 
input[type="email"],
textarea,
select{
    background-color: #f7f7f7 !important; 
}

.product-item-info .action.tocart,
.product-item-info .action.tocompare,
.product-item-info .action.towishlist,
.fotorama__arr__arr{
	filter: grayscale(100%);
}

.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.search.advanced, .form.form-orders-search, .form.testimonial, .login-container {
	background-color: unset !important;
}


/* END ZDRAVKO CUSTOM CSS */


</pre></body></html>