:root {
  --color-white: rgb(255, 255, 255);
  --color-black: rgb(0, 0, 0);
  --color-shade: rgb(17, 17, 17);
  --color-light: rgb(238, 238, 238);
  --color-mont: rgb(252, 250, 238);
  --color-guer: rgb(119, 114, 110);
  --color-dems: rgb(199, 146, 17);
  --color-red: rgb(255, 0, 0);
  --bs-border-radius: 0;
}

html,
body,
.font-p {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

html {
  font-size: 18px;
}

body {
  background-color: var(--color-mont);
  color: var(--color-guer);
}

h1, h2, h3, h4, h5, h6,
.btn,
.font-h {
  font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
}

.btn {
  font-weight: 800;
  letter-spacing: 0.05rem;
}

*:focus-visible {
  box-shadow: none !important;
  outline: 3px solid black !important;
  outline-offset: 2px !important;
}
nav .dropdown-menu-dark *:focus-visible,
footer *:focus-visible {
  outline: 3px solid white !important;
}

header {
  background-color: var(--color-white);
  color: var(--color-black);
}

footer {
  background-color: var(--color-black);
  color: var(--color-white);
  text-align: center;
  font-size: 0.7rem;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}

.navbar,
.dropdown-item {
  font-size: 0.9rem;
}

.dropdown-item {
  font-weight: 600;
}

.dropdown-menu-dark {
  background-color: var(--color-black);
}

footer .nav-link,
footer .nav-link:hover,
.dropdown-menu-dark .dropdown-item {
  color: var(--color-white);
}

footer .nav-link {
  font-size: 0.8rem;
}

header .nav-link {
  outline: 0 !important;
}

header .nav-link:hover,
footer .nav-link:hover {
  text-underline-offset: 0.4rem;
  text-decoration: underline solid 2px;
  /*outline: 0 !important;*/
}

.nav-link:focus-visible {
  box-shadow-color: var(--bs-btn-bg);
}

header .nav-link:focus-visible {
  box-shadow: none;
}

section {
  position: relative;
}

.dropdown-menu-dark .dropdown-item:hover {
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

#product-list h2 {
  color: var(--color-black);
}

#product-list a {
  color: var(--color-shade);
  text-decoration: none;
}

#product-list .card-img > a,
#product-list .card-img {
  position: relative;
}

#product-list .card-img {
  overflow: hidden;
}

#product-list .card-img .card-icons {
  transition: transform .2s;
}

#product-list .card-body {
  background-color: var(--color-white);
}

#product-list .card:hover .card-body .more-info,
#product-list .card:hover h5 {
  color: var(--color-dems);
}

#product-list .card-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 250ms;
}

#product-list .card-icons a {
  background-color: var(--color-white);
  display: inline-block;
  border-radius: 50%;
  pointer-events: auto !important;
}

#product-list .card-img:hover .card-icons {
  display: flex;
  visibility: visible;
  opacity: 1;
}

#product-list a.card:hover .card-img-top {
  transform: scale(1.1);
}

#product-list .card-icons a:hover,
#product-list .card-body a:hover {
  color: var(--color-dems);
}

#product-list .card-icons a i {
  margin: 15px;
  font-size: 85%;
}

#static-page #product-list,
#product-page #product-list {
    background-color: var(--color-white);
}

#static-page #product-list .card-body,
#product-page #product-list .card-body {
    background-color: var(--color-mont);
}

#newsletter {
  background-image: url("/resources/img/header-final.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#newsletter:before {
  content: '';
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.5;
}

/*.background-overlay {*/
/*    background-color: #000000;*/
/*    opacity: 0.5;*/
/*    inset: 0;*/
/*    position: absolute;*/
/*}*/

#newsletter a {
  color: var(--color-white);
}

#newsletter label[for="newsletter-form-email"] {
  font-size: 2.5rem;
  color: var(--color-white);
}

#newsletter form {
  position: relative;
  color: var(--color-white);
}

#newsletter form input[type="email"] {
  color: var(--color-white);
  border: none;
  border-bottom: 1px solid var(--color-white);
  box-shadow: none;
  outline: none;
  resize: none;
  background-color: transparent;
  width: 100%;
}

