/**
 * Theme Name: Konzeps Kid
 * Description: Blocksy Child Theme
 * Version: 1.3
 * Author: Design Konzeps
 * Author URL: https://design.konzeps.com
 * Template: blocksy
 * Text Domain: kzk
 */

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
	background: var(--theme-palette-color-5) !important;
	color: var(--theme-palette-color-3) !important;
}

/*simple links dir style-3*/
.style-3 .ca-menu li {
	/*border: 5px solid #003e6d !important;*/
	border: 5px solid #053961 !important;
	/*background: #181a1b !important;*/
	background: #032540 !important;
}
.style-3 .ca-menu li a {
	color: #c8c3bc !important;
}
.style-3 .ca-menu li:hover {
	background: #053961 !important;
	/*border-color: #ffc71e !important;*/
	border-color: #ffc107 !important;
}
/*.style-3 .ca-icon {
	color: #f6f6f6;
}*/
.style-3 .ca-menu li:hover .ca-icon img {
	color: #000ffc !important;
}
.style-3 .ca-sub {
	/*color: #e8e6e3 !important;*/
	color: #fff !important;
}