nav { display: block; }
.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav a {     color: #dddddd; font-size: 1.3em; text-decoration: none;    }
.nav a:hover { color: #fff;  }
.nav-item {
 	
}
.nav-customer { color: #fff; font-size: 1.3em; text-decoration: none;display: block;
  padding: 0.5em 1em; border-right: none; }
.no-border { border-right:none;}

.nav-link {
  display: block;
  padding: 0.5em 1em;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #636c72;
  cursor: not-allowed;
}.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.header-nav {
  /*border-radius: 0 0 6px 6px;*/}


.img-top-border { border-top: 2px solid #f6f6f6; border-right: 2px solid #f6f6f6; border-left: 2px solid #f6f6f6; }

.checkout-btn, a .checkout-btn {
  display: block;
  width: 100%;
  background: initial;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.2rem;
}

.add-to-cart {
  background-color: #FFDD15;
}