/* CSS temp_01 */
/* Typography */
body {
	font: 75% 'Tahoma', 'Helvetica CE', Arial, helvetica, sans-serif;
	background: #eee5cd url(../img/bg_body.jpg) no-repeat top center;
	color: #000;
	text-align: center;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, address, blockquote, table, .meta, .separ {
	line-height: 20px;
	margin: 20px;
}
/* Headings-------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #669933;
}
h1 {
	font-size: 2.5em;
}
h2 {
	font-size: 1.8em;
	border-bottom: 3px solid #000;
	padding: 0 0 10px 0px;
	position: relative;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
}
/* Text elements-------------------------------------------------------------- */
p {
	line-height: 140%;
	font-size: 1em;
}
a {
	text-decoration: underline;
	color: #990000;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	line-height: 0;
}
/* Lists-------------------------------------------------------------- */
ul, ol {
	margin: 0 1.5em 1.5em 50px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
ul.extra {
	list-style: none;
	position: relative;
}
ul.extra li {
	background: url(../img/li_extra.jpg) no-repeat 0 6px;
	padding: 0 0 0 20px;
}
ul.mapa {
	list-style: none;
	position: relative;
}
ul.mapa li {
	background: url(../img/li_extra.jpg) no-repeat 0 6px;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-size: 1.1em;
}
ul.mapa ul li {
	font-size: 0.9em;
}
ul.mapa ul li a {
	color: #929294;
}
ul.mapa ul ul li {
	font-weight: normal;
}
ul.mapa ul ul li a {
	color: #929294;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 30px;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 35px;
}
/* Tables-------------------------------------------------------------- */
table {
	margin: 20px;
	border: none;
	border-collapse: collapse;
	font-size: 0.9em;
	width: 640px;
}
table th {
	padding: 4px 7px;
	text-align: left;
	background: none;
	color: #db071b;
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}
table td {
	border: none;
	padding: 5px 7px;
	border-bottom: 1px solid #ddd;
}
table td.nowrap {
	white-space: nowrap;
}
/* Misc classes-------------------------------------------------------------- */
.noborder {
	border: none;
}
.bold {
	font-weight: bold;
}
.foto {
}
.foto.fr {
	margin-left: 20px;
}
.foto.fl {
	margin-right: 20px;
}
/* Body Elements-------------------------------------------------------------- */
img {
	border: 0
}
address {
	line-height: 140%;
	font-size: 1.2em;
	font-style: normal;
}
hr {
	display: none;
}
/* Form fields-------------------------------------------------------------- */
div.formular {
	width: 600px;
	font-size: 0.9em;
	margin: 50px 20px 20px 20px;
	border: 1px solid #dddddd;
	background: #f9f9f9;
}
ul.form {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}
ul.form li {
	padding: 5px 20px 0 0;
	float: left;
	width: 252px;
}
ul.form li.textarea, ul.form li.submit {
	width: 605px;
}
h3.form_nazev {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	top: -10px;
	left: 20px;
	color: black;
}
h3.form_nazev span {
	border: 1px solid #BDBBB7;
	background: #fff url(../img/bg_inputs.gif) no-repeat;
	padding: 3px 20px;
}
input, textarea, select {
	background: #fff url(../img/bg_inputs.gif) no-repeat;
	border: 1px solid #dddddd;
	padding: 3px 5px;
}
label {
	font-weight: bold;
}
input {
	font-size: 1.0em;
	width: 222px;
}
textarea {
	font-size: 1.0em;
	font-family: Tahoma;
	width: 505px;
	display: block;
}
select {
	font-size: 1.0em;
	width: 262px;
}
input.submit {
	width: 100px;
	font-weight: bold;
	padding: 5px 0;
	margin-bottom: 20px;
	position: relative;
	background: #5aa222;
	color: white;
	border: none;
	font-size: 1.5em;
}
label.check {
	float: left;
	margin: 0px 15px 0px 0;
	font-weight: normal
}
input.check {
	background: none;
	border: none;
	display: inline;
	margin: 0 4px 2px 0;
	vertical-align: middle;
	width: auto;
}
label.radio {
	float: left;
	margin: 0px 15px 0px 0;
	font-weight: normal
}
input.radio {
	background: none;
	border: none;
	display: inline;
	margin: 0 4px 2px 0;
	vertical-align: middle;
	width: auto;
}
/*  ID for construction */
#page {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background: url(../img/bg_page.jpg) repeat-y 0 0;
}
#header {
	position: relative;
	background: #eee5cd url(../img/bg_header.jpg) no-repeat;
	height: 180px;
}
#header h1 {
	margin: 0;
	font-size: 1.5em;
}
#header h1 a {
	display: block;
	text-decoration: none;
	color: #5aa222;
	width: 230px;
	line-height: 169px;
	height: 169px;
	text-align: center;
	position: absolute;
	top: 11px;
	left: 0px;
	background: #fff;
}
#header h1 a span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: url(../img/logotype.gif) no-repeat;
}
#header h2 {
	position: absolute;
	font-style: italic;
	font-size: 1.4em;
	top: 80px;
	width: 200px;
	text-align: right;
	margin: 0;
	left: 235px;
	color: #000;
	border: none;
	padding: 0;
	font-weight: normal;
}
/*  search  */
#search {
	padding: 16px 20px 16px 10px;
	height: 27px;
	position: absolute;
	right: 10px;
	top: 120px;
}
#search input {
	border-top: 1px solid #6b6a6a;
	border-left: 1px solid #a2a2a2;
	border-bottom: 1px solid #fff;
	border-right: 0;
	margin: 0;
	font-size: 0.9em;
	width: 145px;
	float: left;
	height: 14px;
	color: #666666;
	background: #fff;
	padding: 4px 2px 3px 5px;
}
#search .button {
	background: #5aa222;
	color: #fff;
	font-weight: bold;
	position: relative;
	left: 8px;
	border: 0;
	padding: 0;
	margin: 0;
	width: 24px;
	height: 23px;
	float: left;
	cursor: pointer;
}
#cart_small {
	position: absolute;
	top: 10px;
	width: 220px;
	height: 110px;
	right: 0px;
	background: #fff url(../img/bg_cart.jpg) no-repeat;
}
#cart_small h3 {
	margin: 0;
	padding: 22px 20px 10px 55px;
	font-size: 1.3em;
}
#cart_small ul {
	margin: 0;
	font-weight: bold;
	padding: 0 0 0 25px;
	font-size: 1.1em;
	list-style: none;
}
#cart_small strong {
	color: #000;
	font-size: 1.1em;
}
/* content */
#content_index {
	float: right;
	width: 720px;
	overflow: hidden;
	position: relative;
}
.maincontent {
	margin-right: 10px;
	padding: 20px 10px 25px 10px;
	background: #fff;
	min-height: 750px;
}
.intro {
	background: url(../img/bg_intro.jpg) no-repeat 450px 0;
	margin: 20px;
	position: relative;
}
.intro h2 {
	color: #000;
	margin: 0;
	border: none;
	padding: 0px 20px 20px 20px;
}
.intro ul {
	margin: 0;
	padding: 0 0 20px 40px;
	list-style: none;
	font-size: 1.8em;
}
.intro li {
	background: url(../img/intro_li.gif) no-repeat 0px 14px;
	padding-left: 30px;
	line-height: 27px;
	letter-spacing: -1px;
}
.intro li.second {
	background: url(../img/intro_li.gif) no-repeat 5px 14px;
	padding-left: 35px;
}
.intro li.third {
	background: url(../img/intro_li.gif) no-repeat 10px 14px;
	padding-left: 40px;
}
.intro li a {
	text-decoration: none;
	font-weight: bold;
	color: #669933;
}
.intro li a:hover {
	color: #000;
}
.topics {
	margin: 20px;
}
.topic {
	width: 320px;
	float: left;
	position: relative;
}
.roz {
	width: 320px;
	height: 280px;
	text-align: center;
	float: left;
	position: relative;
	margin: 0 5px 15px 0px;
	overflow: hidden;
}
.roz h3 {
	margin: 0;
	font-weight: normal;
	position: relative;
}
.roz a {
	width: 320px;
	height: 280px;
	text-align: center;
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	padding: 24px 20px 0 0;
	line-height: 32px;
	font-size: 1.8em;
}
.roz a span {
	font-weight: bold;
	color: black;
}
.roz a:hover {
	opacity: 0.8;
}
.topic h3 {
	margin: 0;
	font-size: 1.0em;
}
.topic h3 a {
	text-decoration: none;
	color: #fff;
	padding: 24px 20px 0 0;
	line-height: 28px;
	text-align: right;
	font-size: 1.8em;
	display: block;
	height: 78px;
	width: 300px;
}
.topic h3 a span {
	color: #000;
	display: block;
}
.topic p {
	margin: 0;
	padding: 20px 35px;
}
.topic p a {
	color: #000;
	font-weight: bold;
}
.topic p.silent {
	padding: 30px 35px;
	color: #000;
}
.topic p.silent a {
	color: #990000;
	font-weight: normal;
}
.articles {
	margin: 20px 20px 20px 10px;
}
.articles h2 {
	margin: 0;
	border: none;
	font-size: 1.6em;
	padding: 0 0 5px 10px;
}
.article-item {
	width: 320px;
	float: left;
	margin: 0 0 20px 10px;
	border-top: 3px solid #000;
	min-height: 150px;
}
.article-item img {
	float: right;
	margin: 23px 0 0 0;
}
.article-item .date {
	display: block;
	color: #999999;
	font-size: 0.8em;
	padding: 20px 0 0 10px;
}
.article-item h3 {
	margin: 0;
	padding: 7px 0 0 10px;
}
.article-item p {
	margin: 0;
	padding: 5px 10px 0 10px;
}
.nabidka .article-item {
	border-top: none;
}
.nabidka .clanky_stranky {
	clear: both;
	float: none;
	padding: 20px 0;
	margin: 0px 20px;
}
.nabidka .clanky_stranky a {
	background: #990000;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 1px 5px;
	margin: 0 2px;
}
.sklad {
	float: left;
	padding-left: 20px;
}
.sklad p {
	padding: 20px;
	border: 1px solid #666;
	margin: 0;
	margin: 0;
	font-size: 1.5em;
	width: 273px;
}
.sklad p strong {
	color: #669933;
}
.gmaps {
	width: 313px;
	height: 165px;
	float: right;
	margin-right: 20px;
	border: 1px solid #696969;
}
.roz-1 h3 a {
	background: url(../img/roz_01.jpg) no-repeat 0px 0px;
}
.roz-2 h3 a {
	background: url(../img/roz_02.jpg) no-repeat 0px 0px;
}
.roz-3 h3 a {
	background: url(../img/roz_03.jpg) no-repeat 0px 0px;
}
.roz-4 h3 a {
	background: url(../img/roz_04.jpg) no-repeat 0px 0px;
}
.roz-2 .natery {
	position: absolute;
	top: 105px;
	left: 0;
}
.roz-2 .natery {
	background: #eee6db url(../img/item2_silent.jpg) no-repeat 0px 0px;
	padding: 0;
	margin: 0;
}
.roz-2 .natery a {
	float: left;
	position: relative;
	width: 160px;
	font-size: 12px;
	padding: 0;
}
.roz-2 .natery a span {
	position: absolute;
	top: 105px;
	left: 30px;
	text-decoration: underline;
	color: #990000;
	font-weight: normal;
}
.roz-2 .natery a:hover span {
	color: #000;
}
.item-1 h3 a:hover {
	background: url(../img/item1.jpg) no-repeat 0px -102px;
}
.item-1 p {
	background: #f0f0e2;
}
.item-1 p.silent {
	background: #f5f5ed;
	height: 80px;
}
.item-2 {
	margin-left: 10px;
}
.item-2 h3 a {
	background: url(../img/item2.jpg) no-repeat 0px 0px;
}
.item-2 h3 a:hover {
	background: url(../img/item2.jpg) no-repeat 0px -102px;
}
.item-2 p {
	background: #ebe2d3;
}
.item-2 p.silent {
	background: #eee6db url(../img/item2_silent.jpg) no-repeat 0px 0px;
	padding: 0;
}
.item-2 p.silent a {
	float: left;
	position: relative;
}
.item-2 p.silent a span {
	position: absolute;
	top: 105px;
	left: 30px;
	text-decoration: underline;
}
.item-2 p.silent a:hover span {
	color: #000;
}
.item-3 {
	width: 650px;
	margin: 20px 0 0 0;
}
.item-3 h3 a {
	background: url(../img/item3.jpg) no-repeat 0px 0px;
}
.item-3 h3 a:hover {
	background: url(../img/item3.jpg) no-repeat 0px -102px;
}
.item-3 h3 a {
	padding: 24px 230px 0 0;
	width: 420px;
}
p.extra {
	font-size: 1.2em;
}
/* Tisknout a nahoru  */
.meta {
	text-align: right;
	margin: 20px;
}
.meta a {
	padding: 2px 0px 5px 22px;
	color: #666666;
	font-size: 0.9em;
}
.meta a:hover {
	color: #cd0000;
}
/*  ico  */
.ico {
	padding-left: 22px;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}
