@import url("tooltip.css");
#client {
  display: none; }

#loginContainer {
  float: right;
  background: url(icon/svg/login.svg) left 5px top 4px no-repeat;
  background-size: 13px 16px;
  padding: 3px 5px 3px 23px;
  border: 1px solid transparent;
  margin-top: -4px;
  margin-bottom: -4px; }

#adminContainer {
  float: right;
  margin-right: 15px; }

#currencyContainer {
  float: right;
  background: url(icon/svg/currency.svg) left center no-repeat;
  background-size: 16px 16px;
  padding-left: 22px;
  position: relative;
  margin-right: 30px; }

#currencyContainer .currency-arrow {
  float: right;
  height: 18px;
  cursor: pointer;
  background: url(icon/svg/chevron-down-dark-orange.svg) no-repeat right;
  background-size: auto 14px; }

#currencyContainer .currency-arrow:hover {
  background: url(icon/svg/chevron-down-dark-orange-hover.svg) no-repeat right;
  background-size: auto 14px; }

#currencyContainer .currency-arrow a {
  padding-right: 24px; }

#currencyContainer .drop {
  top: 25px;
  right: -4px;
  min-width: 135px;
  border-radius: 3px 0 3px 3px; }

#currencyContainer .drop input {
  vertical-align: top;
  margin-bottom: 4px;
  margin-right: 5px; }

#currencyContainer a {
  text-decoration: none; }

#currencyContainer a span {
  text-decoration: underline; }

html {
  overflow-y: scroll; }

body {
  background: white; }

#panelMain {
  background-color: #fff; }

#panelMain.fullwidth {
  width: 100%; }

#panelMain.fullwidth #panelMainIn {
  padding: 0; }

.table {
  margin-bottom: 0; }

.button {
  padding: 3px 14px;
  text-align: center;
  border: 1px solid #494948;
  font-weight: bold;
  background-color: #bbb;
  color: #444; }

.button:hover {
  color: #fff;
  text-decoration: underline; }

.button.m20 {
  margin-top: 20px; }

a.button {
  text-decoration: none; }

.button-no-border {
  border-left: 0;
  border-top: 0;
  border-right: 0; }

.button, .btn {
  transition: background-color 200ms;
  font-size: 15px;
  padding: 4px 16px 2px 16px;
  border-radius: 5px; }

.button, .btn.btn-success, .button:focus {
  background-color: #f0790e;
  color: #fff;
  border: 0;
  padding: 6px 20px 6px 20px;
  font-weight: normal; }

.btn.btn-blue {
  background-color: #15a5db; }

.btn.ml-10 {
  margin-left: 10px; }

.btn.full-width {
  width: 100%; }

.btn.btn-blue:hover, .btn.btn-blue:focus {
  background-color: #0e95c7; }

.btn.btn-danger {
  border-color: #8F1F1C;
  background-color: #DE1D18;
  color: #fff; }

a.btn {
  text-decoration: none;
  position: relative; }

.btn.btn-info {
  border: 0;
  color: #fff;
  border-radius: 0; }

.button:hover, .btn:hover {
  text-decoration: none;
  background-color: #d66b0b; }

.btn-pad {
  padding-left: 46px;
  padding-right: 46px; }

a {
  color: #c7480e;
  text-decoration: underline; }

a:hover {
  color: #a13914;
  text-decoration: none; }

h1 {
  color: #15a5db;
  font-size: 26px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif; }

.h1span {
  color: #15a5db;
  font-size: 20px;
  margin-bottom: 40px;
  margin-top: -10px;
  font-family: 'Source Sans Pro', sans-serif; }

h2 {
  font-size: 22px;
  color: #000;
  font-weight: normal;
  margin-top: 0;
  border-bottom: 1px solid #e5e2e2;
  padding-bottom: 12px; }

/*h2:before { content: ""; width: 100%; border-bottom: 1px solid #d22; display: block; position: relative;
   top: 24px; z-index: 5; padding: 0; margin-top: 55px }
h2:after { display: inline-block; padding-right: 20px; content: ""; padding-bottom: 20px }*/
h2.custom-form-headline {
  text-transform: none;
  font-size: 18px;
  margin-top: 15px;
  margin-bottom: 10px; }

h2.section-title {
  background-color: #fcfcfc;
  border: 1px solid #e7e4e4;
  padding: 9px 15px;
  font-size: 12px;
  color: #000000;
  font-weight: bold;
  border-radius: 4px;
  margin-top: 10px; }

h2.no-border {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 10px; }

h2.blue {
  color: #1f467a;
  font-size: 22px;
  font-weight: bold;
  border: 0; }

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #000000; }

h3.tips {
  background: url(icon/tips.png) top left no-repeat;
  padding-left: 25px; }

h3.blue {
  font-size: 15px;
  font-weight: bold;
  color: #15a5db;
  border-bottom: 1px solid #e5e2e2;
  margin-top: 0;
  padding-bottom: 8px;
  padding-top: 0; }

h4 {
  color: #444;
  font-size: 16px;
  margin-top: 20px; }

p {
  color: #3d3d3d; }

.titled {
  cursor: help; }

ul#vyhody {
  list-style: none;
  margin-left: 0; }

input.login {
  width: auto; }

.w70 {
  width: 370px; }

input {
  outline: none; }

input[readonly] {
  background-color: #EBEBE4; }

table {
  border-collapse: collapse; }

textarea {
  width: 100%;
  padding: 2px 6px;
  border: 1px solid #d3d3d3;
  font-family: Arial, serif;
  box-sizing: border-box; }

.buttonRight-container {
  position: relative;
  padding: 5px;
  min-height: 24px; }

.buttonRight-container .button {
  margin-right: 20px;
  float: right;
  border-radius: 5px; }

.buttonContainer .button {
  border-radius: 5px; }

.table {
  background-color: #f0f0f0; }

.table th {
  padding: 4px 16px;
  margin-bottom: 10px; }

.table td:first-child {
  padding-left: 16px; }

.table td:last-child {
  padding-right: 16px; }

.margin-tb50 {
  margin-top: 50px;
  margin-bottom: 50px; }

.margin-b20 {
  margin-bottom: 20px; }

#panelBottom #bottom5 {
  background-color: #494948; }

#menyVHlavicce {
  top: 10px;
  left: 360px;
  color: #444; }

#theme-select-container {
  margin-left: 20px; }

.theme-select {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px;
  vertical-align: -13%;
  border: 1px solid #666; }

.theme-select.select-red {
  background-color: #c22;
  border-color: #711; }

.theme-select.select-green {
  background-color: #1F9E34;
  border-color: #152; }

.theme-select.select-blue {
  background-color: #37A6CD;
  border-color: #168; }

.theme-select.select-gray {
  background-color: #999;
  border-color: #666; }

.goodsFilter {
  margin-top: 35px; }

.filtrOrderLink {
  padding: 6px 15px;
  background-color: #f6f6f6;
  border: 1px solid #e5e2e2;
  border-bottom: 1px solid transparent;
  border-radius: 3px 3px 0 0;
  display: block;
  float: left;
  margin-right: 7px; }

.filtrOrderLink:hover:not(.active) {
  text-decoration: underline; }

.filtrOrderLink.active {
  color: #000000;
  border-bottom: 1px solid transparent;
  background: white;
  border-top: 2px solid #d76d0d; }

.filtrDostBox {
  display: none; }

.bg-circle {
  background: url(icon/big-icon-border.png);
  text-align: center;
  width: 46px;
  height: 46px;
  display: inline-block;
  background-size: 100%; }

.bg-circle .glyphicon {
  position: relative;
  top: 11px;
  display: inline-block;
  font-size: 24px;
  color: #fff; }

.bg-circle.red {
  background-color: #d22; }

.bg-circle.blue {
  background-color: #1B3983; }

#panelBottom {
  margin-top: 20px; }

#panelMain fieldset legend {
  padding: 3px 12px; }

.nadpisH4Levy, .nadpisH4Pravy, .box .nadpisH4 {
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 8px;
  color: #000000;
  font-size: 18px;
  font-weight: normal;
  line-height: 100%; }

#topMenu {
  background-color: #d76d0d; }

#topMenuBig {
  padding: 0;
  max-height: calc(100vh - 41px); }

#topMenuBig table {
  letter-spacing: -0.5px;
  text-shadow: 0 0 2px rgba(220, 240, 140, 0.6); }

#topMenuBig a:hover {
  text-decoration: none; }

#topMenuBig .menu-big-img-cont {
  position: absolute;
  width: 65px;
  right: 4px;
  text-align: right;
  z-index: 5; }

#topMenuBig .menu-big-a-wrapper {
  display: table-cell;
  vertical-align: middle;
  line-height: 19px;
  padding: 0 5px; }

#topMenuBig .menu-big-a-cont {
  text-align: center;
  height: 34px;
  position: relative;
  display: table; }

#topMenuBig .menu-big-a-cont .topMenu-item-hover {
  display: block;
  position: absolute;
  top: -2px;
  width: 100%;
  height: 2px;
  left: 0;
  background: transparent;
  z-index: 48; }

#topMenuBig .menu-big-a-cont:hover .topMenu-item-hover,
#topMenuBig .topMenu-item.active .topMenu-item-hover {
  background: #d76d0d; }

#topMenuBig .topMenu-item a {
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  z-index: 10;
  position: relative;
  line-height: 19px; }

#topMenuBig .topMenu-item {
  position: relative;
  display: table-cell;
  vertical-align: top; }

#topMenuBig .topMenu-item:after, #topMenuBig .topMenu-item:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 1px;
  height: 11px;
  background-color: #b35b0a; }

#topMenuBig .topMenu-item:after {
  right: 0; }

#topMenuBig .topMenu-item:first-child:before {
  left: 0; }

#topMenuBig .topMenu-item:hover:before, #topMenuBig .active.topMenu-item:before {
  display: none; }

#topMenuBig .topMenu-item:hover:after, #topMenuBig .active.topMenu-item:after {
  display: none; }

#topMenuBig .topMenu-item:hover, #topMenuBig .topMenu-item.active,
#topMenuBig .topMenu-item .topMenu-item-childrens .topMenu-item:hover {
  background-color: #fff; }

#topMenuBig .topMenu-item:hover a, #topMenuBig .topMenu-item.active a,
#topMenuBig .topMenu-item .topMenu-item-childrens .topMenu-item:hover a {
  color: #2b2b2b; }

#topMenuBig .topMenu-item:hover a .topMenu-item-childrens {
  color: #fff; }

#topMenu-wrapper .topMenuData {
  position: relative;
  display: table;
  width: 100%;
  font-size: 0; }

#topMenuBig .topMenu-sub-cont {
  position: absolute;
  width: 100%;
  z-index: 40;
  top: 50px;
  left: 0;
  display: none;
  padding: 10px 15px 0; }

#topMenuBig .topMenu-item:hover .topMenu-sub-cont {
  display: block; }

#topMenuBig .topMenu-sub-cont:hover {
  display: block; }

#topMenuBig .topMenu-sub-cont a {
  display: block;
  width: 100%; }

#topMenuBig .topMenu-sub {
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1); }

#topMenuBig #topMenu-cont {
  position: relative; }

#topMenuBig .topMenu-sub a div {
  text-shadow: none;
  line-height: 17px; }

#topMenuBig .topMenu-sub-frame {
  margin-bottom: 20px; }

#topMenuBig .topMenu-sub-frame a:hover {
  text-decoration: underline; }

#topMenuBig .topMenu-sub-frame.no-border {
  border-top: 0; }

