div.product:hover:not(.back) .productBody .productTitle a, div.product:hover:not(.back) .productBody .product3TitleContent a {
	overflow: initial;
  	text-overflow: initial;
  	white-space: initial;
}

ul.accordion li h3 {
  	font-weight: bold;
  	font-size: 1.3em;
  	display: inline-block;
  	background: #12161c;
  	padding: 1rem;
  	color: #4596c7;
}

.subcat li a {
  	font-size: 16px;
  	font-weight: bold;
  	padding: 1rem;
  	border: 1px solid rgba(0, 0, 0, .1);
  	text-decoration: none;
  	color: #4698ca;
}

.subcat li a:hover {
	border-color: #4698ca;
}

.subcat li a:hover {
  	text-decoration: underline;
}

div.product:not(.back):hover {
  	z-index: 20;
}

.split {
	column-count: 1;
}

/* Top bar */
.social-links {
	/*display: none !important;*/
  	display: flex;
  	align-items: center;
  	gap: 1rem;
  	padding: 0 1rem;
}

.paticka_obsah .social-links {
	padding: 0;
  	margin-top: 1rem;
}

.paticka_obsah .social-links a {
	opacity: 1;
}

#topBar .top-bar-content {
  	display: flex;
  	align-items: center;
  	top: 0;
}

#topBar .top-bar-content .fa-phone::before {
  	margin-right: .3rem;
}