input[type="submit"] {
	-webkit-appearance: none;
}
.table_border_bottom td {vertical-align:middle !important}
#header a, #naseptavacDiv p a, a.big.normal, .h1_background a {
	text-decoration: none;
}
#content.is_static div.is_static img {
  width:auto;
  height:auto;
  max-width:100%;
}
.whitebox {
  background: #fff; 
  padding:30px 30px 20px 30px;
  margin-bottom:20px;
}
@media only screen and (max-width:550px){
  .static img {
    width:auto;
    height:auto;
    max-width:100%;
  }
}
.h1_background a {
  text-align: left;
  display:block;
}
.toogleActive {display:block}
.form-control {background:white}

div.table_compare {
	float: left;
	width: 25% !important;
	border: none;
	margin: 10px 0 30px 0;
	background: white;
  font-size:13px;
  line-height:20px;
}
div.table_compare table {
	width:100% !important;
}

div.table_compare .compare_img img {width:auto;height:auto;max-height:150px;}
@media only screen and (max-width:1000px){
  div.table_compare {
    width: 33.33% !important;
  }
}
@media only screen and (max-width:700px){
  div.table_compare {
    width: 50% !important;
  }
}
.table_compare table tr td {
	padding: 6px 10px !important;
	vertical-align: middle;
  border-bottom:1px solid #eee;
  color:#333;
}
.banner_list {
  margin:20px 0;
}
.banner_list img {
  width:auto;
  height:auto;
  max-width:100%;
}
.td_middle {
	vertical-align: middle;
}
.td_top {
	vertical-align: top;
}
tr.background_td td, tr.background_td2 td {
	padding: 4px;
}
div.background_td, div.background_td2 {
	padding: 5px;
	margin-top: 2px;
}
.small {font-size:12px}
table {
	width: 100%;
}
td.right, th.right {text-align:right !important}
th {
	padding: 3px;
}
td {
	padding: 3px 1px;
	vertical-align: middle;
}
table, tr, td, th {
	border-collapse: collapse;
}
th.td_xx, th.td_40 {
	font-size: 12px;
	color: gray;
  font-weight:300;
  padding-bottom:15px;
}
input[type="text"], input[type="password"], input[type="tel"], input[type="email"], input[type="number"], select, textarea {
	border: 1px solid #dedede;
	padding: 10px;
	font-size: 14px;
	outline: none;
	font-weight: 400;
  background:white;
  font-family: 'Fira Sans', sans-serif;
}
.input_mini {
	width: 30px;
}
.submit_alert, .submit, a.submit, .spec {
	border: none;
	font-size: 20px;
	background: #165b93;
  color: #fff !important;
	height: 40px;
	line-height: 40px;
	padding: 0 20px !important;
	width: auto;
	cursor: pointer;
	display: block;
	text-decoration: none;
	font-weight: 700;
  text-transform:uppercase;
	margin: 0;
  font-family:'Oswald', sans-serif;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.submit_alert:hover {
	color: #fff !important;
  background:#1c6aaa;
}
select.submit {
	width: 98%
}
a.submit, a.submit:hover, .submit_light {
	display: block;
	text-decoration: none;
	font-size: 20px;
	background: #165b93;
  color: #fff !important;
	line-height: 40px;
	padding: 0 20px;
	text-align: center;
	font-weight: 400;
  text-transform:uppercase;
  font-family:'Oswald', sans-serif;
}
.submit_light {border: 0 none !important;cursor:pointer;font-size:14px;padding:0 10px;line-height:30px;}
span.submit, .spec {
	padding: 4px 15px;
	font-weight: 400;
	margin-right: 3px;
	background: #165b93;
  color: #fff;
	font-size: 15px;
}
.spec {
	height: 20px;
	line-height: 20px;
	padding: 4px 4px;
}
.submit:hover, .submit_alert:hover, .spec:hover {
	border: none;
	background: #1c6aaa;
}
a.special_submit, input.special_submit {
	border: none;
	font-size: 24px;
  line-height:45px;
	width: auto;
  text-transform: uppercase;
	background: #165b93;
  color: #fff !important;
	cursor: pointer;
	padding: 0px 20px;
  margin-right:0px;
	text-decoration: none;
	display: block;
	text-shadow: none;
	font-weight: 700;
  font-family:'Oswald', sans-serif;
}
input.special_submit {
	margin: 20px auto;
}
.special_submit.spec_l {
  margin-right:20px;
  font-weight:400 !important;
}
a.special_submit:hover, .submit.smaller, .special_submit.spec_l:hover {
	color: #fff !important;
	background: #165b93 !important;
	text-decoration: none;
}
.submit_spec, .red_info, .green_info {
	border: none;
	background: #165b93;
  color: #fff;
	height: 50px;
	padding: 0 20px;
	display: block;
	text-align: left;
	float: right;
	text-decoration: none;
	font-size: 180%;
	text-transform: uppercase;
	line-height: 50px;
	width: auto;
	font-weight:700;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.red_info, .green_info {
	float: none;
	margin: 0 auto;
	line-height: 30px;
	padding: 7px 25px;
	height: auto;
	color: #fff !important;
	background: #165b93;
	text-decoration: none;
	text-transform: none;
	font-size: 160%;
	display: inline-block;
	text-align: center;
}
.red_info.big.normal {
	width: auto;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0 auto;
}
.submit_spec {
	cursor: pointer;
  margin-bottom:150Px;
}
.submit_spec, .submit_spec2 {
	margin-bottom: 10px;
}
.submit_spec a {
	font-weight: normal;
	color: #fff;
}
.red_info a:hover, .green_info a:hover, a.red_info:hover, a.green_info:hover {
	background: #165b93;
  color: #fff;
}
.submit_spec:hover, submit_spec a:hover {
	color: #fff;
	background: #1c6aaa;
	text-decoration: none;
}

.submit_spec2 {
	border: 1px solid #dbd6ce;
  color:black;
	height: 50px;
	padding: 0;
	font-size: 120%;
	line-height: 50px;
	width: auto;
	padding: 0 20px;
	cursor: pointer;
	text-transform: none;
	display: block;
	text-align: left;
	float: left;
	text-decoration: none;
  background:#fdfcfa !important;
}
.submit_spec2 {
	font-weight: 300;
}
.submit_spec2:hover {
	font-weight: 300;
  background:#24a136 !important;
  color:white;
	text-shadow: none;
}
img {
	border: none;
}
.info_text {
  margin-top:30px;
}
.info_text p {
  font-size:90% !important;
}
.fullwidth {
	width: 100%;
}
#topsalebox table * {color:#484b65 !important}
.navigace_desc * {color:#777 !important}
.infomessage {
	vertical-align: middle;
	color: #333333;
}
.errormessage {
	vertical-align: middle;
	color: #cc0000;
}
.noborder {
	border: none;
	background: none;
}
.smaller_bold {
	font-weight: 600;
	font-size: 10px;
}
.bold {
	font-weight: 600;
}
.center {
	text-align: center;
}
.center_small {
	text-align: center;
	width: 100px;
}
.hidden {
	display: none;
}
.justify {
	text-align: justify;
}
.clear {
	clear: both;
}
.smaller, .smaller_gray {
	font-size: 11px !important;
}
.smaller_center {
	font-size: 10px;
	text-align: center;
}
.smaller_color {
	font-size: 12px;
	color: #F9822F;
}
.color {
	color: #000;
}
.color2 {
	color: #F9822F;
}
.color_bold {
	color: #F9822F;
	font-weight: 600;
}
.odsazeni_top {
	padding-top: 10px;
}
#dotaz,
#diskuze {
	margin-top: 15px;
}
#kontaktform {
	margin-top: 20px;
}
.smaller_gray {
	font-size: 10px;
	color: #333;
}
.poll_title {
	padding-left: 5px;
	font-weight: bold;
}
.banners {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}
.banners.first {
	padding: 25px 0 0 0;
}
.go_to_order {
	text-align: right;
	padding-top: 10px;
}
p.highlight {
	font-size: 28px !important;
	padding: 20px 0 10px 0 !important;
  margin:0 0 0px 0 !important;
	color: #000 !important;
	font-weight: 600 !important;
	font-family: 'Oswald', sans-serif;
}
p.highlight2, p.highlight3 {
	font-size: 100%;
	padding: 10px 0 !important;
  margin:0 !important;
	font-weight: 300;
	cursor: pointer;
  font-family: 'Fira Sans', sans-serif;
}
.active {
	display: block;
}
.noactive {
	display: none;
}
p.highlight2 div.active {
	height: auto;
	display: block;
}
#msg,
#msg2 {
	display: none;
	position: absolute;
	z-index: 999999999;
	padding-left: 1px;
	background: #F9822F;
	padding: 9px;
	font-weight: 700;
  font-size:100%;
  margin-left:10px;
	color: white;
}
.invisible {
	visibility: hidden;
}
.visible {visibility:visible;}