#topMenuBig .topMenu-sub-frame ul {
  margin-top: 10px; }

#topMenuBig .topMenu-sub-frame ul li {
  line-height: 22px; }

#topMenuBig .topMenu-sub-text {
  display: table-cell;
  vertical-align: middle;
  padding-top: 10px;
  font-size: 18px;
  text-align: left;
  text-transform: none;
  font-weight: bold; }

#topMenuBig .topMenu-sub-icon {
  display: table-cell;
  vertical-align: middle; }

#topMenuBig .topMenu-sub-icon img {
  width: 48px;
  height: 48px; }

#topMenuBig .menu-footer {
  font-size: 140%;
  padding-right: 15px;
  font-weight: bold; }

#topMenuBig .menu-footer a:hover {
  text-decoration: underline; }

.popis_skupiny {
  font-style: normal;
  max-height: 3000px;
  transition: max-height 3s ease; }

.popis_skupiny p {
  font-size: 13px;
  color: #3d3d3d;
  line-height: 16px; }

.textBox, #inquiry {
  background: transparent; }

.poznamka {
  border-color: #ccc; }

#horni-menu {
  padding: 0;
  background-color: #ffffff;
  font-size: 13px;
  color: #1d1914;
  position: relative;
  z-index: 60; }

#horni-menu-in {
  padding-top: 5px;
  padding-bottom: 5px; }

#horni-menu .call {
  font-weight: bold; }

#horni-menu .call span {
  font-weight: normal; }

#horni-menu .call-icon {
  float: left;
  width: 15px;
  height: 16px;
  margin-right: 8px;
  margin-top: 2px;
  background: url(icon/svg/telefon.svg) no-repeat;
  background-size: 15px 16px; }

#horni-menu .call span {
  color: #3d3d3d; }

#horni-menu .location-box {
  display: inline-flex; }

#horni-menu .location-icon {
  float: left;
  width: 11px;
  height: 16px;
  margin-right: 8px;
  margin-top: 2px;
  background: url(icon/svg/location.svg) no-repeat;
  background-size: 13px auto; }

#horni-menu .location {
  float: left;
  position: relative; }

#horni-menu .location .drop {
  top: 25px;
  left: 135px;
  min-width: 250px; }

#horni-menu .location .drop a.place {
  font-size: 14px; }

#horni-menu .location .address {
  margin: 7px 0; }

#horni-menu .location-arrow {
  float: left;
  width: 24px;
  height: 22px;
  margin-left: 8px;
  margin-top: -2px;
  position: relative;
  border: 1px solid white;
  background: url(icon/svg/chevron-down-dark-orange.svg) center center no-repeat;
  background-size: auto 14px; }

#horni-menu .location-arrow:hover {
  background-color: white;
  border: 1px solid #c0c0c0;
  border-radius: 3px 3px 0 0;
  background: url(icon/svg/chevron-down-dark-orange-hover.svg) no-repeat center center;
  background-size: auto 14px;
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.65); }

#horni-menu .location-arrow .drop-holder {
  position: absolute;
  top: 0px;
  left: -357px;
  border-radius: 3px 0 3px 3px;
  padding-top: 21px;
  min-width: 320px;
  display: none; }

#horni-menu .location-arrow:hover .drop-holder {
  display: block; }

#horni-menu .location-arrow .drop {
  border-radius: 3px 0 3px 3px;
  display: block;
  min-width: 380px; }

#horni-menu .location-arrow .row {
  padding-bottom: 1px; }

#horni-menu .location-arrow .more {
  margin-top: 6px;
  text-align: right; }

#loginContainer .drop {
  top: 20px;
  right: 15px;
  min-width: 255px;
  border-radius: 3px 0 3px 3px; }

#loginContainer.dropped {
  border: 1px solid #c0c0c0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.65); }

.tipContainer {
  position: relative; }

.tipContainer .drop {
  width: 100%; }

.drop {
  background-color: white;
  position: absolute;
  border: 1px solid #c0c0c0;
  z-index: 9999;
  padding: 8px 10px;
  border-radius: 3px;
  display: none;
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.65); }

.drop .arrow {
  background: url(icon/dropArrow.png);
  width: 14px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: 10px; }

.drop .closeDrop {
  cursor: pointer;
  width: 15px;
  height: 14px;
  position: absolute;
  top: 8px;
  right: 8px;
  background: url(icon/svg/close-dark-orange.svg) center center no-repeat; }

.drop .headline {
  color: #000000;
  font-size: 14px;
  border-bottom: 1px solid #e5e2e2;
  margin-bottom: 10px; }

.drop .dropCleaner {
  width: 22px;
  height: 9px;
  background-color: white;
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 99999; }

.dropCleanerCart {
  width: 100%;
  height: 9px;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: -4px;
  z-index: 99999;
  display: none; }

.drop .dropCleanerLogin {
  width: 86px;
  height: 6px;
  background-color: white;
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 99999; }

.drop .dropCleanerLoged {
  width: 80px;
  height: 6px;
  background-color: white;
  position: absolute;
  right: 0;
  top: -4px;
  z-index: 99999; }

.drop .fakeIcon {
  width: 24px;
  height: 28px;
  top: -28px;
  right: -1px;
  border: 1px solid #c0c0c0;
  cursor: pointer;
  position: absolute;
  border-radius: 3px 3px 0 0;
  background: white url(icon/svg/chevron-up-dark-orange.svg) top 3px center no-repeat;
  background-size: auto 14px;
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.65); }

.registrace {
  margin-bottom: 20px; }

.registrace label {
  font-weight: normal; }

.registrace label.label.typ_uzivatele {
  width: auto; }

.registrace input[name=typUzivatele] {
  margin-right: 40px; }

.registrace .custom-select, .registrace input[type="text"], .registrace input[type="password"] {
  width: 225px; }

.registrace input[type="checkbox"] {
  margin-left: 5px; }

#findForm .btn-success {
  background: #15a5db;
  height: 41px;
  border-radius: 6px;
  color: white;
  font-size: 13px;
  margin-left: -8px; }

#findForm .btn-success:hover {
  background: #0e95c7; }

#findFormDiv {
  width: auto; }

#findFormDiv .guide {
  font-size: 13px;
  color: #6a6a6a;
  margin-top: 5px;
  display: inline-block;
  background: rgba(246, 246, 246, 0.7); }

#findFormDiv .guide a {
  background: url(icon/circleArrowRight.png) right center no-repeat;
  padding-right: 20px;
  font-weight: bold; }

input.find {
  width: auto; }

label[for="poznamka_reg"] {
  margin-bottom: 3px; }

#poznamka_reg {
  height: 96px; }

#menu2nd {
  width: auto;
  font-size: 15px;
  text-align: right;
  color: #67cae2; }

#menu2nd a {
  color: #67cae2;
  font-size: 15px;
  padding: 0 10px;
  font-weight: 400;
  text-decoration: none; }

#menu2nd a:last-of-type {
  margin-right: 0; }

#menu2nd a:hover {
  text-decoration: underline; }

form.kontaktni #zprava {
  width: 100%; }

input[name="btnOdeslatObjednavku"] {
  font-size: 200%; }

#horni-panel {
  background: url(header-bg.png); }

#content {
  margin-bottom: 11px;
  padding-top: 15px;
  padding-bottom: 15px; }

.skladem-frame {
  font-size: 12px;
  color: #3fa826; }

.sklad-info .skladem-frame:not(.green) {
  color: #3d3d3d; }

.item-icons i {
  font-style: normal;
  line-height: 22px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-bottom: 4px;
  padding: 0 8px; }

#clientLeft input[name="btnPrihlasit"] {
  width: auto;
  padding: 2px 9px; }

#basket-top {
  padding: 0;
  position: relative;
  color: #434343;
  font-size: 13px;
  line-height: 17px;
  background-color: white;
  border-radius: 6px;
  float: right;
  width: auto; }

#basket-top.hover {
  z-index: 60; }

#basket-top .basket-icon {
  background: #3fa826 url(icon/svg/cart.svg) center center no-repeat;
  background-size: 23px 23px;
  width: 47px;
  height: 45px;
  border-radius: 6px 0 0 6px;
  float: left; }

#basket-top:hover:not(.forcehide), #basket-top.hover {
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.65);
  border-radius: 6px 6px 0 0; }

#basket-top:hover:not(.forcehide) .basket-icon, #basket-top.hover .basket-icon {
  background: white url(icon/svg/cart_hover.svg) center center no-repeat;
  background-size: 23px 23px; }

#basket-top .basket-values {
  float: right;
  height: 45px;
  padding-top: 6px;
  padding-right: 10px; }

#basket-top .basket-values .parameter {
  width: 45px;
  float: left;
  text-align: right;
  margin-right: 5px;
  color: #6a6a6a; }

#basket-top .basket-values .value {
  float: left;
  text-align: left;
  color: #000000;
  font-weight: bold; }

#basket-top:hover:not(.forcehide) .basket-values .value, #basket-top.hover .basket-values .value {
  font-weight: bold; }

#basket-top:hover:not(.forcehide) .dropCleanerCart, #basket-top.hover .dropCleanerCart {
  display: block; }

#basket-top .drop {
  top: 45px;
  right: 0;
  border: 0;
  width: 540px;
  z-index: 9990;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 200ms; }

#basket-top.forcehide .drop {
  display: none; }

#basket-top .drop a {
  text-decoration: underline; }

#basket-top .drop a:hover {
  text-decoration: none !important; }

#basket-top:hover:not(.forcehide) .drop, #basket-top.hover .drop {
  visibility: visible;
  opacity: 1; }

#basket-top .client-basket_note {
  display: inline-block;
  line-height: 0;
  vertical-align: top; }

#basket-top .client-basket_note img {
  width: 36px;
  height: auto; }

#basket-top-pocet {
  position: absolute;
  top: 3px;
  left: 39px;
  color: #fff;
  line-height: 25px;
  background: transparent url("icon/basket-circle.png") left top no-repeat;
  width: 25px;
  height: 25px;
  font-weight: bold;
  text-align: center; }

#basket-top-title {
  font-weight: bold;
  font-size: 15px; }

#basket-top-data {
  color: #666;
  line-height: 17px;
  margin-top: 2px; }

#basket-top .basket-top-label {
  width: 60px;
  display: inline-block; }

#basket-top .headline {
  padding-bottom: 8px; }

#basket-top .vymazatkosik {
  background: none;
  border: none;
  color: #c7480e;
  text-decoration: underline;
  margin-top: 10px; }

a.clientRight-container:hover {
  text-decoration: none;
  transition: color 200ms; }

#client-basket {
  float: left;
  width: 60px;
  height: 58px; }

#basket-note {
  position: absolute;
  top: -1px;
  right: -1px;
  z-index: 20;
  border: 1px solid #ccc;
  width: 578px;
  padding: 10px 15px;
  display: none;
  background-color: #f8f8f8;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.4); }

#basket-note a {
  float: right; }

#basket-note h2 {
  margin: 0;
  display: inline-block;
  line-height: 24px; }

#basket-note textarea {
  margin-top: 5px;
  height: 67px;
  max-width: 100%; }

#kosik-frames, #vyhledat-frames {
  padding-top: 27px;
  padding-bottom: 5px; }

#kosik-frames a {
  text-decoration: none; }

#panelMenu {
  padding: 7px 0 6px 0;
  margin-bottom: 4px;
  position: relative; }

#panelMenu #doprava-info {
  font-size: 12px;
  line-height: 15px;
  color: #3d3d3d;
  float: right;
  display: none; }