.up {
	background-image: url(../img/ico/go_home.gif);
}
.print {
	background-image: url(../img/ico/printer.gif);
}
/* sidebar */
#sidebar {
	background: #f0e7cf;
	position: relative;
	width: 230px;
	float: left;
	overflow: hidden;
}
/*  navigation */
#navigation {
	background: #fff url(../img/bg_navigation.jpg) no-repeat 0 0;
	position: relative;
	padding-bottom: 20px;
}
#navigation ul {
	margin: 0;
	padding: 21px 20px 20px 20px;
	list-style: none;
}
#navigation ul.cat {
	padding-bottom: 0;
  padding-top: 0;
}
#navigation ul.menu {
	padding-top: 0;
}
#navigation ul.menu ul {
	padding-bottom: 20px;
}
#navigation li {
	border-bottom: 1px solid #dacebe;
}
#navigation li img {
	display: none;
}
#navigation li a {
	display: block;
	font-weight: bold;
	border-top: 1px solid #fff;
	text-decoration: none;
	padding: 7px 15px 6px 5px;
	font-size: 1.2em;
	background: url(../img/nav_li.gif) no-repeat 180px center;
}
#navigation li a.on {
	color: #000;
}
#navigation li a:hover {
	color: #5aa222;
}
#navigation ul ul {
	padding: 0 0 20px 0px;
}
#navigation ul ul li {
	border: none;
}
#navigation ul ul li a {
	border: none;
	padding: 2px 15px 2px 20px;
	font-size: 1.0em;
	color: #000;
	background: url(../img/nav_li_li.jpg) no-repeat 5px 12px;
}
#navigation ul ul li a.on {
	color: #5aa222;
}
#navigation ul ul ul li a.on {
	color: #5aa222;
}
#navigation ul ul ul li a {
	padding: 1px 15px 1px 20px;
	background: none;
	font-weight: normal;
}
ul.cat li.cat_1 {
	display: none;
}
#navigation ul.cat li.active ul {
	padding-bottom: 20px;
}
ul.cat li.active li.cat_1 {
	display: block;
}
#navigation a.e-shop {
	display: block;
	height: 40px;
	margin: 0 20px;
	line-height: 40px;
	text-decoration: none;
	color: #fff;
	padding-left: 20px;
	font-weight: bold;
	background: url(../img/a_eshop.jpg) no-repeat 0 0;
}
#navigation a.e-shop:hover {
	color: #eee5cd;
}


