body{
	overflow-x:hidden;
	background-color: #000000;
}
header {
	padding-top: 10px;
	margin-bottom: 60px ;
	color: #ffffff;
    background-color: black;
    box-shadow: 0px 0px 8px #888888;
}
a:hover{
border-radius: 5px;
background: #A50EC1;
}
.subpage h1 {
    display: block;
    position: relative;
    margin: 0px auto 20px auto;
    color: #4F4F4F;
}
.subpage h1:after {
    width: 20%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
    background-color: #9fa8a7;
}
.news{
margin-left: auto;
margin-right: auto;
}
.product-item h3 a{
text-transform: none!important; 
}
#footer{
padding-top: 20px;
box-shadow: 0px 0px 8px #888888;
background: #000000;
color: #ffffff;
}
#novinky{
padding-top: 20px;
padding-bottom: 20px;
width 90%;
}