<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-SemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat';
	src: url('./fonts/Montserrat-ExtraBold.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}


*{
  position: relative;
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-family: Montserrat;
}

html{
position: relative;
margin: 0px;
padding: 0px;
}

body{
position: relative;
text-align: left;
margin: 0px;
padding: 0px;
font-family: 'Poppins',Sans-Serif;
font-size: 15px;
color: black;
min-width: 320px;
margin: 0px auto;
}

form{
  border: 0px;
}

fieldset{
  border: 0px;
}

.vrch_1{
  position: relative;
  height: 109px;
  width: 100%;
  background-image: url('/img/vrch.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 200;
  background-position: left bottom;
  background-color: #afb99f;
}

.vrch_a{
  background-color: #fff;
  height: 26px;
  border-bottom: 1px solid #2e8ba4;
}


.top_menu{
  text-align: right;
}

.top_menu a{
  text-decoration: none;
  color: black;
  font-size: 12px;
  display: inline-block;
  padding: 0px 10px;
}

.vrch a{
  text-decoration: none;
  color: black;
  display: inline-block;
  font-size: 14px;
}

.vrch_obsah{
  height: 109px;
  z-index: 5;
  max-width: 1284px;
  margin: 0px auto;
}

.popup{
  display: none;
}

.home{
  position: absolute;
  top: 19px;
  left: 25px;
  z-index: 150;
}

.home img{
  width: 153px;
}

h1{
  text-align: center;
  font-size: 45px;
  font-variant: small-caps;
  font-weight: 300;
  color: #a2a497;
}

.kosik{
  position: absolute;
  top: 40px;
  right: 10px;
  width: 135px;
  height: 45px;
  background-image: url('/images/kosik_top.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.kusu_k{
  position: absolute;
  top: 2px;
  left: 2px;
  font-size: 15px;
  color: #514b4b;
  width: 20px;
  text-align: center;
}

.cena_k{
  position: absolute;
  top: 0px;
  left: 55px;
  font-size: 18px;
  color: black;
}

.text_k{
  position: absolute;
  top: 26px;
  left: 55px;
  font-size: 13px;
  color: black;
}

.hledat_btn{
  position: absolute;
  right: 4px;
  top: 5px;
}

.menu_vrch{
  position: absolute;
  top: 46px;
  left: 220px;
}

.menu_vrch_resp{
  display: none;
  position: absolute;
  top: 50px;
  left: 130px;
}

.menu_vrch_odkaz{
  font-size: 17px;
  color: white;
  display: inline-block;
  padding: 10px;
  font-variant: small-caps;
  font-weight: 500;
  text-shadow: 1px 1px 3px #0008;
  background-image: url('/img/menu.png');
  background-position: 10px 14px;
  background-repeat: no-repeat;
  padding-left: 30px;
  cursor: pointer;
}

.menu_vrch_odkaz:hover{
  color: #798777!important;
  background-color: white!important;
  text-shadow: 0px 0px 0px #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px #0003;
  background-image: url('/img/menu_h.png');
}

.menu_vrch_rozbal{
  display: none;
  background-color: #fff;
  border-radius: 3px;
  width: 205px;
}

.menu_vrch_rozbal a{
  font-size: 15px;
  color: #798777;
  display: inline-block;
  padding: 10px;
  font-variant: small-caps;
  font-weight: 500;
  width: 100%;
  border-radius: 3px;
}
.menu_vrch_rozbal a:hover{
  font-size: 15px;
  color: #fff;
  background-color: #798777;
}

.menu_vrch a{
  font-size: 17px;
  color: white;
  display: inline-block;
  padding: 14px 25px 29px 25px;
  font-variant: small-caps;
  font-weight: 500;
  text-shadow: 1px 1px 3px #0008;
}

.m_v_1{
  background-color: #d6602a!important;
}

.m_v_2{
  background-color: #004f9e!important;
  padding: 14px 16px;
}

.menu_vrch a:hover{
  color: #798777!important;
  background-color: white!important;
  text-shadow: 0px 0px 0px #fff;
  border-radius: 4px 4px 0px 0px;
  box-shadow: 2px 2px 2px #0003;
}

.menu_cont{
  background-color: black;
  height: 64px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}

.vrch_menu_2_btn{
  background-color: #a8a8a8;
  height: 50px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
  padding-top: 15px;
  display: none;
  cursor: pointer;
  float: left;
  width: 100px;
}

.vrch_menu_2_small_btn{
  color: white;
  background-image: url('/images/hamburger.png');
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0px auto;
  width: 80px;
  text-align: right;
}

.menu_cont_small{
  background-color: black;
  height: 50px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
  padding-top: 15px;
  display: none;
  cursor: pointer;
  float: left;
  width: calc(100% - 100px);
}

.menu_cont_small_btn{
  color: white;
  background-image: url('/images/hamburger.png');
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0px auto;
  width: 150px;
  text-align: right;
}

.menu_filtry_small{
  background-color: #a8a8a8;
  height: 50px;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
  padding-top: 15px;
  display: none;
  cursor: pointer;
  margin-top: 1px;
}

.menu_filtry_small_btn{
  color: white;
  background-image: url('/images/filter.png');
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0px auto;
  width: 80px;
  text-align: right;
}
.menu_blok{
  display: inline-block;
}

.menu_cont a{
  color: white;
  text-decoration: none;
  height: 66px;
  padding: 0px 20px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-right: 2px solid white;
  width: 13vw;
}

.menu_cont a:hover{
  background-color: #7b8979;
  color: #fff;
}

.menu_p_4 a{
  width: calc(16vw + 4px);
}
.menu_p_11 a{
  width: 8vw;
}
.menu_p_12 a{
  width: 8vw;
}

.menu_spacer{
  width: 100%;
  height: 2px;
  background-color: white;
}

.menu_cont .menu_blok:first-child{
  border-left: 2px solid white;
}

.slider{
  width: 100%;
  /*height: 599px;*/
  clear: both;
}
.slider a{
  width: 100%;
  display: block;
}

.slider a img.is_img{
  max-width: 100%;
  width: 1284px;
  /*height: 599px;*/
  display: block;
  margin: 0px auto;
}
.slider a img.is_back{
  position: absolute;
  width: 100%;
  height: 599px;
  display: block;
  filter: blur(30px);
}

.slider_top{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 109px;
  height: 18%;
  background-image: url('/img/vrch_line_1.png');
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 4;
  background-size: 100% 100%;
}
.slider_bot{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 109px;
  height: 18%;
  background-image: url('/img/vrch_line_2.png');
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
  background-size: 100% 100%;
}

#kosik_nahled{
position: absolute;
top: 83px;
right: 0px;
width: 350px;
background-color: #f9f9f9;
border: 2px solid #7b8979;
z-index: 1001;
text-align: left;
display: none;
}

.kosik_nahled_zbozi{
margin: 15px;
width: calc(100% - 30px);
}

.kosik_nahled_img{
padding: 0px 40px 0px 10px;
text-align: center;
width: 140px;
}

.kosik_nahled_nadpis{
font-weight: 500;
font-size: 15px;
}

.kosik_nahled_cena_gray{
color: #7f8182;
font-size: 12px;
}

.kosik_nahled_cena{
font-weight: 500;
color: #444;
font-size: 12px;
}

.kosik_nahled_spacer{
position: relative;
clear: both;
width: 340px;
height: 1px;
border-bottom: 1px solid #e9e9e9;
}

.kosik_nahled_cely{
position: relative;
width: 350px;
font-size: 14px;
padding: 10px 0px;
border-bottom: 1px solid #e9e9e9;
color: #798777;
text-align: center;
}

.kosik_nahled_k_pokladne{
text-decoration: none;
color: white;
}

.kosik_nahled_cely a{
color: #798777;
}

.kosik_nahled_celkem{
margin: 20px 15px 20px 30px;
width: calc(100% - 45px);
position: relative;
}

.kosik_nahled_celkem_text{
white-space: nowrap;
font-weight: bold;
}

.padding_right{
padding-right: 55px;
}

.kosik_nahled_celkem_text_orange{
font-size: 14px;
font-weight: bold;
color: #799575;
}

.orange{
color: #f5a623!important;
white-space: nowrap;
}

.orange_btn{
border: 0px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
padding: 10px 16px;
background-color: #799575;
color: white;
font-weight: bold;
font-size: 14px;
cursor: pointer;
}

.submenu_1{
  position: absolute;
  z-index: 99;
  width: 96%;
  top: 64px;
  left: 2%;
  background-color: #7b8979cc;
  /*backdrop-filter: blur(2px);*/
  /*height: calc(80% - 128px);*/
  height: calc(43vw - 140px);
  background-size: cover;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
}
.submenu_2{
  position: absolute;
  z-index: 99;
  width: 96%;
  
  top: 130px;
  left: 2%;
  background-color: #7b8979cc;
  /*height: calc(80% - 128px);*/
  height: calc(43vw - 140px);
  background-size: cover;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
}

.submenu_cont{
  position: relative;
  height: 100%;
  float: left;
  width: 74%;
}

.submenu_cont_close{
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #00000038;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 15px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffffba;
  cursor: pointer;
}

.smm_1_{
  height: calc(43vw - 140px)!important;
  top: 64px!important;
}
.smm_2_{
  height: calc(43vw - 140px)!important;
  top: 130px!important;
}

a.submenu_blok{
  position: relative;
  float: none;
  border: 0px;
  border-top: 2px solid white;
  width: 100%;
  height: 57px;
  background-color: #f2f2f3;
  display: block;
  text-align: center;
  padding-top: 17px;
}

a.submenu_blok:hover{
background-color: #d9d9d9;
}

.submenu_radky{
  width: 26%;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
  background-color: #f2f2f3;
  float: left;
}

.submenu_pop{
  display: none;
}

.zbozi_menu{
  float: left;
  background-color: white;
  width: 28%;
  height: 70%;
  margin: 6% 1% 6% 3%;
  display: block;
}

.zbozi_menu_img{
  width: 80%;
  height: 50%;
  margin: 10%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.zbozi_menu_text{
  width: 80%;
  height: 30%;
  margin: 0% 10%;
  overflow: hidden;
  font-size: 11px;
  text-align: center;
}

.zbozi_menu_text h2{
  font-size: 13px;
  font-weight: 600;
}
.zbozi_menu_text p{
  overflow: hidden;
  text-overflow: ellipsis;
  height: 40px;
}

.index_b{
  width: 100%;
  display: table;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.2);
}
.index_cont{
  width: 100%;
  display: table-row;
}

.index_b_text{
  width: 41%;
  padding: 0% 6%;
  display: table-cell;
  vertical-align: middle;
}

.index_b_text h2{
  font-size: 3vw;
  font-weight: 600;
  padding-bottom: 5%;
}
.index_b_text p{
  font-size: 1.2vw;
  font-weight: 300;
}

.index_b_img{
  width: 59%;
  display: table-cell;
}

.index_b_img img{
  width: 90%;
  margin: 5%;
  display: block;
}

.fl_right .index_b_text{
  float: right!important;
}

.index_b_btn{
  display: block;
  color: white;
  font-size: 20px;
  background-color: #798777;
  font-weight: 500;
  text-decoration: none;
  width: 140px;
  height: 48px;
  text-align: center;
  padding-top: 10px;
  margin-top: 5%;
}

.index_b_btn:hover{
  background-color: #d6602a;
}

.both{
  clear: both;
}

.zbozi_tit h1{
  text-align: center;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: 5px;
  padding: 3% 0px;
}

.tit_arrows{
position: absolute;
right: 20px;
top: -4px;
}

.table_tit_cont,.table_tit_cont_2,.table_tit_cont_3{
  width: 89.6vw;
  margin: 0px auto;
  overflow: hidden;
  height: 727px;
  border: 1px solid #dfdfdf;
}

.tit_tit, .tit_tit_2, .tit_tit_3{
  position: absolute;
}

.table_tit, .table_tit_2, .table_tit_3{
  border-collapse: collapse;
  position: absolute;
}

.table_tit tr td{

}

.karta_tit{
  border-right: 1px solid #dfdfdf;
  width: 22.4vw;
  height: 725px;
  padding: 10%;
  display: block;
  text-decoration: none;
  color: black;
}

.kt_last{
  border: 0px;
}

.karta_tit a{
  text-decoration: none;
  color: black;
}

.grid{
  display: inline-grid;
  grid-template-columns: 22.4vw 22.4vw 22.4vw;
  grid-gap:1px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
}

.karta_zb{
  width: 100%;
  /*height: 705px;*/
  padding: 2.2vw;
  display: block;
  text-decoration: none;
  color: black;
  clear: both;
}

.karta_zb a{
  text-decoration: none;
  color: black;
}

.karta_img{
  display: block;
  height: 290px;
  width: 45%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  float: left;
}

.karta_nadpis{
  width: 55%;
}
.karta_nadpis,.karta_nadpis h2{
  color: #626f25;
  display: inline-block;
  text-decoration: none;
  font-size: 32px!important;
  font-weight: 400!important;
  /*height: 55px;*/
  letter-spacing: 0px!important;
  /*margin-bottom: 5px;*/
}

.mini_menu_2{
  display: none;
}

.karta_nadpis_2{
  /*width: 55%;*/
  display: none;
}
.karta_nadpis_2,.karta_nadpis_2 h2{
  color: #626f25;
  
  text-decoration: none;
  font-size: 32px!important;
  font-weight: 400!important;
  /*height: 55px;*/
  letter-spacing: 0px!important;
  /*margin-bottom: 5px;*/
}

.karta_popis{
  font-weight: 300;
  font-size: 14px;
  /*height: 120px;*/
  /*overflow: hidden;*/
  margin-left: 45%;
  line-height: 140%;
  margin-bottom: 20px;
  color: #4f4f4f;
}

.karta_cena_b{
  font-size: 28px;
  color: #798777;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
  padding-top: 9px;
  display: block;
}
.karta_cena_s{
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

.karta_form_div .karta_cena_b span{
  color: #798777;
  font-weight: 500;
}

.karta_form{
  
}

.karta_form_divs{
  margin: 15px 0px;
}

.karta_form_div{
  width: 45%;
  min-width: 190px;
  float: left;
  margin-bottom: 15px;
}

.kfd_cena{
  width: 55%;
  min-width: 235px;
}

.karta_form_div select{
  color: #3e3e3e;
  font-weight: 500;
  font-size: 15px;
  background-color: #e1e4d9;
  border: 0px;
  border-radius: 4px;
  padding: 8px 8px;
  width: 180px;
  text-align: center;
}

.karta_form_div span{
  display: block;
  font-weight: 600;
  color: #3e3e3e;
}

.karta_koupit{
  position: absolute;
  display: block;
  color: white;
  font-size: 15px;
  background-color: #798777;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px 35px;
  text-align: center;
  border: 0px;
  cursor: pointer;
  top: 0px;
  right: 0px;
  font-variant: small-caps;
}

.center{
  background-image: url('/img/vrch_line_3.png'), url('/img/back.gif');
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 109px, 100% auto;
  background-position: center top, center bottom;
  
  background-color: #fff;
  z-index: 20;
  padding-top: 60px;
  padding-bottom: 50px;
}

.info{
  max-width: 100%;
  width: 1284px;
  margin: 0px auto;
  padding: 0px 40px;
}

.levo{
  float: left;
  width: 22vw;
  padding-right: 23px;
}
.info_cont{
  margin-left: 25vw;
  margin-top: 40px;
}

.levo_odkazy a{
  color: black;
  display: block;
  background-color: #f2f2f2;
  border-bottom: 1px solid white;
  text-align: center;
  text-decoration: none;
  padding: 14px 0px;
  font-weight: 300;
}

.levo_odkazy a:hover{
  background-color: #d9d9d9;
}
.levo_odkazy a.active{
  background-color: #d9d9d9;
}

.nadpis_filtr{
  color: #575757;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

#ceny_slider{
  text-align: center;
  color: #575757;
  font-weight: 600;
}

.ui-slider{
  height: 5px!important;
}

.ui-slider-range{
  background-color: #799575!important;
}

.slider_cena_cont{
width: 80%;
margin: 0px auto;
}

.filtr{
  margin-bottom: 50px;
}

.display_none{
  display: none;
}

.znacka{
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  background-color: #fbfbfb;
  display: block;
  width: 90%;
  color: black;
  text-decoration: none;
  padding: 12px 16px;
  margin: 0px auto 10px auto;
}

.znacka span.pointer{
  position: absolute;
  cursor: pointer;
  left: 45px;
}
.znacka span.filtr_pocet{
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 8px;
  width: 31px;
  height: 31px;
  background-color: #d9d9d9;
  text-align: center;
  line-height: 31px;
  border-radius: 15px;
  color: #646464;
}

.znacka a{
  color: black;
  text-decoration: none;
}

.stranky{
  clear: both;
}

.razeni_buttons a{
  color: #646464;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-size: 11px;
  padding: 7px 12px;
  border: 1px solid #fff;
}

.razeni_buttons a.razeni_active{
  background-color: #f2f2f2;
  border: 1px solid #e7e7e7;
}
.razeni_buttons a:hover{
  background-color: #f2f2f2;
  border: 1px solid #e7e7e7;
}


.karta_top{
  border: 1px solid #ececec;
  background-color: #fdfdfd;
  width: 100%;
  height: auto;
  padding: 2.2vw;
  display: block;
  text-decoration: none;
  color: black;
  margin-bottom: 3%;
}

.karta_top a{
  text-decoration: none;
  color: black;
}

.karta_top_img{
  display: block;
  height: 100%;
  width: 30%;
  float: left;
  min-height: 230px;
  margin-right: 3%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.karta_top_nadpis{
  color: black;
  text-decoration: none;
  font-size: 25px;
  font-weight: 600;
  overflow: hidden;
  margin-left: 34%;
}

.karta_top_popis{
  font-weight: 300;
  font-size: 14px;
  min-height: 120px;
  margin-left: 34%;
  padding: 15px 0px;
}

.karta_top_cena_b{
  font-size: 25px;
  color: #f5a623;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
.karta_top_cena_s{
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}

.karta_top_koupit{
  display: block;
  color: white;
  font-size: 20px;
  background-color: #798777;
  font-weight: 500;
  text-decoration: none;
  width: 140px;
  height: 48px;
  text-align: center;
  margin: 55px auto 0px auto;
  border: 0px;
  cursor: pointer;
}

.karta_top_ceny{
  margin-left: 34%;
}

.karta_top_form{
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.cesta{
  color: #888;
  font-size: 12px;
}
.cesta a{
  color: #747474;
  font-size: 12px;
}

.info_text_odd{
  padding-bottom: 3%;
}

.info_text_odd h1{
  font-weight: 600;
}

.info_text{
  padding: 30px 40px;
  line-height: 250%;
}

.info_text h1,.info_text h2,.info_text h3{
  font-weight: 600;
}
.info_text p{
  color: #333;
}

.info_text li{
  padding-left: 30px;
}

.li_header{
font-weight: bold;
font-size: 16px;
margin-top: 30px;
}

.stranky{
  text-align: center;
  margin-top: 4%;
}

.stranky a{
  color: black;
  text-decoration: none;
  font-size: 20px;
  font-weight: 300;
  padding: 0px 5px;
}
.stranky strong a{
  color: #799575;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 5px;
}

.detail_obrazky{
  width: 45%;
  float: left;
}

.detail_obrazek{
  width: 100%;
  display: block;
  height: 300px;
  margin: 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  text-align: center;
}

.vice_obrazku{
  height: 100px;
  width: 100%;
  text-align: center;
}

.vice_obrazku a{
  display: inline-block;
  width: 28%;
  margin-right: 2px;
  margin-top: 2px;
  height: 100px;
  /*float: left;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
}

.detail_hodnoty{
  margin-left: 46%;
}

.detail_zaruka{
  color: #757575;
  font-size: 14px;
  font-weight: 300;
}
.detail_zaruka b{
  color: #353535;
  font-size: 14px;
  font-weight: 500;
}

.druh_zbozi{
  font-size: 14px;
  display: inline;
  font-weight: 300;
}

.dostupnost{
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
}

.dc1{
color: #417505;
}
.dc2{
color: #799575;
}
.dc3{
color: red;
}
.dc4{
color: red;
}
.dc5{
color: red;
}
.dc6{
color: red;
}
.dc7{
color: red;
}

.detail_cena{
  width: 50%;
  margin-right: 5%;
  float: left;
}

.detail_cena_big{
  font-size: 22px;
  color: #f5a623;
  font-weight: 600;
  text-align: right;
  white-space: nowrap;
}
.detail_cena_dph{
  font-size: 14px;
  font-weight: 600;
  text-align: right;
}
.bezna_cena{
  margin-top: 10px;
  font-size: 13px;
  font-weight: 300;
  text-align: right;
}
.bezna_cena_u{
  font-size: 13px;
  font-weight: 300;
  text-align: right;
}

.detail{
  float: left;
  width: 100%;
}

.detail_nazev_small{
  display: none;
}

.detail_nakup{
  float: left;
  width: 100%;
  margin: 6% 0px;
}

#detail_form{
  padding-top: 50px;
  height: 120px;
}

.detail_popis_short{
  float: left;
  font-size: 15px;
  line-height: 150%;
  text-align: justify;
}

.detail_koupit{
  /*position: absolute;*/
  display: inline-block;
  color: white;
  font-size: 15px;
  background-color: #798777;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  padding: 8px 35px;
  text-align: center;
  border: 0px;
  cursor: pointer;
  font-variant: small-caps;
}

#detail_kusu{
  position: absolute;
  top: 5px;
  left: 30px;
  width: 30px;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  border: 0px;
}

.detail_minus{
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 0px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #d1d4d6;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  user-select: none; 
}
.detail_plus{
  position: absolute;
  cursor: pointer;
  top: 5px;
  left: 64px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #d1d4d6;
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  user-select: none; 
}

.zelena_linka{
  font-size: 14px;
  color: #799575;
  float: left;
}

.zelena_linka img{
  width: 200px;
  margin-top: 30px;
  margin-bottom: 5px;
}

.detail_navigace{
  background-color: #f2f2f2;
  border: 1px solid #e7e7e7;
  padding: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both;
}

.detail_bt{
  color: #6d7c89;
  margin: 0px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}

.detail_navigace a:hover{
  color: #6d7c89;
  margin: 0px 10px;
  text-decoration: underline;
  color: black;
}

.detail_poradit{
  color: #f4ab32;
  margin: 0px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  float: right;
  display: inline-block;
}

.detail_kalibrace{
  color: #798777;
  margin: 0px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
  float: right;
  display: inline-block;
}

#detail_1{
  font-weight: 300;
  
}

.detail_zalozka h2{
text-align: left;
font-weight: 300;
font-size: 25px;
letter-spacing: 5px;
margin-top: 20px;
margin-bottom: 10px;
}

.detail_zalozka iframe{
  width: 100%;
}


.registrace_gray{
background-color: #c82815;
color: white;
font-weight: bold;
}

.registrace_nadpis{
height: 30px;
}

.kosik_navigace{
position: relative;
/*height: 84px;*/
}

.kosik_navigace_a{
position: relative;
padding-left: 93px;
width: 25%;
box-sizing: border-box;
font-weight: 500;
font-size: 16px;
color: black;
float: left;
text-align: left;
border-bottom: 3px solid #f5a623;
height: 81px;
line-height: 81px;
}

.kosik_navigace span{
  line-height: 18px !important;
  display: inline-block;
  vertical-align: middle;
}

.kosik_navigace_n{
position: relative;
padding-left: 93px;
width: 25%;
box-sizing: border-box;
font-weight: 500;
font-size: 16px;
color: #7f8182;
float: left;
text-align: left;
border-bottom: 3px solid #d3d5d8;
height: 81px;
line-height: 81px;
}

.kosik_navigace_cislo{
position: absolute;
left: 20px;
top: 22px;
background-repeat: no-repeat;
text-align: center;
color: white;
width: 35px;
height: 27px;
padding-top: 8px;
border-radius: 30px;
line-height: 19px;
font-size: 22px;
font-weight: bold;
}

.kosik_navigace_a .kosik_navigace_cislo{
color: black;
}
.kosik_navigace_n .kosik_navigace_cislo{
color: gray;
}

.kosik2_2{
  position: relative;
  display: none;
  width: 100%;
}

.kosik2{
position: relative;
left: 0px;
border-collapse: collapse;
width: 100%;
background-color: white;
}

.kosik2 td{
position: relative;
border-bottom: 1px solid #f1f1f1;
}

.kosik2_2 td{
position: relative;
border-bottom: 1px solid #f1f1f1;
}

.nadpis_kosik{
background-color: #f6f6f6;
/*color: #7f8182;*/
font-size: 17px;
font-weight: 900;
text-align: left;
font-weight: 700;
}

.nadpis_kosik td{
padding: 20px 0px 20px 35px;
}

.polozka_kosik_2 td{
padding: 10px;
}

.nadpis_kosik_2{
background-color: #f6f6f6;
color: #7f8182;
font-size: 15px;
font-weight: 900;
text-align: left;
padding: 20px 0px 20px 35px;
}

.polozka_kosik td{
padding: 10px;
}

.kosik_nazev{
font-size: 17px;
font-weight: 300;
}

.kos_mnozstvi{
position: relative;
background-color: #fafafa;
border: 1px solid #edeeef;
-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
text-align: center;
padding: 6px 8px;
width: 35px;
}

.plus{
position: absolute;
top: calc(50% - 15px);
left: 50px;
width: 22px;
height: 15px;
background-image: url('./img/plus.gif');
cursor: pointer;
}

.minus{
position: absolute;
top: calc(50% - 0px);
left: 50px;
width: 22px;
height: 15px;
background-image: url('./img/minus.gif');
cursor: pointer;
}

.kosik_mnozstvi{
position: relative;
width: 105px;
}

.kosik_cena{
font-size: 14px;
font-weight: 300;
text-align: right;
min-width: 120px;
}

.kosik_cena_celk{
font-size: 15px;
font-weight: 700;
text-align: right;
}

.kosik_celkem_text{
font-size: 15px;
font-weight: 700;
text-align: right;
/*color: #c82815;*/
}

.kosik_celkem_cena{
font-size: 22px;
font-weight: 700;
text-align: right;
white-space: nowrap;
}

.kosik_vysypat{
position: absolute;
top: calc(50% - 15px);
left: 85px;
}

.kosik_vysypat_2{
position: absolute;
top: 11px;
left: 85px;
}

.underline{
text-decoration: underline;
}

.kosik_pokracovat{
box-sizing: content-box;
position: absolute;
bottom: 32px;
display: block;
right: 30px;
font-size: 1.1em;
font-weight: 700;
color: white;
padding: 10px 65px 0px 27px;
text-align: center;
width: 137px;
height: 30px;
text-decoration: none;
background-image: url('./images/arrow_r_w.png');
background-position: 190px center;
background-repeat: no-repeat;
border-radius: 6px;
background-color: #798777;
border: 0px;
margin: 0px;
}

input.kosik_pokracovat{
font-family: 'Montserrat',Sans-Serif;
cursor: pointer;
display: block;
box-sizing: content-box;
padding: 0px 65px 0px 27px;
width: 137px;
height: 48px;
}

.doprava_pokracovat{
position: absolute;
bottom: 45px;
right: 30px;
font-size: 17px;
font-weight: 700;
color: white;
padding: 0px 65px 0px 27px;
text-align: center;
width: 230px;
height: 48px;
text-decoration: none;
background-image: url('./img/button_right.gif');
background-repeat: no-repeat;
border-radius: 6px;
border: 0px;
font-family: 'Montserrat',Sans-Serif;
cursor: pointer;
}

.doprava_pokracovat:hover{
background-image: url('./img/button_right_hover.gif');
color: white;
}

.kosik_pokracovat:hover{
  background-color: #f5a623;
}

.kosik_zpet{
position: relative;
font-weight: 900;
font-size: 16px;
color: #798777;
text-decoration: none;
display: block;
margin: 50px 0px 0px 40px;
}

.kosik_zpet:hover{
color: #799575;
}

.kosik_zpet_obj{
position: relative;
top: -10px;
left: -10px;
display: block;
font-size: 19px;
font-weight: 700;
color: #333333;
padding: 13px 27px 0px 65px;
text-align: right;
width: 137px;
height: 35px;
text-decoration: none;
background-image: url('./img/button_left_white.gif');
background-repeat: no-repeat;
margin: 30px 30px;
border-radius: 6px;
border: 1px solid #777777;
}

.kosik_zpet_reg{
box-sizing: content-box;
position: relative;
left: 30px;
display: block;
font-size: 1.1em;
font-weight: 700;
color: #333333;
padding: 10px 27px 0px 65px;
text-align: center;
width: 137px;
height: 30px;
text-decoration: none;
background-image: url('./img/arrow_l_b.png');
background-position: 20px center;
background-repeat: no-repeat;
border-radius: 6px;
background-color: #fff;
border: 1px solid #e5897f;
}

.kosik_zpet_reg_dop{
position: absolute;
top: 45px;
display: block;
font-size: 19px;
font-weight: 700;
color: #333333;
padding: 13px 27px 0px 65px;
text-align: right;
width: 137px;
height: 35px;
text-decoration: none;
background-image: url('./img/button_left_white.gif');
background-repeat: no-repeat;
margin: 30px 30px;
border-radius: 6px;
border: 1px solid #777777;
}

.kosik_zpet_reg_dop:hover{
color: white;
background-color: #c82815;
border: 1px solid white;
background-image: url('./img/arrow_l_w.png');
}

.kosik_zpet_reg:hover{
color: white;
background-color: #c82815;
border: 1px solid white;
background-image: url('./img/arrow_l_w.png');
}


.kosik_zpet_2{
font-size: 19px;
font-weight: 700;
color: #333333;
padding: 13px 27px 0px 65px;
text-align: right;
width: 137px;
height: 35px;
text-decoration: none;
background-image: url('./img/button_left_white.gif');
background-repeat: no-repeat;
margin: 30px 30px;
border-radius: 6px;
border: 1px solid #777777;
}

.kosik_zpet_2:hover{
color: white;
background-image: url('./img/button_left_hover.gif');
border: 0px;
}

.kosik_objednat{
box-sizing: content-box;
position: absolute;
top: 0px;
display: block;
right: 30px;
font-size: 1.4em;
text-transform: uppercase;
font-weight: 700;
color: white;
padding: 10px 65px 0px 27px;
text-align: center;
width: 137px;
height: 30px;
text-decoration: none;
background-image: url('./images/arrow_r_w.png');
background-position: 190px center;
background-repeat: no-repeat;
border-radius: 6px;
background-color: #798777;
border: 0px;
margin: 0px;
}

input.kosik_objednat{
font-family: 'Montserrat',Sans-Serif;
cursor: pointer;
display: block;
box-sizing: content-box;
padding: 0px 65px 0px 27px;
width: 137px;
height: 48px;
}

.kosik_objednat:hover{
  background-color: #f5a623;
}

.kosik_btns{
position: relative;
height: 80px;
padding-bottom: 0px;
clear: both;
margin-top: 30px;
}

.kosik_btns_obj{
position: relative;
height: 100px;
padding-bottom: 0px;
clear: both;
margin-top: 30px;
}

.doprava_cena{
position: relative;
display: none;
}

.doprava_cena_velka{
vertical-align: middle;
font-size: 16px;
font-weight: 500;
width: 95px;
text-align: center;
}

.doprava_radek{
position: relative;
margin: 10px 0px 0px 15px;
font-weight: 300;
color: #7f8182;
}

.doprava_checkbox{
position: relative;
width: 32px;
float: left;
z-index: 9999;
}

.doprava_sekce_nazev{
position: relative;
margin-left: 15px;
color: #2d3133;
font-size: 18px;
margin-top: 15px;
}

.doprava_obrazek{
width: 110px;
padding-top: 25px;
vertical-align: top;
text-align: center;
border-right: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
}

.doprava_cena_velka{
border-bottom: 1px solid #f1f1f1;
font-weight: 500;
font-size: 16px;
}

.platba_table, .doprava_table{
border-collapse: collapse;
}

.platba_cena{
position: relative;
display: none;
}

.platba_cena_velka{
vertical-align: middle;
font-size: 16px;
font-weight: 500;
width: 95px;
text-align: center;
}

.platba_radek{
position: relative;
margin: 10px 0px 0px 15px;
font-weight: 300;
color: #7f8182;
}

.platba_checkbox{
position: relative;
width: 32px;
float: left;
z-index: 9999;
}

.platba_sekce_nazev{
position: relative;
margin-left: 15px;
color: #2d3133;
font-size: 18px;
margin-top: 15px;
}

.platba_obrazek{
width: 110px;
padding-top: 25px;
vertical-align: top;
text-align: center;
border-right: 1px solid #f1f1f1;
border-bottom: 1px solid #f1f1f1;
}

.platba_volby, .doprava_volby{
border-bottom: 1px solid #f1f1f1;
padding-bottom: 15px;
/*width: 276px;*/
/*white-space: nowrap;*/
}

.platba_cena_velka{
border-bottom: 1px solid #f1f1f1;
font-weight: 500;
font-size: 16px;
}

.doprava_platba_btns{
position: relative;
padding-top: 15px;
height: 110px;
clear: both;
border-top: 1px solid #f1f1f1;
margin-bottom: 60px;
}

.doprava_zpet{
position: relative;
font-weight: 900;
font-size: 16px;
color: #798777;
text-decoration: none;
display: block;
margin: 0px 0px 0px 40px;
}

.td_cislo {
width: 70px;
}

.td_nazev {
width: 250px;
}

.td_kusy {
width: 35px;
}

.td_cena {
width: 90px;
}

.td_cena_celkem {
width: 90px;
}

.td_vymazat {
width: 80px;
}

.celkem_text{
text-align: right;
font-weight: bold;
}

.celkem_cena{
color: red;
text-align: center;
}

.identifikace td{
border: 1px solid #dcdcdc;
padding-left: 10px;
padding-right: 10px;
}

.platby{
background-color: white;
padding-right: 40px;
}

.td_zakaznik{
text-align: center;
}

.td_platba{

text-align: center;
}

.td_center{
text-align: center;
}

.mezera{
position: relative;
text-align: right;
float: left;
margin-top: 2px;
margin-left: 23px;
color: #9a9840;
font-size: 0.8em;
font-weight: bold;
}



.input_new{
position: relative;
background-color: transparent;
border: 0px;
padding: 2px 7px;
background-color: #fafafa;
border-radius: 3px;
border: 1px solid #edeeef;
width: 90%;
height: 34px;
}

.input_new_double{
position: relative;
background-color: transparent;
border: 0px;
padding: 2px 7px;
background-color: #fafafa;
border-radius: 3px;
border: 1px solid #edeeef;
width: 95%;
height: 34px;
}

.input_new_small{
position: relative;
background-color: transparent;
border: 0px;
padding: 2px 7px;
background-color: #fafafa;
border-radius: 3px;
border: 1px solid #edeeef;
width: 100px;
height: 34px;
}

.input_new_p{
position: relative;
background-color: transparent;
border: 0px;
padding: 2px 7px;
background-color: #fafafa;
border-radius: 3px;
border: 1px solid #edeeef;
width: 100%;
max-width: 500px;
height: 34px;
}

.info_panel{
position: relative;
padding: 24px 45px;
background-color: #f6f6f6;
font-size: 13px;
font-weight: 300;
line-height: 180%;
}

.info_panel_nadpis{
font-size: 20px;
font-weight: 700;
}

label{
position: relative;
display: block;
font-weight: 400;
font-size: 14px;
}

.new_registrace_tab{
position: relative;
margin-left: 3px;
margin-bottom: 40px;
}

.new_registrace{
position: relative;
padding: 20px 0px 0px 40px;
float: left;
width: 50%;
}
.new_registrace_double{
position: relative;
padding: 20px 0px 0px 40px;
float: left;
width: 100%;
}

.new_registrace_clear{
  clear: both;
}

.objednat_obchodni_podminky{
padding: 40px 30px 0px 30px;
font-weight: 300;
font-size: 14px;
text-align: right;
}

.objednavka_tab{
position: relative;
margin-left: 3px;
margin-bottom: 40px;
padding-top: 20px;
}

.objednavka_tab td{
position: relative;
padding: 10px 0px 0px 40px;
color: #7f8182;
font-weight: 300;
font-size: 14px;
}

.objednavka_gray{
color: #7f8182;
font-weight: 300;
font-size: 14px;
}

.objednavka_tab  td.objednavka_velke{
color: black;
font-size: 16px;
}

.info_div{
  position: relative;
  clear: both;
}

.info_div_levo{
position: relative;
width: calc(50% - 2px);
float: left;
border-right: 2px solid #f6f6f6;
padding-bottom: 40px;
}

.info_div_levo_tret{
position: relative;
width: 325px;
float: left;
border-right: 2px solid #f6f6f6;
}

.info_div_pravo{
position: relative;
width: 50%;
float: left;
padding-bottom: 40px;
}
.info_div_pravo_tret{
position: relative;
width: 326px;
float: left;
}

#doprava_platba_celkem{
position: relative;
font-size: 15px;
color: black;
font-weight: bold;
top: 11px;
padding-right: 30px;
text-align: right;
margin-bottom: 30px;
clear: both;
}

#doprava_platba_celkem strong{
font-size: 19px;
color: #f5a623;
font-weight: normal;
padding-left: 10px;
}


.info_dodaci{
position: relative;
background-color: white;
border-right: 1px solid #f1f1f1;
border-left: 1px solid #f1f1f1;
clear: both;
}

.dodaci_text{
position: relative;
color: #7f8182;
font-weight: 300;
font-size: 14px;
padding-top: 10px;
padding-bottom: 10px;
}

.dodaci_text ul li{
text-align: center;
list-style-image: url('./img/dodaci_li.gif');
padding: 5px 0px;
}

.info_dodaci a{
position: relative;
color: #798777;
}

.dodaci_1{
position: relative;
float: left;
width: 33%;
padding: 56px 50px 0px 50px;
min-height: 480px;
border-right: 1px solid #f1f1f1;
text-align: center;
}

.dodaci_2{
position: relative;
float: left;
width: 34%;
padding: 56px 40px 0px 40px;
min-height: 480px;
border-right: 1px solid #f1f1f1;
text-align: center;
}

.dodaci_3{
position: relative;
float: left;
width: 33%;
padding: 56px 50px 0px 50px;
min-height: 480px;
text-align: center;
}

.dodaci_1_nadpis{
position: relative;
text-align: center;
font-size: 20px;
background-image: url('./img/dodaci_1.gif');
background-repeat: no-repeat;
background-position: top center;
padding-top: 74px;
}

.dodaci_2_nadpis{
position: relative;
text-align: center;
font-size: 20px;
background-image: url('./img/dodaci_2.gif');
background-repeat: no-repeat;
background-position: top center;
padding-top: 74px;
}

.dodaci_3_nadpis{
position: relative;
text-align: center;
font-size: 20px;
background-image: url('./img/dodaci_3.gif');
background-repeat: no-repeat;
background-position: top center;
padding-top: 74px;
}

.blue_button_2{
position: relative;
width: 167px;
height: 38px;
background-color: #798777;
border-radius: 6px;
color: white;
border: 0px;
font-size: 15px;
font-weight: 700;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px; 
cursor: pointer;
}

.blue_button_2:hover{
background-color: #f5a623;
}

#check_form_text{
font-size: 18px;
color: red;
display: none;
clear: both;
text-align: center;
padding: 15px 0px;
}

.info_gdpr_red{
font-size: 18px;
color: red;
display: none;
clear: both;
text-align: center;
padding: 15px 0px;
}

#check_form_text_2{
font-size: 18px;
color: red;
display: none;
}