.cart_box {
	margin: 0Px 0 10px 0;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 100%;
}
.cart_box_item_selected {
	background: #F9822F;
  color:white !important;
	font-weight: normal;
	float: left;
	width: 24.9%;
}
.cart_box_item {
	background: #fff;
	float: left;
  color: #000;
	width: 25%;
}
.cart_box_item a, .cart_box_item_selected a {
	color: #000 !important;
	text-decoration: none;
	font-weight: normal;
}
.cart_big {
	color: white;
	font-weight: 600;
	padding-right: 10px;
}
.cart_small {
	padding-right: 5px;
	font-weight: 600
}
div.cart_sum {
	width: 100%;
}
div.cart_sum div {
  margin-top:0;
  border:1px solid #ddd;
  font-size:100%;
  padding:20px;
  background:#fff;
}
div.cart_sum div table tr td {
  padding:10px;
}
.table_border_bottom {
	background: url(../images/border.gif) repeat-x bottom left;
}
tr.td_big td {
	font-weight: 700 !important;
	font-size: 140%;
	padding: 15px 0;
}
tr td.td_del {
	width: 40px;
	text-align: right
}
td.td_del img {width:18px;height:auto}
table.cart_total {
	margin: 30px 0 10px 0;
  width:500px;
  float:right;
  border:2px solid #eee;
  background:white
}

