/* Custom styles for redesign */


/*
COLOR PALETTE */

.gradient-gray {
  background: linear-gradient(#f5f5f5, #fff 15%);
}

.gradient-red-menu {
  background: linear-gradient(left, #ad010b, #8d0109);
  background-image: -webkit-gradient(left, #ad010b, #8d0109);
  background-image: -webkit-linear-gradient(left, #ad010b, #8d0109);
  background-image: -moz-linear-gradient(left, #ad010b, #8d0109);
  background-image: -o-linear-gradient(left, #ad010b, #8d0109);
  background-image: linear-gradient(left, #ad010b, #8d0109);
}

.gradient-butt {
  background: linear-gradient(#51ac31, #227438);
}

.gradient-butt-hover {
  background: linear-gradient(#227438, #51ac31);
}


/*
BASIC DEFAULT */


/*todo*/

main,
nav.main,
header.top,
.masterin {
  max-width: 1340px;
  margin: 0 auto;
}

html,
#all {
  background: linear-gradient(#f5f5f5, #fff 500px) no-repeat;
}

body {
  margin: 0;
  font: 100%/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background: transparent;
}


/* SIMPLE (FAST) CLASS 
-------------------------------------------------------- */

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.left {
  /* display: inline;
  float: left; */
}

.right {
  margin-top: 20px;
  padding: 0 16px;
  /*float: right;
  position: absolute;*/
}

.produktbox {
  width: 100%;
}

.center {
  text-align: center;
}

.center.alcenter img {
  width: 100%;
  max-width: 980px;
  margin: 50px 0;
}

.webdevelopment-banner {
  margin: 50px 0 150px 0;
  text-align: right;
}

.webdevelopment-banner img {
  max-width: 1340px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.1;
  -webkit-transition: opacity 1.3s ease-in-out;
  -moz-transition: opacity 1.3s ease-in-out;
  -o-transition: opacity 1.3s ease-in-out;
  transition: opacity 1.3s ease-in-out;
}

.webdevelopment-banner:hover img {
  opacity: 0.7;
}


/* hide Facebook widget */

.fb-like.fb_iframe_widget {
  display: none;
}

.small,
span {
  font-size: 80%;
}

.cleaner {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  display: block;
  width: 100%;
}


/* TYPOGRAPHY
-------------------------------------------------------- */


/* Heading */

h1,
h2,
h3,
h4,
strong {
  color: #202020;
}

h1 {
  font-size: 170%;
  /*todo*/
  font-weight: 800;
  padding-bottom: 0.5ex;
}

h1 span {
  font-weight: normal;
  color: #6d767e;
  font-size: 18px;
}

h1 strong {
  color: silver;
  font-style: italic;
}

h2 {
  /*-  margin: 10px 10px 15px 10px;*/
  font-size: 130%;
  font-style: italic;
}


/*
h3,
h4 {
  margin: 15px 10px 10px 10px;
}
*/


/* Buttons */

.button-search,
.passbox input[type="submit"] {
  width: 58px;
  font-weight: bold;
  color: #fff;
  background-color: #51ac31;
  /*todo*/
  cursor: pointer;
  /*height: 31px;*/
}

.button-search {
  height: 31px;
}

.passbox input[type="submit"] {
  width: 150px;
  height: 31px;
}

input.button-search,
.lnb3 button {
  margin-bottom: 15px;
}

input.button-search:hover,
.lnb3 button:hover {
  background-color: #000;
  color: #fff;
}

.button-primary {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background: linear-gradient(#51ac31, #227438);
  font-weight: bold;
  text-align: center;
  display: block;
  margin: 5px 0;
  color: #fff;
  padding: 20px;
  /*todo*/
  text-decoration: none;
  max-width: 350px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  /*todo*/
  text-transform: uppercase;
  /*todo*/
}

a.button-primary:hover {
  color: #fff;
  background: linear-gradient(#227438, #51ac31);
}


/* Paragraph */

p {
  /* padding-bottom: 12px; */
  color: #6d767e;
  /*todo*/
}


/* Anchor */

a {
  color: #015aa7;
}

a:hover,
a:focus {
  color: #d42c05;
  text-decoration: none;
}


/* List */

ul,
li {
  margin: 0;
  padding: 0;
}

li {
  font-size: 90%;
  margin-left: 30px;
}


/* LAYOUTS
 -------------------------------------------------------- */


/* HEADER
 -------------------------------------------------------- */

.header-container,
.footer div {
  position: relative;
  margin: 0 auto;
  height: 65px;
  /* background: transparent /*#f9f9f9 #ebebeb #f9fbfc url('../im/heder-bg-pruh.png') repeat center top;*/
}

.tar {
  max-width: 1340px;
}

.mar h1 {
  max-width: 900px;
}


/*OLD LOGO*/

#logo {
  /*width: 266px;*/
  height: 25px;
  margin-left: 10px;
  margin-top: 15px;
  float: left;
  position: relative;
}

#logo span,
.popislogo span {
  display: none;
}


/* /OLD LOGO*/

.logo,
.logo span,
.tel {
  position: absolute;
  z-index: 3;
  display: block;
}

header.top {
  /*todo*/
}


/* Header - form */

header.top form,
.mobil-search {
  margin-top: 15px;
  margin-left: 200px;
  max-width: 310px;
  height: 35px;
  float: left;
}

.mobil-search {
  display: contents;
}

header.top form input,
.mobil-search input {
  display: block;
  border: none;
  float: left;
  padding: 0;
  font-style: italic;
  border-radius: 0 5px 5px 0;
}

.mobil-search input,
.lnb3 button,
.passbox input[type="submit"] {
  margin: 20px 0;
  border-radius: 5px;
  border: none;
  display: block;
  font-size: 16px;
}

header.top form .text,
.mobil-search .text {
  width: 250px;
  text-indent: 10px;
  color: #ababab;
  line-height: 27px;
  border: 2px solid #ababab;
  border-right: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  /*todo*/
}

.mobil-search .text {
  width: 100%;
  border: 1px solid #ababab;
  margin-bottom: 5px;
}


/* Header - logo*/

.logo {
  margin: 15px 0 0 10px;
  /*todo*/
  height: 52px;
  width: 220px;
  /*todo*/
}

.logo a {
  display: block;
}

.logo span {
  background: url('gfx/logo-desktop.svg') no-repeat left top;
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 180px;
  display: block;
  background-size: 120px;
  /*todo*/
}


/* Header - cart */

.cart {
  float: right;
  height: 25px;
  width: 40px;
  position: relative;
  background: url(gfx/ico-cart.svg) no-repeat left 5px top 0;
  top: -10px;
}

.header-cartprice {
  /*todo*/
  height: 25px;
  display: block;
  padding: 5px 0 10px 0;
}


/*header.top .cart span {background: #ffffff; color: #bf2000; top: -10px; border-radius: 20px; padding: 0 6px; line-height: 20px; height: 20px; left: 40px; border:1px solid green;}*/

.minicart {
  /*todo*/
  width: 240px;
  position: relative;
  float: right;
  right: 10px;
  top: 16px;
  text-align: right;
}

.minicart a,
.minicart a.active {
  text-decoration: none;
  font-size: 80%;
}

.currency {
  text-align: right;
}

div#minikosik {
  line-height: 1;
}


/*Header - tel */


/*.tel {
 margin-left: 270px;
 float: left;
 height: 30px;
 margin-top: 5px;
 line-height: 30px;
 font-size: 75%;
}
*/


/*mobile menu*/

.mobile-icons {
  margin: 0;
  display: block;
  float: right;
  padding: 0;
  position: relative;
  z-index: 20;
}

.mobile-icons a {
  display: block;
  float: left;
  height: 65px;
  line-height: 65px;
  padding: 0 10px;
  margin-left: 5px;
}

.mobile-icons a img {
  /* vertical-align: middle;*/
  text-decoration: none;
  /*todo*/
}

.mobile-icons .mobile-search {
  width: 30px;
  background: url('./gfx/ico-search-white.svg') no-repeat center center;
  background-size: 36px;
}

.mobile-icons .mobile-user {
  width: 30px;
  background: url('./gfx/ico-user-white.svg') no-repeat center center;
  background-size: 28px;
}

.mobile-icons .mobile-user-plus {
  width: 30px;
  background: url('./gfx/ico-user-plus-white.svg') no-repeat center center;
  background-size: 36px;
}

.mobile-icons .mobile-user-books {
  width: 30px;
  background: url('./gfx/ico-books-white.svg') no-repeat center center;
  background-size: 36px;
}

.mobile-icons .mobile-cart {
  width: 30px;
  background: url('./gfx/ico-cart-white.svg') no-repeat center center;
  background-size: 42px;
}

span.incart {
  /*todo*/
  font-family: "Arial Black", sans-serif;
  background: orange;
  height: 12px;
  min-width: 12px;
  width: fit-content;
  border-radius: 50%;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding: 3px;
  position: absolute;
  right: 0;
  text-align: center;
}


/*
.mobile-icons .mobile-menu {
 width: 36px;
 background: url('./gfx/menu-m-databook.png') no-repeat center center;
 background-size: 42px;
}
*/


/*help menu*/

.top1 {
  background-color: #f6f6f6;
  /*todo*/
  padding: 5px;
  font-size: 80%;
  border-bottom: 1px solid #e2e2e2;
  /*todo*/
}

.help-menu-1 {
  float: left;
  margin-left: 10px;
}

.help-menu-2 {
  float: right;
  margin-right: 10px;
}

.help-menu-1 a,
.help-menu-2 a {
  color: #ababab;
  text-decoration: none;
}

.help-menu-1 a:hover,
.help-menu-2 a:hover {
  color: #6d767e;
  /*todo*/
  transition: 300ms;
  transition-delay: 100ms;
}


/* Main menu */

nav.main {
  height: 45px;
  background: #ac010b;
  position: relative;
  padding: 0;
  border-bottom: 3px solid #6a0000;
}

nav.main ul li {
  font-size: 95%;
  margin: 0;
  padding: 0;
  display: block;
  background-color: #8d0109;
  float: left;
  height: 45px;
  text-align: center;
  background: linear-gradient(left, #ad010b, #8d0109);
  background-image: -webkit-gradient(left, #ad010b, #8d0109);
  background-image: -webkit-linear-gradient(left, #ad010b, #8d0109);
  background-image: -moz-linear-gradient(left, #ad010b, #8d0109);
  background-image: -o-linear-gradient(left, #ad010b, #8d0109);
  background-image: linear-gradient(left, #ad010b, #8d0109);
}

nav.main ul li a {
  color: white;
  line-height: 45px;
  letter-spacing: .2px;
  display: block;
  /*width: 100%;*/
  float: left;
  height: 45px;
  text-decoration: none;
  padding: 0 12px;
  border-right: 1px solid #bc333b;
  /*todo*/
  border-left: 1px solid #c20013;
  /*todo*/
}

nav.main ul li a:hover {
  background-color: #6a0000;
  color: white;
}


/* Breadcrumb */

.breadcrumb {
  padding: 8px 0 0 10px;
  color: #777;
}

.breadcrumb span,
.breadcrumb strong {
  font-size: 70%;
}

.breadcrumb a {
  color: #ababab;
}


/* Search box - MODIFIED */


/* LEFT COLUMN
 -------------------------------------------------------- */


/*SIDEBAR*/

.sidebar {
  /*width: 223px;*/
  /*position: absolute;*/
}


/*
p.sidebar-heureka {
 padding: 0;
 margin: 0;
 margin-bottom: 5px;
 background: #27a8d6 url('../img/heureka-sidebar.png') no-repeat left 10px top 6px;
 height: 96px;
 left: 30px;
}
p.sidebar-heureka:hover {
 background: #3380cc url('../img/heureka-sidebar.png') no-repeat left 10px top 6px;
 height: 96px;
 left: 30px;
 text-decoration: none;
}
.sidebar-heureka a {
 color: white;
 text-decoration: none;
 padding: 24px 10px 30px 100px;
 display: block;
}
.sidebar-heureka a:hover {
 color: white;
 text-decoration: none;
}

.sidebar-heureka a {
display:none;
}
*/


/* category list */

.categories {
  padding: 0;
  border-bottom: 1px solid grey;
  border-top: 1px solid grey;
}

.categories ul {
  list-style-type: none;
  background: #5e5e5e;
}

.categories ul a {
  color: #dfdfdf;
}

.categories li {
  margin: 0;
}

.categories li.subcat-01 a,
.categories li.subcat-02 a,
.categories li.subcat-03 a {
  border-bottom: 1px solid gray;
  padding: 5px 0 5px 20px;
  display: block;
  font-size: 90%;
  /*todo*/
  text-decoration: none;
}

.categories li.subcat-02 a {
  padding: 5px 0 5px 30px;
}

.categories li.subcat-03 a {
  padding: 5px 0 5px 30px;
}

.categories li a.active {
  font-weight: bold;
  color: white;
  background: #333;
}

.categories li a:hover {
  background: white;
  color: black;
}

.categories li.topcat-00 a {
  text-decoration: none;
  padding: 5px 0;
}

.categories li.topcat-00 a h3 {
  font-weight: normal;
  color: white;
  text-decoration: none;
  padding: 7px 0 7px 10px;
  font-size: 100%;
  background: #919191;
  border-bottom: 1px solid grey;
  margin: 0;
  line-height: 20px;
  display: block;
}

.categories li.topcat-00 a h3.active {
  background: #5e5e5e;
  color: white;
  border-bottom: 1px solid #777777;
}

.categories li.topcat-00 a h3:hover {
  background: white;
  color: black;
}

.faq a {
  font-size: 80%;
  padding: 10px 16px 10px 28px;
  border-bottom: solid 1px silver;
  display: block;
  text-decoration: none;
  color: #777;
}

a.otaznik {
  background: #f5f5f5 url('gfx/ico-question.svg') no-repeat 10px;
  background-size: 13px;
}

.faq a a:hover {
  color: black;
}

.bestseller-hp-widget {
  margin: 5px 0 15px 0;
  padding-bottom: 37px;
  border-bottom: 1px solid #cacaca;
  /*border:1px solid @border-color;
  background-color: #fff;*/
}

.bestseller-hp-widget ol {
  margin: 5px;
  padding-left: 0;
  margin-left: -10px;
}

.bestseller-hp-widget li a {
  display: block;
  width: 100%;
  font-size: 80%;
  letter-spacing: 0.3px;
  font-style: normal;
  font-weight: 100;
}

.bestseller-hp-widget span {
  font-weight: bold;
}

.news {
  margin-top: 20px;
  padding: 0 5px;
}

.news ul {
  margin-left: 0;
  padding: 0;
  list-style-type: none;
}

.news li a {
  margin-left: -25px;
  display: block;
  font-size: 80%;
  padding-bottom: 10px;
}

.news li span {
  margin-left: -25px;
  font-size: 70%;
  color: silver;
  font-weight: bold;
}

.newbook-hp-widget {
  margin: 20px 0 0;
  padding: 5px;
}

.newbook-hp-widget strong {
  padding: 0 0 10px 0;
  display: block;
}

.newbook-hp-widget a.novinky-dne {
  background: #fff;
  border: 1px solid #b4bec5;
  width: 45px;
  text-align: center;
  float: left;
  font-size: 11px;
  color: #000;
  text-decoration: none;
  padding: 3px 0;
  margin: 0 4px 4px 0;
}

.newbook-hp-widget a.novinky-dne-aktualni {
  background: #379118;
  color: #fff;
}

.newbook-hp-widget a.novinky-dne:hover {
  background: #F1F1F1;
  border: 1px solid #939FA7 !important;
}

.rozcestnik-hp {
  background-color: #eef3f7;
  width: 100%;
  min-height: 90px;
  /*background-repeat:no-repeat; background-image: url('/img/DA-rozcestnik-kategorie.png'); */
  margin: 1em 0;
  border: 1px solid #e4e4e4;
}


/* COMMENTS */


/* RIGHT COLUMN 
-------------------------------------------------------- */

.columns {
  max-width: 1340px;
  /*todo*/
  margin: 10px auto;
  /*min-height: 1920px;*/
  display: flex;
  flex-direction: row-reverse;
}

.user-columns {
  max-width: 980px;
  margin: 10px auto;
}

.short-columns {
  max-width: 980px;
  margin: 10px auto;
  padding: 0 10px;
}

.content {
  width: 100%;
  /*
  background-color: #fff;
  float: left;
  margin-left: 250px; */
  /*todo*/
}

.content p {
  font-size: 100%;
}


/* COMMENTS */


/* Item search */


/* Share box */


/* PAGES
-------------------------------------------------------- */


/*CATEGORY PAGES*/

.filtrbox {
  padding: 5px 10px;
  /*todo*/
  border: 1px solid #e2e2e2;
  background: #f9f9f9;
  border-bottom: 2px solid #e2e2e2;
  margin-bottom: 5px;
  /*background: rgba(22, 10, 24, 0.84);*/
}

.sort {
  line-height: 35px;
  vertical-align: middle;
  float: left;
  font-size: 90%;
}

.sort strong {
  color: #000000;
  line-height: 35px;
  display: inline-block;
  padding: 5px;
}

.sort a {
  color: #015aa7;
  line-height: 35px;
  text-decoration: underline;
  display: inline-block;
  padding: 5px;
}

.sort a:hover {
  text-decoration: none;
}

.sort input,
.sort select {
  line-height: 35px;
  vertical-align: middle;
}

.letters {
  font-size: 120%;
  text-align: center;
  margin-bottom: 10px;
  color: silver;
  padding: 0 5px;
}

.letters a {
  margin: 3px;
  padding: 2px 8px;
  color: #777;
  display: block;
  float: left;
  border: 1px solid white;
}

.letters a:hover {
  border: 1px solid #e2e2e2;
  color: #333;
}

.letters a.active {
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.arrange {
  font-size: 80%;
  padding: 6px;
  float: right;
}

.filters {
  position: relative;
  color: #242425;
  border: 2px solid grey;
  background-color: #fff;
  margin: 0px 0 20px 0;
  font-size: 85%;
}


/*otevirac filtru*/

.filtr-btn {
  display: inline-block;
  padding: 8px 55px 8px 0;
  float: none !important;
  width: auto;
  border: none;
  color: #fff !important;
  position: relative;
  /*HODI SE
 &.active{
   background-color: #3a3a3a !important;
   color: #FFFFFF !important;
 }*/
  /*SIPKA nahoru*/
}

.filtr-btn:after {
  position: absolute;
  top: 80%;
  margin-top: -10px;
  border: 5px solid transparent;
  border-top-color: #fff;
  /*#0160a7;*/
  content: "";
  width: 0;
  height: 0;
}


/*RAMECEK TLACITKA - otevre filtr nakladatelu a autoru*/

.filtr-btn.ext {
  margin-top: 10px;
  padding-right: 22px !important;
  padding-left: 35px !important;
  padding-top: 6px!important;
  padding-bottom: 6px!important;
  text-decoration: none;
  background-size: 100% 100%;
  float: left;
  background: grey;
  /*zobrazuje SIPKU nahoru*/
  /*pozicuje sipku vlevo*/
}

.filtr-btn.ext:hover {
  background: #5e5e5e;
}

.filtr-btn.ext.active:after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  margin-top: -16px;
}

.filtr-btn.ext:after {
  right: auto;
  left: 15px;
}


/* .filtr-btn.ext.active
{ color: #3a3a3a !important;}*/


/*obsah tlacitka ve filtru*/

#filtr-ext-buttons {
  width: 100%;
  float: left;
}

#filtr-ext-areas {
  max-width: 100%;
  padding: 5px 0;
  float: right;
  border-top: 2px solid #e8e8e8;
  color: red;
}


/*asi nastavuje vysku boxu dle obsahu v divu*/

#filtr-ext-areas>div {
  display: none;
}


/*tlacitka ve filtru*/


/*#filtr-ext-buttons a[data-target=vyska]:after{
border-top-width: 28px;
border-bottom-width: 28px;
margin-top: -28px;
}*/

#filtr-ext-buttons a {
  display: block;
  background-color: #e8e8e8;
  color: #777777;
  font-weight: bold;
  font-size: 90%;
  margin-bottom: 5px;
  position: relative;
  width: 50%;
  float: left;
  padding: 10px 0;
  text-align: center;
}

#filtr-ext-buttons a.active {
  /*  background-color: #333333;*/
  background: #fff;
  text-decoration: none;
}

.filtr-extended {
  display: block;
  border-bottom: 2px solid #e8e8e8;
}

.znacky span {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  line-height: 20px;
  margin: 0 0 3px 3px;
  padding-top: 4px;
}

.znacky span:hover {
  border: 1px solid #dedede;
  background-color: #f5f5f5;
}

.znacky span a {
  width: 148px;
  line-height: 20px;
  margin: 0 0 3px 3px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  /*todo*/
}


/*VYBRANE FILTRY*/

#vybrane-filtry {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 8px;
  font-size: 80%;
  position: relative;
  background-color: #f5f5f5;
  color: #777;
  min-height: 26px;
}

#vybrane-filtry table {
  width: 100%;
}

#vybrane-filtry table td:first-of-type {
  vertical-align: middle;
  /*todo*/
  /*  width: 1%;
  white-space: nowrap;
  padding-right: 5px;*/
  padding-top: 1px;
}

#vybrane-filtry {
  display: none;
}

#vybrane-filtry a {
  background-color: #fff;
  display: inline-block;
  padding: 1px 5px;
  /*todo*/
  font-size: 13px;
  text-decoration: none;
}


/*todo*/


/*#vybrane-filtry a:hover {
}*/

#vybrane-filtry a::after {
  /*todo*/
  background: url('gfx/ico-times-black.svg') no-repeat;
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
  content: '';
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  float: right;
  opacity: .2;
}


/*
#vybrane-filtry a img{
 background-image: url('/public/img/web/selected-delete.png') no-repeat 0 0;
 margin:5px 5px 0 0;
 width:9px;
 height:9px;
}
*/

#vybrane-filtry #delete-all {
  float: left;
  margin-top: 5px;
  right: 2px;
  top: 8px;
  display: block;
  background-color: gray;
  padding: 7px 10px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


/*
#vybrane-filtry #delete-all a::after {
 background: url('gfx/ico-times-white.svg') no-repeat;
 background-size: 12px 12px;
 height: 12px;
 width: 12px;
 content: '';
 padding:5px;
 border:1px solid red;
}
*/


/* HOMEPAGE */

.proc {
  font-size: 80%;
  margin: 0 auto;
  max-width: 1200px;
  padding-top: 10px;
}

.justify {
  font-size: 90%;
  /*todo*/
  margin: 25px 0 20px 0;
}

.category-tips {
  background: #f9f9f9;
  border: 2px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  /*todo*/
}

.list {
  padding: 10px;
  font-size: 100%;
  /*todo*/
  float: left;
}

.list li {
  list-style-type: none;
  width: 20%;
  margin-right: 4%;
  margin-left: 0;
  float: left;
  line-height: 20px;
  margin-bottom: 5px;
}

.list li a {
  display: block;
  background: url('gfx/ico-angle-right.svg') no-repeat left -7px top 3px;
  /*todo*/
  width: 100%;
  padding: 2px 0 0 10px;
  /*todo*/
  text-decoration: none;
  /*todo*/
}


/*widget homepage*/

.widget-hp {
  border: 1px solid #e4e4e4;
}

.widget-hp img {
  float: left;
  padding: 0 15px;
}

.obsah_widget-hp {
  width: 50%;
  float: left;
  padding: 10px 0 0;
}

.popis_widget-hp {
  overflow: hidden;
  padding: 0;
  margin: 0 10px 10px 0;
}

.popis_widget-hp h3 {
  font-size: 80%;
  padding: 0;
  margin: 0;
}

.popis_widget-hp h3 a {
  display: block;
  height: auto;
}

.popis_widget-hp span {
  padding: 0;
  margin: 0;
}

.popis_widget-produkt {
  padding: 0 1em;
}

.popis_widget-produkt p {
  padding-bottom: 9px;
}

.widgetbox {
  clear: left;
}

.zalozky,
.zalozky-produkt {
  width: 100%;
  background-color: #e9e9e9;
  height: 45px;
  font-size: 90%;
  padding: 0;
  margin: 0;
}

.zalozky ul,
.zalozky-produkt ul {
  padding: 0;
  list-style-type: none;
}

.zalozky li,
.zalozky-produkt li {
  float: left;
  display: inline;
  margin: 14px 5px 0 5px;
  padding: 7px 10px;
  white-space: nowrap;
  color: #085ca0;
  text-decoration: none;
}

.zalozky li.active,
.zalozky-produkt li.active {
  position: relative;
  top: 13px;
  margin-top: 0;
  padding-bottom: 5px;
  border: 1px solid #e4e4e4;
  border-bottom: 0;
  background: linear-gradient(top, #f3f3f3, #ffffff);
  background-image: -webkit-gradient(top, #f3f3f3, #ffffff);
  /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #f3f3f3, #ffffff);
  /*  Chrome 10+, Saf5.1+, iOS 5+*/
  background-image: -moz-linear-gradient(top, #f3f3f3, #ffffff);
  /* FF3.6+ */
  background-image: -o-linear-gradient(top, #f3f3f3, #ffffff);
  /*  Opera 11.10+ */
  background-image: linear-gradient(top, #f3f3f3, #ffffff);
  /* W3C     */
  background-color: white;
}

.zalozky li a,
.zalozky-produkt li a {
  color: #085ca0;
  text-decoration: none;
}

.zalozky li a:hover,
.zalozky-produkt li a:hover {
  text-decoration: underline;
}


/*STRANKA PRODUKTU*/

.strip-banner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 5px !important;
}

.strip-banner img {
  width: 100%;
  border: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.detail-columns,
.user-columns {
  background: white;
}

.produkt-max {
  max-width: 1200px;
}

.levybox-produkt {
  float: left;
  width: 23%;
}

.levybox-foto {
  background-color: transparent;
  margin-top: 10px;
}

.levybox-foto img {
  text-align: center;
  width: 100%;
  border: 1px solid #e2e2e2;
  padding: 0 !important;
}

.stitky {
  float: right;
  margin: 15px 100px 0 0;
}

.stit-akce {
  width: 78px;
  height: 78px;
  background: url('/img/DA-akce.png') no-repeat center;
  z-index: 1;
  position: absolute;
}

.sdileni {
  text-align: left;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 90%;
  line-height: 30px;
  /*todo*/
}

.pravybox-produkt {
  /*todo*/
  float: right;
  width: 75%;
}

.pravybox-produkt table {
  margin: 0 0 5px 0;
  /*todo*/
  font-size: 90%;
  color: #6d767e;
  /*todo*/
  width: 100%;
}

.pravybox-produkt h1 {
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 10px !important;
}

.pravybox-produkt h2 {
  margin: 10px 0 0;
  padding: 0;
  border: none;
  font-weight: bold;
  font-size: 110%;
}

.tt img {
  vertical-align: middle;
  margin-left: 6px;
}

.tt,
.tt-first {
  height: 18px;
}

.tt a span {
  display: none;
}

.tt strong {
  color: #1a9816;
}

#parametry-tabulka {
  width: 50%;
}

.pravybox-produkt-cena {
  /*to do*/
  float: left;
  font-weight: bold;
  color: #000;
}

.puvodne {
  position: relative;
  font-size: 90%;
  color: #777;
  margin-top: 5px;
}

.puvodne span {
  font-weight: bold;
  text-decoration: line-through;
  font-size: 90%;
  color: #777;
}

.box-cena {
  padding: 10px 15px 15px 15px;
  /*todo*/
  background-color: white;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
}

.popis p,
.pretext p {
  margin: 0;
  /*font-size: 90%;*/
  /*todo*/
  line-height: 1.5;
  color: #6d767e;
  /*todo*/
}

.popis p {
  margin-top: 5px;
}

.popis ul {
  font-size: 90%;
  line-height: 1.5;
}

.kc {
  margin-bottom: 10px;
}

.kc b {
  font-weight: bold;
  color: #d42c05;
  /*todo*/
  padding-left: 20px;
}

.kc span {
  color: #d0d0d0;
  font-weight: normal;
  font-size: 80%;
}

.btn-dokosiku {
  border: 2px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  background-color: #f9f9f9;
}

.btn-dokosiku-dole {
  max-width: 980px;
  margin: 20px 0;
  border: 2px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  background: #f9f9f9;
}

.sklad {
  color: #219013;
  font-weight: bold;
  margin: 10px 2.5%;
  font-size: 90%;
}

.oblibene {
  float: left;
  line-height: 20px;
  margin: 0 0 10px 20px;
  font-size: 90%;
}

.oblibene img {
  /*todo*/
  vertical-align: middle;
  margin: -5px 5px 0 0;
}

.oblibene a {
  text-decoration: none;
}

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

tr span.mean {
  display: none;
}

tr span.selected {
  font-size: 15px;
  /*todo*/
  color: orange;
}

tr span.noselected {
  font-size: 15px;
  /*todo*/
  color: gray;
}


/*todo*/


/*
.bkoupit a,
.bkoupit a:hover {
  color: white;
  text-decoration: none;
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
  display: block;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
  
}

.bkoupit {
  position: relative;
  cursor: pointer;
  max-width: 920px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  background-color: #51ac31;
  text-align: center;
  border: 1px solid #12562b;
  background-image: linear-gradient(top, #51ac31, #227438);
  background-image: -moz-linear-gradient(top, #51ac31, #227438);
  background-image: -webkit-linear-gradient(top, #51ac31, #227438);
  background-image: -o-linear-gradient(top, #51ac31, #227438);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
}

.bkoupit:hover {
  background-color: #227438;
  background-image: linear-gradient(top, #227438, #227438);
  background-image: -moz-linear-gradient(top, #227438, #227438);
  background-image: -webkit-linear-gradient(top, #227438, #227438);
  background-image: -o-linear-gradient(top, #227438, #227438);
}
*/

.bkoupit-kredit {
  /*todo*/
  position: relative;
  cursor: pointer;
  margin: 10px 0 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-align: center;
  border: 1px solid silver;
}

.bkoupit-kredit:hover {
  /*todo*/
  border: 1px solid #227438;
  color: #227438;
}

.bkoupit-kredit a {
  /*todo*/
  text-decoration: none;
  color: grey;
  display: block;
  padding: 10px;
}

.bkoupit-kredit a:hover {
  /*todo*/
  color: #000;
  font-weight: bold;
}

.customer-reviews {
  margin-bottom: 30px;
}

.review-box {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10px;
}

.review-box p {
  margin: 0 5px;
  padding: 5px 0;
}

.rating {
  margin-left: 5px;
}

.rating span.selected {
  font-size: 14px;
  color: orange;
}

.rating span.noselected {
  font-size: 14px;
  color: gray;
}

.butt {
  margin: 0 0 10px;
  position: relative;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #51ac31;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  /*todo*/
}

.butt:hover {
  position: relative;
  max-width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: #227438;
  text-align: center;
}

.butt a {
  color: #fff;
  text-decoration: none;
  font-size: 120%;
  line-height: 40px;
  display: block !important;
}

.butt a:hover {
  color: #fff;
}


/*
td .butt a{
 color:#fff;
 text-decoration:none;
 font-size: 120%;
 line-height:40px;
 display:block !important;
 &:hover {
 color:#fff;
 }
}

.countdown {
 font-size: 110%;
 padding: 10px;
}*/


/*produkt doprodej*/

.info-box {
  color: #870005;
  background-color: #ffc6c6;
  padding: 10px 0 3px;
  width: auto;
  margin: 10px 0 15px 0;
}

.info-box p.title {
  background: url("/img/DA-vykricnik.png") 16px no-repeat;
  padding-left: 56px;
  color: #870005;
}

.info-box p.title strong {
  color: #870005;
}


/*produkt prodej skoncil*/

.warning-box {
  background-color: red;
  padding: 10px 0;
  width: auto;
  margin: 15px 0;
}

.warning-box p.title {
  color: #fff;
  background: url("gfx/ico-exclamation-triangle.svg") no-repeat;
  padding-left: 50px;
  background-size: 36px;
  margin-left: 20px;
  margin-top: 10px;
}

.warning-box p.title strong {
  color: #fff;
}


/*todo*/

.detail-content {
  line-height: 1.5;
}

.detail-content h2 {
  font-size: 180%;
  line-height: 1.2;
  border: none;
  padding: 10px 20px;
  background: #e9e9e9;
  text-align: center;
  margin: 0;
  margin-bottom: 15px;
  /*todo*/
}

.detail-content h3 {
  font-size: 120%;
}

.detail-content h3 strong {
  font-style: italic;
}

.detail-content h4 {
  color: #474747;
}

.detail-content p {
  color: #6d767e;
  /*todo*/
}

.detail-content p strong {
  color: black;
}

.detail-content ul {
  margin: 0 0 20px 0;
  /*todo*/
  padding: 7px 0;
}

.detail-content li {
  margin-bottom: 6px;
  line-height: 1.5;
  /*todo*/
}


/*todo*/

.data-categories li {
  float: left;
  height: 20px;
}


/*
.data-categories li a {
 text-decoration: none;
 margin-right: 5px;
}
*/

.data {
  width: 100%;
}

.data-categories {
  width: 70%;
  float: left;
}

.parametrs {
  width: 30%;
  float: left;
}


/* User pages */


/*STRANKA UCTU*/

.inbasket#history,
.inbasket#user-reviews,
.inbasket#user-wishlist {
  font-size: 13px;
}

.inbasket#user-review td,
.inbasket#user-review th {
  font-size: 13px;
  text-align: center;
}

.inbasket#textarea {
  width: 100%;
}

.inbasket#user-review label {
  display: block;
  cursor: pointer;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 10px;
}

.pdf_link {
  height: 16px;
  width: 16px;
  margin-left: 20px;
  float: left;
  position: relative;
  background: url("/assets/admin/ico-pdf-0919e5db8c274f1b88c7c5bde5d22b234eaad9db9cbe9b63d763ccae850cb44b.gif") no-repeat top left;
}

.dataTables_length {
  float: left;
}

.data-tables tr.head,
#history-tbl tr.head {
  line-height: 15px;
}

#history-tbl_info,
#history-tbl_paginate,
.pagination {
  font-size: 13px;
}

#history-tbl_filter,
#history-tbl_length,
#history-detail-tbl_filter,
#history-detail-tbl_length,
.pagination {
  margin-bottom: 10px;
  font-size: 13px;
}

.sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting {
  cursor: pointer;
  *cursor: hand;
}

table.dataTable thead .sorting {
  background: url("/assets/datatables/sort_both-624f0a471a2535c4754e1f6974b0e64ee70d6907738346e2a11d0bff20258b8c.png") no-repeat center right;
}

table.dataTable thead .sorting_asc {
  background: url("/assets/datatables/sort_asc-ee6010bb0a8d17e58307136a0fbf0b196d949ab6c50eb66d1ff8f0a7d2a4d48b.png") no-repeat center right;
}

table.dataTable thead .sorting_desc {
  background: url("/assets/datatables/sort_desc-26da8e7eaf746a08dec2928977be21aa67212484540a12042b86aa2d904b80e8.png") no-repeat center right;
}

table.dataTable thead .sorting_asc_disabled {
  background: url("/assets/datatables/sort_asc_disabled-539d9e0fc1f3b7196e726c4985397ad804082193d21e68cdf258764d34f85ff6.png") no-repeat center right;
}

table.dataTable thead .sorting_desc_disabled {
  background: url("/assets/datatables/sort_desc_disabled-3450cc1e5a1585690226a713a726753b3fa2d177e41338a36e0a3188e3f02663.png") no-repeat center right;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

.dataTables_wrapper .dataTables_length {
  float: left;
}

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

.dataTables_wrapper .dataTables_filter input {
  margin-left: 5px;
}

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 5px;
}

.dataTables_wrapper .dataTables_paginate,
.pagination {
  /*todo*/
  float: right;
  text-align: right;
  padding-top: 0;
  /*margin-bottom: 20px;*/
  margin-top: 20px;
  /*todo*/
}

.paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 24px;
  padding: 7px 14px;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
}

.paginate_button.current,
.paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

.paginate_button.disabled,
.paginate_button.disabled:hover,
.paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.paginate_button:hover {
  color: white !important;
  border: 1px solid #111111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
}


/*OOOOOOOOOOOOOOOOOOOO
table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.display tbody tr.odd:hover>.sorting_1,table.dataTable.display tbody tr.even:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.display tbody tr.odd:hover>.sorting_2,table.dataTable.display tbody tr.even:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_2,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.display tbody tr.odd:hover>.sorting_3,table.dataTable.display tbody tr.even:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_3,table.dataTable.order-column.hover tbody tr.even:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.display tbody tr.odd:hover.selected>.sorting_1,table.dataTable.display tbody tr.even:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.display tbody tr.odd:hover.selected>.sorting_2,table.dataTable.display tbody tr.even:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.display tbody tr.odd:hover.selected>.sorting_3,table.dataTable.display tbody tr.even:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111111}
*/


/* Item list - Product page
/*todo*/


/*
.popis p {
 font-size: 90%;
 line-height: 1.5;
 color: #333;
 margin-top: 5px;
}*/

.popis ul {
  font-size: 90%;
  line-height: 1.5;
}

.pretext p {
  font-size: 90%;
  line-height: 1.5;
  color: #6d767e;
  /*todo*/
  margin: 0 10px;
}

.productbox,
.related-products {
  width: 33%;
  /* margin-right: 0.5px; */
  /*todo*/
  float: left;
  line-height: 1.1;
  border: 1px solid #fff;
  border-bottom: 2px solid #eaeaea !important;
  padding-top: 10px;
  background: linear-gradient(#f5f5f5, #fff 15%);
}

.productbox:hover,
.related-products:hover {
  border: 1px solid #e2e2e2;
  position: relative;
  /*todo*/
}

.related-products {
  width: 25%;
  margin-right: -3px;
  /*todo*/
}

.productbox h2 {
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
  margin-top: -10px;
  height: 45px;
  font-size: 125%;
}

.productbox-item a {
  display: block;
  height: 185px;
}

.productbox-item a img {
  max-width: 150px;
  max-height: 200px;
  /*todo*/
  border: 1px solid #f8f8f8;
  margin: 0 auto;
  display: block;
  height: 190px;
}

.productbox-rating {
  height: 15px;
  margin-left: 10px;
}

.productbox-rating span.selected {
  color: orange;
}

.productbox-rating span.noselected {
  color: gray;
}

.link h3 {
  margin: 5px 0 0 !important;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 35px;
}

.link h3 a {
  display: block;
  font-size: 80%;
}

.stock {
  text-align: center;
  color: #1a9816;
  font-weight: bold;
  font-size: 80%;
  margin-top: 5px;
}

.specification {
  padding: 0 7px 15px 7px;
}

.brand {
  font-size: 90%;
  font-weight: normal;
  padding: 0 0 5px 0;
  text-align: left;
  height: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.brand a {
  text-decoration: none;
}

.parametr {
  font-size: 70%;
  font-weight: normal;
  color: #777;
  margin-bottom: 10px;
  text-align: center;
}

.productbox-description p {
  margin: 0;
  padding: 5px 0;
  line-height: 1.4;
  letter-spacing: 0.3px;
  height: 45px;
  font-size: 80%;
  overflow: hidden;
}

.productbox-price {
  height: 40px;
  line-height: 24px;
  font-weight: bold;
  color: #d42c05;
  font-size: 175%;
  margin-top: 15px;
  text-align: center;
}

.specification span {
  display: block;
  text-align: center;
}


/* Cart */


/*CART*/

.kroky_kos {
  display: inline-flex;
  min-height: 55px;
  padding: 10px 0;
  border-bottom: #e2e2e2 1px solid;
  border-top: #e2e2e2 1px solid;
  /*margin: 0 0 10px 10px;*/
  /*todo*/
}

.kroky_kos .kk,
.user-cart-steps .kk,
.kroky_kos .aktiv,
.user-cart-steps .aktiv {
  display: inline-table;
  text-align: center;
  color: #002663;
  margin: 5px 10px 5px 0;
  float: left;
  height: 30px;
  line-height: 20px;
  padding: 10px 15px;
  position: relative;
  font-weight: bold;
  text-overflow: ellipsis;
  overflow: hidden;
}

.kroky_kos .aktiv,
.user-cart-steps .aktiv {
  background-color: gray;
  color: white;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.cart-steps .visited,
.user-cart-steps .visited {
  background: #e2e2e2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.user-cart-steps {
  border: none;
  margin: 0 0 20px 10px;
}

#k1 {
  cursor: pointer;
}

#k2 a,
#k2 a:hover,
#k1 a,
#k1 a:hover {
  text-decoration: none;
  color: #fff;
}

.inbasket {
  margin: 0 10px;
}


/*.user-vkosi {border:1px solid #e8e8e8;  padding:15px 10px;font-size:90%;line-height:20px; background-color: @anchor-dull-color;}*/

.cart-logo-icon {
  margin-left: 30px;
  text-decoration: none;
}

.cart-logo-icon img {
  display: inline-block;
  vertical-align: middle;
  opacity: 0.6;
  margin-right: 5px;
}

.basket {
  font-size: 90%;
  border-collapse: collapse;
  border: 1px solid #e8e8e8;
  width: 100%;
  margin-bottom: 10px;
  /* .tt-cena-dopravy,.tt-dostupnost, .tt-znacka{font-weight:bold; }*/
}

.basket a {
  text-decoration: none;
}

.basket tr.head {
  height: 30px;
  line-height: 30px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e8e8e8;
}

.basket tr {
  border-bottom: 1px solid #e8e8e8;
}

.basket .pp-image {
  padding: 10px;
}

.basket .pp-znacka {
  margin: 5px 0;
}

.basket td {
  padding: 5px 10px;
}

.basket td a {
  color: #015aa7;
  font-weight: bold;
}


/*todo*/

.basket td a:hover {
  text-decoration: underline;
}

.basket .pocet {
  width: 30px;
  margin-right: 5px;
}

.basket .celkem td {
  font-weight: bold;
  text-align: right;
  color: #000;
}

.basket .cena {
  font-weight: bold;
}

.basket .smazat {
  width: 12px;
  height: 12px;
  background: url(gfx/ico-times-black.svg) no-repeat;
  cursor: pointer;
  background-size: 12px;
  opacity: .2;
}

tr.head th {
  text-align: left;
  padding: 3px 10px;
  line-height: 18px;
  color: grey;
  font-weight: normal;
}


/*kupon slevy*/

.box-slevovy-kupon {
  background: #f9f9f9;
  margin-top: 10px;
  border: 1px solid #e2e2e2;
  padding: 10px 0 5px;
  font-size: 90%;
  display: none;
}

.slevovy-kupon {
  float: left;
  margin: 0 0 5px 5px;
}

.slevovy-kupon input {
  max-width: 200px;
  height: 18px;
}

#slevaresult {
  display: block;
  font-size: 12px;
}

.zkus_slevovy_kod {
  float: left;
  font-size: 80%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  line-height: 18px;
  cursor: pointer;
  height: 18px;
  background-color: #003c70;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100px;
  margin: 5px 5px 0;
  padding: 3px;
}

.tlacitka-v-kosiku>div {
  margin-top: 0;
}


/*button table in basket*/

.flex-container {
  display: flex;
  align-items: center;
  margin: 20px 0;
  justify-content: space-between;
  background: #f5f5f5;
  /*todo*/
}

.flex-column {
  padding: 10px;
  width: 33%;
}

.flex-column span a {
  color: #ababab;
  text-decoration: none;
}


/* Table */

.checkinbasket td {
  text-align: right;
  font-size: 90%;
}


/*Thanks*/

.rinbobox {
  border: 1px solid #d6e9c6;
  background: #dff0d8;
  padding: 15px 15px 10px 15px;
  margin: 20px 0;
  color: #3c763d;
}

.rinbobox strong,
.rinbobox p {
  color: #3c763d;
  padding: 0;
  margin: 0;
}


/* FOOTER
-------------------------------------------------------- */

section.bottom {
  background: #8d0109;
  /*todo*/
  padding: 20px 0;
  clear: both;
  margin-top: 20px;
  /*todo*/
}

section.bottom h4 {
  font-size: 150%;
}

section.bottom p {
  font-size: 80%;
}


/*FOOTER*/


/*.footer-menu-mobile{display: none;}*/

footer#footer {
  margin: 0 auto;
  background-color: #f1f1f1;
  /*todo*/
}

.footercontent {
  margin: 0 auto;
  max-width: 980px;
  /*border-bottom: 1px solid #1e4b84;*/
  /*todo*/
  padding: 20px 0;
}

footer .banner-box {
  margin: 0 auto;
  /*max-width: 980px;*/
  /*todo*/
}


/*
footer .banner-box {
width:100%;
margin:20px 0 0;
}

footer .banner-box .payment-methods ul li.payment-methods-method, .gopay{
border-radius:2px;
line-height:normal;
height:22px;
margin-bottom:5px;
padding:2px;
background:#585858;
display:inline-block;
float:left;
margin-left:5px;
}

.gopay{
background:transparent;
}
.payment-methods-method span {
color:#fff;
font-size:11px;
font-weight:700;
padding:4px 4px 0 4px;
vertical-align:middle;
display:block;
float:left;
}
.payment-methods-icon {
float:left;}
*/

.banner-box {
  background-color: #fff;
  padding: 20px 0;
}

.banner {
  margin: 0 auto;
  max-width: 970px;
  padding: 10px;
}

.banner img {
  max-width: 100%;
}

.banner a {
  color: #6C6C6C;
  padding: 0;
}

.banner a:hover {
  color: #000;
  padding: 0;
}

.banner span {
  font-size: 12px;
  color: #6C6C6C;
}

footer#topfooter {
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 20px 10px;
  border-bottom: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  /*todo*/
}

