@import url('https://fonts.googleapis.com/css?family=Oswald|Poppins');
img {
  display: block;
  max-height: 500px;
  margin: auto;
}
ul {
  list-style: none;
  padding: 0;
}
h1 { font: 400 1.6em 'Oswald', sans-serif; }
h2 {
  font: 400 1.4em 'Oswald', sans-serif;
  margin-top: 0;
}
h3,
h4,
h5,
h6 { font: 400 1.2em 'Oswald', sans-serif; }
#wrapper {
  font: 16px/1.75 'Poppins', sans-serif;
  margin: auto;
  max-width: 1100px;
  text-align: justify;
  width: 100%;
}
#header {
  text-align: center;
  text-transform: uppercase;
}
.company_logo {
  height: 75px;
  padding: 25px 0;
}
.logoimg { max-height: 100%; }
#product-details img {
  margin-top: 1rem;
  max-height: initial;
  max-width: 100%;
}
.tab-content ul {
  list-style: disc;
  padding-left: 1.25rem;
}
.tab-content ul ul {
  list-style: circle;
  margin-top: 1rem;
}
.tabs > li {
  border: 1px solid rgba(68, 68, 68, 0.15);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  margin-top: 15px;
}
.tabs li > input { display: none; }
.tabs li > label {
  background: #f7f7f7;
  cursor: pointer;
  display: block;
  font: 400 16px 'Oswald', sans-serif;
  letter-spacing: 1px;

  padding: 0.75rem;
  text-transform: uppercase;
}
.tabs .tab-content {
  display: none;
  text-align: justify;
  padding: 1.25rem;
}
.tabs li label:after {
  content: "+";
  float: right;
  font-size: 1.5rem;
  line-height: 24px;
  padding: 0 20px;
}
.tabs li > input:checked + label:after {
  content: "-";
  font-size: 2rem;
  margin-top: -4px;
}
.tabs li > input:checked + label {
  background-color: #444;
  color: #fff;
}
.tabs li > input:checked ~ .tab-content { display: block; }
#wrapper::after {
  color: #1B5083;
  content: '';
  font-size: 0.875rem;
  float: right;
}

@media (max-width: 600px) {
  .product-container > img { max-width: 100%; }
  .tabordion { flex-direction: row !important; }
  .tabordion section label {
    top: 85%;
    width: 100%;
  }
}