#check_form_note{
font-size: 18px;
color: red;
}

.info_clear{
position: relative;
clear: both;
border-top: 1px solid #eeeeee;
height: auto;
width: auto;
}

.info_gdpr{
position: relative;
clear: both;
border-top: 1px solid #eeeeee;
height: auto;
width: auto;
padding: 20px 40px 20px 40px;
}

.info_gdpr img{
  position: relative;
  margin-right: 10px;
  top: 3px;
}

.vrch_menu_cont a:hover{
  background-color: white;
  color: black;
}

.menu_small{
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50px;
  background-color: black;
  z-index: 9999;
  display: none;
}

.menu_small a{
  display: inline-block;
  width: 100%;
  color: white;
  text-decoration: none;
  text-align: left;
  padding: 7px 5%;
  border-bottom: 1px solid white;
}

.menu_small a.menu_small_sub{
  color: black;
  background-color: #c5c6c7;
}

.menu_small a:hover{
  background-color: white;
  color: black;
}

.levo_nadpis{
  font-weight: 600;
  font-size: 4vw;
  text-align: center;
  display: none;
  padding: 3%;
  clear: both;
}

.blue_button{
  display: block;
  color: white;
  font-size: 20px;
  background-color: #798777;
  font-weight: 500;
  text-decoration: none;
  width: 140px;
  height: 48px;
  text-align: center;
  border: 0px;
  cursor: pointer;
}