.topfooter-content {
  margin: 0 auto;
  max-width: 980px;
  /*padding:5px;*/
  font-size: 15px;
}


/*
.topfooter-content .calltoaction {
 min-width: 180px;
 margin-left:10px;
 float: left;
}

.topfooter-content .topfooter-contact {
 float: left;
}
*/

footer ul {
  width: 33%;
  float: left;
  margin: 0 auto;
}

footer ul li {
  margin-left: 10px;
  font-size: 80%;
  list-style-type: none;
  line-height: 22px;
}

footer ul li a {
  text-decoration: none;
  /*todo*/
  display: block;
  /* background: url('/small-footer-circle-3.png') no-repeat left center;*/
  color: #777;
  line-height: 22px;
  /* padding: 0 0 0 10px;*/
}

footer ul li a:hover {
  color: #000;
}

footer ul li h3 {
  color: #fff;
}

footer ul li strong {
  font-size: 16px;
  color: #d42c05;
  padding: 10px 0 5px;
  display: block;
  margin: 0 10px 12px 0;
  border-bottom: 1px solid #fff;
}

footer ul li.text {
  color: grey;
  line-height: 18px;
}

footer ul li b {
  font-size: 14px;
  color: grey;
  padding: 0 0 5px;
  display: block;
  margin: 0 0 6px;
}

