html, body {
  height: 100%;
  margin: 0;
}
.container{
  min-height: 100%;
}

.navbar-toggler-icon {
  background-image: url('../img/menu.svg');
}

.breadcrumb-centered {
  display: flex;
  align-items: center;
  height: 100%;
}

.btn-primary{
  background-color: #ff9248;
  outline-color: #ff6700 !important;
  color: white;
  border: none;
}

.btn-primary:hover{
  background-color: #ff6700;
}

.list-group-item.active{
  background-color: #ff9248;
  border: none;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 50px;
  width: 57px;
  outline: black;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 25px;
  color: black;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 25px;
  color: black;
}

.checkout-totals-left p, .checkout-totals-right p {
  line-height: 1.5;
}

.checkout-totals-left {
  color: #333; /* prípadne iná farba */
}

.checkout-totals-right {
  color: #000; /* prípadne iná farba */
}

.active-orange {
  background-color: #ff9248;
  border: none;
}

.btn-group-inline {
  display: flex;
  align-items: center;
}

.btn-group-inline form {
  margin-right: 5px;
}

.thank-you-section {
  text-align: center; /* Center the text */
  display: flex;
  flex-direction: column;
  align-items: center; /* Center the content vertically */
  justify-content: center; /* Center the content horizontally */
  height: 100vh; /* Make div take the full viewport height */
}

.thank-you-section .button {
  margin-top: 20px; /* Add space above the button if needed */
}

/* styl cookies */
.cookies-eu-banner {
  background: #ff9248;
  color: black;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
}

.cookies-eu-banner button {
  text-decoration: none;
  background: #222;
  color: white;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: 700;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}

.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}

/* vyhladavanie */
ul.pagination {
  flex-wrap: wrap;
  margin-left: 10px;
  .page-item {
    margin-bottom: 5px;
  }

  .page-item:first-child{
    margin-left: -3px;
  }
}

.my-row {
  margin-top: 5px;
}

.my-p {
  margin-left: 20%;
}