/* XStandard CSS Document */

.cl_bila{
	color:white;
}

.cl_zluta{
	color:yellow;
}

.cl_purpurova{
	color:fuchsia;
}

.cl_azurova{
	color:aqua;
}

.cl_zluta{
	color:#FFFF00;
}

.cl_cervena{
	color:red;
}

.cl_svetle_zelena{
	color:lime;
}

.cl_modra{
	color:blue;
}

.cl_cerna{
	color:black;
}

.cl_zelena{
	color:green;
}

.cl_hneda{
	color:maroon;
}

.cl_olivova{
	color:olive;
}

.cl_fialova{
	color:purple;
}

.cl_seda{
	color:gray;
}

.cl_tmave_modra{
	color:navy;
}

.cl_modro_zelena{
	color:teal;
}

.cl_svetle_seda{
	color:silver;
}

.font_1{
	font-size:8pt;
}

.font_2{
	font-size:10pt;
}

.font_3{
	font-size:12pt;
}

.font_4{
	font-size:14pt;
}

.font_5{
	font-size:18pt;
}

.font_6{
	font-size:24pt;
}

.font_7{
    font-size:36pt;
}

.right{
    text-align:right;
}

.left{
    text-align:left;
}

.center{
    text-align:center;
}

.underline{
    text-decoration:underline;
}

.strikethrough{
    text-decoration:line-through;
}

.fotoleft{
    float:left;
    margin:5px 15px 5px 0px;
}

.fotoright{
    float:right;
    margin:5px 0px 5px 15px;
}

sup{
    vertical-align: top;
}

sub{
    vertical-align: bottom;
}


/* Base CSS Document */
.vlevo
{
    text-align: left;
}

.uprostred
{
    text-align: center;
}

.vpravo
{
    text-align: right;
}

.nahore
{
    vertical-align: top;
}

.doprostred
{
    vertical-align: middle;
}

.dole
{
    vertical-align: bottom;
}

.tbl_center
{
    margin: 0px auto;
}

.tucne
{
    font-weight: bold;
}

#div-sofico-eshopy
{
    background-color: rgb(66,66,66);
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-size: 11px;
    text-align: left;
    padding: 3px;
}

#div-sofico-eshopy span
{
    margin-right: 10px;
}

#div-sofico-eshopy a:link,
#div-sofico-eshopy a:visited
{
    color: white;
    text-decoration: none;
}

#div-sofico-eshopy a:hover
{
    color: rgb(255,0,51);
}

.input_submit_vypis_kosik
{
    vertical-align: middle;
    margin: 0px 0px 0px 2px;
}

.eu-cookies {
    position: fixed;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 98%;
    color: white;
    background: #444444;
    z-index: 9999;
    margin: 0px;
    padding: 1%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 100%;
}

.eu-cookies button {
    background: green;
    color: white;
    border: 0px;
    padding: 2px 5px;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.eu-cookies button:hover {
    background: green;
    color: white;
    border: 0px;
    padding: 2px 5px;
    margin: 0px 10px;
    cursor: pointer;
    font-size: 100%;
    display: inline-block;
    text-transform: none;

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.eu-cookies a,
.eu-cookies a:link,
.eu-cookies a:visited
{
    color: white;
    text-decoration: underline;
    font-size: 100%;
}

.eu-cookies a:hover {
    color: white;
    text-decoration: none;
}
.cl_modra
{
  color:#52B1E8;
}

/* CSS Document */
*
{
  margin:0px;
  padding:0px;
}

body
{
	margin:0px;
	padding:0px;
  text-align:center;
  line-height:150%;
  font-family: "Open Sans",sans-serif;font-size: 15px;background: #fefefe;font-style: normal;font-weight: 400;color: #484847;
}

a
{
  color:#666666;
}

a:hover
{
  text-decoration:none;
}

img
{
  border:none;
}

table
{
  width:100%;
  border-spacing:0px;
  margin-bottom:15px;
}
table td
{
  padding:5px;
}

ul
{
  margin-left:15px;
  margin-bottom:15px;
  list-style-image:url("/grafika/individual/bg_list_item.gif");
}
ul li
{
  margin-bottom:5px;
}

p
{
  margin-bottom:15px;
}

h1,h2 ,h3 ,h4 ,h5
{
  color:#484847;
  margin-bottom:20px;
  font-weight:800;
  line-height:120%;
}
h1 {
	color: #c40073;
	font-size: 35px;
	font-weight: 800;
}

.input_submit,
.input_button,
.button,
button
{
  color:#fff;
  text-transform:uppercase;
  background-color:#009cdf;
  padding:8px 15px;
  border:none;
  cursor:pointer;
  text-decoration:none;
  display:inline-block;
  transition: all 0.3s;
  font-size: 17px;
  line-height: 21px;
  font-family: "Open Sans",sans-serif;
  font-weight: 600;
}
.input_submit:hover,
.input_button:hover,
.button:hover,
button:hover
{
  background-color:#c40073;
}

.input_text,
.input_text_nepovinny,
.input_textarea, 
#DODAVATEL
{
  border:1px solid #dfdfdf;
  padding:10px;
  color:#666666;
  font-family: "Open Sans",sans-serif;
}

input[type="checkbox"],
input.checkbox,
input[type="radio"]
{
  position:relative;
  top:2px;
  margin-right:5px;
}

.input_ks
{
  width:20px;
  margin-right:2px;
  text-align:center;
  vertical-align: middle;
}
.bt-basket
{
  background-color: #c40073;
  background-image:url("/grafika/bt-basket.gif");
  background-repeat:no-repeat;
  background-position:center;
	border:0px;
	cursor:pointer;
	vertical-align:middle;
  padding:5px;
  width:30px;
  vertical-align: middle;
}
.jednotka
{
  margin-right:5px;
  margin-left:5px;
  line-height: 40px;
  vertical-align: middle;
}
.tbl_katalog_detail_info tr td.td_katalog_detail_in_bas {
	background-color: #009cdf;
	color: white;
	text-align: center;
}
.td_katalog_detail_in_bas a {
	color: white;
}

/* konstrukce */
#cont-main
{
	position:relative;
	margin:0px auto;
	width:1000px;
	text-align:left;
}



#cont-body
{
  clear:both;
  position:relative;
  margin-top: 30px;
}

#col-1
{
  width: 300px;
  order: -1;
}

#col-2
{
  position: relative;
  width: calc(100% - 300px - 30px);
  padding: 0px 30px;
  padding-right: 0px;
  background-repeat: no-repeat;
}

#col-3
{
  float:right;
	top:0px;
  width:180px;
	overflow:hidden;
	display: none;
}

.c-add-bt
{
	height:37px;
	overflow:hidden;
	padding-top:14px;
	clear:both;
	text-align:right;
}

#footer_bg {
	position: relative;
	margin-top: 50px;
}
#footer_bg::before {
    content: "";
    background-image: url("/grafika/footer_bg.jpg");
    position: absolute;
    z-index: -1;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    filter: brightness(0.25);
    background-position-y: 60px;
}
#footer_bg .conteiner {
	display: flex;
    flex-wrap: wrap;
}
#footer_bg .conteiner .box3 {
	width: 33.3333%;
	padding: 20px;
	box-sizing: border-box;
}
#footer_bg .conteiner .box3:first-child {
    padding-left: 0px;
}
#footer_bg .conteiner .box3:last-child {
    padding-right: 0px;
}
#footer_bg .footer_top {
	box-sizing: border-box;
    max-width: 1500px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
	color: white;
	padding: 60px 0px 80px;
}
#footer_bg .footer_top h2 {
	color: #2abefe;
	padding: 15px 0 0 0;
	margin: 0 0 5px 0;
	font-weight: 800;
}
#footer_bg .footer_top a {
	color: white;
}
.footer
{
	position:relative;
  clear:both;
  text-align:center;
	padding:10px 0px;
	background-color: #009cdf;
	color: white;
}
.footer a {
	color: white;
}

.f-copyright
{
  margin-bottom:0px;
}

.f-top
{
  text-align:center;
  padding:0px;
}

.f-top img
{
  vertical-align:middle;
}

.f-backlinks
{
  margin:5px 0px 0px 0px;
	font-size:10px;
	background:#F6F6F7;
	padding:6px 4px 7px 4px;
	border-top:solid 1px #E1E1E1;
	border-bottom:solid 1px #E1E1E1;
}

#div-sofico-eshopy
{
  clear:both;
	padding-top:6px;
	border-top:dashed 1px #CDCDCD;
	margin-top:12px;
	text-align:center;
	background:transparent;
}

#div-sofico-eshopy a
{
  color:#CDCDCD !important;
}

#div-sofico-eshopy a:hover
{
  color:#F48000 !important;
}
/* end-konstrukce */


/* header */
.logo
{
	width:360px;
	height:55px;
	background-image:url("/grafika/individual/header-logo.png");
  background-repeat:no-repeat;
  display: block;
}

#flash
{
  height:107px;
  margin:0 0 0 350px;
  position:absolute;
  top:-10px;
  width:400px;
}

/* HEAD NAV */
.head-nav
{ /* úvodní stránka mapa stránek */
  position:absolute;
  top:5px;
  margin:0px;
  padding:0px;
  list-style:none;
}
.head-nav li
{
  float:left;
  margin:0px;
  padding:0px 20px 0px 17px;
}
.head-nav .home-a
{
  background:url('../grafika/ico_homepage.gif');
  background-repeat:no-repeat;
  background-position:left center;
}
.head-nav .sitemap
{
  background:url('../grafika/ico_sitemap.gif');
  background-repeat:no-repeat;
  background-position:left center;
}
/**/

.head-motto
{

}

/* SEARCH */

.c-search .it-search
{
    background-color: transparent;
    border: 0;
    padding: 0;
    padding-left: 10px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #a0a0a0;
    font-size: 120%;
    width: 100%;
    display: block;
}
.c-search .bt-search
{

}
/**/


/* NAVIGATION */
.c-path
{
  margin-bottom:20px;
  font-size:90%;
}
/**/


.no-items
{
  text-align:center;
	width:600px;
	font-size:130%;
	font-weight:bold;
	margin:20px 0px;
}

.tbl-registrace
{
  width:100%;
}

.tbl-registrace td
{
  vertical-align:top;
}

.infotext-101
{
  margin-top:10px;
  margin-bottom:20px;
  text-align:center;
}

.infotext-102
{
  text-align:center;
	  padding:20px 0px;
}


/* MENU */
.div_menu
{
  display: block;
}
.div_menu ul
{
  margin:0px;
  display: block;
}
.div_menu ul li
{
  display: inline-block;
  list-style:none;
  margin:0px;
}
.div_menu a
{
  padding: 13px 0px;
  color: #484847;
  margin-right: 30px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  overflow: inherit;
  font-weight: 600;
  text-decoration: none;
}
.div_menu a::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  transition: all 0.4s;
  height: 4px;
  background: #009cdf;
}
.div_menu a:hover::before {
  width: 100%;
}

/* Level 1*/
.div_menu ul li ul
{
  display:none;
}
.div_menu ul li:hover ul
{
  display:block;
  position:absolute;
  z-index:999;
  padding: 10px;
  background-color:#dfdfdf;
}
.div_menu ul li ul li
{
  float:none;
}
.div_menu ul li ul li a
{
  margin:0px;
  border:0px;
  line-height:150%;
  color:#000;
  font-weight:normal;
  padding-top:0px;
  padding-bottom:5px;
  margin-top: 5px;
}
/**/

