hr {
  border-bottom: 1px solid hsl(0, 0%, 86%);
}

#navMenu a.is-active {
  color: #0099ff;
}

#navMenu a:hover {
  color: #0099ff;
}

.navbar-item {
  font-size: .75rem !important;
}

.navbar-item img {
  max-height: 3rem;
}

label.error {
  font-weight: bold;
  color: hsl(348, 100%, 61%);
}

/*
#search-bar {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

#search-bar.is-active {
  display: block;
  opacity: 1;
  z-index: 1;
}
*/

.hero {
  background-size: cover !important;
}

.product-preview img {
  max-height: 17.19rem;
  min-width: 17.19rem;
}

.quick-tools {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 40%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  display: none;
}

.quick-tools .field.is-grouped {
  justify-content: center;
}

.card-image {
  padding: .75rem .75rem;
}

.card-image:hover .quick-tools{
  display:block;
}

.product-name {
  color: #0099ff;
  text-decoration: none;
}

.product-name:hover {
  color: #0099ff;
  text-decoration: none;
}

/* This rule roughly modifies the size of
the catalog icons in preview cards */
.card-footer-item {
  padding: .75rem !important;
}

.card-footer-item:not(:last-child) {
  border-right: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-05 {
  margin-top: .5rem;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-1 {
  margin-left: 1rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pb-0 {
  padding-bottom: 0;
}

.px-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.py-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.px-05 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.is-vertical-center {
  display: flex;
  align-items: center;
}

.has-underlined-text-info:hover {
  text-decoration: none;
  border-bottom: 1px dotted hsl(204, 86%, 53%);
}

.has-underlined-text-grey-light {
  text-decoration: none;
  border-bottom: 1px dotted hsl(0, 0%, 48%);
}

.has-underlined-text-grey-light:hover {
  text-decoration: none;
  border-bottom: 1px dotted hsl(0, 0%, 48%);
}

.fda-statement {
  padding: .5rem;
}

/* TOOLTIPSTER SHADOW THEME */
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{border:none;border-radius:5px;background:#fff;box-shadow:0 0 10px 6px rgba(0,0,0,.1)}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff}.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px}.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px}