#navigation h3{
  margin: 0 25px;
  padding-top: 25px;
  padding-bottom: 15px;
  font-weight: normal;
  font-size: 1.6em;
              }
#navigation h3 a{
  text-decoration: none;
      color: #669933;
              }              
              

/**/
.info {
	padding: 10px 0 30px 0;
}
.info h3 {
	font-size: 1.6em;
	padding-bottom: 10px;
	border-bottom: 3px solid #000;
}
.info p {
	line-height: 18px;
	padding-top: 18px;
	background: url(../img/info_p.gif) no-repeat 0 0;
}
.info p a {
	font-weight: bold;
}
.info p span {
	font-weight: bold;
	font-size: 1.2em;
}
.info p span.tel {
	font-size: 1.4em;
}
.info p strong {
	display: block;
	color: #669933;
	padding-top: 15px;
}
.c2a {
	background: #f6f4f4;
	padding: 0px;
	margin: 20px;
	border: 1px solid #e9e9e9;
}
.c2a h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #e9e9e9;
}
.c2a ul {
	margin: 5px 30px 20px 30px;
	list-style: none;
}
.c2a ul li {
}
/* footer */
#footer {
	clear: both;
	background: url(../img/bg_footer.jpg) no-repeat 0 0;
	font-size: 0.9em;
	position: relative;
	color: #666666;
}
#footer p {
	height: 100px;
	margin: 0;
	line-height: 100px;
	padding-left: 30px;
}
#footer p img {
	position: absolute;
	top: 40px;
	right: 15px;
}
#footer p a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#footer p a:hover {
	color: #990000;
}
#footer p a.about {
	margin-left: 87px;
}
/*  class   */
.noscreen {
	display: none;
}
.separ {
	border-bottom: 1px solid #e9e9e9;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 20px;
}
.break {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
	margin: 0;
}
.clear {
	clear: both;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.justify {
	text-align: justify;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.silent {
	color: #929294;
}
.bg_silent {
	background: #f9f9f9;
}
.colborder {
	border: 1px solid #dddddd;
}
/*  Clanky   */
.article-detail {
	margin: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.article-detail .date {
	display: block;
	clear: both;
	color: #999;
	margin: 10px 0 5px 0px;
}
.article-detail img {
	float: left;
	margin: 10px 20px 10px 0px;
}
.article-detail .uvod {
	font-size: 1.3em;
}
/*  Search results  */
#search_results {
	margin: 20px;
	position: relative;
	padding: 20px;
}
#search_results h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0;
	border: none;
	padding: 0;
}
#search_results p {
	margin: 10px 0;
}
#search_results ul.extra {
	margin-left: 0px;
}
.results_search {
	padding: 10px 0;
	height: 25px;
	clear: both;
	margin: 0px 0 10px 0;
}
.results_search input {
	border-top: 1px solid #6b6a6a;
	border-left: 1px solid #a2a2a2;
	border-bottom: 1px solid #fff;
	border-right: 0;
	margin: 0;
	font-size: 0.9em;
	width: 145px;
	float: left;
	height: 14px;
	color: #666666;
	background: #fff;
	padding: 4px 2px 3px 5px;
}
.results_search .button {
	background: #5aa222;
	color: #fff;
	font-weight: bold;
	position: relative;
	left: 8px;
	border: 0;
	padding: 0;
	margin: 0;
	width: 24px;
	height: 23px;
	float: left;
	cursor: pointer;
}
h3.search_titulek {
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}
h3.search_titulek a {
	color: #669933;
	float: left;
}
h3.search_titulek span {
	font-weight: normal;
	font-size: 0.9em;
}
a.search_link {
	padding-left: 20px;
	background: url(../img/li_extra.jpg) no-repeat 0 4px;
}
/* products */