#panelMenu #doprava-info .zbyva {
  font-size: 12px;
  background: rgba(246, 246, 246, 0.7) url(icon/svg/doprava-small.svg) center left no-repeat;
  background-size: 23px auto;
  padding-left: 31px;
  margin: 0;
  min-height: 14px;
  line-height: 13px; }

#panelMenu #doprava-info .status-bar, #panelMenu #doprava-info .clearfix {
  display: none; }

#panelMenu #doprava-info .neplatte-postovne {
  padding: 0 !important;
  border: 0 !important; }

#kosik_form table th {
  background-color: #f0f0f0; }

#kosik_form table th .th-cont {
  padding: 10px 0 5px 0; }

#kosik_form .platba_input input {
  margin-left: 30px; }

#kosik_form .table_platby .platby_nadpis {
  left: -40px; }

#kosik_form .dopr-table tr:last-child td {
  padding-bottom: 10px; }

#kosik_form .dopr-table td:first-child {
  padding-left: 40px; }

#kosik_form .celk-cont {
  font-weight: bold; }

#basket .pocet_kusu, #basket .cena {
  white-space: nowrap; }

fieldset H3, .nadpisH4Levy, .nadpisH4Pravy, .box .nadpisH4, #kosik_form table th .th-cont {
  color: #666;
  margin-bottom: 2px;
  font-size: 18px;
  margin-top: 0; }

#panelBottom {
  padding: 10px 0 17px 0;
  color: #4c392a;
  font-size: 13px;
  line-height: 18px; }

#panelBottomIn p {
  font-size: 17px;
  line-height: 27px;
  color: #fff; }

#panelBottomIn ul {
  margin-bottom: 20px; }

#panelBottomIn li {
  line-height: 14px;
  list-style: none;
  margin-bottom: 10px; }

#panelBottomIn a {
  text-decoration: underline;
  font-size: 13px; }

#panelBottomIn a:hover {
  text-decoration: none; }

#panelBottomIn img {
  max-width: 100%; }

#panelBottomIn .headline {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 22px;
  font-weight: 300; }

#panelBottomIn .headline strong {
  font-weight: 600; }

#panelBottomIn .contact {
  border-top: 1px solid #d4d3d3;
  border-bottom: 1px solid #d4d3d3;
  margin: 10px 0 15px; }

#panelBottomIn .contact > div {
  padding-left: 0;
  margin: 9px 0; }

#panelBottomIn .contact .phone {
  height: 21px;
  background: url("icon/svg/telefon.svg") left center no-repeat;
  background-size: 15px 16px;
  line-height: 1.615em;
  font-size: 13px;
  color: #1d1914;
  font-weight: bold;
  padding-left: 20px; }

#panelBottomIn .contact .phone span {
  color: #6a6a6a;
  font-weight: normal; }

#panelBottomIn .contact .email {
  height: 21px;
  background: url("icon/svg/email.svg") left center no-repeat;
  background-size: 16px auto;
  line-height: 1.615em;
  font-size: 13px;
  color: #1d1914;
  padding-left: 20px; }

#panelBottomIn .contact .payments {
  color: #000000;
  line-height: 1.615em;
  font-size: 13px; }

#panelBottomIn .contact .payments img {
  margin-left: 3px;
  margin-bottom: 4px; }

#panelBottomIn .fb-like-box {
  overflow: hidden;
  max-width: 100%; }

#newsletter-container {
  background-color: #15a5db;
  padding: 2px 0; }

#newsletter {
  color: white;
  font-size: 18px;
  padding: 0 0 0 82px;
  position: relative;
  display: table;
  margin-top: 8px;
  margin-bottom: 8px; }

#newsletter:before {
  content: "";
  width: 50px;
  height: 39px;
  position: absolute;
  top: -3px;
  left: 15px;
  background: url("icon/newsletterBg.png"); }

#newsletter .headline {
  float: left;
  padding: 5px 5px 0 0;
  margin-right: 10px; }

#newsletter .input-block {
  float: left; }

#newsletter .description-block {
  float: right;
  padding: 4px 0; }

#newsletter span {
  font-size: 14px;
  margin-right: 10px; }

#newsletter form {
  display: inline; }

#newsletter input[type="text"] {
  width: 225px;
  height: 33px;
  border: 1px solid #e5e2e2;
  border-radius: 6px;
  background: white url("icon/newsletterEmail.png") left 10px center no-repeat;
  color: #3d3d3d;
  font-size: 13px;
  padding-left: 35px;
  margin-right: -3px; }

#newsletter input[type="submit"] {
  width: 100px;
  height: 34px;
  border: 1px solid #f0790e;
  border-radius: 6px;
  background: #f0790e;
  color: white;
  font-size: 15px;
  margin-right: 10px; }

#aktuality-wrapper {
  background: #fbfcfd url(aktuality-bg.png) top left repeat-x;
  padding: 40px 0 25px; }

#aktuality-wrapper .aktuality {
  margin: 0; }

.aktuality-vysavac {
  max-width: 100%; }

.aktuality .clanek {
  overflow: hidden;
  margin-bottom: 15px; }

.aktuality .clanek .info-icons {
  margin-top: 5px;
  margin-bottom: 5px; }

.aktuality a.image, .clanky .clanek a.image {
  border: 1px solid #e5e2e2;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
  height: 150px;
  position: relative; }

.aktuality a.image img, .clanky .clanek a.image img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

.aktuality a.nadpis, .clanky .clanek a.nadpis {
  font-size: 16px; }

.aktuality .info {
  margin: 5px 0;
  line-height: 17px; }

.aktuality .date {
  float: left;
  position: relative;
  color: #000000;
  font-size: 12px;
  padding-left: 20px;
  margin-right: 10px; }

.aktuality .item .date:before {
  content: "";
  background: #fbfcfd url(icon/aktualityCalendar.png);
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 15px; }

.aktuality .comments {
  float: left;
  display: block;
  position: relative;
  font-size: 12px;
  padding-left: 20px;
  margin-right: 10px; }

.aktuality .item .comments:before {
  content: "";
  background: #fbfcfd url(icon/aktualityComments.png);
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 15px; }

.aktuality .category {
  float: left;
  display: block;
  position: relative;
  font-size: 12px;
  padding-left: 20px; }

.aktuality .item .category:before {
  content: "";
  background: #fbfcfd url(icon/aktualityCategory.png);
  position: absolute;
  top: 1px;
  left: 0;
  width: 13px;
  height: 15px; }

.aktuality .aktualita-popis, .clanky .clanek .aktualita-popis {
  font-size: 13px;
  color: #3d3d3d;
  line-height: 16px; }

.aktuality .clanek .nadpis-wrapper {
  min-height: 44px; }

.aktuality .clanek .aktualita-popis {
  height: 65px;
  overflow: hidden; }

.aktuality.row, .aktuality > .row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap; }

.aktuality.row:before, .aktuality > .row:after {
  display: none; }

.info-icons .iconned {
  padding-left: 18px;
  background: no-repeat left 2px;
  margin-right: 8px; }

.info-icons .date {
  background: url(icon/svg/calendar-dark-orange.svg) left center no-repeat;
  background-size: auto 14px; }

.info-icons .comments {
  background: url(icon/svg/comment-dark-orange.svg) left center no-repeat;
  background-size: auto 14px; }

.info-icons .category {
  background: url(icon/svg/category-dark-orange.svg) left center no-repeat;
  background-size: auto 13px; }

.produkty {
  padding: 0 0 6px 0; }

.polDKZ {
  background-color: #f0f0f0; }

.polDKZ input[name="btnKoupit"] {
  padding: 2px 10px 1px 10px;
  margin-left: 3px; }

.polDKZ input[name="pocet_baleni"] {
  padding: 1px; }

.kosikDKZ .cena {
  color: inherit; }

.nextpart {
  color: inherit; }

#DForm textarea[name="text"] {
  margin-top: 10px; }

#DForm input[name="btnPridatPrispevekDiskuse"] {
  float: right; }

#rozsirenyFiltr {
  padding: 3px 6px; }

#rozsirenyFiltrObsah {
  background-color: transparent;
  border: 0; }

#rozsirenyFiltrObsah .ceny {
  padding-top: 4px; }

#filtr-header:hover {
  text-decoration: underline; }

.rfZobrazeny {
  border: 1px solid #ccc;
  background-color: #f0f0f0; }

.goodsPPLink.active {
  font-weight: bold;
  color: #525252; }

#porovnani_zbozi table {
  border-collapse: collapse; }

#porovnani_zbozi .cervena {
  color: inherit; }

#porovnani_zbozi .porovnani_foto {
  height: auto;
  max-height: 150px; }

#porovnani_zbozi .porovnani_popis {
  height: auto;
  max-height: 160px; }

#pmtc1 {
  width: 30%; }

#findForm input[name="hledanyVyraz"] {
  border: 2px solid #15a5db;
  border-radius: 6px;
  height: 41px;
  font-size: 13px;
  padding-left: 38px;
  background: white url(icon/svg/search.svg) left 10px center no-repeat;
  background-size: 20px 20px;
  min-width: inherit; }

#vyhledavani-pocet {
  font-size: 12px;
  color: #666;
  padding-top: 5px; }

#panelSideIn .separator {
  height: 20px; }

#panelSideIn .goods ul a {
  font-weight: bold; }

#panelSideIn .goods ul.headerList a,
#panelSideIn .goods ul.itemList li.big a,
#panelSideIn .goods .textBox li a {
  padding: 5px 10px 3px;
  background-color: #b5b5b5;
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  color: #fff;
  font-weight: bold; }

#panelSideIn .goods ul.headerList li.active a,
#panelSideIn .goods .textBox li a.akt_skupina {
  background-color: #68AA00; }

#panelSideIn .goods ul.itemList {
  margin-left: 30px;
  list-style-image: url(icon/list-arrow.png); }

#panelSideIn .goods ul.itemList.big {
  margin-left: 0;
  list-style: none; }

#panelSideIn .goods ul.itemList a {
  margin-top: 5px;
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #535353; }

#panelSideIn .goods ul.itemList.big a:first-child {
  margin-top: 0; }

#panelSideIn .goods ul.itemList li.active a {
  color: #68AA00; }

#panelSideIn .groupLeftMenu {
  margin-bottom: 10px; }

#panelSideIn .groupLeftMenu.filter {
  border: 1px solid #CFCFCF; }

#panelSideIn .filter ul.headerList {
  border-bottom: 1px solid #CFCFCF; }

#panelSideIn .filter ul.headerList li {
  background-color: #EFEFEF;
  padding: 4px 8px;
  color: #5C5C5C;
  font-weight: bold; }

#panelSideIn .filter ul.itemList {
  padding: 4px 8px; }

#panelSideIn .filter .panelItemLink {
  padding: 1px 0 0 32px;
  line-height: 27px;
  background: #fff url(icon/check-off.png) left 50% no-repeat; }

#panelSideIn .filter li.active .panelItemLink {
  background-image: url(icon/check-on.png); }

#panelSideIn .filter ul.itemList li a {
  color: #444;
  font-size: 12px; }

#panelSideIn .filter ul.itemList li.disabled a {
  text-decoration: line-through;
  color: #ccc; }

#panelSideIn .nadpisH4 {
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 8px;
  color: #000000;
  font-size: 18px;
  font-weight: normal; }

#panelSideIn .nadpisH4.categories {
  background: #003c58 url(panel-side-h4.png) right 50% no-repeat; }

#panelSideIn .nadpisH4.nadpis-skupiny {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-top: 10px; }

