@charset "UTF-8";
.breadcrumbs ul {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: left;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li:last-child a {
  color: #0073ad;
}
.breadcrumbs ul li:after {
  content: "\f105";
  font-weight: 700;
  vertical-align: middle;
  font-family: Font Awesome\ 5 Free;
  padding: 0 5px 0 10px;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}
.breadcrumbs ul li a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}

.shop-cart td {
  padding:5px;
}

.shop-cart td.qty {
  width:80px;
  padding:10px;
}

.footer-list li.nostyle a:before {
  content: '';
}

.locationdiv {
  display:none;
  visibility: hidden;
}

table.product-info-table tr td {
  font-size: medium;
}

table.product-info-table tr td select, table.product-info-table tr td input {
  margin:0px;
}
@media screen and (max-width: 767px) {

  #product-details h1, #product-details h2 {
    font-size:16px;
  }

  h1 {font-size:26px;}
  h2 {font-size:20px;}
  h3 {font-size:18px;}
  h4 {font-size:16px;}
  h5 {font-size:16px;}
  h6 {font-size:16px;}
}