table.cart_total tr td:first-child strong {
  font-weight:700 !important;
}
table.cart_total tr td{
  padding:7px 0;
}
table.cart_total tr:first-child td{
  padding-top:20px;
}
table.cart_total tr:last-child td{
  padding-bottom:20px;
}
table.cart_total tr td:first-child{
  padding-left:20px;
}
table.cart_total tr td:last-child{
  padding-right:20px;
}
table.cart_total span.smaller {
	font-size:10px;
  font-weight:400;
} 
.big {
	font-size: 130%;
  font-weight:700 !important;
}
tr.td_big td strong {
	font-weight: 600 !important;
}
td.td_img {
	width: 110px
}
td.td_name {
  line-height:22px;
  font-size:12px !important;
}
td.td_price {
  padding-left:10px;
}
table.tr_nomarg {margin-top:20px;clear:both}
table.tr_nomarg tr td {padding:0 !important}
li.cat {
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 13px;
	padding: 4px 5px 4px 0px;
}
li.element {
	font-size: 12px;
	font-weight: bold;
	display: block;
	line-height: 12px;
	padding: 3px 5px 3px 21px;
}
.pointer {
	cursor: pointer;
	font-weight: bold;
}
img.antispam {height:auto;width:90%;}
.antisp {
	margin-top: 10px
}
.inline {
	display: inline;
}
.normal {
	font-weight: normal;
}
.normal_small {
	font-size:16px !important
}
.width_285 {
	width: 68%;
}
.width_285 a, .width_285 span.color_bold {
	color: #fff;
}
.width_285 span.color_bold {
	padding-right: 5px;
}
.poll {
	cursor: pointer;
	margin-right: 10px;
	height: 8px;
}
.poll2 {
	margin-right: 10px;
	height: 8px;
}
#rating_of_products {
	width: 155px;
	height: 45px;
	display: inline-block;
  float:left;
  margin-right:10px;
}
.rate-count{position:relative;top:-7Px}
#rating_of_products.my-rating {
	height: 31px;
  line-height: 31px;
	display: block;
  float:none;
  margin-right:0px;
}
.ratingblock {
	width: 100%;
}
.unit-rating {
	list-style: none;
	height: 31px;
	position: relative;
	background: url('../images/staring2.png') top left repeat-x;
	float: right;
}
.ratingblock p {
	clear: both;
	text-align: left !important;
	padding-left: 3px;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0;
	margin: 0;
	float: left;
}
.unit-rating li a {
	outline: none;
	display: block;
	width: 31px;
	height: 31px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 3;
	position: absolute;
	padding: 0px;
	margin: 0;
	cursor: pointer;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.unit-rating li a:hover {
	background: url('../images/staring2.png') 0 62px;
	width: 31px;
	height: 31px;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit {
	left: 0px;
}
.unit-rating a.r1-unit:hover {
	width: 31px;
}
.unit-rating a.r2-unit {
	left: 31px;
}
.unit-rating a.r2-unit:hover {
	width: 62px;
}
.unit-rating a.r3-unit {
	left: 62px;
}
.unit-rating a.r3-unit:hover {
	width: 93px;
}
.unit-rating a.r4-unit {
	left: 93px;
}
.unit-rating a.r4-unit:hover {
	width: 124px;
}
.unit-rating a.r5-unit {
	left: 124px;
}
.unit-rating a.r5-unit:hover {
	width: 155px;
}
.unit-rating li.current-rating {
	background: url('../images/staring2.png') 0 31px !important;
	position: absolute !important;
	height: 31px !important;
  padding:0 !important;
	display: block;
	z-index: 1;
}
.list-none {
	list-style-type: none
}
.displaynone {
	display: none;
}
.discuss_box {
	border: 1px solid #efefef;
	clear: both;
	padding: 0;
	margin-bottom: 20px;
  font-size:13px;
}
.discuss_box p.d_title {
	line-height: 30px !important;
	height: 30px !important;
  padding:0 !important;
	font-size: 110%;
	background: #efefef;
  border-left: 20px solid #efefef;
  border-right: 20px solid #efefef;
	overflow: hidden;
  color:black;
}
.reakce {
	display: block;
	margin: 20px 0 10px 0;
	background: #151e24;
}
.d_text {
	padding: 20px;
  font-weight:400;
  margin-bottom:10px;
  position:relative;
}
.d_text div.rating {
  font-size:30px;
  color:gray;
  background:#efefef;
  color:black;
  margin:20px;
  margin-top:-20px;
  padding:10px;
  right:-20px;
  position:absolute;
}
.discuss_box span.date, .discuss_box span.a_reag a {
	font-size: 12px;
	float: right;
	color: gray;
}
.discuss_box span.a_reag a {
	padding-right: 10px;
}
#naseptavacDiv {
  position:absolute;
	border: none;
	padding: 0px;
	visibility: hidden;
	background: #fff;
}
#naseptavacDiv p {
  border:0 none !important;
}
.naseptavac-box {
  padding: 5px 10px;
  border-bottom:1px solid #eee !important;
  box-sizing: border-box;
  font-size:13px;
  display:flex;
  align-items:center;
}
.naseptavac-box.last {
  border-bottom:0 none !important;
}
.naseptavac-box .naseptavac-image {
  width:10%;
  float:left;
  vertical-align:middle;
  display: table-cell;
  padding-right:15px;
}
.naseptavac-box .naseptavac-image img {
  width:100%;
  height:auto;
}
.naseptavac-box .naseptavac-price {
  width:20%;
  float:right;
  text-align:right;
  vertical-align:middle;
  display: table-cell;
  padding-left:10px;
  color:#000;
}
.naseptavac-box .naseptavac-name {
  vertical-align:middle;
  display: table-cell;
  width:70%;
  float:left;
}
.naseptavac-box .naseptavac-name a {
  color:#333 !important
}
.naseptavac-box .naseptavac-name a:hover {
  color:#24a136 !important
}
#naseptavacDiv p.center a {
  color:#fff !important;
  background:#F9822F;
  text-align:center !important;
}
#naseptavacDiv p.bold {
  margin:20px 0 10px 0;
  font-weight:bold;
  color:black;
}