.kontakt_grid{
  display: inline-grid;
  grid-template-columns: 22.4vw 22.4vw 22.4vw 22.4vw;
  grid-gap:1px;
}

.mapa_pobocky{
  float: right;
  margin-left: 30px;
}

.kont_h3{
padding-top: 30px;
border-top: 1px solid black;
}

.info_text h1{
  text-align: left;
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 5px;
  padding: 2% 0px;
}
.info_text h2{
  text-align: left;
  font-weight: 300;
  font-size: 25px;
  /*letter-spacing: 5px;*/
  padding: 2% 0px;
}
.info_text h3{
  text-align: left;
  font-weight: 300;
  font-size: 20px;
/*  letter-spacing: 5px;*/
  padding: 2% 0px;
}

.kontakt_grid div{
  margin-top: 20px;
}
.kontakt_grid strong{
  font-weight: 500;
  font-size: 20px;
}

.pata_kontakt_small{
  display: none;
  text-align: center;
  padding-top: 15px;
  clear: both;
}

.pata_kontakt_small h3{
  font-size: 20px;
  font-weight: 400;
  display: inline;
}
.pata_kontakt_small strong{
  font-size: 20px;
  font-weight: 400;
}

.pata_kontakt_small a img{
  width: 30px;
}

.table_tit_arr_l{
  position: absolute;
  width: 23px;
  height: 89px;
  background-image: url('/images/zbozi_tit_arr_l.gif');
  top: calc(50% - 44px);
  left: 20px;
  cursor: pointer;
}