footer ul li.login {
  text-align: center;
  margin: 20px 0 5px 0;
  display: inline-block;
}

footer ul li.login a {
  padding: 10px 20px;
  text-decoration: none;
  border: 2px solid #dededf;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  color: #fff;
  font-weight: bold;
  background: #d42c05;
  line-height: 12px;
  margin-right: 10px;
  margin-left: 10px;
}

footer ul li.login a:hover {
  text-decoration: underline;
}

ul li.usp {
  color: #fff;
  font-size: 90%;
  line-height: 1.4;
  height: 80px;
  margin-left: 0px;
}

img.usp-methods-icon {
  float: left;
}

li.usp span {
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  display: block;
  padding-left: 95px;
}


/* NEWSLETTER
-------------------------------------------------------- */


/*NEWSLETTER*/

.newsletter {
  /*todo*/
  color: white;
  padding: 7px 10px;
  margin: 0 auto;
  max-width: 980px;
}

.newsletter .calltoaction {
  /*todo*/
  padding: 0;
  max-width: 980px;
  font-size: 13px;
}

.newsletter .calltoaction h3 {
  font-size: 14px;
  font-weight: normal;
  padding: 0;
  margin: 0 30px 10px 0;
  color: #fff;
}

.newsletter .calltoaction strong {
  color: #fff;
}