#naseptavacDiv p a {
	display: block;
	line-height: 18px;
	overflow: hidden;
	font-weight: normal;
	font-size: 80%;
	width: auto;
  text-align:left;
  color:#000;
  background:#f7f7f7;
  border:0 none !important;
	clear: both;
	padding: 5px 10px;
}
#naseptavacDiv p a:hover,
#naseptavacDiv p a:hover span,
#naseptavacDiv p a.active,
#naseptavacDiv p a.active span {
	color: #d60b11;
}
#naseptavacDiv span.fl {
	float: right;
	font-size: 12px;
	color: gray
}
#naseptavacDiv span.fl2 a {
	font-size: 12px;
	font-weight: normal;
	float: right;
	font-size: 85%;
	color: gray;
}
#screenshot {
	position: absolute;
	display: none;
	z-index: 5;
}
#screenshot img {
}
.table_transport {
	width: 52%;
	margin: 0 auto
}
.gray {
	color: silver;
}
#ajax_image_loader {
  display: none;
  position: fixed; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0;
  width: 100%;
  height: 100%;
  background: black url("../images/svg/loading.svg") no-repeat center center;
  opacity:0.15;
  z-index: 99999999;
  text-align: center;
}
div.paymentitem {
	padding: 10px 0 10px 15px;
	background: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ededed;
	font-weight: 600;
	font-size: 110%;
}
div.paymentitem:last-child {
	border-bottom: 0 none;
}
div.paymentitem .pointer {
	background: none;
	padding-left: 10px;
}
#transferbox,
#transportbox {
	width: 49%;
	float: left
}
#transportbox {
	float: right
}
@media screen and (max-width: 1000px) { 
  #transferbox,
  #transportbox {
    width: 100%;
    float: none
  }
}
div#transportbox, div#transferbox {
	border: 3px solid #ddd;
  margin-bottom: 20px;
  background: #fff;
  font-size:14px !important;
}
p.tit {
	font-size: 22px !important;
	height: 50px !important;
	line-height: 45px !important;
	background: none;
	padding: 0 0 0 15px !important;
	margin: 0;
	font-weight: 600 !important;
	text-transform: uppercase;
	color: #000 !important;
	background: #ddd;
  margin:0 !important;
}
.gray.normal {
	color: gray !important;
	font-size: 85%;
	line-height: 15px;
  padding-top:3Px;
  font-style:italic;
}
.gift_bonus {
	background: #fafafa;
	padding: 8px;
	border: 1px solid #eee;
	margin-top: 3px
}
div.paymentitem .width_auto .price-type {
	font-size: 90%;
	float:right !important;
  margin:0;
  color: #000;
  font-weight:600;
  padding-right:15Px;
}
div.paymentitem .width_auto {
  width:auto !important;
  display:block !important;
}
div label.disabled, div label.disabled.width_auto .price-type, div label.disabled .gray.normal  {
  color:silver !important;
  cursor:text !important;
}
.select_disabled {
  color:silver;
  cursor:text;
}