.table_tit_arr_r{
  position: absolute;
  width: 23px;
  height: 89px;
  background-image: url('/images/zbozi_tit_arr_r.gif');
  top: calc(50% - 44px);
  right: 20px;
  cursor: pointer;
}

.vrch_menu_small{
  position: absolute;
  top: 50px;
  background-color: #a8a8a8;
  z-index: 99999;
  width: 210px;
  box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.4);
  display: none;
}

.vrch_menu_small a{
  display: block;
  padding: 15px 15px;
  color: white;
  font-size: 16px;
}

.vrch_menu_small a:hover{
  color: #796f6f;
  background-color: white;
}

.prihlaseni_menu_cont{
  background-color: white;
  display: none;
}
.prihlaseni_menu_cont2{
  background-color: white;

}

.prihlaseni_menu_form{
  padding: 5px 15px 15px 15px;
}

.prihlaseni_menu_form label{
  color: #796f6f;
  font-size: 16px;
}

.prihlaseni_menu_form input{
  border-radius: 3px;
  border: 1px solid #796f6f;
  padding: 5px 10px;
  width: 100%;
}

.prihlaseni_menu_form input#pr_b{
  background-color: #a8a8a8;
  border: 1px solid #a8a8a8;
  color: white;
  font-size: 16px;
  margin-top: 15px;
}