#panelSideIn .nadpisH4.nadpis-uklidopedie {
  border: 1px solid #e9e7e7;
  border-bottom: 0;
  margin: 0;
  background: #fcfcfc;
  padding: 10px; }

#good-main-left {
  position: relative; }

#good-main-left a {
  color: #c7480e; }

#good-main-left .menu_category {
  border-top: 1px solid #e5e2e2; }

#good-main-left img.sku-obr {
  margin-right: 10px;
  width: 32px;
  height: 32px; }

#good-main-left div > a .icon {
  position: absolute;
  right: 10px;
  top: 18px;
  background: url("icon/svg/chevron-down-dark-orange.svg") center center no-repeat;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: right;
  border-radius: 25px;
  transition: transform .2s; }

#good-main-left .akt_skupina div > a .icon:hover,
#good-main-left div > a .icon:hover {
  background: url("icon/svg/chevron-down-dark-orange-hover.svg") center center no-repeat;
  background-size: auto 16px;
  width: 16px;
  height: 16px;
  transition: transform .2s; }

#good-main-left .akt_skupina div > a .icon {
  position: absolute;
  right: 10px;
  top: 18px;
  background: url("icon/chevron-white.png") #bf4600 center center no-repeat;
  background-size: 8px auto;
  width: 16px;
  height: 16px;
  display: inline-block;
  float: right;
  border-radius: 25px;
  transform: rotateZ(180deg);
  transition: transform .2s; }

#good-main-left div > a.akt_skupina .icon {
  background: url("icon/svg/chevron-down-dark-orange.svg") center center no-repeat;
  background-size: auto 16px;
  transform: rotateZ(0);
  transition: transform .2s; }

#good-main-left div > a .icon.up {
  background: url("icon/svg/chevron-down-dark-orange.svg") center center no-repeat;
  background-size: auto 16px;
  transform: rotateZ(180deg);
  transition: transform .2s; }

#good-main-left div > a .icon.up:hover {
  background: url("icon/svg/chevron-down-dark-orange-hover.svg") center center no-repeat;
  background-size: auto 16px;
  transition: transform .2s; }

#good-main-left .children {
  display: none; }

#good-main-left .children {
  margin-left: -10px;
  margin-right: -10px; }

#good-main-left .children .children {
  margin-left: 0;
  margin-right: 0; }

#good-main-left .children.active {
  display: block;
  background-color: #f0fafd; }

#good-main-left .children ul {
  margin-left: 0;
  margin-right: 0; }

#good-main-left li a {
  padding: 9px 0;
  display: block;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600; }

#good-main-left .discount-text {
  display: inline-block;
  width: 75%;
  margin-left: 8px;
  font-size: 16px;
  color: #912f02; }

#good-main-left > ul > li {
  border-top: 1px solid #e9e7e7; }

#good-main-left a.akt_skupina {
  padding-right: 10px; }

#good-main-left li a:hover {
  text-decoration: none;
  color: #a13914; }

#good-main-left li:hover .good-left-cont {
  border-color: transparent; }

#good-main-left .akt_skupina .good-left-cont > a {
  background-color: #f0fafd;
  background-repeat: no-repeat;
  background-position: left 16px center;
  padding: 15px;
  background-size: 20px auto;
  margin: 0 -10px; }

#good-main-left .good-left-cont > a {
  position: relative;
  padding: 17px 15px;
  margin: 0 -10px; }

#good-main-left .akt_skupina .good-left-cont > a:hover .left-text {
  text-decoration: underline;
  color: #000; }

#good-main-left .good-left-cont > a:hover .left-text {
  text-decoration: underline;
  color: #8b2e00; }

#good-main-left .good-left-cont .img-left_box {
  display: inline-block;
  vertical-align: top;
  position: relative;
  left: 1px; }

#good-main-left .good-left-cont .img-left_box img {
  max-width: 21px;
  height: auto;
  object-fit: contain; }

#good-main-left .good-left-cont .left-text {
  display: inline-block;
  width: 75%;
  margin-left: 8px;
  font-size: 16px;
  color: #912f02; }

#good-main-left .dyson .left-text {
  margin-left: 27px; }

#good-main-left .good-left-cont .akt_skupina .left-text {
  color: #000000; }

#good-main-left .discount .good-left-cont > a {
  background: none;
  border-top: none; }

#good-main-left > ul {
  padding-left: 0;
  background-color: #f6f6f6;
  border: 1px solid #e9e7e7; }

#good-main-left > ul > li:first-child {
  border-top: 0; }

#good-main-left > ul > li a.akt_skupina {
  margin-left: -10px;
  border-bottom: 0;
  background: #f6f6f6;
  margin-right: -10px;
  color: #000000;
  padding-left: 10px;
  text-decoration: none; }

#good-main-left > ul > li a.cell_height {
  padding: 20px 0; }

#good-main-left > ul > li.forward li a {
  font-size: 13px;
  font-weight: normal; }

#good-main-left > ul > li.dyson {
  background: url("icon/dyson.svg") left 16px center no-repeat;
  background-size: 20px; }

#good-main-left > ul > li.discount {
  background: url("icon/svg/discount-dark-orange.svg") left 16px center no-repeat;
  background-size: 22px;
  padding: 10px 0; }

#good-main-left .dyson a:hover {
  text-decoration: underline; }

#good-main-left > ul > li.discount:hover {
  text-decoration: underline;
  color: #8b2e00; }

#good-main-left > ul > li.discount a {
  padding: 9px 5px 9px 45px; }

#good-main-left > ul > li .good-left-cont {
  margin: 0 10px; }

#good-main-left > ul > li:first-child > ul a {
  padding: 3px 5px 3px 18px; }

#good-main-left li li a {
  font-size: 13px;
  font-weight: normal;
  padding-left: 36px;
  position: relative;
  border-bottom: 0;
  background-color: #f6f6f6; }

#good-main-left .akt_skupina * {
  background-color: #f0fafd;
  position: relative; }

#good-main-left li li li a.akt_skupina {
  font-weight: 400 !important;
  background-color: #d8e9ee; }

#good-main-left li li .akt_skupina.dot:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: inline-block;
  background-image: url("/icon/active-arrow.png");
  background-repeat: no-repeat;
  content: "";
  width: 9px;
  height: 29px; }

#good-main-left li li li.active:before {
  position: absolute;
  z-index: 100;
  display: inline-block;
  background-image: url("/icon/active-arrow.png");
  background-repeat: no-repeat;
  content: "";
  width: 9px;
  height: 29px; }

#good-main-left li:hover a {
  border-color: transparent; }

#good-main-left li li a.akt_skupina {
  font-weight: bold !important;
  padding-left: 36px;
  background: #f0fafd none;
  color: #000000;
  margin: 0; }

#good-main-left li ul {
  margin: 0 -10px;
  background-color: white; }

#good-main-left li ul ul {
  margin: 0; }

/*#good-main-left li ul li:not(.active) { border-bottom: 1px solid #e7e4e4 }*/
#good-main-left li li a.dot:before {
  content: ' \25CF';
  text-align: center;
  position: absolute;
  top: 50%;
  left: 22px;
  font-size: 10px;
  transform: translateY(-50%); }

#good-main-left li li li a.dot:before {
  content: ' \25CF';
  text-align: center;
  position: absolute;
  top: 50%;
  left: 35px;
  font-size: 10px;
  transform: translateY(-50%); }

#good-main-left li li a.arrow:before {
  content: url("/framework/img/icon/chevron.png");
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 44%;
  left: 20px;
  transform: translateY(-50%); }

#good-main-left li li .akt_skupina.arrow:before {
  transform: translateY(-50%) rotateZ(-180deg);
  top: 57%; }

#good-main-left li li li a {
  padding-left: 47px;
  padding-top: 6px;
  padding-bottom: 6px; }

#good-main-left li li li a.akt_skupina {
  padding-left: 47px;
  border: 0;
  font-weight: bold; }

#good-main-left li li li a:before {
  left: 27px;
  top: 5px; }

#good-main-left li li li li a {
  padding-left: 55px;
  padding-top: 3px;
  padding-bottom: 3px; }

#good-main-left li li li li a.akt_skupina {
  padding-left: 55px;
  margin-left: 0;
  margin-right: 0; }

#good-main-left li li li li a:before {
  left: 42px;
  top: 2px; }

#good-main-left li li li li li a {
  padding-left: 70px; }

#good-main-left li li li li li a.akt_skupina {
  padding-left: 70px; }

#good-main-left li li li li li a:before {
  left: 57px; }

#good-main-left li li li li li li a {
  padding-left: 85px; }

#good-main-left li li li li li li a.akt_skupina {
  padding-left: 85px; }

#good-main-left li li li li li li a:before {
  left: 72px; }

#good-main-left .img-block {
  width: 24px;
  height: 24px;
  float: left;
  margin: 6px 18px 0 3px; }

#good-main-left li li img {
  display: none; }

#good-main-left .good-left-cont ul > li > a:hover {
  text-decoration: underline;
  color: #8b2e00; }

#left-menu > ul {
  padding-left: 0;
  background-color: #f6f6f6;
  padding-bottom: 10px;
  border: 1px solid #e9e7e7; }

#left-menu li {
  position: relative; }

#left-menu li:hover:not(.akt_skupina) {
  background-color: #ececec;
  margin: -1px 0 0;
  padding: 1px 0 0;
  background-position-y: 11px; }

#left-menu li a {
  margin: 0 10px;
  padding: 9px 20px 9px 15px;
  display: block;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid #e9e7e7;
  position: relative; }

#left-menu li a:before {
  content: ' \25CF';
  text-align: center;
  position: absolute;
  top: 8px;
  left: 0; }

#left-menu li a:hover {
  text-decoration: none;
  color: #000000;
  border-color: transparent; }

#left-menu li.akt_skupina {
  background-color: #b1e3f2;
  margin-top: -1px; }

#left-menu li.akt_skupina a.akt_skupina {
  color: #083c4b;
  font-weight: bold; }

#left-menu li ul li {
  background-color: white;
  border-bottom: 1px solid #e5e2e2; }

#left-menu li ul li a {
  border-bottom: 0;
  padding-left: 25px; }

#left-menu li ul li a:before {
  left: 10px; }

#left-menu li.all_brands > a {
  text-align: center; }

#left-menu li.all_brands > a:before {
  display: none; }

.bez-dph {
  font-size: 10px;
  color: #aaa;
  letter-spacing: -0.5px; }

