.header-fix .navbar {
  background-color: #e60292;
  border-radius: 0 0 var(--bs-border-radius-100) var(--bs-border-radius-100);
  border: 1px;
  border-color: #999
}
.footer {
  padding: 8px 0; /* Zmenší výšku footera */
  margin-top: 20px; /* Přidá malý odstup od obsahu nad footerem */
  background-color: #f1f1f1; /* Nastaví barvu pozadí */
}

.header-fix .contactus-wrap {
  border-radius: var(--bs-border-radius-100) var(--bs-border-radius-100) 0 0;
  background-color: #e60292;
  border-bottom-color: #1010;

}
.navbar__brand-logo-img {
  max-width: 25rem;
  max-height: 5rem;
}
.motto__button-link {
  background-color: #e60292;
  border-color: #e60292;
}
.footer {
  background-color: #7600B6;
}
.navbar__brand-logo-img {
  width: 15rem;
}
/* styles.css */
.section-perex__text img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 10px;
  display: inline-block;
  border: 2px solid #000;
}
.section-services li:before, .section--services li:before {
  content: "";
  position: absolute;
  left: -1px;
  width: 20px;
  height: 20px;
  z-index: 100000;
  width: 0px;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #e60292;
}
.btn-primary, .comment__reply:hover, .add-comment__button--submit, .product-page__cart-button, .cart-button, .promo-code__submit, .account-button, .minicart__button-cart, .search-form__search-button, .locked__submit, .motto__button-link {
  color: #fff;
  background-color: #e60292;
  border-color: #e60292;
}