.category_subcategories{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 ;
  margin: 20px;
  margin-bottom: 30px;
              }
              
.category_subcategories::after {
  content: "";
  flex: auto;
              }              
              
.category_subcategories li {
  display: flex;
  
  margin: 0;
  width: 215px;

  
              }
              
.category_subcategories li a {
  border: 1px solid #ccc ;
  box-sizing: border-box;

  padding: 10px 5px ;
  margin: 0 5px 5px 0;
  width: 100%;
  min-height: 100px;

  
  text-align: center;
  display: block;
  
  background-position: center 80%;
  background-size: 80px;
  background-repeat: no-repeat;
              }  
                          
              

              
.category_subcategories li a:hover {
  border: 1px solid #666 ;
              }      
              
                        
p.paging {
	margin: 0;
	padding: 0px 20px 5px 20px;
}
p.paging a {
	text-decoration: none;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	padding: 1px 5px;
	background: #669933;
}
.product-item {
	float: left;
	background: url(../img/bg_product.jpg) no-repeat 195px 0px;
	width: 205px;
	min-height: 240px;
	padding-right: 10px;
	text-align: center;
	margin: 10px 0 30px 10px;
	position: relative;
}
.product-item .option {
	position: absolute;
	top: 0px;
	left: 20px;
}
.product-item .option span {
	display: none;
	float: left;
	margin-right: 3px;
}
.product-item .option span.sleva {
	background: #d62a2a url(../img/bg_special.gif) repeat-x 0px 0px;
	padding: 1px 4px;
	color: #fff;
	display: block;
	font-weight: bold;
	border-top: 1px solid #e38383;
	border-left: 1px solid #e38383;
	border-bottom: 1px solid #670505;
	border-right: 1px solid #b40b0b;
}
.product-item .option span.novinka {
	background: #f6ed32 url(../img/bg_special_new.gif) repeat-x 0px 0px;
	padding: 1px 4px;
	color: #000;
	display: block;
	font-weight: bold;
	border-top: 1px solid #f9f48a;
	border-left: 1px solid #f9f48a;
	border-bottom: 1px solid #7e7912;
	border-right: 1px solid #7e7912;
}
.product-item .option span.akce {
	background: #76d8e6 url(../img/bg_special_akce.gif) repeat-x 0px 0px;
	padding: 1px 4px;
	color: #000;
	display: block;
	font-weight: bold;
	border-top: 1px solid #afe6ee;
	border-left: 1px solid #afe6ee;
	border-bottom: 1px solid #37767e;
	border-right: 1px solid #37767e;
}
.product-item h3 {
	margin: 0;
}
.product-item h3 span {
	margin: 0 15px;
	display: block;
	height: 45px;
	font-size: 0.9em;
	font-weight: normal;
	overflow: hidden;
}
.product-item .price {
	float: right;
	color: #999;
	padding-right: 30px;
}
.product-item .price strong {
	color: #000;
	font-weight: normal;
}
/* detail */
.detail_left {
	float: left;
	position: relative;
	width: 350px;
	overflow: hidden;
	padding-right: 20px;
	margin-right: -1px;
}
.detail_left .char {
	font-weight: bold;
	font-size: 1.2em;
}
.detail_left table {
	width: 320px;
	margin: 6px 0 0 20px;
}
.detail_left table td.hiddenprice {
	display: none;
}
.detail_left table td.hiddenprice.sleva {
	display: table-cell;
}
.detail_left table td {
	text-align: right;
}
.detail_left table td.naz {
	text-align: left;
	font-size: 14px;
	color: #990000;
}
.detail_left table td.sku {
	font-size: 14px;
	font-weight: bold;
}
.detail_left table td.price {
	font-weight: bold;
	font-size: 20px;
}
.detail_left table td.price_vat {
	font-weight: bold;
	font-size: 14px;
}
.detail_left table td.stock {
	color: #03bf07;
	font-size: 14px;
	text-transform: uppercase;
}
.detail_left table td.packing{
	color: #990000;
	font-size: 14px;
	font-weight: 600;
}
.detail_left .buy {
	background: #f2f2f2;
	width: 320px;
	text-align: center;
	margin: 0 0 0 20px;
	padding: 10px 0 13px 0;
}
.detail_left  form {
	text-align: center;
}
.detail_left label {
	display: none;
}
.detail_left select {
	width: calc(100% - 40px);
	clear: both;
	font-weight: bold;
	float: none;
	margin: 10px auto;
	padding: 7px 5px;
	border: 1px solid #940000;
	font-size: 1.15em;
}
option {
    line-height: 20px;
    height: 20px;
    padding: 10px;
    font-size: 1em;
}
.detail_left input {
	float: left;
	width: 32px;
	height: 18px;
	padding: 3px 3px;
	background: #fff;
	margin: 4px 10px 0 0;
}
.detail_left .buy span {
	clear: both;
	display: block;
	height: 24px;
	margin: 5px 5px 0 10px;
	line-height: 24px;
	float: left;
}
.detail_left i[data-value="{extra_value_value_4}"]{
	display: none !important;
}
.detail_left input.button {
	border: none;
	width: auto;
	padding: 0;
	width: auto;
	height: auto;
	margin: 0;
	-webkit-transition: -webkit-box-shadow 0.3s linear;
}
.detail_left input.button:hover {
	-webkit-box-shadow: 0px 0px 10px #555;
	-moz-box-shadow: 0px 0px 10px #aaa;
	box-shadow: 0px 0px 10px #555;
	cursor:  pointer;
}
.detail_right {
	float: left;
	overflow: hidden;
	margin-left: 0px;
	width: 300px;
}
.detail_right img {
	margin: 20px 0 0 0;
}
ul.variants-choose-in {
	list-style: none outside none;
	margin: 0;
	border-bottom: 1px solid #dac99c;
	margin: 20px 20px 0 20px;
	height: 35px;
}
ul.variants-choose-in li {
	background: none repeat scroll 0 0 transparent;
	float: left;
	padding: 0 1px 0 0;
}
ul.variants-choose-in li a {
	background: #eee5cd;
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 5px 20px;
	color: #49311b;
	text-decoration: none;
}
ul.variants-choose-in li.active a {
	background: #dac99c;
}
.variants-desc-in .tab {
	padding-left: 20px;
}
.variants-desc-in .tab ul {
	margin-left: 20px;
}
.variants-desc-in .tab .shadows table tr th {
	background: #97999d;
	color: #fff;
	border: 2px solid #fff;
}
.variants-desc-in .tab .shadows table tr td {
	background: #e0e2e5;
	border: 2px solid #fff;
}
.variants-desc-in .tab .shadows table tr td:last-child {
	background: #c8c9cb;
}
/*  galerie   */
.galery h3 {
	margin: 0 0 5px 5px;
}
.galery {
	margin: 5px 20px;
	padding: 15px 15px;
	background-color: #f6f4f4;
}
.galery a img {
	border: 3px solid #e9e9e9;
	background-color: white;
	;
	padding: 3px;
}
.galery a {
	margin: 5px;
	float: left;
	width: 107px;
	text-decoration: none;
	color: #000;
	text-align: center;
}
.galery a span {
	height: 30px;
	overflow: hidden;
	display: block;
	margin-top: 3px;
}
.variants-desc-in .tab .galery {
	margin: 0 0 0 15px;
	padding: 0;
	background: none;
}
.variants-desc-in .tab .galery h3 {
	display: none;
}
/* rozcestnik */
.rozcestnik ul {
	padding: 0;
	margin: 0 20px;
	position: relative;
	list-style: none;
	line-height: 25px;
}
.rozcestnik ul li {
	float: left;
	position: relative;

	font-size: 1.8em;
	text-align: center;
	padding: 0 0 5px 0;
	width: 290px;
	margin: 0px 10px 5px 10px;
}
.rozcestnik ul li a {
	display: block;
	font-size: 1em;
	text-decoration: none;
	margin: 0;
	padding: 10px;
  border: 1px solid #eee;
}
.rozcestnik ul li a img {
	margin-bottom: 12px;
	display: block;
	border: 20px solid white;
  margin: auto;
  width: 180px;
  height: 120px;
}
.rozcestnik ul li a:hover {
	border: 1px solid #666;
}
/*  Nákupní košík přehled   */
table.cart_big {
	margin: 20px 20px 5px 20px;
	border: 1px solid #dddddd;
	width: 650px;
}
table.cart_big tr {
	background: #f9f9f9;
}
table.cart_big tr:hover {
	background: #ededed;
}
table.cart_big tr.high {
	background: #ddd;
}
table.cart_big tr.high td {
	color: #cc3333;
	font-weight: bold;
	font-size: 1.1em;
}
table.cart_big tr.total {
	background: #59a221;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
}
table.cart_big tr.total td.price_total {
	color: #000;
	font-size: 1.2em;
}
table.cart_big input {
	width: 15px;
	padding: 1px 3px;
}
a#show_adress {
	font-weight: bold;
	cursor: pointer;
}
a#show_adress:hover {
	text-decoration: none;
}
#fak_adress {
	display: none;
}
.errors {
	color: red;
	font-weight: bold;
	font-size: 1.2em;
}
/*  Tlacitka   */
#eshop_nav {
	margin: 0 20px 0 20px;
}
.eshop {
	display: block;
	background: #990000;
	color: #fff;
	width: auto;
	padding: 4px 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.0em;
	font-weight: bold;
	margin: 5px 0px;
	border-top: 1px solid #e79e9e;
	border-left: 1px solid #d86464;
	border-bottom: 1px solid #330d0d;
	border-right: 1px solid #5e1818;
}
input.eshop {
	cursor: pointer;
	color: #fff;
	border-top: 1px solid #e79e9e;
	border-left: 1px solid #d86464;
	border-bottom: 1px solid #330d0d;
	border-right: 1px solid #5e1818;
}
.eshop:visited {
	color: #fff;
	text-decoration: none;
}
.eshop:hover {
	color: #fff;
	background-color: #cc3333;
}
.breadcrumbs {
	margin-top: 0px;
	color: #999999;
	font-size: 0.9em;
}
.breadcrumbs span {
	color: #d2d2d2;
}
.breadcrumbs a {
	color: #000;
	text-decoration: none;
}
.breadcrumbs a.bread {
	color: #999999;
}
/*  Soubory  */
/**/
ul.download {
	margin: 20px;
	padding: 0px;
	list-style: none;
}
ul.download li {
	padding: 4px 8px;
	margin: 3px 0;
	border-bottom: 1px solid #ddd;
	text-align: right;
	color: #999;
}
.download img {
	float: left;
	margin-right: 5px;
}
.download li a {
	float: left;
}