.item-frame {
  position: relative;
  height: 525px;
  border: 1px solid #e5e2e2;
  padding: 5px 7px; }
  .item-frame .extra-block {
    width: 100%;
    float: left;
    height: 24px; }
  .item-frame:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }
    .item-frame:hover h3 > span {
      text-decoration: none;
      color: #a13914; }
  .item-frame a {
    text-decoration: none; }
    .item-frame a h3 {
      height: 70px;
      font-size: 16px;
      color: #c7480e;
      font-weight: normal;
      text-align: left;
      padding: 2px 8px 0;
      line-height: 24px;
      margin-bottom: 15px; }
      .item-frame a h3 > span {
        text-decoration: underline; }
  .item-frame .item-img-table {
    background-color: #fff;
    margin-top: 35px; }
  .item-frame .item-img-container {
    height: 200px; }
  .item-frame .price-container {
    font-size: 17px; }
  .item-frame .item-prices {
    color: #000;
    padding: 0 8px 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between; }
    .item-frame .item-prices .price {
      color: #1d1914;
      font-size: 19px;
      padding-top: 12px; }
      .item-frame .item-prices .price span {
        font-size: 13px;
        color: #756f6a; }
  .item-frame .item-icons {
    top: -20px; }
  .item-frame .skladem-frame {
    text-align: right;
    font-size: 14px;
    line-height: 24px; }
    .item-frame .skladem-frame > div {
      font-size: 12px; }
  .item-frame .skladem-frame.green {
    font-weight: bold;
    font-size: 14px; }
    .item-frame .skladem-frame.green span {
      font-weight: normal; }
  .item-frame .cart {
    padding: 0 8px 15px; }
    .item-frame .cart .skladem-frame {
      float: none;
      text-align: center;
      line-height: 34px; }
    .item-frame .cart .wrapper {
      display: flex;
      margin: auto;
      align-items: center;
      justify-content: center; }
    .item-frame .cart .pocetHolder-cont {
      margin-right: 20px; }
    .item-frame .cart .buttonHolder {
      float: right; }
  .item-frame .cena-dle-velikost {
    color: #4c392a;
    font-size: 12px;
    font-weight: normal; }
  .item-frame .item-desc {
    height: 60px;
    overflow: hidden;
    line-height: 20px;
    font-size: 13px;
    color: #3d3d3d;
    text-align: left;
    padding: 0 8px; }
  .item-frame .price-discount {
    top: -10px;
    left: 8px;
    color: #ff1111; }
    .item-frame .price-discount > span {
      color: #ff0000; }
  .item-frame ul.sizes {
    margin: 5px 0 !important; }
  .item-frame .sizes li {
    font-size: 12px;
    color: #4c392a;
    list-style: none; }
  .item-frame .price-dph {
    background-color: white;
    height: 34px;
    line-height: 34px;
    float: right;
    width: 50%;
    color: #525252;
    font-size: 12px;
    text-align: right;
    padding-right: 15px;
    position: relative; }
    .item-frame .price-dph:before {
      content: " ";
      width: 10px;
      height: 34px;
      position: absolute;
      top: 0;
      left: -10px;
      z-index: 5;
      background: transparent url(icon/btn-cart-bg-white.png) center center no-repeat; }
  .item-frame .extra-text {
    padding-left: 8px; }
  .item-frame .compare {
    margin-bottom: -15px;
    position: relative;
    z-index: 5; }

.rychla-objednavka-box {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 1px solid #d3d3d3; }
  .rychla-objednavka-box .item-frame.rychla-objednavka {
    border: none;
    border-right: 1px solid #d3d3d3;
    margin-bottom: 1px; }
  .rychla-objednavka-box .item-frame:hover {
    box-shadow: none; }
  .rychla-objednavka-box .rychla-objednavka-item {
    border-color: transparent; }

.item-frame.rychla-objednavka {
  padding: 12px 18px 0;
  background-color: #EFEFEF; }
  .item-frame.rychla-objednavka h3 {
    border-bottom: none;
    margin-bottom: 35px; }
  .item-frame.rychla-objednavka div {
    margin-bottom: 15px; }
  .item-frame.rychla-objednavka div.s-kosikem {
    background: transparent url(icon/kosik-ro.png) left center no-repeat;
    padding-left: 55px;
    min-height: 50px;
    font-size: 13px;
    line-height: 18px;
    padding-top: 8px; }
  .item-frame.rychla-objednavka .button {
    margin-left: 50px;
    margin-top: 15px;
    display: inline-block;
    background-color: #3fa826; }

.banner-skupiny {
  display: block;
  margin: 10px 0; }

.banner-skupiny img {
  max-width: 100%; }

.skupina_desc {
  margin-top: 20px; }

#uvodka-popis {
  line-height: 24px;
  padding-bottom: 20px; }

#uvod-tel {
  color: #77A002;
  font-weight: bold; }

#uvod-tel i {
  color: #68AA00;
  margin-right: 5px; }

#uvod-tel-doba {
  color: #444;
  font-weight: normal; }

#bottom4 i.glyphicon {
  color: #68AA00;
  position: relative;
  top: 2px;
  font-size: 110%; }

.box.category {
  background-color: #fcfcfc;
  border: 1px solid #e9e7e7;
  margin-top: -1px;
  margin-bottom: 40px; }

.minizbozi {
  margin-bottom: 40px; }

.minizbozi a {
  letter-spacing: -0.007em; }

.minizbozi:hover a {
  text-decoration: underline; }

.minizbozi .obr-table-container {
  height: 160px; }

.minizbozi .obr-container {
  height: 140px;
  padding: 20px 0; }

.minizbozi .detail-cont {
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  font-family: "Ubuntu bold", "Arial bold", Arial, sans-serif; }

.minizbozi a.a-detail {
  color: #444;
  text-decoration: none; }

.minizbozi .detail-levy {
  background-color: #EBEBEB;
  width: 100%;
  padding-right: 24px;
  border-bottom: 3px solid #D1D1D1; }

.minizbozi .detail-pravy {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  padding: 0; }

.minizbozi:hover a .detail-levy {
  border-color: #A0CA28;
  background-color: #DAEBA7;
  text-decoration: none;
  color: #444; }

.minizbozi .cena-cont {
  position: relative; }

.minizbozi .cena {
  font-size: 16px;
  font-weight: bold;
  color: #003c57;
  height: 40px;
  line-height: 40px; }

.minizbozi .cena-baleni {
  font-size: 10px;
  color: #666;
  font-weight: bold;
  text-align: center;
  line-height: 12px; }

.minizbozi .skladem {
  height: 40px;
  line-height: 40px;
  float: left;
  font-size: 12px; }

.minizbozi .skladem.green {
  color: #71ae08; }

.minizbozi .cena-dle-velikost {
  color: #4c392a;
  font-size: 12px;
  font-weight: normal; }

.minizbozi .kosik-btn {
  width: 100%;
  position: relative;
  border-radius: 0 !important; }

.minizbozi .price-dph {
  position: relative;
  height: 34px;
  line-height: 34px;
  float: right;
  width: 30%;
  color: #525252;
  font-size: 12px;
  text-align: right;
  padding-right: 15px; }

.minizbozi .price-dph:before {
  content: " ";
  width: 10px;
  height: 34px;
  position: absolute;
  left: -10px;
  z-index: 100;
  background: url(icon/btn-cart-bg-white.png) left center no-repeat; }

.kosik-btn:active, .kosik-btn:focus, .kosik-btn:visited {
  background: #33931c; }

#paticka-header {
  color: #666;
  font-weight: bold;
  line-height: 16px;
  margin: 25px auto; }

#paticka-header .glyphicon {
  padding-right: 15px;
  font-size: 40px;
  color: #444; }

#paticka-header img {
  max-height: 45px;
  margin-right: 10px; }

#paticka-header img.karty {
  height: 33px; }

#paticka-header .left-border {
  border-left: 1px solid #efefef; }

#paticka-header .table-like {
  height: 64px;
  width: 100%; }

#paticka-header .table-cell {
  vertical-align: middle;
  height: 100%; }

#paticka-header .table-cell:nth-child(2) {
  width: 80%; }

#panelBottomIn .paticka-velkoodber {
  padding: 17px 15px; }

#panelBottomIn .velko-btn {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 7px 10px;
  line-height: 21px; }

#panelBottomIn .velko-btn:first-child {
  margin-bottom: 6px; }

#panelBottomIn .velko-label {
  font-size: 18px;
  letter-spacing: 0.05em; }

#panelBottomIn h3 {
  margin: 5px 0;
  color: #939393;
  font-weight: bold;
  font-size: 18px; }

#uvodka-urceni a {
  color: #444; }

#uvodka-urceni a:hover {
  color: #111; }

#paticka-dulezite h3 {
  margin-bottom: 15px; }

#paticka-dulezite a {
  font-size: 14px;
  padding-bottom: 2px; }

#paticka-panel-container {
  color: #888;
  font-size: 13px;
  background-color: #f0f0f0; }

#paticka-panel .map {
  max-width: 100%; }

#it3-footer-container {
  background-color: #e7e7e7;
  padding: 8px 0 6px;
  color: #6a6a6a;
  font-size: 12px; }

#it3-footer-container a {
  color: #c7480e; }

#it3-footer-container .facebook {
  background: url(icon/svg/facebook.svg) center center no-repeat;
  background-size: auto 22px;
  float: right;
  width: 11px;
  height: 22px;
  display: block;
  margin-top: -3px;
  margin-left: 15px; }

#it3-footer-container .feed {
  background: url(icon/svg/feed.svg) center center no-repeat;
  background-size: auto 19px;
  float: right;
  width: 19px;
  height: 22px;
  display: block;
  margin-top: -3px;
  margin-left: 15px; }

#it3-footer-container .logo-3it {
  background: url(3it.png) no-repeat center center;
  width: 30px;
  height: 20px;
  display: inline-block; }

#it3-footer-container .logo-3it span {
  display: none; }

#paticka-kontakt {
  height: 100%;
  width: 100%;
  font-weight: bold;
  padding: 0 15px 17px 15px;
  color: #444; }

#paticka-kontakt .pk-row {
  margin-bottom: 8px; }

#paticka-kontakt .pk-label {
  display: inline-block;
  vertical-align: sub;
  font-size: 24px; }

#paticka-kontakt .pk-label.red a {
  color: #d22; }

#paticka-kontakt .pk-label.blue a {
  color: #1B3983; }

#paticka-kontakt .pk-row:last-child {
  margin-bottom: 0; }

#paticka-kontakt .bg-circle {
  margin-right: 5px; }

#paticka-kontakt .adresa {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  padding-left: 3px; }

#paticka-kontakt .adresa a {
  text-decoration: underline; }

.kat-icon-shadow {
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2); }

.actionColumn a {
  display: block;
  text-align: center; }

.pocetHolder {
  padding: 0;
  height: 34px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative; }

.pocetHolder input[type="text"] {
  float: left;
  line-height: 34px;
  height: 34px;
  border-radius: 5px 0 0 5px !important;
  width: 30px !important;
  margin: 0;
  border: 1px solid #e5e2e2;
  border-right: none;
  text-align: center; }

.baleni-sipka {
  padding: 0;
  cursor: pointer;
  float: left; }