.main_dialog_cont{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  background-color: rgba(255,255,255,0.5);
  z-index: 9999999;
  text-align: center;
}

.main_dialog{
  background-color: white;
  display: inline-block;
  box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.42);
  margin: 0px auto;
  padding: 30px 15px 15px 15px;
  top: 15vh;
  text-align: left;
  max-width: 50vw;
}

.main_dialog img{
  width: 100%;
}

.main_dialog_close{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 23px;
  height: 23px;
  text-align: center;
  background-color: gray;
  font-weight: 600;
  color: white;
  cursor: pointer;
}

#naseptavac_cont{
  position: absolute;
  top: 31px;
  left: -100px;
  z-index: 9999;
  width: 1px;
  background-color: white;
  box-shadow: 4px 5px 10px 1px rgba(0,0,0,0.41);
}

.naseptavac_row{
  position: relative;
  text-decoration: none;
  display: block;
}

.naseptavac_row:hover{
  background-color: #eee;
}

.naseptavac_img{
  position: relative;
  height: 50px;
  width: 50px;
  float: left;
  text-align: center;
  clear: both;
  padding: 5px 10px;
}

.naseptavac_img img{
  max-height: 50px;
  max-width: 50px;
}

.naseptavac_nazev{
  position: relative;
  float: left;
  padding: 10px 20px;
  text-align: left;
  width: 340px;
}

