/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

b,
strong {
    font-weight: 600;
}

h3.product-title {
min-height: 55px;
}
/* ps_categorytree: Highlight selected category */
.block-categories .category-sub-menu .current_cate > a {
  color: #E54D26;
}

/* Google Map */
#google-map iframe {
  display: block;
  max-width: 100%; }

.cms-page-content {
  padding: 2rem 1rem 1rem!important;
}


/* CMS Pages */
body#cms .page-cms ul {
  list-style: inherit;
  padding-left: 20px;
}
body#cms .page-cms ul li, body#cms .page-cms ol li {
  list-style: inherit;
  padding-left: 10px;
  margin-bottom: 0.5rem;

}
body#cms .page-cms .h2, body#cms .page-cms h2 {
  font-size: 1.25rem;
  line-height: 3rem;
  border-bottom: 1px solid #d8d8d8;
}

