#header-cart
{
  display: none;
}

#logo
{
  /* display: none; */
}

#top .list-inline-item:last-child
{
  display: none;
}

#top .list-inline-item:nth-child(4)
{
  display: none;
}

.product-thumb .button-group button:first-child
{
  display: none;
}

#button-cart
{
  display: none;
}

#menu
{
  /* border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x; */
  border: 1px solid #c00;
  border-color: #c00 #c00 #900;
  background-color: #dc3545;
  background-image: linear-gradient(to bottom, #ed5565, #c00);
  background-repeat: repeat-x;

  /* border: 1px solid #ff0000;
  border-color: #ff0000 #ff0000 #8b0000;
  background-color: #ff4d4d;
  background-image: linear-gradient(to bottom, #ff6666, #ff0000);
  background-repeat: repeat-x; */
}

a
{
  color: #d12323;
}

.nav-link
{
  color: #d12323;
}

.navbar-light .navbar-toggler
{
  font-size: 15px;
  font-stretch: expanded;

  padding: 6px 12px;

  color: #fff;
  border-color: #bb1f1f #bb1f1f #7a1414;
  background-color: #d12323;
  background-image: linear-gradient(to bottom, #d12323, #bb1f1f);
  background-repeat: repeat-x;
}
