/*./css/hs-sys.css*/
/* FILE > ./css/hs-sys.css */
*:focus{outline:none;}
body {
	font-family:  "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
	margin: 0;
	padding: 0;
	color: black;
	background-color: #EAF1F4;
	font-size: 0.7em;
	text-align: center;
  width: 100%;
}
a {
	color: black;
	text-decoration: underline;
}
a:visited {
	color: black;
}
a:hover {
	color: #006087;
	text-decoration: none;
}
h2 {
	font-size: 1.2em;
	color: #006087;
}
h3 {
	font-size: 1.2em;
	color: #006087;
}
h4 {
	font-size: 1.1em;
}
input, textarea {
	font-size: 1em;
	font-family: "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
}
select {
	font-family: "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
	font-size: 1em;
}
legend {
	font-weight: bold;
	color: #006087;
	padding-left: 3px;
	padding-right: 3px;
}
table {
	font-size: 1em;
}
th {
	font-size: 0.9em;
}
hr {
	/*display: none;*/
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
div.cleaner {
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
}
img.icon {
	border: none;
	vertical-align: middle;
}
/*input.btn {
	padding: 0.5em 1em;
}
*/
form.dsp-bl {
	display: block;
}
form.dsp-no {
	display: none;
}
.help {
	color: Gray;
}
.small {
	font-size: 0.9em;
}
/* Layout */
div#secondary-bg {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
div#layout-skelet {
/*
	width: 94%;
	min-width: 980px;
	max-width: 1200px;
*/
	width: 1004px; 
  margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: left;
	border: 1px solid #90BBCE;
	background: #FFFFFF;
	padding: 1%;
}
div#layout-column-l {
	float: left;
	width: 17%;
/*  min-width: 160px; */
}
div#layout-column-r {
	float: right;
	width: 17%;
/*  min-width: 160px; */
}
div#layout-content {
	float: left;
	width: 64%;
  padding: 0px;
  margin: 0px; padding-left: 1%; padding-right: 1%;
}
div#layout-content-body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-bottom: 1px dotted #90BBCE;
	border: 0px;
}
/*650*/
div#layout-content h1,
h2.nadpis {
	font-size: 2.1em;
	margin-top: 8px;
	margin-bottom: 8px;
	float: left;
	width: 100%;
	color: #006087;
}
div#layout-header {
  height: auto;
	position: relative;
	min-height: 40px;
  width: 100%;
  float: left;
}
div#layout-header-left,
div#layout-header-right {
  height: auto;
	min-height: 40px;
  float: left;
  width: 50%;
  overflow: hidden;
}
div#layout-navigation {
	margin: 0;
	padding: 0;
	background: #EF6900 url(../images/layout/bg-navigation.png) repeat-x bottom;
	border: 1px solid #CF5C00;
  max-height: 28px;
  overflow: hidden;
}
div#layout-logo {
	float: left;
	width: 300px;
	height: 116px;
	background: url(../images/layout/hs-logo.jpg) no-repeat center center;
	overflow: hidden;
	position: relative;
	bottom: 0px;
}
div#layout-logo a {
	display: block;
	width: 300px;
	height: 116px;
	margin: 0;
	padding: 0;
	text-decoration: none;
  position: relative;
  top: -10px;
}
div#layout-logo h1 {
	font-size: 0.8em;
	margin: 0px;
	width: 300px;
	color: #006087;
  position: relative;
  top: -1000px;
  z-index: 0;
}
div#layout-skin-lg {
	float: right;
	height: auto;
	padding-right: 5px;
	font-size: 10px;
  display: block;
  width: auto;
}
img.icon-lg {
	border: none;
	vertical-align: top;
	margin-top: 2px;
}
div#layout-desc {
  float: right;
	width: 100%;
	margin-top: 0px; margin-right: 5px;
	color: #ffffff;
	text-align: right;
	display: block;
}
div#layout-desc strong {
	font-weight: normal;
}
p#layout-nav,
div#layout-nav {
  margin-bottom: 0px;
}
ul#menu-main {
	margin: 0;
	padding: 0;
}
ul#menu-main li {
	list-style: none;
	list-style-image: none;
	float: left;
	padding: 0;
	margin: 0;
	background: url(../images/layout/bg-navigation-item.png) no-repeat right;
}
ul#menu-main a {
	display: block;
	padding: 7px;
	padding-left: 7px;
	padding-right: 7px;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
	font-weight: bold;
}
ul#menu-main a:visited {
	color: #ffffff;
}
ul#menu-main a:hover {
	color: #ffffff;
	text-decoration: underline;
}
ul#menu-main a.menu-active {
}
ul#menu-main a.menu-active:hover {
}
div.layout-btn-top {
	float: right;
	width: 50px;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: right;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	padding: 0;
}
div.layout-btn-top a, p.layout-btn-down a {
	text-decoration: none;
	display: block;
	float: right;
	margin: 5px;
}
div.layout-btn-top img, p.layout-btn-down img {
	border: none;
	vertical-align: middle;
}
p.layout-btn-down {
	float: right;
	width: 100px;
	text-align: right;
	font-size: 0.8em;
	text-transform: uppercase;
}
div#layout-footer {
	text-align: center;
	color: Gray;
	padding-bottom: 1em;
	padding-top: 1em;
  display: block !important;
  content: "" !important;
  visibility: visible !important;
}
div#layout-footer * {
  display: block !important;
  visibility: visible !important;
}
div#layout-footer a {
	color: Gray;
	text-decoration: none;
  display: inline-block !important;
}
div#layout-footer a:hover {
	text-decoration: underline;
}
div#layout-banner {
	text-align: center;
	padding-bottom: 1em;
}
/* Bookmark */
ul.bookmark {
	padding: 0;
	margin: 0;
	padding-top: 1em;
}
ul.bookmark li {
	float: left;
	margin-right: 3px;
	list-style: none;
	-moz-border-radius: 3px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
}
ul.bookmark li a {
	-moz-border-radius: 3px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
	display: block;
  padding: 0.2em 1em;
	padding: 2px 10px 4px 10px;
	background: #7BC3DE url(../images/layout/bg-navigation.png) repeat-x bottom;
	color: #ffffff;
	font-weight: bold;
  padding-top: 3px;
	border: 1px solid #3D9EC1; border-bottom: 0px;
  text-decoration: none;
  position: relative;
  top: 1px;
}
ul.bookmark li a:visited {
	color: #ffffff;
}
ul.bookmark li a:hover {
	color: #7BC3DE;
	border: 1px solid #3D9EC1; border-bottom: 0px;
  text-decoration: underline;
  background: #ffffff;
}
ul.bookmark li.active a, ul.bookmark li.active a:visited {
	color: #7BC3DE;
  padding-bottom: 5px;
  text-decoration: underline;
	border: 1px solid #3D9EC1; border-bottom: 0px;
  background: #ffffff;
}
div.bm-bl {
	border: 1px solid #3D9EC1;
	padding: 6px;
  margin-bottom: 10px;
	background: #ffffff;
}
div#tab-podobne {
	padding: 6px 5px;
}
div.bm-gradient {
	clear: both;
	height: 0px;
	font-size: 1px;
	background-color: #7BC3DE;
}
/* Download */
ul.download {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	line-height: 1.6em;
}
ul.download li {
/*	list-style-image: url(../images/layout/list.gif); */
  list-style-type: square;
  color: #7bc3de;
}
ul.download-ul {
	margin: 0;
	padding: 0;
}
ul.download-ul li {
	list-style: none;
	list-style-image: none;
	border-bottom: 1px solid #F3F3F3;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
ul.download-ul p {
	margin: 0;
	padding: 0;
	margin-bottom: 0.5em;
}
img.download-img {
	float: right;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	border: 3px solid #F3F3F3;
}
a.download-link {
	text-transform: uppercase;
	display: block;
	float: left;
	margin-top: 0.5em;
	padding: 0.2em;
	border: 1px solid #F3F3F3;
}
ul.download-ul a {
	color: #006087;
}
ul.download-ul a:visited {
	color: #006087;
}
ul.download-ul a:hover {
	color: black;
}
ul.download-ul h2 {
	margin: 0;
	margin-bottom: 0.5em;
	padding: 0;
}
ul.download-ulw {
	margin: 0;
	padding: 0;
}
ul.download-ulw li {
	list-style: none;
	list-style-image: none;
	float: left;
	margin-right: 0.8em;
	margin-bottom: 0.8em;
	border: 1px solid #F3F3F3;
	background: url(../images/layout/bg-catalogue.gif) repeat-x top;
}
ul.download-ulw li h3 {
	margin: 0.2em;
	font-size: 1em;
}
ul.download-ulw li p {
	margin: 0;
	padding: 0.2em;
}
ul.download-ulw img {
	border: none;
	margin: 5px;
}
div.download-wbl {
	width: 15em;
	height: 20em;
	text-align: center;
}
/* Message */
p.message-error,
div#hs-java-error {
	color: #ffffff;
	background-color: #FF7D7D;
	margin-top: 0;
	font-size: 12px;
	font-family: "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
	padding: 0.8em;
	border: 1px solid Red;
	margin-top: 0px;
	font-weight: bold;
}
p.message-error a,
div#hs-java-error a {
	color: #ffffff;
}
p.message-error a:visited,
div#hs-java-error a:visited {
	color: #ffffff;
}
div#hs-java-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(../admin/images/layout/bg-error.png) 50% 50% repeat;
	color: #ffffff;
	position: relative;
	padding: .2em;
	width: auto;
	text-align: center;
	margin-bottom: 20px;
}
p.message-result {
	color: #ffffff;
	background-color: #42BF78;
	margin-top: 0;
	font-size: 12px;
	font-family: "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
	padding: 0.8em;
	border: 1px solid Green;
	margin-top: 1em;
	font-weight: bold;
}
p.message-result a {
	color: #ffffff;
}
p.message-result a:visited {
	color: #ffffff;
}
/* Pagging */
p.pagging {
	text-align: left;
	margin: 0;
	padding: 0;
	margin-top: 0.5em;
}
p.pagging strong {
	font-size: 1.2em;
	color: #F17819;
}
p.pagging a,
p.pagging a:hover {
	color: black;
}
p.pagging span {
	color: #006087;
	font-size: 0.8em;
}
/* Sitemap */
ul.sitemap-ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	line-height: 1.6em;
}
ul.sitemap-ul li {
/*	list-style-image: url(../images/layout/list.gif); */
  list-style-type: square;
  color: #7bc3de;
}
/* Text */
h2.text-h {
	background: #70C8F0 url(../images/layout/bg-win.gif) repeat-x bottom;
	color: #ffffff;
	padding: 0.2em 0.5em;
	font-size: 1.2em;
}
table.text-tab {
	border-top: 1px solid #F3F3F3;
	border-left: 1px solid #F3F3F3;
	margin-bottom: 2em;
}
table.text-tab th {
	border-bottom: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	padding: 3px 5px;
	white-space: nowrap;
	background-color: #F7F7F7;
	font-size: 0.9em;
	text-align: center;
}
table.text-tab td {
	border-bottom: 1px solid #F3F3F3;
	border-right: 1px solid #F3F3F3;
	padding: 3px 5px;
	text-align: center;
}
table.text-tab td.text-td1 {
	text-align: left;
}
ul.text-ul {
	margin: 0;
	margin-left: 15px;
	padding: 0;
	line-height: 1.6em;
}
ul.text-ul li {
/*	list-style-image: url(../images/layout/list.gif); */
  list-style-type: square;
  color: #7bc3de;
}
ul.text-ul2 li {
	list-style-image: none;
	list-style-type: decimal;
}

#basket-bl {
  min-height: 20px;
}

#basket-bl li span {
  color: #000000;
}

div.product-rating-od,
div.product-rating-ev {
  float: left;
  clear: both;
  display: block;
  text-align: right;
  padding: 3px 0px;
  width: 100%;
}

div.product-rating-od span,
div.product-rating-ev span {
  text-align: left;
  line-height: 24px;
  float: left;
  margin-left: 5px;
}

div.product-rating-od div,
div.product-rating-ev div {
  text-align: right;
  line-height: 24px;
  float: right;
  margin-right: 5px;
}

input[type=text],
input[type=password],
textarea,
select {
	-moz-border-radius: 3px;
}

input[type=submit],
input[type=button],
input[type=reset] {
  cursor: pointer;
}

textarea {
  width: 360px;
  resize:vertical;
}


/* RECENZE */
div.post-od,
div.post-ev {
  display: block;
  width: 98%;
  padding: 1%;
  margin: 0px; margin-top: 10px;
  background: #ffffff;
}

div.post-od,
div.post-ev {
  font-size: 12px;
}

div.post-od {
/*	background-color: #FDF0E0; */
}


div.post-ev .post-head,
div.post-od .post-head {
  padding-bottom: 2px;
  border-bottom: 1px solid #3d9ec1;
  margin-bottom: 3px;
}

div.post-ev .post-plus,
div.post-od .post-plus,
div.post-ev .post-minus,
div.post-od .post-minus,
div.post-ev .post-total,
div.post-od .post-total {
  margin-top: 3px;
  margin-bottom: 3px;
  color: #42BF78;
}

div.post-ev .post-minus,
div.post-od .post-minus {
  color: #FF7D7D;
}

div.post-ev .post-total,
div.post-od .post-total {
  color: #000000;
}

div.post-ev .post-minus span,
div.post-od .post-minus span,
div.post-ev .post-plus span,
div.post-od .post-plus span,
div.post-ev .post-total span,
div.post-od .post-total span {
  color: #FF7D7D;
  width: 50px;
  float: left;
}

div.post-ev .post-plus span,
div.post-od .post-plus span {
  color: #42BF78;
}

div.post-ev .post-total span,
div.post-od .post-total span {
  color: #000000;
}

div.post-ev .post-name,
div.post-od .post-name {
  font-weight: bold;
}

.imgcapt {
  border: 1px solid %cols72%;
	-moz-border-radius: 3px;
}

.hs-order-pay {
  text-align: center;
  width: 100%;
}

#hs-splatkovy-prodej {
  margin: 0px; margin-top: 20px;
  float: right;
  width: 49%;
  text-align: right;
}
span#hlink {
  display: none;
}

div.catalogue-bl-images {
  display: none;
}

div#prBuble {
  position:absolute;
  top:0;
  left:0;
  z-index:9999;
  overflow:hidden;
  display: none;
  padding: 10px 10px 10px 10px;
  margin: 0px;
  -moz-border-radius: 5px;
}

div#prBuble h2 {
  background: transparent;
	color: #006087;
}

div#prBuble img {
	max-width: 300px;
	max-height: 400px;
}

div#pay-form {
  text-align: center;
}

#pay1,#pay2,#pay3,#pay4,#pay5,#pay6 {
   font-weight: bold;
}
#pay1,#pay4 {
   text-decoration: blink;
}

img#goPay {
  cursor: pointer;
}

div#hs-pay-result {
  display: none;
}

div#storeInfo {
  display: none !important;
}

li#stores a {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: 5px;
  text-decoration: none;
}

div#storeInfo h4 {
	color: #006087;
}
table.storeInfos {
  width: 100%;
}
table.storeInfos td {
  padding: 0px;
  margin: 0px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
  width: 50%;
}

table.storeInfos td.label {
  text-align: left;
  font-weight: bold;
}

table.storeInfos td.date {
  text-align: right;
}

table.storeInfos td.storeDesc {
  text-align: left;
  font-weight: normal;
  font-style: italic;
}

span.itemMainPrice,
span.itemPrice {
  display: block;
}

div.smsAskDiv input {
  font-size: 16px;
  padding: 4px 10px;
}

a#lnkLogin,
a#lnkRegistrace,
a#lnkSetup,
a#lnkOrders {
  display: none;
  visibility: hidden;
}
div#globalResult {
  width: 100%;
  padding: 10px 15px;
  text-align: center;
  color: #ffffff;
  background: #0c9509;
  margin: 0px auto;
  position: fixed;
  top: 0px;
  z-index: 100;
  font-weight: bold;
  font-size: 13px;
}
div#setupTemplate input.setupTextInput {
  float: none;
}
div.moreInfo {
  display: none;
}

div#topLeft h1,
div#topLeft h2 {
  margin: 0px;
  padding: 0px;
  text-indent: -2000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

div#redirectPayInfo {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: white;
  z-index: 90;
  text-align: center;
}

div#redirectPayInfo div {
  margin: 0px auto;
  text-align: center;
  padding: 50px 20px 10px 20px;
  background: transparent url('./images/layout/redirectLoading.gif') no-repeat center 20px;
  font-size: 14px;
  z-index: 91;
  width: 300px;
  height: 30px;
  display: inline-block;
}

div#redirectPayInfo.displayTrue {
  display: block;
}
img.okPreview {
	max-width: 30px;
	max-height: 30px;
	padding: 3px;
	margin: 3px;
	border: 0px;
}

/* reset pro detail produktu */
.product-desc hr {
	display: block;
}

.product-desc ul {
	list-style-type: disc;
}


/* ============ Mod�ln� okno pro ulo�enku a z�silkovnu ============ */
#modul-expedition-places {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	color: #546e7a;
	background: #f7f9fb;
}

#modul-expedition-places div.header {
	width: calc( 100% - 28px );
	padding: 8px 14px;
	font-size: x-small;
	background-color: #455a64;	
	color: #eceff1;	
}

#modul-expedition-places div.body {
	width: 100%;
	height: 500px;
	display: block;
	overflow-y: auto;
}

#modul-expedition-places div.body div.title {
	width: calc( 100% - 28px );
	display: block;
	color: #546e7a;
	margin: 0 14px;
	padding: 14px 0;
	font-size: x-large;
	border-bottom: 1px solid #eceff1;	
}

#modul-expedition-places div.body div.left,
#modul-expedition-places div.body div.right {
	width: calc( 50% - 28px );	
	display: block;
	float: left;
	margin: 0;
	padding: 14px;
}

#modul-expedition-places div.body div.left div.search {
	width: 100%;
	display: block;
}

#modul-expedition-places div.body div.left div.search input {
	width: 100%;
	height: auto;
	padding: 8px 15px;
	border: 1px solid #eceff1;
	border-radius: 0;
	background: #ffffff;
	font-weight: bold;
	color: #66bb6a;
}

#modul-expedition-places div.body div.left div.result {
	width: calc( 100% - 2px );
	height: 353px;
	display: block;
	overflow-y: auto;
	margin: 0;
	margin-top: 10px;
	border: 1px solid #eceff1;
	padding: 0;
	background: #ffffff;
}

#modul-expedition-places div.body div.left div.result div {
	display: block;
	margin: 0;
	padding: 8px 14px;
}

#modul-expedition-places div.body div.left div.result div:nth-child(odd) {
	background: #fafafa;
}

#modul-expedition-places div.body div.left div.result div:hover {
	cursor: pointer;
	background: #e3eaec;
	color: #455a64;
}

#modul-expedition-places div.body div.left div.result div:not(:last-child) {
	border-bottom: 1px solid #eceff1;
}

#modul-expedition-places div.body div.left div.result div.placeSelected {
	background: #c8e6c9;
    color: #43a047;
    font-weight: bold;	
}

#modul-expedition-places div.body div.left div.result div.placeHidden {
	display: none;
}

#modul-expedition-places div.body div.left div.result div span.highlighted {
	font-weight: bold;
	color: #43a047;
}

#modul-expedition-places div.body div.left div.count {
	width: calc( 100% - 16px );
	display: block;
	margin: 0;
	padding: 0px 8px;
	background: #eceff1;
}

#modul-expedition-places div.body div.left div.count span {
	font-size: x-small;
}

#modul-expedition-places div.body div.right div.map {
	width: calc( 100% - 2px );
	height: 265px;
	display: block;
	margin: 0;
	border: 1px solid #eceff1;
	margin-bottom: 10px;
	background: #ffffff;	
}

#modul-expedition-places div.body div.right div.info {
	width: calc( 100% - 30px );
	height: 116px;
	display: block;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0;
	padding: 14px;
	border: 1px solid #eceff1;
	background: #ffffff;
	text-align: left;
}

#modul-expedition-places div.body div.right div.info h3 {
	color: #66bb6a;
    margin: 0 0 8px;
    padding: 0 0px 5px 6px;
    font-size: large;
    border-bottom: 1px solid #eceff1;
}

#modul-expedition-places div.body div.right div.info p {
    color: #607d8b;
    padding: 2px 6px;
    font-size: smaller;
}

#modul-expedition-places div.body div.right div.info a,
#modul-expedition-places div.body div.right div.info a:visited,
#modul-expedition-places div.body div.right div.info a:active {
 	color: #546e7a;   
}

#modul-expedition-places div.body div.right div.info a:hover {
 	color: #66bb6a;   
}

#modul-expedition-places div.footer {
	width: 100%;
    margin: 0;
    padding: 0;
}

#modul-expedition-places div.footer span,
#modul-expedition-places div.footer-error span {
	display: block;
	float: left;
	width: calc( 50% - 28px );
    margin: 0;
    font-size: large;
    padding: 12px 14px;
    text-align: center;
    cursor: pointer;
}

#modul-expedition-places div.footer span:nth-child(1) {
	background-color: #eceff1;	
	color: #607d8b;	
}

#modul-expedition-places div.footer span:nth-child(1):hover {
	background-color: #e3eaec;		
}

#modul-expedition-places div.footer span:nth-child(1) i {
	margin-right: 10px;
}

#modul-expedition-places div.footer span:nth-child(2) {
	background-color: #66bb6a;	
	color: #ffffff;	
}

#modul-expedition-places div.footer span:nth-child(2):hover {
	background-color: #4caf50;
}

#modul-expedition-places div.footer span:nth-child(2) i {
	margin-left: 10px;
}

#modul-expedition-places div.body-error {
	width: 100%;
	height: 200px;
	display: block;
	overflow-y: auto;
}

#modul-expedition-places div.body-error div.error {
	position: absolute;
	width: auto !important;
    height: auto !important;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

#modul-expedition-places div.body-error div.error h1 {
	font-size: x-large;
	color: #ef5350;	
}

#modul-expedition-places div.body-error div.error h3 {
	font-size: small;
    font-weight: inherit;
    color: #b0bec5;
}

#modul-expedition-places div.footer-error span {
	width: calc( 100% - 28px );
	background-color: #e57373;	
	color: #ffffff;		
}

#modul-expedition-places div.footer-error span:hover {
	background-color: #ef5350;
}

#modul-expedition-places div.footer-error span i {
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	#modul-expedition-places div.body {
		height: 400px;
	}
	
	#modul-expedition-places div.body div.left,
	#modul-expedition-places div.body div.right {
		width: calc( 100% - 28px );	
	}
	
	#modul-expedition-places div.body div.left div.result {
		height: 246px;
	}
	
	#modul-expedition-places div.footer span {
		width: calc( 100% - 28px );
	}
	
	#modul-expedition-places div.body-error div.error h1 {
		font-size: medium;
	}
}
/* ============ Mod�ln� okno pro ulo�enku a z�silkovnu - konec ============ */

/* ============ Template select box ============ */
#shopsun-templates .hidden {
	display: none !important;
}

#shopsun-templates .open {
	position: fixed;
	top: calc(100% - 110px);
	left: calc(100% - 110px);
	margin: 0;
	padding: 0;
	width: 54px;
	height: 54px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
	background: #5c2f6f;
	border: 3px solid #5c2f6f;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  	transition: all 0.5s ease;
  	cursor: pointer;
  	z-index: 999999999;
}

#shopsun-templates .open:hover {
	color: #ffffff;
	background: #765285;
}

#shopsun-templates .open i.fa {
	line-height: 54px;
	vertical-align: middle;	
}

#shopsun-templates .hint {
			
}

#shopsun-templates .box {
	position: absolute;
	top: 0;
	left: 0;
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	background: rgb(36,10,47);
	background: linear-gradient(135deg, rgba(36,10,47,0.2) 0%, rgba(110,63,131,0.2) 100%);	
}

#shopsun-templates .box .wrapper {
    position: absolute;
    width: 50vw;
    height: 70vh;
    margin: 0;
    padding: 0;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);		
}

#shopsun-templates .box .wrapper .header {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    background-color: #eeebf8;
    text-align: center;	
}

#shopsun-templates .box .wrapper .header .title {
	display: block;
	font-size: 14px;
    font-weight: bold;	
}

#shopsun-templates .box .wrapper .header .close {
	display: block;	
	float: right;
	margin-top: -36px;
	width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #e0517b;
    transition: all 0.5s ease;
    border: 3px solid #e0517b;
    cursor: pointer;
}

#shopsun-templates .box .wrapper .header .close:hover {
    background: #e26f93;
}

#shopsun-templates .box .wrapper .body {
	display: block;	
	height: calc(70vh - 20px - 36px - 56px);
	overflow: auto;
	background: #fafafa;
	padding: 20px 20px 0;
}

#shopsun-templates .box .wrapper .body h1,
#shopsun-templates .box .wrapper .body h3 {
	margin: 0;
    padding: 0 0 5px;
    border-bottom: 1px solid #cecece;
    font-size: 10px;
    color: #757575;
    font-weight: normal;
    text-transform: uppercase;
    line-height: initial;
}

#shopsun-templates .box .wrapper .body .block {
	margin: 10px 0 0;
}

#shopsun-templates .box .wrapper .body .block .item {
	display: block;
	padding: 10px 10px 15px;
    width: calc(100% / 4 - 20px);
	float: left;
	text-align: center;
}

#shopsun-templates .box .wrapper .body .block .item label {
	display: block;
}

#shopsun-templates .box .wrapper .body .block .item label div {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 120px;
	max-height: 120px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #ffffff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

#shopsun-templates .box .wrapper .body .block .item label div.no-image {
    background-image: url("./images/no-image.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#shopsun-templates .box .wrapper .body .block .item label div.vertical-layout-image {
    background-color: #f6f6f6;
    background-image: url("./images/layout-vertical.svg");
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#shopsun-templates .box .wrapper .body .block .item label div.horizontal-layout-image {
    background-color: #f6f6f6;
    background-image: url("./images/layout-horizontal.svg");
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#shopsun-templates .box .wrapper .body .block .item label div:hover {
	border: 1px solid #cecece;
}

#shopsun-templates .box .wrapper .body .block .item label div.highlighted {
	border: 1px solid #e26f93;
}

#shopsun-templates .box .wrapper .body .block .item label div img {
	display: block;
	width: 100%;
	height: 100%;
}

#shopsun-templates .box .wrapper .body .block .item label span.name {
	display: block;
	height: 36px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
    color: #757575;
    padding: 10px 5px;
}

#shopsun-templates .box .body .block .item label span.badge { 
    display: none;
}

#shopsun-templates .box .wrapper .footer {
	display: block;	
	height: 56px;
	background: #240a2f;
}

#shopsun-templates .box .wrapper .footer .save {
	display: block;	
	float: right;
	padding: 10px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #ec7743;
    transition: all 0.5s ease;
    border: 3px solid #ec7743;
    cursor: pointer;
}

#shopsun-templates .box .wrapper .footer .save:hover {
    background: #ef9268;
}

#shopsun-templates .box .wrapper .footer .copyright {
	display: block;
    float: left;
    color: #ffffff;
    line-height: 26px;
    padding: 15px;
}

@media screen and (max-width: 1600px) {
	#shopsun-templates .box .wrapper {
	    width: 60vw;
	}
}

@media screen and (max-width: 1240px) {
	#shopsun-templates .box .wrapper .body .block .item {
    	width: calc(100% / 3 - 20px);
	}
}

@media screen and (max-width: 992px) {
	#shopsun-templates .open {
		top: calc(100% - 80px);
		left: calc(100% - 80px);
	}
	
	#shopsun-templates .box .wrapper {
	    width: 80vw;
	    height: 80vh;
	}
	
	#shopsun-templates .box .wrapper .body {
		height: calc(80vh - 20px - 36px - 56px);
	}
}

@media screen and (max-width: 600px) {
  	#shopsun-templates .box .wrapper {
	    width: 90vw;
	    height: 80vh;
	}
	
	#shopsun-templates .box .wrapper .body {
		height: calc(80vh - 20px - 36px - 56px);
	}
	
	#shopsun-templates .box .wrapper .body .block .item {
    	width: calc(100% / 2 - 20px);
	}
	
	#shopsun-templates .box .wrapper .footer .copyright {
		display: none;
	}
}
/* ============ Template select box - end ============ *//*./css/dd.css*/
/* FILE > ./css/dd.css */
.borderRadius {
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.borderRadiusTp {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.borderRadiusBtm {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.ddcommon {
	position: relative;
	display: -moz-inline-stack;
	zoom: 1;
	display: inline-block;
	*display: inline;
	cursor: default;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	cursor:pointer;
}
.ddcommon ul {
	padding: 0;
	margin: 0 !important;
}
.ddcommon ul li {
	list-style-type: none;
  text-align: left;
}
.borderRadiusTp ul li:last-child {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border-bottom: 0 none #c3c3c3;
}
.borderRadiusBtm ul li:first-child {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-bottom: 1 solid #c3c3c3;
}
.ddcommon .disabled img, .ddcommon .disabled span, .ddcommon.disabledAll {
	opacity: .5;
/* standard: ff gt 1.5, opera, safari */
	-ms-filter: "alpha(opacity=50)";
/* ie 8 */
	filter: alpha(opacity=50);
/* ie lt 7 */
	-khtml-opacity: .5;
/* safari 1.x */
	-moz-opacity: .5;
/* ff lt 1.5, netscape */
	color: #999999;
}
.ddcommon .clear {
	clear: both
}
.ddcommon .shadow {
	-moz-box-shadow: 5px 5px 5px -5px #888888;
	-webkit-box-shadow: 5px 5px 5px -5px #888888;
	box-shadow: 5px 5px 5px -5px #888888;
}
div#sDsp_msdd {
  min-width: 200px;
}
div#sSort_msdd {
  min-width: 250px;
}
.ddcommon input.text {
	color: #7e7e7e;
	padding: 0 0 0 0;
	position: absolute;
	background: #fff;
	display: block;
	width: 98%;
	height: 98%;
	left: 2px;
	top: 0;
	border: none;
}
.ddOutOfVision {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.borderRadius .shadow {
	-moz-box-shadow: 5px 5px 5px -5px #888888;
	-webkit-box-shadow: 5px 5px 5px -5px #888888;
	box-shadow: 5px 5px 5px -5px #888888;
}
.borderRadiusBtm .shadow {
	-moz-box-shadow: -5px -5px 5px -5px #888888;
	-webkit-box-shadow: -5px -5px 5px -5px #888888;
	box-shadow: -5px -5px 5px -5px #888888
}
.borderRadiusTp .border, .borderRadius .border {
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.borderRadiusBtm .border {
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
img.fnone {
	float: none !important
}
.ddcommon .divider {
	width: 0;
	height: 100%;
	position: absolute;
}
.ddcommon .arrow {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 4px;
}
.ddcommon .arrow:hover {
	background-position: 0 100%;
}
.ddcommon .ddTitle {
	padding: 0;
	position: relative;
	display: inline-block;
	width: 100%
}
.ddcommon .ddTitle .ddTitleText {
	display: block;
}
.ddcommon .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}
.ddcommon .ddTitle .description {
	display: block;
}
.ddcommon .ddTitle .ddTitleText img {
	position: relative;
	vertical-align: middle;
	float: left
}
.ddcommon .ddChild {
	position: absolute;
	display: none;
	width: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	zoom: 1;
	z-index: 9999;
}
.ddcommon .ddChild li {
	clear: both;
}
.ddcommon .ddChild li .description {
	display: block;
}
.ddcommon .ddChild li img {
	border: 0 none;
	position: relative;
	vertical-align: middle;
	float: left
}
.ddcommon .ddChild li.optgroup {
	padding: 0;
}
.ddcommon .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
	font-weight: bold;
	font-style: italic
}
.ddcommon .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}
.ddcommon .noBorderTop {
	border-top: none 0  !important;
	padding: 0;
	margin: 0;
}
/*************** default theme **********************/
.dd {
	border: 1px solid #c3c3c3;
}
.dd .divider {
	border: 0px;
  right: 24px;
}
.dd .arrow {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: url('templates/colorado_vertical/images/ddArrow.png') no-repeat;
}
.dd .arrow:hover {
	background-position: 0 100%;
}
.dd .ddTitle {
	color: #000;
}
.dd .ddTitle .ddTitleText {
	padding: 7px 20px 7px 7px;
  text-align: left;
}
.dd .ddTitle .ddTitleText .ddTitleText {
	padding: 0;
}
.dd .ddTitle .description {
	font-size: 10px;
	color: #666
}
.dd .ddTitle .ddTitleText img {
	padding-right: 5px;
}
.dd .ddChild {
	border: 1px solid #c3c3c3;
	background-color: #fff;
	left: -1px;
}
.dd .ddChild li {
	padding: 5px;
	background-color: #fff;
	border-bottom: 1px solid #c3c3c3;
}
.dd .ddChild li .description {
	color: #666;
}
.dd .ddChild li .ddlabel {
	color: #333;
}
.dd .ddChild li.hover {
	background-color: #f2f2f2
}
.dd .ddChild li img {
	padding: 0 6px 0 0;
}
.dd .ddChild li.optgroup {
	padding: 0;
}
.dd .ddChild li.optgroup .optgroupTitle {
	padding: 0 5px;
	font-weight: bold;
	font-style: italic
}
.dd .ddChild li.optgroup ul li {
	padding: 5px 5px 5px 15px
}
.dd .ddChild li.selected {
	background-color: #d5d5d5;
	color: #000;
}/*./css/hs-rating.css*/
/* FILE > ./css/hs-rating.css */
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating {
	background: url(../images/layout/rating-star.png) left -1000px repeat-x;
}
.star-rating {
  position:relative;
  width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
  float: right;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	

.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url(../images/layout/rating-star-2.png) left -1000px repeat-x;
}
.star-rating2{
	float: right;
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}
.star-rating2 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating2 .current-rating{
	z-index:1;
	background-position: left center;
}


.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
.voted_twice {
	background: #FFDDDD url(../images/layout/rating_warning.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family: "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
}
.voted {
	background: #E7FFCE url(../images/layout/rating_tick.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family: "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
}
.rated_text {
	font-family: "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	color:#666;
	float: left;
  width: 50%;
  text-align: left;
}
.topRatedList {
	padding:0;
	margin:0;
}
.topRatedList li {
	list-style-type:none;
}

.star-rating a.starsLnk,
.star-rating2 a.starsLnk {
  cursor: pointer;
}/*./templates/default/style/style.css*/
/* FILE > ./templates/default/style/style.css */
html {
	background: #ffffff url('templates/colorado_vertical/images/bg.gif') repeat-x left top;
}
body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 145%;
	font-family: Arial, Helvetica, sans-serif;
	color: #585858;
  background: transparent url('templates/colorado_vertical/images/bgr.png') no-repeat center 150px;
  text-align: left;
}
#site {
	background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 10px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 4px 10px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 4px 10px rgba(50, 50, 50, 0.75);
  z-index: 10;
  position: relative;  
}
a,a:visited {
	color: #e30045;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #e30045;
}
a img {
	border: none;
}
p, ul, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
}
input, textarea {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.cleaner {
	clear: both;
	height: 1px;
}
.f-right {
	float: right !important;
}
.f-left {
	float: left !important;
}
.t-center {
	text-align: center !important;
}
.t-right {
	text-align: right !important;
}
.n-border {
	border: none !important;
}
.pointer {
	cursor: pointer;
}
#site {
	width: 993px;
	margin: 0px auto;
}
#banner-left {
	position: absolute;
	top: 50px;
	right: 976px;
}
#banner-right {
	position: absolute;
	top: 50px;
	left: 976px;
}
#top {
	float: left;
  width: 100%;
	min-height: 105px;
	margin-bottom: 10px;
	border-bottom: 2px solid #e5e5e5;
}
#article {
	width: 760px;
	float: right;
	top: 0px;
}
#left {
	width: 223px;
	float: left;
}
#toppaticka {
	width: 943px;
	padding: 23px 25px 18px 25px;
	background: #cacaca;
  text-align: center;
}
#botpaticka {
	width: 943px;
  padding: 3px 25px 20px 25px;
	background: #e4e4e4;
}
#botpaticka strong {
  padding-top: 20px;
  display: inline-block;
}
#paticka {
	width: 943px;
	padding: 28px 25px;
	background: #f6f6f6;
}
#top .logo {
	margin: 21px 40px 24px 0px;
	float: left;
	display: block;
	/*background: url('templates/colorado_vertical/images/logo.png')no-repeat center center;*/
  max-width: 300px;
  max-height: 110px;
}
#txt1 {
	padding: 21px 0px 2px 36px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #439300;
	float: left;
  min-width: 400px;
}
#top form#search_text1 {
	width: 401px;
	height: 33px;
	padding: 1px 1px 1px 31px;
	float: right;
	clear: none;
	border: 5px solid #cacaca;
	background: url('templates/colorado_vertical/images/top-lupa.gif') 7px 7px no-repeat;
  margin-bottom: 10px;
}
#top form#search_text1 input[type="text"] {
	width: 320px;
	height: 31px;
	line-height: 31px;
	border: none;
	font-size: 16px;
	color: #585858;
	float: left;
}
#top form#search_text1 input[type="submit"] {
	width: 71px;
	height: 33px;
	background: #e50f50;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	border: none;
	float: right;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
#top .odkazy {
	margin: 15px 5px 19px 0px;
	float: right;
  display: block;
  width: 100%;
  text-align: right;
}
#top .odkazy li {
	margin-left: 9px;
	display: inline-block;
	font-size: 13px;
}
#top .odkazy li a {
	color: #585858;
}
#top .odkazy li:before {
	content: "|";
	margin-right: 9px;
	color: #585858;
	display: inline-block;
}
#top .odkazy li:first-child:before {
	content: "";
	margin-right: 0px;
}
#top .odkazy .login a {
	color: #e51252;
}
#top .odkazy .login:before {
	content: url('templates/colorado_vertical/images/top-login.gif');
	margin: 4px 10px 0px 0px;
}
#top .basket {
	width: 200px;
	height: 45px;
	padding-left: 6px;
	float: left;
	background: #efefef;
	display: block;
	float: right;
	text-align: center;
	font-size: 22px;
	line-height: 45px;
	color: #55AD16;
}
/*
#top .basket:before {
	content: url('templates/colorado_vertical/images/top-kosik-green.gif');
	position: relative;
	top: 4px;
	left: -10px;
}
*/
#top .basket.e {
	color: #E51252;
}
/*
#top .basket.e:before {
	content: url('templates/colorado_vertical/images/top-kosik.gif');
	position: relative;
	top: 4px;
	left: -10px;
}
*/
#left #menu {
	margin-bottom: 15px;
	border: 1px solid #efefef;
	background: #efefef;
	list-style-type: none;
}
#left #menu > li {
	font-size: 14px;
	margin-top: 1px;
	background: #d5d5d5 url('templates/colorado_vertical/images/menu-back.jpg') bottom left repeat-x;
	position: relative;
}
#left #menu > li:first-child {
	margin-top: 0px;
}
#left #menu > li > a, #left #menu > li > span {
	padding: 12px 15px 12px 32px;
	;
	color: black;
	text-decoration: none;
	display: block;
	border: 1px solid transparent;
}
#left #menu > li:hover > a, #left #menu > li:hover > span {
	color: #e30549;
	border-color: #afafaf;
	background: #f5f5f5;
}
#left #menu > li.lvl1:hover > a {
	border-right-color: #f5f5f5;
	background: #f5f5f5 url('templates/colorado_vertical/images/ikonky-active.gif') right center no-repeat;
}
#left #menu > li:hover:after {
	content: "";
	width: 1px;
	height: 97%;
	background: #f5f5f5;
	position: absolute;
	right: -1px;
	top: 1px;
	z-index: 15;
}
#left #menu > li:before {
	content: "";
	margin: 17px 0px 0px 17px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid black;
	display: block;
	float: left;
}
#left #menu > li:hover:before {
	border-left-color: #e30549;
}
#left #menu .lvl2 {
	display: none;
	width: 740px;
	padding: 15px 15px 5px 15px;
	border: 1px solid #afafaf;
	background: #f5f5f5;
	position: absolute;
	left: 191px;
	top: 0px;
	list-style-type: none;
	font-size: 12px;
}
#left #menu > li:hover .lvl2 {
	display: block;
	z-index: 30;
}
#left #menu .lvl2 li {
	width: 225px;
	margin: 0px 10px 10px 0px;
	float: left;
}
#left #menu .lvl2 li span {
	max-width: 177px;
	max-height: 30px;
	overflow: hidden;
}
#left #menu .lvl2 li strong {
	margin-bottom: 7px;
	font-size: 14px;
	max-width: 177px;
	height: 39px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
#left #menu .lvl2 img {
	margin-right: 3px;
	float: left;
}
#left #menu .lvl2 a {
	color: #e30045;
	text-decoration: none;
}
#left #menu .lvl2 a:hover {
	text-decoration: underline;
}

#left .category-ul0,
#left .category-ul0 .category-sul1,
#left .category-ul0 .category-sul2,
#left .category-ul0 .category-sul3,
#left .category-ul0 .category-sul4,
#left .category-ul0 .category-sul5,
#left .category-ul0 .category-sul6,
#left .category-ul0 .category-sul7,
#left .category-ul0 .category-sul8,
#left .category-ul0 .category-sul9,
#left .category-ul0 .category-sul10 {
	margin-bottom: 0px;
	border: 1px solid #efefef;
	background: #efefef;
	list-style-type: none;
}
#left .category-ul0 {
	margin-bottom: 15px;
}
#left .category-ul0 > li,
#left .category-sul1 > li,
#left .category-sul2 > li,
#left .category-sul3 > li,
#left .category-sul4 > li,
#left .category-sul5 > li,
#left .category-sul6 > li,
#left .category-sul7 > li,
#left .category-sul8 > li,
#left .category-sul9 > li,
#left .category-sul10 > li {
	font-size: 14px;
	margin-top: 1px;
	background: #d5d5d5 url('templates/colorado_vertical/images/menu-back.jpg') bottom left repeat-x; 
	position: relative;
}
#left .category-ul0 > li:first-child,
#left .category-sul1 > li:first-child,
#left .category-sul2 > li:first-child,
#left .category-sul3 > li:first-child,
#left .category-sul4 > li:first-child,
#left .category-sul5 > li:first-child,
#left .category-sul6 > li:first-child,
#left .category-sul7 > li:first-child,
#left .category-sul8 > li:first-child,
#left .category-sul9 > li:first-child,
#left .category-sul10 > li:first-child {
	margin-top: 0px;
}
#left .category-ul0 > li > a, #left .category-ul0 > li > span,
#left .category-sul1 > li > a, #left .category-sul1 > li > span,
#left .category-sul2 > li > a, #left .category-sul2 > li > span,
#left .category-sul3 > li > a, #left .category-sul3 > li > span,
#left .category-sul4 > li > a, #left .category-sul4 > li > span,
#left .category-sul5 > li > a, #left .category-sul5 > li > span,
#left .category-sul6 > li > a, #left .category-sul6 > li > span,
#left .category-sul7 > li > a, #left .category-sul7 > li > span,
#left .category-sul8 > li > a, #left .category-sul8 > li > span,
#left .category-sul9 > li > a, #left .category-sul9 > li > span,
#left .category-sul10 > li > a, #left .category-sul10 > li > span {
  padding: 12px 15px 12px 32px;
	color: black;
	text-decoration: none;
	display: block;
	border: 1px solid transparent;
}
#left .category-ul0 > li:hover > a, #left .category-ul0 > li:hover > span,
#left .category-sul1 > li:hover > a, #left .category-sul1 > li:hover > span,
#left .category-sul2 > li:hover > a, #left .category-sul2 > li:hover > span,
#left .category-sul3 > li:hover > a, #left .category-sul3 > li:hover > span,
#left .category-sul4 > li:hover > a, #left .category-sul4 > li:hover > span,
#left .category-sul5 > li:hover > a, #left .category-sul5 > li:hover > span,
#left .category-sul6 > li:hover > a, #left .category-sul6 > li:hover > span,
#left .category-sul7 > li:hover > a, #left .category-sul7 > li:hover > span,
#left .category-sul8 > li:hover > a, #left .category-sul8 > li:hover > span,
#left .category-sul9 > li:hover > a, #left .category-sul9 > li:hover > span,
#left .category-sul10 > li:hover > a, #left .category-sul10 > li:hover > span {
	color: #e30549;
	border-color: #afafaf;
	background: #f5f5f5;
}
a.category-active {
	color: #ffffff /*zmena*/;
  background-color: #c94d8d /*zmena*/;
}
#left .category-ul0 > li.lvl1:hover > a,
#left .category-sul1 > li.lvl1:hover > a,
#left .category-sul2 > li.lvl1:hover > a,
#left .category-sul3 > li.lvl1:hover > a,
#left .category-sul4 > li.lvl1:hover > a,
#left .category-sul5 > li.lvl1:hover > a,
#left .category-sul6 > li.lvl1:hover > a,
#left .category-sul7 > li.lvl1:hover > a,
#left .category-sul8 > li.lvl1:hover > a,
#left .category-sul9 > li.lvl1:hover > a,
#left .category-sul10 > li.lvl1:hover > a {
	border-right-color: #f5f5f5;
	background: #f5f5f5 url('templates/colorado_vertical/images/ikonky-active.gif') right center no-repeat;
}
#left .category-ul0 > li:hover:after,
#left .category-sul1 > li:hover:after,
#left .category-sul2 > li:hover:after,
#left .category-sul3 > li:hover:after,
#left .category-sul4 > li:hover:after,
#left .category-sul5 > li:hover:after,
#left .category-sul6 > li:hover:after,
#left .category-sul7 > li:hover:after,
#left .category-sul8 > li:hover:after,
#left .category-sul9 > li:hover:after,
#left .category-sul10 > li:hover:after {
	content: "";
	width: 1px;
	height: 97%;
	background: #f5f5f5;
	position: absolute;
	right: -1px;
	top: 1px;
	z-index: 15;
}
#left .category-ul0 > li:before,
#left .category-sul1 > li:before,
#left .category-sul2 > li:before,
#left .category-sul3 > li:before,
#left .category-sul4 > li:before,
#left .category-sul5 > li:before,
#left .category-sul6 > li:before,
#left .category-sul7 > li:before,
#left .category-sul8 > li:before,
#left .category-sul9 > li:before,
#left .category-sul10 > li:before {
	content: "";
	margin: 17px 0px 0px 17px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid black;
	display: block;
	float: left;
}
#left .category-ul0 > li:hover:before,
#left .category-sul1 > li:hover:before,
#left .category-sul2 > li:hover:before,
#left .category-sul3 > li:hover:before,
#left .category-sul4 > li:hover:before,
#left .category-sul5 > li:hover:before,
#left .category-sul6 > li:hover:before,
#left .category-sul7 > li:hover:before,
#left .category-sul8 > li:hover:before,
#left .category-sul9 > li:hover:before,
#left .category-sul10 > li:hover:before {
	border-left-color: #e30549;
}

/* PODKATEGORIE */
#left .category-ul0 .category-sul1,
#left .category-ul0 .category-sul2,
#left .category-ul0 .category-sul3,
#left .category-ul0 .category-sul4,
#left .category-ul0 .category-sul5,
#left .category-ul0 .category-sul6,
#left .category-ul0 .category-sul7,
#left .category-ul0 .category-sul8,
#left .category-ul0 .category-sul9,
#left .category-ul0 .category-sul10 {
  background: #ef7399;
	border: 0px solid #efefef;
	margin-bottom: 0px;
}

#left .category-sul1 > li,
#left .category-sul2 > li,
#left .category-sul3 > li,
#left .category-sul4 > li,
#left .category-sul5 > li,
#left .category-sul6 > li,
#left .category-sul7 > li,
#left .category-sul8 > li,
#left .category-sul9 > li,
#left .category-sul10 > li {
	background: #ef7399;
}

#left .category-sul1 > li > a, #left .category-sul1 > li > span,
#left .category-sul2 > li > a, #left .category-sul2 > li > span,
#left .category-sul3 > li > a, #left .category-sul3 > li > span,
#left .category-sul4 > li > a, #left .category-sul4 > li > span,
#left .category-sul5 > li > a, #left .category-sul5 > li > span,
#left .category-sul6 > li > a, #left .category-sul6 > li > span,
#left .category-sul7 > li > a, #left .category-sul7 > li > span,
#left .category-sul8 > li > a, #left .category-sul8 > li > span,
#left .category-sul9 > li > a, #left .category-sul9 > li > span,
#left .category-sul10 > li > a, #left .category-sul10 > li > span {
  padding-left: 42px;
}

#left .category-sul1 > li:before,
#left .category-sul2 > li:before,
#left .category-sul3 > li:before,
#left .category-sul4 > li:before,
#left .category-sul5 > li:before,
#left .category-sul6 > li:before,
#left .category-sul7 > li:before,
#left .category-sul8 > li:before,
#left .category-sul9 > li:before,
#left .category-sul10 > li:before {
	margin-left: 27px;
}

#left .category-sul2 > li > a, #left .category-sul2 > li > span,
#left .category-sul3 > li > a, #left .category-sul3 > li > span,
#left .category-sul4 > li > a, #left .category-sul4 > li > span,
#left .category-sul5 > li > a, #left .category-sul5 > li > span,
#left .category-sul6 > li > a, #left .category-sul6 > li > span,
#left .category-sul7 > li > a, #left .category-sul7 > li > span,
#left .category-sul8 > li > a, #left .category-sul8 > li > span,
#left .category-sul9 > li > a, #left .category-sul9 > li > span,
#left .category-sul10 > li > a, #left .category-sul10 > li > span {
  padding-left: 52px;
}

#left .category-sul2 > li:before,
#left .category-sul3 > li:before,
#left .category-sul4 > li:before,
#left .category-sul5 > li:before,
#left .category-sul6 > li:before,
#left .category-sul7 > li:before,
#left .category-sul8 > li:before,
#left .category-sul9 > li:before,
#left .category-sul10 > li:before {
	margin-left: 37px;
}

#left .category-sul1 > li:hover > a, #left .category-sul1 > li:hover > span,
#left .category-sul2 > li:hover > a, #left .category-sul2 > li:hover > span,
#left .category-sul3 > li:hover > a, #left .category-sul3 > li:hover > span,
#left .category-sul4 > li:hover > a, #left .category-sul4 > li:hover > span,
#left .category-sul5 > li:hover > a, #left .category-sul5 > li:hover > span,
#left .category-sul6 > li:hover > a, #left .category-sul6 > li:hover > span,
#left .category-sul7 > li:hover > a, #left .category-sul7 > li:hover > span,
#left .category-sul8 > li:hover > a, #left .category-sul8 > li:hover > span,
#left .category-sul9 > li:hover > a, #left .category-sul9 > li:hover > span,
#left .category-sul10 > li:hover > a, #left .category-sul10 > li:hover > span {
	color: #ffffff;
	border-color: #d43a69;
	background: #d43a69;
}

#left .eshop-bl {
	padding: 12px 15px;
	margin-bottom: 15px;
	color: #323232;
	border: 1px solid #efefef;
	background: #e7e7e7 url('templates/colorado_vertical/images/box-back.png') top left repeat-x;
	position: relative;
  text-align: left;
}

#left div.eshop-bl a {
  color: #d43a69;
}

#left .eshop-bl-body {
  text-align: left;
}
#left .eshop-bl div.h {
	margin: 0px 0px 10px 0px;
	line-height: 16px;
	text-align: left;
}
#left .eshop-bl div.h a {
  text-decoration: none;
}
#left .eshop-bl div.h strong {
  font-weight: bold;
  font-size: 16px;
  color: #d43a69;
}
#left .eshop-bl form {
	width: 100%;
	margin-bottom: 10px;
	padding: 1px 1px 0px 1px;
	border: 0px solid #c8c8c8;
	background: none;
}
#left .eshop-bl form input[type="text"],
#left .eshop-bl form input[type="password"],
#left .eshop-bl form select {
	width: 187px;
	padding-left: 4px;
	border: none;
	float: left;
  margin-bottom: 5px;
}
#left .eshop-bl form select {
  background-color: #ffffff;
  float: none;
  padding: 2px 0px 2px 5px;
}
#left .eshop-bl form input[type="submit"] {
	float: right;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#left div#basket-info-bl.eshop-bl ul li,
#left div#last-visited-bl.eshop-bl ul li {
  list-style: none;
  margin-bottom: 3px;
}
#left div#basket-info-bl.eshop-bl ul li:last-child,
#left div#last-visited-bl.eshop-bl ul li:last-child {
  margin-bottom: 0px;
}

#left div#basket-info-bl.eshop-bl p#basketCount {
  margin-top: 3px;
  display: block;
  text-align: right;
}
#left div#last-visited-bl.eshop-bl ul li a {
  line-height: auto;
  color: #000000;
} 
#left div#payment-info.eshop-bl div.eshop-bl-body,
#left div#social-fb.eshop-bl div.eshop-bl-body,
#left div#social-gp.eshop-bl div.eshop-bl-body {
  text-align: center;
}
#left div#payment-info.eshop-bl div.eshop-bl-body p.eshop-bl-p {
  display: inline-block;
  width: 48%;
  margin-bottom: 3px;
} 
#toppaticka .fb {
	width: 135px;
	padding-top: 6px;
	float: left;
	display: block;
	color: #585858;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
}
#toppaticka .fb:hover {
	text-decoration: underline;
}
#toppaticka .fb strong {
	color: #323232;
}
#toppaticka .fb:before {
	content: url('templates/colorado_vertical/images/facebook.png');
	float: left;
	margin-right: 10px;
	position: relative;
	top: -6px;
}
#toppaticka img {
	margin-left: 8px;
}
#botpaticka .logo {
	float: right;
	/*background: url('templates/colorado_vertical/images/pat-logo.png')no-repeat center center;*/
  max-width: 192px;
  max-height: 55px;
}
#botpaticka a {
	color: #585858;
}
#paticka .blok {
	width: 228px;
	float: left;
	font-size: 12px;
}
#paticka .blok a, #paticka .blok strong {
	color: #585858;
}
#paticka .blok p {
	padding-left: 41px;
	margin-bottom: 19px;
}
#paticka .blok ul {
	padding-left: 41px;
	border-left: 1px solid #dddddd;
	list-style-type: none;
}
#paticka .blok:first-child ul {
	border: none;
	padding-left: 14px;
}
#paticka .blok:first-child p {
	padding-left: 14px;
}
#paticka .blok li {
	margin-bottom: 6px;
	position: relative;
}
#paticka .blok ul li:before {
	content: "\00bb";
	position: absolute;
	left: -14px;
}
ul#odkazy {
	padding: 15px 23px;
	font-size: 11px;
	color: #323232;
	list-style-type: none;
	text-align: center;
}
ul#odkazy a {
	color: #323232;
}
ul#odkazy li {
	margin-right: 4px;
	display: inline-block;
}
ul#odkazy li:before {
	content: "|";
	margin-right: 4px;
	display: inline-block;
}
ul#odkazy li:first-child:before {
	content: "";
	margin-right: 0px;
}
h1 {
	margin: 26px 0px 20px 10px;
	font-size: 27px;
	color: #e30045;
	font-weight: bold;
	line-height: 30px;
}
#article > h2,
h2.product-h,
div.text-bl h2 {
	margin: 17px 0px 13px 10px;
	font-size: 16px;
	color: #323232;
	font-weight: normal;
}
#article > h2.best-seller-h2,
#article > h3.best-seller-h3,
#article.main > h2.best-seller-h2,
#article.main > h3.best-seller-h3,
h2.product-h,
div.text-bl h2 {
  margin: 26px 0px 20px 10px;
  font-size: 16px;
  color: #656565;
  font-weight: normal;
  line-height: 18px;
}
#article > h2.formH {
  font-size: 16px;
  font-weight: bold;
	margin: 7px 0px 5px 10px;
}
h2.product-h,
div.text-bl h2 {
  font-weight: bold;
  color: #e50f50;
}
#article p, #article ul, #article ol, #article table {
	margin-bottom: 15px;
}
#article > div#basket-info {
  border-bottom: 1px dashed #d8d7d7;
  padding-bottom: 5px;
}
#article form.eshop-f {
  margin-top: 10px;
  border-top: 1px solid #e8e8e8;
  padding-top: 10px;
  background: #f9f9f9;
  padding: 10px;
}
input[type="text"],
input[type="password"] {
	padding: 1px 4px;
  height: 19px;
	line-height: 19px;
  border: 1px solid #979797;
	font-size: 12px;
	color: #585858;
	float: left;
}
input[type="submit"],
input.btn {
	height: 23px;
	background: #e50f50;
	font-size: 12px;
	color: white;
	font-weight: bold;
/*	font-style: italic; */
  font-style: normal;
	text-transform: uppercase;
	border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
div.catalogue-line input[type="submit"],
div.catalogue-prod-line input[type="submit"],
div.catalogue-line input.btn,
div.catalogue-prod-line input.btn {
  margin-left: 5px;
}
#article div.divInfo {
  padding: 2px 0px;
  margin-bottom: 10px;
}
#article #rotateBanner {
	width: 760px;
	height: 265px;
	margin: 0px auto;
  margin-bottom: 15px;
	position: relative;
}
#article #rotateBanner a img {
	width: 760px;
	height: 265px;
	cursor: pointer;
  position: absolute;
  top: 0px;
  left: 0px;
}
#article #rotateBanner .nav {
	position: absolute;
	bottom: 26px;
	right: 26px;
}
#article #rotateBanner .nav a {
	padding: 0px 8px;
	margin-left: 4px;
	font-size: 12px;
	line-height: 23px;
	background: #cacaca;
	border: 1px solid #efeeee;
	color: black;
	text-align: center;
	text-decoration: none;
	display: inline-block;
}
#article #rotateBanner .nav a.active, #article #rotateBanner .nav a:hover {
	background: white;
}
#article #slider,
#article #slider2,
#article #slider3,
#article #slider4,
#article #slider5 {
	margin-bottom: 15px;
	position: relative;
  width: 750px;
  overflow: hidden;
}
/*------*/
#article #slider #sliderContent,
#article #slider2 #sliderContent,
#article #slider3 #sliderContent,
#article #slider4 #sliderContent,
#article #slider5 #sliderContent {
	width: 720px;
	height: 305px;
	white-space: nowrap;
  position: relative;
  left: 0px;
  margin: 0px 15px;
}
#article #slider .iconSlideFreeN,
#article #slider2 .iconSlideFreeN,
#article #slider3 .iconSlideFreeN,
#article #slider4 .iconSlideFreeN,
#article #slider5 .iconSlideFreeN {
	margin-left: 20px;
	margin-bottom: -40px;
	z-index: 15;
	position: relative;
}
/*-----*/
#article #slider .slide,
#article #slider2 .slide,
#article #slider3 .slide,
#article #slider4 .slide,
#article #slider5 .slide {
	white-space: normal;
	width: 190px;
	padding: 0px 25px;
	display: inline-block;
	border-right: 1px dashed #dcdcdc;
	font-size: 15px;
	color: #e30045;
	text-decoration: none;
  text-align: center;
  overflow: hidden;
}
#article #slider .slide:last-child,
#article #slider2 .slide:last-child,
#article #slider3 .slide:last-child,
#article #slider4 .slide:last-child,
#article #slider5 .slide:last-child {
	border-right: none;
}
#article #slider .slide:hover,
#article #slider2 .slide:hover,
#article #slider3 .slide:hover,
#article #slider4 .slide:hover,
#article #slider5 .slide:hover {
	color: black;
}
#article #slider .slide:nth-child(3n+3)
#article #slider2 .slide:nth-child(3n+3),
#article #slider3 .slide:nth-child(3n+3),
#article #slider4 .slide:nth-child(3n+3),
#article #slider5 .slide:nth-child(3n+3) {
	border-right: 1px dashed #ffffff;
}
#article #slider .slide .text,
#article #slider2 .slide .text,
#article #slider3 .slide .text,
#article #slider4 .slide .text,
#article #slider5 .slide .text {
	height: 35px;
	overflow: hidden;
	display: block;
}
#article #slider .slide .cena,
#article #slider2 .slide .cena,
#article #slider3 .slide .cena,
#article #slider4 .slide .cena,
#article #slider5 .slide .cena {
	margin: 16px 0px 2px 0px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #e30045;
	display: block;
	text-align: right;
}
#article #slider .slide .detail,
#article #slider2 .slide .detail,
#article #slider3 .slide .detail,
#article #slider4 .slide .detail,
#article #slider5 .slide .detail {
	margin-left: 13px;
	padding: 1px 10px;
	font-size: 13px;
	font-weight: bold;
/*	font-style: italic; */
  font-style: normal;
	background: #e30045;
	color: white;
	float: right;
	display: inline-block;
}
#article #slider .slidePrev,
#article #slider2 .slidePrev,
#article #slider3 .slidePrev,
#article #slider4 .slidePrev,
#article #slider5 .slidePrev {
	cursor: pointer;
	width: 45px;
	height: 250px;
	background: url('templates/colorado_vertical/images/slider-left.png') left top no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
#article #slider .slideNext,
#article #slider2 .slideNext,
#article #slider3 .slideNext,
#article #slider4 .slideNext,
#article #slider5 .slideNext {
	cursor: pointer;
	width: 45px;
	height: 250px;
	background: url('templates/colorado_vertical/images/slider-right.png') left top no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
#article .nejprodavanejsi {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	list-style-type: none;
	counter-reset: list;
}
#article .nejprodavanejsi li {
	padding: 1px 10px;
	margin-bottom: 3px;
	background: #fafafa;
	border: 1px solid #f5f5f5;
	font-size: 12px;
	color: 4b4b4b;
}
#article .nejprodavanejsi li:before {
	content: counter(list)". ";
	counter-increment: list;
	margin-top: 9px;
	display: block;
	float: left;
	font-size: 15px;
	text-align: right;
}
#article .nejprodavanejsi li:after {
	content: "";
	clear: both;
	height: 1px;
	display: block;
}
#article .nejprodavanejsi li div {
	margin: 0px 13px 0px 10px;
	float: left;
  text-align: center;
  width: 50px;
  height: 50px;
}
#article .nejprodavanejsi li div img {
	margin: 0px;
	border: 1px solid #f5f5f5;
  max-width: 50px;
  max-height: 50px;
}
#article .nejprodavanejsi li a {
	margin-top: 9px;
	font-size: 15px;
	color: #e30045;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
  display: block;
}
#article .nejprodavanejsi li a:hover {
	text-decoration: underline;
}
#article .nejprodavanejsi li .text {
	margin-bottom: 9px;
	float: left;
	display: block;
  min-width: 405px;
  height: 16px;
  overflow: hidden;   
}
#article .nejprodavanejsi li .cena {
	margin-top: 9px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #e30045;
	font-weight: bold;
	float: right;
}
#article .filtr {
	margin-bottom: 10px;
	padding: 10px;
	background: #ebebeb;
	font-size: 12px;
}
#article .info {
	padding-left: 10px;
	color: #4b4b4b;
	font-size: 12px;
	line-height: 20px;
	float: left;
}
#article .dphInfo {
  margin-top: 18px;
  float: left;
}
#article .Pagging,
#article .topPagging {
  margin-top: 15px;
	margin-bottom: 10px;
  margin-right: 20px;
	float: right;
}
#article .topPagging {
	margin-top: 10px;
	margin-bottom: 0px;
	float: right;
}
#article .Pagging a,
#article .topPagging a {
	width: 20px;
	height: 20px;
	margin-left: 1px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background: #ebebeb;
	line-height: 20px;
}
#article .Pagging a.active,
#article .topPagging a.active {
	background: #e30045;
	color: white;
}
#article .Pagging a:hover,
#article .topPagging a:hover {
	background: #cacaca;
}
#article .Pagging .pagePrev, #article .Pagging .pageNext,
#article .topPagging .pagePrev, #article .topPagging .pageNext {
	margin: 0px 9px;
	width: auto;
	background: none;
	text-decoration: underline;
}
#article .Pagging .pageNext:hover, #article .Pagging .pagePrev:hover,
#article .topPagging .pageNext:hover, #article .topPagging .pagePrev:hover {
	background: none;
	text-decoration: none;
}
#article .Pagging .pageNext:after,
#article .topPagging .pageNext:after {
	content: "";
	margin-left: 5px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #e30045;
	display: inline-block;
}
#article .Pagging .pagePrev:before,
#article .topPagging .pagePrev:before {
	content: "";
	margin-right: 5px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-right: 4px solid #e30045;
	display: inline-block;
}
#article .katalog {
	margin-bottom: 15px;
	border-top: 1px solid #dcdcdc;
}
#article .produkty {
	padding: 18px 0px;
	border-bottom: 1px solid #dcdcdc;
}
#article .produkt {
	width: 218px;
	padding: 0px 19px;
	border-left: 1px dashed #dcdcdc;
	float: left;
}
#article .produkt:first-child {
	padding-left: 9px;
	border-left: none;
}
#article .produkt a.nazev {
	font-size: 15px;
	color: #e30045;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	height: 35px;
	overflow: hidden;
}
#article .produkt a.nazev:hover {
	text-decoration: underline;
}
#article .produkt p {
	height: 28px;
	overflow: hidden;
	margin: 7px0px;
	line-height: 14px;
}
#article .produkt .img {
	width: 200px;
	height: 202px;
	position: relative;
}
#article .produkt .labels {
	width: 42px;
	padding-top: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
}
#article .produkt .cena {
	font-size: 26px;
	line-height: 26px;
	color: #e30045;
	font-weight: bold;
	float: left;
	display: block;
}
#article .produkt .cenax {
	margin-top: 2px;
	font-size: 14px;
	background: url('templates/colorado_vertical/images/stara-cena.png') left center no-repeat;
	clear: left;
	float: left;
	display: block;
}
#article .produkt .cenax strong {
	margin-left: 5px;
	color: #E30045;
}
#article .produkt .koupit {
	border: none;
	float: right;
}
#article .produkt .koupit:before {
	content: url('templates/colorado_vertical/images/koupit.png');
	padding-right: 6px;
}
#article .produkt .dostupnost {
	margin-top: 3px;
	float: right;
	clear: right;
	display: block;
	font-weight: bold;
	font-size: 12px;
	width: 115px;
	text-align: right;
}
#article .produkt .skladem {
	color: #418f00;
}
#article .produkt .naceste {
	color: #FE7640;
}
#article.kosik .doprava h3 {
	margin: 1px 0px;
	padding: 0px 19px;
	line-height: 35px;
	background: #f5f5f5;
	font-size: 12px;
	font-weight: bold;
}
input[type="text"].a {
	float: none;
}
span.horizontalni-cara {
	display: block;
	border-bottom: 1px solid #dcdcdc;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 19px 0;
}
span.vertikalni-cara {
	display: block;
	height: 256px;
	width: 20px;
	background: url('templates/colorado_vertical/images/cara-vertikalni.png') no-repeat 0px 30px;
	float: left;
}
#txt2 {
	width: 993px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	color: #E30045;
	font-size: 14px;
  float: left;
}

div#article.main ul.catalogue-ul {
  margin-top: 20px !important;
}

div#article.main ul.catalogue-ul,
div#article.main ul.catalogue-ul li {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

div#article.main ul.catalogue-ul li {
  width: 186px;
  margin: 0px;
  background: #ffffff;
  border: 0px;
  border-right: 1px dashed #dcdcdc;
  border-top: 1px dashed #dcdcdc;
  overflow: hidden;
/*  padding: 20px; */
}

ul.catalogue-ul li a:visited {
	color: #e30045 !important;
	background: none !important;
}
ul.catalogue-ul li a:visited img {
  border: 0px;
}

div#article.main ul#dsp4.catalogue-ul li,
div#article.main ul#dsp3.catalogue-ul li,
div#article.main ul#dsp2.catalogue-ul li {
  float: left;
  height: 260px;
  text-align: center;
}

div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl,
div#article.main ul#dsp3.catalogue-ul li div.catalogue-bl,
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl {
  padding-top: 20px;
  height: 240px;
  background: transparent url('templates/colorado_vertical/images/item-rating0.png') no-repeat 36px 1px;
}

div#article.main ul#dsp4.catalogue-ul li div.item-rating1 {
  background-image: url('templates/colorado_vertical/images/item-rating1.png');
}
div#article.main ul#dsp4.catalogue-ul li div.item-rating2 {
  background-image: url('templates/colorado_vertical/images/item-rating2.png');
}
div#article.main ul#dsp4.catalogue-ul li div.item-rating3 {
  background-image: url('templates/colorado_vertical/images/item-rating3.png');
}
div#article.main ul#dsp4.catalogue-ul li div.item-rating4 {
  background-image: url('templates/colorado_vertical/images/item-rating4.png');
}
div#article.main ul#dsp4.catalogue-ul li div.item-rating5 {
  background-image: url('templates/colorado_vertical/images/item-rating5.png');
}

div#article.main ul#dsp1.catalogue-ul li h2,
div#article.main ul#dsp1.catalogue-ul li h2 a,
div#article.main ul#dsp1.catalogue-ul li h3,
div#article.main ul#dsp1.catalogue-ul li h3 a {
  font-size: 14px;
  text-align: left;
}

div#article.main ul#dsp1.catalogue-ul li h2,
div#article.main ul#dsp1.catalogue-ul li h3 {
  margin-bottom: 4px;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl {
  height: auto;
  min-height: 120px;
  border-bottom: 1px dashed #e5e5e5;
  float: left;
}

div#article.main ul.catalogue-ul li.producer-li {
  height: 150px;
  padding-top: 10px;
  display: inline-block;
  width: 186px;
}
div#article.main ul.catalogue-ul li.producer-li a {
  display: block;
  text-align: center;
  font-size: 12px;
}

div#article.main ul#dsp4 li {
  width: 189px;
} 

div#article.main ul.catalogue-ul li.p1,
div#article.main ul.catalogue-ul li.p2,
div#article.main ul.catalogue-ul li.p3,
div#article.main ul.catalogue-ul li.p4 {
  border-right: 1px dashed #dcdcdc;
}

div#article.main ul.catalogue-ul li.p1 {
  border-top: 0px dashed #dcdcdc;
}

div#article.main ul#dsp4.catalogue-ul li.p4 {
  border-right: 0px dashed #dcdcdc;
}

div#article.main ul#dsp4.catalogue-ul li.p1,
div#article.main ul#dsp4.catalogue-ul li.p2,
div#article.main ul#dsp4.catalogue-ul li.p3,
div#article.main ul#dsp4.catalogue-ul li.p4 {
  border-top: 0px;
}

div#article.main ul#dsp4.catalogue-ul li.p4,
div#article.main ul#dsp4.catalogue-ul li.p8,
div#article.main ul#dsp4.catalogue-ul li.p12,
div#article.main ul#dsp4.catalogue-ul li.p16,
div#article.main ul#dsp4.catalogue-ul li.p20,
div#article.main ul#dsp4.catalogue-ul li.p24,
div#article.main ul#dsp4.catalogue-ul li.p28,
div#article.main ul#dsp4.catalogue-ul li.p32,
div#article.main ul#dsp4.catalogue-ul li.p36,
div#article.main ul#dsp4.catalogue-ul li.p40,
div#article.main ul#dsp4.catalogue-ul li.p44,
div#article.main ul#dsp4.catalogue-ul li.p48,
div#article.main ul#dsp4.catalogue-ul li.p52,
div#article.main ul#dsp4.catalogue-ul li.p56,
div#article.main ul#dsp4.catalogue-ul li.p60,
div#article.main ul#dsp4.catalogue-ul li.p64,
div#article.main ul#dsp4.catalogue-ul li.p68,
div#article.main ul#dsp4.catalogue-ul li.p72,
div#article.main ul#dsp4.catalogue-ul li.p76,
div#article.main ul#dsp4.catalogue-ul li.p80,
div#article.main ul#dsp4.catalogue-ul li.p84,
div#article.main ul#dsp4.catalogue-ul li.p88,
div#article.main ul#dsp4.catalogue-ul li.p92,
div#article.main ul#dsp4.catalogue-ul li.p96 {
  border-right: 0px dashed #dcdcdc;
}

div#article.main ul#dsp3 li {
  width: 249px;
} 

div#article.main ul#dsp3.catalogue-ul li.p1,
div#article.main ul#dsp3.catalogue-ul li.p2,
div#article.main ul#dsp3.catalogue-ul li.p3 {
  border-top: 0px dashed #dcdcdc;
  border-right: 1px dashed #dcdcdc;
}

div#article.main ul#dsp3.catalogue-ul li.p3,
div#article.main ul#dsp3.catalogue-ul li.p6,
div#article.main ul#dsp3.catalogue-ul li.p9,
div#article.main ul#dsp3.catalogue-ul li.p12,
div#article.main ul#dsp3.catalogue-ul li.p15,
div#article.main ul#dsp3.catalogue-ul li.p18,
div#article.main ul#dsp3.catalogue-ul li.p21,
div#article.main ul#dsp3.catalogue-ul li.p24,
div#article.main ul#dsp3.catalogue-ul li.p27,
div#article.main ul#dsp3.catalogue-ul li.p30,
div#article.main ul#dsp3.catalogue-ul li.p33,
div#article.main ul#dsp3.catalogue-ul li.p36,
div#article.main ul#dsp3.catalogue-ul li.p39,
div#article.main ul#dsp3.catalogue-ul li.p42,
div#article.main ul#dsp3.catalogue-ul li.p45,
div#article.main ul#dsp3.catalogue-ul li.p48,
div#article.main ul#dsp3.catalogue-ul li.p51,
div#article.main ul#dsp3.catalogue-ul li.p54,
div#article.main ul#dsp3.catalogue-ul li.p57,
div#article.main ul#dsp3.catalogue-ul li.p60,
div#article.main ul#dsp3.catalogue-ul li.p63,
div#article.main ul#dsp3.catalogue-ul li.p66,
div#article.main ul#dsp3.catalogue-ul li.p69,
div#article.main ul#dsp3.catalogue-ul li.p72,
div#article.main ul#dsp3.catalogue-ul li.p75,
div#article.main ul#dsp3.catalogue-ul li.p78,
div#article.main ul#dsp3.catalogue-ul li.p81,
div#article.main ul#dsp3.catalogue-ul li.p84,
div#article.main ul#dsp3.catalogue-ul li.p87,
div#article.main ul#dsp3.catalogue-ul li.p90,
div#article.main ul#dsp3.catalogue-ul li.p92,
div#article.main ul#dsp3.catalogue-ul li.p95 {
  border-right: 0px;
}

div#article.main ul#dsp2.catalogue-ul li {
  width: 374px;
}

div#article.main ul#dsp2.catalogue-ul li.p1,
div#article.main ul#dsp2.catalogue-ul li.p2 {
  border-top: 0px dashed #dcdcdc;
  border-right: 1px dashed #dcdcdc;
}

div#article.main ul#dsp2.catalogue-ul li.p2,
div#article.main ul#dsp2.catalogue-ul li.p4,
div#article.main ul#dsp2.catalogue-ul li.p6,
div#article.main ul#dsp2.catalogue-ul li.p8,
div#article.main ul#dsp2.catalogue-ul li.p10,
div#article.main ul#dsp2.catalogue-ul li.p12,
div#article.main ul#dsp2.catalogue-ul li.p14,
div#article.main ul#dsp2.catalogue-ul li.p16,
div#article.main ul#dsp2.catalogue-ul li.p18,
div#article.main ul#dsp2.catalogue-ul li.p20,
div#article.main ul#dsp2.catalogue-ul li.p22,
div#article.main ul#dsp2.catalogue-ul li.p24,
div#article.main ul#dsp2.catalogue-ul li.p26,
div#article.main ul#dsp2.catalogue-ul li.p28,
div#article.main ul#dsp2.catalogue-ul li.p30,
div#article.main ul#dsp2.catalogue-ul li.p32,
div#article.main ul#dsp2.catalogue-ul li.p34,
div#article.main ul#dsp2.catalogue-ul li.p36,
div#article.main ul#dsp2.catalogue-ul li.p38,
div#article.main ul#dsp2.catalogue-ul li.p40,
div#article.main ul#dsp2.catalogue-ul li.p42,
div#article.main ul#dsp2.catalogue-ul li.p44,
div#article.main ul#dsp2.catalogue-ul li.p46,
div#article.main ul#dsp2.catalogue-ul li.p48,
div#article.main ul#dsp2.catalogue-ul li.p50,
div#article.main ul#dsp2.catalogue-ul li.p52,
div#article.main ul#dsp2.catalogue-ul li.p54,
div#article.main ul#dsp2.catalogue-ul li.p56,
div#article.main ul#dsp2.catalogue-ul li.p58,
div#article.main ul#dsp2.catalogue-ul li.p60,
div#article.main ul#dsp2.catalogue-ul li.p62,
div#article.main ul#dsp2.catalogue-ul li.p64,
div#article.main ul#dsp2.catalogue-ul li.p66,
div#article.main ul#dsp2.catalogue-ul li.p68,
div#article.main ul#dsp2.catalogue-ul li.p70,
div#article.main ul#dsp2.catalogue-ul li.p72,
div#article.main ul#dsp2.catalogue-ul li.p74,
div#article.main ul#dsp2.catalogue-ul li.p76,
div#article.main ul#dsp2.catalogue-ul li.p78,
div#article.main ul#dsp2.catalogue-ul li.p80,
div#article.main ul#dsp2.catalogue-ul li.p82,
div#article.main ul#dsp2.catalogue-ul li.p84,
div#article.main ul#dsp2.catalogue-ul li.p86,
div#article.main ul#dsp2.catalogue-ul li.p88,
div#article.main ul#dsp2.catalogue-ul li.p90,
div#article.main ul#dsp2.catalogue-ul li.p92,
div#article.main ul#dsp2.catalogue-ul li.p94,
div#article.main ul#dsp2.catalogue-ul li.p96 {
  border-right: 0px;
}

div#article.main ul#dsp1.catalogue-ul li {
  width: 750px;
  border-right: 0px;
  list-style: none;
}

div#article.main ul#dsp1.catalogue-ul li div.bl-image {
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl-top {
  text-align: justify;
  min-height: 120px;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl-p {
  float: right;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-info {
  float: left;
}

div#article.main ul.catalogue-ul li h2,
div#article.main ul.catalogue-ul li h2 a,
div#article.main ul.catalogue-ul li h3,
div#article.main ul.catalogue-ul li h3 a,
div#article.main h3,
div#article.main h3 a {
  color: #e50f50;
}

div#article.main ul.catalogue-ul li h2,
div#article.main ul.catalogue-ul li h2 a,
div#article.main ul.catalogue-ul li h3,
div#article.main ul.catalogue-ul li h3 a {
  height: 36px;
  width: 100%;
  overflow: hidden;
}

div#article.main h3.nextItems {
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 16px;
}

div#article.main ul.catalogue-ul li:last-child {
  border-right: 0px solid #d9d9d9;
}

div#article.main ul.catalogue-ul li div.itemIcons {
  width: 18px;
  height: auto;
  float: left;
  position: relative;
  top: -253px;
  left: 5px;
  z-index: 60;
}
div#article.main ul.catalogue-ul li div.itemSpecial {
  width: 76px;
  height: 77px;
  position: relative;
  top: -255px;
  z-index: 40;
  float: right;
  cursor: pointer;
}
div#article.main ul.catalogue-ul li:hover div.itemSpecial {
  top: -363px;
}
div#article.main ul.catalogue-ul li div.itemIcons span,
div#article.main ul.catalogue-ul li div.itemIcons a {
  margin-bottom: 2px;
  width: 18px;
  height: 18px;
  float: left;
  z-index: 65;
}
div#article.main ul.catalogue-ul li div.itemIcons span {
  cursor: help;
}
div#article.main ul.catalogue-ul li div.itemIcons span.itemColor {
  background: #a9a9a9 url('templates/colorado_vertical/images/item-icons.png') no-repeat 0px 0px;
}
div#article.main ul.catalogue-ul li div.itemIcons span.itemColor:hover {
  background-image: url('templates/colorado_vertical/images/item-icons-a.png');
}

div#article.main ul.catalogue-ul li div.itemIcons span.itemText {
  background: #a9a9a9 url('templates/colorado_vertical/images/item-icons.png') no-repeat 0px -24px;
}
div#article.main ul.catalogue-ul li div.itemIcons span.itemText:hover {
  background-image: url('templates/colorado_vertical/images/item-icons-a.png');
}

div#article.main ul.catalogue-ul li div.itemIcons a.itemCompare {
  background: #a9a9a9 url('templates/colorado_vertical/images/item-icons.png') no-repeat 0px -48px;
}
div#article.main ul.catalogue-ul li div.itemIcons a.itemCompare:hover {
  background-image: url('templates/colorado_vertical/images/item-icons-a.png');
}

div#article.main ul.catalogue-ul li div.itemIcons img.itemRating {
  margin-top: 5px;
}

div#article.main ul.catalogue-ul li div.itemDescription {
  display: none;
  visibility: hidden;
  z-index: 50;
}

div.catalogue-bl {
  padding-top: 20px;
}

div.home-bl {
  width: 760px;
}

div.home-bl h2.home-h,
div.home-bl h1.home-h,
h2.basket-h {
  background: none;
  margin-bottom: 20px;
  font-size: 18px;
  color: #000000;
}
div#article > div#layout-nav > h1,
div#article > div#layout-nav > h2 {
  display: inline-block;
}

div.catalogue-bl {
  padding-top: 20px;
  height: 240px;
}

div.catalogue-bl div.itemDescription {
  display: none;
  visibility: hidden;
  background: #ffffff url('templates/colorado_vertical/images/item-bg.png') repeat-x left top;
  color: #000000;
  padding: 5px;
  padding-left: 30px;
  padding-right: 10px;
  text-align: justify;
  z-index: 25;
}

div.catalogue-bl div.itemBuy {
  text-align: center;
  display: none;
  visibility: hidden;
  background: #ffffff;
  position: relative;
  border-top: 0px solid #d9d9d9;
  top: -102px;
  color: #ffffff;
  height: 70px;
  padding: 5px;
  padding-top: 33px;
}

div.catalogue-bl:hover div.itemBuy {
  display: block;
  visibility: visible;
  position: relative;
  top: -102px;
  z-index: 20;
}
div.catalogue-bl div.itemBuy span,
table.catalogue-tab td span {
  color: #000000;
  margin-right: 5px;
}
div.catalogue-bl div.itemBuy input[type=text],
input.pcs {
  width: 40px;
  margin: 5px 10px 0px 0px;
  padding: 2px 5px;
  float: none;
}

div.catalogue-bl div.itemInfo {
  display: none;
  visibility: hidden;
  background: #ffffff url('templates/colorado_vertical/images/itemInfo-bg.png') repeat-x left bottom;
  position: relative;
  border-top: 1px solid #d9d9d9;
  top: -101px;
  color: #ffffff;
  height: 120px;
  padding: 5px;
}

div.catalogue-bl:hover div.itemInfo {
  display: block;
  visibility: visible;
  position: relative;
  top: -126px;
  z-index: 20;
}

div.catalogue-bl div.itemInfo span {
  display: inline-block;
  line-height: 12px;
}

div.catalogue-bl div.itemInfo span.itemMainPrice {
  color: #e30045;
  font-weight: bold;
  font-size: 16px;
}

div.catalogue-bl div.itemInfo span.itemMainPrice span {
  margin-left: 3px;
  color: #ff0000;
}

div.catalogue-bl div.itemInfo span.itemOldPrice {
  line-height: 16px;
  color: #696A6C;
  font-weight: normal;
  font-size: 14px;
}

div.catalogue-bl div.itemInfo span.itemOldPrice span {
  margin-left: 3px;
  color: #696A6C;
  text-decoration: line-through;
}

div.catalogue-bl div.itemInfo span.itemPrice {
  line-height: 14px;
  color: #696A6C;
  font-weight: bold;
  font-size: 12px;
}

div.catalogue-bl div.itemInfo span.itemPrice span {
  margin-left: 3px;
  color: #696A6C;
}

div.catalogue-bl div.itemInfo span.itemAvailability {
  line-height: 16px;
  display: block;
  color: #696A6C;
  font-weight: normal;
  font-size: 14px;
}

div.catalogue-bl div.itemInfo span.Availability2 {
  color: #5b9e23;
}

div.catalogue-bl div.itemInfo span.itemAvailability span {
  color: #696A6C;
  text-decoration: line-through;
}

div.catalogue-bl span.itemMainPrice {
  margin-top: 5px;
  font-size: 14px;
  font-weight: bold;
  display: block;
}

div.catalogue-bl span.itemPrice {
  line-height: 13px;
  font-size: 11px;
  display: block;
}

div.catalogue-bl-top {
  min-height: 235px;
  float: none;
}

div#article.main ul.catalogue-ul li div.itemAction {
  background: transparent;
}

div#article.main ul.catalogue-ul li div.itemReduction {
  background: transparent;
}

div#article.main ul.catalogue-ul li div.itemNew {
  background: transparent;
}

div#article.main ul.catalogue-ul li div.itemStore {
  background: transparent;
}

/* CZ IKONKY */
div#article.main ul.catalogue-ul li div.itemActionIco,
div#article.main ul.catalogue-ul li div.itemActionIcocz {
  background: transparent url('templates/colorado_vertical/images/item-action-cz.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemReductionIco,
div#article.main ul.catalogue-ul li div.itemReductionIcocz {
  background: transparent url('templates/colorado_vertical/images/item-reduction-cz.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemSaleIco,
div#article.main ul.catalogue-ul li div.itemSaleIcocz {
  background: transparent url('templates/colorado_vertical/images/item-sale-cz.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemNewIco,
div#article.main ul.catalogue-ul li div.itemNewIcocz {
  background: transparent url('templates/colorado_vertical/images/item-new-cz.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemStoreIco,
div#article.main ul.catalogue-ul li div.itemStoreIcocz {
  background: transparent url('templates/colorado_vertical/images/item-store-cz.png') no-repeat right top;
}

/* DE IKONKY */
div#article.main ul.catalogue-ul li div.itemActionIcode {
  background: transparent url('templates/colorado_vertical/images/item-action-de.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemReductionIcode {
  background: transparent url('templates/colorado_vertical/images/item-reduction-de.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemSaleIcode {
  background: transparent url('templates/colorado_vertical/images/item-sale-de.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemNewIcode {
  background: transparent url('templates/colorado_vertical/images/item-new-de.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemStoreIcode {
  background: transparent url('templates/colorado_vertical/images/item-store-de.png') no-repeat right top;
}

/* RU IKONKY */
div#article.main ul.catalogue-ul li div.itemActionIcoru {
  background: transparent url('templates/colorado_vertical/images/item-action-ru.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemReductionIcoru {
  background: transparent url('templates/colorado_vertical/images/item-reduction-ru.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemSaleIcoru {
  background: transparent url('templates/colorado_vertical/images/item-sale-ru.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemNewIcoru {
  background: transparent url('templates/colorado_vertical/images/item-new-ru.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemStoreIcoru {
  background: transparent url('templates/colorado_vertical/images/item-store-ru.png') no-repeat right top;
}

/* PL IKONKY */
div#article.main ul.catalogue-ul li div.itemActionIcopl {
  background: transparent url('templates/colorado_vertical/images/item-action-pl.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemReductionIcopl {
  background: transparent url('templates/colorado_vertical/images/item-reduction-pl.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemSaleIcopl {
  background: transparent url('templates/colorado_vertical/images/item-sale-pl.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemNewIcopl {
  background: transparent url('templates/colorado_vertical/images/item-new-pl.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemStoreIcopl {
  background: transparent url('templates/colorado_vertical/images/item-store-pl.png') no-repeat right top;
}

/* EN IKONKY */
div#article.main ul.catalogue-ul li div.itemActionIcoen {
  background: transparent url('templates/colorado_vertical/images/item-action-en.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemReductionIcoen {
  background: transparent url('templates/colorado_vertical/images/item-reduction-en.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemSaleIcoen {
  background: transparent url('templates/colorado_vertical/images/item-sale-en.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemNewIcoen {
  background: transparent url('templates/colorado_vertical/images/item-new-en.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemStoreIcoen {
  background: transparent url('templates/colorado_vertical/images/item-store-en.png') no-repeat right top;
}

/* SK IKONKY */
div#article.main ul.catalogue-ul li div.itemActionIcosk {
  background: transparent url('templates/colorado_vertical/images/item-action-sk.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemReductionIcosk {
  background: transparent url('templates/colorado_vertical/images/item-reduction-sk.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemSaleIcosk {
  background: transparent url('templates/colorado_vertical/images/item-sale-sk.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemNewIcosk {
  background: transparent url('templates/colorado_vertical/images/item-new-sk.png') no-repeat right top;
}

div#article.main ul.catalogue-ul li div.itemStoreIcosk {
  background: transparent url('templates/colorado_vertical/images/item-store-sk.png') no-repeat right top;
}

div.catalogue-bl-p h2,
div.catalogue-bl-p h3 {
  height: 40px;
}

div.eshop-bl-body {
  text-align: center;
}
a.hs-a-detail {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  background:url("templates/colorado_vertical/images/spolocny.png") repeat-x -477px -147px;
  height:30px;
  width:135px;
  border:0;
  color:#ffffff;
  cursor:pointer;
  text-shadow:1px 1px #000000;
  margin:0px;
  display: inline-block;
  line-height: 30px;
}

a.hs-a-buy,
a.hs-a-det {
  height: 21px;
  background: #e50f50;
  font-size: 12px;
  color: white;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
/*  font-style: italic; */
  font-style: normal;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
  padding: 4px 5px;
}
a.hs-a-det {
  padding: 4px 10px;
}
div.bl-space {
  border-top: 1px solid #c79a19;
}

img.itemImage,
img.catalogue-img,
.catalogue-img {
  border: 0px solid #d9d9d9;
}

ul.catalogue-ul li h2,
ul.catalogue-ul li h3 {
  text-decoration: none;
  overflow: visible;
  background: transparent;
}

ul.catalogue-ul li h2 a,
ul.catalogue-ul li h3 a {
  text-decoration: none;
}

div.catalogue-bl-p a:visited {
  background-color: #ff0000;
  background-image: none;
}

div.catalogue-line,
div.catalogue-prod-line {
  text-align: center;
  width: 738px;
  background: #ebebeb;
  margin: 0px; margin-bottom: 5px;
  padding: 0px; padding-top: 10px;
  border: 1px solid #d8d7d7;
  padding: 5px;
}

div.catalogue-line select,
div.catalogue-prod-line select {
  height: 21px;
  padding: 0px 5px 0px 30px;
}

div.catalogue-prod-line {
  width: 738px;
  background: #ebebeb;
  padding: 5px;
  border: 1px solid #d8d7d7;
}
#article div.catalogue-prod-line form,
#article div.catalogue-prod-line form p,
#article div.catalogue-line form,
#article div.catalogue-line form p {
  margin: 0px;
  padding: 0px;
  width: 100%;
}

div#demo-alert {
  text-align: center;
  background: #d43a69;
  color: #ffffff;
  font-weight: bold;
  padding: 8px;
}

fieldset {
  border: 0px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  margin-bottom: 0px;
}

legend {
  display: none;
}

form#search-f {
  width: 738px;
  background: #ebebeb;
  padding: 5px;
  border: 1px solid #d8d7d7;
}

form#search-f p.eshop-p {
  margin-bottom: 0px;
  text-align: center;
}

div.eshop-f-bl {
  margin-bottom: 5px;
}
div.eshop-f-itm {
  clear: none;
  display: block;
  float: left;
  width: 30%;
  min-width: 100px;
  line-height: 23px;
}

div.detail-name {
	margin: 7px 0px 20px 10px;
  display: block;
  float: left;
  width: 100%;
}
div.detail-name h1 {
	margin: 0px;
  float: left;
	font-size: 27px;
	color: #e30045;
	font-weight: bold;
	line-height: 30px;
}

div.detail-right {
  padding-left: 10px;
  padding-bottom: 16px;
  float: left;
  color: black;
  font-size: 12px;
}

div#detail-right div.product-photo {
  margin: 9px 0px 0px 0px;
  position: relative;
}

div#detail-right div.product-photo a img {
  max-width: 370px;
  max-height: 320px;
}

div.detail-top {
  float: left;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
div.detail-top-end {
  float: none;
  clear: both;
  display: block;
}

div.detail-left {
  width: 353px;
  padding-bottom: 16px;
  float: right;
  font-size: 12px;
  color: black;
}  

div.detail-left div.product-bl {
  width: 313px;
  padding: 20px;
  background: #f5f5f5;
  float: left;
  font-size: 13px;
}

div.detail-left div.product-bl form {
  padding-left: 5px;
  color: #4b4b4b;
  font-size: 12px;
  line-height: 20px;
  float: left;
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  width: 305px;  
}

div.detail-left div.product-bl form ul,
div.detail-left div.product-bl ul {
  list-style: none;
}

div.detail-left div.product-bl form ul li,
div.detail-left div.product-bl ul li {
  margin: 0px;
  padding: 6px 0px;
  border-top: 1px dotted #d2d2d2;
  line-height: 20px;
}

div.detail-left div.product-bl form ul li.lir,
div.detail-left div.product-bl ul li.lir {
  text-align: right;
}

div.detail-left div.product-bl form ul li:first-child,
div.detail-left div.product-bl ul li:first-child {
  border-top: 0px dotted #d2d2d2;
}

div.detail-left div.product-bl form ul li input[type="submit"],
div.detail-left div.product-bl ul li input[type="submit"],
div.detail-left div.product-bl ul li input#hs-spl-prodej {
  cursor: pointer;
  margin-left: 7px;
  width: 200px;
  height: 45px;
  padding: 6px 16px 6px 16px;
  background: #e50f50;
  font-size: 22px;
  line-height: 22px;
  color: white;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border: none;
  text-transform: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

#top form#search_text1 input[type="submit"] {
  cursor: pointer;
  background: #e50f50;
  font-size: 16px;
  line-height: 22px;
  color: white;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  border: none;
  text-transform: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

div.detail-left div.product-bl ul li input#hs-spl-prodej {
  width: 130px;
  height: 30px;
  padding: 6px 16px 6px 16px;
  background: #e50f50;
  font-size: 14px;
  line-height: 14px;
}

label#lspl {
  text-align: left;
}

div.detail-left div.product-bl form ul li input.inputRight,
div.detail-left div.product-bl ul li input.inputRight {
  margin: 10px 0px 0px 0px;
  width: 40px;
  padding: 2px 2px;
  border: 1px solid #d2d2d2;
  text-align: center;
  font-size: 18px;
  color: #585858;
  margin-top: 10px;
}

div.detail-left div.product-bl form ul li span.product-lb,
div.detail-left div.product-bl ul li span.product-lb,
div.detail-left div.product-bl form ul li label.product-lb,
div.detail-left div.product-bl ul li label.product-lb {
  width: 140px;
  margin-right: 5px;
  font-style: normal;
  display: inline-block;
}

strong.eshop-f-err {
  content: "*";
  margin-left: 5px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #e30045;
  cursor: help;
}
div.detail-left div.product-bl strong#product-price {
  padding-top: 6px;
  font-size: 26px;
  color: #e30045;
  font-weight: bold;
  position: relative;
  top: 3px;
}

/* Dostupnost produktu */
li#stores a {
  display: inline-block;
  width: 20px;
  height: 20px;
  font-weight: bold;
  text-align: center;
  margin-left: 0px;
  text-decoration: none;
  color: #e30045;
}

div#storeInfo {
	background: #ffffff;
}

div.detail-left div.product-bl table.storeInfos {
  width: 100%;
}
div#article table.storeInfos td {
  padding: 0px;
  margin: 0px;
  text-align: right;
  border-top: 1px solid #e8e8e8;
  width: 50%;
}

table.storeInfos td.label {
  text-align: left;
  font-weight: bold;
}

table.storeInfos td.date {
  text-align: right;
}

table.storeInfos td.storeDesc {
  text-align: left;
  font-weight: normal;
/*  font-style: italic; */
  font-style: normal;
}

/* Konec dostupnost produktu */

/* Hodnoceni produktu */

div.product-rating {
  float: left;
  margin-left: 15px;
  top: 2px;
  position: relative;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating {
	background: url('templates/colorado_vertical/images/rating/rating-star.png') left -1000px repeat-x;
}
#article ul.star-rating {
  position:relative;
  width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
  float: none;
  margin: 0 auto;
  margin-top: 10px;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:16;
}
.star-rating a.two-stars{
	width:40%;
	z-index:15;
}
.star-rating a.three-stars{
	width:60%;
	z-index:14;
}
.star-rating a.four-stars{
	width:80%;
	z-index:13;
}
.star-rating a.five-stars{
	width:100%;
	z-index:12;
}
.star-rating .current-rating{
  z-index:11;
	background-position: left center;
}	

.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url('templates/colorado_vertical/images/rating/rating-star-2.png') left -1000px repeat-x;
}
.star-rating2{
	float: right;
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}
.star-rating2 a.one-star{
	width:20%;
	z-index:16;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:15;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:14;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:13;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:12;
}
.star-rating2 .current-rating{
	z-index:11;
	background-position: left center;
}


.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
.voted_twice {
	background: #FFDDDD url('templates/colorado_vertical/images/rating/rating_warning.gif') no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family: "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
}
.voted {
	background: #E7FFCE url('templates/colorado_vertical/images/rating/rating_tick.gif') no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family: "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
}
.rated_text {
	font-family: "Tahoma", "Arial", "Helvetica", Tahoma, Arial, lucida, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	color:#666;
	float: left;
  width: 50%;
  text-align: left;
}
.topRatedList {
	padding:0;
	margin:0;
}
.topRatedList li {
	list-style-type:none;
}

/* Konec hodnoceni produktu */

div#fontSet {
  position: fixed;
  right: 0px;
  top: 200px;
  padding: 10px 15px;
  background: #e50f50;
  z-index: 1;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #ffffff;  
}

div#fontSet a {
  color: #ffffff;
  text-decoration: none;
}

div#fontSet a#smaller {
  font-size: 90%;
}

div#fontSet a#bigger {
  font-size: 110%;
}

/* Navigacni lista */
#article div#layout-nav {
  margin-left: 10px;
  line-height: 17px;
  font-size: 12px;
  margin-bottom: 15px;
}

#article div#layout-nav h1 {
  color: #585858;
  font-size: 12px;
  font-weight: normal;
  margin: 0px;
}

#article div#layout-nav a,
#article div#layout-nav h2 a {
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  color: #e30045;
  text-decoration: underline;
  background-image: url('templates/colorado_vertical/images/home.png');
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 22px;
}

#article div#layout-nav h2 a {
  margin-right: 0px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 0px;
}

#article div#layout-nav a:hover,
#article div#layout-nav h2 a:hover {
  text-decoration: none;
}

#article > div#layout-nav > a:after,
#article div#layout-nav h2:after {
  content: url('templates/colorado_vertical/images/navigace-sipka.gif');
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: 5px;
}

#article > div#layout-nav > h2.lastNav:after {
  content: "" !important;
}

#article div#layout-nav h2 {
  margin: 0px;
  margin-right: 10px;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  color: #e30045;
  text-decoration: underline;
  font-weight: normal;
}

div.product-photo {
  display: inline-table;
  width: 380px;
  text-align: center;
}

div.other-product-photo {
  width: 380px;
  display: inline-block;
  text-align: center;
}

div.other-product-photo div.items {
  width: 364px;
  margin: 0px;
  margin-top: 5px;
  padding: 5px 0px 0px 33px;
  border-top: 1px dotted #d2d2d2;
  display: inline-block;
}

div.other-product-photo div.items div {
  width: 98px;
  height: 98px;
  display: inline-block;
  border: 1px solid #c8c8c8;
  margin-right: 3px;
  float: left;
  padding: 4px;
}

div.other-product-photo div.items div a {
  text-decoration: none;
}

div.other-product-photo div.items div a img {
  max-width: 98px;
  max-height: 98px;
}

div.other-product-photo a.plus {
  text-decoration: none;
}

/* Zalozky u zbozi */

ul.bookmark li:first-child {
  margin-left: 5px;
}

ul.bookmark li a {
  display: block;
  padding: 0.2em 1em;
  padding: 10px 20px;
  background: rgb(245, 245, 245);
  background: -moz-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(220, 220, 220) 80%);
  background: -webkit-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(220, 220, 220) 80%);
  background: -o-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(220, 220, 220) 80%);
  background: -ms-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(220, 220, 220) 80%);
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(220, 220, 220) 80%);
  color: #646464;
  font-weight: bold;
  border: 1px solid #d2d2d2;
  border-bottom: 0px;
  text-decoration: none;
  position: relative;
  top: 1px;
}

ul.bookmark li a:hover {
  color: #e50f50;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-bottom: 0px;
}

ul.bookmark li.active a,
ul.bookmark li.active a:visited {
  background: #ffffff;
  color: #e50f50;
  text-decoration: none;
  background: rgb(245, 245, 245);
  background: -moz-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 60%);
  background: -webkit-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 60%);
  background: -o-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 60%);
  background: -ms-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 60%);
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 60%);
  border: 1px solid #d2d2d2;
  border-bottom: 0px;
  padding-bottom: 10px;
}

div.bm-bl {
  border: 0px;
  border-top: 1px solid #d2d2d2;
  padding: 6px;
  margin-bottom: 10px;
  background: #ffffff;
} 

/* Navigace mezi produkty v kategorii */
div#prevProduct,
div#nextProduct {
  width: 80px;
  height: 80px;
  background: #ee0000;
  position: fixed;
  top: 320px;
}
div#prevProduct {
  background: #ef7399 url('templates/colorado_vertical/images/prevProduct.png') no-repeat center center;
  left: 240px;
}
div#nextProduct {
  background: #ef7399 url('templates/colorado_vertical/images/nextProduct.png') no-repeat center center;
  right: 240px;
}

div#prevProduct a,
div#nextProduct a {
  width: 80px;
  height: 80px;
  display: block;
}

div#prevProduct:hover,
div#nextProduct:hover {
  background-color: #e50f50;
}

/* Druhe sipky */
div#prevProduct2,
div#nextProduct2 {
  position: fixed;
  left: 0px;
  top: 180px;
  top: 30%;
  width: 150px;
  height: 98px;
  background-color: #fff;
  color: #59a4ce;
  font-size: 14px;
  line-height: 94px;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #e8e8e8;
}
div#prevProduct2 {
  text-align: center;
  -webkit-border-top-left-radius: 49px;
  -webkit-border-bottom-left-radius: 49px;
  -moz-border-radius-topleft: 49px;
  -moz-border-radius-bottomleft: 49px;
  -o-border-radius-bottomleft: 49px;
  border-top-left-radius: 49px;
  border-bottom-left-radius: 49px;
  -webkit-box-shadow: -18px 0 15px -5px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: -18px 0 13px -4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: -18px 0 15px -5px rgba(0,0,0,0.2) inset;  
}
div#nextProduct2 {
  text-align: center;
  -webkit-border-top-right-radius: 49px;
  -webkit-border-bottom-right-radius: 49px;
  -moz-border-radius-topright: 49px;
  -moz-border-radius-bottomright: 49px;
  -o-border-radius-bottomright: 49px;
  border-top-right-radius: 49px;
  border-bottom-right-radius: 49px;
  -webkit-box-shadow: 18px 0 15px -5px rgba(0,0,0,0.2) inset;
  -moz-box-shadow: 18px 0 13px -4px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 18px 0 15px -5px rgba(0,0,0,0.2) inset;  
}
div#prevProduct2 a,
div#nextProduct2 a {
  width: 100%;
  height: 100%;
  line-height: 96px;
  display: block;
  text-decoration: none;
}

p.message-error, div#hs-java-error {
  color: #e50f50;
  background-color: transparent;
  border: 0px;
}

div#hs-java-error {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px;
}

p.message-result {
  color: #439300;
  background-color: transparent;
  border: 0px;
}

p.message-result a,
p.message-result a:visited,
p.message-error a,
p.message-error a:visited {
  color: #439300;
  text-decoration: underline;
}
p.message-error a,
p.message-error a:visited,
div#hs-java-error a,
div#hs-java-error a:visited {
  color: #e50f50;
}

table.compare,
table.basket-tab,
table.catalogue-tab,
table.user-order-tab,
table.user-order-tabprod {
  width: 100%;
  border: 0px;
}

tr.row-match-s th,
tr.row-match-s td,
tr.row-match-l th,
tr.row-match-l td,
tr.row-difference-s th,
tr.row-difference-s td,
tr.row-difference-l th,
tr.row-difference-l td,
tr.tr-lichy td,
tr.tr-sudy td,
tr.tr-lichy th,
tr.tr-sudy th,
tr.basket-tr-od th,
tr.basket-tr-od td,
tr.basket-tr-od th,
tr.basket-tr-ev td,
tr.basket-tr-ev th,
table.basket-tab tr td,
table.basket-tab tr th,
table.user-order-tabprod th,
table.user-order-tabprod td,
table.user-order-tab td,
table.user-order-tab th {
  background-color: #efefef;
  border: 1px solid #ffffff;
  color: #585858;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}

table.basket-tab tr td,
table.basket-tab tr th,
table.user-order-tab tr td,
table.user-order-tab tr th,
table.user-order-tabprod tr td,
table.user-order-tabprod tr th {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

body#nakupni-kosik table.basket-tab tr td:first-child,
body#nakupni-kosik table.basket-tab tr th:first-child {
  text-align: center;
}

body#nakupni-kosik table.basket-tab tr td:last-child,
body#nakupni-kosik table.basket-tab tr th:last-child {
  font-weight: bold;
  text-align: right;
}

body#uhrada-doprava table.basket-tab tr td.basket-td2 {
  text-align: right;
} 

tr.row-match-s th,
tr.row-match-s td,
tr.row-match-l th,
tr.row-match-l td,
tr.row-difference-s th,
tr.row-difference-s td,
tr.row-difference-l th,
tr.row-difference-l td {
  min-width: 150px;
}

tr.row-head th,
tr.row-head td,
tr.row-price th,
tr.row-price td {
  color: #585858;
  text-align: center;
  padding-bottom: 20px;
  vertical-align: bottom;
}

tr.row-price th,
tr.row-price td {
  font-weight: bold;
  text-align: left;
}

table.compare tr.row-price td {
  text-align: center;
}
table.compare tr.row-price th {
  vertical-align: top;
}
table.compare tr th {
  padding-right: 5px;
}

tr.row-match-s th,
tr.row-match-l th,
tr.row-difference-s th,
tr.row-difference-l th,
tr.row-head th,
tr.row-price th {
  text-align: right;
}

tr.row-match-l th,
tr.row-match-l td,
tr.row-difference-l th,
tr.row-difference-l td,
table.basket-tab tr.basket-tr-od td,
table.basket-tab tr.basket-tr-od th,
tr.tr-sudy td,
tr.tr-sudy th {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

table.catalogue-tab td,
table.catalogue-tab th {
  text-align: left;
}
table.catalogue-tab td.catalogue-td0 {
  width: 60px;
  text-align: center;
}
table.catalogue-tab td.catalogue-td0 img {
  max-width: 50px;
}

table.catalogue-tab td:last-child,
table.catalogue-tab th:last-child {
  text-align: right;
  padding-right: 3px;
}

tr.row-match-s th:last-child,
tr.row-match-s td:last-child,
tr.row-match-l th:last-child,
tr.row-match-l td:last-child,
tr.row-difference-s th:last-child,
tr.row-difference-s td:last-child,
tr.row-difference-l th:last-child,
tr.row-difference-l td:last-child,
tr.tr-lichy td:last-child,
tr.tr-sudy td:last-child,
tr.tr-lichy th:last-child,
tr.tr-sudy th:last-child,
tr.basket-tr-od th:last-child,
tr.basket-tr-od td:last-child,
tr.basket-tr-od th:last-child,
tr.basket-tr-ev td:last-child,
tr.basket-tr-ev th:last-child,
table.basket-tab tr td:last-child,
table.basket-tab tr th:last-child {
  border-right: 0px;
  padding-right: 2px;
}
body#nakupni-kosik table#hs-platba-table tr td:last-child,
body#nakupni-kosik table#hs-platba-table tr th:last-child {
  text-align: right;
}

table.catalogue-tab td span.itemMainPrice {
  font-weight: bold;
}

body#nakupni-kosik table.basket-tab tr.basket-tr-sum td {
  text-align: right;
  background: #ffffff;
  color: #e50f50;
  font-size: 16px;
  font-weight: bold;
}
body#nakupni-kosik table.basket-tab tr.basket-tr-sum td.price-vat,
body#nakupni-kosik table.basket-tab tr.basket-tr-sum td.price-novat {
  text-align: right;
  background: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}

body#nakupni-kosik table.basket-tab tr td.basket-td3,
body#nakupni-kosik table.basket-tab tr th.basket-th2,
body#nakupni-kosik table.basket-tab tr td.basket-td3 input {
  float: none;
  text-align: center;
}

body#nakupni-kosik table.basket-tab tr td.basket-td2,
body#nakupni-kosik table.basket-tab tr th.basket-th3 {
  text-align: right;
}


table.basket-tab tr.basket-tr-sum td:last-child {
  text-align: right;
}

tr.row-match-s:hover th,
tr.row-match-s:hover td,
tr.row-match-l:hover th,
tr.row-match-l:hover td,
tr.row-difference-s:hover th,
tr.row-difference-s:hover td,
tr.row-difference-l:hover th,
tr.row-difference-l:hover td {
  background-image: url('templates/colorado_vertical/images/compare-hover.png');
  background-position: left top;
  background-repeat: repeat;
}

tr.row-difference-s th,
tr.row-difference-s td,
tr.row-difference-l th,
tr.row-difference-l td {
  color: #e30045;
}

/* OKNO KOSIKU */
div#kosik,
div#unpack {
  width: 650px;
  text-align: center;
  min-height: 180px;
  float: left;
}

div#kosik div#hs-buttons,
div#unpack div#hs-buttons {
  position: absolute;
  bottom: 0px;
  margin-top: 15px;
  width: 100%;
  float: left;
}

div#kosik p.message-error,
div#kosik p.message-result,
div#unpack p.message-error,
div#unpack p.message-result {
  margin-top: 0px;
  color: #e50f50;
}

div#kosik ul {
  margin: 0px;
  padding: 0px;
}

div#kosik li {
	list-style: none;
	float: left;
	width: 100%;
  text-align: center;
  border: 0px;
  margin: 0px; margin-bottom: 2px;
  padding: 0px;
}

div#kosik #basket-name,
div#unpack #basket-name {
	font-size: 2.1em;
	margin-top: 8px;
	margin-bottom: 15px;
	color: #006087;
}

div#kosik.smsAskDiv label,
div#unpack.unpackAskDiv label {
	display: block;
	float: left;
	width: 49%;
	text-align: right;
  line-height: 30px;
}
div#kosik input#smsNum {
  color: #e50f50;
  font-size: 14px;
}
div#kosik h2.smsAskH,
div#unpack h2.smsAskH {
  font-size: 16px;
  color: #e50f50;
  margin-top: 20px;
  margin-bottom: 40px;
}

a#hs-basket-continue,
a#hs-basket-buyit,
a#hs-basket-next,
a#hs-basket-cancel,
a#hs-basket-yes,
a#hs-basket-no,
a#hs-unpack-yes,
a#hs-unpack-no {
  cursor: pointer;
  width: 240px;
  height: 45px;
  line-height: 44px;
  padding-right: 23px;
  margin-bottom: 0px;
  background: #e50f50 url('templates/colorado_vertical/images/arrow-back.png') 20px 10px no-repeat;
  font-size: 22px;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  float: left;
  color: #ffffff;
  text-decoration: none;
  text-align: right;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;  
}

a#hs-basket-buyit,
a#hs-basket-next,
a#hs-basket-yes,
a#hs-unpack-yes {
  padding-right: 0px;
  padding-left: 23px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;  
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 0px;
  background: #64aa2a url('templates/colorado_vertical/images/arrow-next.png') 220px 10px no-repeat;
  text-align: left;
  float: right;
}
/*Colorbox*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#e8e8e8;}
#colorbox{outline:0;
-webkit-box-shadow: 0px 0px 10px rgba(229, 15, 80, 0.75);
-moz-box-shadow:    0px 0px 10px rgba(229, 15, 80, 0.75);
box-shadow:         0px 0px 10px rgba(229, 15, 80, 0.75);
}
#cboxContent{padding-top:20px;background:#fff;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:0px solid #fff; background:#fff;}
#cboxTitle{position:absolute; bottom:5px; left:10px; color:#383838;}
#cboxCurrent{position:absolute; top:5px; right:50px; color:#383838;}
#cboxLoadingGraphic{background:url('templates/colorado_vertical/images/loading.gif') no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url('templates/colorado_vertical/images/controls.png') no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url('templates/colorado_vertical/images/controls.png') no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url('templates/colorado_vertical/images/controls.png') no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}
/* BUBLINA */
div#prBuble {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  text-align: center; 
}

div#prBuble img {
  border: 1px solid #d9d9d9;
  margin: 10px; 
}

div#prBuble h2,
div#prBuble h3 {
  color: #e50f50;
  font-size: 16px;
  display: block;   
}

/* KROKY V KOSIKU */
ul.order-menu {
  width: 100%;
  height: 86px;
  margin-bottom: 20px;
  background: url(/Design/img/kroky-back2.png) left top repeat-x;
  font-size: 22px;
  color: #969696;
  line-height: 63px;
}

ul.order-menu li {
  display: inline-block;
  float: left;
  width: 25%;
  height: 25px;
  text-align: center;
  font-size: 24px;
  line-height: 14px;
  background: #f5f5f5;
  padding-top: 5px;
  padding-bottom: 10px;
}
ul.order-menu li.active {
  background: #e50f50;
  color: #ffffff;
}
ul.order-menu li a {
  text-decoration: none;
  color: #585858;
}
ul.order-menu li.active a {
  color: #ffffff;
}

ul.order-menu li span.order-menu-step {
  position: relative;
  top: 15px;
}
ul.order-menu li span.order-menu-name,
ul.order-menu li span.order-menu-names {
  font-size: 12px;
}

ul.order-menu li span.order-menu-names {
}

div#layout-footer a {
  color: #d9d9d9;
} 

div#layout-footer-keys {
  display: none !important;
}

div#layout-footer-in {
  width: 1000px;
  margin: 0 auto;
  text-align: right;
  color: #d9d9d9;
}

div#layout-footer-in a strong {
  color: #d9d9d9;
  font-weight: normal;
  margin-right: 3px;
}

div#layout-footer-in a:last-child strong {
  margin-left: 2px;
  margin-right: 10px;
}
/* ZALOZKY */
div#tab-foto {
  text-align: center;
}

div#tab-foto img {
  text-align: center;
  margin: 0px auto;
  display: block;
  max-width: 740px;
}

a.basketInfoItem {
  text-decoration: none;
}

a.basketInfoItem:hover {
  text-decoration: underline;
}

div.post-ev .post-head, div.post-od .post-head {
  border-bottom: 1px solid #e8e8e8;
  font-size: 16px;
}

div.post-ev,
div.post-od {
  float: left;
}

div.post-ev .post-plus,
div.post-od .post-plus,
div.post-ev .post-minus,
div.post-od .post-minus,
div.post-ev .post-total,
div.post-od .post-total {
  color: #000000;
}

div.post-ev .post-total,
div.post-od .post-total {
  display: inline-block;
  width: 100%;
}

div.post-ev .post-plus,
div.post-od .post-plus,
div.post-ev .post-minus,
div.post-od .post-minus {
  display: inline-block;
  width: 49%;
  color: #439300;
  float: left;
}

div.post-ev .post-minus,
div.post-od .post-minus {
  margin-left: 1%;
  color: #E30045;
}

div.detail-icons {
  padding-top: 10px;
  margin-right: 10px;
  width: 343px;
  float: left;
  height: 24px;
  text-align: left;  
}

div.detail-icons a {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-left: 5px;
  border: 1px solid #e8e8e8;
  padding: 4px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;  
}

div.detail-icons a:first-child {
  margin-left: 0px;
}

div.detail-icons a {
  background: #f5f5f5 url('templates/colorado_vertical/images/icons.png') no-repeat center center;
}
div.detail-icons a:hover,
div.detail-icons a.active {
  background: #ececec url('templates/colorado_vertical/images/icons-hover.png') no-repeat center center;
}
div.detail-icons a.tisk{background-position:center -82px;}
div.detail-icons a.present{background-position:center -24px;}
div.detail-icons a.mailfr{background-position:center 4px;}
div.detail-icons a.dog{background-position:center -55px;}
div.detail-icons a.dotaz{background-position:center -111px;}
div.detail-icons a.favorite{background-position:center -139px;}
div.detail-icons a.compare{background-position:center -168px;}

div.like-right {
  float: right;
}
div#itemsPanel {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: auto;
  display: inline-block;
  margin: 0px;
  padding: 10px;
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  border-right: 0px;
  border-bottom: 0px;
}

div#itemsPanel a,
div#itemsPanel span {
  color: #000000;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
}

div#itemsPanel a {
  font-weight: bold;
}

ul.sitemap-ul {
  padding: 0px;
  margin: 0px;
  margin-left: 20px;
}
ul.sitemap-ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding: 3px 0px;
}

#mapa-stranek ul {
  margin-bottom: 0px;
}

ul.sitemap-ul li ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  padding: 3px 0px 3px 30px;
}

div#topLeft,
div#topRight {
  margin: 0px;
  padding: 0px;
}

div#topLeft {
  float: left;
  width: 300px;
}

div#topLeft h1,
div#topLeft h2 {
  text-indent: -2000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

div#topRight {
  float: right;
  width: 690px;
}

span.help {
  position: relative;
  top: 3px;
  left: 2px;
  display: inline;
}

div.eshop-f-val textarea {
  position: relative;
  left: 2px;
  border: 1px solid #979797;
}

ul.download-ul a {
  color: #e30045;
}

ul.catalogue-subcat li {
  list-style: none;
  display: inline-block;
}

ul.catalogue-subcat li:after {
  margin-left: 5px;
  margin-right: 5px;
  content: "|";
}

ul.catalogue-subcat li:last-child:after {
  margin-left: 0px;
  margin-right: 0px;
  content: "";
}

/* TEXT MODUL */
div.text-bl {
  margin: 0px;
  padding: 0px;
}

div.text-bl ul {
  margin: 0px;
  padding: 0px;
  list-style: none inside;
}

div.text-bl ul li {
  margin: 0px;
  padding: 0px;
  padding: 0px 0px 0px 10px;
}

img.producer-logo {
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
p.includedCategories {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold; 
}
div#hs-payres,
div#hs-order-payres {
  width: 300px;
  margin: 0px;
  padding: 0px;
  min-height: 120px;
  text-align: center;
  margin: 15px;
}
div#hs-order-payres {
  margin: 0px;
  min-height: 20px;
}
div#hs-payres-ok,
div#hs-payres-false,
div#hs-payres-late,
div#hs-order-payres-ok,
div#hs-order-payres-false,
div#hs-order-payres-late {
  width: 300px;
  min-height: 80px;
  text-align: left;
  vertical-align: middle;
  background: transparent url('templates/colorado_vertical/images/pay-ok.png') no-repeat left center;
  border-top: 2px solid #84b500;
  padding: 0; 
}

div#hs-payres-false,
div#hs-order-payres-false {
  background: transparent url('templates/colorado_vertical/images/pay-false.png') no-repeat left center;
  border-top: 2px solid #d10000; 
}

div#hs-payres-late,
div#hs-order-payres-late {
  background: transparent url('templates/colorado_vertical/images/pay-info.png') no-repeat left center;
  border-top: 2px solid #3ca7e4; 
}

div#hs-payres-ok span,
div#hs-payres-false span,
div#hs-payres-late span,
div#hs-order-payres-ok span,
div#hs-order-payres-false span,
div#hs-order-payres-late span {
  float: right;
  color: #000000;
  font-weight: bold;
  width: 200px;
  margin-right: 10px;
  margin-top: 20px;
  padding: 0px;
}

div#hs-order-payres-ok span,
div#hs-order-payres-false span,
div#hs-order-payres-late span {
  float: left;
  margin-left: 100px;
}

div#hs-order-payres,
div#hs-order-payres-ok,
div#hs-order-payres-false,
div#hs-order-payres-late {
  border-top: 0px solid #84b500;
  padding: 15px 0px;
  width: 100%;
}

div.center {
  text-align: center !important;
}

div.right {
  text-align: right !important;
}

div.left {
  text-align: left !important;
}

div#top div.langFlags,
div#top form.langSelect {
  text-align: right;
  display: inline-block;
  float: right;
  margin: 5px;
}

div#top div.langFlags a {
  margin: 0px 2px 0px 2px;
}

div#top div.langFlags a:not(.langActive) img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
div.banner-info-bl1 p.eshop-bl-p,
div.banner-info-bl2 p.eshop-bl-p,
div.banner-info-bl4 p.eshop-bl-p {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
div.catalogue-bl-image {
  display: block;
  height: 145px;
  padding: 0px;
  margin: 0px;
}
div.catalogue-bl-image img {
  max-height: 140px;
}
strong.product-deduc-name,
strong.product-deduc-namecz,
strong.product-deduc-nameen,
strong.product-deduc-namede,
strong.product-deduc-namepl,
strong.product-deduc-namesk,
strong.product-deduc-nameru {
  background: transparent url('templates/colorado_vertical/images/item-action-name-cz.png') no-repeat left center;
  padding-left: 62px;
  line-height: 40px;
  display: inline-block;
}
strong.product-deduc-action,
strong.product-deduc-actioncz,
strong.product-deduc-actionen,
strong.product-deduc-actionde,
strong.product-deduc-actionpl,
strong.product-deduc-actionsk,
strong.product-deduc-actionru {
  background: transparent url('templates/colorado_vertical/images/item-action-small-cz.png') no-repeat left center;
  padding-left: 62px;
  line-height: 40px;
  display: inline-block;
}
strong.product-deduc-spec,
strong.product-deduc-speccz,
strong.product-deduc-specen
strong.product-deduc-specde
strong.product-deduc-specpl
strong.product-deduc-specsk
strong.product-deduc-specru {
  text-transform: uppercase;
  background: transparent url('templates/colorado_vertical/images/item-sale-small-cz.png') no-repeat left center;
  padding-left: 62px;
  line-height: 40px;
  display: inline-block;
}
div#tab-spec div.spec {
  display: block;
  font-weight: normal;
  cursor: pointer;
  border-bottom: 1px solid #e8e8e8;
  line-height: 22px;
  padding-top: 1px; 
}
div#tab-spec div.spec:hover {
  font-weight: bold; 
  color: #ffffff;
  color: #e50f50;
  cursor: pointer; 
}
div#tab-spec div.tr-lichy {
  background-color: #f9f9f9;
}
div#tab-spec div:last-child {
  border: 0px;
}

div#tab-spec div.spec span.spec-item {
  display: inline-block;
  width: 28%;
  padding-right: 1%;
  padding-left: 2px;
  text-align: left;
}
div#tab-spec div.spec span.spec-value {
  display: inline-block;
  width: 68%;
  padding-left: 1%;
  text-align: left;
}

div#fbOrder {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px;
}

div#fbOrder a.fbOrder {
  background: #3c5a98 url('/images/basic/fbOrder.png') no-repeat 3px center;
  padding: 7px 10px;
  padding-left: 35px;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 20px;  
}

div#redirectPayInfo div {
  background: #ffffff url('templates/colorado_vertical/images/redirectLoading.gif') no-repeat center 20px;
}

form.specRedirForm,
form.normRedirForm {
  display: none;
  visibility: hidden;
}

.autocomplete-w1 { position:absolute; top:0px; left:0px; margin:7px 0 0 6px; _margin:1px 0 0 0; }
.autocomplete { border:5px solid #cacaca; border-top: 0px; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#efefef; }
.autocomplete div { line-height:30px; border-top: 1px solid #e8e8e8; padding:2px 5px; white-space:nowrap; overflow:hidden; font-size: 14px; }
.autocomplete div:first-child {border-top: 0px; }
.autocomplete strong { font-weight:normal; color:#e50f50; }

.whisp2 .autocomplete { border:1px solid #cacaca; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.whisp2 .autocomplete-w1 { margin-top:6px; }

span.itemType {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  color: #e50f50;
}

.heurekaReview {
	width: 100%;
	padding: 15px;
}

.heurekaReview span.created {
	color: #777777;
	font-size: 14px;
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

.heurekaReview h2.name {
	color: #009cd3;
	font-size: 20px;
	display: block;
	margin-bottom: 5px;
}

.heurekaReview h2.name .text {
	font-weight: lighter;
	color: #777777;
	font-size: 16px;
}

.heurekaReview .totalRating {
	display: block;
	font-size: 24px;
}

.heurekaReview .totalRating .percentage {
	font-weight: bold;
	margin-right: 20px;
}

.heurekaReview .ratingColor-100,
.heurekaReview .ratingColor-95,
.heurekaReview .ratingColor-90,
.heurekaReview .ratingColor-85,
.heurekaReview .ratingColor-80,
.heurekaReview .ratingColor-75 {
	color: #1ab04c;	
}

.heurekaReview .ratingColor-70,
.heurekaReview .ratingColor-65,
.heurekaReview .ratingColor-60,
.heurekaReview .ratingColor-55,
.heurekaReview .ratingColor-50,
.heurekaReview .ratingColor-45,
.heurekaReview .ratingColor-40,
.heurekaReview .ratingColor-35 {
	color: #ef7001;	
}

.heurekaReview .ratingColor-30,
.heurekaReview .ratingColor-25,
.heurekaReview .ratingColor-20,
.heurekaReview .ratingColor-15,
.heurekaReview .ratingColor-10 {
	color: #dc0030;	
}

.heurekaReview .ratingColor-0 {
	color: #777777;	
}

.heurekaReview ul {
	list-style-type: none;
	margin-bottom: 10px;
	margin-left: 15px;	
}

.heurekaReview ul.pros li {
	color: #1ab04c;	
}

.heurekaReview ul.cons li {
	color: #dc0030;	
}

.heurekaReview div.stars .star {
	display: inline-block;
}

.heurekaReview p.star .label {
	color: #777777;
	margin-right: 5px;	
	margin-left: 5px;
}

.heurekaReview p.star:first-child .label {
	margin-left: 0px;
}

.heurekaReview p.star:not(:last-child):after {
	content: "|";
	color: #e7e7e7;
}

.heurekaReview .reaction {
	width: calc(100% - 90px);
	padding: 30px;
	background: #f7f7f7;
}

.heurekaReview .reaction h3.title {
	color: #333333 !important;
}

.heurekaReview .reaction span.text {
	color: #333333;
	display: block;
	margin-top: 10px
}

.heurekaReview-divider {
	width: 100%;
	height: 1px; 
	display: block;
	background: #e7e7e7;
	margin-bottom: 10px;
	margin-bottom: 30px;
}

.heurekaReview-pagging {
	width: 100%;
	text-align: right;
}

.heurekaReview-pagging a {
	padding: 5px 10px;
	transition: background-color .3s;
	text-align: center;
	margin-right: 2px;
	margin-left: 2px;
}

.heurekaReview-pagging a:hover {
	opacity: 0.8;
}

.heurekaReview-pagging .start,
.heurekaReview-pagging .previous,
.heurekaReview-pagging .actual,
.heurekaReview-pagging .next,
.heurekaReview-pagging .end {
	display: inline-block;	
}

.heurekaReview-pagging .actual a {
	background: #009cd3;
	color: #ffffff;
}

.heurekaReview-pagging .start a,
.heurekaReview-pagging .end a {
	background: #333333;
	color: #ffffff;	
}

.heurekaReview-pagging .start {
	margin-right: 5px;
}

.heurekaReview-pagging .end {
	margin-left: 5px;
}

.heurekaReview-pagging .previous a,
.heurekaReview-pagging .next a {
	background: #f7f7f7;
	color: #777777;	
}

.heurekaReview-pagging .previous a.step,
.heurekaReview-pagging .next a.step {
	background: #777777;
	color: #ffffff;	
}

.heurekaReview-pagging .previous {
	margin-right: 5px;
}

.heurekaReview-pagging .next {
	margin-left: 5px;
}
/*./css/jquery.qtip.min.css*/
/* FILE > ./css/jquery.qtip.min.css */
/* qTip2 v2.1.0 css3 | qtip2.com | Licensed MIT, GPL | Mon Jul 08 2013 07:02:42 */
.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;cursor:pointer;outline:medium none;border-width:1px;border-style:solid;border-color:transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-titlebar .ui-icon,.qtip-icon .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:transparent none no-repeat -100em -100em}.qtip-focus{}.qtip-hover{}.qtip-default{border-width:1px;border-style:solid;border-color:#F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-rounded,.qtip-tipsy,.qtip-bootstrap{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border-width:0;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323)"}.qtip-jtools .qtip-titlebar,.qtip-jtools .qtip-content{background:transparent;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:transparent}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtipmodal-ie6fix{position:absolute!important}/*./css/nprogress.css*/
/* FILE > ./css/nprogress.css */
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 9031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*./css/modernCategories.css*/
/* FILE > ./css/modernCategories.css */
.mcDropdownwrapper {
	display: inline-block;
	position: relative;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 950;
  width: 100%;
}

.modernCategories h2, .mcDropdownContent a, .mcDropdownContent ul a {
	height: 50px;
	line-height: 50px;
}

@media only screen and (min-width: 768px) {
	.modernCategories h2, .mcDropdownContent a, .mcDropdownContent ul a {
		height: 60px;
		line-height: 60px;
	}
}

@media only screen and (min-width: 1024px) {
	.modernCategories h2, .mcDropdownContent a, .mcDropdownContent ul a {
		height: 50px;
		line-height: 50px;
	}
}

.modernCategories h2, .mcDropdownContent a, .mcDropdownContent ul a, .mcDropdownContent .mcDivider {
	padding: 0px;
}

.modernCategories {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #111433;
	color: #ffffff;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
	-moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
	transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.modernCategories h2 {
	position: relative;
	z-index: 1;
	color: #585a70;
	background-color: #111433;
	border-bottom: 1px solid #242643;
}

.modernCategories .mcClose {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	/* image replacement */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
}

.modernCategories .mcClose::after, .modernCategories .mcClose::before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	height: 20px;
	width: 2px;
	background-color: #ffffff;
}

.modernCategories .mcClose::after {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.modernCategories .mcClose::before {
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
	transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.mcDropdown.mcActive {
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
	-moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
	transition: transform 0.5s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
	.modernCategories .mcClose {
		top: 5px;
	}
}

@media only screen and (min-width: 1024px) {
	.modernCategories {
		position: absolute;
		top: 0;
		height: auto;
		width: 100%;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		background-color: #ffffff;
		color: #111433;
		box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
		opacity: 0;
		-webkit-transform: translateY(30px);
		-moz-transform: translateY(30px);
		-ms-transform: translateY(30px);
		-o-transform: translateY(30px);
		transform: translateY(30px);
		-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
		transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
	}
	.open-to-left .modernCategories {
		right: 0;
		left: auto;
	}
	.modernCategories h2, .modernCategories .mcClose {
		display: none;
	}
	.mcDropdown.mcActive {
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
		-moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
		transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
	}
}

.mcDropdownContent, .mcDropdownContent ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	padding-top: 50px;
}

.mcDropdownContent a, .mcDropdownContent ul a {
	display: block;
	color: #ffffff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 0px;
	border-top-width: 1px;
	border-color: #242643;
	border-style: solid;
}

.mcDropdownContent li:first-of-type>a, .mcDropdownContent ul li:first-of-type>a {
	border-top-width: 0;
}

.mcDropdownContent li:last-of-type>a, .mcDropdownContent ul li:last-of-type>a {
	border-bottom-width: 1px;
}

.mcDropdownContent .mcDivider, .mcDropdownContent ul .mcDivider {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #0b0e23;
	font-weight: bold;
	letter-spacing: 1px;
	color: #585a70;
	text-transform: uppercase;
}

.mcDropdownContent .mcDivider+li>a, .mcDropdownContent ul .mcDivider+li>a {
	border-top-width: 0;
}

.mcDropdownContent a, .mcDropdownContent .mcSearch, .mcDropdownContent .mcDivider, .mcDropdownContent ul a, .mcDropdownContent ul .mcSearch, .mcDropdownContent ul .mcDivider {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.mcDropdownContent.mcHidden, .mcDropdownContent ul.mcHidden {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	transform: translateX(100%);
}

.mcDropdownContent.mcHidden>li>a, .mcDropdownContent.mcHidden>li>.mcSearch, .mcDropdownContent.mcHidden>.mcDivider, .mcDropdownContent.move-out>li>a, .mcDropdownContent.move-out>li>.mcSearch, .mcDropdownContent.move-out>.mcDivider, .mcDropdownContent ul.mcHidden>li>a, .mcDropdownContent ul.mcHidden>li>.mcSearch,
	.mcDropdownContent ul.mcHidden>.mcDivider, .mcDropdownContent ul.move-out>li>a, .mcDropdownContent ul.move-out>li>.mcSearch, .mcDropdownContent ul.move-out>.mcDivider {
	opacity: 0;
}

.mcDropdownContent.move-out>li>a, .mcDropdownContent.move-out>li>.mcSearch, .mcDropdownContent.move-out>.mcDivider, .mcDropdownContent ul.move-out>li>a, .mcDropdownContent ul.move-out>li>.mcSearch, .mcDropdownContent ul.move-out>.mcDivider {
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
}

.mcActive .mcDropdownContent, .mcActive .mcDropdownContent ul {
	-webkit-overflow-scrolling: touch;
}

@media only screen and (min-width: 768px) {
	.mcDropdownContent, .mcDropdownContent ul {
		padding-top: 60px;
	}
	.mcDropdownContent a, .mcDropdownContent ul a {
		
	}
}

@media only screen and (min-width: 1024px) {
	.mcDropdownContent, .mcDropdownContent ul {
		padding-top: 0;
		overflow: visible;
	}
	.mcDropdownContent a, .mcDropdownContent ul a {
		color: #111433;
		height: 50px;
		line-height: 50px;
		border-color: #ebebeb;
	}
	.mcDropdownContent .mcDivider, .mcDropdownContent ul .mcDivider {
		background-color: transparent;
		color: #b3b3b3;
		border-top: 1px solid #ebebeb;
	}
	.mcDropdownContent .mcDivider+li>a, .mcDropdownContent ul .mcDivider+li>a {
		border-top-width: 1px;
	}
	.mcDropdownContent.mcHidden>li>a, .mcDropdownContent.mcHidden>li>.mcSearch, .mcDropdownContent.mcHidden>.mcDivider, .mcDropdownContent.move-out>li>a, .mcDropdownContent.move-out>li>.mcSearch, .mcDropdownContent.move-out>.mcDivider, .mcDropdownContent ul.mcHidden>li>a, .mcDropdownContent ul.mcHidden>li>.mcSearch,
		.mcDropdownContent ul.mcHidden>.mcDivider, .mcDropdownContent ul.move-out>li>a, .mcDropdownContent ul.move-out>li>.mcSearch, .mcDropdownContent ul.move-out>.mcDivider {
		opacity: 1;
	}
}

.mcDropdownContent .see-all a {
	color: #3f8654;
}

.mcDropdownContent .mcDropdownGallery .mcDropdownItem, .mcDropdownContent .mcDropdownIcons .mcDropdownItem {
	height: 80px;
	line-height: 80px;
}

.mcDropdownContent .mcDropdownGallery .mcDropdownItem h3, .mcDropdownContent .mcDropdownIcons .mcDropdownItem h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mcDropdownContent .mcDropdownGallery .mcDropdownItem {
	padding-left: 90px;
}

.mcDropdownContent .mcDropdownGallery img {
	position: absolute;
	display: block;
	height: 40px;
	width: auto;
	left: 20px;
	top: 50%;
	margin-top: -20px;
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem {
	padding-left: 75px;
	position: relative;
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem p {
	color: #111433;
	display: none;
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem::before {
	content: '';
	display: block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -20px;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 40px 40px;
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-1::before {
	background-image: url("../img/nucleo-icon-1.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-2::before {
	background-image: url("../img/nucleo-icon-2.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-3::before {
	background-image: url("../img/nucleo-icon-3.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-4::before {
	background-image: url("../img/nucleo-icon-4.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-5::before {
	background-image: url("../img/nucleo-icon-5.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-6::before {
	background-image: url("../img/nucleo-icon-6.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-7::before {
	background-image: url("../img/nucleo-icon-7.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-8::before {
	background-image: url("../img/nucleo-icon-8.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-9::before {
	background-image: url("../img/nucleo-icon-9.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-10::before {
	background-image: url("../img/nucleo-icon-10.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-11::before {
	background-image: url("../img/nucleo-icon-11.svg");
}

.mcDropdownContent .mcDropdownIcons .mcDropdownItem.item-12::before {
	background-image: url("../img/nucleo-icon-12.svg");
}

@media only screen and (min-width: 1024px) {
	.mcDropdownContent {
		position: static;
		height: auto;
		width: 100%;
	}
	.mcDropdownContent>li:last-of-type a {
		border-bottom: none;
	}
	.no-touch .mcDropdownContent>li:not (.has-children ) a:hover {
		color: #3f8654;
	}
	.mcDropdownContent.move-out>li>a, .mcDropdownContent.move-out>li>.mcSearch, .mcDropdownContent.move-out>.mcDivider {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
	.mcDropdownContent .mcSecondaryDropdown, .mcDropdownContent .mcDropdownGallery, .mcDropdownContent .mcDropdownIcons {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
		left: 100%;
		height: auto;
		background-color: #a1a1a1;
		box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
	}
	.mcDropdownContent .mcSecondaryDropdown::after, .mcDropdownContent .mcDropdownGallery::after, .mcDropdownContent .mcDropdownIcons::after {
		clear: both;
		content: "";
		display: table;
	}
	.open-to-left .mcDropdownContent .mcSecondaryDropdown, .open-to-left .mcDropdownContent .mcDropdownGallery, .open-to-left .mcDropdownContent .mcDropdownIcons {
		left: auto;
		right: 100%;
	}
	.mcDropdownContent .mcSecondaryDropdown.mcHidden, .mcDropdownContent .mcDropdownGallery.mcHidden, .mcDropdownContent .mcDropdownIcons.mcHidden {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.mcDropdownContent .mcSecondaryDropdown.fade-in, .mcDropdownContent .mcDropdownGallery.fade-in, .mcDropdownContent .mcDropdownIcons.fade-in {
		-webkit-animation: hs-fade-in 0.2s;
		-moz-animation: hs-fade-in 0.2s;
		animation: hs-fade-in 0.2s;
	}
	.mcDropdownContent .mcSecondaryDropdown.fade-out, .mcDropdownContent .mcDropdownGallery.fade-out, .mcDropdownContent .mcDropdownIcons.fade-out {
		-webkit-animation: hs-fade-out 0.2s;
		-moz-animation: hs-fade-out 0.2s;
		animation: hs-fade-out 0.2s;
	}
	.mcDropdownContent .mcSecondaryDropdown>.go-back, .mcDropdownContent .mcDropdownGallery>.go-back, .mcDropdownContent .mcDropdownIcons>.go-back {
		/*display: none;*/
}
	.mcDropdownContent .mcSecondaryDropdown>.see-all, .mcDropdownContent .mcDropdownGallery>.see-all, .mcDropdownContent .mcDropdownIcons>.see-all {
		position: absolute;
		bottom: 20px;
		height: 45px;
		text-align: center;
	}
	.mcDropdownContent .mcSecondaryDropdown>.see-all a, .mcDropdownContent .mcDropdownGallery>.see-all a, .mcDropdownContent .mcDropdownIcons>.see-all a {
		margin: 0;
		height: 100%;
		line-height: 45px;
		background: #ebebeb;
		-webkit-transition: color 0.2s, background-color 0.2s;
		-moz-transition: color 0.2s, background-color 0.2s;
		transition: color 0.2s, background-color 0.2s;
	}
	.no-touch .mcDropdownContent .mcSecondaryDropdown>.see-all a:hover, .no-touch .mcDropdownContent .mcDropdownGallery>.see-all a:hover, .no-touch .mcDropdownContent .mcDropdownIcons>.see-all a:hover {
		color: #ffffff;
		background-color: #111433;
	}
	.mcDropdownContent .mcSecondaryDropdown .mcDropdownItem, .mcDropdownContent .mcSecondaryDropdown a, .mcDropdownContent .mcDropdownGallery .mcDropdownItem, .mcDropdownContent .mcDropdownGallery a, .mcDropdownContent .mcDropdownIcons .mcDropdownItem, .mcDropdownContent .mcDropdownIcons a {
		border: none;
	}
	.mcDropdownContent .mcDropdownGallery, .mcDropdownContent .mcDropdownIcons {
		padding: 20px 30px 100px;
	}
	.mcDropdownContent .mcDropdownGallery>.see-all, .mcDropdownContent .mcDropdownIcons>.see-all {
		width: calc(100% - 60px);
	}
	.mcDropdownContent .mcDropdownIcons>li, .mcDropdownContent .mcSecondaryDropdown>li {
		width: 50%;
		float: left;
	}
	.mcDropdownContent .mcSecondaryDropdown {
		overflow: hidden;
		width: 550px;
		padding-bottom: 65px;
	}
	.mcDropdownContent .mcSecondaryDropdown::before {
		/* this is the separation line in the middle of the .mcSecondaryDropdown element */
		position: absolute;
		content: '';
		top: 290px;
		left: 15px;
		height: 1px;
		width: 520px;
		background-color: #ebebeb;
	}
	.mcDropdownContent .mcSecondaryDropdown>li>a {
		color: #3f8654;
		margin-bottom: 10px;
		line-height: 30px;
		height: 30px;
	}
	.mcDropdownContent .mcSecondaryDropdown>li>a::after, .mcDropdownContent .mcSecondaryDropdown>li>a::before {
		/* hide the arrow */
		display: none;
	}
	.mcDropdownContent .mcSecondaryDropdown.move-out>li>a {
		/* reset mobile style */
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.mcDropdownContent .mcSecondaryDropdown>li {
		margin: 20px 0;
		border-right-width: 1px;
		border-color: #ebebeb;
		border-style: solid;
		padding: 0 30px;
		height: auto;
		max-height: 250px;
	}
	.mcDropdownContent .mcSecondaryDropdown>li:nth-of-type(2n) {
		border-right-width: 0;
	}
	.mcDropdownContent .mcSecondaryDropdown>li>ul {
		/* reset mobile style */
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		position: relative;
		height: auto;
	}
	.mcDropdownContent .mcSecondaryDropdown>li>ul>.go-back {
		display: none;
	}
	.mcDropdownContent .mcSecondaryDropdown a {
		line-height: 25px;
		height: 25px;
		padding-left: 0;
	}
	.no-touch .mcDropdownContent .mcSecondaryDropdown a:hover {
		color: #3f8654;
	}
	.mcDropdownContent .mcSecondaryDropdown ul {
		padding-bottom: 25px;
		overflow: hidden;
		height: auto;
	}
	.mcDropdownContent .mcSecondaryDropdown .go-back a {
		padding-left: 20px;
		color: transparent !important;
	}
	.no-touch .mcDropdownContent .mcSecondaryDropdown .go-back a:hover {
		color: transparent;
	}
	.mcDropdownContent .mcSecondaryDropdown .go-back a::before, .mcDropdownContent .mcSecondaryDropdown .go-back a::after {
		left: 0;
	}
	.mcDropdownContent .mcSecondaryDropdown .see-all {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.mcDropdownContent .mcDropdownGallery {
		width: 600px;
		padding-bottom: 100px;
	}
	.mcDropdownContent .mcDropdownGallery>li {
		width: 48%;
		float: left;
		margin-right: 4%;
	}
	.mcDropdownContent .mcDropdownGallery>li:nth-of-type(2n) {
		margin-right: 0;
	}
	.mcDropdownContent .mcDropdownGallery .mcDropdownItem {
		padding: 0;
		height: auto;
		line-height: normal;
		color: #3f8654;
		margin-bottom: 2em;
	}
	.mcDropdownContent .mcDropdownGallery>li:nth-last-of-type(2) a, .mcDropdownContent .mcDropdownGallery>li:last-of-type a {
		margin-bottom: 0;
	}
	.mcDropdownContent .mcDropdownGallery img {
		position: static;
		height: auto;
		width: 100%;
		margin: 0 0 0.6em;
	}
	.mcDropdownContent .mcDropdownIcons {
		width: 600px;
	}
	.mcDropdownContent .mcDropdownIcons .mcDropdownItem {
		height: 80px;
		line-height: 1.2;
		padding: 24px 0 0 85px;
	}
	.mcDropdownContent .mcDropdownIcons .mcDropdownItem:hover {
		background: #ebebeb;
	}
	.mcDropdownContent .mcDropdownIcons .mcDropdownItem h3 {
		color: #3f8654;
		font-weight: bold;
	}
	.mcDropdownContent .mcDropdownIcons .mcDropdownItem p {
		display: block;
	}
	.mcDropdownContent .mcDropdownIcons .mcDropdownItem::before {
		left: 25px;
	}
	.mcDropdownContent>.has-children>ul {
		visibility: hidden;
	}
	.mcDropdownContent>.has-children>ul.mcActive {
		/* when hover over .mcDropdownContent items - show subnavigation */
		visibility: visible;
	}
	.mcDropdownContent>.has-children>.mcSecondaryDropdown.mcActive>li>ul {
		/* if .mcSecondaryDropdown is visible - show also subnavigation */
		visibility: visible;
	}
	.mcDropdownContent>.has-children>a.mcActive {
		/* hover effect for .mcDropdownContent items with subnavigation */
		box-shadow: inset 2px 0 0 #3f8654;
		color: #3f8654;
	}
	.mcDropdownContent>.has-children>a.mcActive::before, .mcDropdownContent>.has-children>a.mcActive::after {
		background: #3f8654;
	}
	.open-to-left .mcDropdownContent>.has-children>a.mcActive {
		box-shadow: inset -2px 0 0 #3f8654;
	}
}

@
-webkit-keyframes hs-fade-in { 0% {
	opacity: 0;
	visibility: visible;
}

100%
{
opacity
:
 
1;
visibility
:
 
visible
;

  
}
}
@
-moz-keyframes hs-fade-in { 0% {
	opacity: 0;
	visibility: visible;
}

100%
{
opacity
:
 
1;
visibility
:
 
visible
;

  
}
}
@
keyframes hs-fade-in { 0% {
	opacity: 0;
	visibility: visible;
}

100%
{
opacity
:
 
1;
visibility
:
 
visible
;

  
}
}
@
-webkit-keyframes hs-fade-out { 0% {
	opacity: 1;
	visibility: visible;
}

100%
{
opacity
:
 
0;
visibility
:
 
visible
;

  
}
}
@
-moz-keyframes hs-fade-out { 0% {
	opacity: 1;
	visibility: visible;
}

100%
{
opacity
:
 
0;
visibility
:
 
visible
;

  
}
}
@
keyframes hs-fade-out { 0% {
	opacity: 1;
	visibility: visible;
}

100%
{
opacity
:
 
0;
visibility
:
 
visible
;

  
}
}
.mcSearch input[type="search"] {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	background-color: #242643;
	color: #ffffff;
	border: none;
	border-radius: 0;
}

.mcSearch input[type="search"]::-webkit-input-placeholder {
	color: #ffffff;
}

.mcSearch input[type="search"]::-moz-placeholder {
	color: #ffffff;
}

.mcSearch input[type="search"]:-moz-placeholder {
	color: #ffffff;
}

.mcSearch input[type="search"]:-ms-input-placeholder {
	color: #ffffff;
}

.mcSearch input[type="search"]:focus {
	background: #ffffff;
	color: #111433;
	outline: none;
}

.mcSearch input[type="search"]:focus::-webkit-input-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

.mcSearch input[type="search"]:focus::-moz-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

.mcSearch input[type="search"]:focus:-moz-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

.mcSearch input[type="search"]:focus:-ms-input-placeholder {
	color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
	.mcSearch input[type="search"] {
		background-color: #ebebeb;
	}
	.mcSearch input[type="search"]::-webkit-input-placeholder {
		color: #b3b3b3;
	}
	.mcSearch input[type="search"]::-moz-placeholder {
		color: #b3b3b3;
	}
	.mcSearch input[type="search"]:-moz-placeholder {
		color: #b3b3b3;
	}
	.mcSearch input[type="search"]:-ms-input-placeholder {
		color: #b3b3b3;
	}
}

.has-children>a, .go-back a {
	position: relative;
}

.has-children>a::before, .has-children>a::after, .go-back a::before, .go-back a::after {
	/* arrow icon in CSS - for element with nested unordered lists */
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -1px;
	display: inline-block;
	height: 2px;
	width: 10px;
	background: #ffffff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.has-children>a::before, .go-back a::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.has-children>a::after, .go-back a::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
	.has-children>a::before, .has-children>a::after, .go-back a::before, .go-back a::after {
		background: #b3b3b3;
	}
}

.has-children>a {
	padding-right: 40px;
}

.has-children>a::before, .has-children>a::after {
	/* arrow goes on the right side - children navigation */
	right: 20px;
	-webkit-transform-origin: 9px 50%;
	-moz-transform-origin: 9px 50%;
	-ms-transform-origin: 9px 50%;
	-o-transform-origin: 9px 50%;
	transform-origin: 9px 50%;
}

@media only screen and (min-width: 1024px) {
	.open-to-left .mcDropdownContent>.has-children>a {
		padding-left: 40px;
		padding-right: 20px;
	}
	.open-to-left .mcDropdownContent>.has-children>a::before, .open-to-left .mcDropdownContent>.has-children>a::after {
		right: auto;
		left: 20px;
		-webkit-transform-origin: 1px 50%;
		-moz-transform-origin: 1px 50%;
		-ms-transform-origin: 1px 50%;
		-o-transform-origin: 1px 50%;
		transform-origin: 1px 50%;
	}
}

.mcDropdownContent .go-back a {
	padding-left: 40px;
}

.mcDropdownContent .go-back a::before, .mcDropdownContent .go-back a::after {
	/* arrow goes on the left side - go back button */
	left: 20px;
	-webkit-transform-origin: 1px 50%;
	-moz-transform-origin: 1px 50%;
	-ms-transform-origin: 1px 50%;
	-o-transform-origin: 1px 50%;
	transform-origin: 1px 50%;
}

.mcMainContent {
	background-color: #e6e6e6;
	min-height: calc(100vh - 100px);
	padding: 2em 5%;
	line-height: 2;
}

.no-js .mcDropdownWrapper:hover .modernCategories {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.no-js .mcDropdownWrapper .mcClose {
	display: none;
}/*./templates/colorado_vertical/style/style.css*/
/* FILE > ./templates/colorado_vertical/style/style.css */

/* ============================================================================= */
/* =============================================================================== */
/* ==================== �ABLONA SHOPSUN 4 "COLORADO" - VERTICAL ==================== */
/* =============================================================================== */
/* ============================================================================= */
@charset "UTF-8";

html {
	background: transparent;
	background-size: 100%;
}

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 145%;
	font-family: "Roboto", sans-serif;
	color: #383431;
    background: #D8DEED; /* #EFF0F1 #F3F4F5 #E4E9F7*/
	background-size: cover !important;
	background-position: center 0px !important;
	background-attachment: fixed !important;
    text-align: left;
}

@font-face {
    font-family: 'Roboto' !important;
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

#site {
	background-color: rgba(255, 255, 255, 0.43); /* #ffffff6e; */
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:        none /*0px 30px 250px rgba(255, 255, 255, 0.15)*/;
	border-left: 0px solid #E2E8EF;
	border-right: 0px solid #E2E8EF;
	z-index: 10;
	position: relative;
	top: 0px;
	left: 0px;
}

a,a:visited {
	color: #F33966;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F33966;
}
a img {
	border: none;
}

p, ul, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
}
input, textarea {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 11px;
}

/* ------------ */

.autocomplete-w1 {
	position: absolute;
	top: 0px;
	left: 1px;
	margin: 0px 0 0 -1px;
	_margin: 1px 0 0 0;
}
.autocomplete {
	border: 1px solid #E2E6E7;
	border-radius: 4px;
	-moz-box-shadow: 5px 5px 5px -5px #544F49;
	-webkit-box-shadow: 5px 5px 5px -5px #544F49;
	box-shadow: 5px 5px 5px -5px #544F49;
	background: #fff;
	cursor: default;
	text-align: left;
	max-height: 358px !important;
	overflow: auto;
	margin: 3px 8px 2px 0px;
	width: 500px !important;
	/* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; 
}

/* vyhled�va� blok #left */
.whisp2 .autocomplete {
	margin: -5px 8px 2px 0px !important;
	width: 385px !important;
}

.autocomplete .selected {
	background: #F3F4F5;
}
.autocomplete div {
	line-height: 40px;
	border-top: 1px solid #E2E6E7;
	padding: 2px 12px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	cursor: pointer;
}
.autocomplete div:first-child {
	border-top: 0px;
}
.autocomplete strong {
	font-weight: bold;
	color: #F33966;
}

.whisp2 .autocomplete { border:1px solid #cacaca; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; 
/* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.whisp2 .autocomplete-w1 { margin-top:6px; }

/* ------------ */

.cleaner {
	clear: both;
	height: 0px !important;
}
.f-right {
	float: right !important;
}
.f-left {
	float: left !important;
}
.t-center, .center {
	text-align: center !important;
}
div.center img {
	margin-left: -10px !important;
}
.t-right {
	text-align: right !important;
}
.n-border {
	border: none !important;
}
.pointer {
	cursor: pointer;
}


/* -------------------*/

#site {
	width: 100%;
}
#banner-left {
	position: absolute;
	top: 50px;
	right: 976px;
}
#banner-right {
	position: absolute;
	top: 50px;
	left: 976px;
}

#top-bg {
	background: linear-gradient(#EFF0F1, #ffffff 86%); /* #ECEEEF */
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
}
#top {
	width: 1330px;
	height: auto;
	float: none !important;
	margin: auto;
	background-color: transparent!important;
	border-bottom: 0px solid #ccc;
}
div#topLeft,
div#topRight {
	margin: 0px;
	padding: 0px;
}

div#topRight {
	float: right;
	width: 1038px;
	margin-top: 0px;
	border-bottom: 0px solid #383431;
	position: relative;
}

#mid {
	width: 1300px;
	margin: 15px auto 0;
	padding: 0 15px;
	background: #fff;
	border-radius: 4px;
}

/* ------------- */

#article {
	float: right;
	width: 1025px;
	min-height: 250px;
	box-sizing: border-box;
	margin-top: 15px;
	margin-bottom: 25px;
	padding-left: 0px;
	padding-right: 0px;
	background: #fff;
	position: relative;
}

/* LAYOUT2 */

body.hsLayout2 #article {
	padding-right: 0px;
	padding-left: 0p;
	float: left;
}
body.hsLayout2 #mid #left {
	float: right;
}


/* LAYOUT3 */

body.hsLayout3 #article {
	padding-right: 0px;
	padding-left: 0px;
	float: none;
	clear: both;
	margin: 0 auto !important;
	width: 100%;
}

body.hsLayout3 #rotb-bg #rotateBanner, body.hsLayout3 #article #rotateBanner {width: 100%;}
body.hsLayout3 #article .nejprodavanejsi {width: 1266px;}
body.hsLayout3 div.bm-bl {width: 1266px;}


/* ------------------- */

#mid #left {
	width: 260px !important;
	box-sizing: border-box;
	float: left;
	margin: 15px auto 0;
	border-right: 0px;
}

#toppaticka #left {
	width: 1330px !important;
	box-sizing: border-box;
	float: none;
	margin: 35px auto 0;
	border-right: 0px;
}

/* ========== TOPPATICKA ========== */

#toppaticka {
	display: inline-block;
	width: 100%;
	height: auto;
	min-height: 230px;
	padding: 0px;
	background: #E6E8EA; /*#ECEEEF;*/
	text-align: center;
	margin-top: 16px;
	margin-bottom: -5px;
    border-top: 1px solid #E2E6E7;
	border-bottom: 1px solid #fff;
}

#kontakt-pat {
	width: 100%;
	box-sizing: border-box;
	padding: 0px 15px;
	height: 42px;
	line-height: 42px;
	background: #8AA4AF;
	font-weight: bold;
	font-size: 14px;
}	

#toppaticka .mail,
#toppaticka .number {
	display: inline-block;
	float: right;
	color: #fff;
	margin-left: 12px;
}
#toppaticka .mail a {
	display: inline-block;
	background-image: url('templates/colorado_vertical/images/mail.png');
	background-repeat: no-repeat;
	background-position: left center;
	color: #fff;
	padding-left: 40px;
	line-height: 42px;
}
#toppaticka .number:before {
	content: "|";
	margin-right: 8px;
	color: #E2E6E7;
}

#botpaticka {
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	min-height: 44px;
	line-height: 44px;
	background: #1e1c1b;
	border: 0px;
	border-top: 0px solid #D2D6D8;
	border-bottom: 0px solid #D2D6D8;
	box-shadow: -5px 0px 60px #647179;
	margin-top: -1px;
}

#botpaticka strong {
    display: inline-block;
	padding: 12px 0;
	color: #666 /*#605e5c*/;
	font-size: 14px;
	line-height: 18px;
	padding-left: 15px;
}
#botpaticka .logo {
	max-height: 44px;
	padding-right: 15px;
	padding-top: 8px; padding-bottom: 8px;
	box-sizing: border-box;
}
#paticka {
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	height: auto;
	min-height: 280px;
	background: rgba(28, 28, 27, 0.85); /*#1c1c1bd9 */
	margin-top: 0px;
	padding: 25px 0 20px;
	border: 0px;
	border-bottom: 0px;
	border-top: 0px;
	margin-bottom: -5px;
}

.paticka-obsah {
	width: 1330px;
	margin: 0px auto;
	box-sizing: border-box;
}


/* ============ HLAVN� MENU ============ */


#top .odkazy {
	/*width: 425px !important;*/
	height: 46px;
	margin: 15px 0 4px 50px;
}

#top .odkazy.odkazy-top {
	display: none;
	width: 100%;
	margin: 12px 0 10px;
	float: left;
	height: auto;
}
#top .odkazy.odkazy-top li {
	float: left;
	margin-right: 9px; margin-left: 0px;
}

#top .odkazy li {
    font-size: 14px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: bold;
}
#top .odkazy li a {
    color: #4E4C4A;
	transition: color 0.4s;
}
#top .odkazy li a:hover {
    color: #FE5451;
}

#login-btn-top {
	display: inline-block;
	width: 48px;
	height: 44px;
	border-left: 0px solid #605788;
	border-right: 0px solid #605788;
    background-color: #3D5396; /*#383431 / #514879*/
	/*background-image: url('templates/colorado_vertical/images/top-login.png');
	background-repeat: no-repeat;
	background-position: 14px 10px;*/
	border-radius: 0px;
	position: relative;
	top: 0px;
	right: 4px;
	float: left;
	margin-left:2px;
	/*box-shadow: -3px 0px 0px 1px #B9BFC3;*/
	transition: background-color 0.4s;
}
#login-btn-top:before {
	content: "\f2bd";
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #E7EAEB;
	line-height: 44px;
	text-align: center;
	display: block;
}
#login-btn-top:hover {
    background-color: #445EAB;
}

a.registrace {	
	float: left;
	box-sizing: border-box;
	width: 48px;
	height: 44px;
	padding-top: 44px;
	overflow: hidden;
	display: block;
	background-color: #514879;
	margin-right: 4px;
}
a.registrace:before {	
	content: "\f234";
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #E7EAEB;
	line-height: 44px;
	margin-top: -44px;
	text-align: center;
	display: block;
	transition: background-color 0.4s;
}
a.registrace:hover:before {
    background-color: #605788;
}


/* ============ BLOKY "LEFT" - LOGIN, BASKET ============ */

div.login-block,
div.basket-block {
	float: left;
	position: relative;
}

#topmenu-bg div.eshop-bl {display: none;}
#topmenu-bg div.login-block:hover div.eshop-bl#login-info-bl {
	display: block;
	position: absolute; top: 44px; right: -80px;
	background-color: rgba(56, 52, 49, 0.82); /* #383431d4 */
	border-radius: 0 0 8px 8px;
	width: 230px;
	padding: 20px 15px 0px;
	z-index: 100000;
}

#topmenu-bg div.eshop-bl#login-info-bl form {
	width:100%;
}

#topmenu-bg div.eshop-bl#login-info-bl .h {display: none;}
#topmenu-bg div.eshop-bl#login-info-bl input[type="text"], 
#topmenu-bg div.eshop-bl#login-info-bl input[type="password"] {
	width: 100%;
	margin-bottom: 5px;
	height: 36px;
}
#topmenu-bg div.eshop-bl#login-info-bl input[type="submit"] {
	margin: 7px auto 12px;
	border-radius: 4px;
	transition: background 0.4s;
}
#topmenu-bg div.eshop-bl#login-info-bl input[type="submit"]:hover {
	background: #FE5451;
}
#topmenu-bg div.eshop-bl#login-info-bl .eshop-bl-p {
	color: #fff;
	font-weight: bold;
}
#topmenu-bg div.eshop-bl#login-info-bl .eshop-bl-p a {
	margin: 0 -15px;
	background: #383431;
	color: #ccc;
	font-weight: bold;
	display: block;
	padding: 5px 0 10px;
}
#topmenu-bg div.eshop-bl#login-info-bl .eshop-bl-p:last-child a {
	border-radius: 0 0 8px 8px;
}
#topmenu-bg div.eshop-bl#login-info-bl .eshop-bl-p a:hover {
	color: #F3F4F5;
}
#topmenu-bg div.eshop-bl#login-info-bl .eshop-bl-p a#lnkRegistrace {visibility: visible; padding: 8px 0 0px; color: #B4BFE0;}
#topmenu-bg div.eshop-bl#login-info-bl .eshop-bl-p a#lnkRegistrace:hover {color: #F3F4F5;}
#topmenu-bg div.eshop-bl#login-info-bl .eshop-bl-p a#lnkLogin,
#topmenu-bg div.eshop-bl#login-info-bl .eshop-bl-p a#lnkSetup,
#topmenu-bg div.eshop-bl#login-info-bl .eshop-bl-p a#lnkOrders {
	display: none;
}

/* ------------ */
#topmenu-bg div.basket-block div.eshop-bl#basket-info-bl .h {display: none;}

#topmenu-bg div.basket-block:hover div.eshop-bl#basket-info-bl {
	display: block;
	box-sizing: border-box;
	position: absolute; top: 44px; right: -5px;
	background-color: rgba(56, 52, 49, 0.82); /* #383431d4 */
	border-radius: 0 0 8px 8px;
	width: 238.5px;
	padding: 15px 0 17px;
	z-index: 100000;
	overflow: auto;
	max-height: 400px;
	height: auto;
}
#topmenu-bg div.basket-block div.eshop-bl#basket-info-bl ul {
	padding: 12px 0 0;
	background: #383431;
	display: block;
}
#topmenu-bg div.basket-block div.eshop-bl#basket-info-bl ul li {
	font-size: 14px;
	line-height: 16px;
	display: block;
	box-sizing: border-box;
	border-left: 0px; border-right: 0px;
	float: left;
	width: 100%;
	background: #383431;
	padding: 0px 12px;
	margin-bottom: 0;
	text-align: left;
	min-height: 30px;
	display: block;
}
#topmenu-bg div.basket-block div.eshop-bl#basket-info-bl ul li:hover {
	margin: 0px;
	border-bottom: 0;
}

#topmenu-bg div.basket-block div.eshop-bl#basket-info-bl ul li span {
	color: #87CE00;
}
#topmenu-bg div.basket-block div.eshop-bl#basket-info-bl ul li a {
	display: block;
	color: #ccc; font-weight: normal;
	padding-left: 26px;
	margin-top: -15px;
}
#topmenu-bg div.basket-block div.eshop-bl#basket-info-bl ul li:hover a {
	color: #87CE00;
	text-decoration: none;
}

#topmenu-bg div.basket-block div.eshop-bl#basket-info-bl p#basketCount a {
	display: none;
}
#topmenu-bg div.basket-block div.eshop-bl#basket-info-bl p#basketCount {
	font-size: 15px; color: #c2c2c2; font-weight: bold;
}


/* --- */

#topmenu-bg {
	width: 100%;
	background: #383431;
	padding: 0px;
	/*box-shadow: -5px 0px 80px #647179;*/
}

#topmenu {
	width: 1330px;
	box-sizing: border-box;
	padding: 0px 0px;
	margin: 0px auto;
	margin-top: 0px;
	min-height: 44px;
	line-height: 44px;
	display: block;
	position: relative;
}

#topmenu .odkazy {
	float: left;
	display: inline-block;
	line-height: 28px;
	max-width: 82%;
}

#topmenu .odkazy li {
	float: left;
	margin-right: 0px;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	background: #fff;
	border-right: 1px solid #E2E6E7;
	border-left-width: 0px;
	border-left-style: solid;
	padding: 0px 12px 0px;
}
#topmenu .odkazy li:first-child {
	border-left: 1px solid #E2E6E7;
}

#topmenu .odkazy#mainmenu li a {
	color: #383431;
	text-decoration: none;
	display: block;
}
#topmenu .odkazy#mainmenu li:hover,
#topmenu .odkazy#loginmenu li:hover {
	background: #F3F4F5;
	padding-top: 8px;
	padding-bottom: 7px;
	margin-top: -8px;
	margin-bottom: -7px;
	margin-left: -1px;
	border-bottom: 1px solid #F3F4F5;
	border-left: 1px solid #E2E8EF;
	border-right: 1px solid #E2E8EF;
}
#topmenu .odkazy#mainmenu li:hover:first-child,
#topmenu .odkazy#loginmenu li:hover:first-child {
	margin-left: 0px;
}
#topmenu .odkazy#mainmenu li:hover a {
	text-decoration: none;
}

/* LOGINMENU */

.odkazy#loginmenu {
	float: right;
	position: relative;
}
.odkazy#loginmenu li {
	border-right-color: #E0C5D5;
	border-left-color: #E0C5D5;
}
.odkazy#loginmenu li:first-child {
	border-left-color: #E0C5D5;
}
#loginmenu li a {
	color: #F33966;
	display: block;
}

/* KONTAKT-TOP - tel a mail nad hledac� li�tou */

div#kontakt-top {
	line-height: 44px;
	font-size: 15px;
	color: #D1D4D7;
	float: left;
}
div#kontakt-top a {
	color: #D1D4D7;
} 
div#kontakt-top a:hover, 
div#kontakt-top a:active{
	color: #fff;
}
div#kontakt-top  div.number {
	float: left;
	padding-left: 32px;
	margin-right: 20px;
	background: transparent url('templates/colorado_vertical/images/tel.png') left center no-repeat;
}
div#kontakt-top  div.mail {
	padding-left: 33px;
	background: transparent url('templates/colorado_vertical/images/mail.png') left center no-repeat;
	float: left;
}

/* ---------------- */

div#topmenu div#flags-top,
div#flags-top {
	position: relative; top: 12px; right: 40px;
	background: transparent;
	float: left;
}

div#topmenu div.langFlags a,
div#top div.langFlags a {
	margin: 0px 3px 0px 4px;
}

div#topmenu div.langFlags a img,
div#top div.langFlags a img {
	border-radius: 4px;
	-webkit-filter: opacity(56%);
    filter: opacity(56%);
	max-width: 28px;
}
div#topmenu div.langFlags a.langActive img,
div#top div.langFlags a.langActive img {
	filter: none;
	-webkit-filter: none;
}

div#topmenu div.langFlags,
div#top div.langFlags, div#top form.langSelect {
    text-align: right;
    display: inline-block;
    float: right;
    margin: 0px;
}	


/* ============ TOPLEFT, LOGO ============ */

div#topLeft {
	float: left;
	width: 273px;
	height: 98px;
	line-height: 96px;
	padding: 15px 0;
	display: inline-block;
}

#top .logo {
	margin: auto;
	display: inline-block;
	background-image: url('templates/colorado_vertical/images/logo.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	float: none;
}

#topLeft img.ownLogo {
    background-image: none;
    background: transparent;
}

/* hled��ek */

#top form.search_form {
	width: 500px;
	height: 44px;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 9px;
	margin-right: 370px;
	padding: 0px;
	border: 0px solid #ccc;
	background: transparent;
	float: right;
	position: relative;
}
#top form.search_form input[type="text"] {
	width: 100%;
	height: 44px;
	line-height: 40px;
	box-sizing: border-box;
	padding: 1px 50px 1px 16px;
	border: none;
	font-size: 16px;
	color: #383431;
	background: #fff;
	float: left;
	border-radius: 22px;
	border: 1px solid #e9ebee;
}
	
#top form.search_form input[type="submit"] {
	width: 46px;
	height: 44px;
	padding: 0px;
	/*background-color: #F33966;*/
	background-image: url('templates/colorado_vertical/images/lupa-top.png');
	background-repeat: no-repeat;
	background-position: center 9px;
	border: none;
	float: right;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	transition: background-color 0.4s;
}
#top form.search_form input[type="submit"]:hover {
	/*width: 50px;
	height: 48px;
	top: -2px;
	right: -2px;
	background-position: center 11px;*/
	background-color: #FE5451;
}


/* ============ BASKET (TOP) ============ */

#topmenu .basket {
	width: 185px;
	height: 44px !important;
	line-height: 44px;
	float: right;
	background-color: transparent; 
	background-image: url('templates/colorado_vertical/images/basket-top.png');
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-align: right;
	padding-left: 0px;
	padding-right: 43px;
	font-size: 18px;
	font-weight: bold;
	color: #87CE00;
	text-decoration: none;
	margin-right: 2px;
	position: relative;
}
#top .basket:hover {
	background-position: right -40px;
}

#topmenu a.basket:hover {
	text-decoration: none;
	color: #fff;
}

#top .basket:before {
	content: "";
	width: 0px;
	height: 0px;
	border-top: 0px;
	border: 40px solid transparent;
	border-top: 0px solid transparent;
	border-right: 32px solid #ECF0F4;
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 100%;
}

#topmenu #basketHeadItems.basket,
#topmenu .basketItemsCount {
	background: #87CE00;
	color: #2C2825;
	font-weight: bold;
	font-size: 14px;
	line-height: 10px;
	padding: 6px 7px 6px 6px;
	border-radius: 50%;
	position: absolute; top: 12px; right: 0px;
	display: block;
}


/* ITEMSPANEL (topRight), CURRENCYselect */

div.currency-top {
	display: inline-block; 
	float: left;
	position: relative;
	right: 80px; line-height: 44px;
}

#topmenu div.currency-top form select {
    font-family: "Roboto", sans-serif;
    height: 29px;
    background: #4e4c4a;
    color: #c6cccf;
    font-weight: normal;
    padding: 4px 8px;
    border-radius: 3px;
    border: none;
}


/* ============ FONTSET ============ */

div#fontSet {
  position: fixed;
  right: 0px;
  top: 200px;
  padding: 10px 15px;
  background: #544F49;
  z-index: 1;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  color: #ffffff;  
}

div#fontSet a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

div#fontSet a#smaller {
  font-size: 100%;
}

div#fontSet a#bigger {
  font-size: 120%;
}


/* ============ NAVIGA�N� LI�TA ============ */

#layout-bg {
	width: 100%;
	margin: 0px auto;
	background: rgba(255, 255, 255, 0.9); /* #ffffffe6 */
	border-top: 1px solid #fff;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
}

#article div#layout-nav,
div#layout-nav {
	width: 1330px;
	height: auto;
	box-sizing: border-box;
	margin: 0px auto;
	padding: 12px 0px;
	text-align: left;
	background: transparent;
	float: none; 
	
}
div#article > div#layout-nav > h1,
div#article > div#layout-nav > h2,
div#layout-nav > h1,
div#layout-nav > h2 {
	display: inline-block;
}
#article div#layout-nav h1,
div#layout-nav h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}
#article > div#layout-nav > a,
div#layout-nav > a {
	margin-right: 10px;
	display: inline-block;
	font-size: 2px;
	padding-left: 20px;
	line-height: 31px;
	height: 22px;
	color: transparent;
	font-weight: bold;
	text-decoration: none;
	/*background-image: url('templates/colorado_vertical/images/home.png');
	background-repeat: no-repeat;
	background-position: left 0px;*/
	float: left;
	position: relative;
}

#article > div#layout-nav > a:before,
div#layout-nav > a:before {
content: "\f015" ;
    font: normal normal normal 23px/1 FontAwesome;
    color: #585858;
	position: absolute; top: -1px; left: 5px;
}

/*
#article > div#layout-nav > a:hover,
div#layout-nav > a:hover{
	background-position: left -54px;
}*/

#article div#layout-nav h2,
div#layout-nav h2  {
	margin-right: 10px;
}
#article div#layout-nav h2 a,
div#layout-nav h2 a {
	font-size: 14px;
	line-height: 21px;
	color: #92989c;
	font-weight: 600;
	text-decoration: none;
	margin-right: 0px;
	padding-left: 0px;
}

#article div#layout-nav a:hover,
#article div#layout-nav h2 a:hover,
div#layout-nav a:hover,
div#layout-nav h2 a:hover  {
	text-decoration: none;
	font-weight: bold;
	color: #544F49;
}

#article > div#layout-nav > a:hover,
div#layout-nav > a:hover {
	color: transparent;
}


#article > div#layout-nav > a:after,
#article div#layout-nav h2:after, 
div#layout-nav >a:after,
div#layout-nav h2:after {
	/*content: "";
	width: 0;
	height: 0;
	display: inline-block;
	margin-left: 15px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #C6CBCE;
	position: relative;
	top: 0px;*/
	content: "\f054";
    font: normal normal normal 14px/1 FontAwesome;
    color: #D2D6D8;
    margin-left: 10px;
}

#article > div#layout-nav > h2.lastNav:after,
div#layout-nav > h2.lastNav:after  {
    content: none !important;
}
#article > div#layout-nav > h2.lastNav a,
div#layout-nav > h2.lastNav a {
    color: #544F49;
}



/* ============ V�PIS KATEGORI� - MENU MODERN 2 ============ */

li.showAll {display: none !important;}

#top-katalog {
	width: 1230px;
	margin: 0 auto;
	position: relative;
	min-height: 66px;
	height: auto;
}

#top-categories {
	display: none;
	background: #445eab;
	width: 100%;
	box-sizing: border-box;
	min-height: 66px;
	height: auto;
	margin-top: 0px;
	position: relative;
	clear: both;
	vertical-align: middle;
}

#category-bl.eshop-bl {
	margin-bottom: 0;
}

#resp-menu #category-bl div.h,
#top-categories #category-bl div.h {
	display: none;
}

ul#mainCategory li.showAll {
	display: none;
}

#resp-menu ul#mainCategory, 
#top-categories ul#mainCategory {
	width: 1230px;
	height: auto;
	margin: 0 auto;
}

#top-categories ul#mainCategory li {
	list-style-type: none;
	box-sizing: border-box;
	padding: 0px;
	margin-right: 0px;
	text-transform: none;
	border-radius: 0;
	float: left;
}
#top-categories ul#mainCategory > li {
	font-size: 17.5px;
	background: #445eab; /*#0C67B8*/
	border-right: 1px solid #2D3E71;
	line-height: 66px;
	display: inline-block;
}

#top-categories ul#mainCategory > li:first-child {
	border-left: 1px solid #2D3E71;
}
#resp-menu ul#mainCategory > li:first-child {border-left: none;}

#resp-menu ul#mainCategory > li > a:hover, 
#top-categories ul#mainCategory > li > a:hover {
	background: #526CBA;
}

#resp-menu ul#mainCategory > li > a, 
#top-categories ul#mainCategory > li > a {
	display: inline-block;
	box-sizing: border-box;
	padding: 0px 15px;
	border-top: 0px;
	color: #fff;
}
#resp-menu ul#mainCategory > li > a {
	display: block; /*nechat*/
}

#resp-menu ul#mainCategory > li > a.category-active,
#top-categories ul#mainCategory > li > a.category-active {
    color: #fff;
    background: #526CBA;
}

/* 2 */
#top-categories ul#mainCategory > li > ul {
	width: 100%;
	display: inline-block;
	height: auto;
	box-sizing: border-box;
	padding: 10px 25px 20px;
	text-align: left;
	border-top: 7px solid #fff;
	border-bottom: 19px solid #fff;
	background: #fff;
    -moz-box-shadow: 0px 5px 8px -5px #544F49;
    -webkit-box-shadow: 0px 5px 8px -5px #544F49;
    box-shadow: 0px 1px 12px -3px #544F49;
	border-radius: 0 0 4px 4px;
	position: absolute;
	top: 100%; left: 0;
	z-index: 1000;
	visibility: hidden;
	transition: 0.1s all;
	min-height: 200px;
}

#top-categories ul#mainCategory li:hover > ul,
#top-categories ul#mainCategory li:hover > ul > li > ul {
	visibility: visible;
}

#top-categories ul#mainCategory li ul li {
	width: 19%;
	height: auto;
	min-height: 100%;
    padding: 0px;
    margin: 10px 0.5% 0;
	background: transparent;
	border: 0px;
	list-style-type: none;
	position: relative; 
}
#top-categories ul#mainCategory li ul li:nth-child(6n+6) {
	clear: both !important;
}

#top-categories ul#mainCategory li ul li a {
	display: inline-block;
	box-sizing: border-box;
	width: 100% !important;
	padding: 25px 10px 10px;
	line-height: 16px;
	background: #F3F4F5;
	border-bottom: 0px solid #D2D6D8;
	font-size: 14px;
	font-weight: bold;
	color: #445EAB;
	border-radius: 4px;
}

#top-categories ul#mainCategory li ul li:hover > a {
	background: #E9ECF5;
}


/* 3 */
#top-categories ul#mainCategory li ul li ul {
	width: 100%;
	display: inline-block;
	height: auto;
	box-sizing: border-box;
	padding: 0px;
	margin-left: 0px;
	background: #fff;
	border: 0px solid #D2D6D8;
	overflow: hidden;
	position: relative;
	top: 100%; left: 0;
	z-index: 1010;
	visibility: hidden;
}

#top-categories ul#mainCategory li ul li ul li {
	width: 100%;
	line-height: 14px;
	margin: 0px;
	float: none;
	display: block;
}
#top-categories ul#mainCategory li ul li ul li a {
	width: 100%;
	padding: 10px 10px !important;
	color: #544F49;
	font-size: 14px;
	background: #fff;
}


#top-categories ul#mainCategory li ul li ul li a:hover {
	color: inherit;
	background: #B4BFE0;
}

#top-categories ul#mainCategory li ul li ul li ul {
	display: none;
}

/*---*/

#top-categories ul#mainCategory > li > a:before, 
#top-categories ul#mainCategory > li > a:after,
#top-categories ul#mainCategory li ul li ul li a:before, 
#top-categories ul#mainCategory li ul li ul li a:after {
	display: none;
}
#resp-menu ul#mainCategory > li > a:before, 
#resp-menu ul#mainCategory > li > a:after,
#resp-menu ul#mainCategory li ul li ul li a:before, 
#resp-menu ul#mainCategory li ul li ul li a:after {
	display: inline-block;
}

#resp-menu ul#mainCategory > li > a:before, 
#resp-menu ul#mainCategory > li > a:after {
    background: #B9BFC3;
    right: 15px;
	top: 25px;
}


#top-categories ul#mainCategory li ul li a:before,
#top-categories ul#mainCategory li ul li a:after {
	display: none;
}

#top-categories ul#mainCategory li > ul > li.has-children > a:after {
	content: "\f13a";
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
	background: none;
	transform: none;
	right: 15px;
	display: block;
}


/* ============ V�PIS KATEGORI� se zbo��m ============ */

#left .category-ul0,
#left .category-ul0 .category-sul1,
#left .category-ul0 .category-sul2,
#left .category-ul0 .category-sul3,
#left .category-ul0 .category-sul4,
#left .category-ul0 .category-sul5,
#left .category-ul0 .category-sul6,
#left .category-ul0 .category-sul7,
#left .category-ul0 .category-sul8,
#left .category-ul0 .category-sul9,
#left .category-ul0 .category-sul10 {
	border: 0px solid transparent;
	background: #E2E6E7;
	list-style-type: none;
}
#left .category-ul0 {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-top: 0px;
	border-radius: 4px;
	border-top: 6px solid #445EAB !important;
	border-bottom: 6px solid #445EAB !important;
}

#left .category-ul0 .category-sul1 {
	border-top: 1px solid #2D3E71;
	border-bottom: 1px solid #2D3E71;
	margin-top: -1px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* AKTIVN� POLO�KA - zm�na barvy border-left a bgr */

#left ul.category-ul0 > li > a.category-active:last-child {
	border-bottom: 1px solid #2D3E71 !important;
	color: #fff !important;
	background: #526CBA !important;
	padding-right: 32px;
}
#left ul.category-ul0 > li a.category-active:last-child:after {
	content: "\f054";
    font: normal normal normal 16px/1 FontAwesome;
    color: #f3f4f5;
	display: inline-block;
	position: absolute; right: 10px; bottom: 13px;
}

#left ul.category-sul1 > li a.category-active:last-child {
	border-bottom: 1px !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 28px;
	background: #fff !important;
	color: #2C2825 !important;
}
#left ul.category-sul1 > li a.category-active:last-child:after {
	content: "\f054";
    font: normal normal normal 20px/1 FontAwesome;
    color: #383431;
	display: inline-block;
	position: absolute; right: 10px; top: 50%; margin-top: -9px;
}

#left ul.category-sul3 > li a.category-active:last-child {
	padding-top: 10px;
	padding-bottom: 13px;
}


/* -------------- */

#left .category-ul0 > li {
	background: #445EAB;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	position: relative;
}

#left .category-ul0 > li:last-child a {
	border-bottom: 1px solid #445EAB;
}

/* sul > li */

#left .category-ul0 > li:first-child,
#left .category-sul1 > li:first-child,
#left .category-sul2 > li:first-child,
#left .category-sul3 > li:first-child,
#left .category-sul4 > li:first-child,
#left .category-sul5 > li:first-child,
#left .category-sul6 > li:first-child,
#left .category-sul7 > li:first-child,
#left .category-sul8 > li:first-child,
#left .category-sul9 > li:first-child,
#left .category-sul10 > li:first-child {
	margin-top: 0px;
}
#left .category-sul4 > li {
	margin-top: 0px;
}

#left .category-sul1 > li {
	background: #C8D0E6 /*#8295CD*/; 
	line-height: 16px !important;
	padding: 0px !important;
	position: relative;
	text-transform: none;
	font-size: 15px;
}
#left .category-sul1 li:first-child {
	border-top: 1px solid transparent;
}

#left .category-sul2 > li {
	background: #E9ECF5; 
	font-size: 14px;
	line-height: 14px !important;
	position: relative;
}
#left .category-sul3  li {
	background: #fff !important; 
	font-size: 14px;
	position: relative;
}
#left .category-sul4  li {
	background: #fff !important; 
}

/* li > a, li > span */

#left .category-ul0 > li > a, #left .category-ul0 > li > span {
	padding: 19px 12px 12px 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: 0px solid transparent; 
	border-bottom: 1px solid #2D3E71;
}

#left .category-ul0 > li:first-child > a, #left .category-ul0 > li:first-child > span {
	border-top: 1px solid #445EAB;
}

#left .category-sul1 > li > a, #left .category-sul1 > li > span {
	padding: 14px 12px 14px 20px;
	color: #2D3E71;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: 0px solid transparent;
}
#left .category-sul2 > li > a, #left .category-sul2 > li > span {
	padding: 13px 10px 13px 30px;
	color: #383431;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: 0px solid transparent;
}
#left .category-sul3 > li > a, #left .category-sul3 > li > span {
	padding: 10px 10px 10px 40px;
	color: #888;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 0px solid transparent;
}
#left .category-sul4 li a, #left .category-sul4 li span {
	padding: 10px 10px 10px 60px;
	color: #544F49;
}
#left .category-sul6 li a, #left .category-sul6 li span {
	padding-left: 72px;
}
#left .category-sul8 li a, #left .category-sul8 li span {
	padding-left: 84px;
}

#left .category-sul5 > li > a, #left .category-sul5 > li > span,
#left .category-sul7 > li > a, #left .category-sul7 > li > span,
#left .category-sul9 > li > a, #left .category-sul9 > li > span {
	font-weight: bold;
}

/* li:HOVER */

#left .category-ul0 > li:hover > a, #left .category-ul0 > li:hover > span {
	color: #fff;
	background: #526CBA !important;
	border: 0px solid transparent !important;
	border-bottom: 1px solid #2D3E71 !important;
}
#left .category-ul0 > li:first-child:hover > a, #left .category-ul0 > li:first-child:hover > span {
	border-top: 1px solid #2D3E71 !important;
}
#left .category-sul1 > li:hover > a, #left .category-sul1 > li:hover > span {
	color: #2D3E71;
	/*font-weight: bold !important;*/
	border-color: transparent;
	background: #C8D0E6;
	font-size: 15px;
}
#left .category-sul2 > li:hover > a, #left .category-sul2 > li:hover > span {
	color: #383431;
	/*font-weight: bold;*/
	border-color: transparent;
	background: #E9ECF5;
}
#left .category-sul3 > li:hover > a, #left .category-sul3 > li:hover > span {
	color: #383431;
	/*font-weight: bold;*/
	border-color: transparent;
	background: #fff;
}
#left .category-sul4 li:hover a, #left .category-sul4 li:hover span {
	background: #fff;
	border-color: transparent;
	color: #000;
	/*font-weight: bold;*/
}

/* li a:CATEGORY-ACTIVE */

#left .category-ul0 > li a.category-active {
	color: #fff;
	font-weight: normal;
	font-size: 100%;
	background: #445EAB;
	border-bottom: 1px solid #2D3E71 !important;
}
#left .category-ul0 > li:first-child > a.category-active {
	border-top: 1px solid #2D3E71 !important;
}
#left .category-sul1 li a.category-active {
	color: #445EAB !important;
	font-weight: bold !important;
	font-size: 100%;
	background: #C8D0E6 !important;
	border-bottom: 0px !important;
}
#left .category-sul2 li a.category-active {
	color: #000 !important;
	font-weight: bold;
	background: #e9ecf5 !important;
} 
 #left .category-sul3 li a.category-active {
	color: #000 !important;
	font-weight: bold;
	background: #fff !important;
} 
 #left .category-sul4 li a.category-active {
	color: #000 !important;
	font-weight: bold;
	background: #fff !important;
} 

/* �ipe�ky */

#left .category-ul0 > li:before,
#left .category-sul1 > li:before,
#left .category-sul2 li:before  {
	display: none !important;
}

#left .category-sul4 > li:before,
#left .category-sul6 > li:before,
#left .category-sul8 > li:before {
	content: "";
	margin: 13px 0px 0px 58px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #544F49;
	display: none !important;
	float: left;
}
#left .category-sul6 > li:before {
	margin-left: 72px;
}
#left .category-sul8 > li:before {
	margin-left: 86px;
}

#left .category-sul4 li:hover:before {
	border-left-color: #FE5451;
}


/* -------------- */

#left .category-ul0 > li.lvl1:hover > a,
#left .category-sul1 > li.lvl1:hover > a,
#left .category-sul2 > li.lvl1:hover > a,
#left .category-sul3 > li.lvl1:hover > a,
#left .category-sul4 > li.lvl1:hover > a,
#left .category-sul5 > li.lvl1:hover > a,
#left .category-sul6 > li.lvl1:hover > a,
#left .category-sul7 > li.lvl1:hover > a,
#left .category-sul8 > li.lvl1:hover > a,
#left .category-sul9 > li.lvl1:hover > a,
#left .category-sul10 > li.lvl1:hover > a {
	border-right-color: #fff;
	background: #f5f5f5 url('templates/colorado_vertical/images/ikonky-active.gif') right center no-repeat;
}
#left .category-ul0 > li:hover:after,
#left .category-sul1 > li:hover:after,
#left .category-sul2 > li:hover:after,
#left .category-sul3 > li:hover:after,
#left .category-sul4 > li:hover:after,
#left .category-sul5 > li:hover:after,
#left .category-sul6 > li:hover:after,
#left .category-sul7 > li:hover:after,
#left .category-sul8 > li:hover:after,
#left .category-sul9 > li:hover:after,
#left .category-sul10 > li:hover:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	right: -1px;
	top: 1px;
	z-index: 15;
	display: none !important;
}

#left .category-ul0 .category-sul1,
#left .category-ul0 .category-sul2,
#left .category-ul0 .category-sul3,
#left .category-ul0 .category-sul4,
#left .category-ul0 .category-sul5,
#left .category-ul0 .category-sul6,
#left .category-ul0 .category-sul7,
#left .category-ul0 .category-sul8,
#left .category-ul0 .category-sul9,
#left .category-ul0 .category-sul10 {
	background-color: #fff;
	margin-bottom: 0px;
}
#left .category-ul0 .category-sul2 {background-color: #B4BFE0;}



#left .category-sul1 > li > a, #left .category-sul1 > li > span,
#left .category-sul2 > li > a, #left .category-sul2 > li > span,
#left .category-sul3 > li > a, #left .category-sul3 > li > span,
#left .category-sul4 > li > a, #left .category-sul4 > li > span,
#left .category-sul5 > li > a, #left .category-sul5 > li > span,
#left .category-sul6 > li > a, #left .category-sul6 > li > span,
#left .category-sul7 > li > a, #left .category-sul7 > li > span,
#left .category-sul8 > li > a, #left .category-sul8 > li > span,
#left .category-sul9 > li > a, #left .category-sul9 > li > span,
#left .category-sul10 > li > a, #left .category-sul10 > li > span {
	border: 0px solid transparent !important;
}


/* ============ BLOKY vlevo ============ */ 

#topmenu-bg .eshop-bl,
#topmenu-bg #currency-bl.eshop-bl p,
#toppaticka .eshop-bl,
#paticka .eshop-bl {
	display: inline-block;
}

#topmenu-bg #currency-bl.eshop-bl {
	display: inline-block;
	width: 130px;
	font-size: 14px;
	position: absolute;
	top: 0px; right: 280px;
}
#toppaticka #left #currency-bl.eshop-bl {
	display: inline-block !important;
}

#topmenu-bg #currency-bl.eshop-bl .h strong {
	float: left;
	font-weight: normal;
	color: #D2D6D8;
}
#topmenu-bg #currency-bl.eshop-bl select {
	font-family: "Roboto", sans-serif;
	height: 29px;
	background: #59544D;
	color: #fff;
	font-weight: normal;
	padding: 4px 12px;
	border-radius: 3px;
	border: none;
}

#toppaticka #search-info-bl.eshop-bl,  
#toppaticka #last-visited-bl.eshop-bl,  
#toppaticka #basket-info-bl.eshop-bl,
#paticka div.eshop-bl#social-fb,
#paticka div.eshop-bl#social-gp {
	display: inline-block;
}


#paticka div.eshop-bl#social-fb,
#paticka div.eshop-bl#social-gp {
	background: #F3F4F5;
	width: 150px;
	height: 95px;
	padding: 15px;
	border-radius: 5px;
	float: left;
}
#paticka div.eshop-bl#social-fb .h,
#paticka div.eshop-bl#social-gp .h {
	margin-bottom: 10px;
}
#paticka div.eshop-bl#social-gp {
	margin-right: 50px;
}


/* --- */

#mid #left .eshop-bl {
	width: 100%;
	padding: 14px 5px 10px;
	margin-bottom: 15px;
	margin-right: 0;
	border: 1px solid #e2e6e7;
	color: #383431;
	background: #fff;
	position: relative;
	text-align: left;
	float: left;
	border-radius: 4px;
	box-sizing: border-box;
}

#toppaticka #left .eshop-bl {
	width: 33.33%;
	min-height: 0px;
	padding: 0px 15px;
	margin-bottom: 30px;
	margin-right: 0;
	border: 0px;
	color: #383431;
	background: transparent;
	position: relative;
	text-align: left;
	float: left;
	box-sizing: border-box;
}
#left .eshop-bl:nth-child(3n+4) {
	margin-right: 0;
	clear: both;
}
#left div.eshop-bl a {
	color: #544F49;
	font-size: 14px;
	font-weight: bold;
}
#left div.eshop-bl a:hover {
	color: #F33966;
	font-weight: bold;
}
#left .eshop-bl-body {
	text-align: left;
	font-size: 16px;
	padding: 0px 0px 0px 0;
}
#left .eshop-bl div.h {
	margin: 0px;
	padding: 0px 15px 7px 0;
	line-height: 14px;
	text-align: left;
}
#left .eshop-bl div.h:after {
	content: "\f141";
    font: normal normal normal 18px/1 FontAwesome;
    color: #ccc;
	display: block;
	/*width: 8px; height: 8px; border-radius: 50%;*/

}
#left .eshop-bl div.h a { 
	text-decoration: none;
	text-transform: uppercase;
	color: #544F49;
	font-size: 14px;
	font-weight: bold !important;
}
#left .eshop-bl div.h strong {
	text-decoration: none;
	text-transform: uppercase;
	color: #544F49;
	font-size: 14px;
	font-weight: bold !important;
}
#left .eshop-bl form {
	width: 100%;
	margin-bottom: 10px;
	padding: 1px 1px 0px 1px;
	border: 0px;
	background: none;
}

/* P�IHL�SIT - LOGIN-INFO-BL */

#left .eshop-bl#login-info-bl {
	height: 190px;
}
#left .eshop-bl#login-info-bl div.eshop-bl-p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px;
	color: #F33966;
}
#left .eshop-bl#login-info-bl div.eshop-bl-p:first-child {
	margin-bottom: 16px;
}

/* N�KUPN� KO��K - BASKET-BL-INFO */

#left .eshop-bl#basket-info-bl p {
	font-size: 14px;
	padding-top: 10px;
}
#left .eshop-bl#basket-info-bl .eshop-bl-body ul {
	margin-top: 0px;
	text-align: justify;
	position: relative;
}
#left div#basket-info-bl.eshop-bl ul li,
#left div#last-visited-bl.eshop-bl ul li {
	list-style: none;
	margin-bottom: 12px;
	font-weight: bold;
}
#left div#basket-info-bl.eshop-bl ul li a,
#left div#last-visited-bl.eshop-bl ul li a {
	font-size: 14px;
}
#left div#basket-info-bl.eshop-bl ul li span {
	color: #383431;
	font-size: 16px;
}
#left div#basket-info-bl.eshop-bl ul li span a {
	font-weight: normal;
	color: #383431;
	display: inline-block;
	width: 90%;
	position: absolute;
	right: 0px;
}
#left div#basket-info-bl.eshop-bl ul li span a:hover,
#left div#last-visited-bl.eshop-bl ul li a:hover {
	color: #F33966;
	text-decoration: none;
    font-weight: normal;
}
#left div#basket-info-bl.eshop-bl p#basketCount {
	padding-top: 0px;
	font-size: 14px;
	font-weight: bold;
}
#left div#basket-info-bl.eshop-bl p#basketCount a {
	font-size: 14px;
	display: block;
	padding-top: 0px;
}
#left div#basket-info-bl.eshop-bl p#basketCount a:hover, 
#left div#basket-info-bl.eshop-bl p#basketCount a:hover strong {
	color: #F33966;
	font-weight: bold;
}
#left div#basket-info-bl.eshop-bl p#basketCount a strong {
	font-size: 20px;
	font-weight: bold;
	color: #383431;
}

/* FACEBOOK - SOCIAL-FB*/

#left div.eshop-bl#social-fb .eshop-bl-body,
#left div.eshop-bl#social-gp .eshop-bl-body {
	padding-top: 30px;
}

/* ---------- */

#left div#basket-info-bl.eshop-bl ul li, 
#left div#last-visited-bl.eshop-bl ul li {
	min-height: 22px;
    line-height: 14px;
}

#left div#basket-info-bl.eshop-bl ul li:last-child,
#left div#last-visited-bl.eshop-bl ul li:last-child {
	margin-bottom: 10px;
}
#left div#basket-info-bl.eshop-bl p#basketCount {
	margin-top: -4px;
	display: block;
	text-align: right;
}
#left div#last-visited-bl.eshop-bl ul li a {
	color: #383431;
	font-weight: normal;
} 
#left div#last-visited-bl .eshop-bl-body > a {
	display: block;
	text-align: right;
} 
#left div#payment-info.eshop-bl div.eshop-bl-body,
#left div#social-fb.eshop-bl div.eshop-bl-body,
#left div#social-gp.eshop-bl div.eshop-bl-body {
	text-align: center;
}
#left div#payment-info.eshop-bl div.eshop-bl-body p.eshop-bl-p {
	display: inline-block;
	width: 33.3%;
	height: 50px;
	line-height: 46px;
	margin-bottom: 3px;
	float: left;
}
/*
#left div#search-info-bl.eshop-bl {
	min-height: 140px;
}*/
#left div#currency-bl.eshop-bl select {
	border: 1px solid #E2E6E7;
	font-size: 14px;
	width: 100%;
	padding: 5px;
}
#left div#reclamation-info-bl.eshop-bl .eshop-bl-body {
	text-align: justify;
	line-height: 145%;
}
#left div#reclamation-info-bl.eshop-bl .eshop-bl-body a {
	font-weight: bold;
}

/* --------------- */

#left .eshop-bl form input[type="text"],
#left .eshop-bl form input[type="password"] {
	width: 100%;
	padding: 14px 10px;
	border: 1px solid #D2D6D8;
	float: left;
	margin-bottom: 20px;
	font-size: 16px;
	color: #383431 !important;
}
#left .eshop-bl form input[type="password"] {
	margin-bottom: 22px;
}
#left .eshop-bl form input[type="submit"] {
	float: right;
	height: 40px;
	font-size: 14px;
	padding: 10px 28px;
	background: #FE5451;
	-webkit-appearance: none;
	border-radius: 4px;
	position: absolute;
	bottom: 10px;
	right: 15px;
	transition: background 0.4s;
}
#left .eshop-bl form input[type="submit"]:hover {
	background: #FE5451;
}

/* BANNERY - banner-info-bl1 */

#left div.eshop-bl.banner-info-bl1 {
	padding: 0px 12px;
	height: auto;
	box-sizing: border-box;
}
#left div.eshop-bl.banner-info-bl1 div.eshop-bl-body {
	padding: 0px;
}
#mid #left div.eshop-bl.banner-info-bl1 p.eshop-bl-p {
	padding: 0px 0px 0px;
}

#mid #left div.eshop-bl.banner-info-bl1 div.h {
	padding-left: 0px; padding-right: 0px; 
	padding-top: 0px; padding-bottom: 2px;
	text-align: center;
}
#toppaticka #left div.eshop-bl.banner-info-bl1 div.h {
	padding-left: 0px; padding-right: 0px; 
	text-align: center;
}
#left div.eshop-bl.banner-info-bl1 a:hover {
	font-weight: normal;
}
#mid #left div.eshop-bl.banner-info-bl1 img {
	margin-top: 0;
	margin-bottom: 0px;
	width: 100%;
	border-radius: 4px;
}

#toppaticka #fb-plugin.eshop-bl iframe {
    max-width: 100% !important;
}

/* ============ �03hor - SEARCH, SOCIAL panel ============ */

#toppaticka #left {
	margin-top: 30px;
	padding: 0 0px;
}

#toppaticka .SearchSocialPanel {
	background: #F3F4F5;
	box-sizing: border-box;
	height: 60px;
	padding: 10px 0px 0;
}
#toppaticka .SearchSocialPanel .paticka-obsah {
	padding: 0 13px;
}
	
#toppaticka div.eshop-bl#search-info-bl .h,
#toppaticka div.eshop-bl#social-fb .h,
#toppaticka div.eshop-bl#social-gp .h {
	display: none;
}
#toppaticka #left div.eshop-bl#search-info-bl,
#toppaticka #left div.eshop-bl#social-fb ,
#toppaticka #left div.eshop-bl#social-gp  {
	background: #ccc;
}
#toppaticka div.eshop-bl#search-info-bl {
	width: 70%;
	float: left;
	height: auto;
	min-height: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#toppaticka .eshop-bl form input[type="text"] {
	width: 60%;
	max-width: 388px;
	margin-bottom: 0px;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #E6E8EA;
	font-size: 16px;
}
#toppaticka .eshop-bl form input[type="submit"] {
	position: initial;
	float: left;
	border-radius: 4px;
	background: #445EAB;
	height: 40px;
	padding: 10px 18px;
	transition: background 0.4s;
}
#toppaticka .eshop-bl form input[type="submit"]:hover {
	background: #526CBA;
}

#toppaticka div.eshop-bl#search-info-bl .eshop-bl-body {
	padding: 0px;
}
#toppaticka div.eshop-bl#search-info-bl .eshop-bl-p a {
	display: none;
}
#toppaticka div.eshop-bl#social-fb,
#toppaticka div.eshop-bl#social-gp {
	width: auto;
	float: right;
	height: 40px;
	min-height: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#toppaticka div.eshop-bl#social-gp .eshop-bl-body {
	padding-top: 10px;
}

/* --- */

#toppaticka #left div.eshop-bl.banner-info-bl1 {
	min-height: initial;
}
#toppaticka #left div.eshop-bl.banner-info-bl1 .h {
	/*margin-bottom: -53px;*/
}
#toppaticka #left div.eshop-bl.banner-info-bl1 .eshop-bl-body {
	padding: 0 0px;
	/*margin-top: 53px;*/
}
#toppaticka #left div.eshop-bl.banner-info-bl1 .eshop-bl-p {
	padding: 0px;
}
#toppaticka #left div.eshop-bl.banner-info-bl1 div.eshop-bl-body img {
	max-width: 100%;
	width: auto;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #f3f4f5;
	margin: 0px;
}

#left div.eshop-bl.banner-info-bl1 .fb_iframe_widget {
	text-align: center !important;
	display: block;
}


/* ============ PATICKA ============ */

#paticka .logo {
	float: right;
	background-color: transparent;
	background-image: url('templates/colorado_vertical/images/pat-logo.png');
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 200px;
	padding: 0px;
}

#paticka a {
	color: #8AA4AF;
}
#paticka .blok {
	display: inline-block;
	height: auto;
	box-sizing: border-box;
	float: left;
	background: transparent;
	padding: 4px 15px;
	font-size: 16px;
}
#paticka .blok.odkazy {
	width: 22%;
}

#paticka .blok.banner-pat {
	width: auto;
	padding: 4px 0 0;
}
#paticka #layout-banner img {
	max-width: 100%;
	max-height: 280px;
	border-radius: 4px;
}

#paticka #layout-banner {
	width: 56%;
	padding-bottom: 0px;
	float: left;
}
#paticka .blok.banner-pat #layout-banner p {
	margin-bottom: 0px;
	padding-left: 0px;
}


#paticka .blok.social {
	width: 38%;
	padding-top: 65px;
	padding-right: 0px;
	padding-left: 25px;
}

#paticka .blok.logo {
	padding: 0px;
	margin-right: 0px;
	text-align: center;
	float: right;
	font-size: 18px;
	font-weight: bold;
}
#paticka .blok.logo div {
	margin: 11px 0;
}
#paticka .blok.logo div.mobil {
	color: #F33966;
	font-size: 16px;
}


#paticka .blok a {
	color: #b2b2b2;
}
#paticka .blok.odkazy li:hover a {
	color: #fff;
}
#paticka .blok p {
	margin-top: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}

#paticka .blok:first-child p {
	padding-left: 0px;
}

#paticka .blok p strong {
	display: block;
	margin-bottom: 25px;
	padding: 0px 0;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

#paticka .blok h4 {
	display: block;
	margin-bottom: 12px;
	padding: 0px 0;
	font-size: 16px;
	color: #445EAB;
	font-weight: bold;
	text-transform: uppercase;
}
#paticka .blok h4:before {
	content: "\f0c9";
    font: normal normal normal 16px/1 FontAwesome;
    color: #445EAB;
	margin-right: 10px;
}
/*#paticka .blok.specText h4:before {
	content: "\f2c3";
	margin-right: 6px;
}*/

#paticka .blok:first-child ul {
	padding-left: 0px;
}
#paticka .blok ul {
	padding-left: 0px;
	border-left: none;
	list-style-type: none;
}
#paticka .blok li {
	margin-left: 25px;
	margin-bottom: 2px;
	position: relative;
	font-weight: normal;
	font-size: 14px;
	color: #b2b2b2;
}
#paticka .blok li:last-child {
	margin-bottom: 0px;
}
#paticka .blok ul li:before {
	display: none;
}

#paticka .blok li:hover a {
	color: #F33966;
}

ul#odkazy {
	padding: 15px 23px;
	font-size: 11px;
	color: #323232;
	list-style-type: none;
	text-align: center;
}
ul#odkazy a {
	color: #323232;
}
ul#odkazy li {
	margin-right: 4px;
	display: inline-block;
}
ul#odkazy li:before {
	content: "|";
	margin-right: 4px;
	display: inline-block;
}
ul#odkazy li:first-child:before {
	content: "";
	margin-right: 0px;
}

/* -------------- */

h1 {
	margin: 0px 0px 10px 0px;
	font-size: 22px;
	color: #544F49;
	font-weight: bold;
	line-height: 30px;
}
#article > h2 {
	margin: 17px 0px 13px 10px;
	font-size: 16px;
	color: #323232;
	font-weight: normal;
}
div#article.main > h3 {
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 38px;
	font-size: 24px;
	color: #FE5451;
	background: #fff /* linear-gradient(#FE5451,#F33966 90%)*/;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 4px;
	width: 100%;
}

#article > h2.formH {
	color: #383431;
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0px 5px 10px;
}
#article > h2.reclamation-h {
	color: #383431;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	background: #F3F4F5;
	font-weight: bold;
	margin: 0px 0px 1px;
}

#article p, #article ul, #article ol, #article table {
	margin-bottom: 15px;
}

#article > p {
	font-size: 17px;
	font-weight: bold;
	margin-left: 0px;
	line-height: 160%;
	text-align: center;
	margin-bottom: 20px;
}

#osobni-udaje #article > p,
#prihlaseni-odhlaseni #article > p,
#objednavky #article > p {
	line-height: 320%;
}

#osobni-udaje #article > p a strong,
#objednavky #article > p a strong,
/*#reklamace #article > p a strong,*/
#prihlaseni-odhlaseni #article > p a strong {
	display: inline-block;
	background: #F33966;
	padding: 5px 20px;
	margin-left: 5px;
	line-height: 190%;
	border-radius: 3px;
	color: #fff;
	transition: background-color 0.4s;
}
#osobni-udaje #article > p a strong:hover,
#objednavky #article > p a strong:hover,
/*#reklamace #article > p a strong:hover,*/
#prihlaseni-odhlaseni #article > p a strong:hover {
	background: #FE5451;
}
#osobni-udaje #article > p a:first-child strong,
#objednavky #article > p a:first-child strong,
/*#reklamace #article > p a:first-child strong,*/
#prihlaseni-odhlaseni #article > p a:first-child strong {
	background: #B9BFC3;
}
#osobni-udaje #article > p a:first-child strong:hover,
#objednavky #article > p a:first-child strong:hover,
/*#reklamace #article > p a:first-child strong:hover,*/
#prihlaseni-odhlaseni #article > p a:first-child strong:hover {
	background: #CCD0D2;
}

#article > div#basket-info {
	border-bottom: 1px dashed #d8d7d7;
	padding-bottom: 5px;
}



/* nastaven� REGISTRA�N�HO a P�IHLA�OVAC�HO formul��e ad. */

#article form.eshop-f {
	width: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 30px 0px 20px;
	margin-top: 15px !important;
	margin-bottom: 30px !important;
	border: 1px solid #D2D6D8;
	min-height: 40px !important;
	border-radius: 3px;
	overflow: hidden;
	/*margin: auto;*/
	position: relative;
}
#article form.eshop-f#loginFrmBlock,
#article form.eshop-f#loginfrm,
#article form.eshop-f#search-f,
#article form.eshop-f#reclamation-f,
#article form.eshop-f#forgetpasswordf{
	padding: 50px 0px 30px;
}

#article form.eshop-f#forgetpasswordf{
	padding-bottom: 25px;
}
#article form.eshop-f#reclamation-f {
	padding-bottom: 35px;
}

input[type="text"],
input[type="password"] {
	padding: 1px 10px;
	height: 40px;
	/*width: 73%;*/
	box-sizing: border-box;
	line-height: 19px;
	border: 1px solid #E2E6E7;
	background: #F3F4F5;
	border-radius: 5px;
	font-size: 14px;
	color: #383431;
	float: left;
}

select#country, select#country2,
select#cat, select#prod,
select#id_order, select#id_product,
select#countryn, select#country2n,
select#currency, select#currencyn,
select#delivery_country {
	height: 40px;
	border: 1px solid #E2E6E7;
	font-size: 14px;
	color: #383431;
	padding: 1px 6px;
	border-radius: 5px;
}

div.eshop-f-bl label#lbdescription1 {
	font-size: 14px;
	font-weight: bold;
}

div.eshop-f-bl .eshop-f-bl-checkbox {
	margin-top: 15px;
    margin-left: 0px;
    margin-right: 10px;	
}

div.formInfo {
	margin-bottom: 5px;
	margin-left: 39%;
}

#article form.eshop-f input[type="submit"],
#article form.eshop-f#loginFrmBlock input[type="submit"],
#article form.eshop-f#loginfrm input[type="submit"],
#article form.eshop-f#usercontact-f input[type="submit"],
#article form.eshop-f#forgetpasswordf input[type="submit"], 
#article form.eshop-f#search-f input[type="submit"],
input.btn.smsAsk {
	background: #383431;
	font-size: 14px;
	height: 40px;
	padding: 10px 28px;
	border-radius: 3px;
	margin-top: 8px;
	/*position: absolute;*/
	bottom: 15px;
	right: 15px;
	transition: background-color 0.4s;
}

.eshop-f-itm-clear {
    height: 1px;
    content: '';
}

#article form.eshop-f input[type="submit"]:hover,
#article form.eshop-f#loginFrmBlock input[type="submit"]:hover,
#article form.eshop-f#loginfrm input[type="submit"]:hover,
#article form.eshop-f#usercontact-f input[type="submit"]:hover,
#article form.eshop-f#forgetpasswordf input[type="submit"]:hover, 
#article form.eshop-f#search-f input[type="submit"]:hover,
input.btn.smsAsk:hover {
	background: #49423F;
}

#article form.eshop-f div.divInfo {
	padding: 0px 15px 20px;
	text-align: center;
	font-size: 16px;
	color: #F33966;
	font-weight: bold;
	line-height: 180%;
}

input[type="submit"],
input.btn {
	height: 36px;
	padding: 10px 25px;
	background: #F33966;
	font-size: 14px;
	color: white;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#article div.divInfo {
	padding: 2px 0px;
	margin-bottom: 10px;
}


/* ============ ROTATE BANNER ============ */

#rotb-bg {
	background: rgba(255, 255, 255, 0.78); /* #ffffffc7 */
	height: auto; /* NUTN� */
	max-height: 500px;
	margin-top: 13px;
	border-top: 0px solid #fff;
	border-bottom: 0px solid #fff;
}

#rotb-bg #rotateBanner, 
#article #rotateBanner {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	/*height: 460px;*/
	margin: auto;
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	border-left: 0px solid #E2E6E7;
	border-right: 0px solid #E2E6E7;
	border-radius: 4px;
	padding-top: 40.5%;
    height: 40.5%;
}

#rotateBanner .nav {
	width: 100% !important;
}

#rotb-bg #rotateBanner a img,
#article #rotateBanner a img {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 0px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 4px;
}
#rotb-bg #rotateBanner .nav,
#article #rotateBanner .nav {
	width: 1025px;
	box-sizing: border-box;
	padding: 10px 15px 10px 5px;
	background: transparent;
	border-radius: 15px 15px 0 0;
	text-align: center;
	position: absolute;
	bottom: 0px;
	right: inherit;
	margin: 0 auto;
	/* box-shadow: -1px 0px 15px 5px #57636A; */
}
#rotb-bg #rotateBanner .nav a,
#article #rotateBanner .nav a {
	padding: 0px 10px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 28px;
	background: #DCDEE2;
	border: 0px solid #fff;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-weight: normal;
}
#rotb-bg #rotateBanner .nav a:hover,
#article #rotateBanner .nav a:hover {
	background: #FE5451;
	color: #FFF;
}
#rotb-bg #rotateBanner .nav a.active,
#article #rotateBanner .nav a.active {
	background: #F33966;
	color: #FFF;
}

/* ============ SLIDER ============ */

#slideItemsHome,
#article #slideItemsHome {
	padding-bottom: 0px;
	border-bottom: 0px solid #383431;
	/*margin-top: 15px;
	margin-bottom: 20px;*/
}
#slideItemsHome.alone #slider,
#article #slideItemsHome.alone #slider {
	background: #fff;
}

#slideItemsHome.alone {
	width: 1330px;
	background: #fff;
	border-radius: 4px;
	margin: 15px auto 0px;
	padding: 0;
}
#slideItemsHome.alone #slider {
	width: 1300px;
	margin: 15px 15px 11px;
	display: inline-block;
}

#slider,
#article #slider {
	width: 100%;
	box-sizing: border-box;
	padding: 0px;
	margin-bottom: 20px;
	background: #F3F4F5; /*#F1F2F3; #F3F4F5 #E9ECF5 */
	border: none;
	border-radius: 8px;
	overflow: hidden;
    position: relative;
}
#slider #sliderContent,
#article #slider #sliderContent {
	width: 100%;
	height: 300px;
	box-sizing: border-box;
	padding: 0px 40px;
	margin: 0px 0px !important;
	white-space: nowrap;
	position: relative;
	left: 0px;
}
#slider .iconSlideFreeN,
#article #slider .iconSlideFreeN {
	margin-left: 20px;
	margin-bottom: -40px;
	z-index: 15;
	position: relative;
}
#slider .slide,
#article #slider .slide {
	white-space: normal;
	width: 33.3333333%;
	box-sizing: border-box;
	height: 100%;
	padding: 15px 10px;
	display: inline-block;
	border-right: 1px solid #D2D6D8;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	overflow: hidden;
	position: relative;
}
#slider .slide img,
#article #slider .slide img {
	max-height: 170px;
	min-height: 170px;
	max-width: 100%;
	border: 0px solid #ECF0F5;
	box-sizing: border-box;
	padding: 10px;
	background: #fff;
	border-radius: 5px;
	float: none;
	/*position: absolute; top: 50%; left: 15px; transform: translateY(-50%);*/
}

#slider .slide:last-child,
#article #slider .slide:last-child {
	border-right: 0px solid #E2E8EF;
}
#slider .slide:hover,
#article #slider .slide:hover {
	color: #2D88BF;
}
#slider .slide:nth-child(3n+3),
#article #slider .slide:nth-child(3n+3) {
	border-right: 0px dashed #ffffff;
}
#slider .slide .text,
#article #slider .slide .text {
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
	display: inline-block;
	padding-top: 7px;
	padding-bottom: 15px;
	font-size: 16px;
	line-height: 18px;
	color: #383431;
	text-align: center;
	float: none;
}
#slider .slide .cena,
#article #slider .slide .cena {
	margin: 0px;
	font-size: 22px;
	line-height: 24px;
	font-weight: bold;
	color: #383431;
	display: inline-block;
	position: absolute;
	bottom: 20px; right: initial; left: 10px;
}
#slider .slide span.detail,
#article #slider .slide span.detail {
	display: inline-block;
	margin: 0;
	padding: 10px 40px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #514879; /* #49426f, #5285dc*/
	color: #fff;
	position: absolute;
	bottom: 15px;
	right: 10px;
	border-radius: 4px;
	transition: background-color 0.4s;
}
#slider .slide:hover span.detail,
#article #slider .slide:hover span.detail {
	background: #635b8e; /*#635b8e, #6C9EF0*/
}
#slider .slidePrev,
#article #slider .slidePrev {
	cursor: pointer;
	width: 39px;
	border-right: 1px solid #fff;
	height: 100%;
	background: #2C2825;
	position: absolute;
	border-radius: 8px 0 0 8px;
	top: 0px;
	left: 0px;
}
#slider .slideNext,
#article #slider .slideNext {
	cursor: pointer;
	width: 39px;
	border-left: 1px solid #fff;
	height: 100%;
	background: #2C2825;
	border-radius: 0 8px 8px 0;
	position: absolute;
	top: 0px;
	right: 0px;
}
#slider .slidePrev:after,
#article #slider .slidePrev:after {
	content: "\f053";
    font: normal normal normal 20px/1 FontAwesome;
    color: #EDEFF0;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 23px;
	margin-top: -18%;
	transition: border-right-color 0.4s;
}
#slider .slidePrev:before,
#article #slider .slidePrev:before {
	content: "";
	width: 46px;
	height: 44px;
	display: inline-block;
	background-color: #384E8B;
	border-radius: 50%;
	position: relative;
	top: 50%;
	left: 10px;
	margin-top: -50%;
	transition: background-color 0.4s;
}
#slider .slideNext:after,
#article #slider .slideNext:after {
	content: "\f054";
    font: normal normal normal 20px/1 FontAwesome;
    color: #EDEFF0;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -18%;
	transition: border-left-color 0.4s;
}
#slider .slideNext:before,
#article #slider .slideNext:before {
	content: "";
	width: 46px;
	height: 44px;
	display: inline-block;
	background-color: #384E8B;
	border-radius: 50%;
	position: relative;
	top: 50%;
	left: -18px;
	margin-top: -50%;
	transition: background-color 0.4s;
}
#slider .slidePrev:hover:after,
#article #slider .slidePrev:hover:after {
	border-right-color: #fff;
}
#slider .slideNext:hover:after,
#article #slider .slideNext:hover:after {
	border-left-color: #fff;
}
#slider .slidePrev:hover:before,
#slider .slideNext:hover:before,
#article #slider .slidePrev:hover:before,
#article #slider .slideNext:hover:before {
	background-color: #445EAB;
}


/* ============ NEJPROD�VAN�J�� - BEST-SELLER ============ */

div#article.main > h2.best-seller-h2,
div#article.main > h3.best-seller-h3 {
	margin: 12px auto 10px;
	padding-left: 17px;
	font-size: 20px;
	color: #FE5451;
	font-weight: bold;
	line-height: 26px;
	text-align: left;
	text-transform: uppercase;
	box-sizing: border-box;
	
}
div.best-seller {
	padding-bottom: 3px;
	/*border-bottom: 5px solid #F3F4F5;*/
	margin-bottom: 30px !important;
}

#article .nejprodavanejsi {
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	counter-reset: list;
	width: 990px;
}
#article .nejprodavanejsi li {
	padding: 3px 12px 3px 10px;
	margin-bottom: 7px;
	background: #F3F4F5 /*#F3F4F5*/;
	border: 0px;
	font-size: 14px;
	color: #544F49;
	line-height: 22px;
	border-radius: 4px;
}
#article .nejprodavanejsi li:hover {
	background: #F3F4F5;
}
#article .nejprodavanejsi li:before {
	content: counter(list)". ";
	counter-increment: list;
	margin-top: 13px;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #383431;
	text-align: center;
	width: 30px; height: 30px; line-height: 30px;
	background: #fff; border-radius: 50%;
}
#article .nejprodavanejsi li:after {
	content: "";
	clear: both;
	height: 1px;
	display: block;
}
#article .nejprodavanejsi li div {
	margin: 0px 13px 0px 12px;
	float: left;
	text-align: center;
	width: 56px;
	height: 56px;
	line-height: 54px;
}
#article .nejprodavanejsi li div img {
	margin: 0px;
	border: 0px;
	max-width: 56px;
	max-height: 56px;
	vertical-align: middle;
}
#article .nejprodavanejsi li a {
	margin-top: 6px;
	font-size: 16px;
	color: #383431;
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
#article .nejprodavanejsi li a:hover {
	text-decoration: none;
	color: #383431;
}
#article .nejprodavanejsi li span.text {
	margin-bottom: 2px;
	float: left;
	display: block;
	height: 20px;
	min-width: 405px; 
}
#article .nejprodavanejsi li .cena {
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: 12px;
	font-size: 18px;
	color: #544F49;
	font-weight: bold;
	float: right;
}

/* ------------- */

#article .filtr {
	margin-bottom: 10px;
	padding: 10px;
	background: #ebebeb;
	font-size: 12px;
}
#article .info {
	padding-left: 10px;
	color: #4b4b4b;
	font-size: 12px;
	line-height: 20px;
	float: left;
}
#article .dphInfo {
  margin-top: 5px;
  float: left;
  font-size: 12px;
  background: transparent;
  color: #585858;
  padding: 0px 15px;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}


/* ============ ��SLA str�nek ============ */

#article .Pagging,
#article .topPagging {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 9px 15px 7px;
	background: #E9ECF5;
	margin: 20px 0px 10px;
	text-align: right;
	float: right;
	clear: both;
	border-radius: 4px;
}

	/* spodn� */
#article .Pagging {
	margin-bottom: 25px;
}

#article .Pagging a,
#article .topPagging a {
	width: 26px;
	height: 24px;
	margin-left: 6px;
	margin-top: 2px; margin-bottom: 2px; /*nechat!*/
	text-align: center;
	text-decoration: none;
	display: inline-block;
	background: #B4BFE0;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 4px;
	transition: all 0.4s;
}
#article .Pagging a.active,
#article .topPagging a.active {
	background: #635B8E;
	color: white;
	font-size: 14px;
	font-weight: bold;
	border: 3px solid #635b8e;
}
#article .Pagging a:hover,
#article .topPagging a:hover {
	background: #fff;
	color: #B4BFE0;
}
#article .Pagging a.active:hover,
#article .topPagging a.active:hover {
	background: #635B8E;
	color: white;
}


/* ... dal�� */
#article .Pagging .pagePrev, #article .Pagging .pageNext,
#article .topPagging .pagePrev, #article .topPagging .pageNext {
	margin: 0px 5px 0px 13px;
	width: auto;
	background: none;
	font-size: 15px;
	line-height: 22px;
	color: #B4BFE0;
	text-decoration: none;
	position: relative;
}
#article .topPagging .pagePrev, 
#article .Pagging .pagePrev {
	margin: 0px 9px 0px 3px;
	padding-left: 17px;
}
#article .Pagging .pageNext:hover, #article .Pagging .pagePrev:hover,
#article .topPagging .pageNext:hover, #article .topPagging .pagePrev:hover {
	background: none;
	text-decoration: none;
}

/* �IPE�KY */
#article .Pagging .pageNext:after,
#article .topPagging .pageNext:after {
	content: "\f054";
	font: normal normal normal 16px/1 FontAwesome;
    color: #B4BFE0;
	border-left: none;
}
#article .Pagging .pagePrev:before,
#article .topPagging .pagePrev:before {
	content: "\f053";
	font: normal normal normal 16px/1 FontAwesome;
    color: #B4BFE0;
	border-right: none;
	position: absolute; top: 0.5px; left: 0px;
}

/* ----------- */

#article .katalog {
	margin-bottom: 15px;
	border-top: 1px solid #dcdcdc;
}
#article .produkty {
	padding: 18px 0px;
	border-bottom: 1px solid #dcdcdc;
}
#article .produkt {
	width: 218px;
	padding: 0px 19px;
	border-left: 1px dashed #dcdcdc;
	float: left;
}
#article .produkt:first-child {
	padding-left: 9px;
	border-left: none;
}
#article .produkt a.nazev {
	font-size: 15px;
	color: #F36722;
	font-weight: bold;
	text-decoration: none;
	display: inline-block;
	height: 35px;
	overflow: hidden;
}
#article .produkt a.nazev:hover {
	text-decoration: underline;
}
#article .produkt p {
	height: 28px;
	overflow: hidden;
	margin: 7px0px;
	line-height: 14px;
}
#article .produkt .img {
	width: 200px;
	height: 202px;
	position: relative;
}
#article .produkt .labels {
	width: 42px;
	padding-top: 6px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 15;
}
#article .produkt .cena {
	font-size: 26px;
	line-height: 26px;
	color: #F36722;
	font-weight: bold;
	float: left;
	display: block;
}
#article .produkt .cenax {
	margin-top: 2px;
	font-size: 14px;
	background: url('templates/colorado_vertical/images/stara-cena.png') left center no-repeat;
	clear: left;
	float: left;
	display: block;
}
#article .produkt .cenax strong {
	margin-left: 5px;
	color: #F36722;
}
#article .produkt .koupit {
	border: none;
	float: right;
}
#article .produkt .koupit:before {
	content: url('templates/colorado_vertical/images/koupit.png');
	padding-right: 6px;
}
#article .produkt .dostupnost {
	margin-top: 3px;
	float: right;
	clear: right;
	display: block;
	font-weight: bold;
	font-size: 12px;
	width: 115px;
	text-align: right;
}
#article .produkt .skladem {
	color: #418f00;
}
#article .produkt .naceste {
	color: #FE7640;
}
#article.kosik .doprava h3 {
	margin: 1px 0px;
	padding: 0px 19px;
	line-height: 35px;
	background: #f5f5f5;
	font-size: 12px;
	font-weight: bold;
}
input[type="text"].a {
	float: none;
}
span.horizontalni-cara {
	display: block;
	border-bottom: 1px solid #dcdcdc;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	margin: 19px 0;
}
span.vertikalni-cara {
	display: block;
	height: 256px;
	width: 20px;
	background: url('templates/colorado_vertical/images/cara-vertikalni.png') no-repeat 0px 30px;
	float: left;
}
#txt2 {
	width: 1185px;
	text-align: center;
	font-weight: bold;
	margin-top: 10px;
	color: #F36722;
	font-size: 14px;
  float: left;
}


/* ============ NASTAVEN� KATALOGU S PRODUKTY ============ */
/*
div#article .home-bl ul.catalogue-ul {
	border-top: 1px solid #E2E6E7;
	padding-top: 15px !important;
}*/

div#article.main ul.catalogue-ul {
	width: 100% !important;
	margin: 15px 0 0 0 !important;
	background: transparent !important;
}
ul.catalogue-ul li a:visited {
	color: inherit !important;
}
div#article.main ul.catalogue-ul,
div#article.main ul.catalogue-ul li {
	padding: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
div#article.main ul.catalogue-ul li {
	margin: 0px;
	margin-bottom: 14px;
	background: #fff;
	border: 0px;
	border-right: 0px dotted #ccc;
	border: 0px dotted #ccc;
	overflow: hidden;
	list-style: none;
	position: relative;
	border-radius: 0 0 8px 8px; 
	
}
div#article.main ul.catalogue-ul li:last-child {
	border-right: 0px dotted #ccc !important;
}
 
/* ODSAZEN� MEZI OK�NKY S PRODUKTY */

div#article.main ul.catalogue-ul li {
	margin-right: 0.8%; /*1.46%;*/
	margin-bottom: 20px;
}
div#article.main ul#dsp3.catalogue-ul li {
	margin-right: 1.1%;
}
div#article.main ul#dsp2.catalogue-ul li {
	margin-right: 1.5%;
}
div#article.main ul#dsp4.catalogue-ul li:nth-child(4n+0),
div#article.main ul#dsp3.catalogue-ul li:nth-child(3n+0), 
div#article.main ul#dsp2.catalogue-ul li:nth-child(2n+0) {
	margin-right: 0px;
}

/* ���KA OK�NKA */

div#article.main ul#dsp4.catalogue-ul li {
	width: 24.4%; /*23.9%;*/
}
div#article.main ul#dsp3.catalogue-ul li {
	width: 32.6%;
}
div#article.main ul#dsp2.catalogue-ul li {
	width: 49.25%;
}

/* V݊KA OK�NKA */

div#article.main ul#dsp4.catalogue-ul li {
	height: 474px;
}
div#article.main ul#dsp3.catalogue-ul li {
	height: 474px;
}
div#article.main ul#dsp2.catalogue-ul li {
	height: 474px;
}

/* CATALOGUE-BL-TOP */

div.catalogue-bl-top {
	height: 414px;
	float: none;
	width: 100% !important;
	background: #F3F4F5;
	border-radius: 0px 0px 0px 0px;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
}

div#article.main ul#dsp3.catalogue-ul li div.catalogue-bl-top {
	height: 414px;
}
div#article.main ul#dsp2.catalogue-ul li div.catalogue-bl-top {
	height: 414px;
}

/* hover */

div#article.main ul.catalogue-ul li:hover div.catalogue-bl-top {
	background: #E9ECF5;
}
div#article.main ul.catalogue-ul li:hover div.itemIcons {
	background: linear-gradient(#ffffff, #E9ECF5);
}
div#article.main ul.catalogue-ul li:hover div.catalogue-bl div.catalogue-bl-top span.itemAvailability {
	background: #2D3E71;
	color: #fff;
}
div#article.main ul.catalogue-ul li:hover div.catalogue-bl-p h2, div#article.main ul.catalogue-ul li:hover div.catalogue-bl-p h3 {
    border-bottom: 1px solid #C8D0E6;
}

/* CATALOGUE-BL-P - jen po skladem!!! */

div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl-p {
	height: 243px;
}
div#article.main ul#dsp3.catalogue-ul li div.catalogue-bl-p {
	height: 243px;
}
div#article.main ul#dsp2.catalogue-ul li div.catalogue-bl-p {
	height: 243px;
}

/* ---- HOSTSHOP ------ */

div#article.main ul#dsp2.catalogue-ul li.p1,
div#article.main ul#dsp2.catalogue-ul li.p2 {
	border-top: 0px solid #E2E6E7;
	border-right: 0px dotted #ccc;
    border-left: 0px dotted #ccc;
}

div#article.main ul#dsp2.catalogue-ul li.p2,
div#article.main ul#dsp2.catalogue-ul li.p4,
div#article.main ul#dsp2.catalogue-ul li.p6,
div#article.main ul#dsp2.catalogue-ul li.p8,
div#article.main ul#dsp2.catalogue-ul li.p10,
div#article.main ul#dsp2.catalogue-ul li.p12,
div#article.main ul#dsp2.catalogue-ul li.p14,
div#article.main ul#dsp2.catalogue-ul li.p16,
div#article.main ul#dsp2.catalogue-ul li.p18,
div#article.main ul#dsp2.catalogue-ul li.p20,
div#article.main ul#dsp2.catalogue-ul li.p22,
div#article.main ul#dsp2.catalogue-ul li.p24,
div#article.main ul#dsp2.catalogue-ul li.p26,
div#article.main ul#dsp2.catalogue-ul li.p28,
div#article.main ul#dsp2.catalogue-ul li.p30,
div#article.main ul#dsp2.catalogue-ul li.p32,
div#article.main ul#dsp2.catalogue-ul li.p34,
div#article.main ul#dsp2.catalogue-ul li.p36,
div#article.main ul#dsp2.catalogue-ul li.p38,
div#article.main ul#dsp2.catalogue-ul li.p40,
div#article.main ul#dsp2.catalogue-ul li.p42,
div#article.main ul#dsp2.catalogue-ul li.p44,
div#article.main ul#dsp2.catalogue-ul li.p46,
div#article.main ul#dsp2.catalogue-ul li.p48,
div#article.main ul#dsp2.catalogue-ul li.p50,
div#article.main ul#dsp2.catalogue-ul li.p52,
div#article.main ul#dsp2.catalogue-ul li.p54,
div#article.main ul#dsp2.catalogue-ul li.p56,
div#article.main ul#dsp2.catalogue-ul li.p58,
div#article.main ul#dsp2.catalogue-ul li.p60,
div#article.main ul#dsp2.catalogue-ul li.p62,
div#article.main ul#dsp2.catalogue-ul li.p64,
div#article.main ul#dsp2.catalogue-ul li.p66,
div#article.main ul#dsp2.catalogue-ul li.p68,
div#article.main ul#dsp2.catalogue-ul li.p70,
div#article.main ul#dsp2.catalogue-ul li.p72,
div#article.main ul#dsp2.catalogue-ul li.p74,
div#article.main ul#dsp2.catalogue-ul li.p76,
div#article.main ul#dsp2.catalogue-ul li.p78,
div#article.main ul#dsp2.catalogue-ul li.p80,
div#article.main ul#dsp2.catalogue-ul li.p82,
div#article.main ul#dsp2.catalogue-ul li.p84,
div#article.main ul#dsp2.catalogue-ul li.p86,
div#article.main ul#dsp2.catalogue-ul li.p88,
div#article.main ul#dsp2.catalogue-ul li.p90,
div#article.main ul#dsp2.catalogue-ul li.p92,
div#article.main ul#dsp2.catalogue-ul li.p94,
div#article.main ul#dsp2.catalogue-ul li.p96 {
	border-right: 0px dotted #ccc;
	margin-right: 0px /* IE8 */; 
}

/* ZM�NA BARVY OK�NKA po najet� my�� */

div#article.main ul#dsp4.catalogue-ul li:hover,
div#article.main ul#dsp3.catalogue-ul li:hover,
div#article.main ul#dsp2.catalogue-ul li:hover {
	background: #fff;
}

/* HODNOCEN� hv�zdi�kami */

div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl,
div#article.main ul#dsp3.catalogue-ul li div.catalogue-bl,
div#article.main ul#dsp2.catalogue-ul li div.catalogue-bl {
	/* background: transparent url('templates/colorado_vertical/images/item-rating0.png') no-repeat 40px 3px; */
	background: transparent;
	padding-top: 22px;
	height: auto;
	border-bottom: 38px solid #2C2825;
	border-radius: 0 0 8px 8px;
}
div#article.main ul#dsp4.catalogue-ul li:hover div.catalogue-bl,
div#article.main ul#dsp3.catalogue-ul li:hover div.catalogue-bl,
div#article.main ul#dsp2.catalogue-ul li:hover div.catalogue-bl {
	border-bottom-color: #2D3E71;
}

div#article.main ul#dsp4.catalogue-ul li div.item-rating1,
div#article.main ul#dsp3.catalogue-ul li div.item-rating1,
div#article.main ul#dsp2.catalogue-ul li div.item-rating1   {
	/*background-image: url('templates/colorado_vertical/images/item-rating1.png');*/
	background: transparent;
}
div#article.main ul#dsp4.catalogue-ul li div.item-rating2,
div#article.main ul#dsp3.catalogue-ul li div.item-rating2,
div#article.main ul#dsp2.catalogue-ul li div.item-rating2   {
	/*background-image: url('templates/colorado_vertical/images/item-rating2.png');*/
	background: transparent;
}
div#article.main ul#dsp4.catalogue-ul li div.item-rating3,
div#article.main ul#dsp3.catalogue-ul li div.item-rating3,
div#article.main ul#dsp2.catalogue-ul li div.item-rating3  {
	/*background-image: url('templates/colorado_vertical/images/item-rating3.png');*/
	background: transparent;
}
div#article.main ul#dsp4.catalogue-ul li div.item-rating4,
div#article.main ul#dsp3.catalogue-ul li div.item-rating4,
div#article.main ul#dsp2.catalogue-ul li div.item-rating4   {
	/*background-image: url('templates/colorado_vertical/images/item-rating4.png');*/
	background: transparent;
}
div#article.main ul#dsp4.catalogue-ul li div.item-rating5,
div#article.main ul#dsp3.catalogue-ul li div.item-rating5,
div#article.main ul#dsp2.catalogue-ul li div.item-rating5  {
	/*background-image: url('templates/colorado_vertical/images/item-rating5.png');*/
	background: transparent;
}

/* hv�zdi�ky nad n�zvem */

div#article.main ul.catalogue-ul li div.itemIcons:before {
	content: url('templates/colorado_vertical/images/item-rating0.png') !important;
	position: absolute;
	top: 4px;
	right: 13px;
}
div#article.main ul#dsp4.catalogue-ul li div.itemIcons:before {
	right: 3px;
}

div#article.main .catalogue-ul li div.item-rating1 div.itemIcons:before {
	content: url('templates/colorado_vertical/images/item-rating1.png');
}
div#article.main .catalogue-ul li div.item-rating2 div.itemIcons:before {
	content: url('templates/colorado_vertical/images/item-rating2.png');
}
div#article.main .catalogue-ul li div.item-rating3 div.itemIcons:before {
	content: url('templates/colorado_vertical/images/item-rating3.png')   !important;
}
div#article.main .catalogue-ul li div.item-rating4 div.itemIcons:before {
	content: url('templates/colorado_vertical/images/item-rating4.png');
}
div#article.main .catalogue-ul li div.item-rating5 div.itemIcons:before {
	content: url('templates/colorado_vertical/images/item-rating5.png');
}


/* ----------- */

div#article.main ul.catalogue-ul li:first-child {
	border-top: 0px solid #E2E6E7;
}
div#article.main ul.catalogue-ul li.p1,
div#article.main ul.catalogue-ul li.p2,
div#article.main ul.catalogue-ul li.p3,
div#article.main ul.catalogue-ul li.p4 {
	border-right: 0px dotted #ccc;
	border-top: 0px solid #E2E6E7 !important;
}
div#article.main ul.catalogue-ul li.p1 {
	border-top: 0px solid #E2E6E7;
}

/* #dsp4 */

div#article.main ul#dsp4.catalogue-ul li.p4 {
	border-right: 0px dotted #ccc;
}
div#article.main ul#dsp4.catalogue-ul li.p4,
div#article.main ul#dsp4.catalogue-ul li.p8,
div#article.main ul#dsp4.catalogue-ul li.p12,
div#article.main ul#dsp4.catalogue-ul li.p16,
div#article.main ul#dsp4.catalogue-ul li.p20,
div#article.main ul#dsp4.catalogue-ul li.p24,
div#article.main ul#dsp4.catalogue-ul li.p28,
div#article.main ul#dsp4.catalogue-ul li.p32,
div#article.main ul#dsp4.catalogue-ul li.p36,
div#article.main ul#dsp4.catalogue-ul li.p40,
div#article.main ul#dsp4.catalogue-ul li.p44,
div#article.main ul#dsp4.catalogue-ul li.p48,
div#article.main ul#dsp4.catalogue-ul li.p52,
div#article.main ul#dsp4.catalogue-ul li.p56,
div#article.main ul#dsp4.catalogue-ul li.p60,
div#article.main ul#dsp4.catalogue-ul li.p64,
div#article.main ul#dsp4.catalogue-ul li.p68,
div#article.main ul#dsp4.catalogue-ul li.p72,
div#article.main ul#dsp4.catalogue-ul li.p76,
div#article.main ul#dsp4.catalogue-ul li.p80,
div#article.main ul#dsp4.catalogue-ul li.p84,
div#article.main ul#dsp4.catalogue-ul li.p88,
div#article.main ul#dsp4.catalogue-ul li.p92,
div#article.main ul#dsp4.catalogue-ul li.p96 {
	border-right: 0px dotted #ccc;
	margin-right: 0px /* IE8 */;
}

/* #dsp3 */

div#article.main ul#dsp3.catalogue-ul li.p1,
div#article.main ul#dsp3.catalogue-ul li.p2,
div#article.main ul#dsp3.catalogue-ul li.p3 {
	border-top: 0px solid #E2E6E7;
	border-right: 0px dotted #ccc;
}
div#article.main ul#dsp3.catalogue-ul li.p3,
div#article.main ul#dsp3.catalogue-ul li.p6,
div#article.main ul#dsp3.catalogue-ul li.p9,
div#article.main ul#dsp3.catalogue-ul li.p12,
div#article.main ul#dsp3.catalogue-ul li.p15,
div#article.main ul#dsp3.catalogue-ul li.p18,
div#article.main ul#dsp3.catalogue-ul li.p21,
div#article.main ul#dsp3.catalogue-ul li.p24,
div#article.main ul#dsp3.catalogue-ul li.p27,
div#article.main ul#dsp3.catalogue-ul li.p30,
div#article.main ul#dsp3.catalogue-ul li.p33,
div#article.main ul#dsp3.catalogue-ul li.p36,
div#article.main ul#dsp3.catalogue-ul li.p39,
div#article.main ul#dsp3.catalogue-ul li.p42,
div#article.main ul#dsp3.catalogue-ul li.p45,
div#article.main ul#dsp3.catalogue-ul li.p48,
div#article.main ul#dsp3.catalogue-ul li.p51,
div#article.main ul#dsp3.catalogue-ul li.p54,
div#article.main ul#dsp3.catalogue-ul li.p57,
div#article.main ul#dsp3.catalogue-ul li.p60,
div#article.main ul#dsp3.catalogue-ul li.p63,
div#article.main ul#dsp3.catalogue-ul li.p66,
div#article.main ul#dsp3.catalogue-ul li.p69,
div#article.main ul#dsp3.catalogue-ul li.p72,
div#article.main ul#dsp3.catalogue-ul li.p75,
div#article.main ul#dsp3.catalogue-ul li.p78,
div#article.main ul#dsp3.catalogue-ul li.p81,
div#article.main ul#dsp3.catalogue-ul li.p84,
div#article.main ul#dsp3.catalogue-ul li.p87,
div#article.main ul#dsp3.catalogue-ul li.p90,
div#article.main ul#dsp3.catalogue-ul li.p92,
div#article.main ul#dsp3.catalogue-ul li.p95 {
	border-right: 0px dotted #ccc;
}

/* #dsp1 */


div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl {
	height: auto;
	min-height: 100px;
	border-bottom: 0px dotted #ccc;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 0px;
}

div#article.main ul#dsp1.catalogue-ul li {
	list-style: none;
	width: 100%;
	padding: 0px;
	background: transparent;
	border: none;
	border-radius: 0px;
	position: relative;
}  
div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl-top {
	text-align: justify;
	height: auto !important;
	font-size: 14px;
	background: #fff;
}
div#article.main ul#dsp1.catalogue-ul li div.bl-image {
	display: inline-block;
	float: left;
	box-sizing: border-box;
	margin: 0 30px 20px 0px;
	width: 230px;
	height: 250px;
	line-height: 216px;
	padding: 15px;
	border: 1px solid #D2D6D8;
	border-radius: 5px;
	text-align: center !important;
}
div#article.main ul#dsp1.catalogue-ul li div.bl-image img {
	max-width: 200px;
	max-height: 220px;
	vertical-align: middle;
}

div#article.main ul#dsp1.catalogue-ul li h2,
div#article.main ul#dsp1.catalogue-ul li h2 a,
div#article.main ul#dsp1.catalogue-ul li h3,
div#article.main ul#dsp1.catalogue-ul li h3 a {
	font-size: 14px;
	text-align: left;
}
div#article.main ul#dsp1.catalogue-ul li h2,
div#article.main ul#dsp1.catalogue-ul li h3 {
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}
div#article.main ul#dsp1.catalogue-ul li .catalogue-bl h3 a {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #F33966 !important;
}
div#article.main ul#dsp1.catalogue-ul li .catalogue-bl h3 a:hover {
	color: #FE5451 !important;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl-desc {
	margin-bottom: 10px;
	padding: 0px 2px;
	min-height: 260px;
	font-size: 16px;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl-p {
	width: 30%;
	height: 57px;
	box-sizing: border-box;
	padding: 10px 12px;
	background: #ECEEEF;
	float: left;
	margin-bottom: 15px; 
	text-align: right;
	/*border-radius: 0 4px 4px 0;*/
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl-p span.itemMainPrice {
	font-size: 14px;
	padding: 0px;
	text-align: right;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl-p span.itemPrice {
	text-align: right;
	padding: 1px 2px 0; 
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-info {
	display: flex;
    align-items: center;
	width: 30%;
	height: 57px;
	box-sizing: border-box;
	padding: 10px 15px;
	background: #ECEEEF;
	float: left;
	border-radius: 4px 0 0 4px;
	text-align: left;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-info span.catalogue-availability {
	font-size: 16px;
	font-weight: bold;
	color: #445EAB;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy {
	display: flex;
    justify-content: flex-end;
	width: 40%;
	height: 57px;
	box-sizing: border-box;
	padding: 10px 12px;
	background: #ECEEEF;
	border-radius: 0 4px 4px 0;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy div {
	width: auto;
	float: right;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy input.pcs {
	margin-top: -1px;
    width: 46px;
    text-align: center;
    float: left;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy span {
	float: left;
    margin-top: 9px;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy input.hs-a-buy {
    float: left;
    margin-left: 5px;
    border-radius: 3px;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy a.hs-a-detail, div#article table tbody td a.hs-a-detail {
	padding: 10px 12px;
	background: #ffffff;
	color: #383431;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	text-decoration: none;
	height: 16px;
    line-height: 16px;
    text-align: center;
    text-shadow: none;
	float: left;
	margin-left: 10px;
	width: 70px;
	border-radius: 3px;
}
div#article table tbody td a.hs-a-detail {
	float: right;
    margin: 0px;
    margin-right: 10px;
    margin-top: 2px;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy a.hs-a-detail:visited {
	color: #383431 !important;
}
div#article.main ul#dsp1.catalogue-ul li span.catalogue-deduc {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
    line-height: 38px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	background: #FE5451;   
	border-radius: 4px;
	position: absolute; top: 0; right: 0px;
}

div#article.main ul#dsp1.catalogue-ul div.catalogue-bl span.itemType {
	display: inline-block;
	height: 36px;
	box-sizing: border-box;
	padding: 10px 20px;
	font-size: 12px !important;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	bottom: 25px; left: inherit; right: 320px;
}


/* ============ V�PIS V�ROBC� - producer-li ============ */

div#article.main ul.catalogue-ul li.producer-li {
	width: 19.0%;
	box-sizing: border-box;
	height: 150px;
	padding-top: 0px;
	display: inline-block;
	background: #fff;
	margin: 0px 1.25% 1% 0;
	border: 1px solid #E2E6E7 !important;
	border-radius: 4px;
}
div#article.main ul.catalogue-ul li.producer-li:nth-child(5n+5) {
	margin-right: 0px;
}
	
div#article.main ul.catalogue-ul li.producer-li a.producer-a {
	display: block;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    font-weight: bold;
    color: #383431;
    background: #F3F4F5;
}

div#article.main ul.catalogue-ul li.producer-li a {
    line-height: 110px;
}
div#article.main ul.catalogue-ul li.producer-li a img {
	max-width: 90%;
	max-height: 89px;
	vertical-align: middle;
}

/* ------ */

div.producerHeader {
	margin-bottom: 20px;
}
div.producerHeader p.producerLogo {
	text-align: justify;
	display: inline-block;
	margin-bottom: 10px;
}
div.producerHeader p.producerLogo img {
	margin-right: 20px;
	padding: 15px;
	border: 1px solid #D2D6D8;
}
div.producerHeader p.producerUrl {
	font-weight: bold;
	clear: both;
}
div.producerItems h2 {
	font-size: 18px;
	color: #383431;
	padding-bottom: 12px;
}

div.producerHeader p,
div.producerItems p {
	margin-left: 0px !important;
}
div.producerItems h2.producer-h {
	font-size: 18px;
	border-bottom: none !important;
}

div.producerItems table.catalogue-tab {
	margin: 0px 0 15px;
}	


/* N�ZVY PRODUKT� (katalog) */

div#article.main ul.catalogue-ul li h2,
div#article.main ul.catalogue-ul li h2 a,
div#article.main ul.catalogue-ul li h3,
div#article.main ul.catalogue-ul li h3 a {
	color: #383431;
	font-size: 16px;
	font-weight: normal;
	background: transparent;
}
div#article.main ul.catalogue-ul li h2 a:visited,
div#article.main ul.catalogue-ul li h3 a:visited,
div#article.main h3 a:visited {
	color: #383431 !important;
}
div.catalogue-bl-p h2,
div.catalogue-bl-p h3 {
	padding: 11px 15px;
	border-top: 0px solid #D2D6D8;
	border-bottom: 1px solid #D2D6D8;
	text-align: center;
	line-height: 18px !important;
	width: 100% !important;
	height: 58px !important;
	box-sizing: border-box;
	margin: 0 auto;
}
div#article.main ul#dsp3.catalogue-ul li div.catalogue-bl-p h3,
div#article.main ul#dsp2.catalogue-ul li div.catalogue-bl-p h3 {
	font-size: 16px;
}

/* text "Ostatn� zbo�� v t�to kategorii" (detail) */

div#article.main h3.nextItems {
	margin-left: 0px;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 22px;
	margin-bottom: 8px;
	text-align: left;
	text-transform: none;
	line-height: 42px;
	color: #FE5451;
}


/* ============ ITEM ICONS - color, text, compare (katalog) ============ */

div#article.main ul.catalogue-ul li div.itemIcons {
	width: 100%;
	height: 38px;
	background: linear-gradient(#ffffff, #F3F4F5);
	float: left;
	position: absolute;
	top: 277px;
	left: 0px;
	z-index: 60;
}
div#article.main ul.catalogue-ul li div.itemIcons:hover {
	height: 38px;
}

div#article.main ul.catalogue-ul li div.itemIcons span,
div#article.main ul.catalogue-ul li div.itemIcons a {
	margin-top: -2px;
	margin-left: 10px;
	width: 34px;
	height: 32px;
	border: 0px solid #D2D6D8;
	border-radius: 50%;
	background-image: url('templates/colorado_vertical/images/item-icons.png')   !important;
	background-repeat: no-repeat;
	float: left;
	z-index: 65;
	transition: all 0.4s;
}
div#article.main ul#dsp4.catalogue-ul li div.itemIcons span,
div#article.main ul#dsp4.catalogue-ul li div.itemIcons a {
	margin-left: 4px;
}
div#article.main ul.catalogue-ul li div.itemIcons span {
	cursor: help;
}

div#article.main ul.catalogue-ul li div.itemIcons span.itemText {
	background-color: #fff;
	background-position: center -23px;
}
div#article.main ul.catalogue-ul li div.itemIcons span.itemText:hover {
	background-color: #C8D0E6;
	background-image: url('templates/colorado_vertical/images/item-icons.png');
}
div#article.main ul.catalogue-ul li div.itemIcons span.itemColor {
	background-color: #fff;
	background-position: center 6px;
}
div#article.main ul.catalogue-ul li div.itemIcons span.itemColor:hover {
	background-color: #C8D0E6;
	background-image: url('templates/colorado_vertical/images/item-icons.png')
}
div#article.main ul.catalogue-ul li div.itemIcons span.itemVariants {
	background-color: #fff;
	background-position: center -79px;
}
div#article.main ul.catalogue-ul li div.itemIcons span.itemVariants:hover {
	background-color: #C8D0E6;
	background-image: url('templates/colorado_vertical/images/item-icons.png');
}
div#article.main ul.catalogue-ul li div.itemIcons a.itemCompare {
	background-color: #fff;
	background-position: center -51px;
}
div#article.main ul.catalogue-ul li div.itemIcons a.itemCompare:hover {
	background-color: #C8D0E6;
	background-image: url('templates/colorado_vertical/images/item-icons.png')
}


div#article.main ul.catalogue-ul li div.itemIcons img.itemRating {
	margin-top: 5px;
}
div#article.main ul.catalogue-ul li div.itemDescription {
	display: none;
	visibility: hidden;
	z-index: 50;
}

/* ---- */

div.home-bl {
	width: 100%; /* 760px */
}
div.home-bl h2.home-h,
div.home-bl h1.home-h {
	background: none;
	margin-bottom: 20px;
	font-size: 18px;
	color: #383431000;
}


/* ITEM DESCRIPTION */

div.catalogue-bl div.itemDescription {
	display: none;
	visibility: hidden;
	background: #fff;
	color: #34444B;
	padding: 65px 40px 0px 30px;
	text-align: justify;
	z-index: 25;
	margin-top: 0px;
	height: 210px !important;
	top: 0px !important;
	font-size: 16px;
	line-height: 20px;
	opacity: 0.90;
    filter: alpha(opacity=90);
}
/*
div#article.main ul#dsp3.catalogue-ul li div.catalogue-bl div.itemDescription {
	height: 167px !important;
	font-size: 15px;
	padding: 20px 35px 0px 40px;
	line-height: 20px;
}
div#article.main ul#dsp2.catalogue-ul li div.catalogue-bl div.itemDescription {
	height: 207px !important;
	font-size: 15px;
	padding: 20px 50px 0px;
	line-height: 24px;
}*/

/* ITEM INFO */ 

div.catalogue-bl div.itemInfo {
	display: none;
	visibility: hidden;
	background: #ffffff url('templates/colorado_vertical/images/itemInfo-bg.png') repeat-x left bottom;
	position: relative;
	border-top: 1px solid #d9d9d9;
	top: -101px;
	color: #ffffff;
	height: 120px;
	padding: 5px;
}
div.catalogue-bl:hover div.itemInfo {
	display: block;
	visibility: visible;
	position: relative;
	top: -126px;
	z-index: 20;
}
div.catalogue-bl div.itemInfo span {
	display: inline-block;
	line-height: 12px;
}

div.catalogue-bl div.itemInfo span.itemMainPrice {
	color: #383431;
	font-weight: bold;
	font-size: 16px;
}
div.catalogue-bl div.itemInfo span.itemMainPrice span {
	margin-left: 3px;
	color: #383431;
}
div.catalogue-bl div.itemInfo span.itemOldPrice {
	line-height: 16px;
	color: #383431;
	font-weight: normal;
	font-size: 14px;
}
div.catalogue-bl div.itemInfo span.itemOldPrice span {
	margin-left: 3px;
	color: #383431;
	text-decoration: line-through;
}
div.catalogue-bl div.itemInfo span.itemPrice {
	line-height: 14px;
	color: #383431;
	font-weight: bold;
	font-size: 12px;
}
div.catalogue-bl div.itemInfo span.itemPrice span {
	margin-left: 3px;
	color: #383431;
}
div.catalogue-bl div.itemInfo span.itemAvailability {
	line-height: 16px;
	display: block;
	color: #544F49;
	font-weight: normal;
	font-size: 14px;
}
div.catalogue-bl div.itemInfo span.Availability2 {
	color: #544F49;
}
div.catalogue-bl div.itemInfo span.itemAvailability span {
	color: #544F49;
	text-decoration: line-through;
}
div.catalogue-bl div.itemInfo span {
	display: inline-block;
	line-height: 12px;
}

/* DOSTUPNOST ZBO�� (katalog) */

div.catalogue-bl div.catalogue-bl-top span.itemAvailability {
	color: #ccc;
	background: #2C2825;
	text-align: center;
	padding: 0px;
	box-sizing: border-box;
	width: 100%;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 38px;
	text-transform: uppercase;
	margin-top: 0px;
	border-radius: 0 0 8px 8px;
	position: absolute;
	top: 100%;
	left: 0px;
}

/* ============ P�IDAT DO KO��KU (katalog) - ITEM BUY ============ */

div.catalogue-bl div.itemBuy,
div#article.main ul#dsp4.catalogue-ul li div.itemBuy.detailOnly.motherItem {
	display: inline-block;
	visibility: visible;
	text-align: left;
	background: linear-gradient(#fe5451, #F33966 60%);
	position: absolute;
	top: 90% !important;
	right: 15px !important; 
	color: #a1a1a1;
	height: 56px !important;
	width: 56px !important;
	padding: 0px;
	border-top: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl div.itemBuy {top: 92% !important; right: 11px !important; height: 50px !important; width: 50px !important;}
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl:hover div.itemBuy {right: 11px !important;}
div#article.main ul#dsp4.catalogue-ul li div.itemBuy.detailOnly.motherItem {right: 11px !important; top: 91% !important;}

div.catalogue-bl:hover div.itemBuy {
	position: absolute;
	right: 15px !important; 
}
div#article.main ul.catalogue-ul li div.catalogue-bl {
	position: relative !important; 
}

div.catalogue-bl div.itemBuy span {
	visibility: hidden;
	color: #383431;
	font-size: 12px;
	margin-right: 0px;
	margin-left: 6px !important;
	line-height: 40px;
	display: none;
}

div.catalogue-bl div.itemBuy input[type="text"] {
	visibility: hidden;
	width: 36px !important;
	height: 35px;
	line-height: 33px;
	margin-top: 3px !important;
	margin-left: 53%!important;
	margin-right: 0px !important;
	padding: 0px 5px 0 5px;
	border: 1px solid #E2E6E7;
	background: #fff;
	font-size: 14px;
	text-align: center;
	color: #4d4d4d !important;
	float: left !important;
	display: none;
}

div.catalogue-bl div.itemBuy input[type="submit"] {
	height: 56px;
	width: 56px;
	box-sizing: border-box;
	padding: 0px 0px 0px 56px;
	color: transparent;
	font-size: 12px;
	background-color: transparent;
	background-image: url('templates/colorado_vertical/images/basket-itemBuy.png');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
	float: right !important;
	transition: background-color 0.4s;
}
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl div.itemBuy input[type="submit"] {height: 50px; width: 50px; padding-left: 50px;}

div.catalogue-bl div.itemBuy input[type="submit"]:hover {
	background-color: #fe5451;
}

	/* eshopMode2 / eshopMode3 .detailOnly + motherItem(p�i z�kazu prodeje mate�sk� polo�ky) */

div#article.main ul.catalogue-ul li div.catalogue-bl.eshopMode2 div.itemBuy.detailOnly a.hs-a-det,
div#article.main ul.catalogue-ul li div.catalogue-bl.eshopMode3 div.itemBuy.detailOnly a.hs-a-det,
div#article.main ul.catalogue-ul li div.itemBuy.detailOnly.motherItem a.hs-a-det {
	background: none !important;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	border-radius: 50%;
	text-align: center;
	font-size: 14px !important;
}
div#article.main ul.catalogue-ul li div.itemBuy.detailOnly.motherItem a.hs-a-det {
	line-height: 16px;
	text-align: center;
	font-size: 8px !important;
	box-sizing: border-box;
	padding: 9px 0;
}

div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl div.itemBuy.detailOnly,
div.catalogue-bl div.itemBuy.detailOnly {
	height: 50px !important;
	width: 50px !important;
}
div.catalogue-bl div.itemBuy.detailOnly:hover,
div.catalogue-bl div.itemBuy.detailOnly.motherItem:hover {
	background: #fe5451;
}
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl.eshopMode3 div.itemBuy.detailOnly,
div.catalogue-bl.eshopMode3 div.itemBuy.detailOnly {
	top: 89% !important;
	right: 50% !important; 
	margin-right: -31px;
}


/* CATALOGUE-ROW (katalog) - ceny */

div.catalogue-bl span.itemMainPrice span {
	margin-top: 0px;
	font-size: 22px;
	font-weight: bold;
	/*display: block;*/
	color: #383431;
	text-align: left;
}
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl span.itemMainPrice span {font-size: 22px;}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl span.itemMainPrice span.itemMainPriceUnit,
div#article.main ul#dsp2.catalogue-ul li div.catalogue-bl span.itemMainPrice span.itemMainPriceUnit,
div#article.main ul#dsp3.catalogue-ul li div.catalogue-bl span.itemMainPrice span.itemMainPriceUnit,
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl span.itemMainPrice span.itemMainPriceUnit {
	font-size: 12px;
	font-weight: normal;
}
div.catalogue-bl span.itemMainPrice {
	text-align: left;
	padding: 14px 15px 4px;
	margin-top: 0px;
	height: auto;
}
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl span.itemMainPrice {font-size: 12px;}

div.catalogue-bl span.itemPrice {
	line-height: 12px;
	font-size: 12px;
	display: block;
	padding: 0 15px 0 15px;
	text-align: left;
	margin-bottom: 0px;
}

/* typ zbo�� ITEMTYPE (katalog) */
div.catalogue-bl span.itemType {
	color: #fff;
	background: #B4BFE0;
	padding: 7px 15px;
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	bottom: 170px;
	left: 13px;
	border-radius: 4px;
	z-index: 300;
	display: block;
}

/* ROZM�RY IMG (katalog) */

div.catalogue-bl-top .catalogue-bl-image img {
	margin: 0px auto;
	vertical-align: middle;
	max-height: 230px;
	border-radius: 5px;
}
#dsp4 div.catalogue-bl-top .catalogue-bl-image img {
	max-width: 250px;
}
#dsp3 div.catalogue-bl-top .catalogue-bl-image img {
	max-width: 280px;
}
#dsp2 div.catalogue-bl-top .catalogue-bl-image img {
	max-width: 320px;
}
	/* --- */
	
div.catalogue-bl-image {
	background: #fff;
	border-bottom: 0px;
	padding: 0px;
	display: block;
	margin: 0px;
} 
#dsp4 div.catalogue-bl-image {
	height: 288px;
	line-height: 248px;
} 
#dsp3 div.catalogue-bl-image {
	height: 288px;
	line-height: 248px;
} 
#dsp2 div.catalogue-bl-image {
	height: 288px;
	line-height: 248px;
}

div#article.main ul.catalogue-ul li:hover div.catalogue-bl-image {
border-bottom: 0px dotted #d0d0d0 !important;
} 


/* ============ ITEM SPECIAL - store, reduction, action, sale ============ */

div#article.main ul.catalogue-ul li div.itemSpecial {
	width: 110px;
	height: 40px;
	position: absolute;
	top: 0px;
	right: 4px;
	z-index: 400;
	cursor: pointer;
	line-height: 40px;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

div#article.main ul.catalogue-ul li div.eshopMode3 {
	top: 0px;
}
div#article.main ul.catalogue-ul li:hover div.itemSpecial {
	top: 0px;
}


/* ITEM SPECIAL - backgrounds */

div#article.main ul.catalogue-ul li div.itemAction {
	background: transparent;
}
div#article.main ul.catalogue-ul li div.itemReduction {
	background: transparent;
}
div#article.main ul.catalogue-ul li div.itemSale {
	background: transparent;
}
div#article.main ul.catalogue-ul li div.itemNew {
	background: transparent;
}
div#article.main ul.catalogue-ul li div.itemStore {
	background: transparent;
}

/* ITEM SPECIAL - grafika */

	/* AKCE, SLEVA */
div#article.main ul.catalogue-ul li div.itemActionIco,
div#article.main ul.catalogue-ul li div.itemReductionIco {
	background: #fe5451;
	border-radius: 4px;
	height: 40px;
	width: 46px;
	line-height: 40px;
}

	/* V�PRODEJ */
div#article.main ul.catalogue-ul li div.itemSaleIco {
	background: #445EAB;
	border-radius: 4px;
}


	/* NOVINKA */
div#article.main ul.catalogue-ul li div.itemNewIco {
	background: #DCDEE2;
	display: block;
	border-radius: 4px;
	left: 4px;
}
/*
div#article.main ul.catalogue-ul li div.itemSpecial {
	width: 120px;
	height: 38px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 40;
	cursor: pointer;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	border-radius: 0 0 0px 15px;
	box-shadow: -1px 1px 7px 0px #59544D;
}*/


	/* SKLADEM */
div#article.main ul.catalogue-ul li div.itemStoreIco {
	top: 440px !important;
	left: 6px;
	height: 0px;
	width: 0px;
	/*content: "";
    border-top: 26px solid transparent;
    border-left: 26px solid #87ce00;
	border-bottom: 0px solid transparent;
    display: inline-block;*/
}
div#article.main ul.catalogue-ul li div.itemStoreIco:before {
	content: "\f14a";
    font: normal normal normal 30px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #87ce00;
}


/* ITEM SPECIAL - texty */

div#article.main ul.catalogue-ul li div.itemActionIco:after {
	content: "!";
	margin-right: 0px;
	font-size: 30px;
}
div#article.main ul.catalogue-ul li div.itemReductionIco:after {
	content: "";
	margin-right: 0px;
}
div#article.main ul.catalogue-ul li div.itemSaleIco:after {
	content: "VÝPREDAJ";
	margin-right: 0px;
}
div#article.main ul.catalogue-ul li div.itemNewIco:after {
	content: "NOVINKA";
	margin-right: 0px;
}
/*div#article.main ul.catalogue-ul li div.itemStoreIco:after {
	content: "OK";
	margin-right: 0px;
}*/


/* ---------------- */

div.eshop-bl-body {
  text-align: center;
}
a.hs-a-detail {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: url("templates/colorado_vertical/images/spolocny.png") repeat-x -477px -147px;
	height: 30px;
	width: 135px;
	border: 0;
	color: #ffffff;
	cursor: pointer;
	text-shadow: 1px 1px #383431000;
	margin:0px;
	display: inline-block;
	line-height: 30px;
}
a.hs-a-buy,
a.hs-a-det {
	height: 20px;
	padding: 10px 12px;
	background: #E2E6E7 !important;
	font-size: 14px;
	font-weight: bold;
	color: #F3F4F5 !important;
	text-transform: uppercase;
	border: none;
	text-decoration: none;
	float: right;
}
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl a.hs-a-det {
	font-size: 12px;
}

div.itemBuy a.hs-a-det:visited {
	color: #F3F4F5 !important;
	background: #E2E6E7 !important;
}
div.itemBuy a.hs-a-det:hover {
	background: #544F49 !important;
}
div.bl-space {
	border-top: 1px solid #c79a19;
}
img.itemImage,
img.catalogue-img,
.catalogue-img {
	border: 0px solid #d9d9d9;
}
ul.catalogue-ul li h2,
ul.catalogue-ul li h3 {
	text-decoration: none;
	overflow: visible;
	background: transparent;
}
ul.catalogue-ul li h2 a,
ul.catalogue-ul li h3 a {
	text-decoration: none;
}
div.catalogue-bl-p a:visited {
	background-color: #fff;
	background-image: none;
}


/* ============ LI�TY C-LINE, C-PROD-LINE (katalog) ============ */

#article p.includedCategories {
	margin: 0px 0px 10px;
	padding: 5px 0px 5px 2px;
	background: #fff;
	border-bottom: 0px solid #ccc;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	color: #445EAB;
	text-transform: uppercase;
	border-radius: 4px 4px 0 0;
	display: block;
}
div.catalogue-line.categories-line {
	width: 100%;
	box-sizing: border-box;
	margin: 0px auto 5px; 
	background: #fff;
	border: none;
	padding: 0 0px;
	display: inline-block;
}

#article ul.catalogue-subcat {
	display: inline-block;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 0px;
	margin: 0px auto; 
}

#article ul.catalogue-subcat li {
	list-style: none;
	float: left;
	display: inline-block;
	box-sizing: border-box;
	font-size: 15px;
	min-width: 19.2%;
	max-width: 19.2%;
	margin: 0 1% 13px 0;
	background: #F3F4F5 /*linear-gradient(#ffffff, #F3F4F5)*/;
	border-bottom: 2px solid #e2e6e7; 
	line-height: 78px;
	height: 80px;
	border-radius: 4px 4px;
	overflow: hidden;
	// box-shadow: inset 0px 0px 20px #EFF0F1;
	transition: all 0.4s;
	vertical-align: middle;
	position: relative;
}

ul.catalogue-subcat li img {
	margin: 0;
    padding: 0;
    position: relative;
    top: 20px;
    left: 20px;
    float: left;
}

#article ul.catalogue-subcat li:before {
	content: "\f138" /* "\f078" "\f0dc" */;
    font: normal normal normal 18px/1 FontAwesome;
    color: #fff;
	position: absolute; top: 5px; right: 5px;
}
#article ul.catalogue-subcat li:hover:before {
	content: "\f13a" /* "\f078" "\f0dc" */;
}

#article ul.catalogue-subcat li:nth-child(5n+5) {
	margin-right: 0px;
}

#article div.categories-line ul li:hover {
	background: #E9ECF5;
	border-color: #C8D0E6;
	/*box-shadow: inset 0px 0px 20px #E2E6E7;*/
}
#article ul.catalogue-subcat li a {
	color: #383431 /* #3d5396, #544F49 */;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
	box-sizing: border-box;
	line-height: 16px;
	width: 100%;
	vertical-align: middle;
}
#article ul.catalogue-subcat li:hover a {
	color: #445EAB;
}
ul.catalogue-subcat li:after {
	margin-left: 15px;
	margin-right: 15px;
	color: #ccc;
	content: "|";
	display: none;
}
ul.catalogue-subcat li:last-child:after {
	margin-left: 0px;
	margin-right: 0px;
	content: "";
	display: none;
}

div.catalogue-line.sorting-line {
	background: #fff;
	width: 100%;
	height: 42px;
	display: block;
	box-sizing: border-box;
	margin: 15px auto 0; 
	padding: 0px;
	text-align: center;
	border: 0px solid #D2D6D8;
}

div.catalogue-line form div#sSort_msdd,
div.catalogue-line form div#sDsp_msdd,
div.catalogue-line form div#sOnPage_msdd {
	background: transparent;
	width: 39.8% !important;
	height: 42px;
	line-height: 29px;
	box-sizing: border-box;
	margin-right: 0.6%;
	border: 0px;
	border: 0px;
	border-radius: 4px;
	background: #2C2825;
	float: left;
}

div.catalogue-line form div#sDsp_msdd,
div.catalogue-line form div#sOnPage_msdd  {
	width: 29.5% !important;
	background: #EFF0F1;
}

div.catalogue-line form div#sOnPage_msdd  {
	margin-right: 0;
	margin-left: -10%;
	float: right;
}

div.catalogue-line form div#sSort_msdd img.fnone {
	display: none;
}

div.catalogue-line form span.ddTitleText {
	box-sizing: border-box;
	padding: 6px 15px !important;
	height: 46px;
	font-size: 14px;
	font-weight: normal;
	color: #EDEFF0;
}
div.catalogue-line form div#sDsp_msdd span.ddTitleText,
div.catalogue-line form div#sOnPage_msdd span.ddTitleText {
	color: #544F49;
}

.ddcommon .arrow {
	top: 7px;
	right: 12px; 
}
.ddcommon .arrow:before {
	content: "\f078" /* "\f078" "\f0dc" */;
    font: normal normal normal 16px/1 FontAwesome;
    color: #aeb2b3;
}
.dd .arrow {
    margin-top: 0px;
    background: none;

}

div.catalogue-line select,
div.catalogue-prod-line select {
	height: 21px;
	padding: 0px 5px 0px 35px;
}
div.catalogue-prod-line label {
	display: inline-block;
	background-color: #fff;
	font-size: 15px;
	font-weight: normal;
	color: #383431;
	height: 36px;
	padding: 0 1px 5px 10px;
	margin-right: 3px;
	border-radius: 4px;
	transition: background-color 0.4s;
}
div.catalogue-prod-line label:first-child {
	margin-left: 12px;
}
div.catalogue-prod-line label label {
	margin-left: 0px;
	padding: 0 12px 0 5px;
}

div.catalogue-prod-line label:hover,
div.catalogue-prod-line label:hover label {
	background-color: #f3f4f5;
	cursor: pointer;
}

div.catalogue-prod-line input[type="checkbox"] {
	position: relative;
	top: 2px;
	font-size: 20px;
}
div.catalogue-prod-line {
	width: 100%;
	height: auto;
	min-height: 0px;
	box-sizing: border-box;
	display: inline-block;
	background: #fff;
	margin: 20px 0px 5px; 
	padding: 12px 65px 12px 15px;
	border: 1px solid #D2D6D8;
	border-radius: 4px;
	position: relative;
	clear: both;
}
#article div.catalogue-prod-line form,
#article div.catalogue-prod-line form p,
#article div.catalogue-line form,
#article div.catalogue-line form p {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#article div.catalogue-prod-line form p {
	background: #fff;
	line-height: 40px;
	font-weight: bold;
	color: #F33966;
	font-size: 16px;
}
	
div.catalogue-line form#sForm  input[type="submit"],
div.catalogue-prod-line form input[type="submit"]  {
	background-color: #F33966;
	background-image: url('templates/colorado_vertical/images/refresh.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 46px;
	height: 44px;
	box-sizing: border-box;
	padding: 0px;
	margin-top: -22px;
	font-size: 12px;
	color: transparent;
	border-radius: 50%;
	float: right;
	position: absolute;
	top: 50%; right: 12px;
	transition: background-color 0.4s;
}


div.catalogue-line form#sForm  input[type="submit"]:hover,
div.catalogue-prod-line form input[type="submit"]:hover {
	background-color: #FE5451;
}

div.catalogue-line form#sForm  input[type="submit"] {
	display: none;
}

div.catalogue-prod-line form [type="submit"]  {
	margin-left: 0px;
}

.ddcommon .ddChild {
	box-sizing: border-box;
}

.dd .ddChild {
    border: 1px solid #D2D6D8;
	left: 0px;
}
.dd .ddChild li {
	padding: 5px 15px;
    border-bottom: 1px solid #D2D6D8;
}
.dd .ddChild li:hover {
    background-color: #F3F4F5;
}
.dd .ddChild li.selected {
    background-color: #ECEEEF;
    color: #383431;
}
.dd .ddChild li span.ddlabel {
	color: #383431;
}
.borderRadiusTp .border, .borderRadius .border, 
.borderRadiusBtm .border, .borderRadiusBtm ul li:first-child  {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.ddcommon .shadow {
    -moz-box-shadow: 5px 5px 5px -5px #544F49;
    -webkit-box-shadow: 5px 5px 5px -5px #544F49;
    box-shadow: 5px 5px 5px -5px #544F49;
}


/* ---------------- */

div#demo-alert {
	text-align: center;
	background: #d43a69;
	color: #ffffff;
	font-weight: bold;
	padding: 3px;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: transparent;
	margin-bottom: 0px;
}

form#usercontact-f legend, 
form#order-f legend {
	display: inherit;
	text-align: center;
	background: #E2E6E7;
	border-top: 0px solid #fff; border-bottom: 0px solid #fff;
	color: #383431;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	width: 100%;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 46px;
	margin-bottom: 25px !important;
}	
/*
form#order-f legend {
	background: #F7F0F4;
	color: #F33966;
}
*/

form#usercontact-f {
	padding-top: 0px !important;
	padding-bottom: 15px !important;
}
form#order-f {
	padding-top: 0px !important;
}
form#usercontact-f fieldset,
form#order-f fieldset{
	margin-bottom: 25px !important;
}

form#order-f div.eshop-f-bl {
	margin-bottom: 3px !important;
}
/*
form#search-f {
	width: 738px;
	background: #ebebeb;
	padding: 5px;
	border: 1px solid #d8d7d7;
}
*/
form#search-f p.eshop-p {
	margin-bottom: 0px;
	text-align: center;
}

div.eshop-f-bl {
	margin-bottom: 10px !important;
	width: 75%;
	margin: auto;
}

form#loginfrm div.eshop-f-bl,
form#loginFrmBlock div.eshop-f-bl,
body#objednavky form#loginFrmBlock div.eshop-f-bl,
form#forgetpasswordf div.eshop-f-bl,
form#search-f div.eshop-f-bl {
	width: 60%;
}

body#objednavky form#loginFrmBlock fieldset {
	border-bottom: none;
}

form#usercontact-f div.eshop-f-bl {
	width: 75%;
}
form#usercontact-f div.eshop-f-itm {
	min-width: 32% !important;
	width: 32% !important;
}

form#productask-f div.eshop-f-val input[type="text"],
form#productask-f div.eshop-f-val input[type="password"],
form#usercontact-f div.eshop-f-val input[type="text"],
form#usercontact-f div.eshop-f-val input[type="password"] {
	width: 61%;
}

.form-input-dialing-code {
	width: 10% !important;	
}
	
.form-input-dialing-number {
	width: calc(51% - 10px) !important;	
	margin-left: 10px;
}

form#reclamation-f div.eshop-f-val input[type="text"] {
	width: 61%;
}
form#reclamation-f div.eshop-f-bl textarea#description1 {
	width: 100%;
}

#article p.search-line {
	font-size: 15px;
	color: #383431;
	background: #FCE7E8;
	font-weight: bold;
	text-align: center;
	padding: 10px 0px;
	margin-top: -10px;
	border-radius: 5px;
}

p.search-line strong {
	font-size: 18px !important;
	color: #F33966;
}

div.eshop-f-itm {
	clear: none;
	display: block;
	float: left;
	width: 32%;
	margin-right: 3%;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	color: #544F49;
}

form#loginfrm div.eshop-f-itm, 
form#loginFrmBlock div.eshop-f-itm ,
form#forgetpasswordf div.eshop-f-itm,
form#search-f div.eshop-f-itm  {
	min-width: 24% !important;
	width: 24% !important;
}

body#objednavka form#order-f div.eshop-f-itm  {
    min-width: 46% !important;
    padding-right: 3%;
    margin: 0;
	border-top: 0px solid #fff;
}

/* ============ N�ZEV PRODUKTU (detail) ============ */

div.detail-name {
	margin: 5px 0px 10px 0px;
	display: inline-block;
	float: none !important;
	width: 100%;
	box-sizing: border-box;
	/*padding-right: 40%;*/
	position: relative;
}

div.detail-name h1 {
	padding: 0px;
	float: left;
	font-size: 22px;
	color: #F33966;
	font-weight: bold;
	line-height: 30px;
	background: transparent;
	text-align: justify !important;
	margin-right: 0px;
	/*margin-bottom: 5px;*/
}
div#detail-right {
	width: 60%;
	box-sizing: border-box;
	padding-left: 0px;
	padding-bottom: 5px;
	float: left;
	color: black;
	font-size: 12px;
	margin-bottom: 5px;
}

div#detail-right div.product-photo {
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 72.2%;
	box-sizing: border-box;
	padding: 8px 10px 10px;
	height: 480px;
	line-height: 480px;
	text-align: center;
	border: 1px solid #E2E6E7;
	border-radius: 7px;
	float: left;
	transition: border-color 0.1s;
}
div#detail-right div.product-photo:hover {
	border-color: #B4BFE0;
}


/* VELIKOST IMG (detail) */
div#detail-right div.product-photo a img {
	max-width: 100%;
	max-height: 480px;
	vertical-align: middle;
}

/* ITEMTYPE (detail) */

div.itemType {
	position: absolute;
	left: -160.6%;
	top: 10px;
	float: left;
	z-index: 20;
	white-space: nowrap;
}
div.itemType span {
	color: #fff;
	padding: 0px 20px 0px 15px;
	line-height: 40px;
	font-size: 14px;
	background: #B4BFE0;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
}

div.itemType span:before {
	content: "\f06a";
    font: normal normal normal 26px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #E9ECF5;
	margin-right: 13px;
	position: relative; top: 4px;
}

/* ACTIONDETAIL */

div.actionDetail {
	position: absolute;
	right: 590px;
    top: 8px;
	z-index: 20;
	text-align: right;
	white-space: nowrap;
}
div.actionDetail strong.product-deduc-spec, 
div.actionDetail strong.product-deduc-name,
div.actionDetail strong.product-deduc-action,
div.actionDetail strong.product-deduc-new {
	padding: 0px 12px;
	font-size: 13px;
	line-height: 42px;
	height: 42px;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 4px;
}

/* V�PRODEJ */
div.actionDetail strong.product-deduc-spec {
	background: #445EAB;
}
div.actionDetail strong.product-deduc-new {
	background: #DCDEE2;
}
/* AKCE POJMENOVAN� V ADMINU + v�prodej pojmenovan� / AKCE beze jm�na */
div.actionDetail strong.product-deduc-name,
div.actionDetail strong.product-deduc-action {
	background: #FE5451;
	line-height: 31px;
	padding-left: 11px;
}
div.actionDetail strong.product-deduc-name:before,
div.actionDetail strong.product-deduc-action:before {
	content: "!";
	font-weight: bold;
	font-size: 28px;
    color: #fff;
	margin-right: 8px;
	position: relative; top: 5px;
}


/* ============ DETAIL LEFT (detail) - informace o produktu ============ */

div.detail-left {
	width: 38%;
	padding-bottom: 0px;
	float: right;
	position: relative;
}
div.detail-left div.product-bl {
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin-bottom: 5px;
	margin-left: 0px !important;
	background: transparent;
	float: right;
	font-size: 16px;
	border: 0px; 
}
div.detail-left div.product-bl a:not(.product-parameter-reset a) {
	color: #383431;
}
div.detail-left div.product-bl form {
	padding-left: 0px;
	color: #4b4b4b;
	margin: 0px;
	font-size: 12px;
	width: 100%;  
}
div.detail-left div.product-bl form ul,
div.detail-left div.product-bl ul {
	list-style: none;
	margin-bottom: 0px !important;
}
div.detail-left div.product-bl form ul li,
div.detail-left div.product-bl ul li {
	margin: 0px;
	padding: 2px 15px;
	border-top: 1px solid #D2D6D8;
	line-height: 36px;
	width: 100%;
	box-sizing: border-box;
	font-size: 15px;
	color: #383431;
	background: #F3F4F5;
	position: relative
}

div.detail-left div.product-bl form ul li#itemType {
	background: #fff;
	text-align: right;
	padding-right: 20px;
}
div.detail-left div.product-bl form ul li#itemType span {
	color: #F33966;
	font-size: 15px;
}
div.detail-left div.product-bl form ul li#det-catalogue span#product-catnum {
	font-size: 12px;
}
div.detail-left div.product-bl form ul li#det-price {
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 20px;
	color: #B9BFC3;
	font-size: 17px;
	text-align: right;
	background: #2C2825;	
	border-radius: 0 0 8px 8px;
	margin-bottom: 15px;
}
div.detail-left div.product-bl form ul li#det-price strong#product-price {
	color: #EDEFF0;
	margin-left: 10px;
}
div.detail-left div.product-bl form ul li#det-vats strong#product-price-no-dph {
	font-weight: normal;
}
div.detail-left div.product-bl form ul li#stores span.product-val {
	font-weight: bold;
}

div.detail-left div.product-bl form ul li.product-val:not(#product-price):not(#det-param) {
	width: 59%;
    float: right;
    margin-top: -36px;
}

div.detail-left div.product-bl form ul li#det-action {
	text-align: left;
}

#stores .product-val span {
	color: #ff000 !important;
}
div.detail-left div.product-bl form ul li:first-child,
div.detail-left div.product-bl ul li:first-child {
	border-top: 0px;
	border-radius: 4px 4px 0 0;
	/*background: #E2E6E7;*/
}
div.detail-left div.product-bl form ul li#det-mj {
	font-size: 12px;
	/*display: none;*/
}

/* oblast kolem P�IDAT DO KO��KU*/
div.detail-left div.product-bl form ul li.lir,
div.detail-left div.product-bl ul li.lir {
	text-align: center;
	padding: 0px;
	padding-top: 12px;
	margin-bottom: 0px;
	border-top: none !important;
}

div.detail-left div.product-bl ul li#det-buy {
	background: #fff;
	text-align: left;
	font-size: 14px !important;
	font-weight: normal !important;
	height: 70px;
	line-height: 90px;
	margin-top: 0px;
	padding: 0px;
	border: 0px;
	border-top: 0px!important;
	border-bottom: 0px solid #F1F4F5 !important;
}

div.detail-left div.product-bl form ul li input.inputRight[type="text"] {
	background: #fff;
	width: 46px !important;
	height: 44px;
	line-height: 44px;
	padding: 0px 5px;
	margin-left: 66px !important;
	margin-right: 5px !important;
	font-size: 18px !important;
	font-weight: normal !important;
	margin-top: 23px !important;
	border: 1px solid #E2E6E7;
	color: #544F49;
}
div.detail-left div.product-bl form ul li input[type="submit"],
div.detail-left div.product-bl ul li input[type="submit"],
div.detail-left div.product-bl ul li input#hs-spl-prodej {
	cursor: pointer;
	float: right;
	margin: 20px 0px 0px 0px;
	width: 230px;
	height: 48px;
	line-height: 48px;
	padding: 0px 60px 0px 10px;
	background-color: #F33966;
	/* background: linear-gradient(to bottom right, #fe5451, #F33966 80%); */
	
	background-image: url('templates/colorado_vertical/images/basket-itemBuy.png');
	background-repeat: no-repeat;
	background-position: 90% center;
	
	/*box-shadow: 2px 2px 10px 4px #fe5451 inset;*/
	
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase !important;
	text-decoration: none;
	border: 0px;
	border-radius: 5px;
	transition: background-color 0.2s;
}

div.detail-left div.product-bl form ul li input[type="submit"]:hover {
	background-color: #fe5451;
	box-shadow: none;
}

/* p�i z�kazu prodeje mate�sk� polo�ky, pole "VARIANTY" */
div.detail-left div.product-bl ul li#det-buy input#hs-variant-submit {
	padding-right: 50px;
	background-color: #B4BFE0;
	background-image: url('templates/colorado_vertical/images/chevron-down.png');
	background-repeat: no-repeat;
	background-position: 89% center;
	box-shadow: none;
	margin-top: 12px;
}

div.detail-left div.product-bl ul li#det-buy input#hs-variant-submit:hover {
	background-color: #B4BFE0;
}

/* LEASIGNCALCULATOR */

div#leasignCalculator {
	width: 100%;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 10px;
	padding: 0 0px;
}

div#leasignCalculator ul {
	margin: 0;
}
div#leasignCalculator ul li {
	text-align: center;
	list-style-type: none !important;
	margin-bottom: 8px;
}

div#leasignCalculator ul li input {
	width: 100%;
	height: 40px;
	background: #F7F0F4;
	border-radius: 0px;
	border: 1px solid #EFE4EB;
	font-size: 13px;
	color: #EB0E45; /* nem�nit */
	font-weight: bold;
}

/* DETAIL-ICONS */

div.detail-icons {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 100%;
	box-sizing: border-box;
	padding-right: 100px;
	padding-left: 66px;
	height: 65px;
	text-align: left;  
	position: relative;
}
div.detail-icons a {
	display: inline-block;
	height: 34px;
	width: 34px;
	margin-left: 3px;
	border: 1px solid #D2D6D8;
	padding: 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;  
	transition: background-color 0.4s;
}
div.detail-icons a.dotaz {
	margin-right: 3px;
}
div.detail-icons a {
	background-color: #fff;
	background-image: url('templates/colorado_vertical/images/icons.png');
	background-repeat: no-repeat;
	background-position: center center;
}
div.detail-icons a:hover,
div.detail-icons a.active {
	background-color: #F3F4F5;
	background-image: url('templates/colorado_vertical/images/icons.png');
}
div.detail-icons a.active {
	background-color: #E2E6E7;
	border-color: #bfbfbf;
}

div.detail-icons a.tisk{background-position:center 10px;}
div.detail-icons a.present{background-position:center -22px;}
div.detail-icons a.mailfr{background-position:center 6px;}
div.detail-icons a.dog{background-position:center -53px;}
div.detail-icons a.dotaz{background-position:center -26px;}
div.detail-icons a.favorite{background-position:center -59px;}
div.detail-icons a.compare{background-position:center -94px;}


div.like-right {
	width: auto;
	margin-right: 0px;
	margin-left: 0px;
	position: absolute;
	right: 2px;
	top: 0px;
}


/* -------------------------*/  
  
div.detail-left div.product-bl ul li input#hs-spl-prodej {
	width: 130px;
	height: 30px;
	padding: 6px 16px 6px 16px;
	background: #F36722;
	font-size: 14px;
	line-height: 14px;
}

label#lspl {
	text-align: left;
}

div.detail-left div.product-bl form ul li input.inputRight,
div.detail-left div.product-bl ul li input.inputRight {
	margin: 10px 0px 0px 0px;
	width: 40px;
	padding: 2px 2px;
	border: 1px solid #d2d2d2;
	text-align: center;
	font-size: 18px;
	color: #383431;
	margin-top: 10px;
}

div.detail-left div.product-bl form ul li span.product-lb,
div.detail-left div.product-bl ul li span.product-lb,
div.detail-left div.product-bl form ul li label.product-lb,
div.detail-left div.product-bl ul li label.product-lb {
	width: 40%;
	margin-right: 5px;
	font-style: normal;
	display: inline-block;
}

.product-code-li {
	background: #ffffff !important;
	border: 0 !important;
}
 
div.detail-left div.product-bl ul li label.lbproduct-code {
	width: 100%;
	height: 102%;
	box-sizing: border-box;
	padding: 18px 240px 0 15px;
	float: left;
	line-height: 16px;
	font-weight: bold;
	color: #B4BFE0;
	background: #fff;
	position: absolute; top: -1px; left: 0;
	z-index: 10;
}

/* V�B�R PARAMETRU (detail) */
div.detail-left div.product-bl ul li select.product-code {
	height: 38px;
	border: 1px solid #E2E6E7;
	background: #fff;
	border-radius: 4px;
	font-size: 14px;
	color: #383431;
	padding: 1px 6px;
	margin-right: -15px;
	width: 230px;
	margin-top: 2px;
	margin-bottom: 10px;
	float: right;
	z-index: 50;
	position: relative;
}


strong.eshop-f-err {
	content: "*";
	margin-left: 1%;
	margin-top: 9px;
	width: 2.2%;
	height: 18px;	
	line-height: 18px;
	display: inline-block;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	/*background: #EB0E45;*/ /* nem�nit */
	/*color: #fff;*/
	color: #EB0E45;
	border-radius: 50%;
	cursor: help;
}
#tab-dotaz strong.eshop-f-err {
	margin-top: 0px;
	line-height: 40px;
	font-size: 16px;
	background: transparent;
	color: #EB0E45; /* nem�nit */

}

/* CENA */
div.detail-left div.product-bl strong#product-price {
	font-size: 24px;
	font-weight: bold;
	position: relative;
	top: 0px;
}

/* STAR� CENA P�E�KRTNUT� */
div.detail-left div.product-bl span#product-price-old {
	font-size: 18px;
	text-decoration: line-through;
    font-weight: bold;
}
  
/* U�ET�EN� PROCENTA */
	li.product-li-ev strong {
	font-size: 15px;
}

/* Dostupnost produktu */
li#stores a {
	display: inline-block;
	width: 26px;
	height: 30px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-left: 0px;
	text-decoration: none;
	color: #87CE00;
}

div#storeInfo {
	background: #ffffff;
}

#prBuble.storeInfo {
	margin-top: 0px;
}

div.detail-left div.product-bl table.storeInfos {
	width: 100%;
}
table.storeInfos td {
	padding: 10px 0 2px;
	margin: 0px;
	text-align: right;
	border-top: 1px solid #D2D6D8;
	width: 50%;
}

table.storeInfos td.label {
	text-align: left;
	font-weight: bold;
}

table.storeInfos td.date {
	text-align: right;
}

table.storeInfos td.storeDesc {
	text-align: left;
	font-weight: normal;
	font-style: normal;
}

/* Konec dostupnost produktu */

/* ============ Hodnoceni produktu ============ */

div.product-rating {
	float: none;
	margin-left: 0px;
	top: inherit;
	bottom: 0px;
	position: absolute;
	right: 0;
}

div.product-rating-od, div.product-rating-ev {
    float: left;
    clear: both;
    display: block;
    text-align: right;
    padding: 3px 0px;
    width: 100%;
}

div.product-rating-od span, div.product-rating-ev span {
    text-align: left;
    line-height: 18px; 
    float: left;
    color: #d2d2d2;
    margin: 0;
    font-size: 16px;
}

div.product-rating-od font, div.product-rating-ev font {
    font-weight: bold;
}

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating {
	background: url('templates/colorado_vertical/images/rating/rating-star-2.png') left -1000px repeat-x;
}
#article ul.star-rating {
	position: relative;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin:0;
	padding:0;
	background-position: left top;
	float: none;
	margin: 0 auto;
	margin-top: 10px;

}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:16;
}
.star-rating a.two-stars{
	width:40%;
	z-index:15;
}
.star-rating a.three-stars{
	width:60%;
	z-index:14;
}
.star-rating a.four-stars{
	width:80%;
	z-index:13;
}
.star-rating a.five-stars{
	width:100%;
	z-index:12;
}
.star-rating .current-rating{
  z-index:11;
	background-position: left center;
}	

.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url('templates/colorado_vertical/images/rating/rating-star-2.png') left -1000px repeat-x;
}
#article .star-rating2{
	float: right;
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
	margin-bottom: 0px !important;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}
.star-rating2 a.one-star{
	width:20%;
	z-index:16;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:15;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:14;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:13;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:12;
}
.star-rating2 .current-rating{
	z-index:11;
	background-position: left center;
}

.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
.voted_twice {
	background: #FFDDDD url('templates/colorado_vertical/images/rating/rating_warning.gif') no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	color:#333;
	width:130px;
	font-size:11px;
}
.voted {
	background: #E7FFCE url('templates/colorado_vertical/images/rating/rating_tick.gif') no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	color:#333;
	width:130px;
	font-size:11px;
}
.rated_text {
	font-size:11px;
	margin-bottom:5px;
	color:#666;
	float: left;
	width: 50%;
	text-align: left;
}
.topRatedList {
	padding:0;
	margin:0;
}
.topRatedList li {
	list-style-type:none;
}

/* Konec hodnoceni produktu */



/* ============ OTHER-PRODUCT-PHOTO ============ */

div.other-product-photo {
	width: 26%;
	height: auto;
	display: inline-block;
	text-align: center;
	margin-bottom: 0px;
	background: #fff;
	float: right;
}

a.plus {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 0;
    color: #fff;
    background: #445eab;
	border-radius: 4px;
    margin-left: 0px;
    margin-top: -4px;
    transition: background 0.4s;
}

a.plus:hover {
	color: #fff;
	background: #4F67B0;
}

div.other-product-photo div.items {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0px;
	border-top: 0px;
	display: inline-block;
}

div.other-product-photo div.items div {
	width: 100%;
	height: 144px;
	box-sizing: border-box;
	padding: 0px 1.5%;
	display: inline-block;
	border: 1px solid #E2E6E7 /*#E2E6E7*/;
	margin-right: 0px;
	margin-bottom: 10px;
	border-radius: 7px;
	background: #fff /*#F8F9FA*/;
	float: left;
	transition: border-color 0.1s;
}
div.other-product-photo div.items div:hover {
	border-color: #B4BFE0;
}

div.other-product-photo div.items div a {
	text-decoration: none;
	line-height: 140px;
}

div.other-product-photo div.items div a img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle !important;
}

div.other-product-photo a.plus {
	text-decoration: none;
}


/* ============ BOOKMARKS (detail) ============ */

ul.bookmark#bm {
	/*display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 20px auto -25px ;
	padding: 65px 40px 0;
	background: #fff;
	height: auto;
	min-height: 160px;
	border-radius: 4px;
	background: linear-gradient(#fff 0%, #EFF0F1 61%, #fff 106% );*/
	
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: -10px auto -55px ;
	padding: 45px 15px 0;
	background: #fff;
	height: auto;
	min-height: 160px;
	border-radius: 4px;
	background: linear-gradient(#fff -4%, #EFF0F1 63%, #fff 100% );
	
}
ul.bookmark li {
	width: auto;
	margin-right: 8px;
}
ul.bookmark li:first-child {
	margin-left: 0px;
	border-left: 0px solid #fff;
}
ul.bookmark li a {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px 10px;
	background: transparent;
/*background: -moz-linear-gradient(90deg, #fff);
  background: -webkit-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(220, 220, 220) 100%);
  background: -o-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(220, 220, 220) 100%);
  background: -ms-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(220, 220, 220) 100%);
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(220, 220, 220) 100%);*/
	color: #544F49;
	font-weight: normal;
	border: 0px solid #d2d2d2;
	border-bottom: 0px solid #fff;
	border-radius:  4px 21px 4px 21px;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
    margin-right: 0px;
	text-transform: lowercase;
	text-align: center;
	top: 0px;
	transition: all 0.4s;
}
ul.bookmark li a:visited {
	color: #EDEFF0;
}
ul.bookmark li a:hover {
	color: #544F49;
	text-decoration: none;
	background: #fff;
	border: 0px solid #d2d2d2;
	border-right: 0px solid #fff;
	border-bottom: 0px solid #fff;
}
ul.bookmark li.active a,
ul.bookmark li.active a:visited {
	background: #2C2825;
	padding: 10px 20px 10px;
	color: #EDEFF0 !important;
	border-radius: 4px 21px 4px 21px;
	text-decoration: none;
  /*background: -moz-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 60%);
  background: -webkit-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);
  background: -o-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 60%);
  background: -ms-linear-gradient(90deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 60%);
  background: linear-gradient(180deg, rgb(245, 245, 245) 0%, rgb(255, 255, 255) 100%);*/
	border: 0px solid #d2d2d2;
	border-bottom: 0px solid #fff;
	border-right: 0px solid #fff;
	font-size: 16px;
	position: relative;
	top: 0px;
}
ul.bookmark li.active#bm-itm-popis a {
	padding: 10px 30px 10px;
}

ul.bookmark li.active:nth-child(4) a {
	border-bottom: 0px solid #fff;
}

/* ------------- */

div.bm-bl { 
	border: 0px;
	width: 990px;
	box-sizing: border-box;
	border-top: 1px solid #d2d2d2; /* ��ry kolem popisu */
	border-bottom: 0px dotted #d2d2d2;  /* ��ry kolem popisu */
	padding: 5px 0px;
	margin: 0 auto 30px;
	background: transparent;
} 

.product-desc {
	text-align: justify;
	font-size: 16px;
	line-height: 170%;	
	overflow: auto;
}
.product-desc img {
	max-width: 100%; height: auto !important;
}
.product-desc table {
	max-width: 100% !important; width: auto !important;
}
div#tab-popis iframe {
	max-width: 100% !important;
	margin: 0 auto 10px;
	display: block;
}

div#tab-popis .product-desc ul {
	list-style-type: disc;
    margin-left: 50px;	
}


/* - */

div#tab-popis {
	padding: 18px 0px 0px;
	box-sizing: border-box;
}
div#tab-popis p:last-child{
	margin-bottom: 0px;
}


div#tab-popis .popis-left {
	width: 26%;
	float: left;	
}


/* Z�lo�ka SPECIFIKACE */
div#tab-spec {
	padding-top: 20px;
	padding-bottom: 15px;
}
div#tab-spec div {
	min-height: 40px;
	height: auto;
	font-size: 14px;
}
div#tab-spec div span {
	line-height: 40px;
	cursor: default;
}
div#tab-spec div:hover{
	color: #F33966 !important;
}
div#tab-spec div span.spec-item {
	font-weight: bold;
	margin-right: 20px;
	margin-left: 78px;
}
div#tab-spec div span.spec-value {
	width: 46% !important;
}
div#tab-spec div.tr-lichy {
	background-color: #F3F4F5;
}
div#tab-spec div.spec {
	border-bottom: 0px solid #ECF0F5;
}
div#tab-spec div.spec:last-child {
	border: 0px;
}


/* Z�lo�ka FOTOGRAFIE */
div#tab-foto {
	text-align: center;
	margin-top: 0px;
	padding-top: 30px;
}
div#tab-foto img {
	text-align: center;
	margin: 0px auto;
	margin-bottom: 30px;
	display: block;
	max-width: 80%;
	height: auto;
	border-radius: 4px;
}
div#tab-foto div.gal-image {
	margin-bottom: 20px;
}
div#tab-foto div.gal-image span {
	display: block;
	font-size: 16px;
	font-weight: bold;
	width: 80%;
	border-top: 1px solid #E2E6E7;
	padding: 10px 0px;
	margin: 0 auto;
}

/* Z�lo�ka KOMENT��E */
div#tab-koments {
	padding: 15px 7px;
	box-sizing: border-box;
}
div#tab-koments div.fb-comments {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Z�lo�ka SOUVISEJ�C� ZBO�� */
div#tab-podobne {
	padding: 15px 0 0;
	box-sizing: border-box;
}



/* Z�lo�ka V�VOJ CENY */
div#tab-vyvoj {
	padding-top: 0px;
	padding-bottom: 10px;
}
div#tab-vyvoj #hs-graf svg > rect {
	fill: transparent;
}
div#hs-graf {
	margin-bottom: 0px;
}

/* Z�lo�ka SOUBORY */

div#tab-files {
	padding: 10px 24px 0;
	box-sizing: border-box;
	font-size: 25px;
}

div.files-bl {
	margin-top: 10px;
	margin-bottom: -10px;
	display: inline-block;
}
div.files-bl ul.download-ul a:before {
	content: "\f0ab";
    font: normal normal normal 40px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #87ce00;
	margin-right: 10px;
	position: absolute;
	top: 11px;
	left: 0px;
}
div.files-bl ul.download-ul li  {
	border-bottom: 0px;
	line-height: 40px;
	height: 40px;
	position: relative;
}
div.files-bl ul.download-ul a {
	color: #383431;
	font-weight: bold;
	margin-right: 15px;
    font-size: 16px !important;
	display: inline-block;
	padding-left: 33px;
}
div.files-bl ul.download-ul li p strong {
	margin-left: 5px;
}
div.files-bl ul.download-ul li p {
	font-size: 14px !important;
	margin-left: 15px !important;
}

/* Z�lo�ka DOTAZ */
form.eshop-f#productask-f div.eshop-f-bl:first-child {
	font-size: 18px;
	font-weight: bold;
	color: #F33966;
	min-height: 35px;
	height: auto;
	text-align: left;
}
form.eshop-f textarea#description1 {
	width: 96%;
	box-sizing: border-box;
	height: 100px;
	padding: 8px;
}
form.eshop-f#productask-f {
	height: auto !important;
	padding-top: 25px;
	padding-bottom: 60px;
	margin-top: 25px !important;
}
form.eshop-f textarea {
	position: relative;
	left: 0px;
	border: 1px solid #E2E6E7;
	color: #383431;
	font-size: 14px;
	border-radius: 5px;
}

form.eshop-f#productask-f div.eshop-f-val input#atispam_check.eshop-f-inp {
	width: 61%;
}
form.eshop-f#productask-f span.help {
	font-size: 14px;
}


/* ============ NAVIGACE MEZI PRODUKTY - druh� �ipky ============ */

div#prevProduct2,
div#nextProduct2 {
	position: fixed;
	top: 40%;
	width: 60px;
	height: 60px;
	font-size: 15px;
	font-weight: bold;
	line-height: 60px;
	cursor: pointer;
	z-index: 1000;
	border: 0px solid #E2E6E7;
	background: rgba(0,0,0,0.2);
	text-transform: lowercase;
	transition: all 0.3s;
	overflow: hidden;
}
div#prevProduct2 {
	left: 3%;
	-webkit-border-top-left-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-moz-border-radius-topleft: 50%;
	-moz-border-radius-bottomleft: 50%;
	-o-border-radius-bottomleft: 50%;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
	border-radius: 50%;
	border-right: 0px;
	box-shadow: -4px -2px 15px 0px #E2E6E7;
}
div#prevProduct2:hover {
	box-shadow: -4px -2px 15px 1px #D2D6D8;
}

div#nextProduct2 {
	left: calc(100% - 60px - 3%);
	-webkit-border-top-right-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-moz-border-radius-topright: 50%;
	-moz-border-radius-bottomright: 50%;
	-o-border-radius-bottomright: 50%;
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
	border-radius: 50%;
	border-left: 0px;
	background: rgba(0,0,0,0.2);
	box-shadow: 2px -2px 15px 0px #E2E6E7;
}
div#nextProduct2:hover {
	box-shadow: 2px -2px 15px 1px #D2D6D8;
}


div#prevProduct2 a,
div#nextProduct2 a {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	line-height: 100px;
	padding-top: 80px;
	display: block;
	text-decoration: none;
	color: #544F49;
}
div#prevProduct2 a:before {
	content: "\f053";
    font: normal normal normal 40px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
	position: absolute; top: 12px; left: 12px;
}

div#nextProduct2 a:before {
	content: "\f054";
    font: normal normal normal 40px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
	position: absolute; top: 12px; right: 12px;
}

div#prevProduct2 a span,
div#nextProduct2 a span {
	color: #383431;
	display: none;
}

/* Navigace mezi produkty v kategorii */

div#prevProduct,
div#nextProduct {
	width: 80px;
	height: 80px;
	background: #ee0000;
	position: fixed;
	top: 320px;
}
div#prevProduct {
	background: #ef7399 url('templates/colorado_vertical/images/prevProduct.png') no-repeat center center;
	left: 240px;
}
div#nextProduct {
	background: #ef7399 url('templates/colorado_vertical/images/nextProduct.png') no-repeat center center;
	right: 240px;
}
div#prevProduct a,
div#nextProduct a {
	width: 80px;
	height: 80px;
	display: block;
}
div#prevProduct:hover,
div#nextProduct:hover {
	background-color: #F36722;
}


/* ============ MESSAGES ============ */

p.message-error, p.message-result, div#hs-java-error  {
	font-family: "Roboto", sans-serif;
	color: #F44336; /* nem�nit */
	font-size: 14px !important;
	line-height: 160%;
	background-color: transparent;
	border: 0px;
	border-radius: 5px;
	margin: 0px 0px 5px !important;
	text-align: center !important;
	background: #FFEBEE;
}

p.message-result {
	color: #4CAF50 !important;
	background: #E8F5E9 !important;
	padding-left: 0px; 
	padding-right: 0px;
}

p.message-result a,
p.message-error a {
	color: #EB0E45 !important; /* nem�nit */
	text-decoration: none;
	text-transform: uppercase;
}
p.message-error a,
div#hs-java-error a {
	color: #EB0E45 !important; /* nem�nit */
}


/* ============ TABULKY, KATALOG V�PIS AD. ============ */

/*#article table.compare,
#article table.catalogue-tab,
#article table.user-order-tab,
#article table.user-order-tabprod,
#article table.basket-tab {
	width: 990px;
	margin: 10px auto 20px;
	border: 0px;
}*/

table.basket-tab-product {
	width: 96% !important;
	margin: 0 2% !important;
	bottom: 0 !important; 
	right: 0 !important;
}

table.basket-tab-product tr:first-child th {
	background: transparent !important;
    padding: 5px 10px !important;		
}

table.basket-tab-product tr td:last-child {
	padding-right: 10px !important;
}

table.basket-tab-product tr:first-child {
	border-top-color: transparent !important;	
	border-bottom: 1px solid #D7D7D7 !important;
}

table.basket-tab-product tr  {
	border-top-color: transparent !important;	
	border-bottom: 1px solid #D7D7D7 !important;
}

table.basket-tab-product tr td.basket-td1 {
	padding-left: 10px !important;	
}

table.basket-tab-product tr td.basket-td2 {
	text-align: left !important;	
}

table.catalogue-tab span.catalogue-deduc {
	margin-left: 10px;
	font-size: 12px;
}

table.compare {
	margin-top: -15px;
	background: #fff;
}

table.compare tr td,
table.compare tr th {
	font-size: 14px !important;
	min-width: 110px !important;
}

table.compare tr.row-head th {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 54px 10px 10px!important;
	margin-top: 171px;
	text-align: right;
	text-transform: capitalize;
	font-size: 16px !important;	
	color: #D2D6D8;
	border-right: 1px solid #fff !important;
	background: #fff;
	visibility: hidden;
}

table.compare tr.row-head td img {
	max-width: 130px !important;
	max-height: 130px !important;
	vertical-align: middle;
	margin-bottom: -15px;
}

table.compare tr.row-head td a {
	line-height: 16px;
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	display: block;
	min-height: 48px;
	color: #383431;
}
table.compare tr.row-head td:hover a {
	background: #F3F4F5;
	border-radius: 4px;
}
table.compare tr.row-head td a:first-child {
	line-height: 130px;
	background: #fff !important;
}

table.compare tr.row-head td {
	padding-bottom: 2px;
	border-bottom: 0px solid #D2D6D8 !important;
}

/* - */

table.compare tr.row-price th {
	padding-top: 29px !important;
	line-height: 32px;
	color: #383431;
}
table.compare tr.row-price td {
	padding-top: 22px;
	font-size: 12px !important;
	color: #544F49;
}
table.compare tr.row-price td a {
	font-size: 14px;
	line-height: 40px;
	width: 170px;
	display: inline-block;
	background: #514879;
	border-radius: 4px;
	margin: 5px auto 2px;
	color: #fff;
	text-transform: uppercase;
}
table.compare tr.row-price td a:hover {
	background: #635B8E;
	color: #fff;
}
table.compare tr.row-price td a:last-child {
	background: #B4BFE0 !important;
	line-height: 38px;
}
table.compare tr.row-price td a:last-child:hover {
	background: #DCDEE2 !important;
}
table.compare tr.row-price td a:last-child:before {
		content: "\f00d";
    font: normal normal normal 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
	margin-right: 7px;
}

table.compare tr.row-price strong {
	font-size: 20px;
	color: #383431;
	font-weight: bold;
	line-height: 45px;
}


/* ============ VARIANTS (detail) ============ */

#variants {
	margin: 10px auto 0px;
	border-bottom: 0px;
}

#variants table.catalogue-tab {
	margin-bottom: 10px;
}

#variants h2 {
	text-align: left;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	margin: 30px 17.5px 0px;
	padding: 12px 22px 12px 17px;
	border-bottom: 0px solid #DDDDDD;
	background: #B4BFE0;
	border-radius: 4px;
	display: inline-block;
}
#variants h2:before {
	content: "\f0e8";
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #E9ECF5; margin-right: 15px;
}

#variants table.catalogue-tab tr {
	height: 76px;
}

#variants table tr.tr-lichy td,
#variants table tr.tr-sudy td {
	background-color: #fff;
}
#variants table tr.tr-lichy:hover td,
#variants table tr.tr-sudy:hover td {
	background-color: #F3F4F5;
}

#variants table.catalogue-tab tr:first-child,
.producerItems table.catalogue-tab tr:first-child {
	display: none;
}

table.catalogue-tab tr.tr-lichy td.catalogue-td0 {
	border-bottom: 0px solid #fff;
}
table.catalogue-tab tr.tr-sudy td.catalogue-td0 {
	border-bottom: 0px solid #F3F4F5;
}


/* ============ CATALOGUE-TAB (bezn�hledov� v�pis zbo�� + varianty zbo��) ============ */

table.catalogue-tab {
	margin: 20px 0;
}
table.catalogue-tab tr{
	height: 70px;
	border-radius: 5px;
	overflow: hidden;
}
table.catalogue-tab tr.tr-lichy td,
table.catalogue-tab tr.tr-sudy td {
	text-align: left;
}

table.catalogue-tab td.catalogue-td0 {
	line-height: 60px;
	width: 70px;
	text-align: center !important;
	padding: 3px;
}
table.catalogue-tab td.catalogue-td0 img {
	vertical-align: middle;
	max-width: 70px;
	max-height: 60px;
}
table.catalogue-tab tr:first-child {
	height: 40px;
	color: #383431;
}
table.catalogue-tab tr:first-child  th {
	font-size: 14px !important;
}
table.catalogue-tab td,
table.catalogue-tab th {
	text-align: left;
}
table.catalogue-tab td:last-child,
table.catalogue-tab th:last-child {
	text-align: left;
	padding-right: 10px;
}
table.catalogue-tab tr th {
	padding-left: 10px;
}
table.catalogue-tab tr td.catalogue-td1 a {
	color: #383431;
	font-weight: bold;
}
table.catalogue-tab tr.tr-lichy td.catalogue-td1,
table.catalogue-tab tr.tr-lichy td.catalogue-td6 {
	border-bottom: 0px solid #fff;
	border-top: 0px solid #fff;
}
table.catalogue-tab tr.tr-lichy td:first-child {
	border-radius: 5px 0 0 5px; 
}
table.catalogue-tab tr.tr-lichy td.catalogue-td6 {
	border-radius: 0 5px 5px 0; 
}
table.catalogue-tab tr.tr-sudy td.catalogue-td1,
table.catalogue-tab tr.tr-sudy td.catalogue-td6 {
	border-bottom: 0px solid #F3F4F5;
	border-top: 0px solid #F3F4F5;
}
table.catalogue-tab tr td.catalogue-td2 {
	width: 12.5%;
	font-size: 12px;
	color: #544F49;
	font-weight: bold;
}
table.catalogue-tab tr td.catalogue-td2 span{
	color: #544F49;
}
table.catalogue-tab tr td.catalogue-td4 {
	width: 22.5%;
	font-size: 14px;
}

table.catalogue-tab td span {
	color: #383431;
	margin-right: 0px;
}
	
table.catalogue-tab td span.itemMainPrice {
	font-weight: bold;
}
table.catalogue-tab tr td.catalogue-td4 strong.catalogue-price-second {
	font-weight: normal;
	font-size: 12px;
}
table.catalogue-tab tr td.catalogue-td6 {
	/*width: 22%;*/
	text-align: right;
}

table.catalogue-tab input[type="submit"] {
	background: #F33966;
	padding: 10px 15px;
	height: 40px;
	font-size: 12px;
	margin-right: 8px;
	margin-left: 14px;
	color: #fff;
	border-radius: 3px;
	
}
table.catalogue-tab input[type="submit"]:hover {
	background: #FE5451;
}
table.catalogue-tab input[type="text"]{
	width: 36px;
	text-align: center;
	padding: 0px 6px 0px 3px;
	margin: 0px 8px 0 0;
	height: 32px;
	background: #fff;
	border: 1px solid #D2D6D8;
	float: none;
}

/* ============ USER-ORDER-TAB ============ */

table.user-order-tab {
	margin-top: 0px;
  }
table.user-order-tabprod {
	margin-bottom: 15px !important;
}

tr.row-match-s th,
tr.row-match-s td,
tr.row-match-l th,
tr.row-match-l td,
tr.row-difference-s th,
tr.row-difference-s td,
tr.row-difference-l th,
tr.row-difference-l td,
tr.tr-lichy td,
tr.tr-sudy td,
tr.tr-lichy th,
tr.tr-sudy th,
tr.basket-tr-od th,
tr.basket-tr-od td,
tr.basket-tr-od th,
tr.basket-tr-ev td,
tr.basket-tr-ev th,
table.basket-tab tr td,
table.basket-tab tr th,
table.user-order-tabprod th,
table.user-order-tabprod td,
table.user-order-tab td,
table.user-order-tab th {
	background-color: #F3F4F5;
	border: 0px solid #ffffff;
	text-align: center;
	font-size: 14px;
	padding: 10px;
	color: #383431;
}

table.basket-tab tr td,
table.basket-tab tr th,
table.user-order-tab tr td,
table.user-order-tab tr th,
table.user-order-tabprod tr td,
table.user-order-tabprod tr th {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.basket-tab tr:first-child {
	border-top: 0px solid #D2D6D8;
	border-bottom: 1px solid #D2D6D8;
}
table.basket-tab tr:first-child th {
	background: #ECEEEF;
	padding: 14px 10px;
	font-size: 15px;
	color: #383431;
}
table.basket-tab tr:first-child th:first-child {
	border-radius: 5px 0 0 0; 
}
table.basket-tab tr:first-child th:last-child {
	border-radius: 0 5px 0 0; 
}

table.user-order-tab tr th,
table.user-order-tabprod tr th {
	height: 36px;
	background: #fff;
	border-top: 1px solid #E2E6E7;
	font-size: 14px;
}
table.user-order-tab tr th {
	height: 50px;
}
table.user-order-tab tr td,
table.user-order-tabprod tr td {
	padding: 15px 10px;
	border-bottom: 6px solid #fff;
}
table.user-order-tab tr td:nth-child(5) {
	color: #544F49;
	font-weight: bold;
}
table.user-order-tab tr th:last-child,
table.user-order-tab tr td:last-child,
table.user-order-tabprod tr th:last-child,
table.user-order-tabprod tr td:last-child    {
	text-align: right;
}
table.user-order-tabprod tr:last-child td {
	background: #fff;
	text-align: right;
}
table.user-order-tabprod tr:last-child td strong {
	color: #F33966;
	font-size: 20px;
}

table.user-order-tab td.user-order-td1 {
	font-weight: bold;
}
table.user-order-tab td.user-order-td1 a:hover {
	color: #FE5451;
}

table.user-order-tabprod tr td:first-child {
	color: #000;
	font-weight: bold;
}

table.user-order-tabprod tr:last-child td:first-child {
	color: #383431;
}


/* ============ KO��K 4.KROK - udaje k objedn�vce ve FIELDSET.ESHOP-FI ============ */

div.small {
	font-size: 14px;
	color: #544F49;
	margin-top: 25px;
	text-align: center;
	padding: 0 5px;
}

body#objednavka fieldset.eshop-fi:first-child div.eshop-f-bl {
	width: 80%;
	margin: auto;
}

body#objednavka fieldset.eshop-fi:first-child div.eshop-f-bl table.basket-tab {
	width: 100%;
	margin-top: -5px !important;
}

#objednavka table.basket-tab tr:first-child th {
	background: #fff;
	padding: 5px 0px;
}

#objednavka table.basket-tab tr.basket-tr-od, 
#objednavka table.basket-tab tr.basket-tr-ev {
	border-bottom-width: 0px;
}

body#objednavka form#order-f fieldset.eshop-fi div.eshop-f-bl,
body#objednavka form#order-f fieldset.eshop-fi div.eshop-f-bl div.eshop-f-itm,
body#objednavka form#order-f fieldset.eshop-fi div.eshop-f-bl div.eshop-f-val {
	line-height: 36px;
}

body#objednavka form#order-f fieldset.eshop-fi:nth-child(2) strong {
	color: #ffffff;
    font-size: 16px;
    display: inline-block;
    background: #445EAB;
    border-radius: 4px;
    padding: 0 12px;
}

body#objednavky fieldset.eshop-fi,
body#objednavka fieldset.eshop-fi {
	/*width: 990px;*/
	margin: auto;
	font-size: 14px;
	line-height: 40px;
}
body#objednavka fieldset.eshop-fi div.eshop-f-bl {
	width: 96%;
}
body#objednavka fieldset.eshop-fi div.eshop-f-val {
	width: 50%;
	float:	right;
	text-align: left !important;
}
body#objednavka fieldset.eshop-fi div.eshop-f-itm {
	text-align: left !important;
}
body#objednavka fieldset.eshop-fi textarea#description1 {
	width: 96%;
	display: block;
	box-sizing: border-box;
	height: 120px;
	padding: 10px;
	font-size: 14px;
	margin: 10px auto !important;
}
body#objednavka div.small {
	margin-top: 20px;
	margin-bottom: 20px;
}
body#objednavka form#order-f div {
	text-align: center;
}

/* --- */

body#objednavky form.eshop-f#loginFrmBlock fieldset.eshop-fi legend {
	display: none;
}
body#objednavky form.eshop-f#loginFrmBlock fieldset.eshop-fi {
	padding: 0px;
}

body#objednavky fieldset.eshop-fi legend {
	display: block;
	background: #F3F4F5;
	color: #383431;
	font-size: 14px;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	line-height: 42px;
	border-bottom: 0px solid #E2E6E7;
}

body#objednavky fieldset.eshop-fi {
	padding: 20px 0 20px;
}
body#objednavky fieldset.eshop-fi div#pay-form {
	margin-bottom: 15px;
}

body#objednavky fieldset.eshop-fi div.eshop-f-bl {
	width: 55%;
}
body#objednavky fieldset.eshop-fi div.eshop-f-bl div.eshop-f-itm {
	width: 55%;
}
body#objednavky fieldset.eshop-fi div.eshop-f-bl strong {
	color: #F33966;	
}

body#objednavky fieldset.user-order-fi {
	margin-bottom: 15px;
}

/* -----------------------------------------------------*/


/* ============ N�KUPN� KO��K ============ */

/* ============ KROKY V KOSIKU ============ */

ul.order-menu {
	width: 100%;
	height: 74px;
	margin: auto !important;
	margin-bottom: 1.5% !important;
	margin-top: 1% !important;
	color: #544F49;
	line-height: 33px;
	border: 1px solid #E2E6E7;
	border-radius: 6px;
	overflow: hidden;
}
ul.order-menu li {
	display: inline-block;
	width: 25%;
	height: 50%;
	box-sizing: border-box;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	border-right: 2px solid #fff;
	font-size: 22px;
	text-align: left;
	background: #F3F4F5;
	float: left;
}
ul.order-menu li:nth-child(4n+4) {
	border-right: 0px;
}
ul.order-menu li.active {
	background: #F3F4F5;
}
ul.order-menu li a {
	text-decoration: none;
	color: #544F49;
	font-weight: bold !important;
}
ul.order-menu li.active a {
	color: #fff;
}
ul.order-menu li span.order-menu-step {
	position: relative;
	top: 0px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding-top: 0px;
	margin-top: 12px;
	margin-left: 12px;
	background: #383431;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	position: relative;
}

ul.order-menu li span.order-menu-step#step-1:before {
	content: url('templates/colorado_vertical/images/basket.png');
	position: absolute; top: 50%; left:50%; margin-top: -19px; margin-left: -16px;
}
ul.order-menu li:nth-child(2) span.order-menu-step:before {
	content: "\f0d1";
    font: normal normal normal 30px/1 FontAwesome;
    color: #fff;
	position: absolute; top: 50%; left:50%; margin-top: -16px; margin-left: -16px;
}
ul.order-menu li:nth-child(3) span.order-menu-step:before {
	content: "\f007";
    font: normal normal normal 29px/1 FontAwesome;
    color: #fff;
	position: absolute; top: 50%; left:50%; margin-top: -15.5px; margin-left: -10.5px;
}
ul.order-menu li span.order-menu-step#step-4:before {
	content: "\f1d8"; /*"\f2b5"*/
    font: normal normal normal 28px/1 FontAwesome;
    color: #fff;
	position: absolute; top: 50%; left:50%; margin-top: -14px; margin-left: -16px;
}

ul.order-menu li.active span.order-menu-step {
	background: #FE5451;
}
ul.order-menu li:nth-child(4).active span.order-menu-step {
	background: #F33966;
}

ul.order-menu li span.order-menu-step span {
	display: none;
}

ul.order-menu li.active a span.order-menu-name,
ul.order-menu li.active a span.order-menu-names {
	font-size: 15px !important;
	font-weight: bold !important;
	display: block;
	line-height: 25px;
	padding-bottom: 5px;
	color: #544F49;
}
ul.order-menu li span.order-menu-name, 
ul.order-menu li a span.order-menu-names{
	font-size: 15px;
	font-weight: bold !important;
	display: block;
	line-height: 25px;
	padding-bottom: 5px;
	padding-left: 73px;
	margin-top: -14px
}



/* dopl�uj�c� informace */

tr.productInfoRow td {
	padding-bottom: 8px !important;
}
tr.productInfoRow td textarea {
	font-size: 16px;
	box-sizing: border-box;
	height: 80px;
	width: calc( 100% - 0px) !important;
	padding: 10px !important;
	margin-top: 6px;
	margin-bottom: -11px;
	border-radius: 4px;
	border-color: #D2D6D8;
}
tr.productInfoRow td input {
	font-size: 14px;
	margin-bottom: 5px;
}
tr.productInfoRow td b {
	font-size: 14px !important;
	color: #4E4C4A !important;
}


/* --- */

h2.basket-h {
	background: #fff;
	margin-bottom: 0.9%;
	margin-top: 1.1%;
	font-size: 22px;
	line-height: 30px;
	padding: 0px;
	color: #544F49;
	font-weight: bold;  
	text-align: left;
}

/*body#nakupni-kosik #article form {
	width: 990px;
	margin: 0 auto 25px;
}*/

body#nakupni-kosik table.basket-tab {
	width: 100%;
	margin-bottom: 2%;
}

body#nakupni-kosik form table.basket-tab tr td.basket-delete {
	font-weight: normal;
	box-sizing: border-box;
	padding: 14px 0px 14px 5px;
	margin-bottom: 0px;
	text-transform: lowercase;
	font-size: 18px;
	text-align: center;
}
body#nakupni-kosik form table.basket-tab tr td.basket-delete a.delete-icon {
	display: inline-block;
	width: 33px;
	height: 32px;
	box-sizing: border-box;
	padding-left: 33px;
	margin-top: 3px;
	background: #F33966;
	border-radius: 5px;
	color: transparent;
	overflow: hidden;
	position: relative;
	transition: background 0.4s;
}
body#nakupni-kosik form table.basket-tab tr td.basket-delete a.delete-icon:hover {
	background: #FE5451;
}
a.delete-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    display: inline-block;
    height: 3px;
    width: 14px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.delete-icon:before {
    transform: rotate(135deg);
}
a.delete-icon:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    display: inline-block;
    height: 3px;
    width: 14px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a.delete-icon:after {
    transform: rotate(45deg);
}

body#nakupni-kosik form table.basket-tab tr td.basket-td1 {
	padding-left: 10px;
	width: 56% !important;
}
body#objednavka form table.basket-tab tr td.basket-td1 {
	width: 58% !important;
}

body#nakupni-kosik form table.basket-tab tr td.basket-td1 a {
	color: #383431;
}

body#nakupni-kosik form table.basket-tab tr td.basket-td1 a:hover {
	color: #544F49;
}

td.basket-td1 a {
	font-weight: bold;
}

body#nakupni-kosik form table.basket-tab tr td.basket-td3 input[type="text"] {
	width: 42px !important;
	padding: 1px 2px;
	/*margin-right: 5px;*/
	border: 1px solid #E2E6E7;
	background: #fff;
}

body#nakupni-kosik table.basket-tab tr.basket-tr-sum td {
	padding-top: 25px !important;
	padding-right: 0px !important;
}


body#nakupni-kosik table.basket-tab tr.basket-tr-sum td.price-novat, .price-vat, .basket-td-sum-novat strong,
body#nakupni-kosik table.basket-tab tr.basket-tr-sum td.basket-td1{
	font-size: 14px !important;
	font-weight: bold;
}

body#nakupni-kosik table.basket-tab tr.basket-tr-sum td.price-novat, .price-vat, .basket-td-sum-novat strong {
	color: #383431 !important;
}

body#nakupni-kosik table.basket-tab tr.basket-tr-sum td.basket-td-sum {
	font-size: 26px !important;
}

body#nakupni-kosik form table tr td input[type="submit"],
body#uhrada-doprava form table tr td input[type="submit"] {
	background: #999999;
	font-size: 14px;
	height: 42px;
	padding: 10px 20px;
	color: #fff;
	border-radius: 4px;
	transition: background 0.4s;
}

body#uhrada-doprava form table tr td input[type="submit"] {
	background: #383431;
}
body#nakupni-kosik form table tr td input[type="submit"]:hover {
	background: #A4A4A4;
}


body#nakupni-kosik form table tr td:first-child input[type="submit"]:hover:last-child,
body#uhrada-doprava form table tr td input[type="submit"]:hover {
	background: #49423F;
}

body#nakupni-kosik form table tr td:nth-child(2) input[type="submit"] {
	background: #445EAB;
	padding-left: 59px;
	padding-right: 59px;
}
body#nakupni-kosik form table tr td:nth-child(2) input[type="submit"]:hover {
	background: #526CBA;
}

body#nakupni-kosik form table tr td:first-child input[type="submit"] {
	margin-right: 6px;
}

body#nakupni-kosik form table tr td:first-child input[type="submit"]:last-child {
    float: left;
	background: #383431;
}

body#nakupni-kosik table.basket-tab tr td:first-child,
body#nakupni-kosik table.basket-tab tr th:first-child {
	text-align: center;
}

body#nakupni-kosik table.basket-tab tr td:last-child,
body#nakupni-kosik table.basket-tab tr th:last-child {
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}
body#objednavka table.basket-tab tr th:last-child {
	text-align: right;
}
body#objednavka table.basket-tab tr td:last-child, 
body#nakupni-kosik table.basket-tab tr td:last-child {
	font-size: 18px;
}
body#objednavka table.basket-tab tr td:last-child {
	font-size: 16px;
	font-weight: bold;
}

/*form#basket-delivery {
	width: 990px;
	margin: auto;
	margin-bottom: 50px;
}*/

form#basket-delivery table tr {
	height: 50px;
}

body#uhrada-doprava table.basket-tab tr:first-child {
    border-top: 0px;
}

body#uhrada-doprava table.basket-tab {
	margin-bottom: 20px;
}
body#uhrada-doprava table.basket-tab#hs-platba-table{
	margin-bottom: 25px;
} 

body#uhrada-doprava table input[type="radio"] {
	margin-right: 12px;
	margin-left: 2px;
}

body#uhrada-doprava table.basket-tab tr td.basket-td2 {
	text-align: right;
	padding-right: 15px; 
} 

body#uhrada-doprava table.basket-tab tr.basket-tr-sum td:nth-child(2) {
	text-align: right;
	padding-right: 15px; 
	font-size: 21px;
	height: 35px;
	color: #F33966;
	border-bottom-right-radius: 5px;
} 
body#uhrada-doprava table.basket-tab#hs-platba-table {
    margin-bottom: 10px;
}

body#uhrada-doprava table.basket-tab#hs-platba-table div p,
body#uhrada-doprava table.basket-tab#hs-doprava-table div p {
    padding-left: 29px;
	padding-top: 5px;
	margin: 0;
}

body#uhrada-doprava table.basket-tab#hs-platba-table tr td div {
	/*margin-top: 15px;
	margin-bottom: -5px;*/
	margin: 7px 0;
}

body#uhrada-doprava table.basket-tab tr.basket-tr-sum td {
	background: #F3F4F5;
	height: 50px;
	font-weight: bold;
}
body#uhrada-doprava table.basket-tab tr td.basket-td1 {
	border-right: 0px solid #D2D6D8;
}
body#uhrada-doprava table.basket-tab tr.basket-tr-sum td.basket-td1 {
	border-right: 0px;
	border-bottom-left-radius: 5px;
	font-size: 17px;
}
body#uhrada-doprava table.basket-tab tr.basket-tr-sum td {
	background: #ECEEEF;
}
body#uhrada-doprava table.basket-tab tr td.basket-td2 {
	font-weight: bold;
}
body#uhrada-doprava div.small{
	margin-top: -5px;
	text-align: left;
	font-size: 16px;
}

body#uhrada-doprava table.basket-tab tr td {
	border-bottom: 1px solid #D2D6D8;
	text-align: left;
	padding-left: 15px; 
} 
body#uhrada-doprava table.basket-tab tr:last-child td {
	border-bottom: 0px;
} 

body#uhrada-doprava table.basket-tab label,
body#uhrada-doprava table.basket-tab input {
	cursor: pointer;
} 

/* .... */

body#fakturacni-udaje-objednavky div#basket-info {
	font-size: 16px;
	line-height: 160%;
	text-align: justify;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	padding: 10px 4px 20px;
	border-bottom: 1px solid #E2E6E7;
}

body#fakturacni-udaje-objednavky h2.formH {
	margin-left: 17px;
	line-height: 180%;
	font-size: 15px;
	color: #635B8E;
	width: 450px;
	padding: 7px 7px 7px 44px;
	background: #E9ECF5;
	border-radius: 4px;
	margin-bottom: 12px;
	position:relative;
}
body#fakturacni-udaje-objednavky h2.formH input:hover,
body#fakturacni-udaje-objednavky h2.formH label:hover {
	cursor: pointer;
}

body#fakturacni-udaje-objednavky h2#formH1:before {
	content: "\f007" /* "\f078" "\f0dc" */;
    font: normal normal normal 21px/1 FontAwesome;
    color: #B4BFE0;
	position: absolute; top: 10px; left: 16px;
}
body#fakturacni-udaje-objednavky h2#formH2:before {
	content: "\f234" /* "\f078" "\f0dc" */;
    font: normal normal normal 21px/1 FontAwesome;
    color: #B4BFE0;
	position: absolute; top: 10px; left: 13px;
}
body#fakturacni-udaje-objednavky h2#formH3:before {
	content: "\f235" /* "\f078" "\f0dc" */;
    font: normal normal normal 21px/1 FontAwesome;
    color: #635B8E;
	position: absolute; top: 9px; left: 13px;
}

body#fakturacni-udaje-objednavky h2#formH3 {
	margin-bottom: 20px;
}

body#fakturacni-udaje-objednavky h2.formH input {
	margin-right: 10px;
}


body#fakturacni-udaje-objednavky form table tr td input[type="submit"],
body#objednavka form table tr td input[type="submit"],
input.btn.smsAsk  {
	position: inherit !important;
	background: #57727D;
}

body#fakturacni-udaje-objednavky form#loginfrm table, 
body#fakturacni-udaje-objednavky form table, 
body#objednavka form table {
	width: 98%;
	box-sizing: border-box;
    position: relative;
    bottom: -10px;
    margin-bottom: 0px;
}

body#fakturacni-udaje-objednavky #article form.eshop-f#loginfrm {
	padding: 30px 0;
}

body#objednavka form table tr td input:nth-child(4) {
	background: linear-gradient(to bottom right, #FE5451, #F33966 115%);
}

/* -------- */

body#objednavka-dokonceni h3 {
	background: #FCE7E8;
	color: #F33966;
	padding: 10px 0;
	border-radius: 5px;
}

body#objednavka-dokonceni div.text-bl {
	width: 100%;
	box-sizing: border-box;
	background: #F3F4F5;
	padding: 60px 160px 60px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	text-align: center;
	border-radius: 5px;
}
body#objednavka-dokonceni div.text-bl strong {
	color: #EB0E45; /* nem�nit! */
}
body#objednavka-dokonceni div#fbOrder {
	margin-bottom: -10px;
}
body#objednavka-dokonceni div.text-bl h2 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	color: #F33966;
	margin-bottom: -20px;
	display: none;
}

/* --------- */

tr.row-match-s th,
tr.row-match-s td,
tr.row-match-l th,
tr.row-match-l td,
tr.row-difference-s th,
tr.row-difference-s td,
tr.row-difference-l th,
tr.row-difference-l td {
  min-width: 150px;
}

tr.row-head th,
tr.row-head td,
tr.row-price th,
tr.row-price td {
	color: #383431;
	text-align: center;
	padding-bottom: 20px;
	vertical-align: bottom;
}

tr.row-price th,
tr.row-price td {
	font-weight: bold;
	text-align: left; 
}

table.compare tr.row-price td {
	text-align: center;
}
table.compare tr.row-price th {
	vertical-align: top;
	padding-right: 15px;
	color: #B9BFC3;
}
table.compare tr th {
	padding-top: 15px;
	padding-bottom: 15px;
}
table.compare tr th:first-child {
	border-radius: 5px 0 0 5px;
}
table.compare tr td:last-child {
	border-radius: 0 5px 5px 0;
}

tr.row-match-s th,
tr.row-match-l th,
tr.row-difference-s th,
tr.row-difference-l th,
tr.row-head th,
tr.row-price th {
	text-align: right;
}

tr.row-match-l th,
tr.row-match-l td,
tr.row-difference-l th,
tr.row-difference-l td,
tr.tr-sudy td,
tr.tr-sudy th {
	background-color: #ffffff;
	border: 0px solid #ffffff;
}
table.basket-tab tr.basket-tr-od td,
table.basket-tab tr.basket-tr-od th,
table.basket-tab tr.basket-tr-ev td,
table.basket-tab tr.basket-tr-ev th {
	background: #fff; /*#F8F9FA*/
	border: 0px;
	margin-bottom: 2px;
	font-size: 15px;
}
table.basket-tab tr.basket-tr-od,
table.basket-tab tr.basket-tr-ev {
	border-bottom: 1px solid #D2D6D8;
}

tr.row-match-s th:last-child,
tr.row-match-s td:last-child,
tr.row-match-l th:last-child,
tr.row-match-l td:last-child,
tr.row-difference-s th:last-child,
tr.row-difference-s td:last-child,
tr.row-difference-l th:last-child,
tr.row-difference-l td:last-child,
tr.tr-lichy td:last-child,
tr.tr-sudy td:last-child,
tr.tr-lichy th:last-child,
tr.tr-sudy th:last-child,
tr.basket-tr-od th:last-child,
tr.basket-tr-od td:last-child,
tr.basket-tr-od th:last-child,
tr.basket-tr-ev td:last-child,
tr.basket-tr-ev th:last-child,
table.basket-tab tr td:last-child,
table.basket-tab tr th:last-child {
	border-right: 0px;
	padding-right: 2px;
}
body#nakupni-kosik table#hs-platba-table tr td:last-child,
body#nakupni-kosik table#hs-platba-table tr th:last-child {
	text-align: right;
}

body#nakupni-kosik table.basket-tab tr.basket-tr-sum td {
	text-align: right;
	background: #ffffff;
	color: #383431;
	font-size: 18px;
	font-weight: bold;
}

body#nakupni-kosik table.basket-tab tr td.basket-td3,
body#nakupni-kosik table.basket-tab tr th.basket-th2,
body#nakupni-kosik table.basket-tab tr td.basket-td3 input {
	float: none;
	text-align: center;
}

table.basket-tab tr td.basket-td2,
table.basket-tab tr th.basket-th3 {
	text-align: right;
}

table.basket-tab tr.basket-tr-sum td:last-child {
	text-align: right;
}

tr.row-match-s:hover th,
tr.row-match-s:hover td,
tr.row-match-l:hover th,
tr.row-match-l:hover td,
tr.row-difference-s:hover th,
tr.row-difference-s:hover td,
tr.row-difference-l:hover th,
tr.row-difference-l:hover td {
	background-image: url('templates/colorado_vertical/images/compare-hover.png');
	background-position: left top;
	background-repeat: repeat;
}

table.compare tr th,
table.compare tr th {
	padding-right: 45px;
	position: relative;
}
tr.row-difference-s td,
tr.row-difference-l td {
	color: #F33966;
}
tr.row-difference-s th,
tr.row-difference-l th {
	color: #383431;
}
tr.row-difference-s th:after,
tr.row-difference-l th:after {
	content: "\f046";
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #DCDEE2;
	position: absolute; right: 10px; top: 50%; margin-top: -10px;
}
tr.row-match-s th:after,
tr.row-match-l th:after {
	content: "\f046";
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #87CE00;
	position: absolute; right: 10px; top: 50%; margin-top: -10px;
}


/* ============ VLO�EN� DO KO��KU (box) ============ */

div#kosik {
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	height: 100%;
	min-height: 250px;
	padding-top: 0px;
	overflow: hidden;
	background: #fff;
	border: 0px;
	border-radius: 5px;
}
div#kosik div#hs-buttons {
	position: absolute;
	bottom: 0px;
	margin-top: 15px;
	width: 100%;
	float: left;
}
div#kosik p.message-error,
div#kosik p.message-result {
	font-family: "Roboto", sans-serif;
	margin-top: 35px;
	margin-right: 0px !important;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	font-size: 15px !important;
	font-weight: bold;
	padding: 22px 30px 20px !important;
	line-height: 18px;
	background: #F3F4F5;
	color: #544F49 !important;
}
	/* nem�nit color! */
div#kosik p.message-error {
	background: #FCE7E8;
	color: #EB0E45 !important;
}

div#kosik p.message-error strong {
	text-transform: uppercase;
	color: #EB0E45;
}

	/* v ko��ku m�te ... */
div#kosik div#hs-basket-info {
	font-size: 16px;
	font-weight:  bold;
	margin-top: 25px;
	margin-bottom: 15px;
	color: #87CE00; /* zelen� */
}
div#kosik ul {
	margin: 0px;
	padding: 0px;
}
div#kosik li {
	list-style: none;
	float: left;
	width: 100%;
	text-align: center;
	border: 0px;
	margin: 0px; margin-bottom: 15px;
	padding: 0px;
}
	/* n�zev produktu */
div#kosik #basket-name {
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 12px;
	color: black;
	font-weight: bold;
}
div#kosik #basket-code {
	font-size: 14px;
	margin-bottom: 5px;
}
label.lbproduct-code-basket {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
select.product-code-basket {
	height: 28px;
	border: 1px solid #E2E6E7;
	font-size: 14px;
	color: #383431;
	padding: 1px 6px;
}

/* Ot�zka na zas�l�n� SMS */
div#kosik.smsAskDiv label {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 37px;
	font-size: 14px;
	font-weight: bold;
	color: #F33966;
}
div#kosik input#smsNum {
	color: #383431;
	text-align: center;
	font-size: 16px;
	float: right;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
}
div#kosik h2.smsAskH {
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: #383431;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* Tla��tka */
a#hs-basket-continue,
a#hs-basket-buyit,
a#hs-basket-next,
a#hs-basket-cancel,
a#hs-basket-yes,
a#hs-basket-no {
	cursor: pointer;
	box-sizing: border-box;
	width: 49.9%;
	padding-left: 0px;
	padding-right: 0px;
	margin-bottom: 0px;
	background: #2C2825;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	float: left;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;  
    text-transform: uppercase;
	transition: background 0.2s;
	position: relative;
}
a#hs-basket-continue:hover,
a#hs-basket-buyit:hover,
a#hs-basket-next:hover,
a#hs-basket-cancel:hover,
a#hs-basket-yes:hover,
a#hs-basket-no:hover {
	color: #fff;
}
a#hs-basket-buyit:hover,
a#hs-basket-next:hover {
	background: linear-gradient(#FE5451, #FE5451 60%);
}
a#hs-basket-continue:hover,
a#hs-basket-cancel:hover,
a#hs-basket-no:hover {
	background: #383431;
}

a#hs-basket-buyit,
a#hs-basket-next,
a#hs-basket-yes {
	padding-left: 0px;
	padding-right: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;  
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;  
	background: #F33966;
	background: linear-gradient(to bottom right, #FE5451, #F33966 115%);
	float: right;
	padding-right: 15px;
}
a#hs-basket-yes {
	background: #77B500;
}
a#hs-basket-yes:hover {
	background: #7DC100;
}

a#hs-basket-continue:before {
	content: "\f053";
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
	position: absolute; top: 50%; left: 12px; margin-top: -11px;
}
a#hs-basket-cancel:before,
a#hs-basket-no:before {
	content: "\f00d";
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
	position: absolute; top: 50%; left: 12px; margin-top: -11px;
}

a#hs-basket-buyit:before {
	content: "\f054";
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
	position: absolute; top: 50%; right: 12px; margin-top: -12px;
}

a#hs-basket-next:before {
	content: url("templates/colorado_vertical/images/basket-itemBuy.png");
	position: absolute; top: 50%; right: 10px; margin-top: -13px;
}

a#hs-basket-yes:before {
	content: "\f00c";
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
	position: absolute; top: 50%; right: 12px; margin-top: -12px;
}


/* ============ Colorbox ============ */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; width: 100% !important; background: #fff !important;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}

.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
#cboxOverlay{background:#e8e8e8;}
#colorbox{outline:0;
	-webkit-box-shadow: 0px 0px 15px #544F49;
	-moz-box-shadow:    0px 0px 15px #544F49;
	box-shadow:         0px 0px 15px #544F49;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;  
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#cboxContent{padding-top:0px;background:#fff; padding-bottom:0px; 
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;  
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{width: 650px;border:0px solid #fff; background:transparent}

#cboxTitle {
	position: absolute; bottom: 0px; left: 0px; 
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	text-align: center;
	color: #000; 
	font-size: 16px;
	z-index: -1;
}

#cboxCurrent {
	position: absolute; top: 3px; right: 42px; 
	display: inline-block;
	width: auto;
	padding: 8px 10px;
	background: #544F49;
	text-align: right;
	color: #fff; 
	font-size: 14px;
	font-weight: bold;
	border-radius: 5px;
}
#cboxLoadingGraphic{background:url('templates/colorado_vertical/images/loading.gif') no-repeat center center;}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}

#cboxPrevious {
	position: absolute; top: 50%; left: 10px; 
	margin-top: -30px; 
	background: #F3F4F5 url("templates/colorado_vertical/images/chevron-left.png") no-repeat center center; 
	width: 62px; 
	height: 62px;
	text-indent: -9999px;
	border-radius: 50%;
	transition: all 0.4s;
	/*box-shadow: -1px 0px 10px 2px #7E898F;*/
}
#cboxPrevious:after {
	content: "";
	display: block;
	/*border-right: 13px solid #FE5451;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	margin-top: -16px;
	margin-right: 16px;*/
}


#cboxPrevious:hover:after {
	border-right-color: #F9A200;
}

#cboxNext {
	position: absolute; top: 50%; right: 10px;
	margin-top: -30px;
	background-color: #F3F4F5;
	background-image: url("templates/colorado_vertical/images/chevron-right.png");
	background-repeat: no-repeat;
	background-position: center center; 
	width: 62px; 
	height: 62px; 
	text-indent: -9999px;
	border-radius: 50%;
	/*box-shadow: -1px 0px 10px 2px #7E898F;*/
}
#cboxNext:after {
	content: "";
	display: block;
	/*border-left: 13px solid #FE5451;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	margin-top: -16px;
	margin-left: 16px;
	transition: all 0.4s;*/
}
#cboxPrevious:hover,
#cboxNext:hover {
	background-color: #EFF0F1; 
	background-position: center center; 
}

#cboxClose {
	position: absolute; top: 3px; right: 3px; 
	display: block; 
	background: #F33966; 
	border-radius: 5px;
	width: 36px; 
	height: 36px; 
	text-indent: -9999px;
	transition: background 0.4s;
}
#cboxClose:hover {
	background-color: #FE5451;
	background-position: bottom center;
}
#cboxClose:before {
    content: "";
    position: absolute;
    top: 50%;
	left: 50%;
    margin-top: -1px;
	margin-left: -8px;
    display: inline-block;
    height: 3px;
    width: 16px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cboxClose:after {
    content: "";
    position: absolute;
    top: 50%;
	left: 50%;
    margin-top: -1px;
	margin-left: -8px;
    display: inline-block;
    height: 3px;
    width: 16px;
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#cboxClose:before {
    transform: rotate(135deg);
}
#cboxClose:after {
    transform: rotate(45deg);
}
	
/* BUBLINA */

div#prBuble {
	background: #fff;
	border: 1px solid #E2E6E7;
	border-radius: 5px;
	text-align: center; 
	padding: 10px;
	margin-left: 0px;
	margin-top: 3px;
	line-height: 24px;
	font-size: 15px;
}
div#prBuble img {
	border: 0px;
	margin: 20px; 
}
div#prBuble h2,
div#prBuble h3 {
	color: #F33966;
	font-size: 16px;
	display: block;   
	margin-bottom: 10px;
}

div#prBuble.version2.catalogueName {
	margin-left: 0px;
	margin-top: -60px;
}
div#prBuble.catalogueImg {
	margin-left: 16px;
	margin-top: -2px;
}

/* n�pov�da */

/*
.qtip {
	margin-left: -5px;
	margin-right: 15px;
	margin-top: -23px;
}*/

.qtip-bootstrap {
    font-size: 14px;
    line-height: 20px;
    color: #383431;
    padding: 1px;
    background-color: #fff;
    border: 1px solid #D2D6D8;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 4px;
    -webkit-box-shadow: 5px 5px 5px -5px #544F49;
    -moz-box-shadow: 5px 5px 5px -5px #544F49;
    box-shadow: 5px 5px 5px -5px #544F49;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
	margin-top: 10px;
}


/* ----------------- */

div#layout-footer {
	background: #fff;
	padding: 10px 0 16px;
} 
div#layout-footer a {
	color: #544F49;
} 

div#layout-footer-keys {
	display: none !important;
}

div#layout-footer-in {
	width: 100%;
	text-align: center;
}

div#layout-footer-in a strong {
	color: #544F49;
	font-weight: normal;
	margin-right: 0px !important;
	font-size: 12px;
}

/* -------------  */


a.basketInfoItem {
	text-decoration: none;
}

a.basketInfoItem:hover {
	text-decoration: underline;
}

div.post-ev .post-head, div.post-od .post-head {
	border-bottom: 1px solid #e8e8e8;
	font-size: 16px;
}

div.post-ev,
div.post-od {
	float: left;
}

div.post-ev .post-plus,
div.post-od .post-plus,
div.post-ev .post-minus,
div.post-od .post-minus,
div.post-ev .post-total,
div.post-od .post-total {
	color: #383431000;
}

div.post-ev .post-total,
div.post-od .post-total {
	display: inline-block;
	width: 100%;
}

div.post-ev .post-plus,
div.post-od .post-plus,
div.post-ev .post-minus,
div.post-od .post-minus {
	display: inline-block;
	width: 49%;
	color: #439300;
	float: left;
}

div.post-ev .post-minus,
div.post-od .post-minus {
	margin-left: 1%;
	color: #F36722;
}

div#itemsPanel {
	width: auto;
	display: inline-block;
	margin: 0px;
	height: 45px;
	line-height: 45px;
	padding: 0px 10px 0 15px;
	font-size: 14px;
	background: transparent;
	color: #B9BFC3;
	font-weight:bold;
	border: 0px;
	border-right: 0px;
	border-bottom: 0px;
	position: absolute;
	top: inherit;
	bottom: 5px;
	right: 50px;
}

#toppaticka div#itemsPanel {display: none;}
div#top-categories div#itemsPanel {
	display: none;
	left: -10px;
	top: 0px;
	height: 44px; line-height: 44px;
}
div#top-categories div#itemsPanel span {color: #ccc;}
div#top-categories div#itemsPanel a {color: #fff;}

div#itemsPanel a,
div#itemsPanel span {
	color: #F33966;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
}
div#itemsPanel span {
	font-weight: normal;
	color: #544F49;
}

div#itemsPanel a:hover {
	color: #FE5451;
}


/* ============ MAPA STR�NEK ============ */

ul.sitemap-ul {
	padding: 0px;
	margin: 0px;
	margin-left: 0px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	color: #FE5451;
	line-height: 18px;
}
ul.sitemap-ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding: 3px 0px;
}
ul.sitemap-ul li a:hover {
	text-decoration: underline;
	color: #FE5451;
}
ul.sitemap-ul li ul li a:hover {
	text-decoration: underline;
	color: #383431;
}

#mapa-stranek ul {
	margin-bottom: 0px;
}

ul.sitemap-ul li ul li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	padding: 3px 0px 3px 30px;
}

ul.sitemap-ul li ul li a {
	font-size: 13px;
	color: #544F49;
	font-weight: bold;
}
ul.sitemap-ul li ul li ul li a {
	font-size: 14px;
	color: #383431;
	text-transform: none;
}
ul.sitemap-ul li ul li ul li ul li a {
	font-size: 14px;
	color: #383431;
	font-weight: normal;
}

/* -------------- */

span.help {
  color: #383431;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding-left: 35%;
}


/* ============ TEXT MODULY ============ */

#txt1 {
	padding: 21px 0px 2px 36px;
	margin: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #383431;
	float: left;
	min-width: 400px;
}

.catalogue-text {
	display: inline-block;
	font-size: 16px;
	padding: 0 0px;
	line-height: 21px;
	text-align: justify;
	padding-bottom: 8px;
}
.catalogue-text a {
	font-weight: bold;
}

/* --- */

div.text-bl {
	margin: 0px;
	padding: 10px 0px 5px;
	width: 100%;
	box-sizing: border-box;
	line-height: 21px;
	font-size: 16px;
	text-align: justify;
}
#article div.text-bl h2 {
	color: #445EAB;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	line-height: 24px;
	margin-bottom: 5px;
}
#article div.text-bl h3 {
	color: #FE5451;
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	line-height: 30px;
	margin-bottom: 5px;
	text-align: center;
}

/*---*/

div.specialText1 {
	width: 100%; box-sizing: border-box;
	margin: 0px auto;
	padding: 0px 0px;
	line-height: 20px;
	font-size: 16px;
	text-align: justify;
	color: #585858;
}
div.specialText1a {
	width: 100%; box-sizing: border-box;
	margin: 0px auto;
	padding: 0px 0px;
	line-height: 20px;
	font-size: 16px;
	text-align: justify;
	color: #585858;
	display: none;
}

div.specialText2 {
	width: 100%; box-sizing: border-box;
	margin: 0 auto;
	padding: 0px 0px;
	line-height: 20px;
	font-size: 16px;
	text-align: justify;
	color: #585858;
}
div.specialText2 h2 {
	line-height: 26px;
	font-size: 20px;
	color: #445EAB;
}
div.specialText2 h3 {
	line-height: 26px;
	font-size: 20px;
	color: #F33966;
}

/* IMG */

div.catalogue-text img,
div.specialText2 img,
div.specialText1a img,
div.specialText1 img,
#article div.text-bl img {
	max-width: 100% !important;
	height: auto !important;
	padding: 10px;
}
div.catalogue-text table,
div.specialText2 table,
div.specialText1a table,
div.specialText1 table,
#article div.text-bl table {
	max-width: 100% !important;
	width: auto !important;
}
div.catalogue-text iframe,
div.specialText2 iframe,
div.specialText1a iframe,
div.specialText1 iframe,
#article div.text-bl iframe {
	max-width: 100% !important;
	margin: 0 auto 10px;
	display: block;
}


/* --- */

div.text-bl ul {
	margin: 0px;
	padding: 0px;
	list-style: none inside;
}
div.text-bl ul li {
	margin: 0px;
	padding: 0px;
	padding: 0px 0px 0px 10px;
}


/* ------------------ */

strong.product-deduc-name,
strong.product-deduc-namecz,
strong.product-deduc-nameen,
strong.product-deduc-namede,
strong.product-deduc-namepl,
strong.product-deduc-namesk,
strong.product-deduc-nameru {
	background: transparent url('templates/colorado_vertical/images/item-action-name-cz.png') no-repeat left center;
	padding-left:58px;
	line-height: 50px;
	display: inline-block;
	text-transform: uppercase;
}
strong.product-deduc-action,
strong.product-deduc-actioncz,
strong.product-deduc-actionen,
strong.product-deduc-actionde,
strong.product-deduc-actionpl,
strong.product-deduc-actionsk,
strong.product-deduc-actionru {
	background: transparent url('templates/colorado_vertical/images/item-action-small-cz.png') no-repeat left center;
	padding-left: 58px;
	line-height: 50px;
	display: inline-block;
	text-transform: uppercase;
}
strong.product-deduc-spec,
strong.product-deduc-speccz,
strong.product-deduc-specen
strong.product-deduc-specde
strong.product-deduc-specpl
strong.product-deduc-specsk
strong.product-deduc-specru {
	text-transform: uppercase;
	background: transparent url('templates/colorado_vertical/images/item-sale-small-cz.png') no-repeat left center;
	padding-left: 58px;
	line-height: 50px;
	display: inline-block;
}


/* Odstran�n� �lut�ho pozad� u input - Chrome */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F3F4F5 inset;
}

/* ---- */



/* ===================================================== */
/* ============ PRVKY RESPONZIVN�HO DESIGNU ============ */
/* ===================================================== */

#topBottom {
	display: none;
	float: right;
	height: 44px;
	padding: 0px;
	margin-bottom: 0px;
	background: #544F49;
}

button.menu-button {
	background: #2D3E71 !important;
	background-image: none;
	display: inline-block;
	border: none;
	padding: 8px 15px 6px 15px;
	float: right;
	position: relative;
}
#resp-top button.menu-button {
	padding: 4px 10px 4px 10px;
	margin-left: 6px;
	border: 1px solid #D2D6D8;
	border-radius: 4px;
	display: none;
}
#site #topBottom  button.menu-button:after {
	/*content: "MENU";
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	position: absolute;
	top: 12px;
	right: 25px;*/
	display: none;
}

.menu-button span {
	background: #fff;
	display: block;
    width: 24px;
    height: 2px;
    border-radius: 1px;
	margin: 6px 0;
}

/*---*/

#topBottomSearch {
	display: none;
	width: 100%;
	margin: 0px 0 10px;
}
#site #topBottomSearch  form.search_form,
#resp-search  form.search_form  {
	float: left;
	width: 100% !important;
	border-right: none;
	border-top: none;
	margin: 0px;
	display: inline-block;
}

#site #topBottomSearch  form.search_form input[type="text"]{border: 1px solid #e9ebee;}

#top #topBottom  form.search_form input[type="text"],
#resp-search  form.search_form input[type="text"]{
	width: 100%;
	padding-right: 50px;
	padding-left: 15px;
	border: none;
	border-radius: 0px;
}
#top #topBottom  form.search_form input[type="submit"],
#resp-search form.search_form input[type="submit"]{
	width: 44px;
	margin-left: -45px;
	height: 42px;
	padding: 0px;
	background-color: #F33966;
	background-image: url('templates/colorado_vertical/images/lupa-top.png');
	background-repeat: no-repeat;
	background-position: 8px 8px;
}

#resp-search {
	display: none;
	width: 100%;
	box-sizing: border-box;
	margin: 0px 0px 20px;
	padding: 0px 15px;
	height: 42px;
}
#resp-search  form.search_form  {
	border-left: none;
	background: #fff;
	height: 100%;
}
#resp-search  form.search_form input[type="text"]{
	box-sizing: border-box;
	background: #fff;
	height: 100%;
	font-size: 16px;
}


/* ============ RESP-TOP ============ */

#resp-top {
	display: none;
	float: right;
	margin-top: 25px;
	position: relative;
}

.resp-btn {
	display: inline-block;
	float: left;
	box-sizing: border-box;
	width: 44px;
	height: 40px;
	border: 0px solid #D2D6D8;
	margin-left: 6px;
	background: #fff; 
	border-radius: 4px;
}

#search-btn {
    background-color: #FE5451;
	background-image: url('templates/colorado_vertical/images/lupa-top.png');
	background-repeat: no-repeat;
	background-position: 8px 8px;
	border: 0px;
	width: 44px;
}
.resp-paticka #search-btn {
    display: none;
}

#login-btn {
    /*background-color: #fff;
	background-image: url('templates/colorado_vertical/images/top-login.png');
	background-repeat: no-repeat;
	background-position: 12px 6px;*/
    background-color: #635B8E;
}
#login-btn:before {
    content: "\f2bd";
    font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    line-height: 40px;
    text-align: center;
    display: block;
}

#basket-btn {
	background-color: #383431;
	background-image: url('templates/colorado_vertical/images/resp-basket.png');
	background-repeat: no-repeat;
	background-position: 6.5px 7px;
	display: none;
}

#basketHeadItems.basket:before {
	content: none;
}
#top #basketHeadItems.basket,
#basketHeadItems.basket {
	position: absolute;
	top: -10px;
	right: 49px;
	padding: 5px 6px 2px 5px;
	width: auto;
	height: auto !important;
	font-size: 10px;
	font-weight: bold;
	background: #829EAA;
	color: #fff;
	margin-top: 0px;
	line-height: 10px !important;
	text-align: center;
	border-radius: 2px;
	display: none;
}
#top #basketHeadItems.basket:hover,
#basketHeadItems.basket:hover {
	background: #544F49;
	color: #fff !important;
}

.resp-paticka #basketHeadItems.basket {
	right: -10px;
	padding: 6px 7px 3px 6px;
	background: #87CE00;
	border-radius: 50%;
}


/* ============ pati�ka ============ */

#resp-layout-nav-top,
#resp-layout-nav {
	display: none;
	margin-top: 0px;
	background-color: #fff;
	/*background-image: url('templates/colorado_vertical/images/home.png');
	background-repeat: no-repeat;
	background-position: 9px 11px;*/
	height: auto;
	min-height: 37px;
	min-width: 40px;
}
#resp-layout-nav {
	width: 100%;
	min-height: 42px;
}
/*
#resp-layout-nav-top div#layout-nav,
#resp-layout-nav div#layout-nav {
	box-sizing: border-box;
	margin-bottom: 0px;
	padding: 11px 9px 10px;
}
#resp-layout-nav div#layout-nav {
	float: left;
}
#resp-layout-nav div#layout-nav > a,
#resp-layout-nav-top div#layout-nav > a {
	font-size: 8px;
	line-height: 26px;
}
*/
/*
#resp-layout-nav div#layout-nav h2 a,
#resp-layout-nav-top div#layout-nav h2 a {
	color: #E2E8EF; zm�na 
}*/
/*
#resp-layout-nav div#layout-nav a:hover,
#resp-layout-nav-top div#layout-nav h2 a:hover,
#resp-layout-nav a:hover,
#resp-layout-nav-top div#layout-nav h2 a:hover  {
	color: #fff;
}
#resp-layout-nav > div#layout-nav > a:hover {
	color: transparent;
}
*/

.resp-paticka {
	display: none;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.resp-paticka#panel-line{
	padding: 0 15px;
}
.resp-paticka div#itemsPanel {
	left: 0px;
	width: 100%;
	text-align: center;
	color: #8AA4AF;
	font-size: 14px;
	/*border: 1px solid #B1C2CB;*/
	background: #F3F4F5;
	padding: 12px 0;
	margin-top: 15px;
	margin-bottom: 24px;
}
.resp-paticka div#itemsPanel a,
.resp-paticka div#itemsPanel span {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 14px;
	color: #544F49;
}
.resp-paticka div#itemsPanel a:hover {
	color: #544F49;
}

.resp-paticka div#itemsPanel span {
	color: #E2E6E7;
}

.resp-paticka#btn-line {
	margin-bottom: 10px;
	margin-top: 15px;
	padding: 0 15px;
}

.resp-paticka .langFlags {
	display: inline-block;
	float: left;
	height: 40px;
}
.resp-paticka .langFlags a {
	display: inline-block;
	margin-right: 5px;
	line-height: 38px;
	box-sizing: border-box;
}
/*
.resp-paticka .langFlags a.langActive {
	background: #fff;
	padding: 0 6px;
	border: 1px solid #fff;
}*/
#toppaticka .resp-paticka .langFlags a img {
	display: inline-block;
	margin-left: 0px;
	margin-right: 7px;
	padding: 0;
	vertical-align: middle;
	border-radius: 4px;
	border-radius: 4px;
	-webkit-filter: opacity(35%);
    filter: opacity(35%);
}

#toppaticka .resp-paticka div.langFlags a.langActive img,
#toppaticka .resp-paticka div.langFlags a.langActive img {
	filter: none;
	-webkit-filter: none;
}

.buttons {
	display: inline-block;
	float: right;
	position: relative;
}


/* ============ DROPDOWN MENU ============ */

#resp-menu ul#mainCategory {width: 100%;}

#resp-menu {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	box-sizing: border-box;
	width: 400px;
	height: auto;
	margin-top: 44px;
	margin-left: 0;
	z-index: 50000;
	background: #fff;
	padding: 0px;
	border-top: 1px solid #2D3E71; /*r*/
	border-left: 0px solid #E2E6E7;
	border-bottom: 0px solid #E2E6E7;
	-moz-box-shadow: 5px 5px 20px -5px #544F49;
    -webkit-box-shadow: 5px 5px 20px -5px #544F49;
    box-shadow: -5px 5px 20px -5px #544F49;
}

#resp-menu #mainmenu {
	display: none;
	box-sizing: border-box;
	width: 100%;
	background: #ECF0F5;
	list-style: none;
	margin-top: 0px;
	padding: 10px 0;
	border-top: 0px;

}
#resp-menu #mainmenu li {
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	text-align: center;
	text-transform: none;
	line-height: 20px;
	border-bottom: 2px solid #fff;
}
#resp-menu #mainmenu li:last-child {
	border-bottom: 0px solid #f5f5f5;
}

#resp-menu #mainmenu li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	color: #544F49;
	font-weight: bold;
}


/* ------------- */

#resp-menu ul#mainCategory li {
	list-style-type: none;
	background: #445EAB;
	border-bottom: 1px solid #2B3C6D;
	border-right: none;
	padding: 0px;
	line-height: 46px;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	width: 100%;
	float: none;
}
/*#resp-menu ul#mainCategory li.lastCategory {
	border-bottom: 0px;
}*/
#resp-menu ul#mainCategory > li:last-child {
	border-bottom: 0px;
}


#resp-menu ul#mainCategory > li > ul {
	display: none;
}


/*---*/

#resp-menu ul#mainCategory  li a:before, 
#resp-menu ul#mainCategory li a:after {
    background: #fff;
}


/* modern0 */

#resp-menu .category-ul0,
#resp-menu .category-ul0 .category-sul1,
#resp-menu .category-ul0 .category-sul2,
#resp-menu .category-ul0 .category-sul3,
#resp-menu .category-ul0 .category-sul4,
#resp-menu .category-ul0 .category-sul5,
#resp-menu .category-ul0 .category-sul6,
#resp-menu .category-ul0 .category-sul7,
#resp-menu .category-ul0 .category-sul8,
#resp-menu .category-ul0 .category-sul9,
#resp-menu .category-ul0 .category-sul10 {
	border: 0px solid transparent;
	background: #E2E6E7;
	list-style-type: none;
}
#resp-menu .category-ul0 {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	border-radius: 0px;
	border-top: 0px solid #445EAB !important;
	border-bottom: 0px solid #445EAB !important;
}

#resp-menu .category-ul0 .category-sul1 {
	border-top: 1px solid #2D3E71;
	border-bottom: 1px solid #2D3E71;
	margin-top: -1px;
	padding-top: 0px;
	padding-bottom: 0px;
}


/* AKTIVN� POLO�KA - zm�na barvy border-left a bgr */

#resp-menu ul.category-ul0 > li a.category-active:last-child {
	border-bottom: 1px solid #2D3E71 !important;
	color: #fff !important;
	background: #526CBA !important;
	padding-right: 32px;
}
#resp-menu ul.category-ul0 > li a.category-active:last-child:after {
	content: "\f054";
    font: normal normal normal 16px/1 FontAwesome;
    color: #f3f4f5;
	display: inline-block;
	position: absolute; right: 10px; bottom: 13px;
}

#resp-menu ul.category-sul1 > li a.category-active:last-child {
	border-bottom: 1px !important;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-right: 28px;
	background: #fff !important;
	color: #2C2825 !important;
}
#resp-menu ul.category-sul1 > li a.category-active:last-child:after {
	content: "\f054";
    font: normal normal normal 20px/1 FontAwesome;
    color: #383431;
	display: inline-block;
	position: absolute; right: 10px; top: 50%; margin-top: -9px;
}

#resp-menu ul.category-sul3 > li a.category-active:last-child {
	padding-top: 10px;
	padding-bottom: 13px;
}


/* -------------- */

#resp-menu .category-ul0 > li {
	background: #445EAB;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 16px;
	line-height: 20px;
	text-align: left;
	position: relative;
}

#resp-menu .category-ul0 > li:last-child a {
	border-bottom: 1px solid #445EAB;
}

/* sul > li */

#resp-menu .category-ul0 > li:first-child,
#resp-menu .category-sul1 > li:first-child,
#resp-menu .category-sul2 > li:first-child,
#resp-menu .category-sul3 > li:first-child,
#resp-menu .category-sul4 > li:first-child,
#resp-menu .category-sul5 > li:first-child,
#resp-menu .category-sul6 > li:first-child,
#resp-menu .category-sul7 > li:first-child,
#resp-menu .category-sul8 > li:first-child,
#resp-menu .category-sul9 > li:first-child,
#resp-menu .category-sul10 > li:first-child {
	margin-top: 0px;
}
#resp-menu .category-sul4 > li {
	margin-top: 0px;
}

#resp-menu .category-sul1 > li {
	background: #C8D0E6 /*#8295CD*/; 
	line-height: 16px !important;
	padding: 0px !important;
	position: relative;
	text-transform: none;
	font-size: 15px;
}
#resp-menu .category-sul1 li:first-child {
	border-top: 1px solid transparent;
}

#resp-menu .category-sul2 > li {
	background: #E9ECF5; 
	font-size: 14px;
	line-height: 14px !important;
	position: relative;
}
#resp-menu .category-sul3  li {
	background: #fff !important; 
	font-size: 14px;
	position: relative;
}
#resp-menu .category-sul4  li {
	background: #fff !important; 
}

/* li > a, li > span */

#resp-menu .category-ul0 > li > a, #resp-menu .category-ul0 > li > span {
	padding: 19px 12px 12px 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: 0px solid transparent; 
	border-bottom: 1px solid #2D3E71;
}

#resp-menu .category-ul0 > li:first-child > a, #resp-menu .category-ul0 > li:first-child > span {
	border-top: 1px solid #445EAB;
}

#resp-menu .category-sul1 > li > a, #resp-menu .category-sul1 > li > span {
	padding: 14px 12px 14px 20px;
	color: #2D3E71;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: 0px solid transparent;
}
#resp-menu .category-sul2 > li > a, #resp-menu .category-sul2 > li > span {
	padding: 13px 10px 13px 30px;
	color: #383431;
	font-weight: normal;
	text-decoration: none;
	display: block;
	border: 0px solid transparent;
}
#resp-menu .category-sul3 > li > a, #resp-menu .category-sul3 > li > span {
	padding: 10px 10px 10px 40px;
	color: #888;
	font-weight: bold;
	text-decoration: none;
	display: block;
	border: 0px solid transparent;
}
#resp-menu .category-sul4 li a, #resp-menu .category-sul4 li span {
	padding: 10px 10px 10px 60px;
	color: #544F49;
}
#resp-menu .category-sul6 li a, #resp-menu .category-sul6 li span {
	padding-left: 72px;
}
#resp-menu .category-sul8 li a, #resp-menu .category-sul8 li span {
	padding-left: 84px;
}

#resp-menu .category-sul5 > li > a, #resp-menu .category-sul5 > li > span,
#resp-menu .category-sul7 > li > a, #resp-menu .category-sul7 > li > span,
#resp-menu .category-sul9 > li > a, #resp-menu .category-sul9 > li > span {
	font-weight: bold;
}

/* li:HOVER */

#resp-menu .category-ul0 > li:hover > a, #resp-menu .category-ul0 > li:hover > span {
	color: #fff;
	background: #526CBA !important;
	border: 0px solid transparent !important;
	border-bottom: 1px solid #2D3E71 !important;
}
#resp-menu .category-ul0 > li:first-child:hover > a, #resp-menu .category-ul0 > li:first-child:hover > span {
	border-top: 1px solid #2D3E71 !important;
}
#resp-menu .category-sul1 > li:hover > a, #resp-menu .category-sul1 > li:hover > span {
	color: #2D3E71;
	font-weight: bold !important;
	border-color: transparent;
	background: #C8D0E6;
	font-size: 15px;
}
#resp-menu .category-sul2 > li:hover > a, #resp-menu .category-sul2 > li:hover > span {
	color: #383431;
	font-weight: bold;
	border-color: transparent;
	background: #E9ECF5;
}
#resp-menu .category-sul3 > li:hover > a, #resp-menu .category-sul3 > li:hover > span {
	color: #383431;
	font-weight: bold;
	border-color: transparent;
	background: #fff;
}
#resp-menu .category-sul4 li:hover a, #resp-menu .category-sul4 li:hover span {
	background: #fff;
	border-color: transparent;
	color: #000;
	font-weight: bold;
}

/* li a:CATEGORY-ACTIVE */

#resp-menu .category-ul0 > li a.category-active {
	color: #fff;
	font-weight: normal;
	font-size: 100%;
	background: #445EAB;
	border-bottom: 1px solid #2D3E71 !important;
}
#resp-menu .category-ul0 > li:first-child a.category-active {
	border-top: 1px solid #2D3E71 !important;
}
#resp-menu .category-sul1 li a.category-active {
	color: #445EAB !important;
	font-weight: bold !important;
	font-size: 100%;
	background: #C8D0E6 !important;
	border-bottom: 0px !important;
}
#resp-menu .category-sul2 li a.category-active {
	color: #000 !important;
	font-weight: bold;
	background: #e9ecf5 !important;
} 
 #resp-menu .category-sul3 li a.category-active {
	color: #000 !important;
	font-weight: bold;
	background: #fff !important;
} 
 #resp-menu .category-sul4 li a.category-active {
	color: #000 !important;
	font-weight: bold;
	background: #fff !important;
} 

/* �ipe�ky */

#resp-menu .category-ul0 > li:before,
#resp-menu .category-sul1 > li:before,
#resp-menu .category-sul2 li:before  {
	display: none !important;
}

#resp-menu .category-sul4 > li:before,
#resp-menu .category-sul6 > li:before,
#resp-menu .category-sul8 > li:before {
	content: "";
	margin: 13px 0px 0px 58px;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #544F49;
	display: none !important;
	float: left;
}
#resp-menu .category-sul6 > li:before {
	margin-left: 72px;
}
#resp-menu .category-sul8 > li:before {
	margin-left: 86px;
}

#resp-menu .category-sul4 li:hover:before {
	border-left-color: #FE5451;
}


/* -------------- */

#resp-menu .category-ul0 > li.lvl1:hover > a,
#resp-menu .category-sul1 > li.lvl1:hover > a,
#resp-menu .category-sul2 > li.lvl1:hover > a,
#resp-menu .category-sul3 > li.lvl1:hover > a,
#resp-menu .category-sul4 > li.lvl1:hover > a,
#resp-menu .category-sul5 > li.lvl1:hover > a,
#resp-menu .category-sul6 > li.lvl1:hover > a,
#resp-menu .category-sul7 > li.lvl1:hover > a,
#resp-menu .category-sul8 > li.lvl1:hover > a,
#resp-menu .category-sul9 > li.lvl1:hover > a,
#resp-menu .category-sul10 > li.lvl1:hover > a {
	border-right-color: #fff;
	background: #f5f5f5 url('templates/colorado_vertical/images/ikonky-active.gif') right center no-repeat;
}
#resp-menu .category-ul0 > li:hover:after,
#resp-menu .category-sul1 > li:hover:after,
#resp-menu .category-sul2 > li:hover:after,
#resp-menu .category-sul3 > li:hover:after,
#resp-menu .category-sul4 > li:hover:after,
#resp-menu .category-sul5 > li:hover:after,
#resp-menu .category-sul6 > li:hover:after,
#resp-menu .category-sul7 > li:hover:after,
#resp-menu .category-sul8 > li:hover:after,
#resp-menu .category-sul9 > li:hover:after,
#resp-menu .category-sul10 > li:hover:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #f5f5f5;
	position: absolute;
	right: -1px;
	top: 1px;
	z-index: 15;
	display: none !important;
}

#resp-menu .category-ul0 .category-sul1,
#resp-menu .category-ul0 .category-sul2,
#resp-menu .category-ul0 .category-sul3,
#resp-menu .category-ul0 .category-sul4,
#resp-menu .category-ul0 .category-sul5,
#resp-menu .category-ul0 .category-sul6,
#resp-menu .category-ul0 .category-sul7,
#resp-menu .category-ul0 .category-sul8,
#resp-menu .category-ul0 .category-sul9,
#resp-menu .category-ul0 .category-sul10 {
	background-color: #fff;
	margin-bottom: 0px;
}
#resp-menu .category-ul0 .category-sul2 {background-color: #B4BFE0;}



#resp-menu .category-sul1 > li > a, #resp-menu .category-sul1 > li > span,
#resp-menu .category-sul2 > li > a, #resp-menu .category-sul2 > li > span,
#resp-menu .category-sul3 > li > a, #resp-menu .category-sul3 > li > span,
#resp-menu .category-sul4 > li > a, #resp-menu .category-sul4 > li > span,
#resp-menu .category-sul5 > li > a, #resp-menu .category-sul5 > li > span,
#resp-menu .category-sul6 > li > a, #resp-menu .category-sul6 > li > span,
#resp-menu .category-sul7 > li > a, #resp-menu .category-sul7 > li > span,
#resp-menu .category-sul8 > li > a, #resp-menu .category-sul8 > li > span,
#resp-menu .category-sul9 > li > a, #resp-menu .category-sul9 > li > span,
#resp-menu .category-sul10 > li > a, #resp-menu .category-sul10 > li > span {
	border: 0px solid transparent !important;
}

#resp-menu .category-sul1 > li {margin-top: 1px;}
#resp-menu .category-sul2 > li {margin-top: 1px;}

.moduleError {
	width: cal( 100% - 40px );
	text-align: center;
	padding: 20px;
}

.moduleError h3 {
	margin-bottom: 20px !important;
}

.moduleError a {
	padding: 8px 12px !important;
	background: #424242 !important;
	color: #ffffff !important;
}

.moduleError a:hover {
	opacity: 0.9 !important;
}

/* TEXT EDITOR */
#article .text-bl ul {
	line-height: 30px;
	margin-top: 25px;
	margin-left: 30px;
}

#article .text-bl ul li {
	list-style-type: initial;
	margin-top: 15px;	
}

#article .text-bl ul li ul li {
	list-style-type: circle;
	margin-top: 15px;
}

#article .text-bl ul li ul li ul li {
	list-style-type: square;
	margin-top: 15px;
}

#article .text-bl ul li ul li ul li ul li {
	list-style-type: decimal;
	margin-top: 15px;
}

#left li.divider {
	margin-bottom: 5px;
}

#eetInformation {
	padding: 10px;
    font-size: 11px;
    text-align: center;	
}

.specialText1 {
	padding: 15px 10px !important;
}

.specialText2 {
	padding: 15px 10px !important;
}

.order-register-info {
    margin: 20px auto 0;
    padding: 8px;
    text-align: center;
    background: #FFF8E1;
    border: 1px solid #FFCC80;
    border-radius: 5px;
    color: #757575;
}

.basket-td1-image {
	width: 50px;
	text-align: center !important;
}

.basket-td1-image img {
	vertical-align: middle;
	cursor: zoom-in;
}

.basket-td1-image-large {
	position:absolute;
	display: none;
	width: 300px;
	z-index: 999999;
	padding: 5px;
	border: 1px solid #D2D6D8; 
	background: #F3F4F5;
	border-radius: 5px;
}

.basket-td1-image-large img {
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 5px;
}

.basket-item-sale {
	background: #fe5451;
    border-radius: 4px;
    font-size: 10px;
    padding: 4px;
    min-width: 36px;
    vertical-align: middle;
    margin-left: 5px;
    color: #fff; 
    font-weight: bold; 
}

.shopsunTermsInfo {
	position: absolute;
    right: 23px;
    bottom: 80px;
	padding: 8px;
    text-align: center;
    background: #FFF8E1;
    border: 1px solid #FFCC80;
    border-radius: 5px;
    color: #757575;
}

#sendOrderFinal.disabled {
	background: #dadada !important;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.justify {
	text-align: justify;
}

div.basket-coupon {
	height: 40px;
	margin-bottom: 10px;	
}

div.basket-coupon input[type="text"] {
	width: 180px;
	font-size: 13px;	
}

div.basket-coupon input[type="submit"] {
	float: left;
	padding: 6px 10px;
    height: 40px;
    margin: 0;
    margin-left: 5px;
    font-size: 13px;
    border-radius: 5px;	
}

span.message-error {
	color: #e54e4e !important;
}

div.message-input div.eshop-f-itm {
	height: 100% !important;
}

div.basket-delivery-free-banner {
	display: block;
    width: calc( 100% - 4px );
    background-color: #E8F5E9;
    color: #9E9E9E;
    border: 1px solid #E2E6E7;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 0.9%;
    font-size: 16px; 
    text-align: center;
}

.basket-delivery-free-banner-done {
	border-color: #A5D6A7 !important;
	color: #66BB6A !important;	
}

div.basket-delivery-free-banner div.basket-delivery-free-message {
	margin: 12px;	
}

div.basket-delivery-free-banner div.basket-delivery-free-message i {
	font-size: 24px;	
}

div.basket-delivery-free-banner div.basket-delivery-free-message span {
	margin-left: 12px;	
	vertical-align: text-bottom;
}

div.basket-delivery-free-progress,
div.basket-delivery-free-progress-inner {
	height: 3px;
	border-radius: 0 0 3px 3px;
}

div.basket-delivery-free-progress {
	background-color: #E2E6E7;
	width: 100%;
}

div.basket-delivery-free-progress-inner {
	background-color: #A5D6A7;
	width: 0%;
}

li.product-parameter-reset {
	background: transparent !important;
}

li.product-parameter-reset p {
	font-size: 10px !important;
    float: left !important;
    margin: 0 !important;
    line-height: 30px !important;
}

li.product-parameter-reset a {
	float: right !important;
    font-size: 12px !important;
    line-height: 30px !important;
    font-weight: bolder !important;
}

select[disabled] {
	background-color: #eee !important;
	opacity: 1;
}

/* kalkula�ka na p�epo�et m�rn�ch jednotek */
li#hs-measure-unit-calculator {
	display: block;
	width: 100%;
	height: 42px;
	line-height: 42px;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	border: 0;
	background: #ffffff;
}

li#hs-measure-unit-calculator div.hs-calculator-col {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: calc(50% - 12px);
	height: 40px;
	background: #F3F4F5;
	border: 1px solid #D2D6D8;
	border-radius: 5px;
}

li#hs-measure-unit-calculator div.hs-calculator-col:nth-child(1) {
	margin-right: 10px;
}

li#hs-measure-unit-calculator div.hs-calculator-col:nth-child(2) {
	margin-left: 10px;
}

li#hs-measure-unit-calculator div.hs-calculator-col input, 
li#hs-measure-unit-calculator div.hs-calculator-col span {
	display: inline-block;	
	border: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 1rem;
}

li#hs-measure-unit-calculator div.hs-calculator-col input {
	width: 60%;
	background: #ffffff;
	text-align: right;
	border-radius: 5px 0 0 5px;
}

li#hs-measure-unit-calculator div.hs-calculator-col span {
	position: absolute;
	width: calc(19% - 21px);
	background: transparent;
	border-left: 1px solid #D2D6D8;
	border-radius: 0 5px 5px 0;
}/*./templates/colorado_vertical/style/style_unknown.css*/
/* FILE > ./templates/colorado_vertical/style/style_unknown.css */
/*./templates/colorado_vertical/style/style1.css*/
/* FILE > ./templates/colorado_vertical/style/style1.css */
/*./templates/colorado_vertical/style/style1_unknown.css*/
/* FILE > ./templates/colorado_vertical/style/style1_unknown.css */
/*./templates/colorado_vertical/colors/3/style/style.css*/
/* FILE > ./templates/colorado_vertical/colors/3/style/style.css */
/*

ABLONA 04

ZMNA BAREV:

	#.F33966 -> #EF1075 (itembuy)
	#.FE5451 -> #F24497 / #F27BBA (akce) 

	-------------------
	
	#.445EAB -> #1793C8 (menu)
	#.2D3E71 -> #016A98 (ry)
	#.526CBA -> #199ED7 (menu hover)
	
	#.3D5396 -> #1188BB (login)
	#.384E8B -> #1083B4 (slider)
	
	-------------------
	
	#.514879 -> #2099AA (detail)
	#.635B8E -> #21ACC0 (detail hover)
	#.B4BFE0 -> #92D5DE (itemType)
	
	#.E9ECF5 -> #EDF7FB (svtl 1)
	#.C8D0E6 -> #C8E5F2 (svtl 2)


	
	MAGENTA / AZUROV (3)
	
	
*/



body {
    background: #D6EBF5;
}

/* ==================== #.F33966 -> #EF1075 ==================== */

a,a:visited, a:hover {
	color: #EF1075;
}
.autocomplete strong {
	color: #EF1075;
}
#loginmenu li a {
	color: #EF1075;
}
#top form#search_text1 input[type="submit"]#SearchButt {
	background-color: #EF1075;
}
#left div.eshop-bl a:hover {
	color: #EF1075;
}
#left .eshop-bl#login-info-bl div.eshop-bl-p {
	color: #EF1075;
}
#left div#basket-info-bl.eshop-bl ul li span a:hover,
#left div#last-visited-bl.eshop-bl ul li a:hover,
#left div#basket-info-bl.eshop-bl p#basketCount a:hover, 
#left div#basket-info-bl.eshop-bl p#basketCount a:hover strong {
	color: #EF1075;
}

#osobni-udaje #article > p a strong,
#objednavky #article > p a strong,
#prihlaseni-odhlaseni #article > p a strong {
	background: #EF1075;
}
#article form.eshop-f#forgetpasswordf div.divInfo {
	color: #EF1075;
}

input[type="submit"],
input.btn {
	background: #EF1075;
}
#rotb-bg #rotateBanner .nav a.active,
#article #rotateBanner .nav a.active {
	background: #EF1075;
}
div#article.main ul#dsp1.catalogue-ul li .catalogue-bl h3 a {
	color: #EF1075 !important;
}

div.catalogue-bl div.itemBuy,
div#article.main ul#dsp4.catalogue-ul li div.itemBuy.detailOnly.motherItem {
	background: linear-gradient(#F24497, #EF1075 60%);
}
#article div.catalogue-prod-line form p {
	color: #EF1075;
}
div.catalogue-line form#sForm  input[type="submit"],
div.catalogue-prod-line form input[type="submit"]  {
	background-color: #EF1075;
}
p.search-line strong {
	color: #EF1075;
}
div.detail-name h1 {
	color: #EF1075;
}
div.detail-left div.product-bl form ul li input[type="submit"],
div.detail-left div.product-bl ul li input[type="submit"],
div.detail-left div.product-bl ul li input#hs-spl-prodej {
	background-color: #EF1075;
}
div#tab-spec div:hover{
	color: #EF1075 !important;
}
form.eshop-f#productask-f div.eshop-f-bl:first-child {
	color: #EF1075;
}
table.catalogue-tab input[type="submit"] {
	background: #EF1075;
}
table.user-order-tabprod tr:last-child td strong {
	color: #EF1075;
}
body#objednavky fieldset.eshop-fi div.eshop-f-bl strong {
	color: #EF1075;	
}
ul.order-menu li:nth-child(4).active span.order-menu-step {
	background: #EF1075;
}
body#nakupni-kosik form table.basket-tab tr td.basket-delete a.delete-icon {
	background: #EF1075;
}
body#uhrada-doprava table.basket-tab tr.basket-tr-sum td:nth-child(2) {
	color: #EF1075;
} 
body#objednavka form table tr td input:nth-child(4):not(.disabled) {
	background: linear-gradient(to bottom right, #F24497, #EF1075 115%) !important;
}
body#objednavka-dokonceni h3 {
	color: #EF1075;
}
body#objednavka-dokonceni div.text-bl h2 {
	color: #EF1075;
}
tr.row-difference-s th,
tr.row-difference-s td {
	color: #EF1075;
}
div#kosik.smsAskDiv label {
	color: #EF1075;
}
a#hs-basket-buyit,
a#hs-basket-next,
a#hs-basket-yes {
	background: #EF1075;
	background: linear-gradient(to bottom right, #F24497, #EF1075 115%);
}
#cboxClose {
	background: #EF1075; 
}
div#prBuble h2,
div#prBuble h3 {
	color: #EF1075;
}
div#itemsPanel a {
	color: #EF1075;
}
div.specialText2 h3 {
	color: #EF1075;
}

	/* resp */
	
#top #topBottom  form#search_text1 input[type="submit"],
#resp-search form#search_text1 input[type="submit"]{
	background-color: #EF1075;
}




/* ==================== #.FE5451 -> #F24497 ==================== */

#top .odkazy li a:hover {
    color: #F24497;
}
#topmenu-bg div.eshop-bl#login-info-bl input[type="submit"]:hover {
	background: #F24497;
}
#top form#search_text1 input[type="submit"]#SearchButt:hover {
	background-color: #F24497;
}
div#article.main > h3 {
	color: #F24497;
}
#osobni-udaje #article > p a strong:hover,
#objednavky #article > p a strong:hover,
#prihlaseni-odhlaseni #article > p a strong:hover {
	background: #F24497;
}
#rotb-bg #rotateBanner .nav a:hover,
#article #rotateBanner .nav a:hover {
	background: #F24497;
}
div#article.main > h2.best-seller-h2,
div#article.main > h3.best-seller-h3 {
	color: #F24497;
}
div#article.main ul#dsp1.catalogue-ul li .catalogue-bl h3 a:hover {
	color: #F24497 !important;
}
div#article.main ul#dsp1.catalogue-ul li span.catalogue-deduc {
	background: #F24497; 	
}	
div#article.main h3.nextItems {
	color: #F24497;
}
div.catalogue-bl div.itemBuy input[type="submit"]:hover {
	background-color: #F24497;
}
div.catalogue-bl div.itemBuy.detailOnly:hover,
div.catalogue-bl div.itemBuy.detailOnly.motherItem:hover {
	background: #F24497;
}
div#article.main ul.catalogue-ul li div.itemActionIco,
div#article.main ul.catalogue-ul li div.itemReductionIco {
	background: #F27BBA; /* zmna */
}
div.catalogue-line form#sForm  input[type="submit"]:hover,
div.catalogue-prod-line form input[type="submit"]:hover {
	background-color: #F24497;
}
div.actionDetail strong.product-deduc-name,
div.actionDetail strong.product-deduc-action {
	background: #F27BBA; /* zmna */
}

div.detail-left div.product-bl form ul li input[type="submit"]:hover {
	background-color: #F24497;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy input.hs-a-buy:hover {
	background-color: #F24497;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy a.hs-a-detail:hover {
	background-color: #f5f5f5;
}
table.catalogue-tab input[type="submit"]:hover {
	background: #F24497;
}
table.user-order-tab td.user-order-td1 a:hover {
	color: #F24497;
}
ul.order-menu li.active span.order-menu-step {
	background: #F24497;
}
body#nakupni-kosik form table.basket-tab tr td.basket-delete a.delete-icon:hover {
	background: #F24497;
}
a#hs-basket-buyit:hover,
a#hs-basket-next:hover {
	background: linear-gradient(#F24497, #F24497 60%);
}
#cboxClose:hover {
	background-color: #F24497;
}
div#itemsPanel a:hover {
	color: #F24497;
}
ul.sitemap-ul {
	color: #F24497;
}
ul.sitemap-ul li a:hover {
	color: #F24497;
}
#article div.text-bl h3 {
	color: #F24497;
}
#search-btn {
    background-color: #F24497;
}


	

/* ==================== #.445EAB -> #1793C8 ==================== */	
	
#login-btn-top:hover {
    background-color: #1793C8;
}
#top-categories {
	background: #1793C8;
}	
#top-categories ul#mainCategory > li {
	background: #1793C8;
}	
#top-categories ul#mainCategory li ul li a {
	color: #1793C8;
}
#left .category-ul0 {
	border-top-color: #1793C8 !important;
	border-bottom-color: #1793C8 !important;
}
#left .category-ul0 > li {
	background: #1793C8;
}
#left .category-ul0 > li:last-child a {
	border-bottom-color: #1793C8;
}
#left .category-ul0 > li:first-child > a, #left .category-ul0 > li:first-child > span {
	border-top-color: #1793C8;
}
#left .category-ul0 > li a.category-active {
	background: #1793C8;
}
#left .category-sul1 li a.category-active {
	color: #1793C8 !important;
}
#toppaticka .eshop-bl form input[type="submit"] {
	background: #1793C8;
}
#paticka .blok h4 {
	color: #1793C8;
}
#paticka .blok h4:before {
    color: #1793C8;
}
#slider .slidePrev:hover:before,
#slider .slideNext:hover:before,
#article #slider .slidePrev:hover:before,
#article #slider .slideNext:hover:before {
	background-color: #1793C8;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-info span.catalogue-availability {
	color: #1793C8;
}
div#article.main ul.catalogue-ul li div.itemSaleIco {
	background: #1793C8;
}
#article p.includedCategories {
	color: #1793C8;
}
#article ul.catalogue-subcat li:hover a {
	color: #1793C8;
}
div.actionDetail strong.product-deduc-spec {
	background: #1793C8;
}
a.plus {
    background: #1793C8;
}
body#objednavka form#order-f fieldset.eshop-fi:nth-child(2) strong {
    background: #1793C8;
}
body#nakupni-kosik form table tr td:nth-child(2) input[type="submit"] {
	background: #1793C8;
}
#article div.text-bl h2, div.specialText2 h2 {
	color: #1793C8;
}	
	
/* resp */	
	
#resp-menu ul#mainCategory li {
	background: #1793C8;
}
#resp-menu .category-ul0 > li {
	background: #1793C8;
}
#resp-menu .category-ul0 > li:last-child a {
	border-bottom-color: #1793C8;
}
#resp-menu .category-ul0 > li:first-child > a, #resp-menu .category-ul0 > li:first-child > span {
	border-top-color: #1793C8;
}
#resp-menu .category-ul0 > li a.category-active {
	background: #1793C8;
}
#resp-menu .category-sul1 li a.category-active {
	color: #1793C8 !important;
}




/* ==================== #.2D3E71 -> #016A98 ==================== */


#top-categories ul#mainCategory > li {
	border-right-color: #016A98;
}
#top-categories ul#mainCategory > li:first-child {
	border-left-color: #016A98;
}
#resp-menu .category-ul0 .category-sul1, 
#left .category-ul0 .category-sul1 {
	border-top-color: #016A98;
	border-bottom-color: #016A98;
}
#resp-menu ul.category-ul0 > li a.category-active:last-child, 
#left ul.category-ul0 > li a.category-active:last-child {
	border-bottom-color: #016A98 !important;
}
#resp-menu .category-ul0 > li > a, #resp-menu .category-ul0 > li > span,
#left .category-ul0 > li > a, #left .category-ul0 > li > span {
	border-bottom-color: #016A98;
}
#resp-menu .category-sul1 > li > a, #resp-menu .category-sul1 > li > span,
#left .category-sul1 > li > a, #left .category-sul1 > li > span {
	color: #016A98;
}
#resp-menu .category-ul0 > li:hover > a, #resp-menu .category-ul0 > li:hover > span, 
#left .category-ul0 > li:hover > a, #left .category-ul0 > li:hover > span {
	border-bottom-color: #016A98 !important;
}
#resp-menu .category-ul0 > li:first-child:hover > a, #resp-menu .category-ul0 > li:first-child:hover > span,
#left .category-ul0 > li:first-child:hover > a, #left .category-ul0 > li:first-child:hover > span {
	border-top-color: #016A98 !important;
}
#resp-menu .category-sul1 > li:hover > a, #resp-menu .category-sul1 > li:hover > span,
#left .category-sul1 > li:hover > a, #left .category-sul1 > li:hover > span {
	color: #016A98;
}
#resp-menu .category-ul0 > li a.category-active,
#left .category-ul0 > li a.category-active {
	border-bottom-color: #016A98 !important;
}
#resp-menu .category-ul0 > li:first-child a.category-active,
#left .category-ul0 > li:first-child a.category-active {
	border-top-color: #016A98 !important;
}

div#article.main ul.catalogue-ul li:hover div.catalogue-bl div.catalogue-bl-top span.itemAvailability {
	background: #016A98;
}
div#article.main ul#dsp4.catalogue-ul li:hover div.catalogue-bl,
div#article.main ul#dsp3.catalogue-ul li:hover div.catalogue-bl,
div#article.main ul#dsp2.catalogue-ul li:hover div.catalogue-bl {
	border-bottom-color: #016A98;
}

/* resp */

#resp-menu {
	border-top-color: #016A98;
}
button.menu-button {
	background: #016A98 !important;
}




/* ==================== #.526CBA -> #199ED7 ==================== */


#resp-menu ul#mainCategory > li > a:hover, 
#top-categories ul#mainCategory > li > a:hover {
	background: #199ED7;
}
#resp-menu ul#mainCategory > li > a.category-active,
#top-categories ul#mainCategory > li > a.category-active {
    background: #199ED7;
}

#resp-menu ul.category-ul0 > li > a.category-active:last-child,
#left ul.category-ul0 > li > a.category-active:last-child {
	background: #199ED7 !important;
}
#resp-menu ul.category-sul1 > li a.category-active:last-child,
#left ul.category-sul1 > li a.category-active:last-child {
	background: #fff !important;
}
#resp-menu .category-ul0 > li:hover > a, #resp-menu .category-ul0 > li:hover > span,
#left .category-ul0 > li:hover > a, #left .category-ul0 > li:hover > span {
	background: #199ED7 !important;
}
#toppaticka .eshop-bl form input[type="submit"]:hover {
	background: #199ED7;
}
body#nakupni-kosik form table tr td:nth-child(2) input[type="submit"]:hover {
	background: #199ED7;
}




/* ==================== #.3D5396 -> #1188BB ==================== */

#login-btn-top {
    background-color: #1188BB;
}

/* ==================== #.384E8B -> #1083B4 ==================== */

#slider .slidePrev:before,
#article #slider .slidePrev:before,
#slider .slideNext:before,
#article #slider .slideNext:before {
	background-color: #1083B4;
}





/* ==================== #.514879 -> #2099AA ==================== */

a.registrace {	
	background-color: #2099AA;
}
#slider .slide span.detail,
#article #slider .slide span.detail {
	background: #2099AA;
}
table.compare tr.row-price td a {
	background: #2099AA;
}

/* ==================== #.635B8E -> #21ACC0 ==================== */

#slider .slide:hover span.detail,
#article #slider .slide:hover span.detail {
	background: #21ACC0;
}
#article .Pagging a.active,
#article .topPagging a.active {
	background: #21ACC0;
	border-color: #21ACC0;
}
#article .Pagging a.active:hover,
#article .topPagging a.active:hover {
	background: #21ACC0;
}
table.compare tr.row-price td a:hover {
	background: #21ACC0;
}
body#fakturacni-udaje-objednavky h2.formH {
	color: #21ACC0;
}
body#fakturacni-udaje-objednavky h2#formH3:before {
    color: #21ACC0;
}

/* resp */

#login-btn {
    background-color: #21ACC0;
}

/* nhrada #605788 */
a.registrace:hover:before {
    background-color: #21ACC0;
}


/* ==================== #.B4BFE0 -> #92D5DE ==================== */

#topmenu-bg div.eshop-bl#login-info-bl .eshop-bl-p a#lnkRegistrace {
	color: #92D5DE;
}
#top-categories ul#mainCategory li ul li ul li a:hover {
	background: #92D5DE;
}
#resp-menu .category-ul0 .category-sul2,
#left .category-ul0 .category-sul2 {
	background-color: #92D5DE;
}
#article .Pagging a,
#article .topPagging a {
	background: #92D5DE;
}
#article .Pagging a:hover,
#article .topPagging a:hover {
	color: #92D5DE;
}
#article .Pagging .pagePrev, #article .Pagging .pageNext,
#article .topPagging .pagePrev, #article .topPagging .pageNext {
	color: #92D5DE;
}
#article .Pagging .pageNext:after,
#article .topPagging .pageNext:after,
#article .Pagging .pagePrev:before,
#article .topPagging .pagePrev:before {
    color: #92D5DE;
}
div.catalogue-bl span.itemType {
	background: #92D5DE;
}
div#detail-right div.product-photo:hover {
	border-color: #92D5DE;
}
div.itemType span {
	background: #92D5DE;
}
div.detail-left div.product-bl ul li#det-buy input#hs-variant-submit {
	background-color: #92D5DE;
}
div.detail-left div.product-bl ul li#det-buy input#hs-variant-submit:hover {
	background-color: #92D5DE;
}
div.detail-left div.product-bl ul li label.lbproduct-code {
	color: #92D5DE;
}
div.other-product-photo div.items div:hover {
	border-color: #92D5DE;
}
table.compare tr.row-price td a:last-child {
	background: #92D5DE !important;
}
#variants h2 {
	background: #92D5DE;
}

body#fakturacni-udaje-objednavky h2#formH1:before,
body#fakturacni-udaje-objednavky h2#formH2:before {
    color: #92D5DE;
}


/* ==================== #.E9ECF5 -> #EDF7FB ==================== */

#top-categories ul#mainCategory li ul li:hover > a {
	background: #EDF7FB;
}
#resp-menu .category-sul2 > li,
#resp-menu .category-sul2 > li:hover > a, #resp-menu .category-sul2 > li:hover > span,
#left .category-sul2 > li,
#left .category-sul2 > li:hover > a, #left .category-sul2 > li:hover > span {
	background: #EDF7FB; 
}
#resp-menu .category-sul2 > li > a.category-active,
#left .category-sul2 > li > a.category-active {
	background: #EDF7FB !important; 
}
#resp-menu .category-sul3 > li > a.category-active,
#left .category-sul3 > li > a.category-active,
#resp-menu .category-sul4 > li > a.category-active,
#left .category-sul4 > li > a.category-active {
	background: #fff !important; 
}
#article .Pagging,
#article .topPagging {
	background: #EDF7FB;
}
div#article.main ul.catalogue-ul li:hover div.catalogue-bl-top {
	background: #EDF7FB;
}
div#article.main ul.catalogue-ul li:hover div.itemIcons {
	background: linear-gradient(#ffffff, #EDF7FB);
}
#article div.categories-line ul li:hover {
	background: #EDF7FB;
}
div.itemType span:before {
    color: #EDF7FB;
}
#variants h2:before {
    color: #EDF7FB;
}
body#fakturacni-udaje-objednavky h2.formH {
	background: #EDF7FB;
}

/* ==================== #.C8D0E6 -> #C8E5F2 ==================== */

#resp-menu .category-sul1 > li,
#left .category-sul1 > li,
#resp-menu .category-sul1 > li:hover > a, #resp-menu .category-sul1 > li:hover > span,
#left .category-sul1 > li:hover > a, #left .category-sul1 > li:hover > span {
	background: #C8E5F2;
}
#resp-menu .category-sul1 > li > a.category-active,
#left .category-sul1 > li > a.category-active {
	background: #C8E5F2 !important;
}
div#article.main ul.catalogue-ul li:hover div.catalogue-bl-p h2, div#article.main ul.catalogue-ul li:hover div.catalogue-bl-p h3 {
    border-bottom-color: #C8E5F2;
}
div#article.main ul.catalogue-ul li div.itemIcons span.itemText:hover,
div#article.main ul.catalogue-ul li div.itemIcons span.itemColor:hover,
div#article.main ul.catalogue-ul li div.itemIcons span.itemVariants:hover,
div#article.main ul.catalogue-ul li div.itemIcons a.itemCompare:hover {
	background-color: #C8E5F2;
}
#article div.categories-line ul li:hover {
	border-color: #C8E5F2;
}

/* ==================== #.4F67B0 -> #1188BB ==================== */

a.plus:hover {background: #1188BB;}

.basket-item-sale {
	background: #F27BBA;
}

#top form.search_form input[type="submit"]:hover {
	background-color: #F24497;
}
/*./templates/colorado_vertical/colors/3/style/style_unknown.css*/
/* FILE > ./templates/colorado_vertical/colors/3/style/style_unknown.css */
/*./templates/colorado_vertical/style/responsive.css*/
/* FILE > ./templates/colorado_vertical/style/responsive.css */

/* ============================================================================= */
/* =================== ABLONA SHOPSUN 4 "COLORADO" - VERTICAL =================== */
/* ================================================================================= */
/* ================================= RESPONSIVE ================================== */
/* ============================================================================= */



@media screen and (max-width: 1540px) {


div#prevProduct2 {
	margin-left: -745px;
	padding-right: 10px;
}
div#nextProduct2 {
	margin-right: -745px;
	padding-left: 10px;
}


}




@media screen and (max-width: 1460px) {


#prevProduct2,
#nextProduct2 {
	display: none !important;
}


}




@media screen and (max-width: 1330px) {

div.actionDetail {
	right: 151.5%;
}

body {background: #fff !important;}

#topmenu {
	width: 100% !important; padding-left: 15px; padding-right: 15px;
}

div#kontakt-top {font-size: 14px;}

a.registrace,
#top-katalog,
#rotb-bg,
#fontSet {
	display: none;
}

#mid #left {
	width: 20% !important;
}

#topmenu .basket {width: auto; margin-left: 25px; margin-right: 0px;}

/*---*/

/*
ul#mainmenu.odkazy li:first-child {
	border-left-color: transparent;
}
ul#loginmenu.odkazy li:last-child {
	border-right-color: transparent;
}*/


/* 1330 ---*/

#top-bg {border-bottom-width: 0px;}

#top {
	width: 100%; padding-left: 15px; padding-right: 15px;
	box-sizing: border-box;
	/*padding: 0 12px;
	position: relative;*/
}

#top .odkazy.odkazy-top {
	display: inline-block;
}

#top .odkazy {
	display: none;
}

div#topLeft {
	width: 20%;
	height: 90px;
    line-height: 88px;
	padding-top: 0px;
	padding-bottom: 10px;
}

div#topRight {
    width: 72%;
	margin-top: 30px;
}

#top form.search_form {
	width: 450px;
	margin-right: 35%;
}
.autocomplete {
	width: 450px !important;
}

#layout-bg {background: #f3f4f5;}


/* 1330 ---*/

#topBottom  {
	display: inline-block;
}

div#itemsPanel {
    right: 0px;
}

div#top-categories {
    min-height: 42px;
	margin-bottom: 0px;
	position: relative;
}

#resp-layout-nav-top {
    display: none; /* oprava */
}

div#article div#layout-nav,
div#layout-nav {
	width: 100%; padding-left: 15px; padding-right: 15px;
}

#article > div#layout-nav > a, div#layout-nav > a {margin-right: 8px; padding-left: 12px;}
#article > div#layout-nav > a:before, div#layout-nav > a:before {left: -2px;}


/*-*/

#slideItemsHome.alone {
	width: 100%; padding-left: 15px; padding-right: 15px;
	box-sizing: border-box;
}

#slideItemsHome.alone #slider {
	width: 100%;
	margin: 0px;
}

#slider #sliderContent,
#article #slider #sliderContent {
    height: 300px;
}
#slider .slide,
#article #slider .slide {
    padding: 15px 10px;
}
#slider .slide .text,
#article #slider .slide .text {
    width: 100%;
	max-width: 100%;
    padding-top: 7px;
	text-align: center;
    float: none;
}
/*#slider .slide img,
#article #slider .slide img {
    max-height: 170px;
	min-height: 170px;
	max-width: 100%;
    float: none;
}*/
#slider .slide span.detail,
#article #slider .slide span.detail {
	bottom: 15px;
    right: 10px;
	padding: 10px 25px;
}
#slider .slide .cena,
#article #slider .slide .cena {
	bottom: 20px;
    left: 10px;
	right: initial;
}


/*---*/

#mid {margin-top: 0px;}

#mid, #toppaticka #left {
	width: 100% !important; padding-left: 15px; padding-right: 15px;
	box-sizing: border-box;
	float: none;
}

#article {
	width: 80% !important; padding-left: 15px;
	float: right;
}
body.hsLayout3 #article {width: 100% !important;}

/* --- */

div.specialText1,
div.catalogue-line.sorting-line,
div.catalogue-prod-line,
#article .nejprodavanejsi,
div.bm-bl,
body#nakupni-kosik #article form,
form#basket-delivery {
	width: 100%;
	margin-left: 0px; margin-right: 0px;
}
body.hsLayout3 #article .nejprodavanejsi {width: 100%;}
body.hsLayout3 div.bm-bl {width: 100%;}

div.text-bl,
div.specialText1,
div.specialText2,
div.catalogue-text,
div.catalogue-line.categories-line,
div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl {
	padding-left: 0px; padding-right: 0px;
}
div#article.main > h2.best-seller-h2, div#article.main > h3.best-seller-h3 {padding-left: 0px;}

#article table.compare, #article table.catalogue-tab, #article table.user-order-tab, #article table.user-order-tabprod, #article table.basket-tab {width: 100%;}
body#objednavky fieldset.eshop-fi, body#objednavka fieldset.eshop-fi {width: 100%;}
body#fakturacni-udaje-objednavky h2.formH {margin-left: 0px;}


/* --- */

div#article.main ul.catalogue-ul li div.catalogue-bl span.itemMainPrice {font-size: 12px;}
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl span.itemMainPrice span {font-size: 20px;}


div#article.main ul.catalogue-ul li div.itemIcons span,
div#article.main ul.catalogue-ul li div.itemIcons a {
	margin-left: 3px;
}
div#article.main ul#dsp4.catalogue-ul li div.itemIcons span,
div#article.main ul#dsp4.catalogue-ul li div.itemIcons a {
	margin-left: 3px;
}
div#article.main ul.catalogue-ul li div.itemIcons:before {
	right: 3px;
}

div#article.main ul#dsp1.catalogue-ul li span.catalogue-deduc {right: 0px;}


/* 1330 Detail */

div.detail-left div.product-bl form ul li span.product-lb, 
div.detail-left div.product-bl ul li span.product-lb, 
div.detail-left div.product-bl form ul li label.product-lb, 
div.detail-left div.product-bl ul li label.product-lb {
    width: 45%;
}

div.detail-left div.product-bl form ul li.product-val:not(#product-price):not(#det-param) {
	width: 54%;
}

div.detail-left div.product-bl form ul li, 
div.detail-left div.product-bl ul li {
    padding-left: 20px;
}

div.detail-left div.product-bl form ul li input.inputRight[type="text"] {
    margin-left: 0 !important;
}

div.detail-left div.product-bl ul li label.lbproduct-code {padding-left: 0px;}
div.detail-icons {padding-left: 0px;}

/* --- */

ul.bookmark#bm {background: none; padding-right: 0px; padding-top: 30px; padding-left: 0px; min-height: 85px; margin-bottom: 0px;}
ul.bookmark li a {padding-left: 15px; padding-right: 15px;}
ul.bookmark li.active a, ul.bookmark li.active a:visited {padding-left: 20px; padding-right: 20px;}
ul.bookmark li.active#bm-itm-popis a {padding-left: 20px; padding-right: 20px;}

/* - */

div.bm-bl {width: 100%;}

#variants h2 {margin: 20px 0 0;}
#variants .catalogue-tab tr.tr-lichy td {background: #f3f4f5;}


/* 1330 Formule */	

#article form.eshop-f {width: 100%;}
	
strong.eshop-f-err {
    /*background: #fff;
    color: #CE0000;*/
}	
	
	
/* 1330 Nkupn kok */

body#nakupni-kosik form table.basket-tab tr td.basket-td1 {
    width: 48% !important;
}
body#nakupni-kosik form table.basket-tab tr td.basket-td2 {
    width: 16%;
}
body#nakupni-kosik form table.basket-tab tr td.basket-td3 {
    width: 14%;
}

body#nakupni-kosik form table.basket-tab tr.basket-tr-sum td {
	width: 20%;
}


/* 1330 Patika */

.paticka-obsah {
	width: 100%;
}


}




@media screen and (max-width: 1230px) {

.shopsunTermsInfo {
    right: 23px;
}
	
#top-categories {display: inline-block;}
	
#mid #left {display: none;}	
#mid #article {width: 100% !important; padding-left: 0px; float: none;}

div#topLeft {
	width: 240px;
}

	
}



@media screen and (max-width: 1024px) {

div.actionDetail {
	right: 107.2%;
}

#topmenu .odkazy li {
    padding-left: 6px;
	padding-right: 6px;
}

div#kontakt-top {display: none;}

#top form.search_form {
	width: 420px;
}
.autocomplete {
	width: 420px !important;
}

/*---*/

#article ul.catalogue-subcat li {
	width: 19.2%;
	max-width: 19.2%;
	margin-right: 1%;
}
#article ul.catalogue-subcat li:nth-child(6n+6) {
	margin-right: 1%;
}
#article ul.catalogue-subcat li:nth-child(5n+5) {
	margin-right: 0;
}


div.catalogue-line form div#sDsp_msdd {
	display: none;
}
div.catalogue-line form div#sSort_msdd {
	width: 59% !important;
}
div.catalogue-line form div#sOnPage_msdd {
    width: 40% !important;
}


/* 1024 Katalog */

/* 4 > 3 */
div#article.main ul#dsp4.catalogue-ul li {
	width: 32.6%;
}
div#article.main ul#dsp4.catalogue-ul li:nth-child(4n+0),
div#article.main ul.catalogue-ul li {
	margin-right: 1.1%;
}
div#article.main ul#dsp4.catalogue-ul li:nth-child(3n+0){
	margin-right: 0px;
}

div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl div.itemBuy:hover {
	z-index: 900;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-info {
	width: 50%;	
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl-p {
	width: 50%;		
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy {
	width: 100%;
}


/* 1024 Detail */

div#detail-right {
	width: 58%;
}
div.detail-left {
	width: 40%;
}

div.detail-name {padding-right: 42%;}
div.product-rating {left: 60%;}
div.itemType {left: -147.7%;}

div#detail-right div.product-photo {
	width: 100%;
	margin-bottom: 8px;
}

div.other-product-photo {
    width: 100%;
}
div.other-product-photo div.items div {
    width: 32.4%;
	margin-right: 1.4%;
}
div.other-product-photo div.items div:last-child {
	margin-right: 0px;
}
a.plus {display: inline; padding: 8px 20px;}


/* 1024 Nkupn kok */

ul.order-menu li.active a span.order-menu-name, ul.order-menu li.active a span.order-menu-names,
ul.order-menu li span.order-menu-name, ul.order-menu li a span.order-menu-names {
    line-height: 16px;
	margin-top: -17px;
}


/* 1024 Patika */

#paticka .blok.odkazy {
	width: 30%;
	padding: 0 25px;
}
#paticka .blok li {line-height: 28px;}

#paticka #layout-banner {
	display: none;
}


/* 1024 Colorbox */

#colorbox {
	left: 5% !important;
	width: 90% !important;
}
#colorbox #cboxWrapper {
	width: 100% !important;
}
#colorbox #cboxLoadedContent {
	width: 100% !important;
}

.cboxPhoto {
	box-sizing: border-box;
	max-width: 90% !important;
	width: auto !important;
	max-height: 90% !important;
	height: auto !important;
	margin-top: 0% !important;
	padding-top: 40px;
}


}




@media screen and (max-width: 960px) {

#topmenu .odkazy {
	max-width: 85%;
}
ul#loginmenu.odkazy li:first-child {
	display: none;
}
#topmenu .odkazy#loginmenu li {
	border-left-width: 1px;
}
#topmenu .odkazy#loginmenu li:hover {
	border-right-color: transparent;
	margin-left: 0px;
}


/* 960 ---*/

div#topRight {
    width: 60%;
	margin-bottom: 15px;
}
div#flags-top {
    top: -60px;
}
#top .basket#basketHeadPrice {
	margin-top: 0px;
    width: 30%;
}
#top form.search_form {
	margin-top: 0px;
	float: left;
	margin-right: 0px;
}

div#topRight div#itemsPanel {display: none;}
div#top-categories div#itemsPanel {display: inline-block;}


/* 960 ---*/

#slider .slide span.detail,
#article #slider .slide span.detail {
	padding: 10px 15px;
}
#slider .slide .cena,
#article #slider .slide .cena {
	font-size: 19px;
}

/*
#article #slider #sliderContent {
    height: 240px;
}
#article #slider .slide {
    padding: 0px 5px;
}
#article #slider .slide img {
    padding: 10px;
}*/

/*-*/

div#article.main ul.catalogue-ul li.producer-li {
	width: 24.1%;
	margin-right: 1.2%;
}
div#article.main ul.catalogue-ul li.producer-li:nth-child(5n+5) {
	margin-right: 1.2%;
}
div#article.main ul.catalogue-ul li.producer-li:nth-child(4n+4) {
	margin-right: 0px;
}



/* 960 Katalog */

/* 4 > 3 */
/*
div#article.main ul#dsp4.catalogue-ul li {
	width: 32.6%;
}
div#article.main ul#dsp4.catalogue-ul li:nth-child(4n+0),
div#article.main ul.catalogue-ul li {
	margin-right: 1.1%;
}
div#article.main ul#dsp4.catalogue-ul li:nth-child(3n+0){
	margin-right: 0px;
}

div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl div.itemBuy:hover {
	z-index: 900;
}
div#article.main ul.catalogue-ul li div.catalogue-bl div.itemBuy span,
div#article.main ul.catalogue-ul li div.catalogue-bl div.itemBuy input[type="text"] {
	display: none;
	visibility: hidden;
}

div#article.main ul.catalogue-ul li div.catalogue-bl a.hs-a-det {
	font-size: 12px;
}*/

div#article.main ul#dsp3.catalogue-ul li div.catalogue-bl span.itemMainPrice span {font-size: 20px;}

/*-*/

table.catalogue-tab tr td.catalogue-td2 {
    width: 16%;
}
table.catalogue-tab tr td.catalogue-td6 {
    width: 26.5%;
}


/* 960 Detail */

div.detail-left {
	width: 46%;
}
div#detail-right {
	width: 52%;
}

div.detail-name {padding-right: 48%;}
div.product-rating {left: 54%;}
div.itemType {left: -115.2%;}
div.detail-name h1 {text-align: left !important; font-size: 20px; line-height: 24px;}


/* 960 Nkupn kok */

body#nakupni-kosik form table.basket-tab tr.basket-tr-sum td {
	width: 26%;
}

body#nakupni-kosik table.basket-tab tr.basket-tr-sum td.basket-td-sum {
    font-size: 24px !important;
}
body#nakupni-kosik form table tr td:nth-child(2) input[type="submit"] {padding-left: 20px; padding-right: 20px;}

/* 4. */

body#objednavka fieldset.eshop-fi:first-child div.eshop-f-bl {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}


/*
div#detail-right div.product-photo a img {
    max-width: 100%;
}

div.other-product-photo div.items div {
	height: 130px;
}
div.other-product-photo div.items div a {
	line-height: 128px;
}
*/

/*-*/

/*
ul.bookmark li a {
    font-size: 12px;
}
*/

/* 960 ---*/

.qtip-bootstrap  {
	display: none !important;
}


}




@media screen and (max-width: 768px) {

.basket-td-image {
	display: none !important;
}
	
#rotateBanner {
    padding-top: 40.45% !important;
    height: 40.45% !important;
}

#top .odkazy.odkazy-top {
    display: none;
}

#left {
	display: none;
}

/*---*/

#topmenu {
	min-height: 46px;
	line-height: 46px;
}
#topmenu .basket {
    height: 46px !important;
    line-height: 46px;
	margin-left: 5px;
}
div#kontakt-top {
    line-height: 46px;
}
#topmenu-bg #currency-bl.eshop-bl {
    right: 260px;
}
#topmenu .odkazy {max-width: 100%; width: 100%;}
div.currency-top {left: 0;}
div.basket-block {float: right;}
div.login-block {display: none;}

#top {
	margin-bottom: 0px;
	margin-top: 0px;
}

div#topLeft {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 300px;
    height: 70px;
	line-height: 68px;
}


/*-*/

div#topRight {
	width: 110px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#topRight form.search_form {
	display: none;
}


/*-*/

#layout-bg {
	margin-top: 2px; 
	margin-bottom: 0px;
	border-top: 0px;
	border-bottom-color: #E9EBEE;
}
div#layout-nav {
	float: none;
}

#top .odkazy  {
	display: none;
}

#topBottomSearch {
	display: inline-block;
}
#top form.search_form {
    width: 100%;
}

/*-*/

#flags-top, 
#topRight .basket {
	display: none;
}


/* 768 --- */

/*
div#itemsPanel {
	display: none;
}
*/
#resp-top {
	display: block;
}


#resp-top .basket {
	display: inline-block;
}

/*-*/

#resp-menu {
	margin-top: 44px;
	width: 100%;
	border-left: 0px;
	position: relative;
}
#resp-menu .category-ul0 > li > a, #resp-menu .category-ul0 > li > span {
    padding-left: 25px;
}

#resp-menu #mainmenu {
	display: block;
}

/*-*/

#slider a.slide {
	width: 50.1% !important; 
}

/* --- */

div#article.main > h3 {font-size: 22px;}

#article ul.catalogue-subcat li,
#article ul.catalogue-subcat li:nth-child(5n+5) {
	width: 24.25%;
	max-width: 24.25%;
	margin-right: 1%;
}
#article ul.catalogue-subcat li:nth-child(4n+4) {
	margin-right: 0;
}

div.catalogue-line.sorting-line {margin-top: 8px;}
div.catalogue-line.categories-line {margin-bottom: 0px;}
#article ul.catalogue-subcat li:before {display: none;}
#article ul.catalogue-subcat li {height: 66px; line-height: 64px; font-size: 14px; margin-bottom: 10px;}
#article ul.catalogue-subcat li a {padding-left: 10px; padding-right: 10px;}

/* - */

div.catalogue-prod-line {
	padding: 5px 8px 5px 8px;
}

#article div.catalogue-prod-line form p {line-height: 32px; font-size: 14px;}
div.catalogue-prod-line label {font-size: 14px; padding: 0 0 0 2px; height: 32px; line-height: 32px;}
div.catalogue-prod-line label label {padding: 0 2px 0 2px;}
div.catalogue-prod-line label:first-child {margin-left: 5px;}
div.catalogue-prod-line form input[type="submit"] {width: 34px; height: 32px; margin-top: 0px; margin-left: 5px; right: -4px; position: relative;}


/* 768 Katalog */

#article .Pagging, #article .topPagging {padding-left: 10px; padding-right: 10px;}
#article .Pagging a, #article .topPagging a {width: 24px; height: 22px; line-height:22px;}
#article .Pagging .pageNext, #article .topPagging .pageNext {margin: 0 0 0 10px;}
#article .topPagging .pagePrev, #article .Pagging .pagePrev {margin: 0 6px 0 0;}


div#article.main ul.catalogue-ul {
    padding: 0px !important;
}

/* 4 > 2 */
div#article.main ul#dsp4.catalogue-ul li {
	width: 49.25%;
}
div#article.main ul#dsp4.catalogue-ul li:nth-child(3n+0),
div#article.main ul.catalogue-ul li {
	margin-right: 1.5%;
}
/* 3 > 2 */
div#article.main ul#dsp3.catalogue-ul li {
	width: 49.25%;
}
div#article.main ul#dsp3.catalogue-ul li:nth-child(3n+0), 
div#article.main ul#dsp3.catalogue-ul li {
	margin-right: 1.5%;
}

div#article.main ul#dsp4.catalogue-ul li:nth-child(2n+0),
div#article.main ul#dsp3.catalogue-ul li:nth-child(2n+0) {
	margin-right: 0px;
}

/*-*/

table.catalogue-tab, table.catalogue-tab tbody,
table.catalogue-tab tr, table.catalogue-tab th, table.catalogue-tab td {
	display: inline-block;
	box-sizing: border-box;
	height: auto;
} 
table.catalogue-tab tbody {
	width: 100%;
}
table.catalogue-tab tr:first-child {
	display: none;
}
table.catalogue-tab tr {
	margin-bottom: 20px;
	width: 100%;
}
table.catalogue-tab tr td {
	height: 56px;
}
table.catalogue-tab tr td.catalogue-td1 {
	width: 100%;
	height: auto;
}
table.catalogue-tab tr td.catalogue-td2 {
	width: 30%;
	line-height: 34px;
}
table.catalogue-tab tr td.catalogue-td4 {
	width: 36%;
}
table.catalogue-tab tr td.catalogue-td6 {
	width: 34%;
}

table.catalogue-tab tr.tr-lichy td.catalogue-td1,
table.catalogue-tab tr.tr-sudy td.catalogue-td1 {
	border-bottom-width: 3px;
}


/* 768 Detail */

div#detail-right {
	width: 100%;
}
div.detail-left {
	width: 100%;
}

div.detail-left div.product-bl form ul li.product-val:not(#product-price):not(#det-param) {
    margin-top: 0;
}

/*-*/

div.detail-left div.product-bl form ul li#itemType {
    background: #FCFCFC;
}

div.detail-name {padding-right: 0; margin-bottom: 8px; margin-top: 2px;}
div.detail-name h1 {margin-right: 10px;}
div.product-rating {position: initial; float: left;}

div.actionDetail {
    right: 10px;
    bottom: -70px;
	top: initial;
}
div.actionDetail strong.product-deduc-spec, 
div.actionDetail strong.product-deduc-name,
div.actionDetail strong.product-deduc-action {
	padding: 0px 10px;
	font-size: 12px;
	line-height: 38px;
	height: 38px;
}
div.actionDetail strong.product-deduc-name,
div.actionDetail strong.product-deduc-action {
	line-height: 34px;
	padding-left: 10px;
}
div.actionDetail strong.product-deduc-name:before,
div.actionDetail strong.product-deduc-action:before {
	font-size: 22px;
	margin-right: 10px;
	top: 3px;
}

div.itemType {
    left: 10px;
    top: 100%;
	margin-top: 32px;
}
div.itemType span {
	padding: 0px 10px 0px 8px;
	line-height: 38px;
	font-size: 12px;
	background: #B4BFE0;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
}

div.itemType span:before {
    font: normal normal normal 24px/1 FontAwesome;
	margin-right: 10px;
	position: relative; top: 4px;
}


/*-*/

div#detail-right div.product-photo {
	border-top-width: 1px;
	line-height: 378px;
	margin-top: 20px;
}

/*-*/

div.other-product-photo div.items div {
	height: 140px;
}
div.other-product-photo div.items div a {
	line-height: 138px;
}

/*-*/

ul.bookmark#bm {
	margin-top: 20px;
	padding-top: 0px;
	min-height: 54px;
}

ul.bookmark li {
	width: 25%; /*24.25%*/
	margin-right: 0; /*1%*/
	margin-bottom: 5px;
}
/*
ul.bookmark li:last-child,
ul.bookmark li:nth-child(4) {
	margin-right: 0px;
}*/

ul.bookmark li a {padding-left: 10px; padding-right: 10px;}
ul.bookmark li.active a, ul.bookmark li.active a:visited {padding-left: 10px; padding-right: 10px;}
ul.bookmark li.active#bm-itm-popis a {padding-left: 10px; padding-right: 10px;}

/*-*/

div#tab-spec div.spec span.spec-item {
	width: 42%;
	margin-left: 13px;
}


/*-*/

div#tab-foto {
    margin-top: 15px;
	margin-bottom: -25px;
	padding-top: 0px;
	padding-bottom: 0px;
}
form.eshop-f#productask-f {
    margin-top: 15px !important;
	margin-bottom: 0px !important;
}

/*-*/

#variants table.catalogue-tab tr td.catalogue-td1,
.producerItems table.catalogue-tab tr td.catalogue-td1 {
	width: 85%;
	height: 70px;
	line-height: 24px;
}
#variants table.catalogue-tab tr td.catalogue-td0,
.producerItems table.catalogue-tab tr td.catalogue-td0 {
	width: 15%;
	height: 70px;
}
table.catalogue-tab tr.tr-lichy td.catalogue-td0,
table.catalogue-tab tr.tr-sudy td.catalogue-td0 {
	border-bottom-width: 3px;
}

#variants table.catalogue-tab tr {height: auto;}

/*-*/

div#prBuble.version2 {
	visibility: hidden;
}
div#article.main h3.nextItems {display: none;}


/* 768 Formule */

form#usercontact-f div.eshop-f-bl,
form#productask-f div.eshop-f-bl {
	width: 90%;
}
div.formInfo {
	margin-left: 36.6%;
}

/*-*/

body#objednavky fieldset.eshop-fi legend {
	width: 100%;
}
body#objednavky fieldset.eshop-fi div.eshop-f-bl {
	width: 90%;
}


/* 768 Nkupn kok */
/*
ul.order-menu {
    height: 70px;
    line-height: 35px;
}*/
ul.order-menu li span.order-menu-name, 
ul.order-menu li a span.order-menu-names,
ul.order-menu li.active a span.order-menu-name, 
ul.order-menu li.active a span.order-menu-names {
    font-size: 14px !important;
	line-height: 14px;
}

ul.order-menu li span.order-menu-name, 
ul.order-menu li a span.order-menu-names {
    padding-left: 70px;
}

/* 1 */

body#nakupni-kosik form table.basket-tab tr td.basket-td1 {
	width: 42% !important;
}
body#nakupni-kosik form table.basket-tab tr td.basket-td2 {
    width: 18%;
}

body#nakupni-kosik table.basket-tab tr.basket-tr-sum td.basket-td-sum {
    font-size: 22px !important;
}

body#nakupni-kosik form table.basket-tab tr td:first-child {width:initial;}
body#nakupni-kosik form table tr td:first-child {width:30%;}
body#nakupni-kosik form table tr td:first-child input[type="submit"] {margin-right: 0px; width: 100%; margin-bottom: 5px;}



/* 4 */

/*body#objednavka fieldset.eshop-fi div.eshop-f-bl {
    width: 65%;
}*/

body#objednavka form table.basket-tab tr td.basket-td1 {width: 50% !important; line-height: 24px;}

/*-*/

body#objednavka-dokonceni div.text-bl {
    padding-left: 80px;
	padding-right: 80px;
}


/* 768 Patika */

#resp-layout-nav {
	display: inline-block;
}

#resp-layout-nav div#layout-nav {
	float: left;
}

#toppaticka {
	height: auto;
	min-height: 0px
} 

.resp-paticka#panel-line {
	display: none;
}

.resp-paticka #itemsPanel {
	display: inline-block;
	position: relative;
}

/*-*/

#paticka {
	padding: 25px 0 20px;
}

#paticka .blok.banner-pat {
	display: none;
}
#paticka .blok.odkazy {
	width: 50%;
	padding: 0 15px;
}
#paticka .blok.odkazy:first-child p {
    display: none;
}

#paticka .blok h4 {text-align: center;}

#paticka .blok li {
	margin-bottom: 0px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #585858;
	margin-left: 0px;
	line-height: 20px
}
#paticka .blok li:last-child {
	border-bottom: 0px;
}

#paticka .blok li a {
   display: block;
   width: 100%;
   height: 100%;
   padding-top: 12px;
   padding-bottom: 10px;
}

#paticka .blok.specText ul {
	padding-top: 7px;
}
#paticka .blok.specText li {
	text-transform: none;
	border-bottom-width: 0px;
	line-height: 30px;
	font-size: 14px;
}

/*-*/

.resp-paticka#btn-line {
	display: inline-block;
}

#toppaticka .SearchSocialPanel {margin-top: -5px;}

.resp-paticka #basket-btn, .resp-paticka #basketHeadItems.basket {
    display: inline-block;
}


/* 768 Colorbox */

#cboxLoadedContent{
	width: 550px;
}


}




@media screen and (max-width: 640px) {

	.shopsunTermsInfo {
    	right: 20px;
    	bottom: 105px;
	}
	
	#slider a.slide {
	width: 100% !important; 
}

.basket-td1-image {
	display: none !important;
}

/*#top {
    margin-top: 10px;
}
*/

#kontakt-top .mail {
	display: none;
}

#topmenu-bg #currency-bl.eshop-bl {
    left: 0px;
	right: initial;
}

#topmenu .basket {
    font-size: 16px;
    font-weight: normal;
}

/* --- */

#mid, #topmenu, #top, div#layout-nav {
	width: 100% !important;
}

/*-*/

#article #slider .slide img {
    max-height: 150px;
    min-height: 150px;
}
#article #slider .slide span.detail {
	padding: 10px 15px;
}
#article #slider .slide .cena {
	font-size: 18px;
}

/*
#article #slider .slide .cena {
    margin-left: 0px;
    padding-left: 10px;
	padding-right: 10px;
    font-size: 12px;
}
#article #slider .slide span.detail {
    margin-right: 0px;
    padding-left: 10px;
	padding-right: 10px;
    font-size: 13px;
}*/

/*-*/

div.producerItems h2 {
    font-size: 16px;
    font-weight: bold;
	padding-bottom: 5px;
}

div#article.main ul.catalogue-ul li.producer-li {
	width: 32.533%;
	margin-right: 1.2%;
}
div#article.main ul.catalogue-ul li.producer-li:nth-child(4n+4) {
	margin-right: 1.2%;
}
div#article.main ul.catalogue-ul li.producer-li:nth-child(3n+3) {
	margin-right: 0px;
}


/*-*/

#article ul.catalogue-subcat li,
#article ul.catalogue-subcat li:nth-child(5n+5),
#article ul.catalogue-subcat li:nth-child(4n+4) {
	width: 32.5%;
	max-width: 32.5%;
	margin-right: 1.25%;
}
#article ul.catalogue-subcat li:nth-child(3n+3) {
	margin-right: 0;
}

/*-*/

div.catalogue-line form div#sSort_msdd {
	width: 66% !important;
}
div.catalogue-line form div#sOnPage_msdd {
    width: 33% !important;
}

/*-*/

div#article.main > h3.best-seller-h3 {
	margin-bottom: 10px;
	font-size: 18px; line-height: 20px;
}
ol.nejprodavanejsi li span.text {
	display: none !important;
}
#article .nejprodavanejsi li {padding-right: 5px; padding-left: 5px;}
#article .nejprodavanejsi li a {font-size: 14px;}
#article .nejprodavanejsi li .cena {font-size: 16px;}
#article .nejprodavanejsi li:before {font-size: 12px; width: 22px; height: 22px; line-height: 22px;}


/* 640 Katalog */

table.catalogue-tab tr td.catalogue-td2 {
	width: 45%;
}
table.catalogue-tab tr td.catalogue-td4 {
	width: 55%;
	text-align: right;
}
table.catalogue-tab tr td.catalogue-td6 {
	width: 100%;
}
table.catalogue-tab tr.tr-lichy td.catalogue-td6,
table.catalogue-tab tr.tr-sudy td.catalogue-td6 {
	border-top-width: 3px;
}

div#article.main ul#dsp2.catalogue-ul li div.catalogue-bl span.itemMainPrice span {font-size: 20px;}

	/* 640 #dsp1 */

div#article.main ul#dsp1.catalogue-ul li h2,
div#article.main ul#dsp1.catalogue-ul li h3 {
	width: 100%;
}
div#article.main ul#dsp1.catalogue-ul li .catalogue-bl h3 a {
	font-size: 20px;
}

div#article.main ul#dsp1.catalogue-ul li span.catalogue-deduc,
div#article.main ul#dsp1.catalogue-ul div.catalogue-bl span.itemType {
	display: none;
}


/* 640 Detail */

div.detail-name {margin-bottom: 3px; margin-top: 0px;}

/*-*/

div.bm-bl { 
	padding: 2.8% 0;
} 
div.bm-bl#tab-dotaz { 
	padding-top: 0px;
}

/*-*/

#variants h2 {
	font-size: 16px;
	font-weight: bold;
}


/* 640 Formule */

#article form.eshop-f input[type="submit"],
#article form.eshop-f#loginFrmBlock input[type="submit"],
#article form.eshop-f#loginfrm input[type="submit"],
#article form.eshop-f#usercontact-f input[type="submit"],
#article form.eshop-f#forgetpasswordf input[type="submit"], 
#article form.eshop-f#search-f input[type="submit"],
input.btn.smsAsk {
	bottom: 20px;
	right: 4%;
}
body#objednavka fieldset.eshop-fi div.eshop-f-bl,
form#loginFrmBlock div.eshop-f-bl,
body#objednavky form#loginFrmBlock div.eshop-f-bl,
form#loginfrm div.eshop-f-bl,
form#forgetpasswordf div.eshop-f-bl,
form#productask-f div.eshop-f-bl,
form#search-f div.eshop-f-bl {
	width: 92%;
}
form#usercontact-f div.eshop-f-bl,
form#reclamation-f div.eshop-f-bl {
	width: 100%;
	box-sizing: border-box;
	padding-left: 12px;
	padding-right: 12px;
}

body#objednavka fieldset.eshop-fi textarea#description1 {
	width: 92%;
}
#article form.eshop-f {
	padding-bottom: 50px !important;
}
#article form.eshop-f#productask-f {
	padding-bottom: 65px !important;
}

/*-*/

#osobni-udaje #article > p,
#prihlaseni-odhlaseni #article > p {
	line-height: 200%;
}


/* 640 Nkupn kok */

ul.order-menu li.active a span.order-menu-name, ul.order-menu li.active a span.order-menu-names,
ul.order-menu li span.order-menu-name, ul.order-menu li a span.order-menu-names {display: none;}
ul.order-menu li span.order-menu-step {left: 50%; margin-left: -25px;}

/*

h2.basket-h {
	font-size: 16px;
	font-weight: bold;
}
*/
/* 1 */

body#nakupni-kosik table, body#nakupni-kosik tbody,
body#nakupni-kosik tr, body#nakupni-kosik th, body#nakupni-kosik td,
body#objednavka table.basket-tab, body#objednavka table.basket-tab tbody,
body#objednavka table.basket-tab tr, body#objednavka table.basket-tab th, body#objednavka table.basket-tab td,
body#objednavky table.user-order-tabprod, body#objednavky table.user-order-tabprod tbody,
body#objednavky table.user-order-tabprod tr, body#objednavky table.user-order-tabprod th, body#objednavky table.user-order-tabprod td {
	display: inline-block;
	box-sizing: border-box;
} 
body#nakupni-kosik table.basket-tab {
    margin-bottom: 5px;
}
body#objednavka table.basket-tab tr:first-child,
body#nakupni-kosik table.basket-tab tr:first-child,
body#objednavky table.user-order-tabprod tr:first-child,
body#objednavky table.user-order-tabprod tr td:nth-child(4),
body#objednavky table.user-order-tab tr th:nth-child(3),
body#objednavky table.user-order-tab tr td:nth-child(3) {
	display: none;
}
body#objednavka table.basket-tab tr, 
body#nakupni-kosik table.basket-tab tr {
	width: 100%;
	position: relative;
	margin-bottom: 0px;
}
body#objednavka table.basket-tab tbody, 
body#objednavky table.user-order-tabprod tbody, 
body#nakupni-kosik table tbody {
	width: 100%;
}
body#objednavka table.basket-tab tr td,
body#nakupni-kosik table.basket-tab tr td {
	height: 36px;
}

body#nakupni-kosik form table.basket-tab tr td.basket-delete {
	width: 22px !important;
	height: 26px;
	padding: 0;
	position: absolute;
	top: 0px;
	right: 15px;
}
body#objednavka form table.basket-tab tr td.basket-td1,
body#nakupni-kosik form table.basket-tab tr td.basket-td1 {
	width: 100% !important;
	padding-right: 40px;
	padding-bottom: 8px;
	height: auto;
}
body#nakupni-kosik form table.basket-tab tr.basket-tr-sum td.basket-td1 {
	width: 64% !important;
}
body#nakupni-kosik form table.basket-tab tr.basket-tr-sum td {
	width: 36% !important;
	text-align: right;
}

body#objednavka form table.basket-tab tr td.basket-td2,
body#objednavka form table.basket-tab tr td.basket-td3, 
body#nakupni-kosik form table.basket-tab tr td.basket-td2,
body#nakupni-kosik form table.basket-tab tr td.basket-td3 {
	float: left;
	height: 60px;
	line-height: 42px;
	/*margin-bottom: 15px;*/
}
body#objednavka form table.basket-tab tr td.basket-td2, 
body#nakupni-kosik form table.basket-tab tr td.basket-td2 {
	width: 30%;
	text-align: right;
	padding-right: 10px;
}
body#objednavka form table.basket-tab tr td.basket-td3,
body#nakupni-kosik form table.basket-tab tr td.basket-td3 {
	float: left;
	width: 40%;
	text-align: left;
	overflow: hidden;
}
body#objednavka form table.basket-tab tr td.basket-td4,
body#nakupni-kosik form table.basket-tab tr td.basket-td4 {
	float: left;
	width: 30%;
	text-align: left;
	overflow: hidden;
}

body#objednavka form table.basket-tab tr td.basket-td3 br, 
body#nakupni-kosik form table.basket-tab tr td.basket-td3 br {
	display: none;
}

table.basket-tab tr.basket-tr-od td, table.basket-tab tr.basket-tr-od th, table.basket-tab tr.basket-tr-ev td, table.basket-tab tr.basket-tr-ev th {background: #f3f4f5;}
table.basket-tab tr.basket-tr-od, table.basket-tab tr.basket-tr-ev {border-bottom-width: 0px;}

body#nakupni-kosik form table.basket-tab tr.productInfoRow td {width:100%;}
body#nakupni-kosik form table.basket-tab tr.productInfoRow td:first-child {display: none;}

/* - */

body#nakupni-kosik table tr {
	width: 100%;
	margin-bottom: 30px;
}

body#nakupni-kosik form table tr td:nth-child(2) {
	float: right;
}

body#nakupni-kosik form table.basket-tab tr td {
	padding-top: 10px;
	height: auto;
}

body#nakupni-kosik form table tr td {
	width: 50%;
	height: 48px;
}

body#nakupni-kosik form table tr td:first-child {width: 50%;}

body#nakupni-kosik form table tr td input[type="submit"]{
	width: 96%;
	margin-right: 0px;
	height: 100% !important;
	padding: 0px 10px !important;
	white-space: normal;
	float: right; margin-bottom: 5px;
}

/* 2 */

body#uhrada-doprava form table.basket-tab tr td:last-child {
	line-height: 24px; 
	height: 24px; 
} 

body#uhrada-doprava table.basket-tab tr.basket-tr-sum td.basket-td1,
body#uhrada-doprava table.basket-tab tr td.basket-td1 {
	width: 67%; 
} 
body#uhrada-doprava #hs-platba-in table.basket-tab tr td p {
	display: none;
}
body#uhrada-doprava table.basket-tab#hs-platba-table tr td div {
    margin-top: 0px;
    margin-bottom: 0px;
	height: 26px;
}
body#uhrada-doprava table.basket-tab#hs-platba-table tr td:last-child {
    text-align: right;
	padding-right: 15px;
}
body#uhrada-doprava table.basket-tab tr td strong.basket-price {
    font-size: 17px;
    font-weight: bold;
}
body#uhrada-doprava div.small {
	margin-top: -10px;
}

/* - */

body#objednavka form table tr td:last-child,
body#fakturacni-udaje-objednavky form table tr td:last-child, 
body#uhrada-doprava form table tr td:last-child {
	width: 100%;
	height: 48px;
	line-height: 48px;
}
body#objednavka form table tr td:last-child {
	height: 60px;
	line-height: 42px;
	text-align: center;
	width: 100%;
}
body#objednavka  form table tr td input[type="submit"],
body#fakturacni-udaje-objednavky form table tr td input[type="submit"],
body#fakturacni-udaje-objednavky form table tr td input[type="button"],
body#uhrada-doprava form table tr td input[type="submit"]{
	width: 48.8%;
	margin-right: 0px;
	height: 100% !important;
	padding: 0px 10px !important;
	white-space: normal;
}

body#objednavka form table tr td input[type="submit"]:first-child,
body#fakturacni-udaje-objednavky form table tr td input[type="submit"]:first-child,
body#uhrada-doprava form table tr td input[type="submit"]:first-child {
	float: left;
	margin-left: -4px;
}
body#objednavka form table tr td input[type="submit"]:nth-child(4),
body#fakturacni-udaje-objednavky form table tr td input[type="submit"]:last-child,
body#fakturacni-udaje-objednavky form table tr td input[type="button"]:last-child,
body#uhrada-doprava form table tr td input[type="submit"]:last-child {
	float: right;
}

/* 3 */

body#fakturacni-udaje-objednavky div#basket-info {
	display: none;
}
body#fakturacni-udaje-objednavky h2.formH {
	width: 100%; box-sizing: border-box;
}

body#fakturacni-udaje-objednavky form#loginfrm table,
body#fakturacni-udaje-objednavky form#usercontact-f table, 
body#objednavka form#order-f table {
	width: 94%;
	left: 3%;
	top: 25px;
}
body#fakturacni-udaje-objednavky form table tr td {
	text-align: center;
}
body#fakturacni-udaje-objednavky form table tr td input[type="submit"],
body#fakturacni-udaje-objednavky form table tr td input[type="button"]{
	width: 48.5%;
}

/*-*/

body#objednavka form#order-f table.basket-tab {
	width: 100%;
	position: initial; left: 0;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}


/*-*/

body#objednavka-dokonceni div.text-bl {
    padding-left: 40px;
	padding-right: 40px;
	margin-top: 5px;
    font-size: 14px;
}
body#objednavka form table.basket-tab tr td.basket-td1 {padding-left: 10px !important; padding-right: 10px;}


/* 640 Osobn zna */

body#objednavky table.user-order-tabprod tr {
	width: 100%;
	height: auto !important;
}
body#objednavky table.user-order-tabprod tr td {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

body#objednavky table.user-order-tabprod tr td:first-child {
	width: 100% !important;
	border-bottom-width: 2px;
}
body#objednavky table.user-order-tabprod tr:last-child td:first-child {
	width: 65% !important;
	border-bottom-width: 12px;
}
body#objednavky table.user-order-tabprod tr:last-child td.tab-item-td2 {
	text-align: right;
}
body#objednavky table.user-order-tabprod tr td.user-order-td3 {
	width: 30%;
	border-bottom-width: 12px;
}
body#objednavky table.user-order-tabprod tr td.tab-item-td2 {
	width: 35%;
	border-bottom-width: 12px;
	text-align: right;
}


/* 640 Patika */

.paticka-obsah {
	width: 96%;
}

#botpaticka {
	text-align: center;
}
#botpaticka .logo {
    display: none;
}

#toppaticka .SearchSocialPanel .paticka-obsah {padding: 0px;}

#toppaticka .SearchSocialPanel {
    height: auto;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
}
#toppaticka div.eshop-bl#search-info-bl {
    width: 100%;
    float: none; margin-bottom: 6px;
}
#toppaticka div.eshop-bl#social-fb, #toppaticka div.eshop-bl#social-gp {float: none;}
#toppaticka .eshop-bl form input[type="submit"] {float: right; margin-right: -122px}
#toppaticka .eshop-bl form input[type="text"] {float: left; max-width: 100%; width: 100%;}
#toppaticka div.eshop-bl#search-info-bl {padding-right: 122px; box-sizing: border-box;}

/* vyhledva blok #left */
.autocomplete div {
	white-space: normal;
}
.whisp2 .autocomplete {
	width: 460px !important;
	max-height: 200px !important;
}


/* 640 Colorbox */

#cboxLoadedContent{
	width: 470px;
}

#cboxPrevious,
#cboxNext {
    top: 80%;
}


}

@media screen and (max-width: 580px) {
	div.detail-left div.product-bl form ul li.product-val:not(#product-price):not(#det-param) {
	    margin-top: -36px;
	}
}


@media screen and (max-width: 480px) {

	.form-input-dialing-code {
		width: 20% !important;	
	}
		
	.form-input-dialing-number {
		width: calc(76% - 10px) !important;	
	}
	
	div.message-input div.eshop-f-itm {
		height: 0 !important;
	}

div#topLeft {
	width: 210px;
}

/*-*/

#resp-top {
    margin-top: 25px;
}


/* 480 ---*/

div#article.main ul.catalogue-ul li.producer-li {
	width: 49.4%;
	margin-right: 1.2%;
}
div#article.main ul.catalogue-ul li.producer-li:nth-child(3n+3) {
	margin-right: 1.2%;
}
div#article.main ul.catalogue-ul li.producer-li:nth-child(2n+2) {
	margin-right: 0px;
}
/*-*/

#mid, #top, #topmenu, div#layout-nav {
    width: 100% !important;
}

div#article.main h3.nextItems {
	display: none;
}

div#article.main > h3 {font-size: 20px;}


/*-*/

ul.sitemap-ul {
	margin-left: 0px;
}

/*-*/

/*
#article p.includedCategories {
    font-size: 13px;
}
div.catalogue-line.categories-line {
    margin-bottom: 10px;
}
#article ul.catalogue-subcat li {
    width: 33.2%;
}
#article ul.catalogue-subcat li a {
    font-size: 13px;
}*/

#article ul.catalogue-subcat li,
#article ul.catalogue-subcat li:nth-child(5n+5),
#article ul.catalogue-subcat li:nth-child(4n+4),
#article ul.catalogue-subcat li:nth-child(3n+3) {
	width: 49.2%;
	max-width: 49.2%;
	margin-right: 1.6%;
}
#article ul.catalogue-subcat li:nth-child(2n+2) {
	margin-right: 0;
}

/*-*/

div.catalogue-line form div#sSort_msdd {
	width: 100% !important;
	margin-bottom: 10px;
}
div.catalogue-line form div#sOnPage_msdd {
    width: 100% !important;
}

#article ul.catalogue-subcat li {font-size: 14px;}

/*-*/

ol.nejprodavanejsi li span.cena {
	display: none !important;
}


/* 480 Katalog */

/* 4,3,2 > 1 */
div#article.main ul#dsp2.catalogue-ul li,
div#article.main ul#dsp3.catalogue-ul li,
div#article.main ul#dsp4.catalogue-ul li {
	width: 100%;
}
div#article.main ul#dsp2.catalogue-ul li,
div#article.main ul#dsp3.catalogue-ul li,
div#article.main ul.catalogue-ul li  {
	margin-right: 0px;
}

div.detail-left div.product-bl form ul li.product-val:not(#product-price):not(#det-param) {
    margin-top: -36px;
}

/*-*/

div#article.main ul#dsp2.catalogue-ul li div.catalogue-bl span.itemMainPrice span, 
div#article.main ul#dsp3.catalogue-ul li div.catalogue-bl span.itemMainPrice span, 
div#article.main ul#dsp4.catalogue-ul li div.catalogue-bl span.itemMainPrice span 
{font-size: 22px;}

	/* #dsp1 */
div#article.main ul#dsp1.catalogue-ul li .catalogue-bl h3 {
	margin-bottom: 8px;
}
div#article.main ul#dsp1.catalogue-ul li .catalogue-bl h3 a {
	font-size: 18px;
	line-height: 20px;
}

div#article.main ul#dsp1.catalogue-ul li div.bl-image {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 15px;
	width: 100%;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-info,
div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl-p,
div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy {
	width: 100%;
    text-align: right;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy div {
	width: auto;
	text-align: left;
	
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl-p {
	margin-bottom: 8px;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-info {
	height: 40px;
	padding: 0px 15px;
}
div#article.main ul#dsp1.catalogue-ul li div.catalogue-bl {
    padding-bottom: 10px;
}


/* 480 Detail */

div.detail-name h1, h1 {
	font-size: 20px;
	text-align: left !important;
}

div.detail-left div.product-bl form ul li input[type="submit"], 
div.detail-left div.product-bl ul li input[type="submit"], 
div.detail-left div.product-bl ul li input#hs-spl-prodej {
    width: 200px;
	padding-right: 45px;
	padding-left: 5px;
	background-position: 93% center;
}
div.detail-left div.product-bl form ul li input.inputRight[type="text"] {
    width: 40px !important;
}

div.detail-left div.product-bl ul li label.lbproduct-code {padding-right: 0px;}
div.detail-left div.product-bl ul li select.product-code {width: 100%; margin-top: 40px; margin-bottom: 0px;}
div.detail-left div.product-bl form ul li#det-price {margin-bottom: 5px;}
div.detail-left div.product-bl form ul li#det-price {font-size: 16px;}
div.detail-left div.product-bl strong#product-price {font-size: 20px;}

/*-*/

div#detail-right div.product-photo {
	height: 320px;
	line-height: 318px;
}

div#detail-right div.product-photo a img {
    max-width: 100%;
	max-height: 320px;
}

/*-*/

div.other-product-photo {
     margin-bottom: 5px;
}

div.other-product-photo div.items div {
	height: 130px;
}
div.other-product-photo div.items div a {
	line-height: 128px;
}

/*-*/

ul.bookmark#bm {
    margin-top: 0px;
}
ul.bookmark li {
	width: 50%; /*49.1%*/
	margin-right: 0; /*1.8%*/
	margin-bottom: 8px;
}

/*
ul.bookmark li:nth-child(2) {
	margin-right: 0px;
}*/

/*-*/

div#tab-spec div.spec span.spec-item {
	width: 100%;
	margin-right: 0%;
	margin-left: 0px;
	padding-left: 2%;
	padding-right: 0px;
	line-height: 30px;
}
div#tab-spec div.spec span.spec-value {
	width: 100% !important;
	box-sizing: border-box;
	padding-left: 2%;
	padding-right: 2%;
}
/*
div#tab-popis { 
	padding: 2.8% 2%;
}*/
div#tab-foto div.gal-image span {
	font-size: 14px;
	width: 100%;
	padding-top: 6px;
}
div#tab-foto img {
    max-width: 100%;
}

#article ul.download-ul {
    margin-bottom: 0px;
}
#article div.files-bl ul.download-ul li p {
	margin-left: 2px !important;
}


/*-*/

#variants table.catalogue-tab tr td.catalogue-td0,
.producerItems table.catalogue-tab tr td.catalogue-td0 {
	width: 23%;
}
#variants table.catalogue-tab tr td.catalogue-td1,
.producerItems table.catalogue-tab tr td.catalogue-td1 {
	width: 77%;
}


/* 480 Formule */

#article form.eshop-f {
	width: 100%;
	padding-top: 15px !important;
	padding-left: 12px !important;
	padding-right: 12px !important;
}
#article form.eshop-f#reclamation-f {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

form#usercontact-f.eshop-f,
body#objednavka form#order-f {
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}


form#loginFrmBlock div.eshop-f-bl,
body#objednavky form#loginFrmBlock div.eshop-f-bl,
form#loginfrm div.eshop-f-bl,
form#forgetpasswordf  div.eshop-f-bl,
form#productask-f div.eshop-f-bl,
form#search-f div.eshop-f-bl {
	width: 100%;
}

form#usercontact-f div.eshop-f-itm,
form#order-f div.eshop-f-itm,
form#loginFrmBlock div.eshop-f-itm,
form#loginfrm div.eshop-f-itm,
form#forgetpasswordf  div.eshop-f-itm, 
form#search-f div.eshop-f-itm,
div.eshop-f-itm {
	width: 100% !important;
	margin-right: 0px;
}

input[type="text"],
input[type="password"],
form#usercontact-f div.eshop-f-val input[type="text"],
form#usercontact-f div.eshop-f-val input[type="password"],
form#productask-f div.eshop-f-val input[type="text"],
form.eshop-f textarea#description1,
form.eshop-f#productask-f textarea#description1,
select#id_product,
form.eshop-f#productask-f div.eshop-f-val input#atispam_check.eshop-f-inp {
	width: 96%;
}

#loginFrmBlock input[type="text"],
#loginFrmBlock input[type="password"],
#loginfrm input[type="text"],
#loginfrm input[type="password"],
#forgetpasswordf input[type="text"],
#search-f input[type="text"] {
	width: 100%;
}

div.formInfo {
    margin-left: 12px;
}
span.help {
	left: 0px;
	padding-left: 0px;
}


/* 480 Nkupn kok */

/* 1 */

body#nakupni-kosik form table.basket-tab tr td.basket-td2 {
	width: 37%;
}

body#nakupni-kosik form table.basket-tab tr td.basket-td3 {
	float: left;
	width: 26%;
	text-align: left;
}

body#objednavka form table.basket-tab tr td.basket-td2 {
	width: 30%;
	/*padding-left: 0px;*/
}
body#objednavka form table.basket-tab tr td.basket-td3 {
	width: 30%;
}
body#objednavka form table.basket-tab tr td.basket-td4 {
	width: 40%;
}

body#nakupni-kosik form table.basket-tab tr.basket-tr-sum td.basket-td1 {
	width: 45% !important;
	padding-right: 0px;
	padding-left: 0px;
}
body#nakupni-kosik form table.basket-tab tr.basket-tr-sum td {
	width: 55% !important;
	text-align: right;
}

/*
body#nakupni-kosik table.basket-tab tr.basket-tr-sum td.basket-td-sum {
    font-size: 17px !important;
	font-weight: bold;
}*/

body#nakupni-kosik form table tr td input[type="submit"] {width: 94%;}

/* 2 */

body#uhrada-doprava table.basket-tab tr.basket-tr-sum td.basket-td1,
body#uhrada-doprava table.basket-tab tr td.basket-td1 {
	width: 62%; 
} 
body#uhrada-doprava table.basket-tab tr td.basket-td1 {
    padding-left: 10px;
	background-image: none !important;
}
body#uhrada-doprava table.basket-tab tr td.basket-td2,
body#uhrada-doprava table.basket-tab tr.basket-tr-sum td:nth-child(2) {
    padding-right: 10px;
}

body#uhrada-doprava div.small{
	margin-top: -5px;
}
body#fakturacni-udaje-objednavky form table tr td:last-child, 
body#uhrada-doprava form table tr td:last-child {
	height: 58px;
	line-height: 58px;
}
body#uhrada-doprava form table tr td input[type="submit"]{
	width: 48.5%;
}

/* 3,4 */

body#fakturacni-udaje-objednavky form#loginfrm table {
	width: 100%;
	left: 0;
	right: 0;
}
body#objednavka  form table tr td input[type="submit"],
body#fakturacni-udaje-objednavky form table tr td input[type="submit"],
body#fakturacni-udaje-objednavky form table tr td input[type="button"]{
	width: 48.2%;
}
body#objednavka fieldset.eshop-fi textarea#description1 {
    width: 94%;
	margin-top: 10px !important;
}
body#objednavka fieldset.eshop-fi input[type="checkbox"]#terms {
	display: block;
    margin-top: -25px;
	margin-left: 210px;
}

form#order-f legend {
	margin-bottom: 10px !important;
	border-top-width: 0px;
}

body#objednavka form#order-f table.basket-tab {
	/*margin-top: 20px !important;*/
}

body#objednavka fieldset.eshop-fi div.eshop-f-val {
	width: 100%;
	box-sizing: border-box;
	/*padding-left: 12px;*/
	margin-bottom: 5px;
}

body#objednavka form#order-f div.eshop-f-itm {padding-top: 5px;}
body#objednavka form#order-f fieldset.eshop-fi div.eshop-f-bl, body#objednavka form#order-f fieldset.eshop-fi div.eshop-f-bl div.eshop-f-itm, body#objednavka form#order-f fieldset.eshop-fi div.eshop-f-bl div.eshop-f-val 
{line-height: 24px !important;}

/*-*/

body#objednavka-dokonceni div.text-bl {
	padding-left: 15px;
	padding-right: 15px;
}


/* 480 Osobn zna */

body#objednavky table.user-order-tab, body#objednavky table.user-order-tab tbody,
body#objednavky table.user-order-tab tr, body#objednavky table.user-order-tab th, body#objednavky table.user-order-tab td  {
	display: inline-block;
	box-sizing: border-box;
} 
body#objednavky table.user-order-tab tr:first-child {
	display: none;
}

body#objednavky table.user-order-tabprod tr td:nth-child(3) {
	display: none;
}
body#objednavky table.user-order-tabprod tr td.user-order-td3,
body#objednavky table.user-order-tabprod tr:last-child td:first-child {
	width: 40% !important;
}
body#objednavky table.user-order-tabprod tr td.tab-item-td2 {
	width: 60%;
}

body#objednavky table.user-order-tab tr {
	width: 100%;
	height: auto !important;
}
body#objednavky table.user-order-tab tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	height: auto;
}
body#objednavky table.user-order-tab tr td.user-order-td1 {
	width: 100%;
	border-bottom-width: 2px;
}

body#objednavky table.user-order-tab tr td:nth-child(2) {
	width: 58%;
	border-bottom-width: 2px;
}
body#objednavky table.user-order-tab tr td:nth-child(4) {
	width: 42%;
	text-align: right;
	font-weight: bold;
	border-bottom-width: 2px;
}
body#objednavky table.user-order-tab tr td:nth-child(5) {
	width: 100%;
	border-bottom-width: 12px;
}

form#order-f fieldset {margin-bottom: 8px !important;}



/* 480 Patika */

#toppaticka .number {
	float: left;
	margin-left: 0px;
}
#toppaticka .number:before {
	display: none;
}

#paticka .blok.odkazy {
	width: 100%;
}
#paticka .blok.odkazy.specText {
	margin-top: 25px;
}

/* - */

.whisp2 .autocomplete {
	width: 345px !important;
}



/* 480 Colorbox */

#cboxLoadedContent{
	width: 350px;
}
div#kosik {
	min-height: 280px;
}
a#hs-basket-buyit,
a#hs-basket-next,
a#hs-basket-yes,
a#hs-basket-continue,
a#hs-basket-cancel,
a#hs-basket-no {
	padding: 10px 15px;
	text-align: center;
	height: 60px;
	line-height: 20px;
}
a#hs-basket-buyit:before,
a#hs-basket-next:before,
a#hs-basket-yes:before,
a#hs-basket-continue:before,
a#hs-basket-cancel:before,
a#hs-basket-no:before {
	display: none;
}

	
}




@media screen and (max-width: 360px) {


div#topLeft {
    width: 60%;
}


/* 360 Katalog */

table.catalogue-tab tr td.catalogue-td2,
table.catalogue-tab tr td.catalogue-td4 {
	width: 100%;
	text-align: right;
	height: auto;
	line-height: 17px;
}


/* 360 Detail */

div.detail-left div.product-bl ul li input[type="text"] {
    width: 45px !important;
    font-size: 22px !important;
}

div.actionDetail strong.product-deduc-action {
    font-size: 13px;
}

div.detail-left div.product-bl form ul li, div.detail-left div.product-bl ul li {font-size: 14px;}
div.detail-left div.product-bl form ul li#det-price {font-size: 14px;}
div.detail-icons a {margin-left: 0px;}


/*-*/

div.other-product-photo {
     margin-bottom: 15px;
}

div.other-product-photo div.items div {
	height: 120px;
}
div.other-product-photo div.items div a {
	line-height: 118px;
}


/* 360 Nkupn kok */

body#nakupni-kosik form table.basket-tab tr td.basket-td2,
body#nakupni-kosik form table.basket-tab tr td.basket-td3 {
	padding-left: 5px !important;
	padding-right: 5px !important;
}

body#nakupni-kosik form table.basket-tab tr td.basket-td1 {padding-left:5px !important; padding-right: 38px !important}
body#nakupni-kosik table.basket-tab tr td.basket-td2:last-child {font-size: 16px;}
body#nakupni-kosik form table.basket-tab tr td.basket-td2 {font-size: 14px;}

/*-*/

body#uhrada-doprava table.basket-tab tr.basket-tr-sum td.basket-td1,
body#uhrada-doprava table.basket-tab tr td.basket-td1 {
	width: 58%; 
}
body#uhrada-doprava form table tr td input[type="submit"]{
	width: 48.3%;
} 

/*-*/

body#objednavka  form table tr td input[type="submit"] {
	width: 48.2%;
}
body#objednavka form table tr td:last-child {
	height: 70px;
	line-height: 70px;
}


/* 360 Patika */

#kontakt-pat {
    padding: 0px 10px;
    font-size: 13px;
}

.whisp2 .autocomplete {
	width: 305px !important;
}


/* 360 Colorbox */

#cboxLoadedContent{
	width: 300px;
}


}




@media screen and (width: 360px) {
	
	
.whisp2 .autocomplete {
	width: 343px !important;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy a.hs-a-detail {
	display: none;
}

}




@media screen and (max-width: 320px) {


div.actionDetail strong.product-deduc-action {
    font-size: 11px;
}

div#article.main ul#dsp1.catalogue-ul li div.catalogue-buy a.hs-a-detail {
	display: none;
}


}

#top .logo, #botpaticka .logo { background-image: none; }