body {
  font-family: 'Bitter', serif;
  font-weight: 500;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #474B4C;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #2d2e2f;
}

.lh-normal {
  line-height: normal;
}

.ticket-radio + label {
  width: 100%;
  padding: 10px;
  background: #d0d0d0;
  text-align: center;
  align-content: center;
  box-shadow: 0px 0px 0px 0 #7d9f31;
  transition: .2s;
}

.xsmall {
  font-size: .75rem;
}

.ticket-radio:checked + label {
  background: linear-gradient(180deg, rgba(89, 105, 50, 0.80) 0%, rgba(71, 89, 33, 0.80) 100%);
  color: white;
  box-shadow: 1px 0px 10px 0 #7d9f31;
}

.flag {
  height: 15px;
  box-shadow: #8c97719c 3px 2px 17px 0px;
  z-index: 999;
  position: relative;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.logo-img {
  max-width:140px;
}

#snackbar {
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 300px;
  color: #fff;
  text-align: center;
  padding: 16px;
  position: fixed;
  z-index: 99999999;
  bottom: 30px;
  font-size: 17px;
  left: 50%;
  transform: translate(-50%, -50%);
  word-wrap: break-word;
  background-color: #0b1d26;
  background-clip: border-box;
  border: 1px solid #000;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(249, 249, 250);
  box-shadow: 0px 0px 5px 0px rgb(161, 163, 164);
}
#snackbar.show {
  visibility: visible;
  /* -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
   animation: fadein 0.5s, fadeout 0.5s 2.5s;*/
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#snackbar.hide {
  visibility: visible;
  -webkit-animation: fadeout 0.5s;
  animation: fadeout 0.5s;
}

.text-link {
  cursor: pointer;
}

.text-link:hover {
  opacity: 0.9;
}

.lato {
  font-family: 'Lato', sans-serif;
}

.text-green-light {
  color: #788555;
}

.price {
  font-size: 2rem;
  font-weight: bold;
}

.buy-background {
  min-height: 100vh!important;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

h2 {
  font-size: 1.4rem;
  color: #788555;
  margin-bottom: 0.8rem;
  margin-top:1.8rem;
}

.form-control:focus {
  border-color: #788555;
  box-shadow: 0 0 0 0.25rem rgba(120, 133, 85, 0.2);
}

.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.8)!important;
}

#logoHeight {
  height:0;
}

p {
  font-size:0.9rem;
}

.text-green-dark {
  color: #474B4C;
}

.active {
  color: #474B4C!important;
  font-weight: bold;
}

.bg-dark {
  background: #474B4C;
}

.toggle-container-bg {
  width: 20%;
}

.toggle-container-ct {
  width: 80%;
}

.toggle-container-bg-2 {
  height: 10vh!important;
  min-height: 10vh!important;
}

.toggle-container-ct-2 {
  height: 90vh!important;
  min-height: 90vh!important;
}

#background-container, #content-container{
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-height: 100vh;
}

#content-container{
  overflow-y:auto;
}

.gallery .bg-dark{
  transition: 0.5s ease-in;
}

.gallery .bg-dark:hover{
  opacity: 0!important;
}

.px-6 {
  padding-right: 4rem!important;
  padding-left: 4rem!important;
}

.background-img {
  background-image: url("/view/main/_img/teddy_town_kwadrat.webp");
  background-size: cover;
  background-position: center;
}

.btn-flora {
  border-radius: 5px;
  background: linear-gradient(180deg, rgba(89, 105, 50, 0.80) 0%, rgba(71, 89, 33, 0.80) 100%);
  opacity: 0.85;
  box-shadow: 0px 17px 43px 0px rgba(71, 75, 76, 0.50);
  transition: 0.5s;
}

.btn-flora:hover {
  opacity: 1;
}

.bg-grey {
  background: #f1f1f1;
}

.summaryLabel {
  min-width: 100px;
}

.btn:disabled {
  border:0!important;
}

#faq .accordion-button {
  padding: 35px;
  background: rgba(239, 240, 240, 0.9);
  border:0;
  border-radius: 0;
  font-weight: bold;
}

#faq .accordion-button:focus {
  box-shadow: none;
}

#faq .accordion-body {
  padding: 35px;
  font-family: 'Lato', sans-serif;
  background: rgba(239, 240, 240, 0.6);
  border:0;
}

#faq .accordion-item {
  margin-bottom: 25px;
  border:0;
}



@media (max-width: 992px) {  /*LG*/
  .background-img {
    min-height:40vh;
    width:100%;
  }

  #content-container {
    min-height:60vh;
  }
}

@media (min-width: 992px) {  /*LG*/
  .vh-lg-100 {
    height: 100vh;
  }
}

@media (max-width: 1200px) {  /*XL*/

}