#newsletter form input[type="email"]::placeholder {
  color: var(--color-white);
}

#newsletter form button[type="submit"] {
  color: var(--color-white);
  position: absolute;
  width: 30px;
  border: none;
  top: 0;
  right: 0;
  font-size: 18px;
  background-color: transparent;
  display: inline-block;
}

#newsletter form label[for="newsletter-form-gdpr"] {
  font-size: 90%;
}

#references h2 {
  color: var(--color-black);
}

#references .ref-item .fa-quote-left {
  font-size: 2rem;
}

#references .name {
  font-size: 1.1rem;
  font-weight: bold;
  font-style: italic;
}

.list-prod .card {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  overflow: hidden;
  max-width: 400px;
}

.list-prod .card-img-top {
  display: block;
  border-radius: 0;
  transition: all .3s ease;
}

.container {
  max-width: 960px;
}

.datepicker {
  font-size: 0.8rem;
}

.btn {
  text-transform: uppercase;
  --bs-btn-font-size: 0.8rem;
}

.btn-primary {
  --bs-btn-bg: rgb(199, 146, 17);
  --bs-btn-border-color: rgb(199, 146, 17);
  --bs-btn-hover-bg: rgb(177, 131, 18);
  --bs-btn-hover-border-color: rgb(177, 131, 18);
}

.btn-secondary {
    --bs-btn-bg: rgb(108 117 125);
    --bs-btn-border-color: rgb(108 117 125);
    --bs-btn-hover-bg: rgb(92 99 106);
    --bs-btn-hover-border-color: rgb(92 99 106);
}

#mission {
  background-color: var(--color-white);
}
#mission h1 {
  color: var(--color-black);
}

#horoscope {
  background-color: var(--color-white);
}

#horoscope h2,
#horoscope h3,
#horoscope h4 {
  color: var(--color-black);
}
#horoscope .sign-picture img {
  transition: all .3s ease;
}
#horoscope .horoscope-sign a:hover .sign-picture img {
  transform: scale(1.1);
}
#horoscope .horoscope-sign a {
  text-decoration: none;
  color: var(--color-guer);
}
#horoscope .horoscope-sign a:hover h4 {
  color: var(--color-dems);
}

#product-detail h1 {
  color: var(--color-black);
}

#product-detail .product-price {
  font-size: 1.3rem;
  color: var(--color-dems)
}

#social a {
  display: inline-block;
  color: var(--color-white);
  text-decoration: none;
  height: 18px;
  padding-left: 25px;
}
#social a:hover {
  text-decoration: underline;
  background-image: url("/resources/img/facebook-logo-orange.png");
}
#social-facebook {
  background-image: url("/resources/img/facebook-logo-secondary.png");
  background-repeat: no-repeat;
  background-size: 18px 18px;
}

#static-text #horoscope {
  background-color: var(--color-mont);
}

#static-page main h1 {
  color: var(--color-black);
}

.formn .input-group-addon {
  font-size: 0.9rem;
  padding: 5px 2px 0 0;
  color: var(--color-black);
  background-color: var(--color-white);
  border: none;
  border-bottom: 1px solid var(--color-guer);
  box-shadow: none;
  outline: none;
}
.formn.bud .input-group-addon {
  background-color: var(--color-mont);
}
.formn label {
  color: var(--color-black);
}
.formn input[type="text"],
.formn input[type="email"],
.formn input[type="password"],
.formn textarea,
.formn select {
  font-size: 0.9rem;
  padding: 4px 8px;
  color: var(--color-black);
  border: none;
  border-bottom: 1px solid var(--color-guer);
  box-shadow: none;
  outline: none;
}
.formn input[type="text"]:focus,
.formn input[type="email"]:focus {
  border-bottom-color: var(--color-black);
}
.formn.validated input[type="text"]:invalid,
.formn.validated input[type="email"]:invalid,
.formn.validated input[type="checkbox"]:invalid,
.formn.validated input[type="radio"]:invalid,
.formn.validated textarea:invalid,
.formn.validated select:invalid {
  border-bottom-color: var(--bs-form-invalid-color);
}
.formn textarea {
  resize: none;
}
.formn .form-textarea-counter {
  position: absolute;
  right: 0;
  font-size: 0.7rem;
  font-weight: bold;
}

