/* ========================================
   WOOCOMMERCE: Single Product Page
   ======================================== */
#tab-description ul {
  list-style-type: disc;
  list-style-position: inside;
}

/* Related Products Section */
.woocommerce .related h2 {
  font-size: 18px;
  margin-bottom: 1.5em;
}

.woocommerce .related ul li.product, 
.woocommerce .related ul.products li.product, 
.woocommerce-page .related ul li.product, 
.woocommerce-page .related ul.products li.product {
  width: 20%;
}

/* Align product titles */
.woocommerce ul.products li.product li.title a, 
.woocommerce ul.products li.product li.inner {
  line-height: 2.5ex;
  height: 5ex;
  overflow: hidden;
}
