/*=========================================================================== */
/*		!Brand Custom Styles		============================================= */
/*=========================================================================== */
.hero {
  height: 320px;
}

.hero h1.hero-caption {
  display: block;
}

.footer {
  box-shadow: 0 50vh 0 50vh #831a29;
}

.btn, .btn-default, .btn:visited, .btn:focus {
  display: inline-block;
  background-color: #831a29;
  border: none;
  color: #fff;
  font-size: 1.375rem;
  font-family: 'Avenir LT W01_45 Book1475508', sans-serif;
  font-weight: 400;
  padding: 10px 33px 9px;
  text-decoration: none;
  transition: background-color .25s ease-out;
  border-radius: 0;
  vertical-align: top;
}

.btn:hover, .btn-default:hover {
  background-color: #691521;
  border: none;
  color: #fff;
}

.btn i.fa {
  margin-right: 10px;
}

button.mobile-update.btn,
.mobile-remove.btn {
  padding: 0px 12px 1px;
}

button.mobile-update {
  margin-left: 2px;
}

.mobile-remove.btn {
  /*margin-top: 5px;*/
  /*display: block;*/
}

button.mobile-update i.fa,
.mobile-remove i.fa {
  font-size: 1rem;
  margin-right: 0;
}

/* spacing issues */
p.affirmStatement {
  margin-bottom: 1.5rem;
}

.panel .row, .product-list .row {
  max-width: unset;
  padding: 0;
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.login-link {
  display: none;
}

button.update, button.apply {
  margin-top: 10px;
}

.btn.remove {
  padding: 10px 13px 9px;
}
.btn.remove i.fa {
  margin-right: 0;
}

#loginForm {
  display: none;
}

.modal-footer .btn + .btn {
  margin: 0;
}

.mobile-summary .cart-prices {
  padding-top: 8px;
}

.footer .row.footer-meta:before,
.footer .row.footer-meta:after {
  content: none;
  display: none;
}
/* remove this in september */
#divFutureShipDate label:first-child {
    display: none;
}
/* remove this in september */
#divFutureShipDate .row label {
    display: block !important;
}

@media screen and (max-width: 1040px) {
  .header.hero {
    background-size: auto 550px;
  }
}

.hero {
  align-items: center;
}

.hero-caption {
  margin-top: 0;
}

@media screen and (max-width: 480px) {
  .hero-caption {
    margin-top: 65px;
  }
}