/* Sharpen corners */
* {
  border-radius: 0 !important;
}

/* Fonts */

h1, h2, h3, h4, h5 {
  font-family: OpenSansCondensed;
}

body {
  font-family: Roboto;
}

/* Navbar */

.navbar-nav {
  font-size: 1.5rem;
  font-family: OpenSansCondensed;
}

.navbar-nav .dropdown-menu {
  border: none;
  background: #f8f9fa !important;
  min-width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.navbar-nav .dropdown-item {
  font-size: 1.5rem;
  font-family: OpenSansCondensed;
  padding: .25rem 1rem;
  line-height: 1.25;
  padding-top: 0;
  color: rgba(0,0,0,.5);
}

.navbar-nav .dropdown-item:hover {
  color: black;
}

.navbar-nav .nav-link {
  padding-top: 0;
}

.navbar-brand {
  font-size: 1.1rem;
}

.brand-header {
  font-size: 2.5rem;
  font-family: OpenSansCondensed;
  color: black;
  text-decoration: none;
}

.brand-header:hover {
  color: black;
  text-decoration: none;
}

.brand-subheader {
  color: #d24e9f;
  font-family: PlayfairDisplay;
  font-style: italic;
  font-weight: bold;
}

.card {
  border: 2px solid #d2aa4e;
}

.card .card-title {
  color: #d2aa4e;
}

.card:hover .card-title {
  color: #76297b;
}

.card-img-top {
  object-fit: contain;
  background: #d2aa4ee3;
}

.card:hover {
  border: 2px solid #76297b;
  text-decoration: none;
}

.card:hover .card-img-top {
  background: #76297b;
}

.jumbotron {
  padding:0;
  margin-bottom: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .jumbotron {padding:0;
  }
}

.jumbotron p:last-child {
  margin-bottom: 0;
}

.jumbotron h1 {
  font-weight: 300;
}

.jumbotron .container {
  max-width: 40rem;
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

body {}
 
.header-text {
  padding-top: 18px;
  color: #d24e9f;
}

.order-summary {
  padding-left: 20px;
}

/* Style for the cards for products and categories */
rect {
  background-color: #d24e9f;
}

.card {
  /* background-color: #d24e9f; */
}

a.product-image {
  color: #d2aa4e;
  text-align: center;
  font-weight: 800;
  font-size: x-large;
}

a.product-image img {
  object-fit: cover;
}

a.product-image:hover {
  color: #76297b;
  text-decoration: none;
}

.btn-category {
  color: white;
  background-color: #d2aa4e;
  background-image: none;
  border-color: #d2aa4e;

}

.card:hover .btn-category, .btn-category:hover {
  background-color: #76297b;
  border-color: #76297b;
  color: white;
}

input.btn-category:hover {
  background-color: #76297b;
  border-color: #76297b;
  color: white;
}

a.forgot-pass {
  margin-top: -38px;
}

.btn-category-inverse {
  background-color: #76297b;
  border-color: #76297b; 
  background-image: none;
  color: white;
}

.text-footer {
  color: black;
  font-weight: 500;
}

a.btn-category-inverse:hover {
  color: white;
  background-color: #d2aa4e;
  border-color: #d2aa4e;
}

/* Style for the shopping cart */

.shopping-cart {
  padding-top: 20px;
}

.shopping-cart h2{
  color: white;
}

.table-cart {
  with: 70%;
}

.table td, .table th {
    border-top: 1px solid #76297b;
}

.table-buttons td, .table-buttons th {
    border-top: none !important;
    border-bottom: none!important;
    border-right: none!important;
    border-left: 3px solid #76297b !important;
}

#card-element {
  width: 100%;
  height: 40px;
  padding-left: 10px;
}

.card-number {
  padding-left: 8px;
  white-space: nowrap;
  font-family: Source Code Pro, monospace;
  color: #0d2b3e;
  font-weight: 500;
}

.card-number span {
  display: inline-block;
  width: 8px;
}

fieldset label {
  position: relative;
  display: flex;
  flex-direction: row;
  height: 42px;
  padding: 10px 0;
  justify-content: center;
  color: #8898aa;
  font-weight: 400;
  background: white;
  border: 0.5px solid lightgrey;
  border-radius: 5px;
}

.spacerv-20 {
  height: 20px;
}

.grey {
  background-color: #f8f9fa;
  border: 3px solid #d2aa4e;
}

.hidden {
    display: none;
}

.alert-messages {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-auth {
  width: 100%;
  max-width: 430px;
  padding: 15px;
  margin: 0 auto;
}

a.dead-link{
  color: black;
}

, a.dead-link:hoover{
  color: black;
  text-decoration: none;
}

.paypal-container {
    margin: 0 auto;
}

.font-puff {
    font-family: "Puff";
}

.inventory-row-red {
    background-color: #ffb3b3;
}

.inventory-row-blue {
    background-color: #b3d9ff;
}

.product-img {
  min-height: 225px;
  max-height: 400px;
}

@media screen and (min-width: 576px) {
  .product-img {
    height: 275px;
  }
}

a {
  color: #d2aa4e;
}

a:hover {
  color: #76297b;
}

.nav-tabs .nav-link.active {
  background: #f8f9fa;
  color: #76297b;
}

/* Account Nav */

.acct-nav .nav-item .nav-link:hover {
  border-bottom: none;
}

.acct-nav .nav-item:first-of-type .nav-link {
  border-left: none;
}

.acct-nav .nav-item .nav-link {
  border-left: 2px solid #d2aa4e;
}

.acct-nav .nav-item .nav-link.active {
  border-bottom: none;
}

.dropdown-item.active, .dropdown-item:active {
  background: initial;
  color: #d2aa4e;
}

.link-remove {
  color: #6c757d;
}

.link-remove:hover {
  color: #dc3545;
}

.order-details{
  padding:20px;
}

ul.change-order{
  list-style: none;
  margin:0; padding:0;
}

hr.dotted{
  border:none;
  border-bottom:1px dotted var(--grey);
}