/*  UNSLIDER    */

.my-slider ul li{
 padding: 0 ;
 margin: 0;
 list-style: none;
 height: 260px;
 overflow: hidden;
          }

.unslider {
	overflow: hidden;
	margin: 20px;
	padding: 0;
  position: relative; 

}
.unslider-wrap {
	position: relative
}
.unslider-wrap.unslider-carousel>li {
	float: left
}
.unslider-vertical>ul {
	height: 100%
}
.unslider-vertical li {
	float: none;
	width: 100%
}
.unslider-vertical li p {
	margin: 0; padding: 0 ;
}

.unslider-fade {
	position: relative
}
.unslider-fade .unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8
}
.unslider-fade .unslider-wrap li.unslider-active {
	z-index: 10
}
.unslider li, .unslider ol, .unslider ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none
}
.unslider-arrow {
	position: absolute;
	left: 20px;
	z-index: 2;
	cursor: pointer

}

.unslider-arrow{
		display: block;
		width: 36px;
		height: 36px;

		top: 50%;
		right: 0px;
		left: auto;
		margin-top: -16px;

		overflow: hidden;

		background: rgba(100,0,0,.8) no-repeat 50% 50%;
		background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==');
		/*background-size: 7px 11px;*/

		border-radius: 32px;
		text-indent: -999em;

		opacity: .8;
		transition: opacity .2s;
	}
 .unslider-arrow:hover {
			opacity: 1;
		}
 .unslider-arrow.prev {
			left: 0px;
			right: auto;
			-ms-transform: rotate(-180deg);
			transform: rotate(-180deg);
		}
