@font-face {
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/kaushanscript/v9/vm8vdRfvXFLG3OLnsO15WYS5DG74wNc.ttf) format('truetype');
}
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v35/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #423C3A;
  background-color: #F4FAFA;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #00D2B4;
}
a {
  color: #00D2B4;
}
a:hover {
  color: #00D2B4;
}
#content {
  margin-top: 0;
  padding-top: 55px;
  position: relative;
  background-color: #F4FAFA;
}
.content-box {
  padding: 20px 20px 30px 20px;
  margin: 30px auto;
  background-color: #FDFDFD;
  border-radius: 3px;
  box-shadow: 0 4px 6px #DADADA;
}
.content-box:after {
  display: table;
  content: ' ';
  clear: both;
}
.content-box.title-box {
  background-color: transparent;
  border-bottom: 2px solid #00A58D;
  margin-bottom: 90px;
  padding-bottom: 10px;
  border-radius: 0;
  box-shadow: unset;
}
.content-box.title-box h1 {
  color: #00A58D;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .content-box.title-box {
    margin-bottom: 0;
  }
}
.content-box.flat {
  margin-top: 0 !important;
  padding: 20px;
  padding-top: 30px;
}
#footer {
  padding: 20px 50px;
  background-color: #E3F2F2;
  box-shadow: inset 0 4px 6px #D0D0D0;
}
#footer > .container {
  max-width: 1170px;
}
#footer ul {
  padding-left: 0;
  list-style-type: none;
}
#footer h3 {
  margin-top: 10px;
  color: #423C3A;
}
#footer a {
  color: #423C3A;
}
#footer #copyright {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  #footer {
    margin-top: 20px;
  }
}
#cookiehint {
  width: calc(100% - 40px);
  position: fixed;
  bottom: 0;
  margin: 0 20px;
  padding: 15px 30px;
  background-color: white;
  border: 2px solid black;
  border-bottom: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
  z-index: 65535;
}
#cookiehint > form > input[type="submit"] {
  font-size: small;
  display: inline-block;
}
.no-product-box {
  margin-top: 30px !important;
}
#stats {
  display: none;
  position: fixed;
  top: 40%;
  left: 45%;
  padding: 15px;
  text-align: center;
  background-color: lightgray;
  border: 1px solid black;
}
