* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: roboto slab, sans-serif;
  background-color: #ebf3f7;
}

#smb-page {
  max-width: 768px;
  margin: 0 auto;
}
header,
section {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 5px;
}
h2{
  color: red;
  font-weight: 700;
}
p {
  color: #333;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 29px;
  font-family: lato, Helvetica, sans-serif;
}
img {
  max-width: 100%;
}
.smb-header-title {
  font-size: 46px;
  margin-bottom: 10px;
}
.smb-author {
  color: #333;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
}
.smb-author img {
  vertical-align: middle;
  border-style: none;
  margin-right: 5px;
  width: 30px;
}
.smb-time {
  color: #a4a4a4;
  margin-left: 5px;
}
.smb-section-header {
  line-height: 32px;
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}
.smb-section-number {
  color: #fff;
  background-color: #000;
  width: 26px;
  height: 26px;
  display: inline-block;
  text-align: center;
  font-size: 20px;
  line-height: 26px;
}
a {
  color: #2d9cdb;
  text-decoration: none;
}
.smb-product-img {
  max-width: 100%;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
.smb-section-main p{
  font-size: 20px !important;
  margin-bottom: 20px !important;
  font-weight: 500 !important;
  line-height: 29px !important;
  font-family: lato, Helvetica, sans-serif !important;
}
.smb-button a {
  width: 100%;
  color: #fff;
  padding: 10px 10px;
  font-size: 22px;
  display: inline-block;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #fff;
  background-color: red;
  font-weight: bold;
}
.smb-sold-out-button a {
  background: #9e9e9e;
  color: #fff;
}
.smb-section-ul {
  padding-left: 40px;
  font-size: 20px;
  margin-bottom: 20px;
}
.smb-aside-title {
  font-weight: 700;
  color: #333;
  font-size: 24px;
  margin: 5px 0 10px;
}
.smb-aside-ol {
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 15px;
}
.smb-new-arrivals-ul{
  list-style: none;
  font-size: 15px;
}
.smb-new-arrivals-ul li{
  margin: 5px 0;
  padding-left: 40px;
}

.smb-footer p {
  text-align: center;
  font-size: 15px;
}
.smb-footer p a{
  margin-right: 5px;
}
#smb-video{
  width: 100%;
}

@media (max-width: 768px) {
  #smb-page{
    padding: 0 5px;
  }
  #smb-video{
    height: 250px;
  }
  header, section{
    padding:20px 15px;
  }
  .smb-header-title {
    font-size: 36px;
  }
  .fs35{
    font-size: 35px;
  }
  aside,
  footer {
    padding: 0 15px;
  }
}