.unslider-arrow.next {
	left: auto;
	right: 0px
}





/*  dots  */
.unslider-nav ol {
	list-style: none;
	text-align: center;
}
.unslider-nav ol li {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 4px;
	background: transparent;
	border-radius: 5px;
	overflow: hidden;
	text-indent: -999em;
	border: 2px solid #ddd;
	cursor: pointer;
}
.unslider-nav ol li.unslider-active {
	background: #ddd;
	cursor: default;
}

/*   / unslider    */



/* Novinky + VĂ˝prodej  */
ul.action-choose {
    list-style: none;
    padding: 0 20px;
    background:#ededed;
    border-bottom:1px solid #c4c4c4;
    margin: 0 0 0 10PX;
    height: 55px;
}
ul.action-choose li {
    background: none repeat scroll 0 0 transparent;
    float: left;
    padding: 0 1px 0 0;
}
ul.action-choose li a {
    background:url(../img/action_li.gif) no-repeat right 23px;
    margin-top:5px;
    display: block;
    float: left;
    font-weight:bold;
    text-transform: uppercase;
    font-size:20px;
    height: 40px;
    line-height: 40px;
    padding: 5px 43px 5px 23px;
    color:#5aa222;
    text-decoration: none;
}
ul.action-choose li a:hover{
color:#990000;
}
ul.action-choose li.active a {
    background: #fff url(../img/action_li.gif) no-repeat right 23px;
    border-top:1px solid #a8a8a8;
    border-left:1px solid #d7d7d7;
    border-right:1px solid #d5d5d5;
    margin-top:4px;
    height: 41px;
    line-height: 41px;
    padding: 5px 42px 5px 23px;    
    color:#990000;
}
.product-action .tab {
width:720px;
padding-top:10px;
}