.formn.bud input[type="text"],
.formn.bud input[type="email"],
.formn.bud textarea,
.formn.bud select {
  background-color: var(--color-mont);
}

#order .form-item-required,
.formn .form-item-required {
  color: var(--color-red)
}

.table {
  border-spacing: 1px;
  border-collapse: separate;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.table thead tr th {
  background-color: #e4dcc2;
  color: #000;
}
.table tbody tr td {
  background-color: #f7f5ee;
  color: #888;
  padding: 15px;
}

.table.kalendar-mien {
  border-spacing: 1px;
  border-collapse: separate;
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.table.kalendar-mien thead tr.den th {
  background-color: #e4dcc2;
  color: #000;
  width: 14.2%;
}
.table.kalendar-mien tbody td {
  position: relative;
  background-color: #f7f5ee;
  color: #888;
  padding: 0;
}
.table.kalendar-mien tbody td > div,
.table.kalendar-mien tbody td > a:first-child {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 15px 40px 15px;
  text-align: center;
  text-decoration: none;
  color: black;
  box-sizing: border-box;
}
.table.kalendar-mien tbody td > div > span,
.table.kalendar-mien tbody td > a:first-child > span {
  color: #888;
}
.table.kalendar-mien tbody td > a:last-child {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
  text-decoration: none;
}
.table.kalendar-mien tbody td.vikend {
  background-color: #eee8d8;
  color: #888;
}
.table.kalendar-mien tbody td.dnes {
  background-color: #fcefc4;
  color: #888;
  border: 2px dashed red;
}
.table.kalendar-mien tbody .holiday-text {
  font-size: 80%;
  line-height: 110%;
  margin-top: 2px;
}
.table.kalendar-mien tbody .logo-pohladnice {
  width: 99px;
  height: 10px;
  outline: 5px solid var(--color-white);
  background-color: var(--color-white);
}
.table.kalendar-mien tbody td.meno:hover {
  background-color: #e4dcc2;
}

#names-calendar a {
  color: var(--color-black);
  text-decoration: none;
}
#names-calendar a:hover {
  color: var(--color-dems);
}

.not-active:hover {
  opacity: 1;
}
.compact {
  font-size: 0.7rem;
}
.compact h3 {
  font-size: 1rem;
  margin-bottom: 0;
}
.not-active {
  opacity: 0.4;
}
.hero-header {
  width: 100%;
  height: clamp(180px, 40vw, 380px);
  background-image: url("/resources/img/header-final.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
}

.carousel-item .hero-text,
.hero-header .hero-text {
  font-family: "PT Serif", "Gilda Display", serif;
 }

.hero-header .hero-text {
  position: relative;
  z-index: 2;
}

.carousel-item img {
  object-fit: cover;
  overflow: hidden;
  height: clamp(180px, 40vw, 380px);
}

.carousel .carousel-caption {
  bottom: initial;
}

.carousel-item.active {
  display: flex;
}

.carousel-item > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ohlasy > div {
  padding: 5px 10px;
  margin-bottom: 20px;
  background-color: var(--color-white);
}
.ohlasy > div::before {
    display: inline-block;
    content: "\f10d";
    font: var(--fa-font-solid);
    font-size: 1.5rem;
}
.ohlasy > div > p {
    margin: 0;
}
.ohlasy > div > p:last-child {
    margin-top: 15px;
    color: var(--color-black);
    font-family: "Gilda Display", serif;
    font-weight: bold;
    margin-bottom: 0;
}
/*
.ohlas {
  height: 225px;
  padding: 5px 10px;
  margin-bottom: 20px;
  background-color: var(--color-white);
  overflow: auto;
}
.ohlas::before {
  display: inline-block;
  content: "\f10d";
  font: var(--fa-font-solid);
  font-size: 1.5rem;
}
.ohlas .ohlas-meno {
  color: var(--color-black);
  font-family: "Gilda Display", serif;
  font-weight: bold;
  margin-bottom: 0;
}
*/

@media(max-width: 576px) {
  .kalendar-mien td {
    padding: 10px;
  }
}

.fs-1 {
  font-size: calc(1rem + 2.3vw) !important;
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 3.5rem !important;
  }
}
