@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Helvetica', sans-serif;
  background-color: #F8F8F8;
}
.bodyOverFlow {
  overflow: hidden;
  padding-right: 16px;
}
a {
  color: #000000;
}
a:hover {
  color: #3D5A23;
  text-decoration: none;
}
h1 {
  font-size: 1.75rem;
  color: #3D5A23;
  font-weight: 400;
  margin-bottom: 1.5rem;
/*  font-family: 'Syne', sans-serif;*/
}
h2 {
  color: #3D5A23;
  font-weight: 500;
  margin-bottom: 1.0rem;
  font-size: 1.75rem;
  /*text-transform: uppercase;*/
}
h3 {
  font-size: 1.25rem;
  margin-top: 0.5rem;
}
h5 {
  font-weight: 300;
}
.text_green {
  color: #3D5A23;
}
.text_green_light, .skladem {
  color: #95C11F;
}
.vyprodano {
  color: #C6C6C6;
}
.size085 {
  font-size: 0.85rem !important;
}
.size09 {
  font-size: 0.9rem !important;
}
.size095 {
  font-size: 0.95rem !important;
}
.font-weight-300, #detail label {
  font-weight: 300 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.bg_zelena {
  background-color: #3D5A23;
  color: #FFFFFF;
}
.btn.bg_zelena:hover {
  opacity: 0.95;
  color: #D8EBC7;
}
.bg_zelena_light {
  background-color: #D8EBC7;
  color: #000000;
}
.color_zelena {
  color: #3D5A23;
}
.color_zelena_light {
  color: #D8EBC7;
}
.color_cervena {
  color: #ed292d;
}
.border_top_zelena {
  border-top: 1px solid #3D5A23;
}
.border_bottom_zelena {
  border-bottom: 1px solid #3D5A23;
}
.border_top_zelena_light {
  border-top: 1px solid #dee2e6 ;
}
.border_bottom_zelena_light {
  border-bottom: 1px solid #dee2e6 ;
}
.border_zelena_light {
  border: 1px solid #dee2e6 ;
}
.no_border_last:last-child {
  border: none;
}
.cursor {
  cursor: pointer;
}
.size08 {
  font-size: 0.8rem;
}
.size075 {
  font-size: 0.75rem;
}
.size06 {
  font-size: 0.6rem;
}
.size12 {
  font-size: 1.2rem;
}
.size1 {
  font-size: 1rem !important;
}
.size125 {
  font-size: 1.25rem !important;
}
.size15 {
  font-size: 1.5rem !important;
}
.size2 {
  font-size: 2rem;
}
.line12 {
  line-height: 1.2;
}
.uvod_text {
  font-size: 1.15rem;
  font-weight: 400;
}
.uvod_ikony_item > div {
  background-color: #D8EBC7;
  font-size: 0.75rem;
}
.uvod_ikona {
  height: 80px;
  width: 80px;
}
.uvod_ikona_popis {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 400;
  font-size: 1.0rem;
}
.uvod_ikona:hover {
  opacity: 0.5;
}
.podkategorie_item > div {
  background-color: #E8DFD6;
  min-height: 72px;
  height: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
}
#uvod h2, #pata h2 {
  /*font-family: 'Syne', sans-serif;*/
}
#top_info {
  background-color: #D8EBC7;
  padding: 0.5rem 0px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #3D5A23;
  border-bottom: 1px solid #3D5A23;
}
#top_menu {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#top_menu .row  {
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_menu .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: -0.1em;
  content: "";
  border-top: 0.7em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}
