body {
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
}
h1 {
  font-size: 46px;
}
.mainhdr {
    font-size: 35px;
    line-height: 55px;
    padding: 10% 0;
    text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4);
}
.navbar-nav > li > a {
  font-size: 14px;
  font-weight: 400;
}
.navbar-nav > li > a {
  padding-top: 43px;
}
header#header {
  background-color: #ffffff;
}
.copyright p {
  text-align: left;
}
a, h1 a:hover, h2 a:hover, h3 a:hover {
    color: #2700FF;
}
.branding {
  font-size: 14px;
}
.branding2 {
  text-align: right;
}
#bottom2 h1, #bottom2 h2, #bottom2 h3, #bottom2 h4, #bottom2 h5, #bottom2 h6 {
  color: #00DB1C;
}
#bottom2 {
  font-size: 15px;
  font-weight: 400;
}
.team {
  text-align: center;
}
.team .row {
  background-color: rgba(255, 255, 255, 0.95);
}
.team img {
  margin-top:15px;
}
hr {
    border-top: 1px solid #0ED523;
}

/* Virtuemart */
.browseProductImage {
  max-height: 250px;
}
.product2 {
  border: 1px solid #ddd;
  padding-top:5px;
  padding-bottom:5px;
}
.main-image img {
  max-width: 100%;
  max-height: 350px;
}
.additional-images img {
  width: 75px;
}
.main-image {
  text-align: left;
}
span.vm-price-desc, span.PricesalesPrice {
  font-weight: 500;
}
.featured-view .spacer h3, .latest-view .spacer h3, .topten-view .spacer h3, .recent-view .spacer h3, .related-products-view .spacer h3, .browse-view .row .product .spacer h2 {
  font-size: 24px;
  font-weight: 400;
}
.featured-view .spacer span, .latest-view .spacer span, .topten-view .spacer span, .recent-view .spacer span, .related-products-view .spacer span, .browse-view .row .product .spacer span {
  font-size: 15px;
}
.Product-Details {
  text-align: center;
  margin-top: -50px;
}
.vm-order-list {
  display: none;
}