.naseptavac_oddeleni{
  position: relative;
}

.br_p{
  display: none;
}

.vrch a.loged_user{
  text-decoration: underline;
  color: #7b8979;;
}

textarea[name="dodatek"]{
  width: 100%;
  padding: 10px;
  resize: none;
  border: 1px solid gray;
}

.blue_b{
  box-sizing: content-box;
  display: block;
  font-size: 1.1em;
  font-weight: 700;
  color: white;
  padding: 10px 25px 10px 25px;
  text-align: center;
  height: 30px;
  text-decoration: none;
  border-radius: 6px;
  background-color: #798777;
  border: 0px;
  margin: 0px;
  cursor: pointer;
}

.info_text_others{
  /*
  padding: 15px;
  background-color: #fff;
  border-bottom: 2px solid gray;
  */
}

.rozbal_sbal{
position: absolute;
width: 35px;
height: 35px;
top: 20px;
right: 50px;
background-image: url('./img/rozbal_sbal.png');
background-position: 0px 0px;
}

.rozbal_obj_rad{
position: absolute;
width: 35px;
height: 35px;
top: 15px;
left: 37px;
background-image: url('./img/rozbal_sbal2.png');
background-position: 0px 0px;
}

#profil{
display: none;
}

.objednavky_polozky{
  display: none;
}

