.navbar {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.search-input {
  width: 100px;

}

.search-input {
  width: 120px;
  height: 25px;
  font-size: 0.8rem;
  padding: 0.25rem 0.5rem;

}

.navbar-custom {
  background: #c2c2c2;
  color: white;
}


.navbar-custom .navbar-brand,
.navbar-custom .nav-link,
.navbar-custom .btn {
  color: white;
}

footer p {

  margin: 2px 0;
}

footer a {
  color: white;
  text-decoration: none;

}




footer {
  background: #c2c2c2;
  color: white;
}




footer h5 {
  color: white
}



.navbar .nav-item:nth-child(4) .nav-link {
  color: red;
}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
}


.dropdown-submenu:hover .dropdown-menu {
  display: block;
}

.sale-item {
  color: red;
}




.dropdown-menu {
  background: white
}


.offcanvas {
  background: white
}

.offcanvas-title {
  font-weight: bold;
}

.list-group-item {
  background: white;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}