/* Overrides to the build.css file. */
body {
	font-size: 15px;
}
.banner {
  height: 420px;
}
.footer {
	border-bottom: 0;
}
nav a {
  border-bottom: 2px solid #fff;
}
nav a:hover {
  text-decoration: none;
  border-bottom: 2px solid #333;
	color: #333;
}
nav.title-uc a.show-cart {
  margin-right: 0;
}
.container.header .col-sm-4 {
  padding-right: 0;
}
.highlight-block {
  display: none;
}
.btn-primary {
  background-color: #fff;
  border: 1px solid #e7e7e7;
  box-shadow: none;
  color: #333;
}
.btn-primary:hover {
  border: 1px solid #333;
}
.card {
  margin-bottom: 4em;
}
.product-card a:hover {
  border-bottom: 1px solid #fff;
}
.img-container {
  height: 400px;
}
.product-variants {
  display: none;
  font-size: 0.9em;
}
.product-variants span {
  margin-right: 15px;
}
.product-variants span.out {
  color: #999;
}
.product-card:hover .product-variants {
  display: block;
}
.product-card:hover .product-price {
  display: none;
}

.coming-soon-header {
   position: relative;
   max-width: 1200px;
   margin: 0 auto;
   padding: 15px 0 30px 0;
   text-align: center;
}
.logo {
   display: inline-block;
}
.contact-info {
   position: absolute;
   top: 10px;
   right: 0;
   text-align: left;
}
.coming-soon-img {
   position: relative;
   background: url(//cdn.shopify.com/s/files/1/0076/7222/t/4/assets/coming-soon-bg.jpg?13930348307620194036) no-repeat;
   background-size: cover;
   height: 100%;
   padding: 500px 0 300px 0;
}
.coming-soon-img h2 {
   line-height: 1;
   font-size: 30px;
   font-family: ScalaSans, Helvetica, Arial, sans-serif;
   text-transform: uppercase;
   background-color: #f9ec19;
   text-align: center;
   padding: 15px 0;
}
@media (max-width: 1024px) {
   .coming-soon-header {
      padding-left: 20px;
      padding-right: 20px;
   }
   .contact-info {
      margin-top: 20px;
      position: static;
      text-align: center;
   }
   .coming-soon-img {
      padding: 200px 0 300px 0;
   }
   .coming-soon-img h2 {
      font-size: 24px;
   }
}