.transparent_background {
  filter: alpha(opacity=30);
  -moz-opacity:0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
}
.gift_bonus {
	background: #fafafa;
	padding: 8px;
	border: 1px solid #eee;
	margin-top: 3px
}
.firstrow {
	width: 90px;
}
.form_firstrow {
	width: 128px !important;
	font-weight: normal
}
.form_firstrow.long {
	width: 230px;
}
.form_firstrow.paddl {
	width: 100px
}
.objbox {
	width: 100%;
	float: none;
  display:block;
  margin-bottom:20px;
}
p.seodesc {
	margin-bottom: 20px;
	text-align: justify;
  font-size:90%;
}
@media only screen and (max-width: 700px){
iframe {
  width:auto;
  height:auto;
}
}
.item p.seodesc {
	text-align: left;
  max-height:54px;
  overflow:hidden;
}
table.detinn {
	clear: both;
}
table.detinn tr td {
	padding: 5px 0;
}
table.detinn tr td.firstrow {
	padding-left: 7px;
}
table.detinn tr:nth-child(even) td {
	background: #fff;
}
table.detinn tr:nth-child(odd) td {
	background: #151e24;
}
span.nostock {
	height: 61px;
	line-height: 61px;
	text-align: center;
	background: #b90000;
	font-weight: normal;
	color: #fff;
	font-size: 140% !important;
	display: block;
}
#social-buttons {
  margin:20px 0 0 0;
  padding:0;
}
#social-buttons-in {
	display: block;
  text-align:left;
}
#social-buttons-in .social-button {
	float: none;
	display: inline-block;
	margin-bottom: 5px;
}
input:invalid, input[type="email"]:invalid, input:required, input[type="email"]:required {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.order_check {
	background: url(/images/svg/order_check.svg) no-repeat center center;
	width: 100%;
	display: block;
	height: 120px;
}
.p_freepost {
	padding:10px !important;
	border: 1px dotted #888;
  color:#888 !important;
	font-size: 14px !important;
  font-weight:600 !important;
	margin: 10px auto !important;
  display:block;
}
#helper .define_title {
	clear: both;
	display: block;
	font-size: 120%;
	font-weight: normal !important;
	color: #302929;
	background: #fafafa url(/images/icons_small/down2.png) no-repeat right 8px;
	margin: 10px 0 5px 0;
	cursor: pointer;
	padding: 6px 5px 6px 14px
}
#helper #accordion {
	list-style: none;
	padding: 0 0 0 0;
	width: 100%;
}
#helper #accordion table {
	display: none;
	margin: 0 14px;
}
#helper #accordion table tr td {
	padding: 3px 0;
}
#helper .boxl {
	width: 24%;
	float: left;
	margin-top: 6px;
}
#helper .boxl a {
	display: block;
	line-height: 30px;
	background: #fafafa;
	border: 1px solid #dedede;
	margin-top: 4px;
	font-size: 130%;
	font-weight: normal;
	padding-left: 15px;
}
#helper .boxl a.active {
	background: #666;
	color: white;
	border: 1px solid #444;
}
#helper .boxr {
	width: 75%;
	float: right;
}
li.response_caty {
	display: none !important
}
li.response_caty.active {
	display: block !important
}
.popup_cart_name {
  width:60%;
  padding:10px !important;
  font-size:100%;
}
.popup_cart_price {padding:10px !important}
.popup_cart_button {
  padding:10px 10px 10px 5px !important;
  text-align:right;
}
.popup_cart_button a {
  font-size:160% !important;
  text-decoration:none;
  float:right;
}
.popup_cart_title {
  padding-bottom:20px !important;
  font-size:130%;
  line-height:130%;
  font-weight:600;
  display:block;
}
.popup_img {width:25%;float:left;}
.popup_img img {height:auto;width:88%;float:left}
.popup_buy_left {
	width: 73%;
	float: right;
	font-size: 100%;
}
.popup_buy_left_full {
	font-size: 100%;
	width: auto;
  float:none;
  display:block;
  font-weight:400;
}
.popup_buy_title {
	padding-bottom: 30px;
	line-height: 100%;
	font-size: 180% !important;
	text-align: center;
	font-weight: 700 !important;
  font-family: 'Fira Sans', sans-serif;
}
.popup_buy_product_title {
	line-height: 22px;
	font-weight: 600;
}
.popup_buy_left p, .popup_buy_left_full p {
  padding-bottom:10px;
}
.form_td_big {
	width: 50%;
	float: left;
	display: block;
}
.form_td_sml {
	width: 50%;
	float: left;
	display: block;
}
span.param_cats_pointer img {
  float:right;
  width:20px;
  height:20px;
  cursor:pointer;
  display:block;
  margin:0 10px 0 10px;
}
.cookies_alert {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
	background: #165b93;
	z-index: 1000;
	line-height: 20px;
	padding: 7px 0 !important;
  margin:0 !important;
	text-align: center;
	z-index: 999;
	font-size: 11Px;
}
.cookies_alert p {
	display: inline-block;
  font-size: 12Px;
	color: #d7e8c1 !important;
  padding:0 !important;
  margin:0 !important;
  margin-bottom:5px !important;
}
.cookies_alert p a {
	color: #fff;
	text-decoration: none;
}
.cookies_alert span.stop a {
	background: #11456f;
	color: #fff;
	display: inline-block;
	line-height: 20px;
	padding: 0 10px;
	text-decoration: none;
  font-weight:400;
}
.first_td, .last_td {
  font-weight:400;
  padding-bottom:5px;
  width:130px;
  float:left;
  font-size:14px;
  line-height:36px;
  clear:left;
  margin-bottom:5Px;
  font-family: 'Fira Sans', sans-serif;
}
.tooltip-frame {
  position: absolute;
  z-index: 100;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  color:black !important;
  font-size:11.5Px;
  line-height:18px;
  font-weight:400 !important;
  max-width: 300px !important;
}
.tooltip-frame .tip {
  border-style: solid;
  position: absolute;
}
.tooltip-frame .tip {
  margin-left: -8px;
  border-width: 9px;
}
.tooltip-frame.tooltip-bottom {
  margin-top: 8px;
}
.tooltip-frame.tooltip-bottom .tip {
  border-color: transparent transparent #fff transparent;
  border-width: 0 9px 9px 9px;
  top: -8px;
}
.tooltip-frame.tooltip-top {
  margin-top: -8px;
}
.tooltip-frame.tooltip-top .tip {
  border-color: #fff transparent transparent transparent;
  border-width: 9px 9px 0 9px;
  bottom: -8px;
}
.cookies_alert .btn_close:after {
  content: "×";
  font-size:16px;
  line-height:20px;
  font-weight:400;
  color:#fff !important;
  background:#11456f;
  width:20px;
  height:20px;
  overflow:hidden;
  display:inline-block;
  position:absolute;
  margin-left:5px;
}
@media screen and (max-width: 1000px) {
  .cookies_alert .btn_close:after {
    margin-top:10px;
  }
}
.cookies_alert span.stop a{
  height:20px !important;
  line-height:20px !important;
  padding:0 10px !important;
}
.cookies_alert{width:100% !important;padding:10px 0 !important}
.cookies_alert p{padding:0px 15px !important;display:inline-block !important;}
.last_td {
  clear:none;
  width:300px;
  font-size:80%;
  font-weight:400;
  float:left;
}  
.captcha {margin-top:20px}
.last_td input, .last_td select {
  width:96% !important;
}  
.last_td.bday {
  line-height:20px;
}  
.last_td.bday select, .captcha input {
  width:80px !important;
  margin-bottom:5px;
}  
.captcha input {
  margin-bottom:0;
}  
section .forms .last_td input#telefon, .last_td input#telefon, .last_td input#psc, .last_td input#psc2 {
  width:150px !important;
} 
.upper {text-transform:uppercase;}
.forms.full {width:100%;padding:0}
.forms p.highlight {clear:left}
.forms p.highlight2 {padding:20px 0}
.forms #shadowbox {padding-bottom:20px}