.mobile{
	display: none;
}



/*	- 	-	- 	RESPONSIVE	 -	-	-	*/




@media screen and (max-width:991px) {
	.mobile{
		display: block;
	}
	body{
		background: #fff;
	}
	h2{
		line-height: 1.2;
	}
	#page{
		width: auto;
		background: none;
		padding-top: 75px;
	}
	#header{
		padding: 0;
		height: auto;
		background: #fcfbf9;
		box-shadow: 0 0 10px 10px #00000029;
		position: relative;
		z-index: 999;

		width: 100%;
		position: fixed;
		top: 0;
		transition: top 0.5s;
	}
	#header h1{
		font-size: 1em;
	}
	#header h1 a{
		width: 35%;
		max-width: 150px;
		aspect-ratio:  3.7 / 2;
		height: auto;
		line-height: 1;
		position: relative;
		top: 0;
		background: #fbfbf9;
		color: #fbfbf9;
	}
	#header h1 a span{
		background-size: 95% auto;
		top: -5px;
		background-position-y: -5px;
	}
	#header h2{
		display: none;
	}
	#cart_small{
		width: 40%;
		max-width: 220px;
		height: auto;
		top: 0;
		padding-bottom: 10px;
		background-color: #fcfbf9;
		
		display: none;
	}
	#cart_small h3 {
		padding: 15px 10px 10px 55px;
	}
	#search{
		padding: 20px;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #e7e5da;

		display: none;
	}
	#search.show{
		display: block;
		top: unset;
	}
	#search input{
		width: 83%;
		font-size: 1.1em;
	}
	#search .button{
		width: auto;
	}
	#content_index{
		float: none;
		width: 100%;
	}
	.maincontent{
		width: auto;
		margin: 0;
		padding: 20px 0px 30px 0px;
		min-height: unset;
	}
	#sidebar{
		float: none;
		width: auto;
		background: rgb(243 243 243 / 53%);
	}
	#sidebar iframe{
		margin: 20px;
		width: calc(100% - 40px) !important;
	}
	#navigation{
		background: #fcfbf9;
		z-index: 9999999;

	}
	#navigation li a{
		background-position: right 20px center;
	}
	.info{
		text-align: center;
		font-size: 0.9rem;
		line-height: 1.4;
	}
	.info p{
		background: none;
	}
	.product-action .tab{
		width: auto;
	}
	#footer{
		background-color: #ede5ce ;
		margin-bottom: -10px;
		font-size: 0.9rem;
	}
	#footer p{
		line-height: normal;
		height: auto;
		padding: 20px;
		display: flex;
		flex-flow: column;
		gap: 10px;
		align-items: center;
	}
	#footer p a.about{
		margin: 0 0 0 0;
	}
	#footer p img{
		position: static;
	}

	.cart-ico, .menu-ico, .search-ico, .close-ico{
		width: 30px;
		height: 30px;
		display: inline-block;
		margin-left: 20px;
		position: absolute;
		right: 20px;
		top: calc(50% - 16px);
	}
	.search-ico{
		right: 120px;
		top: calc(50% - 15px);
	}	
	.cart-ico{
		right: 78px;
		top: calc(50% - 17px);
	}
	.menu-ico{
		transform: scaleX(1.6);
    	transform-origin: right;	
	}
	.menu-ico a{
		color: black;
		display: block;
	}	
	.cart-ico a, .search-ico a{
		display: block;
	}
	.close-ico{
		top: 14px;
    	right: 35px;
	}	

	/**/
	.unslider{
		margin: 0;
	}
	.my-slider ul li{
		height: unset;
	}
	.unslider-carousel img{
		width: 100%;
		max-width: unset;
		margin-bottom: 0 !important;
	}
	.intro h2{
		line-height: 1.2;
	}
	.intro ul{
		font-size: 1.3em;
		padding-bottom: 0;
	}
	.intro li{
		letter-spacing: -0.03em;
	}
	.rozcestnik ul li{
		width: 49%;
		margin: 0;
	}
	.topics {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}
	.roz{
		width: 50%;
		flex: 1 49%;
		margin: 0 0 15px 0;
		height: 260px;
	}
	.roz h3 a{
		background-size: 100% auto;
		width: 100%;
	}
	.roz-2 .natery{
		width: 100%;
		margin: 0;
	}
	.roz-2 .natery a{
		width: 50%;
	}
	.roz-2 .natery a span{
		left: 0;
		right: 0;
	}
	.category_subcategories li{
		width: 50%;
		max-width: 215px;
	}
	.intro h2, .intro ul{
		padding-left: 0;
		padding-right: 0;
	}
	.intro li.second{
		background: url(../img/intro_li.gif) no-repeat 0px 14px;
    	padding-left: 30px;
	}
	.product-item{
		width: 50%;
		max-width: 250px;
		padding-right: 0;
		border: 1px solid #eee;
    	margin: -1px -1px 0 -1px;
		padding-bottom: 10px;
	}
	.product-item h3{
		padding: 5px;
	}
	.product-item .price{
		float: none;
		padding: 0;
	}
	.product-item .option{
		left: 10px;
	}
	.product-item .option span{
		font-weight: normal !important;
	}
	.product-item h3 span{
		line-height: 1.3;
		height: 50px;
	}
	img{
		max-width: 100%;
		height: auto;
	}
	.maincontent img{
		margin-bottom: 10px;
	}
	.category_subcategories{
		margin-bottom: 10px;
	}
	p.paging{
		margin: 10px 20px;
		padding: 10px 0;
	}
	p.paging a{
		padding: 3px 6px;
		font-size: 1.2em;
	}
	.detail_left{
		width: 50%;
		padding-right: 20px;
	}
	.detail_right{
		margin: 20px auto;
	}
	.detail_right img{
		margin: 20px auto;
		display: block;
	}
	.detail_left table{
		width: calc(100% - 40px);
		margin-left: 20px;
		margin-right: 20px;
	}
	.detail_left .buy{
		margin: 0;
		width: auto;
	}
	.buy > form > div{
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
	.detail_left select{
		width: calc(100% - 40px);
		margin: 10px 20px;
	}

	ul.variants-choose-in{
		margin-left: 0;
		margin-right: 0;
	}
	.variants-desc-in .tab{
		padding-left: 0;
	}
	.c2a ul {
		margin: 5px 20px 20px 20px;
	}
	ul.action-choose{
		margin: 0;
		padding: 0;
	}
	ul.action-choose li a, ul.action-choose li.active a{
		font-size: 1em;
		padding: 5px 30px 5px 20px;
		background-position: 120% 23px;
	}
	.articles{
		margin: 20px;
	}
	.articles h2{
		margin: 0 0 10px 0;
	}
	.article-item{
		width: 100%;
		margin: 0 0 20px 0;
	}
	input, textarea, select{
		padding: 5px;
	}
	.form-udaje input, .form-udaje textarea, .form-udaje select{
		font-size: 1rem;
	}
	.form-udaje td, .form-udaje th{
		padding: 0;
	}
	.form-udaje tr{
		padding: 5px 0;
		display: block;
	}

	.gmaps, .sklad{
		float: none;
		width: unset;
		margin: 20px;
		padding: 0;		
	}
	.sklad p{
		width: unset;
	}


	body .ppt, body .pp_pic_holder {
		margin-left:0!important;
		left: 0 !important;
	} 
	body .ppt,
	body .pp_top,
	body .pp_bottom,
	body .pp_pic_holder,
	body .pp_content,
	body .pp_details { 
		max-width: 100% !important; 
		width: 100% !important;
	}
	body #fullResImage{
		width: 100% !important;
		height: auto !important;
	}
	body .pp_content{
		height: auto !important;
	}
	body .pp_gallery{
		display: none !important;
	}
	body .pp_content_container .pp_details{
		margin-top: 20px !important;
	}
	body .pp_description{
		display: none !important;
	}
	div.facebook .pp_nav p{
		color: #ddd;
	}
}

