#boev_main-wrapper svg,#boev_lock-icon-wrapper svg{
	width: 26px;
	height: 26px;
}
#boev_main-wrapper svg path, #boev_lock-icon-wrapper svg path {
	fill: #b7b7b7 !important;
	transition: fill ease .25s;
}
#boev_main-wrapper:hover svg path, #boev_lock-icon-wrapper:hover svg path {
	fill: #1b264f !important
}
#boev_main-wrapper.active svg path, #boev_lock-icon-wrapper.active svg path {
	fill: #ee6a71 !important;
}