.newsletter .search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  height: 32px;
  border: 2px solid #dadadb;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.newsletter .search .s-input {
  text-indent: 10px;
  color: #4c4c4c;
  line-height: 30px;
  border: 0;
  /*todo*/
  font-style: italic;
}

.newsletter .s-submit,
.newsletter .kontakt-form .s-submit {
  background: #d42c05;
  line-height: 32px;
  height: 32px;
  border: 0;
  color: #fdfdfd;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  padding: 0 10px;
  /*text-shadow:0 1px 1px rgba(0,0,0,.44)*/
}

.newsletter .s-submit:hover,
.newsletter .kontakt-form .s-submit:hover {
  background-position: bottom;
  cursor: pointer;
  padding: 0 10px;
}


/*Forms*/


/*search*/

fieldset {
  background: #f5f5f5;
  border: #e2e2e2 1px solid;
  margin: 5px 0 20px;
  padding: 0 20px 15px;
}

fieldset ul.fieldset-category {
  margin: 10px 0;
}

fieldset li {
  margin: 0 10px;
  list-style: none;
}

fieldset .inputbox {
  height: 150px;
  overflow: scroll;
  background: #fff;
  max-width: 420px;
  border: #e2e2e2 2px solid;
  margin-bottom: 15px;
}

fieldset legend {
  font-weight: bold;
  padding: 5px 10px;
  color: white;
  background: #999;
  /*todo*/
  margin-top: 5px;
}