.qr {margin:20px 0 10px 0}
.qr img {width:150px}

.padd_white {
  margin:0 20px 10px 20px;
  background:#fae227;
  color:black !important;
  padding:20px;
  display:block;
}
.padd_white * {
  color:black !important;
}
.ts {
  position:absolute;
  right:15px;
  font-size:90%;
  line-height:20px;
  padding:10px;
  text-align:center;
  font-weight:600;
  color:#fff;
  background: url(../images/transparent.png) repeat;
  z-index:999;
  margin-left:-5px;
  margin-top:-5px;
}
#detail_photo .ts {
  margin:0;
  margin-right:50px;
}

.ts p {
  margin-bottom:5px;
  font-weight:normal;
  font-size:13Px !important;
  color:#fff !important;
}

.ts span {
  display:inline-block;
  width:33.33%;
  line-height:15px;
  font-size:11Px;
  font-weight:300;
}
.ts span.number {
  font-size:22Px;
  font-weight:600;
}
.ts_text {
  padding:0 10px;
}
@media screen and (max-width: 900px) {
  .ts p {
    font-size:12Px !important;
  }
}
@media screen and (max-width: 450px) {
  .ts p {
    display:none;
  }
}
.eet {
  background:#165b93;
  color:#e9f3dc;
  padding:5px;
  clear:both;
  line-height:28px;
}
.eet p {
  width:100%;
  color:#e9f3dc;
  font-size:10px;
  text-align:center;
  margin:0 auto !important;
}

li.next_photo img {
  width:118px;
  height:118px;
}
.image-cart img {
  width:70px;
  height:70px;
}
#h-menu li.selected div.sub a {text-decoration:none !important}
.navigace_desc {margin:0 0 20px 0}
p.h1_background, .h1 {
	font-size: 190% !important;
	margin-top: 0 !important;
  margin-bottom:0 !important;
	padding: 35px 0 25px 0 !important;
	font-weight: 800 !important;
  text-align:left;
	color: #000 !important;
  font-family: 'Fira Sans', sans-serif !important;
  line-height:140% !important;
  text-align:center;
  text-transform: uppercase;
}
p.h1_background.popup_cr {
  padding: 30px 0 10px 0 !important;
}

@media screen and (max-width: 1000px) {
section .layout-center #main #content .text-box.lowpadd {
	padding-top:25px !important;
} 
}
@media screen and (max-width: 600px) {
.popup_cart_name {
  width:auto
}  
  
section .layout-center #main #content .text-box.lowpadd {
	padding-top:25px !important;
}
table.cart_total {
  width:100%;
  float:none;
}   
p.h1_background, .h1 {
	font-size: 130% !important;
}  
  
}
 

@media screen and (max-width: 990px) {
    
#msg,
#msg2 {
	position: fixed !important;
	padding: 15px 2%;
	margin: 0 !important;
	text-align: center;
	width: 96%;
	border: none;
  top:0 !important;
  bottom:auto !important;
  left:0 !important;
  z-index:9999999999999;
}  
.h1_background, .h1 {font-size:150% !important}  
.width_285, .list_of_products .th_name {
	width: 60%;
}
.header_box {
	width: 100%;
}
.header_box.m {
	width: 25%;
} 
.submit_spec {
	float: none;
	width: 98%;
	padding-left: 2%;
	padding-right: 0;
	font-size: 150%;
	text-align: center
}
.submit_spec2 {
	display: none
}
.popup_buy_left, .popup_buy_left_full {
	line-height: 120%;
}
.popup_buy_title {
	line-height: 130%;
}
a.special_submit, input.special_submit {
	width: 100%;
	text-align: center;
	font-size: 140%;
	padding-left: 0;
	padding-right: 0;
	text-transform: uppercase;
}
a.special_submit.spec_l, input.special_submit.spec_l {
	display: none;
}
.cookies_alert {
	font-size:10px !important;
  line-height:13px !important;
}
.cookies_alert span.stop a {
	font-size: 12px;
  font-weight:bold;
	display: inline-block;
	margin: 10px 0;
	height: auto;
}
.form_firstrow.paddl {
  padding-left:10px;
} 
#detailcontent iframe {max-width:100% !important;height:auto !important;width:auto !important}
}

