@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Funnel+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');

body {
  /*font-family: "Roboto", sans-serif;*/
  font-family: "Funnel Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
a {
  color: #222222;
}
table p:last-child {
  margin-bottom: 0px;
}
.border_top {
  /*border-top: 1px solid #532A15;*/
}
.border_bottom {
  /*border-bottom: 1px solid #532A15;*/
}
.border_top_light {
  border-top: 1px solid #dee2e6 ;
}
.border_bottom_light {
  border-bottom: 1px solid #dee2e6 ;
}
.border_light {
  border: 1px solid #dee2e6 ;
}
.no_border_last:last-child {
  border: none;
}
.cursor {
  cursor: pointer;
}
.text_hnedy {
  color: #532a15;
}
.text_zluty {
  color: #fee8bd;
}
.size075 {
  font-size: 0.75rem;
  line-height: 0.75rem;
}
.size085 {
  font-size: 0.85rem;
}
.size1 {
  font-size: 1.0rem !important;
}
.size12 {
  font-size: 1.2rem !important;
}
.line125 {
  line-height: 1.25rem;
}
.font-weight-600 {
  font-weight: 600;
}
#obsah {
  min-height: 75vh;
}
#top_bar, #top_bar a {
  color: #fee8bd;
  background-color: #532a15;
}
#top_bar a {
  font-weight: 200;
  font-size: 0.85rem;
}
#logo {
  height: 64px;
}
#menu {
  background-color: #fee8bd;
  color: #532a15;
}
.navbar-nav {
  /*width: 100%;
  justify-content: space-around;*/
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
  color: #532a15;
  font-size: 1.35rem;
  font-weight: 600;
  text-transform: uppercase;
}
.h1_top {
  font-size: 1.75rem;
  margin-bottom: 0px;
}
.h1_top a {
  color: #532a15;
}
.h1_top a:hover {
  text-decoration: none;
}
#top_kosik {
  background-image: url("../images/kosik.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 50px;
  width: 50px;
  position: relative;
  margin-right: 1rem;
}
#top_kosik .pocet {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 1rem;
  background: #e63946;
  color: white;
  border-radius: 50%;
  padding: 10px;
  place-items: center;
  min-width: 24px;
  min-height: 24px;
  aspect-ratio: 1 / 1;
  display: inline-flex;
}
h1 {
  color: #532a15;
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}
h2 {
  font-size: 2.75rem;
  color: #532a15;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}
h3 {
  font-weight: 400;
}
#uvod_header {
}
#uvod h2 {
  font-family: "Alfa Slab One", serif;
  font-weight: 400;
  font-style: normal;
}
.uvod_item {
  margin-bottom: 3rem;
  text-align: center;
}
.uvod_item_img {
  width: 75%;        /* nebo třeba 50%, nebo auto */
}
.uvod_item h3 {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 600;
  color: #555555;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.uvod_item_cena {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.btn_detail {
  color: #fee8bd;
  background-color: #532a15;
  border: 1px solid #532a15;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn_detail:hover {
  background-color: #fee8bd;
  color: #532a15;
}
.btn_zluty {
  color: #532a15;
  background-color: #fee8bd;
  border: 1px solid #fee8bd;
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn_zluty:hover {
  color: #fee8bd;
  background-color: #532a15;
}
.btn_tagy {
  background-color: #fee8bd;
  color: #532a15;
  border: 1px solid #fee8bd;
  padding: 0.25rem 1rem;
  border-radius: 0.25rem;
}
.btn_tagy:hover {
  color: #fee8bd;
  background-color: #532a15;
}
#modalKosik .modal-header {
  color: #fee8bd;
  background-color: #532a15;
}
#modalKosik .close {
  color: #fee8bd;
}
#pata_kontakty {
  color: #fee8bd;
  background-color: #532a15;
}
#pata_kontakty a {
  color: #fee8bd;
}
#pata {
  color: #dddddd;
  font-weight: 300;
}
#pata_kontakty h4 {
  font-size: 1.20rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0.25rem;
}
#copyright {
  padding: 0.75rem;
  background-color: #1b1e21;
  color: #dddddd;
}
#detail_popis_dlouhy {
  background-color: #F5F5F5;
}
.detail_detail {
  /*-webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);
  box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);*/
  padding: 1rem 2rem;
  background-color: #FEE8BD;
}
.detail_cena {
  color: #532a15;
  font-size: 2rem;
  font-weight: 600;
}
.detail_mnozstvi {
  width: 150px;
}
.detail_parametry span {
  font-family: 'Big Shoulders Display', sans-serif;
  border: 1px solid rgb(33, 37, 41);
  color: rgb(33, 37, 41);
  display: inline-block;
  min-width: 45px;
  height: 36px;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 33px;
  padding-left: 10px;
  padding-right: 10px;
}
.detail_parametry span.selected {
  background-color: rgb(33, 37, 41);
  color: #cccccc;
}
.btn_outline_dark {
  border: 1px solid rgb(33, 37, 41);
  color: rgb(33, 37, 41) !important;
  background-color: transparent;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Big Shoulders Display', sans-serif;
  padding: 0rem 2rem !important;
  text-transform: uppercase;
}
#collapseKosikRightBox {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 2;
}
#collapseKosikRight {
  height: 100%;
  width: 0px;
  transition: width 1s;
  -moz-transition: width 1s; /* Firefox 4 */
  -webkit-transition: width 1s; /* Safari and Chrome */
  -o-transition: width 1s; /* Opera */
}
#collapseKosikRight.show {
  width: 350px;
}
#collapseKosikRight .card {
  height: 100%;
  background-color: #F8F8F8;
  display: flex;
  flex-flow: column;
}
#collapseKosikBg {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  background-color: #000000;
  z-index: 1;
}
#collapseKosikRightHeader {
  background-color: #E2E2F2;
}
#collapseKosikRightBody {
  overflow-y: auto;
  flex: 2;
}
#collapseKosikRightFooter {
  /*position: absolute;
  bottom: 0px;*/

}
#collapseKosikRightHeader .close {
  font-size: 2rem;
  opacity: 1;
  font-weight: 400;
  margin-top: -3px;
}
#kosik h1, #kosik h2 {
  font-family: "Funnel Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0px;
}
#kroky_kosiku h2 {
  font-size: 1.1rem;
}
#kroky_kosiku h2 a {
  color: #532a15;
}
#kroky_kosiku h2::after {
  color: #6c757d ;
  content: "\f054";
  font-family: "Font Awesome 5 Free"; /* Specifický název pro verzi 5 */
  font-weight: 900; /* Důležité: Solid ikony vyžadují tloušťku 900 */
  font-size: 0.75rem;
  width: 30px;
  text-align: center;
  display: inline-block;
  position: relative;
  top: -2px;
}
#kroky_kosiku h2.text_hnedy::after {
  color: #532a15;
}
#kroky_kosiku h2:last-child::after {
  content: none;
}
.bg_dark {
  padding: 0.5rem;
  text-transform: uppercase;
  background-color: #212529;
  color: #eeeeee;
}
.kosik_h1, .kosik_h2 {
  border-bottom: 1px solid #532A15;
  margin-bottom: 0px;
  padding: 0.5rem;
  text-transform: uppercase;
  background-color: #212529;
  color: #eeeeee;
}
#kosik .kosik_item h2 a {
  color: #532A15;
  font-size: 1.2rem;
  font-weight: 700;
}
#kosik .kosik_item {
  color: #212529;
  font-size: 1.0rem;
}
.kosik_item {
  line-height: 20px;
}
.kosik_item p, .kosik_right_item p {
  margin: 0;
}
.kosik_ikona {
  font-size: 1.5rem;
  font-weight: 200;
  margin-top: 1px;
}
.kosik_ikona.float-left {
  margin-top: 0px;
}
.kosik-mnozstvi {
  background-color: transparent;
  height: 22px;
}
#kosik .form-control {
  width: auto;
}
.form-check-input-cb {
  margin-top: 0.28rem;
}
.form-check-input {
  margin-top: 0.20rem;
}
#map {
  /*height: calc(100vh - 250px);*/
  height: 60vh;
  width: 100%;
}