.div_menu h1,
.div_menu p
{
  display:none;
}
/**/


/* new boxis */
.c-box
{
  margin-bottom:25px;
  padding:15px;
  background-color: white;
  
}
.c-box .lb-box2
{
  color:#000;
  font-weight:bold;
  font-size:16px;
  margin-bottom:15px;
}
.c-box .box-content
{

}
.c-box .input_text
{
  width:90%;
}
.c-box p
{
  margin-bottom:5px;
}
.c-box .input_text
{
  width:90%;
}

.c-box-right
{
	text-align:right;
}
.c-box-center
{
	text-align:center;
}

/* CATEGORIES */
.c-box.cat-box
{
  padding:0px;
}
.c-box.cat-box .lb-box2
{
  padding: 7px 15px;
  font-weight:normal;
  text-transform:uppercase;
  margin:0px;
  color:#fff;
  background: #484847;
  font-weight: 600;
}

/**/

/* BASKET */
.c-box.basket-box .lb-box2
{
  background:url('../grafika/basket-box.gif') no-repeat 5px 7px;
}
.c-box.basket-box .castka
{
  margin-bottom:10px;
  font-weight:bold;
}
.c-box.basket-box #bas-box-castka
{
  font-size:150%;
}
.c-box.basket-box .bas-box-a .button
{
  padding:8px;
  font-size:130%;
  font-weight:600;
}
.c-box.basket-box #doprava_zdarma_info
{
  border-top:4px solid #4da00a;
  margin-bottom:10px;
  margin-top:20px;
}
/**/

/* LOGIN */
.c-box.login-box .lb-box2
{
  background:url('../grafika/login-box.gif') no-repeat 5px 7px;
}
.c-box.login-box .input_text
{
  margin-bottom:5px;
}
.c-box.login-box .pernament-login
{
  margin-bottom:5px;
}
.c-box.login-box .c-box-bt
{
  margin-bottom:5px;
}
/**/

/* Naposledy navstivene */
.c-box.watch-last-box {
  border: 1px solid #EDEDED;
}
.c-box.watch-last-box .wl-item
{
  padding:0px;
	margin:0px;
	height:50px;
	width:100%;
	overflow:hidden;
	position:relative;
  margin-bottom:5px;
}
.c-box.watch-last-box .wl-name
{
  position:relative;
  left:40px;
  height:50px;
  line-height:25px;
  width: calc(100% - 35px);
  overflow:hidden;
}
.c-box.watch-last-box .wl-foto
{
  position:absolute;
	top:5px;
  left:0px;
	height:50px;
  width:40px;
	background:#fff;
	text-align:center;
	overflow:hidden;
}
.c-box.watch-last-box .div_detailimage
{
	height:35px !important;
  width:35px !important;
}
.c-box.watch-last-box .div_detailimage_foto
{
	width:32px !important;
  min-height:1px !important;
  left:0px;
}
.c-box.watch-last-box .wl-foto a
{
  display:block; cursor:pointer;
	width:32px;
	text-align:center;
	cursor:pointer;
	padding-top:1px;
	border-top:solid 2px white;
}
/**/

.c-box.topsale-box
{
	_height:0px; min-height:1px;
}

.c-box.topsale-box .lb-box2
{
  background:url('../grafika/recom-box.gif') no-repeat 9px 8px;
}

.c-box.topsearch-box .box-content
{
	padding:0px; margin:0px;
}

.c-box.topsearch-box .box-content .boxcont1
{
	margin:12px 6px 6px 0px;
}

.c-box.topsearch-box .box-content div.box-bott
{
	height:6px; overflow:hidden; background:transparent;
}

.c-box.topsearch-box .box-content ul
{
  padding:0px; color:#000;
	margin:-5px 0px 0px 0px;
}

.c-box.topsearch-box .box-content ul li
{
	position:relative; display:block; overflow:hidden; _height:0px; _overflow:inherit;
}

.c-box.topsearch-box .box-content ul li span
{
	width:24px;
	position:absolute; left:0px; top:6px;
	text-align:right;
}

.c-box.topsearch-box .box-content ul li a
{
	display:block; width:136px; padding:6px 0px 4px 0px; margin:0px 0px 0px 30px; position:relative; top:0px;
}

.c-box.topsearch-box .topsearch-link
{
	text-align:center;
	padding:0px 11px 11px 11px;
	margin-top:10px;
}

.c-box.topsearch-box .lb-box2
{
  background:url('../grafika/topsearch-box.gif') no-repeat 5px 8px;
}

.tbl-top-search
{
	width:70%;
	margin-top:20px;
}

.tbl-top-search td
{
	padding:2px 4px 3px 4px;
}

.tbl-top-search .row-2 td
{
	background:#F7F7F7;
}

.tbl-top-search td.tbl-c1
{
	text-align:right;
}

table.tbl-top-search 
{
	border:solid 1px #F7F7F7;
}


.c-box.market-box
{
  margin-top:15px;
}

.c-box.market-box .lb-box2
{
  background:url('../grafika/market-box.gif') no-repeat 5px 8px;
}

#im-email,
#im-tel,
#im-texarea
{
  width:140px;
}


.c-box.q-order-box .lb-box2
{
  background:url('../grafika/q-order-box.gif') no-repeat 4px 4px;
}

.c-box.info-box .lb-box2
{
  background:url('../grafika/info-box.gif') no-repeat 5px 6px;
}

.c-box.debate-box .lb-box2
{
  background:url('../grafika/debate_box.gif') no-repeat 7px 7px;
}

.c-box .qob-inputs input
{
  float:left; vertical-align:middle;
}

.c-box .qob-inputs input
{
  float:left; vertical-align:middle;
}

.c-box #iq-varianty
{
	width:100%;
}

.c-box #iq-varianty select
{
  float:left; margin:4px 0px 4px 0px;
	width:84px;
}

.c-box #iq-varianty span
{
  display:none;
}

.c-box #iq-varianty label
{
  padding-top:6px;
}


.c-box .qob-inputs label
{
  float:left;
	width:54px;
	padding-top:7px;
	clear:left;
}

.c-box .qob-inputs #iq-varianty
{
  clear:both;
}

#i-pr-code
{
  width:80px;
}

#ks_iq
{
  width:30px;
}
.c-box.news-box .lb-box2
{
  background:url('../grafika/news-box.gif') no-repeat 5px 6px;
}

.news-box .box-content
{
  padding:0px 0px 0px 0px;
}

.new-box-item
{
  padding:0px 13px 13px 13px;
	border-top:solid 1px #fff;
	margin-top:-1px;
	min-height:1px; _height:0px;
}

.news-box-date
{
  font-style:italic;
  text-align:right;
	padding:10px 0px 4px 0px;
}

.news-box h4
{
  padding:3px 0px 5px 0px;
  margin:0px;
	font-size:12px;
	text-align:left;
}

.news-box p
{
  padding:0px;
  margin:0px;
}

.news-box .nb-img-left
{
  float:left;
	margin:0px 2px 2px 0px;
}

.news-box .nb-img-right
{
  float:right;
	margin:0px 0px 2px 2px;
}

