@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: 'Roboto', sans-serif;
  min-width: 600px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #000;
  text-decoration: none;
}
.cd {
  margin: 0 auto;
  max-width: 900px;
}
.cd p {
  font-size: 14px;
}
.cd p span {
  font-weight: 500;
}
.cd h1,
.cd h2 {
  font-size: 17px;
  font-weight: 500;
  padding: 40px 10px;
  text-transform: uppercase;
}
.cd h2 {
  padding: 10px 0;
}
.cd .cd-header {
  background: url(../images/logo.png) no-repeat left center;
  border-bottom: solid 1px #eaeaea;
  text-align: center;
}
.cd .cd-content {
  padding: 10px;
  border-bottom: solid 1px #eaeaea;
}
.cd .cd-content .cd-content-block {
  align-items: flex-end;
  display: flex;
  justify-content: space-around;
  margin: 10px 0;
}
.cd .cd-content .cd-content-block a {
  color: #444;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
}
.cd .cd-content .cd-content-block a:hover {
  text-shadow: 0 0 2px #000;
}
.cd .cd-stock {
  border-bottom: solid 1px #eaeaea;
  box-sizing: border-box;
  padding: 10px;
}
.cd .cd-stock .cd-stock-block a {
  align-items: flex-start;
  display: flex;
  color: #222;
  margin: 5px 0;
}
.cd .cd-stock .cd-stock-block a img {
  border: solid 1px #eaeaea;
  height: 120px;
  margin-right: 10px;
  padding: 2px;
}
.cd .cd-stock .cd-stock-block a div h2 {
  font-size: 14px;
  font-weight: 500;
}
.cd .cd-stock .cd-stock-block a div p {
  font-size: 12px;
  margin: 5px 0;
}
.cd .cd-stock .cd-stock-block a div p span {
  font-size: 20px;
}
.cd .cd-item {
  box-sizing: border-box;
  padding: 10px;
}
.cd .cd-item .images {
  margin: 10px 0;
}
.cd .cd-item .images img {
  width: 115px;
}
.cd .cd-item p {
  margin: 8px 0 3px;
}
.cd .cd-contact {
  background: #eaeaea;
  border-bottom: solid 1px #eaeaea;
  box-sizing: border-box;
  padding: 10px;
}