fieldset label {
  font-size: 90%;
  font-weight: bold;
  color: #474747;
  cursor: pointer;
  display: flex;
  /* Without vertical centering: */
  align-items: baseline;
  margin: 10px 5px;
  /*todo*/
}

fieldset span label {
  margin-bottom: 10px;
}

fieldset input,
fieldset select {
  width: 100%;
  border: #e2e2e2 2px solid;
  height: 36px;
  /*todo*/
  text-indent: 10px;
  margin-bottom: 6px;
}

fieldset select {
  height: 30px;
  text-indent: 5px;
}

fieldset input[type=radio],
fieldset input[type=checkbox] {
  flex: none;
  margin-right: 5px;
  width: 15px;
  height: 12px;
}

fieldset .form-note textarea {
  width: 100%;
  padding: 10px 0;
  border: #e2e2e2 2px solid;
  text-indent: 10px;
  font-family: Arial;
}

.userinbasket {
  background-color: #fff;
  padding-top: 5px;
  /*todo*/
}

iframe {
  max-width: 780px;
}

.container h2 {
  text-align: center;
  margin-top: 25px;
}

.person {
  border-top: 1px solid #eaeaea;
  padding: 30px 20px 10px 20px;
  min-height: 130px;
}

.person img {
  float: left;
  padding: 0 30px 0;
}