.sipka-nahoru, .sipka-dolu {
  display: block;
  width: 15px;
  height: 17px;
  margin: 0 auto;
  font-size: 0;
  position: absolute;
  border: 1px solid #e5e2e2; }

.sipka-nahoru {
  background: #f6f6f6 url(icon/cart-up.png) center center no-repeat;
  top: 0;
  left: 30px;
  border-radius: 0 5px 0 0; }

.sipka-dolu {
  background: #f6f6f6 url(icon/cart-down.png) center center no-repeat;
  top: 17px;
  left: 30px;
  border-radius: 0 0 5px 0;
  border-top: 0; }

.sipka-nahoru:hover, .sipka-dolu:hover {
  background-color: #e9e9e9; }

.kosik-btn {
  background: #3fa826;
  border-radius: 5px !important;
  padding: 10px 20px 9px 20px;
  text-align: center;
  font-weight: normal; }

.kosik-btn:hover {
  background-color: #33931c !important; }

.button-holder .btn_wrapper {
  display: inline-flex;
  align-items: center; }

.goodsPPLink {
  margin-left: 10px; }

.goodsPaging .nextArrow:hover, .goodsPaging .prevArrow:hover {
  text-decoration: underline; }

.goodsPaging .nextArrow {
  margin-left: 10px;
  padding: 4px 24px 5px 6px;
  background: url(icon/circleArrowRight.png) right 3px center no-repeat; }

.goodsPaging .prevArrow {
  margin-right: 10px;
  padding: 4px 6px 5px 24px;
  background: url(icon/circleArrowLeft.png) left 3px center no-repeat; }

.goodsPaging .nextArrow.disabled {
  background: url(icon/circleArrowRight_disable.png) right 3px center no-repeat; }

.goodsPaging .nextArrow, .goodsPaging .prevArrow {
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  background-color: #F0790E; }

/*.baleni-sipky-cont { float: right; width: 22px; padding: 0; height: 100% }*/
/*.sipka-nahoru, .sipka-dolu { display: block; width: 30px; height: 30px; margin: 0 auto;
                             background: url("../img/icon/sipky-ud.png") no-repeat }
.baleni-sipka:hover .sipka-nahoru, .baleni-sipka:hover .sipka-dolu
{ background-image: url("../img/icon/sipky-ud-gr.png") }
.sipka-nahoru, .sipka-dolu { position: relative; top: 6px }
.sipka-nahoru { background-position: left top }
.sipka-dolu { background-position: left bottom }*/
label[generated=true] {
  position: absolute;
  margin-left: 10px;
  margin-top: 3px;
  background-color: #fcc;
  border: 1px solid #fbb;
  padding: 0 6px; }

label.success[generated=true] {
  background-color: transparent;
  color: #0c0;
  font-weight: bold;
  border: 0;
  margin-left: 0;
  padding-right: 0;
  position: relative; }

input.error, textarea.error {
  border-color: red !important; }

#form_newsletter .wrapper {
  position: relative;
  display: inline-block; }

#form_newsletter label[generated=true].error,
#ptejteseModal form label[generated=true].error,
#dropLogin label[generated=true].error {
  right: 0;
  bottom: 4px;
  background-color: transparent;
  font-size: 10px;
  color: red;
  border: 0;
  padding: 0;
  margin: 0; }

#dropLogin label[generated=true].error,
#ptejteseModal form label[generated=true].error {
  right: 16px; }

#ptejteseModal form label[generated=true][for=napisteNamText].error {
  bottom: 9px; }

/* To fill the container and nothing else */
#fb-root {
  display: none; }

/** simulace v administraci */
#pridatblok {
  margin: 1px 0 5px; }

.blokSS {
  position: relative; }

.editpage {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background-color: #fff; }

.editpage .button, #pridatblok .button {
  height: 22px;
  margin: 2px 0;
  background: #37A7CD;
  color: #ffffff !important;
  border: solid #2C84A4 1px;
  border-radius: 4px;
  padding: 2px 16px; }

/** // simulace */
#banner-uvodka {
  margin: 0 15px 20px;
  color: #4c392a;
  border-bottom: 1px solid #e9e9e9; }

#banner-uvodka .obsah {
  height: 85px;
  padding-top: 25px;
  margin-bottom: 15px; }

#banner-uvodka .icon {
  padding: 0 20px 0 0;
  float: left; }

#banner-uvodka .headline {
  font-size: 24px;
  line-height: 20px; }

#osOdber {
  margin-top: 15px; }

#osOdber label {
  color: #4c392a;
  font-size: 12px; }

#osOdber .input-group {
  width: 100%;
  border: 5px solid #fef0cd;
  margin-bottom: 10px; }

#osOdber .security {
  color: #4c392a;
  font-size: 12px;
  line-height: 40px;
  height: 40px;
  float: left;
  background: url(icon/lock.png) left 5px no-repeat;
  padding-left: 23px; }

#osOdber input[type="submit"] {
  float: right; }

.custom-line {
  border-top: 1px solid #e3d6b7;
  margin-bottom: 10px; }

.potrebujete-poradit {
  border: 1px solid #e7e7e7;
  color: #4c392a;
  font-size: 12px;
  padding: 8px;
  line-height: 22px; }

.potrebujete-poradit img {
  float: left;
  margin-right: 12px;
  max-width: 89px;
  max-height: 84px; }

/* stranka s vlastnim formularem */
p.vyberte-kosik {
  line-height: 25px;
  padding-right: 30px; }

.custom-form {
  margin-top: 20px; }

.custom-form-content {
  background-color: #fef0cd;
  padding: 15px;
  margin-bottom: 10px; }

.custom-form-content label {
  display: block; }

.custom-form-content input {
  width: 100%; }

.custom-form-content textarea {
  height: 115px; }

.custom-form-content .check {
  background: url(icon/check.png) left center no-repeat;
  color: #4c392a;
  line-height: 40px;
  padding-left: 20px;
  font-size: 12px; }

.custom-form-content .button-block {
  width: 40%;
  float: left;
  margin-right: 5%; }

.custom-form-content .submit-block {
  width: 55%;
  float: right; }

.custom-form-content #btnAttachment {
  padding: 6px 0 0 20px;
  background: #c97f4e url(icon/spoon.png) 10px center no-repeat;
  height: 40px;
  white-space: normal;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  min-width: 84px; }

.custom-form-content #btnAttachment:hover {
  background-color: #b37145; }

.custom-form-content #btnAttachment i {
  display: none;
  margin-top: 5px; }

.custom-form-content input[type="submit"] {
  padding: 0;
  height: 40px;
  font-size: 18px;
  background: #9a7e8c;
  text-shadow: 0 2px 2px rgba(20, 20, 20, 0.6); }

.custom-form-content input[type="submit"]:hover {
  background-color: #89707d; }

.inspirace {
  position: relative; }

.pocitadlo {
  position: absolute;
  width: 28px;
  height: 28px;
  line-height: 28px;
  color: white;
  font-weight: bold;
  background-color: #bd6e29;
  top: 25px;
  left: 10px;
  border-radius: 14px;
  text-align: center; }

#mobile-menu {
  background-color: #762308;
  display: none; }

#mobile-menu .mobile-icon {
  cursor: pointer;
  background: center center no-repeat;
  width: 24px;
  height: 31px;
  margin: 5px; }

#mobile-menu .menu {
  background-image: url(icon/svg/mobile-menu.svg);
  background-size: auto 19px;
  float: left;
  background-position: top;
  font-size: 9px;
  padding-top: 21px;
  color: #fff;
  width: 26px; }

#mobile-menu .cart {
  background-image: url(icon/svg/cart.svg);
  float: right; }

#mobile-menu .search {
  background-image: url(icon/svg/mobile-menu-search.svg);
  float: right; }

#mobile-menu .contact {
  background-image: url(icon/svg/mobile-menu-telefon.svg);
  float: right; }

#mobile-menu .user {
  background-image: url(icon/svg/mobile-menu-login.svg);
  float: right; }

#mobile-menu .mobile-logo {
  float: left;
  padding: 8px;
  height: 41px;
  border-right: 1px solid #d76d0d; }

#mobile-menu .mobile-logo img {
  height: 100%; }

.sub-variant {
  background-color: #f6f6f6;
  padding: 15px;
  margin-bottom: 15px; }

.sub-variant .price-block {
  float: none;
  margin-right: 0; }

.sub-variant .image {
  background-color: white;
  border: 1px solid #d8d8d8;
  width: 55px;
  height: 55px;
  position: relative; }

.sub-variant .image img {
  max-width: 53px;
  max-height: 53px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.sub-variant .name {
  font-weight: bold;
  font-size: 14px;
  color: #003c57;
  padding-top: 3px; }

.price-block .dkz-price {
  font-size: 30px;
  color: #003c57;
  font-weight: bold; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.modal-content {
  border-radius: 3px;
  border: 1px solid #c0c0c0;
  -webkit-box-shadow: 0 3px 15px rgba(255, 255, 255, 0.3);
  box-shadow: 0 3px 15px rgba(255, 255, 255, 0.3); }

.modal-header {
  padding: 10px 10px 0;
  border-bottom: 0;
  min-height: 30px; }

.modal-body {
  padding: 10px 15px 12px; }

.modal-header h4 {
  font-weight: normal;
  font-size: 18px; }

.modal-body label {
  font-size: 13px;
  color: #3d3d3d;
  padding-top: 5px;
  font-weight: normal; }

.modal-body input[type="text"] {
  border: 1px solid #e5e2e2;
  border-radius: 5px;
  padding: 5px;
  width: 100%; }

.modal-body textarea {
  border: 1px solid #e5e2e2;
  border-radius: 6px;
  padding: 5px;
  width: 100%; }

.modal-dialog {
  margin-top: 150px; }

.modal-backdrop.in {
  opacity: .4; }

button.close {
  background: url(icon/svg/close-dark-orange.svg) left center no-repeat;
  width: 15px;
  height: 14px;
  opacity: 1;
  margin-top: 3px !important; }

button.close.text {
  background-position-x: left;
  padding-left: 18px;
  width: auto;
  text-decoration: underline;
  font-size: 13px;
  color: #3d3d3d;
  margin-right: 6px; }

button.close.text:hover {
  text-decoration: none; }

#ptejteseModal .odpovime {
  font-size: 13px;
  color: #000;
  border-bottom: 1px solid #e7e4e4;
  padding-bottom: 4px;
  margin-bottom: 10px; }

#ptejteseModal img {
  max-height: 105px;
  margin: 8px 0 40px; }

#tabs-menu {
  margin-bottom: 40px; }

#tabs-menu-nav {
  display: table;
  width: 100%;
  table-layout: fixed; }

#tabs-menu-nav a {
  font-size: 13px;
  text-decoration: none;
  font-weight: bold; }

#tabs-menu-nav .tabs-menu-item-cont {
  display: table-cell;
  width: 50%; }

#tabs-menu-nav .tabs-menu-item {
  width: 96%;
  display: inline-block;
  padding: 14px 6px 14px;
  line-height: 12px;
  border: 1px solid #E6E3E4;
  border-bottom: none;
  text-align: center;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  margin-top: 2px; }

#tabs-menu-nav .tabs-menu-item.active {
  background-color: #f6f6f6;
  border-top: 3px solid #D76D0D;
  margin-top: 0;
  padding: 14px 6px 14px; }

#tabs-menu-nav .tabs-menu-item.active a {
  color: #222; }

#tabs-menu-nav .tabs-menu-item-cont:last-child {
  text-align: right; }

#tabs-menu-content {
  margin-top: -1px; }

#tabs-menu-content #good-main-left > ul {
  border: 0; }

#tabs-menu-content #left-menu > ul {
  border: 0; }

#tabs-menu-content .tab-menu-content {
  padding: 0;
  border: 1px solid #e6e3e4; }

.custom-select {
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.custom-select:last-child {
  margin-bottom: 0; }

.custom-select span {
  display: block;
  cursor: pointer;
  border: 1px solid #e5e2e2;
  background-color: #fff;
  height: 33px;
  font-size: 13px;
  color: #6a6a6a;
  padding: 4px 20px 4px 10px;
  border-radius: 5px;
  position: relative; }

.custom-select.active span {
  border-radius: 5px 5px 0 0; }

.custom-select span:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 22px;
  height: 33px;
  background: url(icon/select.png); }

.custom-select span:hover:before {
  background: url(icon/select_hover.png); }

