.store-products-title {
  font-size: 34px;
  font-weight: bold;
  color: #000;
  text-align: center;
  font-family: sans-serif;
}

.store-license-title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.product-view-main h3{
  font-size: 34px;
  font-family: sans-serif;
  font-weight: bold;
  margin: 50px 0;
  text-align: center;
}
.product-view-main h4{
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}

.product-view-main-recommend h4{
  font-family: sans-serif;
  font-weight: bold;
}
.product-view-main-recommend h5{
  font-size: 18px;
  font-weight: bold;
}
.store-license-info {
  font-family: Verdana, serif;
  font-size: 14px;
  color: #555;
  text-align: center;
}
.product-view-link {
  font-family: Verdana, serif;
  font-size: 14px;
  color: #999;
  text-decoration: underline;
}

.store-features-box ul, .store-footer-box ul{
  list-style:none;
  padding:0;
  margin-top:15px;
}
.store-features-box ul li, .store-footer-box ul li {
  margin-top:15px;
  font-size: 14px;
}
.store-features-box ul li span, .store-footer-box ul li span{
  display:inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background-color:#555;
  margin:0 15px 3px 0;
}

.store-license-container + .store-license-container{
  border-left: 1px solid #dcdcdc;
}
@media (max-width: 768px) {
  .store-license-container + .store-license-container {
    margin-top: 40px;
  }
}