.person h3 {
  padding: 0;
  margin: 0;
}

.aim {
  background: #800040;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
}

.aim h2 {
  font-weight: normal;
  font-size: 120%;
  color: #fff;
}


/*NEW CSS 2018*/

.abc-columns {
  margin: 0 auto;
  max-width: 980px;
}

.right-banner-hp img {
  height: auto;
  max-width: 1200px;
  width: 100%;
  border: 1px solid #fff;
  /*todo*/
}

.right-banner-hp img:hover {
  border: 1px solid #cacaca;
}


/*todo*/


/*
.right-banner-hp:hover {
 background: #000;
 color:#fff;
 z-index: 1000;
 height:200px;
 max-width:1200px;
 width:100%;
}

.strike {
 background: #000;
 color:#fff;
}

.right-banner-hp img.strike:hover {
 background: #000; 
 color:#fff; 
 margin:-10px;
 z-index: 1000;
}

.btn-tl {
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.5);
 
}*/


/*todo*/

.promo {
  max-width: 1200px;
  margin: 20px 0;
  border: 2px solid #e8e8e8;
  border-bottom: 3px solid #e8e8e8;
  background: #f9f9f9;
  padding: 20px;
}

.promo ul {
  margin-bottom: 0;
}

.promo img {
  margin: 0 0 15px 0;
}

.promo p {
  margin: 0;
}

.levybox-produkt-sleva {
  font-family: "Arial Black", sans-serif;
  color: #000;
  background-color: orange;
  font-size: 20px;
  margin-left: 1px;
  padding: 5px 10px;
  position: absolute;
}

.advertisement-voucher {
  background-color: #3380cc;
  min-height: 80px;
  padding: 10px 20px;
}