@media screen and (max-width: 700px) {
  p.highlight {
    font-size: 180% !important;
  }
}
@media screen and (max-width: 600px) {
.header_box.m {
	width: 33%;
}   
p.highlight2 {font-size:120%}  
.popup_cart_name {
  width:auto;
}    
.h1_background {
	font-size: 140% !important;
}
.big {
	font-size: 100% !important
}
textarea.fullwidth {
	width: 100% !important;
}
}
@media screen and (max-width: 550px) {
  p.highlight {
    font-size: 160% !important;
  }
}
@media screen and (max-width: 500px) {
.whitebox {padding:15Px}  
.button.yellow.smaller {font-size:14Px !important;padding:5px !important;line-height:20px !important}  
  
.header_box.m {
	width: 50%;
}   
.naseptavac-box .naseptavac-price {
  width:30%;
}
.naseptavac-box .naseptavac-name {
  width:60%;
}  
.header_box_title {
	display: none
}
.table_smaller_name, .list_of_products .th_store {
	display: none;
}
div#voucher input#code {
	width: 70%;
	text-align: center;
	margin: 10px 0;
}
#footer .links/*, .td_img */{
	display: none;
}
.big {
	font-size: 110%
}
.td_big {
	font-size: 100%
}
.submit_spec {
	font-size: 140% !important
}

