body {
  font-family: 'Open Sans', arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #0d0d0d;
  font-size: 12px;
  height: 100%;
  background-repeat: repeat-x;
  position: relative;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans', arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
}
a:hover,
a:focus {
  color: #d83a03;
}
#produkt-zakaznici iframe {
  width: 100%;
}
/* .pages a { text-decoration: underline; } */
.clear {
  clear: both;
}
.nobr {
  white-space: nowrap;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.icon-spacer {
  margin-right: 8px;
}
.navbar-custom .icons {
  display: none;
}
.menu.in:not(.collapse),
.search.collapse,
.cart.collapse,
.menu.collapse {
  display: flex;
}
.navbar-custom {
  min-height: 32px;
  margin: 0;
  border: 0;
}
.header-grid {
  display: grid;
  grid-template-columns: auto auto;
}
@media (max-width: 1000px) {
  .header-grid .header-part {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
  }
}
.logo-img {
  height: 120px;
}
@media (max-width: 1200px) {
  .logo-img {
    height: 80px;
  }
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo .logo-sticky {
  display: none;
}
.navbar-custom .small-logo {
  display: block;
}
.navbar-custom .large-logo {
  display: none;
}
.navbar-nav-custom {
  float: right;
  background-color: #EEE;
  border-top: 0;
  padding: 0;
}
.navbar-nav-custom > li {
  float: left;
  border-bottom: 1px solid #d0d0d0;
}
.navbar-nav-custom > li + li {
  border-left: 1px solid #D0D0D0;
}
.navbar-nav-custom > li > a {
  padding: 0 18px;
  line-height: 44px;
  font-size: 11px;
}
.navbar-nav-custom > li > a:hover {
  background-color: #DDD !important;
}
.navbar-nav-custom > li > .dropdown-menu {
  font-size: 11px;
  background-color: #EEE;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.navbar-nav-custom > li > .dropdown-menu > li > a:hover {
  background-color: #DDD !important;
  color: #666;
}
.navbar-nav-custom i {
  margin-right: 10px;
  color: #999;
}
.navbar-nav-custom a {
  color: #666;
}
.signup {
  cursor: pointer;
}
.header-line {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media (min-width: 1000px) {
  .header-line {
    height: 106px;
  }
}
.header-b2b {
  margin-right: 40px;
}
.header-b2b .b2b-badge {
  display: flex;
  align-items: center;
  font-size: 10px;
  line-height: 1.4;
  text-transform: uppercase;
}
.header-b2b .b2b-badge img {
  height: 24px;
  margin-right: 11px;
}
@media (max-width: 1000px) {
  .header-b2b {
    display: none;
  }
}
.header-cart {
  position: relative;
  margin-right: 20px;
  min-width: 92px;
}
.header-cart .header-cart-link {
  display: flex;
  align-items: center;
}
.header-cart .header-cart-icon {
  position: relative;
}
.header-cart .header-cart-badge {
  background: #d83a03;
  color: #fff;
  font-size: 9.5px;
  display: block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  position: absolute;
  bottom: -4px;
  left: -2px;
  border-radius: 50%;
}
.header-cart .header-cart-amount {
  font-weight: bold;
  font-size: 11px;
  color: #d83a03;
  margin-left: 8px;
}
.header-cart .header-cart-popup {
  position: absolute;
  left: calc(100% + 18px);
  top: calc(100% + 18px);
  transform: translateX(-100%) translateY(20px);
  z-index: 20;
  transition: 0.34s ease;
  opacity: 0;
  pointer-events: none;
}
.header-cart .header-cart-popup .cart-popup-wrapper {
  background: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
  min-width: 360px;
  max-height: 510px;
  overflow: auto;
}
.header-cart .header-cart-popup::before {
  content: '';
  background: transparent;
  position: absolute;
  left: 0;
  right: 0;
  height: 18px;
  bottom: 100%;
}
.header-cart .header-cart-popup .header-cart-form {
  position: relative;
}
.header-cart .header-cart-popup .header-cart-form::after {
  content: '';
  position: absolute;
  z-index: 20;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  opacity: 0;
  transition: 0.12s ease;
}
.header-cart .header-cart-popup .header-cart-items--loading::after {
  opacity: 1;
}
.header-cart:hover .header-cart-popup {
  transform: translateX(-100%);
  opacity: 1;
  pointer-events: all;
}
.header-cart .part-row {
  display: flex;
  align-items: center;
}
.header-cart .cart-popup-part {
  padding: 18px 32px;
}
.header-cart .cart-popup-part + .cart-popup-part {
  border-top: 1px solid #c5c5c5;
}
.header-cart .product-part {
  padding-left: 18px;
}
.header-cart .product-part .part-image {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  height: 50px;
}
.header-cart .product-part .part-image img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.header-cart .product-part .part-product {
  flex: 1;
}
.header-cart .product-part .part-description {
  flex: 1;
  line-height: 17px;
}
.header-cart .product-part .part-description a {
  display: block;
}
.header-cart .product-part .part-description strong {
  font-size: 13px;
  font-weight: bold;
}
.header-cart .product-part .part-quantity {
  margin-left: 18px;
  width: 80px;
  height: 30px;
  background: #e6e6e6;
}
.header-cart .product-part .part-remove {
  margin-left: 18px;
}
.header-cart .part-delivery-not-possible {
  display: block;
  line-height: 1.4;
  color: #d83a03;
  font-style: italic;
  font-size: 11px;
}
.header-cart .delivery-part {
  background: #fdf3f0;
  color: #d83a03;
}
.header-cart .delivery-part.delivery-part-ok {
  background: #f8d8cc;
}
.header-cart .delivery-part strong {
  font-size: 11px;
  line-height: 17px;
}
.header-cart .delivery-part .part-row {
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .header-cart {
    display: none;
  }
}
.header-search {
  margin-right: 35px;
}
.header-search .search-form {
  display: flex;
  align-items: stretch;
  height: 35px;
}
.header-search .searchtext {
  border: 1px solid #cfcfcf;
  color: #0d0d0d;
  border-right: 0;
  padding-left: 13px;
  padding-block: 12px;
  min-width: 320px;
}
.header-search .btn-search {
  background: #b79d7c;
  color: #fff;
  font-size: 11px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 0 4px 4px 0;
}
.header-search .btn-search:hover {
  background: #917C62;
}
@media (min-width: 1000px) {
  .header-search {
    display: block;
  }
}
@media (max-width: 1000px) {
  .header-search {
    flex: 1;
    margin: 0;
    padding: 1rem 0;
  }
  .header-search .searchtext,
  .header-search .search-form {
    flex: 1;
  }
}
.btn-signup {
  padding: 3px 0px;
  width: 160px;
  font-size: 11px;
  margin: 0px;
  position: absolute;
  top: 7px;
  right: 0px;
}
.btn-signup i {
  margin-right: 15px;
}
.login-dropdown {
  left: auto;
  right: 0px;
  padding: 5px 10px 10px 10px;
  width: 240px;
}
.login-dropdown .more {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.cart {
  position: absolute;
  width: 240px;
  height: 50px;
  right: 0px;
  top: 5px;
  text-align: center;
}
.cart table {
  margin: 9px 0px 0px 70px;
}
.cart td {
  text-align: left;
  padding: 0px 5px;
}
.cart {
  color: #424345;
}
.cart i {
  color: #CAC6C1;
  position: absolute;
  left: 30px;
  top: 8px;
  font-size: 32px;
}
.process {
  background-color: #E5E5E5;
  border: 1px solid #CCC;
  width: 100%;
  height: 50px;
  margin: 10px 0 20px 0;
  overflow: hidden;
}
.process > div {
  float: left;
  overflow: hidden;
}
.step {
  width: 129px;
  height: 50px;
  padding: 6px 15px;
  color: #999;
  display: flex;
  align-items: center;
}
.active {
  color: #222;
}
.step span {
  display: block;
  float: left;
  margin-right: 1rem;
  font-size: 18px;
  font-weight: bold;
}
.step strong {
  font-size: 14px;
}
.arrow {
  width: 60px;
  font-size: 90px;
  line-height: 90px;
  margin-top: -20px;
  height: 90px;
  color: #FFF;
}
.quantity-input {
  margin: auto;
  width: 80px;
  display: grid;
  grid-template-columns: 20px auto 20px;
  grid-template-areas: "unit input plus" "unit input minus";
}
.quantity-input .quantity-unit {
  grid-area: unit;
  background: #e6e6e6;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px 0 0 2px;
  font-size: 10px;
}
.quantity-input button {
  display: flex;
  align-content: center;
  justify-content: center;
  font-size: 11px;
  border: 1px solid #e6e6e6;
  background: #f3f3f3;
  cursor: pointer;
  color: #666;
}
.quantity-input button:hover {
  color: #fff;
  background: #b79d7c;
  border-color: #917C62;
}
.quantity-input button.minus {
  grid-area: minus;
  border-radius: 0 0 2px 0;
}
.quantity-input button.plus {
  grid-area: plus;
  border-radius: 0 2px 0 0;
}
.quantity-input input {
  grid-area: input;
  border: 1px solid #e6e6e6;
  border-right: 0;
  background: #fff;
  border-radius: 0;
  padding: 2px 0;
  width: 100%;
  color: #666;
  text-align: center;
  -moz-appearance: textfield;
}
.quantity-input input::-webkit-outer-spin-button,
.quantity-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.header-sticky-menu-control {
  display: none;
}
.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #917C62;
}
.sticky-header .logo-img {
  display: none;
  height: 60px;
}
.sticky-header .logo-img.logo-sticky {
  display: block;
}
.sticky-header .header-line {
  height: 68px;
}
@media (min-width: 999px) {
  .sticky-header .header-sticky-menu-control {
    display: block;
  }
  .sticky-header .navbar {
    display: none;
  }
  .sticky-header .menu-header {
    border: 0;
    background: transparent;
  }
  .sticky-header .menu-wrapper {
    position: relative;
  }
  .sticky-header .menu {
    position: absolute;
    right: 0;
    width: 240px;
    height: unset !important;
    display: flex !important;
    flex-flow: nowrap column;
    text-align: left;
    padding: 0.5rem 0;
    align-items: stretch;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }
  .sticky-header .menu.collapse {
    display: none !important;
  }
  .sticky-header .menu li {
    color: #0d0d0d;
  }
  .sticky-header .menu li a {
    padding: 0.5rem 1rem;
  }
  .sticky-header .menu li a:hover {
    text-decoration: underline;
  }
  .sticky-header .menu li:not(.mobileonly) + li {
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }
  .sticky-header .menu .configuratorLink a {
    background-color: #b79d7c !important;
    color: #fff !important;
  }
  .sticky-header .menu > li > a {
    border: 0 !important;
    font-weight: normal;
    width: 100%;
    justify-content: flex-start;
    font-size: 11px;
    line-height: 22px;
  }
  .sticky-header .badge-icon,
  .sticky-header .ddmenu {
    display: none !important;
  }
}
.user-dropdown {
  left: auto;
  right: 10px;
}
.user-dropdown i {
  margin-right: 15px;
}
.input-group {
  margin: 5px;
}
.input-group i {
  margin: 0;
  display: block;
  width: 16px;
}
.btn-orange {
  background-color: #f5c178;
  border-color: #D0A466;
  color: #0d0d0d;
}
.btn-orange:hover {
  background-color: #D0A466;
}
.btn-light {
  background-color: #f1f1f1;
  border-color: #c5c5c5;
  color: #0d0d0d;
}
.btn-light:hover {
  background-color: #dfdfdf;
}
.btn-blue {
  background-color: #00558C;
  border-color: #003471;
  color: #FFF;
}
.btn-blue:visited,
.btn-blue:active {
  color: #FFF;
}
.btn-blue:hover {
  background-color: #003471;
  color: #FFF;
}
.slideshow {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  position: relative;
  height: 300px;
  background-color: #EEE;
}
.theme-default .nivo-controlNav {
  position: relative;
  top: -42px;
  z-index: 50000;
}
.nivo-directionNav {
  position: absolute;
  z-index: 50;
  height: 30px;
  top: calc(50% - 15px);
  left: calc(50% - 50vw);
  width: 100vw;
}
.nivo-directionNav a {
  width: 34px !important;
  height: 34px !important;
  top: 0;
  opacity: 1 !important;
  background-color: #16120C !important;
  border: 2px #FFF solid !important;
  border-radius: 100%;
}
.preload {
  position: absolute;
}
.process > div {
  float: left;
  overflow: hidden;
}
.step {
  width: 185px;
  height: 50px;
  padding: 6px 15px;
  color: #999;
}
.step span {
  display: block;
  float: left;
  margin-right: 15px;
  font-size: 25px;
  font-weight: bold;
}
.step strong {
  font-size: 14px;
}
.arrow {
  width: 60px;
  font-size: 90px;
  line-height: 90px;
  margin-top: -20px;
  height: 90px;
  color: #FFF;
}
.menu-header {
  background: #b79d7c;
  border-block: 1px solid #b79d7c;
}
.menu {
  width: 100%;
  list-style-type: none;
  position: relative;
  margin: 0;
  padding: 0;
  justify-content: center;
  flex-wrap: nowrap;
}
.menu > li {
  flex: auto;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
@media (min-width: 1000px) {
  .menu > li:not(.mobileonly) + li > a {
    border-left: 2px solid #917C62;
  }
}
.menu > li.active > a {
  background: #fff;
  color: #0d0d0d;
}
.menu > li > a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
}
.menu > li > a:hover,
.menu > li > a:focus {
  background: #fff;
  color: #0d0d0d;
}
.menu > li > a .badge-icon {
  margin-right: 1rem;
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 999px) {
  .menu {
    height: 50px !important;
  }
}
.ddmenu {
  border-top: 5px solid #b79d7c;
  display: none;
  overflow: hidden;
  text-align: left;
  background-color: white;
  color: #0d0d0d;
  position: absolute;
  z-index: 500000;
  padding: 10px 20px;
  width: 100%;
  left: 0;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.6);
  grid-template-columns: repeat(3, 1fr);
}
/* .menu>li:hover .ddmenu { display: block; -webkit-animation: fadeIn 1s; animation: fadeIn 1s; } */
.menu > li .mhover {
  display: grid;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ddcat {
  padding: 10px 5px 10px 85px;
  position: relative;
  display: flex;
  gap: 20px;
}
.ddimg {
  width: 65px;
  height: 65px;
}
.ddimg img {
  width: 65px;
  height: 65px;
}
.ddsubcat {
  font-size: 11px;
}
.ddcat-name > a {
  font-weight: bold;
  font-size: 13px;
}
.ddsubcat > a {
  color: #555 !important;
  text-decoration: none;
}
.ddsubcat > a:hover {
  color: #555 !important;
  text-decoration: underline;
}
.dropdown-menu {
  margin-top: 0px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
.dropdown-menu > li > a {
  color: #333;
  text-align: left;
}
.dropdown-menu > li > a:hover {
  background-color: #333;
}
/*
.menu .first { background: #164e7f url(); -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.4); }
.menu .first:hover { background: #0d385e; }
*/
.content {
  width: 100%;
  background-color: #ffffff;
  margin: 0;
}
.sidebar {
  float: left;
  width: 220px;
}
.sidebar h2 {
  font-size: 18px;
  margin: 20px 5px;
}
.categories {
  list-style-type: none;
  padding: 5px 0px;
  border: 1px solid #DDD;
}
.categories li {
  padding: 5px 0px;
  border-bottom: 1px solid #DDD;
}
.categories li.configuratorLink {
  background-color: #b79d7c;
}
.categories li.configuratorLink a {
  color: #fff;
}
.categories li:last-child {
  border: 0;
}
.categories li a {
  margin: 0px 10px;
  color: #222;
  display: inline-block;
}
.categories li ul {
  font-weight: normal;
  list-style-type: square;
  color: #AAA;
  padding: 0 0 0 30px;
  margin: 5px 0;
}
.categories li ul li {
  padding: 5px 0px;
  border: 0px;
}
.categories li ul li a {
  color: #222;
}
.selected {
  font-weight: bold;
}
.filter {
  padding: 10px 10px 5px 10px;
  border: 1px solid #DDD;
  margin-top: 10px;
}
.rangelabel {
  white-space: nowrap;
}
.rangeslider {
  padding-top: 4px;
}
.stockfilter input {
  float: left;
  margin-top: 2px;
  margin-right: 10px;
}
.filterselect {
  margin: 10px 0;
}
.filterhr {
  margin: 10px 0;
}
.topclass {
  border-bottom: 2px solid #00558C;
  font-weight: normal;
  color: #00558C;
  clear: both;
  margin: 20px 5px 0px 5px;
  padding: 3px 0px;
  font-size: 14px;
}
.topclass span {
  background-color: #00558C;
  font-weight: normal;
  color: #FFF;
  clear: both;
  margin: 0px;
  padding: 3px 10px;
  font-size: 14px;
}
.main {
  width: 700px;
  float: left;
  margin: 5px 20px 5px 30px;
}
.hidesidebar {
  width: 970px;
  float: left;
  margin: 0px;
}
.main h1 {
  font-size: 25px;
  margin: 15px 0px;
}
.main h2 {
  font-size: 20px;
  margin: 15px 0px;
}
.main h3 {
  font-size: 15px;
  margin: 15px 0px;
  font-weight: bold;
}
.main .control {
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  padding: 5px 0;
  margin: 15px 0;
  color: #555;
}
.main .sort {
  float: right;
  font-weight: bold;
}
.main .sort span {
  margin: 3px 10px;
  display: block;
  float: left;
}
.main .sort button {
  font-size: 12px;
}
.main .sort button i {
  margin-right: 3px;
}
.main .pagination {
  display: block;
}
.main .pagination .pag_next,
.main .pagination .pag_buttons {
  display: flex;
  justify-content: center;
}
.main .pagination .pag_next a {
  min-width: 160px;
  text-align: center;
}
.main .pagination .pag_buttons {
  margin-top: 16px;
}
.main .pagination .pag_buttons a + a {
  margin-left: 6px;
}
@media (max-width: 500px) {
  .main .pagination .pag_buttons a[data-index="next"],
  .main .pagination .pag_buttons a[data-index="prev"] {
    display: none;
  }
}
.action {
  color: #d83a03;
  border-bottom: 2px solid #d83a03;
  padding-left: 30px;
  padding-block: 15px;
  margin-bottom: 15px;
}
.action .action-text {
  font-size: 19px;
  font-weight: bold;
}
.action.action-sort {
  margin-top: 5rem;
  display: flex;
  padding-block: 0;
  color: #b79d7c;
  border-color: #b79d7c;
}
.action.action-sort .sort-item {
  padding: 1rem 20px;
  font-size: 14px;
  margin-inline: 0.375rem;
  border: 1px solid #b79d7c;
  border-bottom: 0;
  cursor: pointer;
}
.action.action-sort .sort-item:hover {
  color: #b79d7c;
}
.action.action-sort .sort-item.active {
  background: #b79d7c;
  color: #fff;
}
@media (max-width: 999px) {
  .action.action-sort {
    padding-left: 0.5rem;
    margin-top: 2rem;
    justify-content: center;
  }
  .action.action-sort .sort-item {
    font-size: 12px;
    padding: 1rem;
    margin-inline: 0.125rem;
  }
}
.mobile-product-filter-button {
  display: none;
  align-items: center;
  justify-content: center;
}
.mobile-product-filter-button button {
  border: 1px solid #d83a03;
  background: #d83a03;
  color: #fff;
  padding: 1rem 4rem;
}
@media (max-width: 999px) {
  .mobile-product-filter-button {
    display: flex;
  }
}
.category-filter-form .sidebar-contacts {
  margin-top: 4rem;
}
@media (max-width: 999px) {
  .category-filter-form .sidebar-contacts {
    display: none;
  }
  .show-filter-form {
    position: relative;
  }
  .show-filter-form::before {
    content: '';
    position: absolute;
    inset: 0;
    right: -15px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 19;
  }
  .show-filter-form .category-filter-form {
    display: block;
    position: absolute;
    left: 0;
    right: 30px;
    width: auto;
    max-width: 280px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 20;
    padding: 0 2rem;
  }
}
.actionhr {
  border-bottom: 2px solid #d83a03;
  margin-top: 15px;
}
.products {
  margin: 15px -5px 0px 0;
}
.homepageproducts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.homepageproducts .product {
  width: 100%;
}
@media (min-width: 768px) {
  .homepageproducts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  .homepageproducts {
    grid-template-columns: repeat(6, 1fr);
  }
}
.homepagetext {
  padding: 10px 15px 5px 15px;
  margin: 20px 5px 0;
}
.salebadge {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  display: block;
  background: #F7C80F;
  color: black;
  font-weight: bold;
  text-align: center;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 13px;
}
.product {
  padding: 5px 10px 15px;
  border: 1px solid #fff;
}
.product:hover {
  border-color: #ddd;
}
.product .product-title {
  margin-top: 0;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  height: 3lh;
  overflow: hidden;
}
.product .product-image-wrapper {
  position: relative;
  margin-bottom: 15px;
}
.product .product-image-wrapper > a {
  display: block;
}
.product .product-img {
  max-width: 100%;
  margin-inline: auto;
  display: block;
}
.product .product-symbols {
  position: absolute;
  right: 0;
  bottom: 22px;
  display: flex;
  gap: 2px;
  flex-flow: nowrap column;
  align-items: flex-end;
  justify-content: flex-end;
}
.product > .addcart .btn {
  display: block;
}
.product .product-price {
  position: relative;
  margin-bottom: 15px;
  color: #d83a03;
  font-weight: 900;
  font-size: 19px;
  text-align: center;
  display: flex;
  justify-content: center;
  min-height: 64px;
}
.product .product-price.has-discount .price {
  color: #fff;
  background: #C91F28;
  border: 3px solid #F7C80F;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  min-width: 120px;
  display: flex;
  flex-flow: wrap column;
  align-items: center;
}
.product .product-price .original-price {
  margin-top: 0.25rem;
  font-size: 13px;
  position: relative;
  padding-inline: 0.25rem;
}
.product .product-price .original-price::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  transform: rotate(-5deg);
}
.product .product-description {
  margin-bottom: 15px;
  font-size: 11px;
  min-height: 3lh;
  position: relative;
  margin-inline: -10px;
}
.product .product-description .product-shorttext {
  text-align: center;
  z-index: 15;
  padding: 0 5px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3lh;
  overflow: hidden;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.product .product-description:hover .product-shorttext {
  height: unset;
  background: #fff;
  padding: 5px 10px;
  border-color: #ddd;
  cursor: help;
}
.product-symbol {
  font-size: 11px;
  padding: 2px 10px;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border-radius: 3px;
}
.product-symbol.orange {
  background: #EA7003;
  color: #fff;
}
.product-symbol.green {
  background: #28A314;
  color: #fff;
}
.product-symbol.purple {
  background: #4F0A63;
  color: #fff;
}
.product-symbol.blue {
  background: #00558c;
  color: #fff;
}
.product-symbol.free-delivery {
  background: #37b0ff;
  color: #fff;
}
.product-symbol.is-sale {
  background: #fee956;
}
.fancybox-opened {
  z-index: 55000 !important;
}
.product-detail {
  display: grid;
  grid-template-columns: 30% 70%;
  grid-gap: 2rem;
}
.product-detail .input-group {
  width: 100%;
}
@media (max-width: 991px) {
  .product-detail {
    grid-template-columns: 100%;
  }
}
.detail {
  padding: 10px 19px;
  margin: 5px 0 20px 0;
  position: relative;
  border: 1px solid #CCC;
  background-color: #FFF;
}
.detail .image {
  margin-right: 18px;
  padding: 20px 0px;
  position: relative;
}
.detail .image img {
  max-width: 100%;
}
.detail .image iframe {
  width: 266px;
  margin: 10px 5px;
  border: 1px solid #CCC;
}
.detail h2 {
  font-size: 20px;
  text-align: left;
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}
.detail h3 {
  font-size: 15px;
  text-align: left;
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #DDD;
}
.detail p {
  margin: 20px 0;
}
.detail .addcart {
  padding: 5px 9px;
  margin: 10px 0;
  position: relative;
  border: 1px solid #DDD;
  background-color: #EEE;
}
.detail .addcart .buttons {
  width: 165px;
  float: right;
  margin: 2px 0;
}
.detail .pcs {
  width: 45px;
  height: 22px;
  font-size: 11px;
  margin-bottom: 3px;
  text-align: center;
  padding: 0px;
}
.detail .buy {
  margin-top: 10px;
  width: 100%;
}
.detail .price {
  font-size: 16px;
  margin: 4px 5px;
  display: block;
}
.detail .price strong {
  font-weight: bold;
  color: #BE7817;
}
.detail .before {
  color: #999 !important;
}
.detail .salesprice {
  color: #E73827 !important;
}
.detail .pricenotax {
  font-size: 10px;
  margin: 2px 7px;
  display: block;
  color: #888;
}
.detail .info {
  padding-right: 2rem;
}
.detail .info table {
  width: 100% !important;
  font-size: 11px;
  color: #555;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}
.detail .info table tr {
  border-bottom: 1px solid #DDD;
}
.detail .info table td {
  padding: 2px 2px;
}
.detail .empty {
  width: 15px;
  border-bottom: 0px solid #DDD;
}
.detail .icon-ok {
  color: #409440;
}
.detail .icon-remove {
  color: #D43F3A;
}
.detail .icon-time {
  color: #BE7817;
}
.detail .esttime {
  color: #BE7817;
}
.detail .morethan {
  color: #409440;
}
.detail .tabs {
  border-bottom: 1px solid #CCC;
  margin: 10px -19px;
}
.detail .tabs span {
  cursor: pointer;
  float: left;
  display: block;
  border: 1px solid #CCC;
  background-color: #EEE;
  margin-bottom: -1px;
  margin-left: 10px;
  padding: 5px 15px;
}
.detail .tabs span.active {
  border-bottom: 1px solid #FFF;
  background-color: #FFF;
}
.detail .hidetab {
  display: none;
}
.detail .tablewrapper {
  float: right;
  border: 1px solid #DDD;
  margin: 0 0 10px 20px;
}
.detail .tab table {
  width: 100%;
}
.detail .tab table td {
  padding: 12px 25px;
  border: 1px solid #DDD;
}
.detail .tab table td p {
  margin: 0px;
  padding: 0px;
}
.detail .tab table th {
  padding: 12px 25px;
  border: 1px solid #DDD;
}
.detail .tab table th p {
  margin: 0px;
  padding: 0px;
}
.detail .tab table tr.even {
  background-color: #EEE;
}
.detail .unitbox {
  width: 100%;
}
.detail .unitbox input {
  text-align: right;
}
.detail .whole {
  background-color: #F9F5F0;
}
.detail .wholelabel {
  background-color: #FAF3EA !important;
}
.detail .pricelabel {
  width: 210px;
  font-weight: bold;
  text-align: left;
  background-color: #F4F4F4;
  color: #777;
}
.detail .unit {
  width: 50px;
}
.detail .unitbox .input-group {
  margin: 1px 0;
}
.detail .recount {
  float: right;
  margin-top: 3px;
  margin-bottom: 10px;
  width: 100%;
}
.detail .thumbnail {
  margin: 10px 5px 0px 5px;
  width: 128px;
  float: left;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.detail .stocktable {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}
/* -5px */
.detail .stockname {
  width: 30px;
  height: 40px;
  vertical-align: middle;
}
.detail .snH3 {
  font-size: 15px;
  font-weight: bold;
}
.detail .stockvalue {
  width: 18px;
  height: 40px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}
.detail .help {
  padding: 5px 20px;
  margin: 10px 0;
  position: relative;
  border: 1px solid #DDD;
  background-color: #FFF;
}
.detail .help img {
  float: right;
  margin: -5px -20px -5px 10px;
}
.detail .help .question {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.detail .help .number {
  font-weight: bold;
  color: #BE7817;
}
.detail .salebadge {
  right: 20px !important;
  top: 20px !important;
  font-size: 20px;
  line-height: 90px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  /*BFRIDAY*/
  /*
      background-image: url(../images/BlackFriday_75_2.png);
      width: 75px; height: 75px;
      line-height: 90px;
      border-radius:75px;
      text-shadow: none ;
      box-shadow:none;
      font-size: 25px;;
      */
  /*background-image: url(../images/vanoce.png);*/
  background-image: none;
  /*background-color: #D93A03;*/
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-shadow: none;
  box-shadow: none;
  font-size: 15px;
}
.detail .settable {
  font-size: 11px;
  margin-top: 20px;
  vertical-align: middle;
}
.detail .settable td {
  padding: 3px 8px;
  vertical-align: middle;
}
.detail .settable img {
  width: 50px;
}
.counts {
  color: #FFF;
  background-color: #BBB1A5;
  padding: 10px 10px;
  font-size: 15px;
  margin-top: 20px;
}
.count {
  font-size: 20px;
  font-weight: bold;
}
.counts i {
  font-size: 30px;
  margin-left: 5px;
  margin-right: 15px;
}
.counts table td {
  padding: 5px;
}
.cartcontent {
  position: relative;
}
.cartcontent .busybox {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center;
  z-index: 50000;
  background-color: rgba(0, 0, 0, 0.2);
}
.cartcontent .busybox .fa {
  font-size: 100px;
  color: rgba(0, 0, 0, 0.8);
}
.cartcontent.loading .busybox {
  display: flex;
}
.cartcontent h2 {
  margin-bottom: 20px;
}
.cartcontent td,
.cartcontent th {
  vertical-align: middle !important;
}
.cartcontent label {
  cursor: pointer;
}
.cartcontent .disabled label {
  opacity: 0.5;
  cursor: not-allowed;
}
.cartcontent .cart-col1 {
  width: 15%;
  text-align: center;
}
.cartcontent .cart-col2 {
  width: 15%;
  text-align: center;
}
.cartcontent .cart-col3 {
  width: 15%;
  text-align: center;
}
.cartcontent .cart-col4 {
  width: 10%;
  text-align: center;
}
.cartcontent .cart-empty {
  padding: 20px !important;
  text-align: center;
  font-weight: bold;
}
.cartcontent .col-radio {
  width: 8%;
  text-align: center;
  background-color: #F5F1EC;
}
.cartcontent .col-title {
  text-align: left;
  font-weight: bold;
}
.cartcontent .col-price {
  width: 15%;
  text-align: right;
  padding-right: 20px;
}
.cartcontent .cartimage {
  height: 40px;
}
.cartcontent .pcs {
  width: 100%;
  height: 22px;
  font-size: 11px;
  margin-right: 3px;
  text-align: center;
  padding: 0px;
}
.cartcontent .pcsunit {
  height: 22px;
  font-size: 11px;
  margin-right: 3px;
  text-align: center;
  padding: 0 4px;
}
.cartcontent .ttpost {
  width: 80px;
  height: 22px;
  font-size: 11px;
  margin: 0 5px 0 0;
  text-align: center;
  padding: 0px;
  float: left;
}
.cartcontent .ttlabel {
  margin: 0 5px 0 0;
  float: left;
  padding-top: 3px;
}
footer {
  background-color: #FFF;
  padding: 20px 0px 10px 0px;
  margin-top: 20px;
  min-width: 1000px;
}
footer hr {
  clear: both;
  border: 0;
  height: 1px;
  background: #DDD;
}
.advantages {
  width: 495px;
  height: 210px;
  float: left;
  margin: 0 15px 0 5px;
  color: #333;
}
.advantages img {
  float: left;
  width: 40px;
  margin: 20px 15px 0 0;
}
.advantages h2 {
  font-size: 12px;
  margin: 17px 0 4px 0;
  font-weight: bold;
}
.advantages p {
  font-size: 10px;
  margin: 0;
}
.facebook {
  width: 350px;
  height: 210px;
  float: left;
  margin: 0;
  padding: 0px 14px;
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
}
.newsletter {
  width: 495px;
  height: 210px;
  float: left;
  margin: 0 5px 0 15px;
  text-align: center;
}
.newsletter h2 {
  font-size: 20px;
  margin: 12px 0 12px 0;
  text-align: left;
}
.newsletter p {
  margin: 10px 0px;
  line-height: 20px;
  text-align: left;
}
.newsmail {
  margin: 15px auto;
}
.newsletter button i {
  margin-right: 5px;
}
.partners {
  text-align: center;
  margin: 0px;
}
.partners img {
  margin: 15px;
  height: 45px;
}
.footermenu {
  color: #646464;
}
.footermenu,
.contact {
  margin: 0 30px 0 0;
  padding: 5px 10px;
  float: left;
}
.footermenu span,
.contact span {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.footermenu ul,
.contact ul {
  list-style-type: none;
  padding: 0;
}
.contact {
  float: right;
  margin: 0 0 0 30px;
}
.contact a {
  color: #d83a03;
}
.cards {
  float: left;
  margin: 0px 50px;
}
.message {
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  padding: 5px;
}
.message img {
  width: 100%;
}
.notfound {
  text-align: center;
  font-weight: bold;
  margin: 50px 0px;
}
.optional {
  font-weight: normal;
}
.confirm th {
  padding: 10px 25px !important;
  width: 20%;
}
.confirm td {
  padding: 10px 25px !important;
  width: 30%;
}
textarea {
  resize: vertical;
}
#wrapper {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1030px;
  width: 2060px;
}
.categorynav {
  margin-bottom: 15px;
}
.catnav {
  height: 85px;
  padding: 5px 9px;
  float: left;
  width: 100%;
  margin: 5px 5px 0 0;
  position: relative;
  border: 1px solid #DDD;
  overflow: hidden;
  display: flex;
}
.catnav:hover {
  background-color: #EEE;
}
.catnav .catimg {
  width: 65px;
  height: 65px;
  float: left;
  margin-top: 5px;
  margin-right: 15px;
  flex: 0 0 auto;
}
.catnav .catimg img {
  width: 65px;
  height: 65px;
}
.catnav p {
  color: #333;
  font-size: 10px;
}
.catnav span {
  font-weight: bold;
}
.bigcatimg {
  height: 150px !important;
}
.bigcatimg .catimg {
  width: 130px !important;
  height: 130px !important;
}
.bigcatimg .catimg img {
  width: 130px !important;
  height: 130px !important;
}
.panel-info .panel-heading {
  color: #003471;
  background-color: #E8EFF7;
  border-color: #A0BFE3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel-info {
  border-color: #A0BFE3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel-success .panel-heading {
  color: #534E47;
  background-color: #E4DED7;
  border-color: #968E84;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.panel-success {
  border-color: #968E84;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.addcart h2 {
  padding-top: 0px;
  margin-bottom: 10px;
}
.addcart .form-group {
  padding-bottom: 20px;
}
.addcart label {
  line-height: 30px;
  font-weight: normal;
}
.addcart .checkbox {
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.addcart .required {
  font-weight: bold;
}
.addcart .alert {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.contactform .form-group {
  padding-bottom: 20px;
}
.contactform label {
  line-height: 30px;
  font-weight: normal;
}
.contactform .checkbox {
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.contactform .btn {
  width: 100%;
}
.contactform .required {
  font-weight: bold;
}
.contactform .alert {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.reviewform {
  margin-top: 20px;
}
.reviewform .form-group {
  padding-bottom: 20px;
}
.reviewform label {
  line-height: 30px;
  font-weight: normal;
}
.reviewform .checkbox {
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.reviewform .btn {
  width: 40%;
  margin: 0 30%;
}
.reviewform .required {
  font-weight: bold;
}
.reviewform .alert {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.box {
  width: 252px;
  height: 132px;
  border: 1px solid #CCC;
  position: relative;
  display: block;
  float: left;
  margin: 10px 49px;
}
.box span {
  position: absolute;
  width: 250px;
  height: 25px;
  line-height: 15px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-weight: bold;
}
.features {
  margin-top: 5px;
}
.nounderline {
  text-decoration: none !important;
}
.morewrap a {
  cursor: pointer;
}
.morewrap {
  margin: 10px 0 30px 0;
  text-align: right;
}
.moretext {
  display: none;
  margin-top: 10px;
}
.ramecek {
  border: 1px solid #DDD !important;
  padding: 2px !important;
}
.proimages {
  padding: 20px 0;
}
.pageimage {
  border: none !important;
}
.pageimage-title {
  margin: 10px 20px 10px 5px;
  padding: 2px;
  float: left;
}
.pageimage-title-left {
  margin: 10px 20px 10px 5px;
  padding: 2px;
  float: left;
}
.pageimage-title-right {
  margin: 10px 5px 10px 20px;
  padding: 2px;
  float: right;
}
.pageimage {
  margin: 5px;
  border: 1px solid #DDD;
  padding: 2px;
  float: left;
}
.refbox {
  float: left;
  margin: 1px;
  border: 1px solid #DDD;
  padding: 2px;
  position: relative;
}
.refboxtext {
  position: absolute;
  color: #FFF;
  font-weight: bold;
  background-color: rgba(30, 30, 30, 0.8);
  padding: 10px 20px;
  width: 100%;
  top: 140px;
  font-size: 15px;
  margin: -2px;
}
.refitem {
  border: 1px solid #DDD;
  padding: 5px 15px 0px 15px;
  margin-bottom: 10px;
}
.refitem h2 {
  margin-top: 5px;
}
.refitem p {
  text-align: justify;
}
.refhref {
  text-decoration: none !important;
  color: #2E2E2E !important;
}
.date {
  color: #999;
}
.lasttable {
  font-size: 11px;
  margin-top: 20px;
  vertical-align: middle;
}
.lasttable td {
  padding: 3px 8px;
  vertical-align: middle !important;
}
.lasttable img {
  width: 50px;
}
.star {
  float: left;
  margin-right: 1px;
}
.tddate {
  width: 120px;
}
.reviewname {
  line-height: 18px;
  float: left;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: bold;
}
#upsale {
  display: none;
  padding: 5px 10px 0 15px;
}
#upsale .center {
  margin-top: 15px;
}
.fancybox-skin {
  background-color: #FFF !important;
}
.mimage {
  float: left;
  margin: 5px 10px 5px 0;
}
.mobile {
  display: none;
  text-align: center;
  background: #DDD;
  padding: 10px;
  width: 100%;
}
@media (max-width: 999px) {
  .mobile {
    display: block;
  }
}
.mobileonly {
  display: none;
}
.slidernormal {
  display: block;
}
.slidermobile {
  display: none;
}
.selecttext {
  text-align: center;
}
.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 10px;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0px solid #000;
  border-radius: 6px;
  background: #b79d7c;
  color: #FFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #FFF;
  background: #006BB2;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0px 5px;
  border-color: #FFF transparent transparent transparent;
}
.select_line {
  position: absolute;
  top: 7px;
  right: 35px;
  width: 1px;
  height: 25px;
  background-color: #3F90C5;
}
.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
  border-top-color: #FFF;
}
.select select:disabled ~ .select_arrow {
  border-top-color: #CCC;
}
/* ------ */
.sharingbuttons {
  margin: 15px;
}
.sharingbuttons a {
  text-decoration: none !important;
}
.resp-sharing-button {
  display: inline-block;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
  transition: background-color 25ms ease-out, border-color 25ms ease-out, opacity 250ms ease-out;
  margin: 0.5em;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.resp-sharing-button a {
  text-decoration: none;
  color: #FFF;
  display: block;
}
.resp-sharing-button__icon {
  display: inline-block;
}
.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-bottom: -0.1em;
}
/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #FFF;
  fill: none;
}
/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #FFF;
  stroke: none;
}
.resp-sharing-button__link {
  text-decoration: none;
  color: #FFF;
}
.resp-sharing-button--large .resp-sharing-button__icon svg {
  padding-right: 0.4em;
}
.resp-sharing-button__wrapper {
  display: inline-block;
}
.resp-sharing-button--facebook {
  background-color: #3B5998;
  border-color: #3B5998;
}
.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2D4373;
  border-color: #2D4373;
}
.resp-sharing-button--twitter {
  background-color: #55ACEE;
  border-color: #55ACEE;
}
.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795E9;
  border-color: #2795E9;
}
.resp-sharing-button--google {
  background-color: #DD4B39;
  border-color: #DD4B39;
}
.resp-sharing-button--google:hover,
.resp-sharing-button--google:active {
  background-color: #C23321;
  border-color: #C23321;
}
.resp-sharing-button--email {
  background-color: #444;
  border-color: #444;
}
.resp-sharing-button--email:hover .resp-sharing-button--email:active {
  background-color: #2B2B2B;
  border-color: #2B2B2B;
}
.resp-sharing-button--pinterest {
  background-color: #CC2127;
  border-color: #CC2127;
}
.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #A01A1F;
  border-color: #A01A1F;
}
.section-usp {
  padding-block: 30px;
}
.usp-boxes {
  display: flex;
  justify-content: center;
  align-content: center;
}
.usp-boxes .hpbox {
  box-shadow: none;
  border-right: 1px solid #DDD;
  margin-top: 60px;
  flex: 1;
}
.usp-boxes .hpbox {
  width: 33%;
  text-align: left;
  padding: 15px 20px 15px 95px;
  margin: 10px 5px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.usp-boxes .hpbox1 {
  background-image: url(../images/layout/hpbox1.png);
}
.usp-boxes .hpbox2 {
  background-image: url(../images/layout/hpbox2.png);
}
.usp-boxes .hpbox3 {
  background-image: url(../images/layout/hpbox3.png);
}
.usp-boxes .hpbox h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0px;
}
.usp-boxes .hpbox p {
  font-size: 11px;
  margin: 10px 0px;
}
@media screen and (max-width: 680px) {
  .usp-boxes .hpbox {
    background-image: none !important;
    padding-left: 20px;
  }
}
@media screen and (max-width: 425px) {
  .usp-boxes .hpbox {
    padding: 10px;
  }
}
.section-banners,
.section-heureka {
  position: relative;
}
.section-banners::before,
.section-heureka::before {
  pointer-events: none;
  position: absolute;
  content: '';
  display: block;
  background: #f1f1f1;
  left: 50%;
  bottom: 0;
  top: 0;
  width: 100vw;
  transform: translateX(-50%);
}
.section-banners {
  background: #f1f1f1;
  padding-block: 40px 20px;
}
.section-banners .banner {
  display: block;
  margin-bottom: 20px;
}
.banner {
  text-decoration: none;
}
.section-products {
  padding-block: 40px;
}
.section-heureka {
  background: #f1f1f1;
  padding-block: 40px;
}
.section-heureka .section-title {
  margin-bottom: 40px;
}
.section-reviews {
  padding-block: 40px;
}
.section-reviews .section-title {
  margin-bottom: 60px;
}
.section-reviews .reviews-more {
  margin-top: 20px;
}
.section-reviews .reviews-more .btn {
  min-width: 150px;
}
.review-box {
  position: relative;
  border: 1px solid #c5c5c5;
  padding: 40px 60px;
  display: flex;
  align-items: self-end;
  flex-flow: wrap row;
  font-size: 17px;
  line-height: 28px;
  min-height: 350px;
  margin-bottom: 20px;
}
.review-box .review-text-wrapper {
  flex: 1;
}
.review-box .review-text {
  font-style: italic;
  max-width: 60ch;
  margin-bottom: 0;
}
.review-box .review-author {
  flex: 100%;
  text-align: right;
  margin-bottom: 0;
  font-weight: bold;
}
.review-box::after {
  content: "“";
  position: absolute;
  right: 15px;
  top: -45px;
  line-height: 1;
  font-size: 180px;
  color: #f5c178;
}
.heurekaBox .heureka-verified {
  float: left;
  display: block;
  height: 120px;
  width: auto !important;
}
.heurekaBox .heureka-verified-customer {
  float: left;
  display: block;
  margin: 0 50px;
  height: 120px;
  width: auto !important;
}
@media screen and (max-width: 860px) {
  .heurekaBox .heureka-verified-customer,
  .heurekaBox .review-summary {
    display: none;
  }
  .heurekaBox .review {
    width: 100% !important;
    padding: 30px;
  }
  .heurekaBox .heureka-verified {
    width: 130px;
    height: 130px;
    margin: auto;
    float: none;
  }
  .heurekaBox .quote:before {
    font-size: 20px;
  }
  .heurekaBox .quote:after {
    font-size: 20px;
  }
  .heurekaBox .quote {
    padding: 0 30px;
    font-size: 13px;
  }
  .heurekaBox h2.m-heading {
    font-size: 14px;
    padding-top: 20px;
  }
}
.heurekaBox .review {
  float: right;
  width: 35%;
}
.heurekaBox .review-summary {
  float: right;
  width: 30%;
}
.heurekaBox .review-summary .stars {
  color: #26A7D6;
  font-size: 14px;
  font-weight: 400;
  float: left;
  padding: 0 0 2px;
  padding-left: 20px;
}
.heurekaBox .review-summary .stars span {
  font-size: 12px;
  color: #333;
  padding-left: 10px;
}
.heurekaBox .review-summary .thumb {
  width: 70%;
  margin: 0 0 20px 20px;
  float: left;
}
.heurekaBox .review .percent {
  color: #26A7D6;
  font-size: 18px;
  font-weight: 800;
}
.heurekaBox .review .stars {
  display: inline-block;
}
.heurekaBox .review .plus {
  float: left;
  margin: 20px 0 0;
  width: 100%;
  padding: 0;
}
.heurekaBox .review .plus li {
  color: #3D9E3F;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  display: block;
  float: left;
  list-style-type: none;
  width: 100%;
}
.heurekaBox .review .plus li:before {
  content: "\f067";
  font-size: 17px;
  float: left;
  margin-right: 10px;
  font-family: FontAwesome;
}
.heurekaBox .review .summary {
  float: left;
  margin: 20px 0 0;
  font-size: 13px;
  color: #333;
  width: 100%;
}
.product .stock.green {
  background: #28A314;
  border: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  padding: 2px 10px;
  font-weight: 500;
}
.product .stock.remaining {
  background: #4a51c3;
  border: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  padding: 2px 10px;
  font-weight: 500;
}
#showrating {
  float: right;
  margin-top: 12px;
}
div.in-stock-message {
  position: relative;
  float: left;
}
div.in-stock-message > strong {
  color: #28A314;
  font-size: 13px;
  border-bottom: 1px solid #28A314;
  float: left;
  padding: 5px 0 0;
  margin: 0;
  position: relative;
}
div.in-stock-message strong.gold {
  color: #A06D2B;
  border-color: transparent;
}
div.in-stock-message strong small {
  font-weight: 400;
  font-size: 13px;
}
div.in-stock-message:hover {
  border-bottom-color: transparent;
}
div.in-stock-button {
  background: #28A314;
  border: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #FFF;
  float: right;
  padding: 6px 10px 5px;
  margin: -2px 0 0;
  position: relative;
}
.stockvalue div.remaining {
  background: #4a51c3;
  border: 0;
  border-radius: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #FFF;
  float: right;
  padding: 6px 10px 5px;
  margin: -2px 0 0;
  margin-right: 6px;
  position: relative;
}
.delivery-bubble {
  width: 600px;
  height: auto;
  position: absolute;
  bottom: 100%;
  background: #FFF;
  padding: 20px;
  box-shadow: 0 0 5px 3px #00000029;
  left: 50%;
  transform: translate(-50%, 0px);
  z-index: 2000;
  display: none;
}
div.in-stock-message:hover .delivery-bubble {
  display: block;
}
div.in-stock-button:hover .delivery-bubble {
  display: block;
}
div.in-stock-button .delivery-bubble {
  transform: translate(-50%, -10px);
}
.delivery-bubble:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFF;
  clear: both;
}
.delivery-bubble h3 {
  border: 0;
  width: 100%;
  display: block;
  font-size: 19px;
  font-weight: 800;
  color: #00558C;
  margin: 0 0 10px;
  padding: 0;
}
.delivery-bubble table {
  margin: 0 !important;
}
.delivery-bubble table tr {
  border-bottom: 0 !important;
}
.delivery-bubble table tr td {
  color: #636567;
  font-size: 13px;
  border: 0;
  padding: 3px 0.25rem !important;
}
.delivery-bubble table tr.stock-101 td {
  padding-bottom: 16px !important;
}
.delivery-bubble table .bubble-icon {
  width: 10px;
  white-space: nowrap;
}
.delivery-bubble table .bubble-text {
  text-align: left;
  width: auto;
  white-space: initial;
}
.delivery-bubble table .bubble-time,
.delivery-bubble table .bubble-info {
  text-align: center;
}
.delivery-bubble table .bubble-multi,
.delivery-bubble table .bubble-time {
  white-space: nowrap;
  width: 20px;
}
.delivery-bubble table .bubble-multi,
.delivery-bubble table .bubble-info {
  font-size: 11px;
}
.delivery-bubble table .bubble-time {
  line-height: 1.24;
}
.delivery-bubble table tr td i.fa {
  color: #000;
  margin-right: 5px;
}
.delivery-bubble table tr td span.green {
  color: #2BA417;
}
.delivery-bubble table tr td span.gold {
  color: #A06D2B;
}
.delivery-bubble table tr td:last-child {
  text-align: right;
}
.delivery-bubble table tr td a {
  color: #2B2C2A;
  font-size: 12px;
  text-decoration: underline;
}
.delivery-bubble table tr td a:hover {
  text-decoration: none;
}
.product .symbols {
  position: absolute;
  bottom: 150px;
  right: 15px;
  z-index: 10;
  display: flex;
  justify-items: flex-end;
  flex-flow: column;
  align-items: flex-end;
}
.product .symbols.smaller {
  /*top: 178px;*/
}
.product .symbols.smaller .stock {
  font-size: 11px;
  font-weight: 600;
}
.product .symbols .btn {
  display: block !important;
  margin-bottom: 5px;
  position: relative !important;
  margin-right: 0;
  color: #fff;
}
.product .symbols .btn.btn-orange {
  color: #0d0d0d;
}
.product .symbols.smaller .free-delivery {
  margin-top: 2px;
}
.product .symbols .stock {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  display: inline-block;
}
.product .symbols .is-sale {
  background: red;
  color: #FFF;
  font-weight: 600;
  font-size: 11px;
  border-radius: 0;
}
.product .symbols .free-delivery {
  background: #37B0FF;
  color: #FFF;
  font-weight: 600;
  font-size: 11px;
  border-radius: 0;
}
.product .symbols .purple {
  background: #4F0A63;
  border-color: #4F0A63;
}
.product .symbols .orange {
  background: #EA7003;
  border-color: #EA7003;
}
.sale-event-message {
  padding: 10px 20px 10px 0;
  display: inline;
  float: left;
}
.sale-event-message .is-sale {
  background: red;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
  padding: 2px 15px;
  margin: 0;
  margin-right: 10px;
  position: relative;
}
.sale-event-message .is-sale:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 0;
  border-color: red transparent transparent transparent;
  content: '';
  position: absolute;
  right: -9px;
  top: -1px;
}
.sale-event-message p.message {
  margin: 0;
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
  color: #555;
  font-size: 13px;
  padding: 0;
}
#cookie_directive_container {
  min-height: auto;
  display: block;
  width: 100%;
  background-color: #A8ADAE;
  color: #FFF;
  padding: 10px;
  z-index: 10000001;
  font-size: 15px;
  position: fixed;
  top: 0;
}
#cookie_directive_container .text-muted,
#cookie_directive_container a {
  color: #FFF;
  display: inline;
}
#cookie_directive_container a {
  text-decoration: underline;
}
#cookie_directive_container #cookie_accept {
  height: auto;
  margin: 0px 30px;
}
#cookie_directive_container #confirm {
  background-color: #EEF3F7;
  border-radius: 0;
  text-decoration: none;
  color: #3D4951;
  border: none;
  margin: 0px 20px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,ebf1f5+100 */
  background: #FFF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #FFF 1%, #EBF1F5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #FFF 1%, #EBF1F5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #FFF 1%, #EBF1F5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebf1f5', GradientType=0);
  /* IE6-9 */
}
#cookie_directive_container .fa {
  font-size: 30px;
  float: left;
  margin-right: 20px;
}
body.withConsent {
  margin-top: 62px;
  background-position-y: 62px;
}
@media (max-width: 999px) {
  #cookie_directive_container {
    position: fixed;
    top: initial;
    bottom: 0;
  }
  body.withConsent {
    margin-top: 0px;
    background-position-y: 0px;
  }
}
td.col-post,
td.col-radio {
  position: relative;
}
.warranty {
  width: 128px;
  height: 94px;
  float: left;
}
.warranty .icon {
  width: 128px;
  height: 94px;
  display: block;
  line-height: 94px;
  text-align: center;
  font-size: 28px;
}
.warranty .icon.limited {
  background-image: url("../images/omezena-zaruka_bez_cisla.png");
  color: #4F0A63;
}
.warranty .icon.extended {
  background-image: url("../images/prodlouzena-zaruka_bez_cisla.png");
  color: #FFD700;
}
.warranty:hover {
  text-decoration: none;
}
.grade {
  border: 4px #A6ACAC solid;
  width: 128px;
  height: 94px;
  text-align: center;
  float: left;
  margin: 10px;
  color: black;
}
.grade:hover,
.grade:active,
.grade:visited {
  color: black;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.1);
}
.grade .t {
  display: block;
  font-weight: bold;
  font-size: 14px;
}
.grade .arrow {
  width: 50px;
  height: 15px;
  line-height: 15px;
  background-color: #D4DAD8;
  color: #FFF;
  font-size: 12px;
  display: block;
  float: none;
  margin: 5px auto;
  text-align: left;
  padding: 0px 5px;
  font-weight: bold;
  position: relative;
}
.grade .arrow:after {
  position: absolute;
  left: 100%;
  bottom: 2px;
  transform: translate(-50%, 0) rotate(45deg);
  width: 11px;
  height: 11px;
  background: #D4DAD8;
  content: '';
}
.grade.new .arrow.colored,
.grade.new .arrow.colored:after {
  background-color: #2E9440;
}
.grade.unpacked .arrow.colored,
.grade.unpacked .arrow.colored:after {
  background-color: #4F0A63;
}
.grade.grade2nd .arrow.colored,
.grade.grade2nd .arrow.colored:after {
  background-color: #EA7003;
}
.tooltip-error {
  position: absolute;
  background: #FFF;
  padding: 6px;
  font-size: 11px;
  border: 1px solid #B5B5B5;
  border-radius: 5px;
  left: 50px;
  top: 45px;
}
.tooltip-error:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #FFF;
  border: 1px solid #B5B5B5;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: -6px;
  left: 12px;
}
.tooltip-error .fa {
  width: 20px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  background: #FFB600;
  margin-right: 5px;
  color: #FFF;
}
.sale-event-message .button {
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
  padding: 2px 15px;
  margin: 0;
  position: relative;
}
.sale-event-message .button.free-delivery {
  background: #37B0FF;
  border-color: #37B0FF;
}
.sale-event-message .button.free-delivery:after {
  border-color: #37B0FF transparent transparent transparent;
}
.sale-event-message .button.second-grade {
  background: #EA7003;
  border-color: #EA7003;
}
.sale-event-message .button.second-grade:after {
  border-color: #EA7003 transparent transparent transparent;
}
.sale-event-message .button.unpacked {
  background: #4F0A63;
  border-color: #4F0A63;
}
.sale-event-message .button.unpacked:after {
  border-color: #4F0A63 transparent transparent transparent;
}
.sale-event-message .button i {
  margin-left: 5px;
}
.sale-event-message .button:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 0;
  content: '';
  position: absolute;
  right: -9px;
  top: -1px;
}
.sale-event-message .remaining {
  background: #4a51c3;
  color: #FFF;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0;
  padding: 2px 15px;
  margin: 0;
  border: 0;
  margin-right: 10px;
  position: relative;
}
.sale-event-message .remaining:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 9px 0 0;
  border-color: #4a51c3 transparent transparent transparent;
  content: '';
  position: absolute;
  right: -9px;
  top: 0px;
}
.sale-event-message .button .tooltip {
  position: absolute;
  background: #FFF;
  padding: 10px;
  font-size: 11px;
  width: 380px;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.2);
  white-space: initial;
  bottom: 32px;
  left: 88%;
  transform: translate(-50%, 0);
  display: none;
}
.sale-event-message .button:hover .tooltip {
  display: block;
  opacity: 1;
}
.sale-event-message .button .tooltip:after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%, 0) rotate(45deg);
  width: 14px;
  height: 14px;
  background: #FFF;
  content: '';
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  border-right: 2px solid rgba(0, 0, 0, 0.1);
}
.sale-event-message .button .tooltip p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
  color: #444;
  font-weight: 400;
  text-align: left;
  white-space: normal;
}
.sale-event-message .button .tooltip p.heading {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 5px;
}
.sale-event-message .button.free-delivery .tooltip p.heading {
  color: #026AB2;
}
.sale-event-message .button.second-grade .tooltip p.heading {
  color: #EA7003;
}
.sale-event-message .button.unpacked .tooltip p.heading {
  color: #4F0A63;
}
.sale-event-message .button .tooltip p.heading i {
  width: 15px;
  text-align: center;
  line-height: 17px;
  height: 17px;
  color: #FFF;
  margin: 0 5px 0 0;
}
.sale-event-message .button .tooltip p.heading i {
  background: #026AB2;
}
.sale-event-message .button.second-grade .tooltip p.heading i {
  background: #EA7003;
}
.sale-event-message .button.unpacked .tooltip p.heading i {
  background: #4F0A63;
}
.free-delivery-info-message {
  display: block;
  width: 100%;
  margin: 0 0 5px;
  background: #026AB2;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}
.free-delivery-bar {
  width: 100%;
  color: #534E47;
  background-color: #E4DED7;
  border-color: #968E84;
  border: 1px solid;
  position: relative;
  float: left;
  margin: 0 0 20px;
  padding: 0 5px;
}
.free-delivery-bar .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #026AB2;
}
.free-delivery-bar span:first-child {
  float: left;
  position: relative;
  z-index: 2;
  color: #FFF;
}
.free-delivery-bar span:last-child {
  float: right;
  position: relative;
  z-index: 2;
}
.free-delivery-bordered {
  width: 99.5%;
  float: left;
  padding: 9px;
  border: 1px solid #DDD;
}
.free-delivery-banner-big {
  background: #37B0FF;
  padding: 15px;
  width: 100%;
  float: left;
}
.free-delivery-banner-big .icon {
  float: left;
  width: 12%;
}
.free-delivery-banner-big .icon img {
  width: 100%;
}
.free-delivery-banner-big .text {
  float: right;
  width: 88%;
  padding-left: 20px;
}
.free-delivery-banner-big .text p {
  color: #004470;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.free-delivery-banner-big .text p strong {
  display: block;
  color: #FFF;
  font-size: 23px;
  font-weight: 500;
}
.free-delivery-sidebar {
  width: 100%;
  margin-top: 5px;
}
.free-delivery-banner-homepage {
  width: 100%;
  float: left;
  padding: 9px 9px 9px 30px;
  border: 1px solid #DDD;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  display: flex;
  align-items: center;
  min-height: 120px;
  line-height: 1.1;
}
.free-delivery-banner-homepage > p {
  float: left;
  width: 60%;
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #4D4E50;
  margin: 10px 0 0;
}
.free-delivery-banner-homepage .blue {
  float: right;
  width: 40%;
  background: #37B0FF;
  padding: 10px 10px 10px 30px;
  position: relative;
}
.free-delivery-banner-homepage .blue:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 25px 0;
  border-color: transparent #37B0FF transparent transparent;
  position: absolute;
  left: -40px;
  top: 0;
}
.free-delivery-banner-homepage .darkblue {
  float: right;
  width: 40%;
  background: #006BB2;
  padding: 0px 10px 00px 30px;
  position: relative;
  display: flex;
  justify-content: center;
}
.free-delivery-banner-homepage .darkblue .icon {
  display: inline-block;
  background-color: white;
}
.free-delivery-banner-homepage .darkblue:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 25px 0;
  border-color: transparent #006BB2 transparent transparent;
  position: absolute;
  left: -40px;
  top: 0;
}
.free-delivery-banner-homepage .blue .icon {
  width: 33%;
  float: right;
}
.free-delivery-banner-homepage .blue .icon img {
  width: 100%;
}
.free-delivery-banner-homepage .blue p {
  width: 60%;
  float: left;
  display: block;
  margin: 0;
  color: #FFF;
  font-weight: 400;
  font-size: 30px;
}
.fancybox-inner .watermark {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 50px;
}
.detail .image a[data-watermark] {
  position: relative;
  display: block;
  float: left;
}
.detail .image a[data-watermark]:before {
  position: absolute;
  left: 10px;
  bottom: 5px;
  width: 80px;
  height: 40px;
  content: '';
  background-size: 80px 40px;
}
.searchtext {
  outline: none;
}
.wide-web-message {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
}
.wide-web-message div {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  padding-left: 100%;
  text-indent: 0;
  font-weight: bold;
  font-size: 14px;
  animation: marquee 30s linear infinite;
}
@media (max-width: 768px) {
  .wide-web-message div {
    animation: marquee 30s linear infinite;
  }
  #tabfiles {
    display: block;
    width: 100%;
    overflow-x: auto;
  }
  #tabfiles table {
    width: 100%;
  }
  #tabfiles table th,
  #tabfiles table td {
    padding: 5px;
  }
}
@media (max-width: 580px) {
  .wide-web-message {
    background: #424345;
  }
}
.wide-web-message:hover div {
  animation-play-state: paused;
}
@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}
.detail .product-manufacturer-row .pmr {
  display: inline-block;
}
.detail .harvia-plus {
  position: relative;
  margin-left: 1rem;
}
.detail .harvia-plus .harvia-plus-popup {
  border: 1px solid #ddd;
  background: #fff;
  min-width: 200px;
  padding: 1rem;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0;
  transition: 0.34s ease;
}
.detail .harvia-plus .harvia-plus-popup p,
.detail .harvia-plus .harvia-plus-popup ul {
  margin: 0;
}
.detail .harvia-plus .harvia-plus-popup li {
  margin-top: 1rem;
}
.detail .harvia-plus .harvia-plus-popup ul {
  padding-left: 2rem;
}
.detail .harvia-plus:hover .harvia-plus-popup {
  pointer-events: all;
  opacity: 1;
}
.detail .help.padding {
  padding-bottom: 39px;
}
.detail .help .callto .contact {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F8F9FC;
  border-top: 1px solid #DDD;
  padding: 10px;
}
.detail .help .callto .contact li {
  display: inline-block;
}
.detail .help .callto .contact li:first-child {
  margin-right: 5px;
  padding-right: 8px;
  border-right: 1px solid #DDD;
}
.stove-configurator-iframe {
  width: 100%;
}
.filter .half {
  width: 50%;
  padding-right: 5px;
  float: left;
}
.filter .half + .half {
  padding-left: 5px;
  padding-right: 0;
}
.quick-load {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #DDD;
}
.spinner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  transform: scale(0.7);
}
.spinner div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0D3349;
  margin: -4px 0 0 -4px;
}
.spinner div:nth-child(1) {
  animation-delay: -0.036s;
}
.spinner div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.spinner div:nth-child(2) {
  animation-delay: -0.072s;
}
.spinner div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.spinner div:nth-child(3) {
  animation-delay: -0.108s;
}
.spinner div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.spinner div:nth-child(4) {
  animation-delay: -0.144s;
}
.spinner div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.spinner div:nth-child(5) {
  animation-delay: -0.18s;
}
.spinner div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.spinner div:nth-child(6) {
  animation-delay: -0.216s;
}
.spinner div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.spinner div:nth-child(7) {
  animation-delay: -0.252s;
}
.spinner div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.spinner div:nth-child(8) {
  animation-delay: -0.288s;
}
.spinner div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.delivery_zip {
  display: flex;
  justify-content: center;
}
.delivery_zip_wrapper {
  position: relative;
}
.delivery_zip_bubble {
  position: absolute;
  background: #484848;
  color: #FFF;
  top: -66px;
  right: 60px;
  padding: 15px 35px;
  font-size: 14px;
  transition: 0.34s ease;
}
@media (max-width: 375px) {
  .delivery_zip_bubble {
    top: -66px;
    right: 0px;
  }
}
@media (max-width: 320px) {
  .delivery_zip_bubble {
    top: -66px;
    right: 0px;
  }
}
.delivery_zip_bubble::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 60px;
  border: 12px solid transparent;
  border-top: 12px solid #484848;
}
.delivery_zip input.filled ~ .delivery_zip_bubble,
.delivery_zip input:focus ~ .delivery_zip_bubble {
  opacity: 0;
}
#frm-downloadForm #snippet--order-status .fa-check {
  color: green;
}
#frm-downloadForm #snippet--order-status .fa-times {
  color: red;
}
#frm-downloadForm label.required:after {
  content: "*";
  padding-left: 5px;
  color: red;
}
#frm-downloadForm input[type='radio'] ~ label,
#frm-downloadForm input[type='checkbox'] ~ label {
  padding-right: 0;
  padding-left: 5px;
  display: inline-block;
}
#frm-downloadForm input[type='text'] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#frm-downloadForm .error {
  background-color: #D2322D;
  border-color: #AC2925;
  color: #FFF;
  padding-left: 0;
  padding: 5px;
  border-radius: 5px;
}
#frm-downloadForm .btn {
  margin-right: 5px;
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
#frm-downloadForm .bg {
  background-color: #EEE;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 5px;
}
#frm-downloadForm.busy button[name='s'] {
  cursor: not-allowed;
}
#frm-downloadForm.busy button[name='s']::before {
  margin-right: 25px;
  font-size: 13px;
  content: "\f110";
  font-family: FontAwesome;
  display: inline-block;
  transform-origin: center center;
  animation-name: fa-spin;
  animation-duration: 2000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#tabfiles td {
  position: relative;
}
.downloadPixel {
  width: 7px;
  height: 7px;
  background-color: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.only-mobile {
  display: none;
}
.information-box {
  margin-left: 8px;
  float: left;
  position: relative;
}
.col-title .information-box {
  float: unset;
  display: inline-block;
}
.col-title .information-box .fa {
  line-height: 1;
}
.information-box .fa {
  display: inline-block;
  line-height: 24px;
  font-size: 18px;
  color: #777;
}
.information-box .showbox {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%);
  background: #eee;
  padding: 10px;
  border-radius: 4px;
  min-width: 180px;
  transition: 0.34s ease;
  opacity: 0;
  pointer-events: none;
  font-weight: normal;
}
.information-box:hover .showbox {
  opacity: 1;
  pointer-events: all;
}
.information-box .showbox::before,
.information-box .showbox::after {
  content: '';
  position: absolute;
  top: 100%;
}
.information-box .showbox::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #eee;
  left: 50%;
  transform: translateX(-50%);
}
.information-box .showbox::after {
  height: 12px;
  width: 100%;
  left: 0;
}
.information-box p {
  margin: 0;
}
.termindodani {
  clear: both;
  color: #ff0707;
}
.product-zaruka-text {
  color: #ff0707;
  border: 1px dotted #ff0707;
  padding: 1rem;
  margin-bottom: 2rem;
}
.app-slider .swiper-pagination-bullet {
  --swiper-pagination-bullet-size: 12px;
  opacity: 1;
  background: #4c4c4c;
  border: 2px solid #fff;
}
.app-slider .swiper-pagination-bullet-active {
  background: #fff;
  border-color: #000;
  outline: 1px solid #fff;
}
.app-slider .swiper-button-prev,
.app-slider .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #4c4c4c;
  border: 2px solid #fff;
  color: #fff;
}
.app-slider .swiper-button-prev::after,
.app-slider .swiper-button-next::after {
  font-size: 18px;
}
.app-slider .swiper-button-prev:hover,
.app-slider .swiper-button-next:hover {
  background: #fff;
  border-color: #000;
  color: #000;
  outline: 1px solid #fff;
}
.app-slider img {
  object-fit: cover;
  width: 100%;
  height: 300px;
  display: block;
}
@media (max-width: 999px) {
  .app-slider img {
    height: 100%;
  }
}
.container {
  width: 100%;
  position: relative;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1440px;
  }
}
#main-content {
  display: flex;
  flex-flow: wrap row;
  grid-gap: 3.75rem;
}
#main-content,
#main-content *,
#main-content *::before,
#main-content *::after {
  box-sizing: border-box;
}
#main-content .free-delivery-banner-big {
  float: none;
}
#main-content .sidebar {
  flex: 0 0 220px;
}
#main-content .main {
  flex: 1;
  width: auto;
  margin: 0;
}
#main-content > .clear {
  display: none;
}
#main-content .free-delivery-bordered {
  float: none;
  width: 100%;
  clear: both;
  display: block;
}
#main-content .free-delivery-banner-big {
  display: flex;
}
#main-content .categorynav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
}
@media (max-width: 1200px) {
  #main-content .categorynav {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 760px) {
  #main-content .categorynav {
    grid-template-columns: repeat(1, 1fr);
  }
}
#main-content .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem 2rem;
}
#main-content .products .product {
  width: 100%;
}
@media (max-width: 1200px) {
  #main-content .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 860px) {
  #main-content .products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 560px) {
  #main-content .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
#main-content .pagination {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: -1;
}
.modal-loading {
  padding: 60px 20px;
  text-align: center;
  display: flex;
  flex-flow: nowrap column;
  gap: 30px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #0d0d0d;
}
.modal-loading .fa {
  font-size: 72px;
}
@media (min-width: 999px) {
  .cart-modal .modal-dialog {
    width: 860px;
  }
}
.cart-add {
  position: relative;
}
.cart-add .cart-add-dismiss {
  position: absolute;
  right: 10px;
  top: 10px;
}
.cart-add .cart-add-product {
  padding: 4rem 2rem 2rem;
}
.cart-add .cart-add-product p {
  font-size: 14px;
}
.cart-add .register-text {
  font-size: 14px;
  line-height: 34px;
}
.cart-add .cart-add-line {
  padding: 2rem;
  margin-block: 1rem;
  background: #f1f1f1;
}
.cart-add .cart-add-recommendation {
  padding: 2rem 2rem 4rem;
}
.cart-add .cart-add-recommendation h3 {
  margin-top: 0;
  margin-bottom: 2rem;
}
.cart-add .cart-add-products {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
@media (min-width: 999px) {
  .cart-add .cart-add-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
.category-filter-form .sidebar-filter {
  margin-bottom: 2rem;
  display: flex;
  flex-flow: wrap row;
  align-items: center;
}
.category-filter-form .filter-title {
  flex: 1;
  margin: 0;
}
.category-filter-form .filter-close {
  flex: 0 0 1.5em;
  border: 0;
  padding: 0;
  font-size: 16px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  background: #ddd;
}
.category-filter-form .filter-close .filter-close-icon::after {
  content: '-';
}
.category-filter-form .filter-slider,
.category-filter-form .filter-values {
  flex: 100%;
  margin-top: 1rem;
}
.category-filter-form .filter-closed .filter-slider,
.category-filter-form .filter-closed .filter-values {
  display: none;
}
.category-filter-form .filter-closed .filter-close-icon::after {
  content: '+';
}
.category-filter-form .filter-slider {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap row;
  margin-top: 1.5rem;
}
.category-filter-form .filter-slider .filter-slide {
  flex: 100%;
  margin-bottom: 1.5rem;
}
.category-filter-form .filter-slider .filter-slide-inputs {
  flex: 100%;
  display: flex;
  justify-content: space-between;
}
.category-filter-form .filter-slider .filter-input-wrapper {
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  line-height: 1;
}
.category-filter-form .filter-slider .filter-slide-input {
  flex: 0 0 50px;
  width: 50px;
  text-align: right;
  padding: 0.25rem;
  border: 0;
  background: transparent;
}
.category-filter-form .filter-slider .filter-input-suffix {
  padding: 0.5rem;
}
.category-filter-form .filter-values .filter-item {
  padding-block: 0.25rem;
  margin-bottom: 0.25rem;
}
.category-filter-form .filter-values .filter-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  line-height: 1;
}
.category-filter-form .filter-values .filter-checkbox input {
  margin: 0;
}
.category-filter-form .filter-values .filter-checkbox label {
  cursor: pointer;
  margin: 0;
  font-weight: 500;
}
.category-filter-form .ui-slider-horizontal {
  height: 2px;
}
.category-filter-form .ui-widget-content,
.category-filter-form .ui-widget-header {
  border: 0;
  background: #cccccc;
}
.category-filter-form .ui-slider-handle {
  border-radius: 50%;
  border: 1px solid #b79d7c;
  background: white;
  top: -8px;
}
/*# sourceMappingURL=layout.css.map */