@font-face {
    font-family: "NovecentoWideBook";
    src: url("fonts/NovecentoWideBook.eot");
    src: url("fonts/NovecentoWideBook.eot?#iefix") format("embedded-opentype"),
         url("fonts/NovecentoWideBook.woff2") format("woff2"),
         url("fonts/NovecentoWideBook.woff") format("woff"),
         url("fonts/NovecentoWideBook.ttf") format("truetype"),
         url("fonts/NovecentoWideBook.svg#novecento_sans_widebook") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "BebasNeue";
    src: url("fonts/BebasNeue.otf");
    src: url("fonts/BebasNeue.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
h3.grid.ph-product-header {
  font-size: 1.5em;
  font-weight: 600;
}
.phModParticlesContentFeatureBoxContainer .phModParticlesItemTitle {
  font-weight: 700;
  line-height: 1em;
  font-size: 1.8rem;
  text-align: left;
  text-transform: uppercase;
  font-family: 'BebasNeue', sans-serif;
  margin: 3em 0 1.2em 0 !important;
}
.phModParticlesContentFeatureBoxContainer .phModParticlesItemDesc {
  text-align: left;
  color: #b0b0b0;
}
.phModParticlesItemContentIn h3 a {
  color: #b0b0b0;
  font-weight: 400;
  font-family: 'BebasNeue', sans-serif;
  text-decoration: none;
  line-height: 1em;
  font-size: 1.5rem;
}
.phModParticlesItemContentIn a:hover {
  color: #ffffff;
}
.phModParticlesContentFeatureBox .phModParticlesItem .phModParticlesTitle{
  margin: 0.5rem 0;
}
.phModParticlesContentFeatureBox .phModParticlesItemFeatureBox {
  padding: 9em 2em 2em 2em;
}
.container-footer {
  color: #b0b0b0;
  line-height: 1em;
}
.container-footer a {
  color: #b0b0b0;
  text-decoration: none;
}
.container-footer a:hover {
  color: #ffffff;
}
table.velikost {
  border-collapse: collapse;
}
.velikost td, .velikost th {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.velikost tr:nth-child(even){background-color: #f2f2f2;}

.velikost tr:hover {background-color: #ddd;}

.velikost th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #d22030;
  color: white;
}
table.velikost th:first-child, table.velikost td:first-child {
  text-align: left;
}