.custom-select ul {
  display: none;
  position: absolute;
  background-color: white;
  width: 100%;
  z-index: 50;
  margin: 0 !important;
  left: 0;
  top: 32px;
  border: 1px solid #e5e2e2; }

.custom-select ul li {
  list-style: none;
  padding: 2px 7px;
  cursor: pointer;
  font-size: 13px; }

.custom-select ul li:hover {
  background-color: #15a5db;
  color: white; }

.custom-select select {
  display: none;
  background-color: white;
  width: 100%; }

.phone-contact {
  background: url(icon/svg/telefon.svg) left top 2px no-repeat;
  background-size: auto 16px;
  color: #1d1914;
  font-weight: bold;
  font-size: 13px;
  padding-left: 22px;
  margin-top: 6px;
  line-height: 16px; }

.phone-contact > div {
  font-weight: normal;
  color: #6a6a6a; }

#horni-panel {
  position: relative; }

#horni-panel.stick {
  z-index: 500;
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2); }

#horni-panel .phone-contact {
  float: right;
  display: none; }

#horni-panel.stick .phone-contact {
  display: block; }

#horni-panel.stick #doprava-info {
  display: block; }

#horni-panel.stick #logo {
  margin-left: 3px; }

#horni-panel.stick {
  height: auto; }

.default-list {
  margin-left: 0 !important;
  margin-bottom: 10px !important; }

.default-list li {
  line-height: 17px;
  list-style: none;
  padding: 0; }

.default-list li > a, .default-list li .tipContainer > a {
  position: relative;
  font-size: 13px;
  line-height: 16px;
  padding-left: 13px; }

.default-list li > a:before, .default-list li .tipContainer > a:before {
  content: ' \25CF';
  text-align: center;
  position: absolute;
  top: 2px;
  left: 0; }

.tipContainer > a:after {
  content: '';
  background: url(icon/info-orange.png) no-repeat center 3px;
  width: 12px;
  height: 15px;
  margin-left: 6px;
  position: absolute; }

#pruvodce-vysavac, #share-box {
  background-color: #f6f6f6;
  border: 1px solid #e5e2e2;
  border-radius: 6px;
  position: relative;
  margin: 40px 0 40px 40px; }

#share-box {
  margin-left: 0; }

#pruvodce-vysavac:before {
  content: "";
  position: absolute;
  background: url(icon/pruvodce-vysavac2.png) no-repeat;
  width: 113px;
  height: 128px;
  top: -30px;
  left: -60px;
  z-index: 5; }

#pruvodce-vysavac .custom-select {
  width: 100% !important; }

#pruvodce-vysavac .btn:hover {
  background-color: #0e95c7; }

#pruvodce-vysavac .btn {
  background-color: #15a5db; }

#pruvodce-vysavac .first-section, #share-box .first-section {
  height: 85px;
  position: relative;
  border-radius: 6px 0 0 6px;
  background: #15a5db url(icon/pruvodce-arrow.png) top right no-repeat;
  color: white; }

#share-box .first-section {
  height: 60px;
  background-position-y: center;
  padding-top: 17px;
  font-size: 18px; }

#pruvodce-vysavac .section {
  padding-top: 26px;
  padding-bottom: 26px; }

#pruvodce-vysavac .first-section .headline {
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  padding-left: 45px;
  padding-top: 14px; }

#pruvodce-vysavac .first-section .sub-line {
  font-size: 11px;
  line-height: 15px;
  padding-left: 45px; }

#vyhody-list {
  padding: 20px 15px;
  margin: 55px 0;
  border: 1px solid #eae7e7;
  border-radius: 6px; }

#vyhody-list .vyhoda-1,
#vyhody-list .vyhoda-2,
#vyhody-list .vyhoda-3 {
  position: relative; }

#vyhody-list .vyhoda-1:after,
#vyhody-list .vyhoda-2:after,
#vyhody-list .vyhoda-3:after {
  content: '';
  height: 40%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #eae7e7; }

.vyhoda {
  line-height: 18px;
  min-height: 41px;
  padding-top: 45px;
  margin: 8px 0; }

.vyhoda .headline {
  font-weight: bold;
  font-size: 16px;
  color: #c7480e;
  text-decoration: underline;
  margin-bottom: 3px;
  font-family: 'Source Sans Pro', sans-serif; }

.vyhoda .headline:hover {
  text-decoration: none;
  color: #a13914; }

.vyhoda .sub-line {
  min-height: 36px;
  font-weight: 400;
  color: #3d3d3d;
  font-size: 13px;
  width: 85%;
  margin: 0 auto; }

.vyhoda.verime {
  background: url(icon/svg/vyhody-verime-tomu.svg) center top no-repeat;
  background-size: auto 35px;
  text-align: center; }

.vyhoda.nahradni-dily {
  background: url(icon/svg/vyhody-nahradni-dily.svg) center top no-repeat;
  background-size: auto 35px;
  text-align: center; }

.vyhoda.rychli-a-fer {
  background: url(icon/svg/vyhody-rychli-fer.svg) center top no-repeat;
  background-size: 36px;
  text-align: center; }

.vyhoda.zkusenosti {
  background: url(icon/svg/vyhody-18-let.svg) center top no-repeat;
  background-size: 40px;
  text-align: center; }

.vyhoda.doprava {
  background: url(icon/vyhodyDoprava.png) center top no-repeat;
  background-size: 55px;
  text-align: center; }

.vyhoda.dodani {
  background: url(icon/vyhodyDodani.png) center top no-repeat;
  background-size: 37px;
  text-align: center; }

.vyhoda.spokojenost {
  background: url(icon/vyhodySpokojenost.png) center top no-repeat;
  background-size: 36px;
  text-align: center; }

.vyhoda.skladem {
  background: url(icon/vyhodyVymena.png) center top no-repeat;
  background-size: 36px;
  text-align: center; }

#mate-dotaz {
  font-size: 13px;
  line-height: 16px;
  color: #6a6a6a; }

#mate-dotaz .block {
  padding: 10px;
  width: 100%;
  float: left; }

#mate-dotaz .nadpisH4 {
  margin: 0;
  margin-bottom: 8px;
  padding-top: 4px; }

#mate-dotaz.wide .block {
  width: 50%; }

#mate-dotaz.wide .nadpisH4 {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: 0; }

#mate-dotaz.wide .phone-contact {
  margin-top: 30px; }

#mate-dotaz .email {
  background: url(icon/svg/email.svg) left top 1px no-repeat;
  font-size: 13px;
  padding-left: 22px;
  margin-top: 6px; }

#mate-dotaz img {
  height: 60px;
  border-radius: 1px;
  margin-bottom: 8px; }

#mate-dotaz .zeptejte-se {
  background-color: #f0790e;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
  padding: 7px 0 9px;
  cursor: pointer; }

#kt-hover-postovne {
  margin-bottom: 5px; }

.neplatte-postovne {
  border-top: 1px solid #e5e2e2;
  padding: 8px 0; }

.neplatte-postovne.no-border {
  border: 0; }

.neplatte-postovne .zbyva {
  font-size: 11px;
  padding-left: 23px;
  color: #3d3d3d;
  background: url(icon/svg/doprava-small.svg) left center no-repeat;
  background-size: auto 18px;
  line-height: 11px; }

#basket-top .neplatte-postovne .zbyva {
  padding-left: 30px; }

.neplatte-postovne .zbyva.big {
  font-size: 13px;
  padding-left: 45px;
  margin: 0 70px 15px;
  line-height: 16px;
  background: url(icon/doprava.png) left center no-repeat; }

.neplatte-postovne .zbyva b {
  color: #000; }

.neplatte-postovne .status-bar {
  width: 100%;
  height: 13px;
  border: 1px solid #e5e2e2;
  background: #f6f6f6;
  border-radius: 4px;
  margin-top: 9px;
  padding: 2px;
  position: relative; }

.neplatte-postovne .status-bar .progress {
  height: 7px;
  background: #15a5db;
  border-radius: 4px; }

.neplatte-postovne .status-bar .middleArrow {
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -6px;
  width: 11px;
  height: 5px;
  background: url(icon/statusArrow.png); }

.neplatte-postovne .status-bar-range-item {
  width: 33.33%;
  color: #3d3d3d;
  font-size: 13px;
  float: left; }

.souvisejici-baleni {
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 15px; }

.souvisejici-baleni a {
  font-size: 15px;
  line-height: 18px; }

.souvisejici-baleni .desc {
  font-size: 13px;
  line-height: 16px;
  color: #3d3d3d;
  margin-bottom: 5px; }

.souvisejici-baleni .image {
  padding: 0 10px; }

.souvisejici-baleni .image img {
  max-height: 80%;
  max-width: 80%; }

.souvisejici-baleni .price {
  color: #1d1914;
  font-size: 20px;
  font-weight: bold; }

.souvisejici-baleni .price > span {
  color: #756f6a;
  font-size: 13px;
  font-weight: normal; }

.souvisejici-baleni .pocetHolder input[type="text"] {
  width: 30px !important;
  border-radius: 5px 0 0 5px !important;
  border-right: none !important; }

.souvisejici-baleni .buttonHolder {
  float: right; }

.souvisejici-baleni .pocetHolder-cont {
  float: right;
  margin-bottom: 6px;
  margin-right: 20px; }

.souvisejici-baleni .dostupnost {
  font-size: 14px;
  margin-top: 15px;
  line-height: 16px; }

.souvisejici-baleni .dostupnost span {
  font-size: 13px; }

.dostupnost-kdy {
  font-size: 11px;
  color: #3d3d3d;
  padding: 7px 0 7px 30px;
  background: url(icon/svg/skladem-small-dark-orange.svg) left center no-repeat;
  background-size: auto 23px; }

.go-to-cart {
  background: #3fa826;
  float: right;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  padding: 8px 18px 7px 18px;
  text-decoration: none !important; }

.go-to-cart:hover {
  text-decoration: none;
  color: white;
  background-color: #33931c; }

.kosik-vypis .image {
  width: 60px;
  height: 42px;
  border: 1px solid #e5e2e2;
  position: relative; }

.kosik-vypis .image img {
  position: absolute;
  max-height: 90%;
  max-width: 90%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

.kosik-vypis .polozka {
  border-bottom: 1px solid #e5e2e2;
  padding: 10px 0; }

.kosik-vypis .polozka:last-of-type {
  border: 0; }

.kosik-vypis .polozka .product-name {
  font-size: 13px;
  line-height: 16px;
  padding: 0; }

.kosik-vypis .polozka .price {
  font-size: 15px;
  color: #000;
  padding-top: 9px;
  font-weight: bold;
  padding-left: 0; }

.kosik-vypis .polozka .pocetHolder-cont {
  margin-left: 12px; }

.kosik-vypis .polozka .pocetHolder {
  margin: 0; }

.soucet-polozek {
  background-color: #f0fafd;
  border: 1px solid #cee3e9;
  padding: 10px 10px;
  margin: 0 -10px 10px;
  border-left: 0;
  border-right: 0; }

.soucet-polozek .total-price {
  font-size: 15px;
  color: #000000;
  font-weight: bold; }

.soucet-polozek .total-price-dph {
  font-size: 12px;
  color: #3d3d3d; }

.vsechny-znacky {
  display: block;
  margin-top: 22px;
  line-height: 17px;
  font-size: 13px;
  width: 73px;
  background: url(icon/svg/chevron-right-dark-orange.svg) right center no-repeat;
  background-size: auto 16px; }

.clanky {
  margin-top: 10px;
  margin-bottom: 10px; }

.clanky .clanek {
  padding-top: 15px; }

#question-accordion-2 .panel {
  border: 1px solid #e5e2e2;
  box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 5px; }

#question-accordion-2 .panel-title a {
  color: #c7480e;
  font-size: 15px;
  position: relative;
  display: block;
  padding: 12px 15px 12px 35px;
  font-weight: normal; }

#question-accordion-2 .panel-title a:before {
  content: "-";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 13px;
  height: 13px;
  border-radius: 8px;
  text-align: center;
  font-size: 15px;
  line-height: 11px;
  color: white;
  background: #c7480e; }

#question-accordion-2 .panel-title a.collapsed {
  background: #f6f6f6; }

#question-accordion-2 .panel-title a.collapsed:before {
  content: "+";
  line-height: 13px;
  font-size: 12px; }

#question-accordion-2 .panel-default > .panel-heading {
  background: none;
  padding: 0; }