#top_kosik {
  font-size: 5rem;
  color: #3D5A23;
  font-weight: 600;
}
#search_input {
  width: 0px;
  position: absolute;
  right: 110px;
  transition: width 1s;
  -moz-transition: width 1s; /* Firefox 4 */
  -webkit-transition: width 1s; /* Safari and Chrome */
  -o-transition: width 1s; /* Opera */
  padding-left: 0px;
  padding-right: 0px;
  border-width: 0px;
}
#search_input.visible {
  width: 500px;
  max-width: 100%;
  display: inline;
  padding: 0.375rem 0.75rem;
  border-width: 1px;
}
#search_input2 {
  width: 0px;
  position: absolute;
  left: 70px;
  transition: width 1s;
  -moz-transition: width 1s; /* Firefox 4 */
  -webkit-transition: width 1s; /* Safari and Chrome */
  -o-transition: width 1s; /* Opera */
  padding-left: 0px;
  padding-right: 0px;
  border-width: 0px;
}
#search_input2.visible {
  width: calc(100% - 160px);
  max-width: 100%;
  display: inline;
  padding: 0.375rem 0.75rem;
  border-width: 1px;
}
#menu {
  background-color: #D8EBC7;
}
#menu a {
  color: rgb(30, 43, 17);
  font-weight: 500;
}
#menuMobile {
  position: absolute;
  left: 25%;
  right: 0px;
  background-color: #FFFFFF;
  z-index: 10;
  padding: 0rem 0rem;
  box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: -10px 10px 5px 0px rgba(0,0,0,0.2);
  top: 104px;
}
#menuMobile .nav-link {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
#menu a.gold_kolekce {
  background-image: url("../images/bg_gold_kolekce.png");
  background-repeat: repeat-y;
  background-position: center;
  background-size: contain;
  background-color: #d1b876;
  color: #ffffff;
}
#menu a.menu_akce {
  background-color: #ed292d;
  color: #ffffff;
}
#obsah {
  min-height: calc(100vh - 655px);
}
#footer {
  background-color: #D8EBC7;
  padding: 0.75rem 0px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #3D5A23;
}
#pata_proc_unas {
  border-top: 1px solid #3D5A23;
  font-size: 0.75rem;
}
#pata_proc_unas img {
  width: 100px;
}
#pata_kontakt {
  line-height: 2rem;
}
#texty {
  min-height: 200px;
  font-weight: 300;
  text-align: justify;
}
.kategorie_item_container {
  border-bottom: none;
}
.kategorie_item {
  position: relative;
  height: 100%;
  line-height: 1.35;
  background-color: #FFFFFF;
}
.kategorie_item_gold {
  width: 58px;
  position: absolute;
  bottom: 5px;
  left: 2rem;
}
.kategorie_item_akce {
  width: 24px;
  position: absolute;
  top: 8px;
  left: 2rem;
}
#uvod_akce {
  border-top: 5px solid #ed292d;
}
#uvod_gold {
  border-top: 5px solid #CCBB81;
}
#uvod_nejprodavanejsi {
  border-top: 5px solid #96BA15;
}
.uvod_item_gold {
  width: 58px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.uvod_item_akce {
  width: 32px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.kategorie_item:hover {
  /*-webkit-box-shadow: 0px 0px 15px 0px rgba(170,170,170,1);
  -moz-box-shadow: 0px 0px 15px 0px rgba(170,170,170,1);
  box-shadow: 0px 0px 15px 0px rgba(170,170,170,1);*/
}
.kategorie_item h2 {
  font-size: 1.25rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.kategorie_item h2 a {
  color: #3D5A23;
}
.kategorie_cena {
  /*position: absolute;
  bottom: 3px;*/
  font-size: 1.35rem;
  margin-left: 16px;
  margin-top: 12px;
  /*left: 50%;
  transform: translate(-50%, 0%);*/
  display: flex;
  align-items: baseline;
}
.kategorie_cena.color_cervena {
  font-weight: 600;
}
#uvod .kategorie_cena {
  font-weight: 400;
  margin-top: 7px;
}
.kategorie_puvodni_cena {
  text-decoration: line-through;
  margin-left: auto;
  font-weight: 400;
  font-size: 1.1rem;
}
#detail h1 {
  font-size: 2rem;
}
#detail iframe {
  display: none;
}
.detail_cena {
  font-size: 2rem;
  font-weight: 600;
  color: #ed292d;
}
.detail_puvodni_cena, .kategorie_puvodni_cena {
  color: rgba(0, 0, 0, 0.50);
}
.puvodni_cena {
  text-decoration: line-through;
  font-weight: normal;
  color: #AAAAAA;
}
.detail_gold {
  width: 105px;
  position: absolute;
  bottom: 46px;
  left: 2rem;
}
.detail_akce {
  width: 60px;
  position: absolute;
  top: 30px;
  left: 2rem;
}
#detail_form {
}
.detail_input_velikost {
  max-width: 300px;
}
#detail button {
  font-size: 1.35rem;
}
#detail_popis_dlouhy h2 {
  font-size: 1.35rem;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
#detail_popis_dlouhy h2 strong {
  font-weight: bold!important;
}
#detail_popis_dlouhy a {
  color: #3D5A23;
}
#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-size: 1.25rem;
  font-weight: 400;
  margin-bottom: 0px;
}
.kosik_h1, .kosik_h2 {
  border-bottom: 1px solid #3D5A23;
  margin-bottom: 0px;
  padding-bottom: 0.6rem;
}
#kosik .kosik_item h2 a {
  color: #3D5A23;
  font-size: 1.2rem;
}
#kosik .kosik_item {
  color: #212529;
  font-size: 1.0rem;
}
.kosik_item {
  line-height: 20px;
}
.kosik_ikona {
  font-size: 1.5rem;
  font-weight: 200;
  margin-top: 1px;
}
.kosik_ikona.float-left {
  margin-top: 0px;
}
.kosik-mnozstvi {
  background-color: #F8F8F8;
  height: 22px;
}
#kosik .form-control {
  width: auto;
}
.form-check-input-cb {
  margin-top: 0.28rem;
}
#zdravotni_ucinky {
  width: 50%;
}

/* Large devices - screen-lg (šířka mensi než 1200px) */
@media (max-width: 1199px) {

  .detail_gold {
    width: 105px;
    position: absolute;
    bottom: 95px;
    left: 1rem;
  }
  .detail_akce {
    width: 55px;
    left: 1rem;
  }

}


/* Medium devices - screen-md (šířka mensi než 992px) */
@media (max-width: 991px) {

  .detail_gold {
    width: 95px;
    position: absolute;
    bottom: 200px;
    left: 1rem;
  }
  .detail_akce {
    width: 50px;
    left: 1rem;
  }
}

/* Small devices - screen-sm (šířka mensi než 768px) */
@media (max-width: 767px) {
  #zdravotni_ucinky {
    width: 100%;
  }
  .detail_gold {
    width: 105px;
    position: absolute;
    bottom: 35px;
    left: 1rem;
  }
  .detail_akce {
    width: 60px;
    position: absolute;
    top: 130px;
    left: 1rem;
  }


}


/* Extra small devices - screen-xs (šířka mensi než 576px) */
@media (max-width: 575px) {


}

@media (max-width: 450px) {

  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.6rem;
  }
  .uvod_ikona {
    height: 100px;
    width: 100px;
  }
  #pata_proc_unas .row {
    font-size: 0.77rem;
  }
  #footer {
    font-size: 0.8rem;
  }
  .kategorie_item_container {
    border-bottom: 1px solid #D8EBC7;
  }
  .kategorie_item_container:last-child {
    border-bottom: none;
  }

}
