body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.h1, h1 {
    margin-bottom: 1.5rem;
}

.h2, h2 {
    margin-bottom: 1rem;
    margin-top: 1.5rem;
}

.h3, h3 {
    margin-top: 1.5rem;
}

/* Icons */
.icon_button {
    background: #eee;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    border-radius: 100%;
    text-align: center;
}

/* Lists in main content 
#main .page ul {
    padding-left: 1.5em;
}*/

/* Custom lists */
#hero_content ul,
ul.styled_list,
#hero_content ul li,
.styled_list li,
/*#main .page ul,*/
.product_short_desc ul,
.woocommerce-Tabs-panel--description ul {
  list-style: none;
}

#hero_content ul,
ul.styled_list {
  margin-left: 2em;
  text-align: left;
}

#hero_content ul li,
.styled_list ul li
/*#main .page ul li */ {
    padding-left: 1.5em;
}

#hero_content ul li:before,
.styled_list ul li:before,
/*#main .page ul li:before,*/
.product_short_desc ul li:before,
.woocommerce-Tabs-panel--description ul li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
}

@media (min-width: 768px) {
    #hero_content ul,
    ul.styled_list {
      columns: 2;
    }
}

/* Table Styling */
table.styled td,
table.styled th {
    border: 1px solid #ddd;
    padding: 8px;
}

table.styled.striped tr:nth-child(even){background-color: #f2f2f2;}

table.styled th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #b4183e;
    color: white;
}

/* Zebra table */
table.zebra {
  font-size: 0.95rem;
}
table.zebra td,
table.zebra th {
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 8px 15px;
}

table.zebra tr th {
    background-color: #f2f2f2
}

table.zebra tr:nth-child(odd) {
    background-color: #f2f2f2
}