#question-accordion-2 .panel-body {
  border-top: none;
  padding: 0 15px 15px 35px;
  font-size: 13px;
  line-height: 16px; }

#question-accordion-2.panel-group {
  margin: 0; }

#nejlepsi-kategorie {
  margin-bottom: 30px; }

#nejlepsi-kategorie .image-wrapper {
  width: 100%;
  height: 100px;
  position: relative;
  margin-top: 15px; }

#nejlepsi-kategorie .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 75%;
  max-height: 75%; }

#nejlepsi-kategorie a:hover img {
  max-width: 90%;
  max-height: 90%; }

#nejlepsi-kategorie .name {
  margin: 5px 0;
  text-align: center;
  text-decoration: underline;
  font-size: 13px;
  line-height: 18px; }

#nejlepsi-kategorie .name:hover {
  text-decoration: none; }

#muj-sacek {
  font-size: 13px;
  color: #c7480e;
  text-decoration: underline;
  padding: 5px 6px;
  background: url(../img/icon/favorite.png) left 4px center no-repeat;
  padding-left: 26px;
  float: right;
  border: 1px solid transparent;
  cursor: pointer;
  position: relative; }

#muj-sacek:hover {
  background-color: white;
  border: 1px solid #c0c0c0;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 7px -2px rgba(0, 0, 0, 0.65); }

#muj-sacek.modry:not(:hover) {
  background: #15a5db url(../img/icon/favorite-white.png) left 4px center no-repeat;
  border-radius: 6px;
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

#muj-sacek .drop {
  top: 30px;
  right: -1px;
  min-width: 445px;
  border-radius: 3px 0 3px 3px;
  display: none;
  color: #3d3d3d;
  font-size: 13px;
  line-height: 16px;
  text-align: left; }

#muj-sacek.modry .drop {
  font-weight: normal; }

#muj-sacek:hover .drop {
  display: block; }

#muj-sacek:hover .drop input[type="text"] {
  height: 33px;
  border: 1px solid #e5e2e2;
  border-radius: 5px;
  width: 298px; }

#muj-sacek:hover .drop input[type="submit"] {
  width: 111px;
  margin-left: 10px;
  margin-top: -2px; }

#muj-sacek .dropCleanerSacek {
  width: 100%;
  height: 9px;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: -1px;
  z-index: 499; }

#muj-sacek.modry:not(:hover) .dropCleanerSacek {
  background-color: #15a5db;
  border-radius: 6px; }

#muj-sacek .vice-sacku {
  margin-bottom: 8px; }

#gray_layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  z-index: 59; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.upozorneni {
  margin-bottom: 30px; }

.upozorneni h2:not(.section-title) {
  border-bottom: 0;
  color: #c7480e;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 0; }

.upozorneni span {
  font-size: 16px; }

.upozorneni #platba_button {
  margin-top: 30px; }

.prouzek {
  min-width: 35px;
  max-width: 45px;
  background: red;
  height: 22px;
  line-height: 22px;
  position: relative;
  font-size: 12px;
  border-radius: 3px 0 0 3px;
  padding-left: 15px;
  color: #fff;
  font-weight: bold;
  float: left; }

.prouzek:after {
  width: 0;
  height: 0;
  top: 0;
  content: " ";
  position: absolute;
  right: -11px;
  border-top: 11px solid transparent;
  border-left: 11px solid red;
  border-bottom: 11px solid transparent; }

.prouzek, .prouzek a {
  text-decoration: none;
  color: #fff; }

.prouzek-a, .prouzek-a a {
  text-decoration: none;
  color: #3d3d3d; }

.prouzek-a___ {
  background: #03912F; }

.prouzek-a___:after {
  border-left-color: #03912F; }

.prouzek-a__ {
  background: #4BB11F; }

.prouzek-a__:after {
  border-left-color: #4BB11F; }

.prouzek-a_ {
  background: #CDDB00; }

.prouzek-a_:after {
  border-left-color: #CDDB00; }

.prouzek-a {
  background: #FFF802; }

.prouzek-a:after {
  border-left-color: #FFF802; }

.prouzek-b, .prouzek-e {
  background: #FBC100; }

.prouzek-b:after, .prouzek-e:after {
  border-left-color: #FBC100; }

.prouzek-c, .prouzek-f {
  background: #F56600; }

.prouzek-c:after, .prouzek-f:after {
  border-left-color: #F56600; }

.prouzek-d, .prouzek-g {
  background: #ED0010; }

.prouzek-d:after, .prouzek-g:after {
  border-left-color: #ED0010; }

.kosik-doprava-extra {
  display: none; }

#podminky-registrace {
  float: right;
  margin-top: 5px;
  margin-right: 10px; }

#podminky-registrace label[for][generated=true] {
  margin-top: -25px; }

.icon-info {
  background-color: #fff;
  color: #15a5db;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 16px;
  top: -8px;
  font-family: Arial, sans-serif;
  white-space: initial; }

.icon-info.blue {
  background-color: #15a5db;
  color: #fff; }

.small .icon-info {
  width: 12px;
  height: 12px;
  border-radius: 6px;
  font-size: 10px;
  line-height: 12px;
  top: -4px;
  font-weight: normal; }

a.btn .icon-info {
  width: 14px;
  height: 14px;
  font-size: 12px;
  top: 10px;
  right: 10px;
  position: absolute; }

#prihlasitModal .modal-header {
  background-color: #F3F2F2;
  border-bottom: 1px solid #E7E4E4;
  min-height: 40px; }

#prihlasitModal .modal-body {
  padding: 0; }

#prihlasitModal .flex-row {
  display: flex; }

#prihlasitModal .flex-row > * {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

#prihlasitModal .flex-row > *:last-child {
  background-color: #F1FAFD; }

#prihlasitModal .nadpis {
  text-align: center;
  font-size: 17px;
  padding: 7px 18px 18px;
  line-height: 24px;
  display: none; }

#prihlasitModal h3 {
  margin: 0 0 20px; }

#prihlasitModal form input {
  width: 100%;
  padding: 7px;
  margin: 0; }

#prihlasitModal form label {
  margin-bottom: 15px;
  display: block; }

#prihlasitModal .reg-button {
  margin-top: 30px;
  text-align: center; }

#prihlasitModal .vyhody ul {
  margin: 0; }

#prihlasitModal .reg-nadpis {
  margin-bottom: 10px; }

#prihlasitModal .vyhody li {
  font-size: 13px;
  background: url(icon/svg/fajfka-dark-orange.svg) left top 5px no-repeat;
  background-size: auto 16px;
  padding-left: 28px;
  list-style: none; }

#prihlasitModal .flex-label {
  display: flex;
  justify-content: space-between; }

#prihlasitModal .pw-forgot {
  display: block;
  text-align: right;
  margin-top: 4px; }

#prihlasitModal .pw-forgot a {
  color: #746F6A; }

#prihlasitModal .password-eye {
  cursor: pointer; }

#prihlasitModal .password-eye img {
  width: auto;
  height: 15px;
  margin-bottom: 2px; }

#prihlasitModal .errorMessage {
  padding: 7px 20px 7px 35px;
  color: #F40000;
  background: url(/framework/img/icon/login-error.png) #FBF3F3 left 10px center no-repeat;
  font-weight: 600;
  font-size: 13px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px; }

#prihlasitModal .btn {
  padding: 7px 45px; }

#prihlasitModal form {
  display: flex;
  flex-direction: column;
  height: 100%; }

#prihlasitModal .btn-error {
  margin-top: auto; }

#prihlasitModal .regform label {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

#prihlasitModal .regform label span {
  flex-basis: 17%; }

#prihlasitModal .regform label input {
  flex-basis: 82%; }

#prihlasitModal .regform label[generated=true] {
  position: static;
  margin: 5px 0 0 17%;
  padding: 5px 7px;
  display: inline-block;
  vertical-align: middle; }

#prihlasitModal .btnsubmit {
  align-self: center; }

#prihlasitModal .regform label[generated=true].success {
  display: none !important; }

#prihlasitModal .regform .podminky {
  display: block; }

#prihlasitModal .podminky input {
  margin-right: 7px;
  width: auto; }

.footer-big {
  position: relative;
  color: #000; }

.footer-big img.foot-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto; }

.footer-big .container {
  position: relative; }

.footer-big .prodejna-holder {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center; }

.footer-big .prodejna {
  background-color: #fff;
  padding: 20px 25px;
  border-radius: 4px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.footer-big .location {
  height: 28px;
  width: auto; }

.footer-big .headline {
  margin-bottom: 15px;
  font-size: 23px;
  display: flex;
  align-items: center; }

.footer-big .headline img {
  margin-right: 12px; }

.footer-big .ikony {
  text-align: center;
  margin-top: 25px;
  color: #6a6a6a; }

.footer-big .ikony img {
  width: auto;
  height: 29px;
  display: block;
  margin: 0 auto 4px auto; }

.footer-big .btn-holder {
  text-align: center;
  margin-top: 15px; }

.footer-big .btn-holder .btn {
  padding: 6px 35px; }

.footer-big .title-block {
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 5px; }

.hp-nadpis h1 {
  font-weight: inherit; }

.hp-nadpis h1 b {
  font-weight: bold; }

.hidden {
  display: none !important; }

#videoModal .modal-body {
  padding: 10px 25px 30px 25px; }

#videoModal iframe {
  width: 100%;
  height: 450px;
  border: none; }

#rychla-objednavka {
  background: #fff;
  border: 1px solid #e5e2e2;
  border-radius: 6px;
  padding: 10px;
  color: #000;
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 30px; }

#rychla-objednavka .headline {
  font-size: 20px;
  background: url(../img/icon/svg/rychla-objednavka-green.svg) left center no-repeat;
  line-height: 35px;
  padding-left: 42px;
  margin-bottom: 5px; }

#rychla-objednavka .button {
  background-color: #3fa826;
  margin-top: 5px;
  display: inline-block; }

#rychla-objednavka .button:hover {
  background-color: #33931c; }

.panel-menu-in > .row {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.panel-menu-in > .row:before, .panel-menu-in > .row:after {
  display: none; }

.horni-panel.stick .panel-menu-in > .row {
  align-items: center; }

.tel-edit {
  display: inline-flex;
  align-items: center;
  position: relative; }

.tel-edit .custom-select, .tel-edit input {
  margin: 0; }

.tel-edit .custom-select {
  width: auto !important;
  margin-right: 7px; }

.tel-edit .custom-select > span {
  padding-right: 30px; }

.tel-edit label[generated=true] {
  top: 100%;
  left: 0;
  margin-left: 0; }

.logo-telefon {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.otdoba-clanek table {
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: initial; }

.otdoba-clanek td {
  vertical-align: baseline; }

.otdoba-clanek tr td:first-child {
  width: 33%; }

.address .otdoba-clanek table {
  line-height: inherit; }

.obj-submit {
  margin-bottom: 50px; }

.short_desc {
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap; }

.short_desc .desc {
  margin-right: 10px; }

/*# sourceMappingURL=theme.css.map */