@media screen and (max-width:500px) {
	#page{
		padding-top: 70px;
	}
	.detail_left{
		width: 100%;
		padding-right: 20px;
		float: none;
	}
	.detail_right{
		width: 100%;
		margin: 20px auto;
		float: none;
	}
	div.formular, ul.form{
		width: unset;
	}
	ul.form li{
		float: none;
		width: 90%;
	}
	ul.form li.textarea, ul.form li.submit{
		width: unset;
	}
	input{
		width: 95%;
	}
	textarea{
		width: 95%;
		height: 10em;
	}
	.rozcestnik ul li{
		width: 100%;
		margin: 0;
	}
	table.cart_big{
		width: calc(100% - 40px);
		font-size: 1em;
	}
	table.cart_big tr.high{
		display: none;
	}
	table.cart_big tr{
		display: block;
		border: 1px solid #999;
	}
	table.cart_big td{
		display: block;
		border: none;
		/*text-align: center;*/
	}
	table.cart_big td.name{
		font-size: 1.25em;
	}
	table.cart_big tr.total{
		font-size: 1.2em; 
	}
	[data-name]:before {
		content: attr(data-name);
		font-weight: 400;
	}
	.total [data-name]:before {
		display: block;    
		font-size: 0.8rem;
	}
	#eshop_nav{
		margin: 0 20px;
	}
	.eshop{
		width: 100%;
		padding: 12px 0;
		text-align: center;
		text-transform: none;
		float: none;
		border-radius: 4px;
		-webkit-appearance: none;
	}
	input.eshop, .eshop {
		mix-blend-mode: luminosity;
		opacity: .4;
		font-family: 'Tahoma', 'Helvetica CE', Arial, helvetica, sans-serif;

	}
	.eshop.next{
		font-size: 1.35em;
		padding: 15px 20px;
		width: calc(100% - 40px);
		width: 100%;
		mix-blend-mode: normal;
		opacity: 1;
		display: block;
		float: none;
		box-sizing: border-box;
		white-space: normal;
	}
	#eshop_nav .eshop.next{
		width: 100%;
	}
	form table{
		width: calc(100% - 40px);
	}
	form table td{
		display: block;
		border: none;
	}
	.errors{
		margin: 10px 20px;
	}
	form .fl, form .fr{
		float: none;
	}
	#customer_note textarea{
		width: calc(100% - 40px);
	}
	table.cart_big.doprava td {
		padding: 10px;
	}
	table.cart_big input {
		transform: scale(1.6);
		width: 20px;
	}

	.maincontent img.fl, .maincontent img.fr{
		float: none;
		margin: 10px 0px;
		display: block;
	}
	.maincontent img[style~="float:"]{
		float: none !important;
		margin: 10px 0px;
		display: block;
	}

}