td.right {text-align:right !important}
th.td_xx, th.td_40 {
	font-size: 12px !important;
	font-weight: normal;
}
div.paymentitem span.color.normal {
	font-size: 80%
}
p.highlight {
	line-height: 100%;
  margin-top:10px !important;
  margin-bottom:10px !important;
	font-size: 160% !important;
  font-weight:600;
}
/*.h1_background, .h1 {
	text-align: center
}*/
section.np.is_static img {width:100%;height:auto}
}
@media screen and (max-width: 820px) { 
  .cart_box_item {display:none}
  .cart_box_item_selected {width:auto;float:none;display:block;font-size:18px}
}
@media screen and (max-width: 420px) { 
.last_td {
  clear:left;
  width:98%;
  margin-bottom:0;
} 
.first_td {
  padding-bottom:0;
  margin-bottom:0;
}  
.captcha {margin-top:5px}
.table_border_bottom td span.smaller {display:none}
.table_border_bottom td a.big {font-size:100% !important} 
tr.td_big td {
	padding: 10px 5px !important;
} 
.width_285, .list_of_products .th_name {width:auto}
}
.st0{fill:#669FBA;}

.redwhite {color:White;background:red}

.invisible {
	visibility: hidden;
}

.popup_body {
  font-size:13px;
  font-weight:400;
}
.nounderline {text-decoration:none}
@media screen and (max-width: 500px) { 
  #heurekaTableft, #heurekaTabright{display:none!important}    
}

@media screen and (max-width: 800px) {
  #show_total_count, .nomobile {display:none}
  #paging_header p.paging_header_right {float:left;margin-top:10px;text-align:left;clear:both}
}



.form_div {max-width:600px;width:50%;float:left}
@media screen and (max-width: 950px) {
  .form_div {max-width:100%;width:100%;float:none}
}

table.top-table tr.sethidden {
  display:none;
}
.font {  
  font-family: 'Fira Sans', sans-serif;
}

.col-100 label {
  font-size:  12.5px; 
  color:  #000;
  opacity:  .8;
  font-weight:  400; 
}
.col-100 input[type='text'], .col-100 input[type='email'], .col-100 input[type='tel'], .col-100 input[type='password'], .col-100 textarea, .col-100 select {
  padding: 20px 10px;
  height: 46px;
  background: #fff;
  min-width: 350px;
  box-sizing: border-box;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #000;
  font-weight: 400;
  -webkit-appearance: none;
}
@media screen and (max-width: 1400px) { 
  .col-100 input[type='text'], .col-100 input[type='email'], .col-100 input[type='tel'], .col-100 input[type='password'], .col-100 textarea, .col-100 select {
    min-width: 250px;
  }
}
.col-100 textarea {
  padding: 14px 10px;
}
.col-100 table.antisp tr td input {
  min-width: 0px;
}
.col-100 select {
  padding-top:0;
  padding-bottom:0;
}
@media screen and (max-width: 800px) { 
  .col-100 input[type='text'], .col-100 input[type='email'], .col-100 input[type='tel'], .col-100 input[type='password'], .col-100 textarea, .col-100 select {
    width:100%;
    min-width: 300px;
  }
}
@media screen and (max-width: 500px) { 
  .col-100 input[type='text'], .col-100 input[type='email'], .col-100 input[type='tel'], .col-100 input[type='password'], .col-100 textarea, .col-100 select {
    min-width: 250px;
  }
}
@media screen and (max-width: 350px) { 
  .whitebox {padding:0;background:none;} 
  div.cart_sum div table tr td {
    padding:10px 0;
  }
  .col-100 input[type='text'], .col-100 input[type='email'], .col-100 input[type='tel'], .col-100 input[type='password'], .col-100 textarea, .col-100 select {
    min-width: 0;
  }
}
.col-100 textarea {
  height:auto;
  width:100% !important;
}
.col-100 .floating-label {
  position: relative;
  margin-bottom: 10px;
}
.col-100 .floating-label label {
  position: absolute;
  top:3px;
  background:white;
  padding:2px 7px 0 7px;
  left: 10px;
  opacity: 0;
  color:gray;
  font-size:10px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  /*border-image: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,1) 25%,rgba(0,0,0,1) 75%,rgba(0,0,0,0) 75%);
  border-image-slice: 1;
  border:1px solid #ddd;*/
  border-top:1px solid #ddd;
}
.col-100 .floating-label label:after {
  content : "";
  position: absolute;
  right    : 0;
  z-index: 100;
  top  : 0;
  width  : 1px;
  height   : 50%;
  background: #ddd;
}
.col-100 .floating-label label:before {
  content : "";
  position: absolute;
  left    : 0;
  z-index: 100;
  top  : 0;
  width  : 1px;
  height   : 50%;
  background: #ddd;
}
/*.col-100 .floating-label input[type='text']:not(:placeholder-shown), 
.col-100 .floating-label input[type='email']:not(:placeholder-shown), 
.col-100 .floating-label input[type='tel']:not(:placeholder-shown), 
.col-100 .floating-label input[type='password']:not(:placeholder-shown), 
.col-100 .floating-label textarea:not(:placeholder-shown),
.col-100 .floating-label select:not(:placeholder-shown)
{
  padding: 28px 10px 12px 10px;
}*/
.col-100 .floating-label input[type='text']:not(:placeholder-shown) + label, 
.col-100 .floating-label input[type='email']:not(:placeholder-shown) + label, 
.col-100 .floating-label input[type='tel']:not(:placeholder-shown) + label, 
.col-100 .floating-label input[type='password']:not(:placeholder-shown) + label, 
.col-100 .floating-label textarea:not(:placeholder-shown) + label,
.col-100 .floating-label select:not(:placeholder-shown) + label {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 1;
  color:#999;
}
.col-100 select {
   background:#ffffff url(../images/svg/select-arrow-gray.svg) no-repeat right 10px center;
}
.col-100 input[type='text']:required, .col-100 input[type='email']:required, .col-100 input[type='tel']:required, .col-100 input[type='password']:required, .col-100 textarea:required, .col-100 select:required {
   background: white url(/images/svg/require.svg) no-repeat right top;
   padding-right:25px;
}



.div-50 {
  width:33.33%;
  float:left;
}
.div-75 {
  width:66.66%;
  float:left;
}
.div-50.fr {
  float:right;
}
@media screen and (max-width: 1160px) { 
  .div-50 {
    width:50%;
  }  
  .div-50.fr, .div-75 {
    float:none;
    width:100%;
  }
}
@media screen and (max-width: 800px) { 
  .div-50 {
    width:100%;
    float:none;
  }  
}
.pure-checkbox.bold * {font-weight:bold !important}
.div_gift {
	width: 16.66%;
	height: 300px;
	display: block;
  float:left;
}
.div_gift img {
	width: 80%;
  height:auto;
}
@media screen and (max-width:1010px){
  .div_gift {
    width: 20%;
  }
}
@media screen and (max-width:800px){
  .div_gift {
    width: 25%;
  }
}
@media screen and (max-width:600px){
  .div_gift {
    width: 33%;
  }
}
@media screen and (max-width:450px){
  .div_gift {
    width: 50%;
    height:270px;
  }
}
@media screen and (max-width:380px){
  .div_gift {
    height:240px;
  }
  .td_img_small img {display:none}
  .td_img_small {width:0 !important;padding:0 !important}
}
@media screen and (max-width:350px){
  .popup_img {display:none}
  .popup_buy_left, .popup_buy_left_full {width:auto;display:block;float:none;margin:0}
}
.reklamace_img img {width:auto;height:auto;max-width:70px}

.fancybox-thumbs, .fancybox-infobar__body, .fancybox-button {
  background: #F9822F !important;
  color: #fff !important;
}
.fancybox-caption {
  color: #fff !important
}
.fancybox-slide > div {
  max-width:650px;
}
@media screen and (max-width:650px){
  .fancybox-slide > div {
    max-width:90%;
  }
}
#detailcontent img, .navigace_desc img {width:auto;height:auto;max-width:100%;}
select.select_variant {display:none !important}


#naseptavacDiv.quickOrder, .nasept {
	position: absolute;
	border: 1px solid #ccc;
	padding: 5px;
	visibility: hidden;
	z-index: 1;
	background: white;
}
#naseptavacDiv.quickOrder p a, .nasept p a {
	display: block;
	line-height: 20px;
	overflow: hidden;
	font-weight: normal;
  text-decoration:none !important;
	font-size: 13px;
	clear: both;
	padding: 5px 10px;
}
#naseptavacDiv.quickOrder p a:hover, .nasept p a:hover {
	background: #165b93;
	color: White;
	text-decoration:none;
}
.phrase_href {
  cursor:pointer;
}