.news-box .nb-border1 {border:solid 1px #808080;}
.news-box .nb-border2 {border:solid 2px #808080;}
.news-box .nb-border3 {border:solid 3px #808080;}
.news-box .nb-border4 {border:solid 4px #808080;}
.news-box .nb-border5 {border:solid 5px #808080;}

.news-box .c-box-right
{
  padding:4px 0px 0px 0px;
  margin:0px;
}


/* DOPORUCUJEME, AKCE */
.c-box.recom-box
{
	position:relative;
  background:none;
  padding:0px;
}
.c-box.recom-box .lb-box .lb-box2
{
  margin:0px;
}
.c-box.recom-box .lb-box a
{
  display:block;
  padding:7px;
  padding-left:15px;
  color:#fff;
  text-decoration:none;
  text-transform:uppercase;
}
.c-box.recom-box .lb-box a:hover
{
  opacity:0.8;
}
.c-box.recom-box .box-content
{
  padding:15px;
  border: 1px solid #EDEDED;
  margin: 0px 0px 15px;
}
.c-box.recom-box .recom-item
{
  margin-bottom:10px;
  overflow:hidden;
}
.c-box.recom-box .recom-name a
{
  display: block;
  margin-bottom:10px;
  font-weight:600;
  text-decoration:none;
  line-height:20px;
  height:60px;
  overflow:hidden;
  color: #009cdf;
}
.c-box.recom-box .recom-foto
{
  height:140px;
  text-align:center;
  margin-bottom:10px;
}
.c-box.recom-box .recom-price
{
  font-size:120%;
	color: #c40073;
	font-weight:bold;
  text-align:center;
}
.c-box.recom-price .castka-info
{
  font-size:12px;
	color:#000;
	font-weight:normal;
	padding-bottom:2px;
}
.c-box.recom-price .castka-info span
{
  background:url('../grafika/criscros.png') no-repeat center;
	_background:url('../grafika/criscros1.jpg') no-repeat center;;
}
.recom-box-all
{
  text-align:center;
}

.c-box.recom-box.doporucujeme .lb-box a
{
  background-color: #009cdf;
}

.c-box.recom-box.akce .lb-box a
{
  background-color:#c40073;
}
/**/


.c-box.news-mail .lb-box2
{
  background:url('../grafika/news-mail.gif') no-repeat 5px 8px;
}

#i-news-mail
{
  width:145px;
  margin:5px 0px;
}

.div_box_head
{
  font-weight:bold;
  color:white;
  border-top:5px solid #f2f2f2;
  border-bottom:5px solid #dfdfdf;
}

/* filt výrobce */
.c-producer
{
	border:solid 1px #CDCDCD;
	padding:4px 4px 1px 4px;
	margin-bottom:10px;
	background:url('../grafika/producer-bg.gif') repeat-x left top #F9F9F9;
}

.c-producer label
{
	float:left;
	margin:0px 6px 0px 2px;
	padding:4px 0px 3px 0px;
	width:186px;
	height:32px;
	overflow:hidden;
}

.c-producer label a
{
	display:block;
  margin-left:20px;
}

.c-producer label input
{
	position:relative;
  left:0px; top:2px;
	_left:-4px; _top:1px;
	margin:0px !important;
	padding:0px 2px 0px 2px !important;
	float:left;
}

*:first-child+html .c-producer label input
{
	left:-4px; top:-2px;
} 

.producer-bott
{
	border-top:solid 1px #E1E1E1;
	padding:5px 0px 4px 0px;
	margin-top:5px;
	clear:both;
}

.producer-top
{
	padding:2px 0px 4px 1px;
	font-size:13px;
}


/* box-podkategorie */
.c-subcat
{
	overflow:hidden;
}
.subcat-top
{
  display:none;
}
.subcat {
	margin-bottom: 20px;
}
.subcat ul
{
	padding:0px;
  margin:0px;
	list-style-type:none;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% + 10px);
}
.subcat li
{
  display:inline-table;
  width: calc(25% - 10px);
  margin: 0px 10px 10px 0px;
  transition: all 0.3s;
  overflow:hidden;
  border:1px solid #EDEDED;
  padding:1px;
  display: flex;
  box-sizing: border-box;
}
.subcat li a
{
  padding:10px;
  display:block;
  text-decoration:none;
  width: 100%;
  transition: all 0.3s;
}
.subcat li a:hover
{
  background:#f5f5f5;
}
/**/


.c-subcat.top-sale .subcat ul
{
	padding-right:10px !important;
}

.c-subcat.top-sale .subcat-top
{
	padding:2px 0px 0px 14px !important;
}

.c-subcat.top-sale span
{
	padding:15px 8px 0px 0px;
	float:right; width:80px;
	text-align:right;
}

.c-subcat.top-sale a.ts-name
{
	padding:15px 0px 0px 10px;
	float:left; width:450px;
}

.c-subcat.top-sale a.highslide
{
	padding:0px; margin:0px;
	border:none;
	position:relative;
	float:left;
	width:30px;
	height:30px;
	margin-left:2px;
}

.c-subcat.top-sale .highslide img
{
	border:none;
	position:absolute;
	bottom:0px;
}

.c-subcat.top-sale .subcat li
{
	float:none; height:30px;
	width:100%;
	margin:-4px 0px 0px 0px;
	padding:2px 0px 4px 0px;
	list-style-type:none;
	background:none;
	overflow:hidden;
}

.c-subcat.top-sale .subcat li a
{
	display:inline !important;
}


/* trideni */
.c-sorting
{
  overflow:hidden;
  padding:15px;
  background-color:#f5f5f5;/*#F2F2F2;*/
  margin-bottom:20px;
}

.sort
{ /* Řadit dle: názvu | ceny */
  float:left;
  margin-right:15px;
}

.view-type
{ /* Zobrazení:  tabulka | katalog */
  float:right;
  /*margin-right:15px;*/
  /*display:none;*/
}

.view-only
{ /* Zobrazit pouze: skladem | s obrázkem */
  float:left;
}
.view-only div
{
  float:left;
}

.paging
{
  float:right;
	text-align:right;
}
.paging a,
.paging .span_katalog_strankovani_aktualni_strana
{
  display:inline-block;
  padding:2px 5px;
  background-color:#52B1E8;
  text-decoration:none;
  color:#fff;
  margin-left:1px;
}
.paging a:hover,
.paging .span_katalog_strankovani_aktualni_strana
{
  background-color:#E6007D;
}

.c-view-page
{
  overflow:hidden;
  background-color:#F2F2F2;
  padding:15px;
  /*padding-top:0px;*/
  margin-bottom:20px;
  display:none;
}

.num-it-page
{ /* položek na stránk */
  float:right;
}
.num-it-page a
{
  display:inline-block;
  padding:2px 5px;
  background-color:#52B1E8;
  text-decoration:none;
  color:#fff;
  margin-left:1px;
}
.num-it-page a:hover,
.num-it-page .span_pocet_polozek_aktivni a
{
  background-color:#E6007D;
}

.paging-info
{
  display:none;
}

/* NEKONECNE STRANKOVANI */
#ajax-vypis-dalsi-zbozi
{
  text-align: center;
  margin-top: 20px;
}
#ajax-vypis-dalsi-zbozi .info
{
  margin-bottom:5px;
}
#ajax-vypis-dalsi-zbozi .buttons
{
  margin-bottom:15px;
}
#ajax-vypis-dalsi-zbozi .buttons .button
{
  padding:10px;
}
/**/


.tbl_prihlaseni_login
{
  width:100%;
}

.td_prihlaseni_polozka
{
  width:50%;
  text-align:right;
}

.td_prihlaseni_submit
{
  text-align:center;
}

.div_prihlaseni_zapheslo_text
{
  padding:10px;
  text-align:center;
}

.tbl_prihlaseni_zapheslo
{
  width:100%;
}

.td_prihlaseni_zapheslo_polozka
{
  width:50%;
  text-align:right;
}

.td_prihlaseni_zapheslo_submit
{
  text-align:center;
  padding:10px;
}



/*
.div_drobky,
.h1_drobky
{
  font-weight:bold;
  font-size:120%;
  padding:10px 0px;
  margin:0px;
}
*/

.div_skup_obrazky
{
  width:183px;
  height:175px;
  background:url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
  padding:5px;
  float:left;
}

.div_skup_obrazky_1,
.div_skup_obrazky_2
{
  margin:0px 10px 10px 0px;
}

.div_skup_obrazky_3
{
  margin:0px 0px 10px 0px;
}

.div_skup_obrazky_nazev
{
  height:30px;
}

.div_skup_obrazky_nazev h2
{
  margin:0px;
  padding:0px;
  font-size:100% !important;
}


.div_skup_obrazky_foto
{
	background:#fff;
}
.div_skup_obrazky_foto table
{
  text-align:center;
	vertical-align:middle;
	width:183px; height:140px;
	overflow:hidden;
	border-top:solid 10px #fff
}



/* kat vypis */
.cat-list_in {display: flex;flex-wrap: wrap;width: calc(100% + 10px);}
.produkt
{
  width: calc(25% - 10px);
  margin: 0px 10px 10px 0px;
  transition: all 0.3s;
}
.produkt:hover {
  transform: translateY(-5px);
}

.produkt-in
{
  padding:15px;
  border:1px solid #EDEDED;
  position: relative;
}

.produkt .pro-priznak
{
  position:absolute;
  margin-top:90px;
  margin-left:0px;
  opacity:0.9;
}

.produkt.atrib-1 .pr-top div {background:#c40073; color:#fff; padding:5px;font-size: 14px;}
.produkt.atrib-2 .pr-top div {background:#f48000; color:#fff; padding:5px;font-size: 14px;}
.produkt.atrib-3 .pr-top div {background:#009cdf; color:#fff; padding:5px;font-size: 14px;}

.produkt h2
{
  margin:0px;
  overflow:hidden;
}
.produkt h2 a
{
  color: #009cdf;
  height:80px;
  line-height:20px;
  text-decoration:none;
  font-weight:600;
  display:block;
  font-size:15px;
  overflow:hidden;
  margin-bottom:10px;
  font-weight: 800;
}
.produkt h2 a:hover
{
  opacity:0.8;
}

.produkt .div_detailimage
{
  text-align:center;
  height:190px;
  margin-bottom:10px;
}

.produkt .popisek
{
  font-size:80%;
  height:60px;
  line-height:15px;
  margin:0px;
  padding:0px;
  margin-bottom:10px;
  overflow:hidden;
}

.produkt .pr-select
{
  height:25px;
  overflow:hidden;
}
.produkt select
{

}

.produkt .p_stav_skladu_vypis
{
  height:20px;
  line-height:20px;
	margin:0px;
  padding:0px;
  text-align:right;
  font-weight:bold;
  font-size:90%;
	overflow:hidden;
	position:relative;
	display:block;
  margin-bottom:5px;
}

.produkt .favourite
{
  display:none;
  background-image:url("/grafika/individual/favourite_icon.png");
  background-repeat:no-repeat;
  width:20px;
  height:20px;
  float:left;
}
.produkt:hover .favourite
{
  display:inline-block;
}
.produkt .favourite.active,
.produkt .favourite:hover
{
  background-image:url("/grafika/individual/favourite_active_icon.png");
}

.produkt .pr-bott
{
  line-height:30px;
}
.produkt .castka
{
  float:left;
  font-weight:600;
  font-size:120%;
  color: #c40073;
  line-height: 34px;
}
.produkt .koupit
{
  float:right;
  text-align:right;
  width: 105px;
}
.produkt .input_ks
{
  width: 25px;
  margin-right:2px;
  line-height:22px;
  float:left;
  border: 1px solid #c9197f;
  padding: 5px;
}
.produkt .jednotka
{
  margin-right:2px;
  width:19px;
  overflow:hidden;
  display:inline-block;
  float:left;
  font-size: 12px;
  line-height: 34px;
  margin-left: 0px;
}
.produkt .bt-basket
{
  background-color: #c40073;
  background-image:url("/grafika/bt-basket.gif");
  background-repeat:no-repeat;
  background-position:center;
	border:0px;
	cursor:pointer;
	vertical-align:middle;
  padding:7px;
  width:40px;
  line-height:20px;
  float:right;
  transition: all 0.3s;
}
.produkt .bt-basket:hover {
	background-color: #009cdf;
}

.p_stav_skladu_vypis .castka-info
{
  float:left;
  text-align:left;
	font-weight:normal;
	position:relative;

}
.p_stav_skladu_vypis .castka-info strong, .criscros
{
	font-weight:normal;
	position:relative;
	padding:0px;
	background:url('../grafika/criscros.png') no-repeat center;
	_background:url('../grafika/criscros.jpg') no-repeat center;
}
.p_stav_skladu_vypis img
{
	position:absolute;
	top:2px;
  left:0px;
	width:100%;
  height:10px;
	display:none;
}

.span_skladem
{
  color:rgb(0,153,0);
}
.span_neni_skladem
{
  color:#545454;
}

.highslide-caption select
{
  font-size:12px !important;
	width:100%;
	margin:4px 0px 4px 0px;
}

.img_kosik_odebrat
{
  background-color:#c40073;
	color:#c40073;
	width:22px;
	height:22px;
	border:none;
	cursor:pointer;
	vertical-align:middle;
}

.input_submit_vypis_kosik,
.input_kosik_image
{
  background-color:#c40073;
	color:#c40073;
	width:26px;
	height:22px;
	border:none;
	cursor:pointer;
	vertical-align:middle;
}

.div_katalog_detail_nazev h1
{
  font-size:150%;
  font-weight:normal;
}

.cleaner
{
  clear:both;
	height:1px;
	overflow:hidden;
}

.table_detail_rozpis_variant
{
	width:280px; padding:0px; margin:0px;
}

.table_detail_rozpis_variant td
{
	border:none !important;
	white-space:nowrap;
	padding-right:4px !important;
}

.table_detail_rozpis_variant thead td
{
	font-weight:bold;
}

.table_detail_rozpis_variant td.td_detail_rozpis_variant_varianta
{
  width:150px !important;
	white-space:normal !important;
}

.table_detail_rozpis_variant td.td_detail_rozpis_variant_dostupnost
{
  text-align:center !important;
}

#div_katalog_vypis_podskupiny
{
  background:url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
  padding:10px;
  margin:5px 0px;
}

#div_katalog_vypis_podskupiny_nadpis
{
  font-weight:bold;
}

.input_submit_katalog_vypis_kosik
{
	font-family: "Open Sans",sans-serif;
	font-size:90%;
  background-image:url('../grafika/input_kosik.gif');
  background-repeat:no-repeat;
  background-position:3px center;
  background-color:#DC251F;
  border:none;
  padding:3px 3px 3px 20px;
  color:white;
  cursor:pointer;
}

.td_katalog_vypis_strankovani_info
{
  text-align:center;
}

.div_right_content .div_box_content,
.div_left_content .div_box_content
{
  padding:10px;
  background-color:#E5EFF6;
}


/* Detail */
.div_detail_zpet
{
  float:right;
  margin-top: 10px;
}
.dp-info
{
  float:right;
  width: 50%;
}
.dp-info1
{
  background: #f5f5f5;
  padding: 20px;
}
.dp-infotop
{
	display:block;
}
.dp-info .addthis_button
{
	float:right;
	height:23px;
	overflow:hidden;
	margin-top:1px;
}
.dp-info .addthis_button img
{
  float:right;
	margin:0px 0px 7px 0px;
	padding:0px;
}

.dp-info .dp-priznak-1 { background:#ce0025; text-align:center; color:#fff; padding:5px; }
.dp-info .dp-priznak-2 { background:#f48000; text-align:center; color:#fff; padding:5px; }
.dp-info .dp-priznak-3 { background:#007fb6; text-align:center; color:#fff; padding:5px; }

.dp-info .favourite
{
  background-image:url("/grafika/individual/favourite_icon.png");
  background-repeat:no-repeat;
  line-height:20px;
  padding-left:25px;
}
.dp-info .favourite.active,
.dp-info .favourite:hover
{
  background-image:url("/grafika/individual/favourite_active_icon.png");
}

.tbl_katalog_detail_info .dp-select
{
   padding-top:5px;
   padding-bottom:5px;
}
.tbl_katalog_detail_info .dp-select select
{
   margin:4px 0px 0px 0px;
   width:277px;

}
.tbl_katalog_detail_info tr td
{
  padding:10px;
  color: black;
}
.tbl_katalog_detail_info .dp-price
{
  font-size:155%;
	color: #c40073;
	font-weight:bold;
}
.tbl_katalog_detail_info .input_ks
{
  padding:10px;
  float:left;
}
.tbl_katalog_detail_info .bt-basket
{
  padding:10px;
  width:40px;
  height: 40px;
}

.td_katalog_detail_in_bas
{
  padding:5px 0px;
  font-weight:bold;
  color:#DC251F;
}

.td_katalog_detail_nadpisek
{
  font-weight:bold;
  text-align:right;
  padding-right:5px;
  width:45%;
}
.td_katalog_detail_polozka
{
  padding-left:5px;
}

.div_katalog_detail_fotka
{
  float:left;
  width: calc(50% - 30px);
  text-align:center;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#img_det {
	width: 100%;
}
.div_katalog_detail_fotka a.highslide
{

	max-width: 100%;
	display:block;
  text-align:center;
	margin:auto;
}
.div_katalog_detail_fotka a.highslide img {
	max-width:100%;
}

.c-dpbook
{
 	margin-top:20px;
}

.dpbook-top
{
 	height:42px;
	overflow:hidden;
	position:relative;
	/*z-index:300;*/
}

.dpbook-top ul
{
 	padding:0px;
	margin:0px;
	list-style-type:none;
}

.dpbook-top ul li
{
 	float:left;
	margin-right:5px;
	background:#dfdfdf;
	position:relative;
  list-style:none;
}

.dpbook-top ul li a 
{
 	float:left;
	text-decoration:none;
	color:#3B3B3B !important;
	margin:1px 1px 1px 1px;
	background:#dfdfdf;
	position:relative;
	cursor:pointer;
}

.dpbook-top ul li a:hover,
.dpbook-top ul li a.dp-active
{
	background:#fff;
	z-index:100;
	margin:1px 1px 0px 1px;
}

.dpbook-top ul li a:hover strong span,
.dpbook-top ul li a.dp-active strong span
{
	padding: 10px 15px;
}

.dpbook-top ul li strong
{
 	float:left;
}

.dpbook-top ul li strong span
{
 	float:left;
	padding:7px 9px 6px 9px;
}

.dpbook-body
{
  border:solid 1px #dfdfdf;
	padding:30px 15px;
	position:relative;
	margin-top:-1px;
	background:#fff;
}

.dpbook-body p
{
 	margin:0px;
	padding:5px 0px 5px 0px;
}


.dp-query1
{
	_height:0px; min-height:1px;
	padding:7px 0px 5px 0px;
}

.tbl_detail_dotaz2 td
{
  padding-bottom:4px !important;
}


.tbl_detail_dotaz
{
  width:100%;
}

.tbl_detail_dotaz td
{
  vertical-align:top;
}


.tbl_detail_dotaz thead tr td
{
  font-weight:bold;
}

.td_detail_dotaz2_submit
{
  text-align:center;
}

.tbl_detail_dotaz .input_text
{
  width:180px;
}

.tbl_detail_dotaz_zahlavi1
{
  background-image:url('../grafika/ico_dotaz.gif');
  background-repeat:no-repeat;
  background-position:4px center;
  padding:0px 0px 0px 20px;
}

.tbl_detail_dotaz_zahlavi2
{
  background-image:url('../grafika/ico_kontakty.gif');
  background-repeat:no-repeat;
  background-position:4px center;
  padding:0px 0px 0px 24px;
}

.dp-debate1
{
	_height:0px; min-height:1px;
	padding:5px 0px 5px 0px;
}

.dp-debate1 h2
{
	padding:0px 0px 3px 0px; margin:0px;
  font-size:100% !important;
}


.td_diskuze_nadpisek
{
  background-image:url('../grafika/ico_diskuze.gif');
  background-repeat:no-repeat;
  background-position:4px center;
  padding:0px 0px 0px 28px;
  font-weight:bold;
}

.tbl_detail_diskuze_pridat .input_text
{
  width:180px;
}

.td_diskuze_polozka
{
  width:60px;
}

.prispevek_hlavicka
{
  background:#F3F3F3;
  padding:5px;
	margin-top:10px;
}

.prispevek_nadpis
{
  font-weight:bold;
}

.prispevek_text
{
  padding:5px;
}

.reagovatdiv
{
  text-align:right;
  padding:2px 2px 8px 0px;
}

.div_diskuze_zadne
{
  font-style:italic;
  padding:15px 5px 5px 5px;
}

.input_robot
{
  width:20px;
}

.prispevek_nadpis_1,
.prispevek_autor_1
{
  width:95%;
}

.prispevek_hlavicka_1,
.prispevek_text_1
{
  margin-left:5%;
}

.prispevek_nadpis_2,
.prispevek_autor_2
{
  width:90%;
}

.prispevek_hlavicka_2,
.prispevek_text_2
{
  margin-left:10%;
}

.prispevek_nadpis_3,
.prispevek_autor_3
{
  width:85%;
}

.prispevek_hlavicka_3,
.prispevek_text_3
{
  margin-left:15%;
}

.prispevek_nadpis_4,
.prispevek_autor_4
{
  width:80%;
}

.prispevek_hlavicka_4,
.prispevek_text_4
{
  margin-left:20%;
}

.prispevek_nadpis_5,
.prispevek_autor_5
{
  width:75%;
}

.prispevek_hlavicka_5,
.prispevek_text_5
{
  margin-left:25%;
}

.prispevek_nadpis_6,
.prispevek_autor_6
{
  width:70%;
}

.prispevek_hlavicka_6,
.prispevek_text_6
{
  margin-left:30%;
}

.prispevek_nadpis_7,
.prispevek_autor_7
{
  width:65%;
}

.prispevek_hlavicka_7,
.prispevek_text_7
{
  margin-left:35%;
}

.prispevek_nadpis_8,
.prispevek_autor_8
{
  width:60%;
}

.prispevek_hlavicka_8,
.prispevek_text_8
{
  margin-left:40%;
}

.prispevek_nadpis_9,
.prispevek_autor_9
{
  width:55%;
}

.prispevek_hlavicka_9,
.prispevek_text_9
{
  margin-left:45%;
}

.prispevek_nadpis_10,
.prispevek_autor_10
{
  width:50%;
}

.prispevek_hlavicka_10,
.prispevek_text_10
{
  margin-left:50%;
}

.td_registrace_polozka
{
  width:145px;
}

.div_kosik_nad_vypisem
{
  text-align:right;
  padding:0px 0px 10px 0px;
  font-weight:bold;
}

.c-basket-bt .basket-smazat
{
	float:right;
}

.c-basket-bt .basket-smazat a
{
	float:left;
	padding:8px 15px;
	background:#c40073;
	color:#fff;
	text-decoration:none;
	margin-right:5px;
  text-transform:uppercase;
  line-height:18px;
      transition: all 0.3s;
    font-size: 17px;
    line-height: 21px;
    font-family: "Open Sans",sans-serif;
    font-weight: 600;
}

.c-basket-bt .basket-prepocitat
{
	float:right;
}

.c-basket-bt .basket-prepocitat input
{
	float:left;
	margin:0px;
	background:#c40073;
	
}

.c-basket-bt
{
  height:24px;
	margin-top:6px;
}


.tbl_katalog_vypis
{
  width:100%;
	border-bottom:solid 1px #DFDFDF !important;
}

.tbl_katalog_vypis h2
{
  font-size:100% !important;
	padding:0px; margin:0px;
	font-weight:normal;
}

.tbl_katalog_vypis td.td_vypis_sloupec5,
.tbl_katalog_vypis td.td_vypis_sloupec4,
.tbl_katalog_vypis td.td_vypis_sloupec3

{
  white-space:nowrap;
	padding-left:4px;
	padding-right:4px;
}

.tbl_katalog_vypis td.td_vypis_sloupec6,
.tbl_katalog_vypis td.td_vypis_sloupec7

{
  white-space:nowrap;
	padding-left:4px;
}

.tbl_katalog_vypis td.td_vypis_sloupec2

{
	padding-left:4px;
	white-space:normal !important;
}

.tbl_katalog_vypis td.td_vypis_sloupec2 a,
.tbl_katalog_vypis td.td_vypis_sloupec3 a

{
	white-space:normal !important;
}

.tbl_katalog_vypis thead
{
  background: #dfdfdf;
}

.tbl_katalog_vypis tr.katalog-vypis-radek-lichy
{
	background:#F7F7F7;
}

.tbl_katalog_vypis thead td
{
  padding:4px 6px 5px 6px;
  font-weight:bold;
	border-bottom:none !important;
}

.tbl_katalog_vypis .td_vypis_sloupec2{
    width: 100px;
    height: 100px;
}

.tbl_katalog_vypis .td_vypis_sloupec2 img{
    max-width: 100px;
    max-height: 100px;
}

.tbl_shrnuti_ceny
{
  width:100%;
  margin:20px 0px 0px 0px;
}

.td_kosik_shrnuti_ceny_nadpisek2
{
  font-weight:bold;
}

.tbl_shrnuti_ceny td
{
  font-size:120%;
  vertical-align:bottom;
}

.td_kosik_shrnuti_ceny_info2
{
  text-align:right;
	font-weight:bold;
	color:#c40073;
}

.div_kosik_shrnuti_ceny_info2
{
  font-weight:bold;
	color:#000000 !important;
}

.slv-kup
{
  height:30px;
	margin-top:4px;
	overflow:hidden;
}

.slv-kup input
{
  float:left;
	vertical-align:middle;
	margin:0px;
	padding:0px 2px 0px 2px;
	height:17px;
}

.slv-kup a
{
  float:left;
	margin:0px 0px 0px 6px;
	padding:3px 5px 3px 6px;
	background:#DC251F;
	color:#fff !important;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}

.slv-kup a:hover
{
  color:#fff !important;
	text-decoration:none;
}


.div_kosik_nadpisek
{
  font-weight:600;
  font-size:120%;
  padding-bottom:10px;
  border-bottom:1px solid #dfdfdf;
  margin-bottom:10px;
  color:#333;
}

.tbl_kosik_objednavka_info input
{
	float:left;
}

.td_kosik_objednavka_info_nadpisek
{
  padding:0px;
}
.td_kosik_zpusoby_uhrady
{
  padding:0px;
}


.span_povinne
{
  font-weight:bold;
  color:#c40073;
  font-size:18px; line-height:18px;
  position:relative; top:3px; _top:2px;
	padding-right:2px;
}

*:first-child+html .span_povinne
{
  top:2px;
}



.tbl_kosik_objednavka_info .span_povinne
{
  font-weight:bold;
  color:#c40073;
  font-size:18px; line-height:18px;
  position:relative; top:2px; _top:3px;
	float:left;
	padding-right:0px;
}

*:first-child+html .tbl_kosik_objednavka_info .span_povinne
{
  top:3px;
}

.tbl_kosik_objednavka_info span.hlp-input
{
	position:relative; top:3px;
	padding:0px 0px 0px 0px; margin:0px 0px 0px 8px;
	background:#F3F3F3 !important;
	color:#666666;
	float:left;
	white-space:nowrap;
  display:none;
}

.p-polo
{
	position:relative;
}

#td_kosik_zpusoby_dopravy
{
	white-space:nowrap;
}

#td_kosik_zpusoby_dopravy td
{
  padding:0px;
	padding-bottom:5px;
  vertical-align:top;
}

.p-polo .span_povinne
{
	position:relative;
	top:6px;
}

.tbl_kosik_shrnuti_ceny
{
  width:100%;
	background: whitesmoke;
}
.tbl_kosik_shrnuti_ceny thead td
{
  background-color:#c40073;
  color:white;
  font-weight:bold;
  padding:10px 5px;
  font-size:120%;
}
.tbl_kosik_shrnuti_ceny tbody td
{
  padding:5px;
}

.td_kosik_shrnuti_ceny_zahlavi
{
  text-align:right;
}

.td_kosik_shrnuti_ceny_info
{
  text-align:right;
  width:140px;
}


.send-order
{
	margin:0px 0px 40px 0px;

}
.send-order input
{
  padding:20px 15px;
	text-transform:uppercase;
	float:right;
}
.send-order a
{
	float:left;
	margin:10px 0px 0px 10px;
	padding-left:14px;
	background:url('../grafika/ico_print.gif') no-repeat 0px 6px;
}


.tbl_kosik_shrnuti_ceny tbody td.td_kosik_shrnuti_ceny_celkem
{
  border-top:solid 1px #c40073;
	font-weight:bold;
  color:#c40073;
  font-size:120%;
  padding-top:10px;
  padding-bottom:10px;
}

.basket-pay-note
{
  font-style:italic;
  margin:0px 0px 0px 20px;
  display:block;
  font-size:90%;
  white-space: normal;
}
.td_kosik_zpusoby_dopravy_cena
{
  text-align:right;
  font-weight:bold;
}




.span_poslat_znamemu_nazev
{
  font-weight:bold;
}

.div_messages
{
  margin-bottom:20px;
  padding:15px;
  background-color:#009cdf;
  color:#fff;
}

.ul_mapa_stranek_pages
{
  margin:0px;
	padding:0px 0px 20px 0px;
	list-style-type:none !important;
}

.ul_mapa_stranek_pages ul
{
	list-style-type:none !important;
  padding:0px; margin:0px;
}

.ul_mapa_stranek_pages .li_first_level
{
	font-weight:bold;
  padding-left:20px;
  padding-top:10px;
  padding-bottom:1px;
}

.ul_mapa_stranek_pages .li_first_level li
{
	font-weight:normal;
  padding-left:20px;
  padding-bottom:1px;
}

.ul_mapa_stranek_pages .li_first_level li a
{
	color:#494949;
}

.div_mapa_stranek_skup_zan1
{
  padding-left:20px;
  padding-top:10px;
  padding-bottom:1px;
}

.div_mapa_stranek_skup_zan2
{
  padding-left:40px;
  padding-bottom:1px;
}

.div_mapa_stranek_skup_zan2 a, 
.div_mapa_stranek_skup_zan3 a, 
.div_mapa_stranek_skup_zan4 a, 
.div_mapa_stranek_skup_zan5 a, 
.div_mapa_stranek_skup_zan6 a
{
  color:#494949;
}

.div_mapa_stranek_skup_zan3
{
  padding-left:60px;
  padding-bottom:1px;
}

.div_mapa_stranek_skup_zan4
{
  padding-left:80px;
  padding-bottom:1px;
}

.div_mapa_stranek_skup_zan5
{
  padding-left:100px;
  padding-bottom:1px;
}

.div_mapa_stranek_skup_zan6
{
  padding-left:120px;
  padding-bottom:1px;
}

.a_mapa_stranek_skup_1
{
  font-weight:bold;
}

.div_letaky_vypis_detail_nahled
{
  float:left;
  width:150px;
  text-align:center;
}

#tbl_rozvozove_trasy_vypis
{
  width:100%;
}

#tbl_rozvozove_trasy_vypis thead tr td, #tbl_rozvozove_trasy_vypis tbody tr td
{
  padding:3px 5px;
}

#tbl_rozvozove_trasy_vypis thead tr td
{
  background-color:#f48000;
  color:white;
  font-weight:bold;
}

.tr_rozvozove_trasy_vypis_sudy
{
  background-color:#ededed;
}

.span_rozvozove_trasy_den
{
  font-weight:bold;
}

#div_rozvozove_trasy_filtr
{
  padding:10px;
  margin:10px 0px;
  background:url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
}

#div_rozvozove_trasy_filtr_nadpis
{
  font-weight:bold;
}

#div_rozvozove_trasy_filtr_region_nadpis
{
  font-weight:bold;
  font-size:125%;
  margin:3px;
}

.div_vyhledavani_nad_vypisem
{
  font-weight:bold;
  font-size:14px;
  margin-bottom:5px;
}

#div_vyhledavani_nadpis_skupiny
{
  margin:15px 0px 3px 0px;
  font-weight:bold;
  font-size:110%;
}

#div_vyhledavani_skupiny_container
{
  margin-bottom:10px;
  line-height:170%;
  font-weight:bold;
  font-size:120%;
}

.div_detail_souvpol_nadpis
{
  font-size:120%;
  padding:10px;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:10px;
  color:#fff;
  background-color:#52b1e8;
}

.div_prmista_mapa
{
  float:left;
  width:385px;
  padding-top:50px;
  position:relative;
}

.div_prmista_mapa #vypis
{
  position:absolute;
  top:75px;
  right:20px;
}

.div_prmista_text
{
  float:right;
  width:150px;
}

.div_prmista_vypis
{
  clear:both;
}

.div_prmista_vypis_misto
{
  margin:0px 0px 20px 0px;
}

.div_prmista_vypis_misto_nazev
{
  font-weight:bold;
  padding:3px 0px 3px 5px;
  margin:0px 0px 3px 0px;
  background-color:#E5EFF6;
}

.div_prmista_vypis_kraj
{
  font-weight:bold;
  font-size:120%;
  margin:10px 0px;
}

.div_prmista_vypis_misto_adresa,
.div_prmista_vypis_misto_dalsi_info
{
  padding:3px 0px 3px 5px;
}


.tbl_detail_dotaz h2
{
  font-size:100% !important;
  margin:0px;
  padding:0px 0px 10px 0px;
}

.tbl_detail_dotaz td
{
  padding:0px 10px 0px 0px;
}


.div_head_print
{
  display:none;
}

.h1_nadpis
{
  font-size:18px;
}


/* MENU SKUPIN */
.div_box_content_kategorie
{
  background-color:#ECECEC;
}
.div_box_content_kategorie ul
{
  list-style:none;
  margin:0px;
  padding:0px;
}
.div_box_content_kategorie ul li
{
  list-style:none;
  margin:0px;
  padding:0px;

  background: #ebebeb; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 50px); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(50px,#ffffff)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 50px); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ebebeb 0%,#ffffff 50px); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ebebeb 0%,#ffffff 50px); /* IE10+ */
  background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 50px); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
.div_box_content_kategorie ul li a:hover
{
  background-color:#ebebeb;
}
.div_box_content_kategorie a
{
  text-decoration:none;
  display:block;
  padding:6px;
  padding-left:20px;
  background-repeat:no-repeat;
  background-position:5px 13px;
  background-image: none !important;
}

/* ACTIVE */
.div_box_content_kategorie li.li_aktivni_open a,
.div_box_content_kategorie li.li_aktivni a
{
  font-weight:bold;
}
.div_box_content_kategorie li.li_aktivni_open ul li a
{
  font-weight:normal;
}
/**/

.ul_podskupina
{
  display:none;
}
.ul_podskupina_open
{
  display:block;
}

.div_box_content_kategorie .li_zanoreni1 li,
.div_box_content_kategorie .li_zanoreni1 li:hover
{
  background:none;
}

/**** 1. UROVEN ****/
.div_box_content_kategorie .li_zanoreni1 a
{
  display:block;
  padding:10px;
  font-weight:normal;
  background-position:5px 16px;
  background-repeat:no-repeat;
  font-size:110%;
}
.div_box_content_kategorie .li_zanoreni1 > a {
  background-color: #f5f5f5;
  border-bottom: solid 1px #dfdfdf;
}
.div_box_content_kategorie .li_zanoreni1.li_bezpodskupin a
{
  background-image:url('../grafika/sipka_bezpodskupin.gif');
  font-weight:normal;
}
.div_box_content_kategorie .li_zanoreni1.li_podskupiny a
{
  background-image:url('../grafika/sipka_podskupiny.gif');
  font-weight:normal;
}
.div_box_content_kategorie .li_zanoreni1.li_open a,
.div_box_content_kategorie .li_zanoreni1.li_aktivni_open a
{
  background-image:url('../grafika/sipka_podskupiny_open.gif');
  font-weight:normal;
}
.div_box_content_kategorie .li_zanoreni1.li_aktivni a,
.div_box_content_kategorie .li_zanoreni1.li_aktivni_open a
{
  font-weight:bold;
}
.div_box_content_kategorie .li_zanoreni1 a:hover
{

}

/**** 2. UROVEN ****/
.div_box_content_kategorie .li_zanoreni2 a
{
  display:block;
  padding:7px 7px 7px 25px;
  font-size:95%;
  font-weight:normal;
  background-position:20px 12px;
  background-repeat:no-repeat;
}
.div_box_content_kategorie .li_zanoreni2.li_bezpodskupin a
{
  background-image:url('../grafika/sipka_bezpodskupin.gif');
  font-weight:normal;
}
.div_box_content_kategorie .li_zanoreni2.li_podskupiny a
{
  background-image:url('../grafika/sipka_podskupiny.gif');
  font-weight:normal;
}
.div_box_content_kategorie .li_zanoreni2.li_open a,
.div_box_content_kategorie .li_zanoreni2.li_aktivni_open a
{
  background-image:url('../grafika/sipka_podskupiny_open.gif');
  font-weight:normal;
}
.div_box_content_kategorie .li_zanoreni2.li_aktivni a,
.div_box_content_kategorie .li_zanoreni2.li_aktivni_open a
{
  font-weight:bold;
}
.div_box_content_kategorie .li_zanoreni2 a:hover
{

}

/**** 3. UROVEN ****/
.div_box_content_kategorie .li_zanoreni3 a
{
  display:block;
  padding:5px 5px 5px 40px;
  font-size:90%;
  font-weight:normal;
  background-position:35px 10px;
  background-repeat:no-repeat;
}
.div_box_content_kategorie .li_zanoreni3.li_bezpodskupin a
{
  background-image:url('../grafika/sipka_bezpodskupin.gif');
  font-weight:normal;
}
.div_box_content_kategorie .li_zanoreni3.li_podskupiny a
{
  background-image:url('../grafika/sipka_podskupiny.gif');
  font-weight:normal;
}
.div_box_content_kategorie .li_zanoreni3.li_open a,
.div_box_content_kategorie .li_zanoreni3.li_aktivni_open a
{
  background-image:url('../grafika/sipka_podskupiny_open.gif');
  font-weight:normal;
}
.div_box_content_kategorie .li_zanoreni3.li_aktivni a,
.div_box_content_kategorie .li_zanoreni3.li_aktivni_open a
{
  font-weight:bold;
}
.div_box_content_kategorie .li_zanoreni3 a:hover
{

}
/* -- KONEC - MENU SKUPIN */


.tbl-old-order
{
	table-layout:fixed;
	border-collapse:collapse;
	border:solid 1px #D8D8D8;
	width:100%;
	margin:10px 0px 10px 0px;
	padding:0px;
	text-align:right;
}

.tbl-old-order td
{
	padding:5px;
}

.tbl-old-order thead
{
	background:#dfdfdf;
	font-weight:bold;
}

.al-left
{
	text-align:left;
}

.al-center
{
	text-align:center;
}

.tbl-old-order-dp1
{
	float:left;
	padding:6px 16px 16px 10px;
}

.tbl-old-order-dp1 table
{
	table-layout:fixed;
	border-collapse:collapse;
	margin:0px;
	padding:26px;
}

.tbl-old-order-dp1 tr
{
	border-bottom:solid 1px #DFDFDF;
}

.tbl-old-order-dp1 td 
{
	padding:6px 10px 5px 10px;
}

.tbl-old-order-dp1 th 
{
	padding:6px 16px 5px 2px;
}

.tbl-old-order .pr-name
{
	width:220px;
	text-align:left;
	white-space:normal !important
}

thead .pr-name
{
	text-align:center !important;
}

.tbl-old-order .td-ks
{
	width:30px;
}

.tbl-old-order .td-dph
{
	width:34px;
}

.old-ord-total
{
	border:solid 2px #c40073;
	text-align:right;
}

.old-ord-total div
{
	padding:4px 4px 0px 4px;
}

.old-ord-total div.final-price
{
	padding:4px;
	font-size:13px;
	color:#c40073;
}

.old-ord-total div.final-price strong
{
	font-size:15px;
}

.divshowInfo
{
	background-image:url('../grafika/bg_hlaseni_basket.gif');
	background-repeat:no-repeat;
  padding:15px 4px 4px 4px;
  margin:-135px 0px 0px 263px;
  width:182px;
  height:121px;
  font-size:100%;
  color:white;
	z-index:1;
  /*font-weight:bold;*/
  text-align:center;
  font-size: 12px;
}

#c-scroller
{
 clear:both;
 width:360px;
 margin:0px auto 0px auto;
}

#det-img-other
{
  position:relative;
  width:320px;
  height:60px;
  overflow:hidden;
  border:1px solid #EFEFEF;
  float:left;
}

#scroller
{
  float:left;
  width:1000px;
  height:61px;
}

#scroller1
{
  float:left;
}

#scroller img
{
  border:solid 2px #fff;
}

#scroller a
{
  float:left; height:56px; width:58px;
  border:solid 2px #EFEFEF;
	text-align:center;
}

#scroller a:hover
{
  border:solid 2px #CDCDCD;
}

.det-img-scroll
{
  float:left;
}

.c-backlinks
{
	line-height:150%;
}

.c-backlinks h2
{
	font-size:140%;
	padding:6px 0px 6px 0px;
	margin:0px;
}

.tbl-blinks
{
	margin:0px; padding:0px;
	width:100%;
}

.tbl-blinks td
{
	padding:5px 4px 5px 0px;
}

.bl-td1 {width:180px;}
.bl-td2 textarea {width:320px;}
.bl-td3 input {width:320px; margin-bottom:4px;}
.bl-td4 input {width:180px;}
.bl-td5 textarea {width:320px;}
.bl-td6 {text-align:center;}
.bl-td6 input {width:20px;}

.c-ourblinks, .ourblinks {margin-top:20px;}
.c-ourblinks textarea {width:504px;}

.pa-links {margin-top:20px;}
.pa-links ul {margin:0px; padding:0px;}
.pa-links li {list-style-type:none; float:left; width:31%; margin-right:1%;}


/*Fotogalerie*/

.fotogalerie_pol_mat{
  width:160px;
  float:left;
  padding:15px;
  margin-left:10px;
}

.fotogalerie_pol
{
		margin-bottom:4px;
}

.fotogalerie_pol p 
{
		padding:3px 0px 3px 0px;
		margin:0px;
}
	
.fotogalerie_pol h2 {
		margin:0px;
		padding:0px;
		padding-top:7px;
		font-size:14px;
	}
	
	.fotogalerie_pol a,.foto_vypis a, .fotogalerie_pol_mat a {
	padding:5px;
	width:140px;
	height:120px;
	display:block;
	background-image:url(../grafika/foto_background.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:0px;
	margin-right:0px;
}
.foto_vypis{
	position:relative;
	float:left;
	margin:0px;
	margin-left:0px;
}

.fotogalerie_pol img, .foto_vypis img, .fotogalerie_pol_mat img {
	margin:5px;
	border:none;
}




.fotogalerie_pol .foto{
	position:relative;
	float:left;
	margin:0px 10px 0px 0px !important;
	padding:0px;
}

.fotogalerie_pol .foto a{
	padding-bottom:0px;
}


/*Clanky*/

.c-sorting2
{
	position:relative;
	background:url('../grafika/sort-bg.gif') repeat-x left top #F2F2F2;
	height:26px;
	overflow:hidden;
	border:solid 1px #CDCDCD;
}

.c-sorting2 .sort
{
  width:40%;
  float:left;
}

label.error { display:block; float:none; color:red; padding-left:.5em; padding-top:.5em; vertical-align:top; }

div.articles-list {margin:10px 0px 10px 0px;}
.articles-list h2 { font-size:14px; margin:0px; padding:0px 20px 9px 0px;}
.articles-list h2 span { padding-right:10px; }

.articles-list .art-item
{
  background:url('../grafika/box-corner.gif') no-repeat right top #CDCDCD;
	margin-top:10px;
	padding:1px;
	border-bottom:solid 10px #fff; margin:0px !important;
	_height:0px; min-height:1px;
}

.articles-list .art-item1
{
  background:url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding:8px 4px 8px 4px !important;
	_height:0px; min-height:1px;
}

.art-img  {float:left; margin:0px 8px 2px 0px; }
.art-img  img {float:left;}
.art-img  a { float:left; display:block; background:#fff; border:solid 2px #E4E4E4; padding:5px;}
.art-img  a:hover { border:solid 2px #9F9F9F;}
.articles-list .art-cont  { text-align:right; }
.articles-list .art-item p  { margin:0px; padding:0px 0px 6px 0px;}

.foto-list  {margin:10px 0px 10px 0px;}

.foga-item
{
  background:#CDCDCD;
	margin-top:10px;
	padding:1px;
	border-bottom:solid 10px #fff; margin:0px !important;
	_height:0px; min-height:1px;
}

.foga-item1
{
  background:url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding:8px 4px 8px 4px !important;
	_height:0px; min-height:1px;
}


.foga-item  h2 { font-size:14px; margin:0px; padding:0px 20px 9px 0px; }
.cfoga-img  {float:left; margin:0px 8px 2px 0px; }
.cfoga-img  img {float:left;}
.cfoga-img  a { float:left; display:block; background:#fff; border:solid 2px #E4E4E4; padding:5px;}
.cfoga-img  a:hover { border:solid 2px #9F9F9F;}
.foga-item p  { margin:0px; padding:0px 0px 4px 0px;}

.foto-cat  {margin:10px 0px 10px 0px; width:600px; overflow:hidden;}
.foto-cat-in  {width:630px; margin-left:5px;}
.foga1-item {position:relative; width:160px; float:left; padding:15px; margin:0px 10px 5px 0px;}
.foga1-name {text-align:center; font-size:12px; font-weight:bold; height:30px; overflow:hidden;}

.cfoga1-img  {float:left; position:relative; left:8px; margin:4px 0px 0px 0px; }
.cfoga1-img  img {float:left;}
.cfoga1-img  a { float:left; display:block; background:#fff; border:solid 2px #E4E4E4; padding:5px;}
.cfoga1-img  a:hover { border:solid 2px #9F9F9F;}

.c-allph
{
  background:#CDCDCD;
	margin-top:10px;
	padding:1px;
	margin:10px 0px 10px 0px; width:598px;
}

.c-allph1
{
  background:url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	_height:0px; min-height:1px;
}

.c-allph  h2 {font-size:14px; margin:0px 0px 0px 0px; padding:6px 0px 0px 6px; height:19px; overflow:hidden; width:598px;}
.c-allph  h2 a {float:right;  padding:0px 24px 0px 6px;  font-weight:normal; font-size:12px;}
.c-allph  h2 span {float:left;}
.allph  {width:598px; overflow:hidden;}
.allph1  {width:630px; }
.allph-item {position:relative; width:149px; float:left; margin:0px 0px 4px 0px;}
.allph-img  {float:left; position:relative; left:4px; margin:2px 0px 0px 0px;}
.allph-img  img {float:left;}
.allph-img  a { float:left; display:block; background:#fff; border:solid 2px #E4E4E4; padding:5px;}
.allph-img  a:hover { border:solid 2px #9F9F9F;}
.allph-back { text-align:center; }


.view-type1
{
  width:27%;
	border-left:solid 1px #D8D8D8;
	padding-left:2%;
}

.c-sorting2 .sort1
{
  width:60%;
  float:left;
}
.paging.pg-foto
{
  width:40% !important;
  float:right;
	text-align:right;
}


.write-us
{

}
.write-us1
{
  background:url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding:15px;

}
.write-us h2
{
	padding-left:20px;
	background:url('../grafika/ico_kontakty.gif') no-repeat left center;
}
.tbl_napiste_nam .input_text
{
  width:180px;
}

.bubble-message
{
  font-weight:bold;
  font-size:120%;
}

.bubble-nazev
{
  padding:3px 0px;
	margin-bottom:2px;
  height:30px;
  line-height:15px;
  overflow:hidden;
  vertical-align:middle;
}

.span_countdown
{
  font-weight:bold;
}

.skryj	{ position:absolute; left:-1000px; top:-1000px; width:1px; height:1px; overflow:hidden; }

#skupina-popisek-more
{
  text-align:right;
  margin:10px 0px 20px 0px;
}

.in-bas0
{
  visibility:hidden;
}

.in-bas1
{
  visibility:visible;
  color:white;
  background-color:#c40073;
  position:absolute;
  text-align:center;
  padding:2px 0px;
  margin-top:-35px;
  margin-left:-15px;
  width:191px;
  font-size:95%;
  opacity:0.8;
  width: 100%;
}

.skupina-popisek-short
{
	position:relative;
}

.skupina-popisek-short p
{
	padding:0px; margin:0px;
}

.skupina-popisek-short div.png-mask
{
	background:url('../grafika/png-mask.png') repeat-x left bottom;
	height:35px; width:600px; overflow:hidden;
	position:absolute;
	bottom:0px; left:0px;
}

.lbl-required
{
  font-weight:bold;
}

.ifr-mailing-newsletter
{
  border:none;
  width:600px;
  overflow-x:hidden;
  overflow-y:auto;
  /*border:1px solid red;*/
}

.val-bad
{
  border:2px solid red;
}

.zas-nov-email
{
  width:200px;
}

.soutez
{
  background:#CDCDCD;
	margin-top:10px;
	padding:1px;
}

.soutez1
{
  background:url('../grafika/bg_produkt.gif') repeat-x 0px 0px #fff;
	padding:9px !important;
	_height:0px; min-height:1px;
}

.soutez h2
{
	font-size:12px !important; padding:0px 0px 0px 0px; margin:0px;
}

.soutez .psc
{
  width:70px;
}

.soutez .input_text,
.soutez .input_textarea
{
  margin-left:10px;
}

.ul-soutez li
{
  list-style-type:none;
  margin-left:-30px;
  padding:0px;
}

label.sou-spravna
{
  font-weight:bold;
  color:green;
}

.sou-omezeni-zakaznik
{
  border:1px solid red;
  padding:10px;
}

#slideshow1,
#slideshow2,
#slideshow3,
#slideshow4
{
  height:250px;
}

.h2-det
{
  font-size:13px !important;
}


/* BANNERS */
.ba-img-r
{
	position:fixed;
	left:50%;
  top:170px;
	margin:0 0 0 520px;
	width:200px;
	overflow:hidden;
}
.ba-img-l
{
	position:fixed;
	left:50%;
  top:170px;
	margin:0px 0px 0px -720px;
	width:200px;
	overflow:hidden;
}
@media screen and (max-width: 1400px)
{
  .ba-img-r,
  .ba-img-l
  {
    display:none;
  }
}
/**/


.chk-basket-news
{
  clear:both;
}

.chk-basket-news label
{
  position:relative;
  top:3px;
}

.souhlas-dodaci-podm
{
  text-align:right;
  font-weight:bold;
  padding:15px 0px;
  margin-bottom:15px;
}

.tbl_souteze_kont_udaje .input_text
{
  width:180px;
}

.tbl_souteze_kont_udaje td
{
  vertical-align:top;
}

.chk-sou-news
{
  margin:3px 0px 10px 6px;
}

#nahoru
{
  display:block;
  height:30px;
  width:110px;
  position:fixed;
  right:0px;
  bottom:0px;
  background:#009cdf;
  color:#fff;
  font-size:130%;
  padding:10px 0px 0px 0px;
  text-align:center;
  cursor:pointer;
  display:none;
}

#google_translate_element
{
  width:170px;
  height:24px;
  overflow:hidden;
  position:absolute;
  top:5px;
  left:240px;
}

.c-kosik-souvpol
{
  margin:30px 0px 20px 0px;
  color:rgb(128,128,128)
}

.fb-like
{
  padding:10px 0px 10px 0px;
}


/* Slider */
#hpCarouselWrapper{
	width:598px;
	/*border:1px solid #eeeeee;*/
	overflow:hidden;
	clear:both;
	position:relative;
	*zoom:1;
	margin:0px 0px 10px 0px;
}
#hpCarouselWrapper img{
	vertical-align:top
}
#hpCarouselWrapper:after, #hpCarouselWrapper:before{
  content:" ";
  display:table;
  height:0;
  overflow:hidden;
}
#hpCarouselWrapper:after{
	clear:both
}
#hpCarouselWrapper #pager{
	position:absolute;
	right:10px;
	bottom:10px;
	font-size:0;
	z-index:2000;
}
#hpCarouselWrapper #pager a{
	background:url(../grafika/sprites.png) no-repeat -200px -150px;
	display:inline-block;
	position:relative;
	vertical-align:top;
	*zoom:1;
	*display:inline;
	width:14px;
	height:14px;
  margin-left:5px;

  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  border-radius:7px;

  -webkit-box-shadow:0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 3px 0px rgba(50, 50, 50, 0.75);
  box-shadow:    0px 0px 3px 0px rgba(50, 50, 50, 0.75);
}
#hpCarouselWrapper #pager a span{
	display:none;
	position:absolute;
	left:-20px;
	top:-40px;
}
#hpCarouselWrapper #pager a.selected{
	background-position:-150px -150px;
}
#hpCarousel{
	width:100%;
	overflow:hidden;
	clear:both;
	height:245px;
}
/* Slider */


/* Naseptavac */
#as_vyhledavani_text
{
  background-color:#fff;
  position:absolute;
  text-align:left;
  margin-top:6px;
  width:287px !important;
  z-index:100;

  -webkit-box-shadow:0px 0px 5px 0px rgba(50, 50, 50, 0.6);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.6);
  box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.6);
}

#as_vyhledavani_text ul
{
  list-style:none;
  margin:0px;
  padding:0px;
}

#as_vyhledavani_text a
{
  padding:15px;
  display:block;
  /*margin-bottom:20px;*/
  text-decoration:none;
  color:#000;
}

#as_vyhledavani_text a:hover
{
  background-color:#E5EFF6;
}

#as_vyhledavani_text .nas-div-img
{
  float:left;
  margin-right:10px;
  margin-bottom:5px;
}

#as_vyhledavani_text .nas-div-cena
{
  float:right;
  margin-bottom:5px;
  font-size:120%;
  font-weight:bold;
}

#as_vyhledavani_text .nas-div-nazev
{
  clear:both;
  font-size:110%;
  margin-bottom:5px;
}
/* END Naseptavac*/


.input_text_nepovinny_prihlaseny,
.input_text_prihlaseny
{
  color:#999;
  background-color:#F7F7F7;
  border:1px solid #DFDFDF;
  padding:10px;
}


#fixed_bottom_bar
{
  bottom:0px;
  height: 40px;
  position: fixed;
  right:120px;
  z-index: 9999;
}
#favourite a
{
  background-color: #009cdf;
  background-image: url("/grafika/individual/favourite_active_icon.png");
  background-position: 10px center;
  background-repeat: no-repeat;
  color: white;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  opacity:1;
  padding-left: 30px;
  padding-right: 20px;
  text-decoration: none;
}
#favourite a:hover
{
  opacity: 0.8;
}


/* NEW STYLES */
#cont-main {width:100%;}

/* HEAD */
#flash {display: none;}
#flash img {display: none;}
#cont-header1_bg {background: #4848472b;padding-top: 10px;padding-bottom: 14px;}
#cont-header1 {box-sizing: border-box;max-width: 1500px;width: 90%;margin-left: auto;margin-right: auto;display: flex;align-items: center;}
.header-bott {margin: auto 0px auto auto;}
.head_menu {border-bottom: solid 1px #48484717;margin: 0px;padding: 0px;background: #dfdfdf45;}
.head_menu .div_menu {box-sizing: border-box;max-width: 1500px;width: 90%;margin-left: auto;margin-right: auto;}
.c-search {background: whitesmoke;width: 292px;border: 1px solid #d0d0d0;border-radius: 4px;display:flex;}
.c-search .bt-search {background: transparent;background-image: url("/grafika/search_icon.png");background-repeat: no-repeat;background-position: center;height: 42px;overflow: hidden;line-height: 42px;padding: 0;width: 50px;color: #a0a0a0;float: left;font-size: 0px;}
#cont-body {box-sizing: border-box;max-width: 1500px;width: 90%;margin-left: auto;margin-right: auto;display: flex;}

.top_kosik {text-decoration: none;font-weight: 800;padding-left: 45px;margin-left: 20px;background-image: url("/grafika/cart.svg");background-repeat: no-repeat;background-position: center left;display: inline-block;line-height: 40px;font-size: 17px;}
.top_prihlaseni {background-image: url("/grafika/user.svg");background-repeat: no-repeat;background-position: center;display: inline-block;width: 30px;height: 30px;margin-left: 25px;vertical-align: middle;margin-right: 10px;}
.top_prihlaseni_a {display: flex;align-items: center;text-decoration: none;line-height: 40px;font-size: 17px;}

.eu-cookies {
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 98%;
  color: black;
  z-index: 999;
  margin: 0px;
  padding: 1%;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  font-size: 100%;
  box-shadow: 0 -2px 8px 0 rgb(0 0 0 / 25%);
  background: #ffffffef;
}

.eu-cookies-btns {
  margin: 10px 0px;
  text-align: center;
}

.eu-cookies-btns button {
  margin: 5px;
  color: white;
  background: #19a4e0;
  border: 0px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 100%;
  display: inline-block;
  text-transform: none;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.eu-cookies-btns button:hover {
  background: #606060;
  color: white;
  border: 0px;
  padding: 10px 20px;
  margin: 0px 5px;
  cursor: pointer;
  font-size: 100%;
  display: inline-block;
  text-transform: none;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 5px;
}

.eu-cookies button {
  color: white;
  background: #19a4e0;
  border: 0px;
  padding: 10px 20px;
  margin: 0px 5px;
  cursor: pointer;
  font-size: 100%;
  display: inline-block;
  text-transform: none;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.eu-cookies button:hover {
  background: #606060;
  color: white;
  border: 0px;
  padding: 10px 20px;
  margin: 0px 5px;
  cursor: pointer;
  font-size: 100%;
  display: inline-block;
  text-transform: none;

  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.eu-cookies a,
.eu-cookies a:link,
.eu-cookies a:visited
{
  color: black;
  text-decoration: underline;
  font-size: 100%;
}

.eu-cookies a:hover {
  color: black;
  text-decoration: none;
}

.eu-cookies-blok {
  border-top: 1px solid #ddd;
  padding: 10px 0px;
  display: flex;
  align-items: center;
}

.eu-cookies-blok-nazev {
  font-size: 130%;
  margin-bottom: 5px;
}

.eu-cookies-blok-checkbox {
  margin-left: 50px;
}

.eu-cookies-last {
  border-top: 1px solid #ddd;
  padding: 10px 0px !important;
  text-align: center;
}

input[type="checkbox"].eu-cookies-checkbox {webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;position: relative;vertical-align: sub;right: 0;bottom: 0;left: 0;
  height: 25px;width: 25px !important;transform: inherit !important;transition: all 0.15s ease-out 0s;background: white;border: solid 1px #ccc;color: #fff;cursor: pointer;padding: 0px !important;
  display: inline-block;margin-right: 0px !important;position: relative;transform: none;border-radius: 0px;opacity: 1;z-index: 2;outline: none;margin-bottom: 2px;}
input[type="checkbox"].eu-cookies-checkbox:disabled {opacity: 0.3;}
input[type="checkbox"].eu-cookies-checkbox:checked {background: black;}
input[type="checkbox"].eu-cookies-checkbox:checked::before {height: 24px;width: 22px;position: absolute;content: "\2713";display: inline-block;font-size: 18px;text-align: center;line-height: 24px;
  background: none;color: white;opacity: 1;font-weight: bold;}

/* PopUp */
.popup_bg
{
  position:fixed;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.6);
  top:0;
  left:0;
  display:none;
  z-index:1000;
}

.popup
{
  left:30%;
  width:40%;
  top:10%;
  position:fixed;
  display:none;
  z-index:1002;
}

#popup_head
{
  z-index:1003;

  -webkit-box-shadow: 0px -2px 4px 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow:    0px -2px 4px 0px rgba(50, 50, 50, 0.5);
  box-shadow:         0px -2px 4px 0px rgba(50, 50, 50, 0.5);
}
#popup_head .content
{
  padding:20px;
  line-height:20px;
  height:20px;
  background-color:#f4f4f4;
  font-size:150%;
  overflow:hidden;
  border-bottom:1px solid #e7e7e7;
}

#popup_head .close
{
  background-color:#afafaf;
  color:#fff;
  cursor:pointer;
  width:35px;
  height:35px;
  line-height:35px;
  text-align:center;
  position:absolute;
  right:20px;
  top:10px;
  background-image:url("/grafika/close.png");
  background-repeat:no-repeat;
  background-position:center;

  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
#popup_head .close:hover
{
  background-color:#000;
}

#popup_front
{
  overflow:auto;
  text-align:left;
  background-color:#fff;
  margin-top:61px;

  max-height:70%; /* Sichr (Safari neum? calc) */
  max-height:-moz-calc(80% - 61px); /* Firefox */
  max-height:-webkit-calc(80% - 61px); /* WebKit */
  max-height:-o-calc(80% - 61px); /* Opera */
  max-height:calc(80% - 61px); /* Standard */

  -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.8);
  -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.8);
  box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.8);
}
#popup_front .content
{
  padding:20px;
}
#popup_front h1
{
  margin:0;
  padding:0;
  padding-bottom:10px;
  border-bottom:1px solid #E6E6E6;
  margin-bottom:10px;
}
#popup_front p
{
  margin:0;
  padding:0;
  margin-bottom:10px;
}

/* LOADER */
#loader
{
  display:none;
  z-index: 10000;
}
#loader .loader
{
  margin:auto;
  margin-top:20%;
}
.loader
{
  border:5px solid #f3f3f3;
  border-top:5px solid grey;
  border-radius:50%;
  width:100px;
  height:100px;
  animation:spin 2s linear infinite;
  display:block;
}
@keyframes spin
{
  0% { transform:rotate(0deg); }
  100% { transform:rotate(360deg); }
}
/* END LOADER */

/* RADKOVY VYPIS POUZE PRO KATEGORII */
.cat-list-radek
{
    border-top: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.produkt-radek
{
    position: relative;
}
.produkt-radek-in
{
    border-bottom: 1px solid #e6e6e6;
    padding-top: 5px;
    /*padding-bottom: 5px;*/
}
.produkt-radek .produkt-left_bg
{
    float: left;
    width: 15%;
}
.produkt-radek .produkt-left
{
    margin-right: 15px;
    position: relative;
}
.produkt-radek .produkt-center_bg
{
    width: 50%;
    float: left;
}
.produkt-radek .produkt-center
{
    margin-right: 15px;
}
.produkt-radek .produkt-right_bg
{
    float: right;
    width: 35%;
}
.produkt-radek .foto a
{
    display: block;
    text-align: center;
}
.produkt-radek .foto img
{
    max-width: 100%;
    max-height: 60px;
}
.produkt-radek .foto .no_foto
{
    min-height: 100px;
}
.produkt-radek .sleva
{
    top:0;
    left:0;
    margin-left: -10px;
    margin-top: -10px;
}
.produkt-radek .tags
{
    bottom:0;
    left:0;
    margin-left: -10px;
    margin-bottom: -5px;
    z-index:999;
}
.produkt-radek .nadpis {
    font-weight: bold;
}
.produkt-radek .nadpis a
{
    color:#009cdf;
    text-decoration: none;
}
.produkt-radek .code
{
    margin-bottom: 5px;
    font-size: 90%;
    color: gray;
}
.produkt-radek .popisek-1
{
    font-size: 90%;
}
.produkt-radek .variants
{
    margin-top: 5px;
}
.produkt-radek .variants select
{
    width: 100%;
}
.produkt-radek .produkt-bottom_bg
{

}
.produkt-radek .in_basket.active
{
    position: relative;
    margin-bottom: 4px;
}
/* END RADKOVY VYPIS POUZE PRO KATEGORII */

/* PRODUKT */
/* spolecne pro radkovy vypis i boxy */
.produkty
{
    clear: both;
}
.produkty .produkt-bottom_bg
{
    background-color:#f4f4f4;
    padding: 10px 10px 0px 10px;
}
.produkty .table-produkt-bottom-1,
.produkty .table-produkt-bottom-2
{
    width:100%;
    margin:0;
}
.produkty .table-produkt-bottom-1
{
    margin-bottom: 5px;
}
.produkty .table-produkt-bottom-1 td,
.produkty .table-produkt-bottom-2 td
{
    padding: 0;
}
.produkty .table-produkt-bottom-1 td.produkt-bottom-2
{
    width:130px;
    height:50px;
    vertical-align: top;
}
.produkty .castka
{
    font-size:160%;
    font-weight:bold;
    white-space: nowrap;
}
.produkty .castka .cena-body .jednotka
{
    font-size:60%;
    font-weight:normal;
    display:inline;
}
.produkty .stav_skladu
{
    text-align: right;
}
.produkty .table-produkt-bottom-1 table.basket_form_table
{
    margin:0;
    float:right;
    border-spacing:0;
    width: 86px;
}
.produkty .table-produkt-bottom-1 table.basket_form_table td
{
    padding:0;
    vertical-align:top;
    text-align:left;
}
.produkty .input_ks
{
    margin-right:4px;
    border: 1px solid #c9197f;
}
.produkty .jednotka
{
    margin-right:8px;
    /*display:none;*/
}
.produkty .bt-basket_bg
{
    float:right;
}
.produkty .bt-basket
{
    width: 34px;
    height:38px;
    padding:0;
    border:0;
}
.produkty .basket_form_down,
.produkty .basket_form_up
{
    background-color:#adadad;
    display:inline-block;
    color:#fff;
    font-weight:bold;
    line-height:15px;
    font-size:15px;
    width:15px;
    text-align:center;
    cursor:pointer;
    margin-right:4px;
    float:left;
}
.produkty .basket_form_down:hover,
.produkty .basket_form_up:hover
{
    background-color:#000;
}
.produkty .no_order
{
    background-color:#adadad;
    font-weight:bold;
    color:#fff;
    padding:4px;
    display:block;
    float:right;
}
.produkty .puvodni_cena
{
    display:block;
    margin-bottom:4px;
}

.tags
{
    position:absolute;
    overflow:hidden;
}

.cat-list-radek .atrib-1 .pro-priznak {background:#c40073; color:#fff; padding:5px;font-size: 14px;}
.cat-list-radek .atrib-2 .pro-priznak {background:#f48000; color:#fff; padding:5px;font-size: 14px;}
.cat-list-radek .atrib-3 .pro-priznak {background:#009cdf; color:#fff; padding:5px;font-size: 14px;}


.div_prihlaseni_registrace {text-align: center;}
#doprava_zdarma_info {padding: 5px;border: solid 1px #c40073;margin-bottom:5px;}
.resp_menu, .cat_menu {display: none;}

@media all and (max-width: 1400px) {
	.produkt {width: calc(33.33% - 10px);}
	
	.div_katalog_detail_fotka, .dp-info {float: none;width: 100%;}
}

@media all and (max-width: 1200px) {
	.produkt {width: calc(50% - 10px);}
	#col-1 {width: 250px;}
	#col-2 {width: calc(100% - 250px - 30px);}
	
	.subcat li {width: calc(33.33% - 10px);}
	
	.logo {width:250px;background-size: contain;background-position: left center;}
	.c-search {width: 230px;}
	.c-search .it-search {font-size: 100%;}
	
	.top_kosik {margin-left: 10px;}
	.top_prihlaseni {margin-left: 15px;}
	
	.div_detail_zpet {float: none;margin-bottom: 10px;}
}

@media all and (max-width: 860px) {
	.produkt {width: calc(100% - 20px);margin: 0px 10px 10px 10px;}
	.subcat li {width: calc(50% - 10px);}
	h1 {font-size: 28px;}
}

@media all and (max-width: 768px)
{
	#cont-header1 {flex-wrap: wrap;justify-content: center;}
	.header-bott {width: 100%;margin: 10px 0px;}
	.c-search {width: 100%;}
	
	#cont-body {width: 100%;padding: 2%;flex-wrap:wrap;margin-top: 0px;}
	#col-2 {width: 100%;padding: 0px;}
	#col-1 {width: 100%;margin-bottom: 20px;}
	.produkt {width: calc(50% - 20px);}
	
	#footer_bg .conteiner .box3 {width: 100%;padding: 0px 10px !important;}
	
	.c-box.recom-box, .c-box.watch-last-box {display: none;}
	.div_box_content_kategorie {display: none;}
	
	.cat-list_in {width: 100%;}
	
	.c-box.cat-box {margin-bottom: 0px;}
	
	#frmregistrace {overflow: auto;}
	#p-basket #col-2 > form {overflow:auto}
	.tbl_katalog_vypis thead td {min-width: 100px;}
	
	.c-basket-bt .basket-prepocitat input, .c-basket-bt .basket-smazat, .c-basket-bt .basket-prepocitat, .c-basket-bt .basket-smazat a {float: none;}
	.c-basket-bt .basket-smazat a {display: inline-block;margin: 0px;}
	.c-basket-bt .basket-prepocitat input {margin-bottom:5px;}
	.c-basket-bt {text-align: center;height: auto;}
	
	#p-basket #col-2 .input_text, #p-basket #col-2 .input_text_nepovinny, #p-basket #col-2 .input_textarea, #p-basket #col-2 #DODAVATEL {width: calc(100% - 40px);}
	
	.tbl_shrnuti_ceny td {display: block;width: 100%;text-align: center;box-sizing: border-box;}
	
	#c-scroller {width: 280px;}
	#det-img-other {width: 85%;}
	
	.td_katalog_detail_polozka .input_text.input_zbozi_poznamka {width: 100%;}
	
	.send-order {text-align: center;}
	.send-order a {float: none;}
	.send-order input {float: none;margin-top: 10px;}
	
	.resp_menu {display: block;background-color: #009cdf;line-height: 27px;color: #fff;font-size: 120%;font-weight: bold;padding: 10px;position: relative;}
	.head_menu .div_menu {width: calc(100% - 4%);margin: 2%;}
	.div_menu > ul {display: none;}
	.resp_menu .menu_icon {background-image: url("/grafika/plus_icon.png");position: absolute;top: 50%; right: 10px;transform: translate(0%, -50%);width: 27px;height: 27px;}
	.div_menu ul li {display: block;text-align: center;}
	.div_menu a {display: block;padding: 7px 0px;margin: 0px;}
	.div_menu a::before {display: none;}
	
	.c-box.cat-box .lb-box2 {display: block;line-height: 27px;color: #fff;font-size: 120%;font-weight: bold;padding: 10px;position: relative;}
	.cat_icon {background-image: url("/grafika/plus_icon.png");position: absolute;top: 50%; right: 10px;transform: translate(0%, -50%);width: 27px;height: 27px;}
	
	.div_menu ul li ul {display: none !important;}
	
  #popup_front .abp_buttons .button {width: 100%;box-sizing: border-box;}
  #popup_bg
  {
    display:none !important;
    visibility:hidden;
    position:relative;
  }
  .popup
  {
    width:100%;
    margin:0;
    left:0;
    top: 0;
  }
  #popup_front
  {
    max-height: calc(100% - 61px);
  }
  #popup_head .content
  {
    padding-left:2%
  }
  #popup_head .close
  {
    right:2%;
  }
  #popup_front .content
  {
    padding:2%;
  }
}

@media all and (max-width: 550px) {
	.produkt {width: calc(100% - 20px);}
}

@media all and (max-width: 350px) {
	.subcat li {width: calc(100% - 10px);} 
}
/**/

