body {
  background-image: url("../images/bg-image1.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  height: 100%;
}

.dropdown-toggle::after {
  content: none;
}

.custom-shadow {
  box-shadow: 5px 5px 25px 19px #000000;
}

.product_id {
  color: gray;
  font-size: 15px;
}

.badge.bg-warning.text-dark {
  position: absolute;
  top: 10px;
  right: 5px;
  z-index: 1;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 1rem;
  box-shadow: 2px 2px 15px 9px #000000;
}

.badge-banner {
  top: 80%;
  border-radius: 15px;
  font-size: 0.7rem;
}
nav .navbar-collapse form button.btn-outline-success.text-white:hover {
    background-color: #40e0d0 !important;
    border-color: #20b2aa !important;
    color: #000 !important;
}

/* Для плавности */
nav .navbar-collapse form button.btn-outline-success.text-white {
    transition: all 0.3s ease !important;
}
.btn-catalog {
    background-color: #555555 !important;
    color: #ffffff !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 1.5em !important;
    cursor: pointer !important;
    border-radius: 4px !important;
}

.btn-catalog:hover {
    background-color: #444444 !important;
}

.btn-catalog:active {
    background-color: #333333 !important;
}