.objednavky{
position: relative;
display: none;
width: 100vw;
border-collapse: collapse;
}

.objednavky tbody{
/*display: block;*/
width: 100%;
}

.objednavky tr th{
position: relative;
background-color: #f6f6f6;
padding: 24px 43px;
color: #7f8182;
border-collapse: collapse;
}

.objednavky tr td{
position: relative;
padding: 24px 33px;
font-weight: 600;
font-size: 14px;
vertical-align: top;
border-bottom: 1px solid #eeeeee;
}

.objednavky tr td.obj_rozbal{
color: #33b5e5;
text-decoration: underline;
padding-left: 78px;
}

.objednavky tr td.obj_cena{
font-size: 16px;
color: #799575;
white-space: nowrap;
}

.objednavky tr td.obj_dodatek{
font-weight: 300;
}

.info_text h2.main_h2{
  font-size: inherit;
  display: inline;
  letter-spacing: inherit;
  font-weight: 600;
}

.modra{
  background-color: #004f9e!important;
}

.simage{
  position: absolute;
  top: 0px;
  z-index: 1;
  opacity: 0;
}

#slider_1{
  z-index: 1;
  opacity: 1;
}

a.osano-cm-link{
  color: #d6602a!important;
}

.osano-cm-dialog {
  font-size: 0.9em;
  padding: 1em;
}