@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}

@media (min-width: 1600px) {
}


@media (max-width: 1399px) {
}

/* Large devices - screen-lg (šířka mensi než 1200px) */
@media (max-width: 1199px) {
}

/* Medium devices - screen-md (šířka mensi než 992px) */
@media (max-width: 991px) {
  #navbarNav {
    position: absolute;
    background-color: #fee8bd;
    top: 57px;
    left: -7px;
    width: 540px;
    padding: 0rem 1rem 1rem  ;
    z-index: 2;
  }
}

/* Small devices - screen-sm (šířka mensi než 768px) */
@media (max-width: 767px) {
}

/* Extra small devices - screen-xs (šířka mensi než 576px) */
@media (max-width: 575.98px) {
  #uvod_header {
    margin-left: -15px;
    margin-right: -15px;
  }
  .detail_detail {
    padding: 1rem 1rem;
  }
  #kosik h1, #kosik h2 {
    font-size: 1.0rem;
  }
  #map {
    height: 80vh;
  }
  #top_kosik {
    margin-right: 0.5rem;
  }
  #navbarNav {
    position: absolute;
    background-color: #fee8bd;
    top: 56px;
    left: -7px;
    width: 100vw;
  }
  #kroky_kosiku h2 {
    font-size: 0.85rem;
  }
  #kroky_kosiku h2::after {
    width: 20px;
    font-size: 0.60rem;
    top: -1.5px;
  }

}

@media (max-width: 450px) {
  #copyright {
    padding: 0.75rem 0rem;
    font-size: 0.85rem;
  }
  .h1_top {
    font-size: 1.3rem;
    margin-bottom: 0px;
  }
  #kroky_kosiku h2 {
    font-size: 0.8rem;
  }
  #kroky_kosiku h2::after {
    width: 18px;
    font-size: 0.50rem;
    top: -1.5px;
  }

}
