body {
	font-size: 14px;
	line-height: 24px;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

a {
	color: #002662;
}

a:hover {
	color: #000a1a;
}

.rounded-border {
	border-radius: 8px;
}

.slideshow-title {
	position: absolute;
	right: 40px;
	top: 20px;
	width: 35%;
}

.slideshow-title h1 {
	font-weight: bold;
	font-size: 60px;
	line-height: 60px;
	letter-spacing: -3px;
	color: #002662;
}

.slideshow-title-button {
	background-color: #ffcb05;
	font-size: 21px;
	line-height: 23px;
	color: #282727;
	padding: 15px 25px;
	margin-top: 15px;
	display: inline-block;
}

.owl-carousel .item {
	position: relative;
}

/* custom upravy */
.product-thumb .button-group button {
	width: 100%;
}

.product-thumb .button-group button + button {
	display: none;
}

.price-list {
	padding: 20px 0;
	color: black;
}

.price-list .savings, .savings {
	color: red;
}

#menu .dropdown-menu {
	display: none !important;
}

aside#column-left > .list-group > a.list-group-item {
	display: none;
}

aside#column-left > .list-group > a.list-group-item.top-category-visible {
	display: block;
}

#content a {
	text-decoration: underline;
}

#content .nav.nav-tabs a, #content a.btn {
	text-decoration: none;
}


#content .row table.table-bordered.table-visible-first-row tr:nth-child(1) td {
	display: table-cell;
}

@media (max-width:767px) {
	#column-left.hidden-xs {
		display: block !important;
	}
}