.osano-cm-button{
  border: 1px solid #ffffff33;
  color: #fff;
  text-shadow: 1px 1px #423c3c;
}

.osano-cm-drawer-links{
  display: inline-block;
}

.kokino{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ffffffd6;
  top: 0px;
  z-index: 999;
  text-align: center;
}

.kokino_okno{
  text-align: left;
  margin: 0px auto;
  max-width: 600px;
  min-width: 340px;
  height: 50%;
  overflow-y: scroll;
  background-color: #fff;
  padding: 15px;
  font-size: 13px;
  top: 50%;
  transform: scale(1) translateY(-50%);
}

.kokino_button{
  background-color: #798777;
  padding: 8px 20px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  border: 0px;
  border-radius: 5px;
  clear: both;
  
  margin: 10px 0px;
}

.kokino_okno p{
  margin: 15px 0px;
}

.kokino_okno h2{
  margin-top: 10px;
}

.kokino_okno h3{
  
}

.kokino_close{
  position: absolute;
  right: 3px;
  top: 3px;
  color: gray;
  font-size: 11px;
  cursor: pointer;
}


.switch_off{
  width: 100px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  height: 29px;
  background-color: #ff555580;
  padding-left: 0px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  display: block;
  cursor: pointer;
}
.switch_on{
  width: 100px;
  border: 1px solid #c4c4c4;
  border-radius: 10px;
  height: 29px;
  background-color: #55ff5580;
  padding-left: 50px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  display: block;
  cursor: pointer;
}

.switch_slider{
  border: 1px solid #c4c4c4;
  width: 50px;
  border-radius: 10px;
  height: 29px;
  background-color: #fff;
  top: -1px;
  left: -1px;
  cursor: pointer;
}

#sw_cookie_sw_1{
  opacity: 0.7;
} 

.detail_file{
  font-size: 22px;
  text-decoration: none;
}
.detail_file img{
  height: 25px;
}

.main_menu{
  text-align: center;
}

.main_menu a{
  color: #7b7b7a;
  font-size: 17px;
  font-variant: small-caps;
  text-decoration: none;
  padding: 5px 10px;
  margin: 5px 5px;
  display: inline-block;
}

.main_menu a:hover{
  border-radius: 4px;
  background-color: #798777;
  color: white;
}
.main_menu a.mactive{
  border-radius: 4px;
  background-color: #798777;
  color: white;
}

.mm_2{
  margin-top: 15px;
}

.mini_menu{
  font-variant: small-caps;
  font-weight: 500;
  color: #626262;
  margin: 1px 0px 8px 0px;
}
.mini_menu a{
font-variant: small-caps;
font-weight: 500;
border-radius: 4px;
background-color: #798777;
color: white;
padding: 1px 8px 3px 8px;
font-size: 13px;
}
.mini_menu a:hover{
  background-color: transparent;
  color: #626262;
}

.mini_menu_2{
  font-variant: small-caps;
  font-weight: 500;
  color: #626262;
  margin: 1px 0px 8px 0px;
}
.mini_menu_2 a{
  font-variant: small-caps;
  font-weight: 500;
  border-radius: 4px;
  background-color: #798777;
  color: white;
  padding: 1px 8px 3px 8px;
  font-size: 13px;
}
.mini_menu_2 a:hover{
  background-color: transparent;
  color: #626262;
}

.detail_ceny{
  float: right;
}

.detail_ceny tr td,.detail_ceny tr th{
  padding: 10px 20px;
}

.detail_ceny_1{
  font-weight: 500;  
  font-size: 17px;
}

.detail_ceny_2{
  font-weight: 500;
  font-size: 17px;
  color: #626f25;
  text-align: right;
}

.detail_ceny_3 input{
  width: 50px;
  border: 1px solid #aeaeae;
  font-weight: 500;
  font-size: 17px;
  text-align: center;
  box-shadow: 1px 1px 0px inset #aaa6;
  background-color: #fafafa;
  border-radius: 6px;
  padding: 5px 0px;
}

.right{
  text-align: right;
}

#pr_2{
  display: none;
}

.doprava_info{
  display: none;
  margin-top: 10px;
  margin-left: 45px;
}

.packeta-selector-open{
box-sizing: content-box;
position: relative;
display: block;
font-size: 12px;
font-weight: 500;
color: white;
padding: 0px 5px;
text-align: center;
width: 137px;
height: 25px;
text-decoration: none;
border-radius: 6px;
background-color: #798777;
border: 0px;
cursor: pointer;
}

.zasilkovna_text{
  font-size: 12px;
}

.pata_trava{
  position: absolute;
  top: -38px;
  z-index: 9999;
  background-image: url('/img/pata_trava.png');
  background-position: top center;
  background-repeat: repeat-x;
  width: 100%;
  height: 38px;
}

.pata_cont{
  background-color: #798777;
  font-variant: small-caps;
  font-size: 16px;
  line-height: 150%;
}

.pata_1{
  position: relative;
  float: left;
  background-image: url('/img/foto_pata_2.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 304px;
  height: 256px;
  margin-top: 30px;
}

.pata_2{
  position: absolute;
  left: 360px;
  bottom: 35px;
  color: white;
}
.pata_3{
  position: absolute;
  right: 0px;
  bottom: 35px;
  color: white;
  text-align: right;
}

.pata_2 strong{
  font-weight: 500;
}

.pimg{
  margin-left: 15px;
}

.pata a{
  color: white;
}

.kimg{
color: #333;
text-decoration: none;
font-size: 20px;
}

.invert{
  filter: invert(0.6);
}

#posta_id{
  width: 80%;
}
.select2-container{
  width: 80%;
}


#loader{
display: none;
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-image: url('/img/loader.gif');
background-repeat: no-repeat;
background-position: center center;
z-index: 999989;
background-color: #ffffff90;
}

#loader_ico{
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
background-image: url('/img/loader.gif');
background-repeat: no-repeat;
background-position: center center;
z-index: 999999;
}

.oddtext{
text-align: center;
color: #606660;
margin: 15px 0px;
font-weight: 500;
font-size: 15px;
background-color: #f1f1f1;
padding: 6px;
border-radius: 3px;
}

.online_platba_btn{
border: 0px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-khtml-border-radius: 4px;
border-radius: 4px;
padding: 10px 16px;
background-color: #799575;
color: white;
font-weight: bold;
font-size: 14px;
cursor: pointer;
}

.udrzitelny_eshop{
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 80px;
  height: 80px;
  background-image: url('/img/udrzitelny-eshop.png');
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 999999;
}</pre></body></html>