.advertisement-voucher span {
  color: #fff;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}

.advertisement-voucher .sleva {
  color: #fff;
  font-size: 22px;
  margin-top: 10px;
  font-family: "Arial Black", sans-serif;
}

.advertisement-sleva {
  background-color: #b5d7fa;
  min-height: 100px;
}

.advertisement-cart {
  background-color: #e5f4ff;
  min-height: 60px;
  font-size: 18px;
  color: #015aa7;
  padding: 20px 10px 10px 10px;
  text-align: center;
}

.pravybox-produkt-sleva {
  font-weight: bold;
  /*todo*/
  color: #fff;
  position: relative;
  background-color: #3380cc;
  width: 45%;
  min-height: 100px;
  float: left;
  padding-left: 20px;
}

.pravybox-produkt-sleva span {
  color: #fff;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}

.advertisement-voucher a,
.pravybox-produkt-sleva a,
.advertisement-cart a {
  background: #0049a8;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 15px;
  display: inline-block;
  margin-right: 5px;
}

.advertisement-voucher a:hover,
.pravybox-produkt-sleva a:hover {
  background: orange;
  color: #fff;
}

.pravybox-produkt-sleva .sleva {
  color: #fff;
  font-size: 22px;
  margin-top: 20px;
  font-family: "Arial Black";
}

.advertisement-cart a:hover {
  color: #fff;
  background: #1a9816
}

.triangle-right {
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-left: 20px solid #3380cc;
  border-bottom: 50px solid transparent;
  float: right;
  margin-right: -20px;
}


/*
.triangle-right-voucher {
 width: 0;
 height: 0;
 border-top: 60px solid transparent;
 border-left: 20px solid #3380cc;
 border-bottom: 60px solid transparent;
 float: right;
 margin-right: -20px;
}
*/

.advertisement-sleva .vpravo {
  margin: 0 0 0 40px;
  float: left;
}

.pravybox-produkt-hodinky {
  font-size: 24px;
  color: #0049a8;
  margin-top: 20px;
  font-weight: bold;
}

.pravybox-produkt-countdown {
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.atribut-action {
  height: 78px;
  width: 78px;
  z-index: 1;
  position: absolute;
}

p.atribut-action-mini {
  padding: 5px 10px 7px;
  background-color: orange;
  font-size: 16px;
  font-family: "Arial Black";
  color: #000;
  position: absolute;
}

p.atribut-action-best {
  padding: 5px;
  background-color: rgba(199, 21, 33, 0.7);
  font-size: 13px;
  color: #fff;
  position: absolute;
  margin-top: 32px;
}

p.atribut-action-new {
  padding: 5px;
  background-color: rgba(0, 128, 0, 0.7);
  font-size: 13px;
  color: #fff;
  position: absolute;
  margin-top: 58px;
}

.sklad p.right {
  padding: 10px 5px 10px 0;
}


/*--------------------DIALOG----------------------*/


/*
.button-secondary {
 border-radius: 3px;
 background: #cacaca;
 max-width:200px;
}
.button-secondary:hover {
 background: #227438;
 color:#fff;
}
.button-secondary a {
 text-decoration: none;
 display: block;
 padding: 10px 20px;

}
.button-secondary a:hover {
 color:#fff;
}*/

.dialog-container .purchase-dialog {
  position: absolute;
}

span.cover {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 3;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #000000;
}

.dialog {
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  z-index: 1000;
  border-radius: 3px;
  top: 10px;
  left: 10px;
  right: 10px;
  background-color: #fff;
  position: absolute;
  text-align: center;
}

.relatedmcart {
  margin: 0 auto;
  max-width: 900px;
  border-top: 1px solid #e2e2e2;
  padding: 20px 10px 30px;
}

.relatedmcart a {
  text-decoration: none;
}

.dialog .indialog {
  padding: 0 5%;
  margin-top: 20px;
  max-width: 980px;
  background-color: #fff;
}

.dialog h2 {
  color: #51AC31;
  text-align: center;
  font-style: normal;
  padding: 0;
  margin: 0;
  margin-top: 40px;
  font-size: 30px;
  font-family: "Arial Black";
  line-height: 1;
}

.dialog h2::before {
  background: url("gfx/ico-check-circle-green.svg") no-repeat center;
  content: "";
  background-size: 30px 30px;
  height: 30px;
  width: 30px;
  padding: 15px;
  margin-right: 10px;
}

.dialog header {
  border-bottom: 1px solid #e8e8e8;
  ;
  font-size: 24px;
  padding-bottom: 15px;
}

header .close {
  display: block;
  cursor: pointer;
  padding: 10px;
  height: 25px;
  width: 25px;
  z-index: 1000;
  background-repeat: no-repeat;
  background-position: 10px;
  background-image: url(gfx/ico-times-black.svg);
  right: 0;
  top: 0;
  position: absolute;
  opacity: 0.5;
}


/*
header .close:before {
 position: absolute;
 z-index: 3;
 display: block;
 content: "";
 font-weight: normal;
 cursor: inherit;
 text-decoration: none;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 right: 0;
 top: 50%;
 border:1px solid red;
 color: #7f7f7f;
 font-size: 16px;
 line-height: 0;
}
*/

.dialog td.right {
  font-size: 24px;
  margin: 25px 5px;
  top: 50%;
}

.dialog td.right span {
  font-size: 14px;
  right: 15px;
  color: #6d767e;
}

.dialog .flex-container {
  display: flex;
  align-items: center;
  margin: 20px 0 0;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 20px 45px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.dialog .flex-container a {
  cursor: pointer;
}

.dialog .flex-container a:hover {
  color: #015aa7;
  text-decoration: underline;
}

.dialog .button-primary a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 20px 20px;
}

.dialog .button-primary a:hover {
  color: #fff;
  text-decoration: none;
}

.dialog .button-primary {
  padding: 0;
}

.dialog .button-primary:hover {
  background: linear-gradient(#227438, #51ac31);
}


/*PRODUKT DROPSHIPPING*/

.instock {
  margin: 10px 0;
  padding: 0 10px;
}

.instock span.available {
  background: url("gfx/ico-check-circle-green.svg") no-repeat left;
  content: "";
  background-size: 14px 14px;
  height: 14px;
  width: 14px;
  padding-left: 18px;
  margin-top: -2px;
  vertical-align: middle;
}

a .paperback,
a .ebook {
  max-width: 200px;
  background: #fff;
  border: 1px solid #cacaca;
  border-radius: 3px;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
  float: left;
  display: block;
}

a .paperback b,
a .ebook b {
  text-decoration: underline;
  color: #015aa7;
}

a .paperback b:hover,
a .ebook b:hover {
  text-decoration: none;
  color: #000;
}

.paperback,
.ebook {
  max-width: 200px;
  background: #fff;
  color: #6d767e;
  border-radius: 3px;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
  float: left;
}

.paperback.active,
.ebook.active,
.paperback:hover,
.ebook:hover {
  background: #fef8f2;
  border: 1px solid #ee9e4b;
  color: #000;
}


/*
#hlaseni2,
#hlaseni1 {
 position: fixed;
 top: 40%;
 left: 40%;
 margin: auto;
 max-width: 1000px;
 background: white;
 border: 3px solid #d7111d;
 z-index: 999;
 font-size: 100%;
 line-height: 120%;
 padding: 10px;
}

#hlaseni2 .butt,
#hlaseni1 .butt {
 padding: 5px 15px;
 margin: 0;
 font-weight: bold;
}
#hlaseni2 .flex-container,
#hlaseni1 .flex-container {
 display: flex;
 align-items: center;
 justify-content: space-between;
 margin: 0;
 border-top: 1px solid #e2e2e2;
}
#hlaseni2 .flex-column a,
#hlaseni1 .flex-column a {
 text-decoration: none;
 font-size: 90%;
}
#hlaseni2 .search,
#hlaseni1 .search {
 display: inline-block;
 vertical-align: middle;
 margin: 0 20px 20px 10px;
 height: 32px;
 border: 2px solid #dadadb;
 border-radius: 3px;
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
}
#hlaseni2 .search .s-input,
#hlaseni1 .search .s-input {
 text-indent: 10px;
 color: #4c4c4c;
 line-height: 28px;
 height: 30px;
 border: 0;
 width: 200px;
 font-style: italic;
}
#hlaseni2 .s-submit,
#hlaseni1 .s-submit,
#hlaseni2 .kontakt-form .s-submit,
#hlaseni1 .kontakt-form .s-submit {
 background: #d42c05;
 line-height: 32px;
 height: 32px;
 border: 0;
 color: #fdfdfd;
 font-size: 13px;
 font-weight: bold;
 font-style: italic;
 padding: 0 10px;

}

#hlaseni2 .s-submit:hover,
#hlaseni1 .s-submit:hover,
#hlaseni2 .kontakt-form .s-submit:hover,
#hlaseni1 .kontakt-form .s-submit:hover {
 background-position: bottom;
 cursor: pointer;
 padding: 0 10px;
}
*/

.allview {
  /*todo*/
  float: right;
  text-align: right;
  background: #0049a8;
  padding: 5px 10px;
  border-radius: 15px;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.allview:hover {
  color: #fff;
  background: #1a9816;
  /*todo*/
}

a.developer::before {
  background: url("gfx/ico-ruby.svg") no-repeat center;
  background-size: 20px 20px;
  height: 20px;
  width: 20px;
  padding: 15px;
  content: "";
}

.columns.minheight {
  min-height: 1000px;
}


/*blog*/

ul.bio {
  margin-bottom: 10px;
}


/*arrow tt-discount*/


/*sluzby*/

.services {
  max-width: 920px;
  margin: 0 auto;
  min-height: 350px;
}

.service {
  max-width: 256px;
  display: inline-block;
  padding: 10px;
  border: 1px solid #cacaca;
  border-bottom: 2px solid #cacaca;
  min-height: 100px;
  background: #f5f5f5;
  margin: 10px;
}

.service h2 {
  text-decoration: underline;
  color: #015aa7;
}

.service:hover {
  text-decoration: none;
  background: #fff;
  border-color: #8d0109;
  border-bottom: 2px solid #8d0109;
}

.service img {
  height: 120px;
}


/*Kontakty*/


/* Login FORM in Basket */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
  position: absolute!important;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%, -50%)!important;
  z-index: 1000;
}

.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  -ms-filter: Alpha(Opacity=30);
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* RESPONSIVE
-------------------------------------------------------- */

@media (max-width: 640px) {
  header.top .logo {
    /* margin-top: 20px;*/
    /*todo*/
  }
  .parametrs {
    width: 100%;
  }
  .content {
    margin-left: 0px;
    border: none;
  }
  .hlavicka_tipu {
    width: 100%;
  }
  .data-categories {
    width: 100%;
    float: left;
  }
  /*
 .data-categories li {
   float: left;
   margin-right: 15px;
   height: 15px;
 }
 */
  .list li {
    list-style-type: none;
    width: 28%;
    margin-right: 5%;
    float: left;
  }
  /*nav.main {display:none;}*/
  footer ul {
    width: 100%;
    float: left;
  }
  .levybox-produkt-sleva {
    color: #fff;
    background-color: #3380cc;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    padding: 5px 10px;
    position: absolute;
  }
  /*menu v paticce
 .footer-menu{display: none;  }
 .footer-menu-mobile{display: block;}
 .footer-menu-mobile strong{    cursor: pointer;  }
 .no-visible{display: none}*/
}

@media (max-width: 560px) {
  #obrazky_produktu {
    float: left;
    position: relative;
    margin-right: 10px;
    min-height: 170px;
    width: 100%;
  }
  .prod_right {
    margin-left: 0px;
    margin-right: 5px;
    width: 100%;
  }
  .proc {
    display: none;
  }
  .data-categories {
    width: 100%;
    float: left;
  }
  .levybox-foto img {
    text-align: center;
    width: 100%;
    border: #e2e2e2;
    padding: 0 !important;
    margin: 10px 10px 0 10px;
  }
  .pravybox-produkt {
    width: 98%;
    margin: 0 5px;
  }
  /*nav.main {display:none;}*/
  nav.main>ul>li {
    position: relative;
    width: 50% !important;
    float: none;
    text-align: left;
    font-size: 1.1em !important;
    border-top: 1px solid #bc333b;
    font-family: 'Roboto', sans-serif;
    height: 45px;
  }
  nav.main>ul>li>a {
    padding: 0 20px;
    line-height: 46px !important;
    height: 46px !important;
    float: none;
    width: auto;
    border: none !important;
    text-indent: 0 !important;
  }
  nav.main ul li:hover a.cat-main {
    line-height: 80px !important;
    border: none !important;
  }
  nav.main>ul>li>a,
  nav.main ul li:hover a.cat-main {
    padding: 0 20px;
    height: 46px !important;
    line-height: 46px !important;
  }
  nav.main>ul>li>a>span,
  nav.main>ul>li.mobile-active>a>span,
  nav.main ul li:hover a.cat-main span,
  nav.main ul li .categories ul.active li.title a {
    background-size: 20px;
  }
  .obsah_widget-hp {
    width: 100%;
    float: left;
  }
  footer ul {
    width: 100%;
    float: left;
  }
  .pagination {
    text-align: center;
  }
  .related-products .parametr,
  .productbox .parametr {
    /*todo*/
    margin: 5px 0 0 160px!important;
  }
  .levybox-produkt-sleva {
    color: #000;
    background-color: orange;
    /*todo*/
    font-size: 12px !important;
    font-weight: bold;
    margin-left: 6px !important;
    padding: 5px 10px;
    position: absolute;
  }
  .registracebox input.text,
  .adresy textarea,
  .adresy.firma input,
  .adresy input,
  input#slevakod,
  select#f_zeme,
  .loginbox input,
  .passbox input {
    border: 1px solid #ABB0B2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: 95%;
  }
  a.registrovat,
  button.prihlasit {
    width: 95%;
  }
}

@media (max-width: 420px) {
  /* Header - logo */
  /* header.top .logo {
/*todo
 }*/
  header.top .logo a {
    display: block;
    font-size: 12px;
    color: white;
    margin-top: -9000px;
  }
  header.top .logo span {
    /*todo*/
    top: 5px!important;
    height: 50px !important;
    width: 120px !important;
    background-size: 120px !important;
    /*todo*/
  }
  /* category list */
  .aimagos {
    width: 100%;
  }
  .produkt_r .info {
    padding-bottom: 20px;
    margin-left: 0px;
    padding-top: 1px;
  }
  /*
 product 
 */
  .pravybox-produkt-cena {
    /*to do*/
    float: left;
    font-weight: bold;
    color: #000;
  }
  .kc b {
    /*to do*/
    font-weight: bold;
  }
  .kc span {
    color: #d0d0d0;
    font-weight: normal;
    font-size: 80%;
  }
  #newsletter .voucher {
    vertical-align: middle;
    margin-top: 10px;
  }
  /*  #newsletter .voucher-box {
   width: 210px;
   height: 60px;
   margin-top: 50px;
   display: inline-block;
   background: url(../img/ico-voucher.png) 5px center no-repeat;
 }
 */
  /*
 p.sidebar-heureka,
 p.sidebar-heureka:hover,
 .sidebar-heureka a,
 .sidebar-heureka a:hover {
   display: none;
 }
 */
  .list li {
    list-style-type: none;
    width: 90%;
    margin-right: 5%;
    float: left;
  }
  tr.head th {
    text-align: left;
    padding: 2%;
    line-height: 18px;
  }
  .basket td {
    padding: 2% !important;
  }
  .data-categories {
    width: 100%;
    float: left;
  }
  /*
 .data-categories li {

   float: left;
   margin-right: 15px;
   height: 25px;
   line-height: 14px;
 }
 */
}

@media (min-width:820px) and (max-width:950px) {
  /* Header - form */
  header.top form {
    max-width: 280px;
  }
  header.top form input {
    max-width: 280px;
  }
  header.top form .text {
    max-width: 220px;
  }
  .columns {
    display: unset;
    width: 100%;
    /*todo*/
    margin: 10px auto;
    /*min-height: 1920px;*/
    display: block;
  }
}

@media (max-width: 870px) {
  .ihned-banner {
    margin-left: 0;
  }
  .webdevelopment-banner {
    margin: 20px 0;
    text-align: right;
  }
  /* Header - form */
  header.top form {
    max-width: 250px;
  }
  header.top form input {
    max-width: 250px;
  }
  header.top form .text {
    max-width: 190px;
  }
  /*Header - tel */
  /* header .tel {
    margin-left: 275px;
    width: 350px;
    float: left;
    height: 30px;
    line-height: 30px;
    background: url('../img/tel-databook.png') 4px center no-repeat;
    padding-left: 18px;
    font-size: 75%;
  }
  */
  .ri {
    border: none;
    width: 100%;
    margin: 0;
    float: right;
  }
  /*nav.main {display:none;}*/
  .new {
    width: 100%;
    border-bottom: 1px solid #eaeaea;
  }
  .topfooter-content .calltoaction {
    min-width: 180px;
    margin-left: 0px;
    float: left;
  }
  .stred {
    position: relative;
    left: 0;
  }
}

@media screen and (min-width: 820px) and (max-width: 990px) {
  .mar h1 {
    max-width: 600px;
  }
  .mobile-icons,
  .mobile-info,
  .mobile-images,
  .mobile-different,
  .mobile-cat-title,
  .mobile-filter,
  .user-mobile-contact,
  .order-detail .mobile-order-detail,
  .cart-bottom.mobile-top,
  .mobile-product,
  nav.main>ul>li.mobile-float,
  .sets-mobile-menu,
  .mobile-header {
    display: none;
  }
  .topfooter-content .calltoaction {
    min-width: 180px;
    margin-left: 0px;
    float: left;
  }
}

@media screen and (min-width: 990px) {
  .mobile-icons,
  .mobile-info,
  .mobile-images,
  .mobile-different,
  .mobile-cat-title,
  .mobile-filter,
  .user-mobile-contact,
  .order-detail .mobile-order-detail,
  .cart-bottom.mobile-top,
  .mobile-product,
  nav.main>ul>li.mobile-float,
  .sets-mobile-menu,
  .mobile-header {
    display: none;
  }
  /* main {
    max-width: 1225px;
    margin: 0 auto;
  }
  .columns{max-width:1225px; }
  .productbox, .related-products {
    width: 24.5%;
}
section .productbox {width: 32.8%;}
*/
}

@media (max-width: 820px) {
  .popispravy {
    display: none;
  }
  .help-menu-1,
  .help-menu-2,
  .top1 {
    display: none;
  }
  header.top .logo span {
    background: url(./gfx/logo-tablet-white.svg) no-repeat center top;
    top: 7px;
    left: 0;
    height: 30px;
    width: 130px;
    display: block;
    margin-left: 5px;
    background-size: 120px;
  }
  .content {
    margin-left: 0;
    width: 100%;
  }
  .columns {
    display: unset;
  }
  .related-products,
  .productbox {
    width: 100%;
    float: left;
    text-align: center;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 2px solid #e2e2e2;
  }
  .related-products:hover,
  .productbox:hover {
    border: none;
    border-top: 1px solid #e2e2e2;
  }
  .related-products .link h3,
  .productbox .link h3 {
    padding: 0 !important;
    margin: 0 0 0 !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .related-products .link h3 a,
  .productbox .link h3 a {
    display: block;
    margin: 0;
    font-size: 100%;
    /*todo*/
    height: 33px;
    padding-top: 10px;
    /*todo*/
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .related-products a,
  .productbox a {
    color: #015aa7;
  }
  .related-products .btn-tl,
  .productbox .btn-tl {
    margin-left: 160px;
    font-weight: bold;
    display: block;
  }
  .related-products .btn-tl a,
  .productbox .btn-tl a {
    color: white;
  }
  .related-products .stock,
  .productbox .stock {
    color: #219013;
    font-weight: bold;
    font-size: 80%;
    text-align: left;
    display: block;
    float: left;
    margin-left: 160px;
    margin-top: 5px;
  }
  .related-products .specification,
  .productbox .specification {
    text-align: left;
    margin-left: 150px;
  }
  .related-products .brand,
  .productbox .brand {
    font-size: 90%;
    font-weight: normal;
    padding: 5px 0;
    margin: 0;
    height: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .related-products .brand a,
  .productbox .brand a {
    text-decoration: none;
  }
  .related-products .brand a:hover,
  .productbox .brand a:hover {
    text-decoration: underline;
  }
  .related-products .parametr,
  .productbox .parametr {
    text-align: left;
    font-size: 70%;
    font-weight: normal;
    color: #777;
    padding-bottom: 15px;
    display: block;
    float: left;
    margin: 5px 0 0 5px;
  }
  .related-products .productbox-price,
  .productbox .productbox-price {
    margin: 10px 0 0;
    text-align: left;
  }
  .related-products span.text,
  .productbox span.text {
    color: #777;
    font-weight: normal;
    height: 15px;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .related-products span.text strong,
  .productbox span.text strong {
    color: black;
    font-size: 120%;
  }
  .related-products .productbox-item,
  .productbox .productbox-item {
    float: left;
    width: 140px;
  }
  .related-products .productbox-item a,
  .productbox .productbox-item a {
    height: auto;
    text-align: center;
    margin: 0 auto;
  }
  .related-products .productbox-rating,
  .productbox .productbox-rating {
    margin-left: 0px;
  }
  .minicart,
  header.top form,
  header .tel,
  .currency,
  .cart {
    display: none;
  }
  header.top {
    height: 70px;
    width: 100%;
    background: #8d0109;
  }
  /*.mobile-header.active {display: block; background: #353535; padding: 20px; border-top: 1px solid #504f4f}
 .mobile-header form.search {margin: 0 auto; position: relative}
 .mobile-header form.search input {padding: 0; margin: 0; border: none}
 .mobile-header form.search a {background: #575859; width: 100%; height: 60px; line-height: 60px; border: 1px solid #636466; border-radius: 3px; font-size: 18px; color: #b6babf; text-indent: 25px; padding: 0}
 .mobile-header form.search .text {background: #575859; width: 100%; height: 60px; line-height: 60px; border: 1px solid #636466; border-radius: 3px; font-size: 18px; color: #b6babf; text-indent: 25px; padding: 0}
 .mobile-header form.search .text:focus {color: white}
 .mobile-header form.search .button {width: 180px; height: 52px; line-height: 52px; border: none; border-radius: 3px; font-size: 24px; color: black; text-align: center; right: 4px; top: 5px; z-index: 12}
 .mobile-header form.search .button:hover {cursor: pointer; background: #353535; color: white}

 .mobile-header.menu {background: #353535 url('../gfx/dot-dark.png') repeat-y 50% center; padding: 20px 0}
 .mobile-header.menu > ul {width: 50%; float: left}
 .mobile-header.menu ul ul {padding: 10px 0 0 0px}
 .mobile-header.menu li {color: #999797; padding: 0; font-size: 18px}
 .mobile-header.menu li ul {padding: 0 0 0 30px}
 .mobile-header.menu li ul li {border: none}
 .mobile-header.menu a {color: white; display: block; text-decoration: none; padding: 11px 30px}
 .mobile-header.menu b {display: block; padding: 11px 30px; font-weight: normal}

 nav.main ul li:hover .categories {display: none}
 nav.main ul li.mobile-active {height: auto !important}
 .mobile-icons a.active {background-color: #000; }*/
  /*	nav.main ul li.mobile-active a.cat-main {background: #f6f9f9; color: black}*/
  nav.main>ul>li.mobile-float {
    display: block;
    clear: both !important;
    float: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  nav.main {
    height: auto;
  }
  nav.main>ul>li {
    position: relative;
    width: 50%;
    float: left;
    text-align: left;
    font-size: 1.6em;
    border-top: 1px solid #bc333b;
    background: #ac010b;
    font-family: 'Roboto', sans-serif;
    height: 46px;
  }
  nav.main>ul>li>a {
    padding: 0 20px;
    line-height: 46px !important;
    height: 46px !important;
    float: none;
    width: auto;
    border: none !important;
    text-indent: 0 !important;
  }
  nav.main>ul>li.border>a {
    border-right: none/*1px solid #bc333b*/
    !important;
  }
  nav.main>ul>li>a>span {
    display: block;
    /* background: url('../gfx/arrow-grey.svg') no-repeat right center; padding: 0 35px 0 0;z-index:3;*/
  }
  nav.main ul li:hover a.cat-main {
    line-height: 46px !important;
    border: none !important;
  }
  nav.main>ul>li.mobile-active>a>span,
  nav.main ul li:hover a.cat-main span {
    /*background: url('../img/arrow-right-white-bdetail.png') no-repeat right center; */
  }
  .levybox-produkt-sleva {
    color: #000;
    background-color: orange;
    font-size: 14px !important;
    font-weight: bold;
    margin-left: 1px !important;
    padding: 5px 10px;
    position: absolute;
  }
}


/* /RESPONSIVE
-------------------------------------------------------- */