﻿/* ABY NEHAZELO CHYBY */
/* NEW */
@font-face {
  font-family: 'PoppinsLight';
  font-display: swap;
  src: url('../../fonts/poppins/Poppins-Light.woff') format('woff');
}
@font-face {
  font-family: 'PoppinsRegular';
  font-display: swap;
  src: url('../../fonts/poppins/Poppins-Regular.woff') format('woff');
}
@font-face {
  font-family: 'PoppinsBold';
  font-display: swap;
  src: url('../../fonts/poppins/Poppins-Bold.woff') format('woff');
}
@font-face {
  font-family: 'PoppinsSemiBold';
  font-display: swap;
  src: url('../../fonts/poppins/Poppins-SemiBold.woff') format('woff');
}
@font-face {
  font-family: 'PoppinsExtraBold';
  font-display: swap;
  src: url('../../fonts/poppins/Poppins-ExtraBold.woff') format('woff');
}
/* OLD */
body {
  background-color: #ffffff;
  position: relative;
}
html.bg-white body {
  background-color: #ffffff;
}
::selection,
::-moz-selection {
  background: #e14b4b !important;
  color: #FFFFFF !important;
}
h1,
h2,
h3 {
  margin-top: 16px;
  margin-bottom: 12px;
}
.page-wrapper {
  padding-bottom: 35px;
  padding-top: 25px;
}
.page-two-columns {
  display: grid;
  grid-template-columns: 18% 82%;
  grid-template-rows: 100%;
  grid-column-gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .page-two-columns {
    grid-template-columns: 30% 70%;
    grid-template-rows: 100%;
    grid-column-gap: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .page-two-columns {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    grid-column-gap: 0;
  }
}
.page-two-columns .page-two-columns-left {
  grid-column: 1;
  grid-row: 1;
}
@media only screen and (max-width: 991.98px) {
  .page-two-columns .page-two-columns-left {
    grid-column: 1;
    grid-row: 1;
  }
}
.page-two-columns .page-two-columns-right {
  grid-column: 2;
  grid-row: 1;
}
@media only screen and (max-width: 991.98px) {
  .page-two-columns .page-two-columns-right {
    grid-column: 1;
    grid-row: 2;
  }
}
#page-header {
  background-color: #BF0B16;
}
.page-title h1 {
  margin-top: 0 !important;
}
.root-wrapper {
  margin: 0 25px 0 25px;
}
.text-nowrap {
  white-space: nowrap;
}
.w-100 {
  width: 100% !important;
}
@media screen and (max-width: 991px) {
  .footer .footer-info {
    margin: 0 0 0 0;
  }
  .footer .footer-info .col-footer {
    margin-right: 0 !important;
    padding: 0 !important;
  }
  .page-body {
    margin: 0 0 0 0;
  }
  .footer-end {
    padding: 0 6px 0 6px;
  }
  .root-wrapper {
    margin: 0 25px 0 25px !important;
    margin-left: 10px !important;
  }
  .center-1 {
    margin: 0 0 0 0;
  }
}
.control-label {
  text-align: left !important;
}
.control-label.control-label-required:after {
  content: "   *";
  color: red;
}
.vcenter {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.pointer {
  cursor: pointer;
}
.mt-30 {
  margin-top: 30px;
}
.mr-30 {
  margin-right: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.ml-30 {
  margin-left: 30px;
}
.mt-27 {
  margin-top: 27px;
}
.mr-27 {
  margin-right: 27px;
}
.mb-27 {
  margin-bottom: 27px;
}
.ml-27 {
  margin-left: 27px;
}
.mt-24 {
  margin-top: 24px;
}
.mr-24 {
  margin-right: 24px;
}
.mb-24 {
  margin-bottom: 24px;
}
.ml-24 {
  margin-left: 24px;
}
.mt-21 {
  margin-top: 21px;
}
.mr-21 {
  margin-right: 21px;
}
.mb-21 {
  margin-bottom: 21px;
}
.ml-21 {
  margin-left: 21px;
}
.mt-18 {
  margin-top: 18px;
}
.mr-18 {
  margin-right: 18px;
}
.mb-18 {
  margin-bottom: 18px;
}
.ml-18 {
  margin-left: 18px;
}
.mt-15 {
  margin-top: 15px;
}
.mr-15 {
  margin-right: 15px;
}
.mb-15 {
  margin-bottom: 15px;
}
.ml-15 {
  margin-left: 15px;
}
.mt-12 {
  margin-top: 12px;
}
.mr-12 {
  margin-right: 12px;
}
.mb-12 {
  margin-bottom: 12px;
}
.ml-12 {
  margin-left: 12px;
}
.mt-9 {
  margin-top: 9px;
}
.mr-9 {
  margin-right: 9px;
}
.mb-9 {
  margin-bottom: 9px;
}
.ml-9 {
  margin-left: 9px;
}
.mt-6 {
  margin-top: 6px;
}
.mr-6 {
  margin-right: 6px;
}
.mb-6 {
  margin-bottom: 6px;
}
.ml-6 {
  margin-left: 6px;
}
.mt-3 {
  margin-top: 3px;
}
.mr-3 {
  margin-right: 3px;
}
.mb-3 {
  margin-bottom: 3px;
}
.ml-3 {
  margin-left: 3px;
}
.margin-top-15 {
  margin-top: 15px !important;
}
.margin-bottom-15 {
  margin-bottom: 15px !important;
}
.margin-right-15 {
  margin-right: 15px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.panel.panel-login {
  margin-top: 3%;
}
.panel.panel-login .panel-heading {
  font-size: 1.2em;
  font-weight: bold;
}
.panel.panel-login .panel-body {
  position: relative;
}
.panel.panel-login .panel-body .panel-overlay {
  display: none;
  position: absolute;
  margin-top: -15px;
  margin-left: -15px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 5;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.panel.panel-login .panel-body .panel-overlay .panel-overlay-content {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.panel.panel-login .panel-body .panel-overlay .panel-overlay-content i {
  font-size: 1.6em;
  margin-bottom: 9px;
}
.panel.panel-login .panel-body .panel-overlay .panel-overlay-content span {
  display: block;
  font-size: 1.2em;
}
.panel.panel-login .panel-body .buttons span {
  padding-top: 5px;
}
a {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}
.btn-banner {
  color: #ffffff !important;
  background-color: #908d8d !important;
  border-color: #827c7c !important;
}
.btn-banner:hover,
.btn-banner:focus,
.btn-banner.focus,
.btn-banner:active,
.btn-banner.active,
.open > .dropdown-toggle.btn-banner {
  color: #ffffff !important;
  background-color: #747171 !important;
  border-color: #686262 !important;
}
.btn-green {
  color: #ffffff !important;
  background-color: #66B564 !important;
  border-color: #66B564 !important;
}
.btn-green:hover,
.btn-green:focus,
.btn-green.focus,
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #ffffff !important;
  background-color: #7dd17b !important;
  border-color: #7dd17b !important;
}
.btn-red {
  color: #ffffff !important;
  background-color: #E7010E !important;
  border-color: #E7010E !important;
}
.btn-red:hover,
.btn-red:focus,
.btn-red.focus,
.btn-red:active,
.btn-red.active,
.open > .dropdown-toggle.btn-red {
  color: #ffffff !important;
  background-color: #f11b27 !important;
  border-color: #f11b27 !important;
}
.btn-gray {
  color: #ffffff !important;
  background-color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #ffffff !important;
  background-color: #e4e4e4 !important;
  border-color: #e4e4e4 !important;
}
.btn-offer-items-count {
  color: #ffffff !important;
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0 !important;
  font-weight: bold !important;
  width: 56px !important;
}
.btn-offer-items-count:hover,
.btn-offer-items-count:focus,
.btn-offer-items-count.focus,
.btn-offer-items-count:active,
.btn-offer-items-count.active,
.open > .dropdown-toggle.btn-offer-items-count {
  color: #ffffff !important;
  background-color: #a0a0a0 !important;
  border-color: #a0a0a0 !important;
}
.btn-amount {
  color: #000000 !important;
  background-color: #E6E6E6 !important;
  border-color: #CCCCCC !important;
  width: 32px;
}
.btn-amount :hover,
.btn-amount:focus,
.btn-amount .focus,
.btn-amount :active,
.btn-amount .active,
.open > .dropdown-toggle.btn-amount {
  color: #000000 !important;
  background-color: #E6E6E6 !important;
  border-color: #CCCCCC !important;
}
.btn-back-to-shop {
  color: #000000 !important;
  background-color: #c3dc80 !important;
  border-color: #d0d0d0 !important;
}
.btn-back-to-shop:hover,
.btn-back-to-shop:focus,
.btn-back-to-shop.focus,
.btn-back-to-shop:active,
.btn-back-to-shop.active,
.open > .dropdown-toggle.btn-back-to-shop {
  color: #000000 !important;
  background-color: #b8d372 !important;
  border-color: #d0d0d0 !important;
}
a.blue-anchor {
  text-decoration: underline;
  color: #02CCFE !important;
}
.btn-hamburger {
  float: left;
  color: #ffffff !important;
  background-color: #9c0a0a !important;
  border-color: #9c0a0a !important;
}
.btn-hamburger:hover,
.btn-hamburger:focus,
.btn-hamburger.focus,
.btn-hamburger:active,
.btn-hamburger.active,
.open > .dropdown-toggle.btn-hamburger {
  color: #ffffff !important;
  background-color: #9c0a0a !important;
  border-color: #9c0a0a !important;
}
.btn-filter {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-filter:hover,
.btn-filter:focus,
.btn-filter.focus,
.btn-filter:active,
.btn-filter.active,
.open > .dropdown-toggle.btn-filter {
  color: #ffffff !important;
  background-color: #414141 !important;
  border-color: #414141 !important;
}
.btn-standard {
  color: #ffffff !important;
  background-color: #cf1515 !important;
  border-color: #9c0a0a !important;
}
.btn-standard:hover,
.btn-standard:focus,
.btn-standard.focus,
.btn-standard:active,
.btn-standard.active,
.open > .dropdown-toggle.btn-standard {
  color: #ffffff !important;
  background-color: #b01414 !important;
  border-color: #860909 !important;
}
.btn-news {
  color: #000000 !important;
  background-color: #c5c5c5 !important;
  border-color: #c5c5c5 !important;
}
.btn-news:hover,
.btn-news:focus,
.btn-news.focus,
.btn-news:active,
.btn-news.active,
.open > .dropdown-toggle.btn-standard {
  color: #000000 !important;
  background-color: #b1b1b1 !important;
  border-color: #b1b1b1 !important;
}
.btn-techonolgies {
  color: #000000 !important;
  background-color: #c5c5c5 !important;
  border-color: #c5c5c5 !important;
}
.btn-techonolgies:hover,
.btn-techonolgies:focus,
.btn-techonolgies.focus,
.btn-techonolgies:active,
.btn-techonolgies.active,
.open > .dropdown-toggle.btn-standard {
  color: #000000 !important;
  background-color: #b1b1b1 !important;
  border-color: #b1b1b1 !important;
}
.btn.btn-yellow {
  color: #FFFFFF !important;
  background-color: #d8c422 !important;
  border-color: #d8c422 !important;
}
.btn.btn-yellow:hover,
.btn.btn-yellow:focus {
  color: #FFFFFF !important;
  background-color: #dfcc34 !important;
  border-color: #dfcc34 !important;
}
.koupit-group {
  width: 100% !important;
}
.koupit-group .koupit-input {
  float: left;
  width: 100px !important;
}
.koupit-group .koupit-input input {
  text-align: center;
  font-size: 0.9em;
}
.btn-koupit {
  color: #ffffff !important;
  background-color: #66B564 !important;
  border-color: #66B564 !important;
}
.btn-koupit:hover,
.btn-koupit:focus,
.btn-koupit.focus,
.btn-koupit:active,
.btn-koupit.active,
.open > .dropdown-toggle.btn-koupit {
  color: #ffffff !important;
  background-color: #7dd17b !important;
  border-color: #7dd17b !important;
}
.btn-porovnani {
  color: #ffffff !important;
  background-color: #337ab7 !important;
  border-color: #2e6da4 !important;
}
.btn-porovnani:hover,
.btn-porovnani:focus,
.btn-porovnani.focus,
.btn-porovnani:active,
.btn-porovnani.active,
.open > .dropdown-toggle.btn-porovnani {
  color: #ffffff !important;
  background-color: #286090 !important;
  border-color: #204d74 !important;
}
.btn-nabidka {
  color: #ffffff !important;
  background-color: #5cb85c !important;
  border-color: #4cae4c !important;
}
.btn-nabidka:hover,
.btn-nabidka:focus,
.btn-nabidka.focus,
.btn-nabidka:active,
.btn-nabidka.active,
.open > .dropdown-toggle.btn-nabidka {
  color: #ffffff !important;
  background-color: #449d44 !important;
  border-color: #398439 !important;
}
/*NASTYLOVANI KALENDARE*/
.picker__day--highlighted {
  color: #000000 !important;
  background-color: #fce3e3 !important;
  border-color: #c34141 !important;
}
.picker__button--clear:hover,
.picker__button--clear:focus,
.picker__button--clear.focus,
.picker__button--clear:active,
.picker__button--clear.active,
.picker__button--close:hover,
.picker__button--close:focus,
.picker__button--close.focus,
.picker__button--close:active,
.picker__button--close.active,
.picker__button--today:hover,
.picker__button--today:focus,
.picker__button--today.focus,
.picker__button--today:active,
.picker__button--today.active,
.picker__nav--next:hover,
.picker__nav--next:focus,
.picker__nav--next.focus,
.picker__nav--next:active,
.picker__nav--next.active,
.picker__nav--prev:hover,
.picker__nav--prev:focus,
.picker__nav--prev.focus,
.picker__nav--prev:active,
.picker__nav--prev.active,
.picker__nav--next:hover,
.picker__nav--next:focus,
.picker__nav--next.focus,
.picker__nav--next:active,
.picker__nav--next.active,
.picker__day--outfocus:hover,
.picker__day--outfocus:focus,
.picker__day--outfocus.focus,
.picker__day--outfocus:active,
.picker__day--outfocus.active,
.picker__day--infocus:hover,
.picker__day--infocus:focus,
.picker__day--infocus.focus,
.picker__day--infocus:active,
.picker__day--infocus.active,
.open > .dropdown-toggle.picker__day--infocus {
  color: #ffffff !important;
  background-color: #e14b4b !important;
  border-color: #c34141 !important;
}
.nav-pills {
  margin-bottom: 15px;
}
.nav-pills li {
  background-color: #eaeaea !important;
  font-weight: bold;
  padding: 9px;
  transition: all ease-in-out 0.2s;
}
.nav-pills li a {
  padding: 15px 9px;
  transition: all ease-in-out 0.2s;
}
.nav-pills li:hover a {
  background-color: #f9caca !important;
}
.nav-pills li:hover .active {
  background-color: #c71718 !important;
}
.nav-pills li.active a {
  background-color: #c71718 !important;
}
/*BOOTPAG*/
.bootpag a {
  color: #e14b4b !important;
}
.bootpag .active a {
  background-color: #c34141 !important;
  border-color: #c34141;
  color: #ffffff !important;
}
.bootpag .active a:hover {
  border-color: #c34141;
  background-color: #e14b4b;
  color: #ffffff !important;
}
/*DATATABLES PAGINATION*/
/*.pagination .paginate_button a {
    color: @bgLighter !important;
}

.pagination > .active > a {
    z-index: 3;
    border-color: @borderLighter;
    background-color: @borderLighter;
    color: #ffffff !important;

    &:hover {
        border-color: @borderLighter;
        background-color: @bgLighter;
        color: #ffffff !important;
    }
}*/
.pagination a {
  color: #000000 !important;
}
.pagination a:hover {
  background-color: #d8d8d8 !important;
  color: #000000 !important;
  border: 1px solid #c5c5c5 !important;
}
.pagination > li[id$="ellipsis"] a,
.pagination > li[id$="ellipsis"] span {
  background-color: transparent !important;
  border: 0 !important;
  color: #000000 !important;
}
.pagination > li[id$="ellipsis"] .disabled a,
.pagination > li[id$="ellipsis"] .disabled span {
  background-color: transparent !important;
  border: 0 !important;
  color: #000000 !important;
}
.pagination > li > a,
.pagination > li > span {
  margin: 3px;
  border: 1px solid #c5c5c5;
  background-color: #ffffff;
}
.pagination > li:last-child > a,
.pagination > li.last-child > span {
  margin-right: 0 !important;
  border-radius: 0 !important;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0 !important;
}
.pagination .disabled > a {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border: 1px solid #c5c5c5;
}
.pagination .active > a {
  font-weight: bold;
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border: 1px solid #c5c5c5;
}
.pagination .active > a:hover {
  background-color: #d8d8d8 !important;
  border: 1px solid #c5c5c5;
}
.pagination .previous > a,
.pagination .next > a,
.pagination .previous.disabled > a,
.pagination .next.disabled > a {
  border-radius: 0 !important;
  background-color: #d8d8d8 !important;
  color: #ffffff !important;
}
.pagination .previous > a:hover,
.pagination .next > a:hover,
.pagination .previous.disabled > a:hover,
.pagination .next.disabled > a:hover {
  border: 1px solid #c5c5c5 !important;
  background-color: #d8d8d8 !important;
}
.simple-pagination {
  display: table !important;
  margin: 0 auto !important;
  padding: 0 !important;
}
.simple-pagination li {
  min-width: 24px;
  margin: 3px !important;
  text-align: center;
  text-decoration: none;
}
.simple-pagination li:last-child {
  margin-right: 0 !important;
}
.simple-pagination li a {
  color: #000000 !important;
}
.simple-pagination li a:hover {
  text-decoration: none;
}
.simple-pagination li a,
.simple-pagination li span {
  float: left;
  width: 100%;
  box-shadow: none;
  font-size: 14px !important;
  text-align: center;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 4px 12px;
  border: 1px solid #c5c5c5 !important;
  background-color: #ffffff !important;
  background: #ffffff !important;
  color: #000000 !important;
}
.simple-pagination li a:hover,
.simple-pagination li span:hover {
  background-color: #d8d8d8 !important;
}
.simple-pagination li .current {
  box-shadow: none !important;
}
.simple-pagination li.disabled a,
.simple-pagination li.disabled span {
  /*border: 1px solid @pagination-disabled-border !important;*/
  background-color: #cfcfcf !important;
  color: #000000 !important;
}
.simple-pagination li.disabled a:hover,
.simple-pagination li.disabled span:hover {
  background-color: #d8d8d8 !important;
}
.simple-pagination li.active a,
.simple-pagination li.active span {
  background-color: #cfcfcf !important;
  color: #000000 !important;
  font-weight: bold;
}
.simple-pagination li.active a:hover,
.simple-pagination li.active span:hover {
  background-color: #d8d8d8 !important;
}
.simple-pagination li.prev a,
.simple-pagination li.next a,
.simple-pagination li.prev span,
.simple-pagination li.next span {
  background-color: #cfcfcf !important;
  color: #ffffff !important;
}
.simple-pagination li.prev.disabled a,
.simple-pagination li.next.disabled a,
.simple-pagination li.prev.disabled span,
.simple-pagination li.next.disabled span {
  background-color: #cfcfcf !important;
  color: #ffffff !important;
  cursor: not-allowed;
}
.simple-pagination li > .ellipse-input {
  height: 150px !important;
}
.simple-pagination li.ellipse a,
.simple-pagination li.ellipse span {
  border: none !important;
  background-color: transparent !important;
  cursor: not-allowed;
  font-weight: normal;
}
.simple-pagination li.ellipse a:hover,
.simple-pagination li.ellipse span:hover {
  border: none !important;
  background-color: transparent !important;
}
.grid-column-carousel-pagination-text {
  margin-left: 5px;
}
.grid-column-carousel-pagination-text.grid-column-carousel-pagination-text-top {
  margin-bottom: 0;
  margin-top: 19px;
}
.grid-column-carousel-pagination.grid-column-carousel-pagination-top {
  margin-bottom: 10px !important;
  margin-right: 4px !important;
}
.grid-column-carousel-pagination.grid-column-carousel-pagination-bottom {
  margin-top: 0;
  margin-right: 4px !important;
}
/*CALENDAR PICKER*/
/*.picker__day {
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 1px solid #dcdee0 !important;
}*/
.text-primary {
  color: #e14b4b;
}
.text-primary a {
  color: #e14b4b;
}
.btn.btn-buy {
  margin-top: 25px !important;
}
.navbar {
  height: 60px !important;
  vertical-align: middle;
  margin-bottom: 0;
  border-radius: 0;
}
.navigation {
  background-color: #343434;
}
.navigation .financial-info b.infinite {
  font-size: 1.4em;
  margin-bottom: -6px;
}
.navigation .financial-info .financial-table-lg tr td,
.navigation .financial-info .financial-table-md tr td {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.navigation .financial-info .financial-table-lg tr td:first-child,
.navigation .financial-info .financial-table-md tr td:first-child {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.navigation .menu .dropdown {
  display: inline-block;
}
.navigation .menu .dropdown .dropdown-toggle {
  height: 52px !important;
  vertical-align: middle;
  background-color: transparent;
  border: none;
  padding-right: 0 !important;
}
.navigation-mobile {
  /*display: none;*/
}
.navigation-mobile .main {
  padding: 6px 6px 0 6px !important;
  background-color: #343434;
}
.navigation-mobile .main li {
  margin: 3px 0 3px 0 !important;
  padding: 6px 6px 6px 6px !important;
  color: #ffffff !important;
}
.navigation-mobile .main li.header {
  background-color: #B01415;
  font-weight: bold;
}
.navigation-mobile .main li.divider {
  height: 1px !important;
  background-color: #585858;
}
.navigation-mobile .main li a {
  text-decoration: none;
  color: #ffffff;
}
.menu-primary {
  background-color: #343434 !important;
  border: none;
  /*.dropdown-menu {
        a {
            color: #ffffff !important;

            &:hover {
                color: #333 !important;
            }
        }
    }*/
}
.menu-primary #financial-info {
  color: #ffffff !important;
}
.menu-primary .navbar-text {
  color: #ffffff;
}
@media (min-width: 768px) {
  .menu-primary .navbar-text {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.menu-primary .navbar-text.detail a {
  color: #ffffff;
  text-decoration: none;
}
.menu-primary .navbar-text.detail a:hover,
.menu-primary .navbar-text.detail a:focus {
  color: #ffffff;
}
.menu-primary .navbar-text.detail a i {
  margin-right: 0.5em;
}
.menu-primary .navbar-nav > li > a {
  padding: 22px 15px 20px 15px;
  color: #ffffff;
}
.menu-primary .navbar-nav > li > a:hover,
.menu-primary .navbar-nav > li > a:focus {
  color: #000000;
}
.menu-primary .navbar-nav > .active > a,
.menu-primary .navbar-nav > .active > a:hover,
.menu-primary .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #be4040;
}
.menu-primary .navbar-nav > .open > a,
.menu-primary .navbar-nav > .open > a:hover,
.menu-primary .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #be4040;
}
.menu-primary .navbar-toggle {
  /*border-color: @borderLighter;
        background-color: @bgLighter !important;*/
  margin-top: 28px;
  /*&:hover, &:focus {
            border-color: @borderHoverLighter;
            background-color: @bgHoverLighter;
        }*/
}
.menu-primary .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.menu-primary .navbar-collapse,
.menu-primary .navbar-form {
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .menu-primary .navbar-collapse .form-group,
  .menu-primary .navbar-form .form-group {
    padding-top: 7px;
  }
}
.menu-primary .navbar-link {
  color: #ffffff;
}
.menu-primary .navbar-link:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-toggle {
    background-color: #B01415 !important;
    color: #ffffff;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    color: #FFFFFF !important;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #000000 !important;
  }
  .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #be4040;
  }
}
.footer {
  background-color: #dcdee0;
  border-top: 1px solid #BBBBBB;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer .footer-login {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.footer hr {
  margin-top: 11px !important;
  border-color: #BBBBBB;
}
.footer a {
  color: #585858;
}
.footer .footer-info h3 {
  font-size: 1.2em;
  margin-bottom: 0 !important;
}
.footer .footer-info .col-footer {
  margin-right: 0 !important;
}
.footer .footer-info .col-footer hr {
  margin-bottom: 5px !important;
}
.footer .footer-info .col-footer ul {
  list-style-type: none;
  padding-left: 5px !important;
  padding-top: 5px !important;
}
.footer .footer-info .col-footer ul li {
  padding-left: 0 !important;
  margin-left: -4px;
}
.footer .footer-logo {
  text-align: center;
  padding-top: 20px;
}
.footer-end {
  border-top: 1px solid #BBBBBB;
  background-color: #585858;
  color: #ffffff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.8em;
}
.footer-end a {
  color: #BBBBBB;
}
.sign-out > a {
  color: #ffffff;
}
.sign-out > a:hover {
  color: #ffffff;
}
/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 991px) {
  .sidebar-top {
    height: 100vh;
    width: 100vw;
    top: 0 !important;
    display: none;
    position: fixed;
    z-index: 9999;
    background-color: #CDCDCD;
    overflow-y: scroll;
    margin-left: -16px;
    margin-right: 22px !important;
    border: 2px rgba(51, 51, 51, 0.75) solid;
  }
  .sidebar-top .close-point {
    visibility: visible;
  }
  /*.container-ps.page-wrapper {
        margin-left: 10px !important;
        margin-right: -50px !important;
    }*/
}
#catalog-menu {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}
#catalog-menu .list-group.panel {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
#catalog-menu .list-group.panel .list-group-item {
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0;
  background-color: #FFFFFF;
  border-top: 1px solid #CCCCCC !important;
  border-bottom: 1px solid #CCCCCC !important;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
#catalog-menu .list-group.panel .list-group-item.list-group-item-1 {
  background-color: #E2E2E2 !important;
}
#catalog-menu .list-group.panel .list-group-item.list-group-item-2 {
  background-color: #EDEDED !important;
}
#catalog-menu .list-group.panel .list-group-item.list-group-item-3 {
  background-color: #F2F2F2 !important;
  padding-left: 45px;
}
#catalog-menu .list-group.panel .list-group-item a {
  text-decoration: none;
  color: #343434;
  z-index: 200;
}
#catalog-menu .list-group.panel .list-group-item:hover a {
  color: #343434 !important;
  text-decoration: underline;
}
#catalog-menu .list-group.panel .list-group-item:last-child {
  border-bottom: none !important;
}
#catalog-menu .list-group.panel .list-group-item.top {
  border-top: 1px solid #CCCCCC !important;
  border-bottom: 1px solid #CCCCCC !important;
  background-color: #343434 !important;
  color: #ffffff !important;
}
#catalog-menu .list-group.panel .list-group-item.top a {
  color: #ffffff !important;
}
#catalog-menu .list-group.panel .list-group-item.top:first-child {
  /*border-top: 0 !important;*/
  border-bottom: 1px solid #CCCCCC !important;
}
#catalog-menu .list-group.panel .list-group-item.top:hover a {
  color: #ffffff !important;
}
#catalog-menu .list-group.panel .list-group-item.top.selected {
  color: #FFFFFF !important;
}
#catalog-menu .list-group.panel .list-group-item.selected a {
  font-weight: bold;
  color: #343434;
}
#catalog-menu .list-group.panel .list-group-item.active {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
#catalog-menu .list-group.panel .list-group-item.active.top {
  background-color: #B01415 !important;
}
#catalog-menu .list-group.panel .list-group-item.active.top:hover a {
  color: #ffffff !important;
}
#catalog-menu .list-group.panel .list-group-submenu {
  background-color: transparent;
  border: 0;
}
#catalog-menu .list-group.panel .list-group-submenu > .list-group-submenu a {
  padding-left: 25px;
}
#catalog-menu .list-group.panel .list-group-submenu.collapse.in .list-group-item:first-child {
  /*border-top: 0 !important;*/
}
#manufacturer-menu {
  margin-top: -21px !important;
  margin-bottom: -20px !important;
}
#manufacturer-menu .list-group.panel {
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
#manufacturer-menu .list-group.panel .list-group-item {
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0;
  background-color: transparent;
  border-top: 1px solid #CCCCCC !important;
  border-bottom: 1px solid #CCCCCC !important;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
#manufacturer-menu .list-group.panel .list-group-item a {
  text-decoration: none;
  color: #343434;
  z-index: 200;
}
#manufacturer-menu .list-group.panel .list-group-item:hover a {
  color: #343434 !important;
  text-decoration: underline;
}
#manufacturer-menu .list-group.panel .list-group-item:last-child {
  border-bottom: none !important;
}
#manufacturer-menu .list-group.panel .list-group-item.top {
  border-top: 1px solid #CCCCCC !important;
  background-color: #343434 !important;
  color: #ffffff !important;
  border-bottom: none !important;
}
#manufacturer-menu .list-group.panel .list-group-item.top a {
  color: #ffffff !important;
}
#manufacturer-menu .list-group.panel .list-group-item.top:hover a {
  color: #ffffff !important;
  text-decoration: underline;
}
#manufacturer-menu .list-group.panel .list-group-item.top.selected {
  color: #FFFFFF !important;
}
#manufacturer-menu .list-group.panel .list-group-item.selected {
  font-weight: bold;
  color: #343434;
}
#manufacturer-menu .list-group.panel .list-group-item.active {
  border-top: 0 !important;
  border-bottom: 0 !important;
}
#manufacturer-menu .list-group.panel .list-group-item.active.top {
  background-color: #B01415 !important;
}
#manufacturer-menu .list-group.panel .list-group-item.active.top:hover a {
  color: #ffffff !important;
  text-decoration: underline;
}
#manufacturer-menu .list-group.panel .list-group-submenu {
  background-color: transparent;
  border: 0;
}
#manufacturer-menu .list-group.panel .list-group-submenu > .list-group-submenu a {
  padding-left: 25px;
}
.list-group-item.outlet {
  border-top: 1px solid #CCCCCC !important;
  border-left: 0 !important;
  border-right: 0 !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cf0a13+0,e20612+50,cf0a13+100 */
  background: #cf0a13;
  /* Old browsers */
  background: -moz-linear-gradient(top, #cf0a13 0%, #e20612 50%, #cf0a13 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cf0a13 0%, #e20612 50%, #cf0a13 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cf0a13 0%, #e20612 50%, #cf0a13 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf0a13', endColorstr='#cf0a13', GradientType=0);
  /* IE6-9 */
  color: #ffffff !important;
  border-bottom: none !important;
}
.list-group-item.outlet a {
  color: #ffffff !important;
}
.list-group-item.outlet:hover a {
  color: #ffffff !important;
  text-decoration: underline;
}
.list-group-item.outlet.selected {
  color: #FFFFFF !important;
}
.breadcrumb {
  background-color: #ebebeb;
  border: 1px solid #a7a7a7;
  margin-left: 0 !important;
  padding-right: 0 !important;
}
.breadcrumb a {
  color: #343434 !important;
}
.breadcrumb li + li:before {
  content: none;
}
.home-page-product {
  background-color: #ffffff;
  border: 1px solid #DADADA;
}
.home-page-product .home-page-product-manufacturer {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
  padding: 0 6px 0 6px;
}
.home-page-product .home-page-product-flags {
  height: 30px;
}
.home-page-product .home-page-product-image {
  position: relative;
}
.home-page-product .home-page-product-price {
  padding: 0 6px 0 6px;
  font-weight: bold;
}
.home-page-product .home-page-product-title {
  padding: 0 6px 0 6px !important;
  font-weight: bold;
}
.home-page-product .home-page-product-title a {
  color: black !important;
}
.home-page-product .home-page-product-buttons {
  padding: 6px;
}
.home-page-product .home-page-product-reviews {
  padding-left: 6px;
}
.home-page-product .home-page-product-reviews a {
  color: #353535;
  text-decoration: underline;
  font-size: 0.8em;
}
.home-page-product .home-page-product-reviews .active {
  color: #ff9c00 !important;
}
.catalog-settings {
  background-color: #e2e2e2;
  margin-bottom: 18px !important;
}
@media only screen and (max-width: 991.98px) {
  .catalog-settings {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    overflow-y: scroll;
    margin: 20px;
    -webkit-box-shadow: 0px 1px 5px 0px #616161;
    -moz-box-shadow: 0px 1px 5px 0px #616161;
    box-shadow: 0px 1px 5px 0px #616161;
  }
}
.catalog-settings .catalog-settings-heading {
  background-color: #B01415;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  color: #ffffff;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .catalog-settings .catalog-settings-heading {
    position: fixed;
    width: calc(100% - 40px);
    z-index: 3;
  }
}
.catalog-settings .catalog-settings-heading .catalog-settings-heading-title {
  flex: 1;
}
.catalog-settings .catalog-settings-heading .catalog-settings-heading-close {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .catalog-settings .catalog-settings-heading .catalog-settings-heading-close {
    display: block;
  }
}
.catalog-settings .catalog-settings-title {
  padding: 9px 12px 9px 12px;
  margin-bottom: 6px;
  font-size: 1.2em;
  background-color: #B01415;
  color: #ffffff;
}
.catalog-settings .catalog-settings-content {
  padding: 6px !important;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
@media only screen and (max-width: 991.98px) {
  .catalog-settings .catalog-settings-content {
    margin-top: 46px;
  }
}
.catalog-settings .catalog-settings-content h2 {
  font-size: 1em !important;
  padding: 6px 12px 6px 0;
  margin: 8px 12px 8px 12px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.catalog-settings .catalog-settings-content h3 {
  font-size: 1em !important;
  padding: 3px 12px 3px 6px;
  margin: 8px 12px 8px 12px;
  border-bottom: 1px solid #cccccc;
}
.catalog-settings .catalog-settings-content .setting-item {
  padding: 6px 12px 6px 12px;
  margin: 3px 0 6px 0;
}
.catalog-settings .catalog-settings-content .setting-item .btn.btn-filter {
  margin-right: 15px !important;
}
.catalog-settings .catalog-settings-content .setting-item .btn-group {
  width: 100%;
}
.catalog-settings .catalog-settings-content .setting-item .item-label {
  text-align: left;
  font-size: 1em !important;
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.catalog-settings .catalog-settings-content .setting-item .item-label label {
  font-size: 1em;
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.catalog-settings .catalog-settings-content .setting-item .item-label label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.catalog-settings .catalog-settings-content .setting-item .item-label label:hover::after {
  opacity: 0.5;
}
.catalog {
  position: relative;
  margin: 6px 0 6px 0;
  min-height: 400px;
}
.catalog .catalog-overlay {
  display: none;
  position: absolute;
  z-index: 6;
  width: 100%;
  height: 100%;
  min-height: 250px;
  padding-top: 100px;
  /*background-color: rgba(255, 255, 255, 0.50);*/
}
.catalog .catalog-overlay .catalog-overlay-content {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  border: 1px solid #CDCDCD;
  height: 150px;
  width: 200px;
  padding: 9px;
  text-align: center;
}
.catalog .catalog-overlay .catalog-overlay-content i {
  font-size: 1.6em;
  margin-bottom: 9px;
}
.catalog .catalog-overlay .catalog-overlay-content span {
  display: block;
  font-size: 1.2em;
}
.catalog .catalog-view .catalog-paging {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 12px;
}
.catalog .catalog-view .catalog-paging p {
  margin-top: 12px;
}
.catalog .catalog-view .catalog-paging .catalog-paging-bottom {
  margin-bottom: 0px;
  margin-top: 12px;
}
.filter {
  /*margin-left: -5px;
    margin-right: -5px;*/
}
.filter h2 {
  font-size: 1em !important;
  padding: 6px 12px 6px 12px;
  margin: 8px 12px 8px 12px;
  font-weight: bold;
  border-bottom: 1px solid #B01415;
}
.filter h3 {
  font-size: 1em !important;
  padding: 3px 12px 3px 6px;
  margin: 8px 12px 8px 12px;
  /*background-color: #bdbdbd;
        color: @colDefaultInvert;*/
  border-bottom: 1px solid #B01415;
}
.filter .filter-manufacturers .item {
  margin: 4px 12px 4px 12px;
}
.filter .filter-manufacturers .item-label {
  font-size: 1em;
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.filter .filter-manufacturers .item-label label {
  height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  background: #fcfff4;
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 4px;
  box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0, 0, 0, 0.5);
}
.filter .filter-manufacturers .item-label label:after {
  content: '';
  width: 9px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 4px;
  border: 3px solid #333;
  border-top: none;
  border-right: none;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.filter .filter-manufacturers .item-label label:hover::after {
  opacity: 0.5;
}
.filter .filter-items .item {
  padding: 4px 12px;
  margin-bottom: 0 !important;
}
.filter .filter-items .item .price-filter-holder {
  margin-left: 12px;
  margin-right: 12px;
}
.filter .filter-items .item table.item-table {
  height: 100%;
  width: 100%;
}
.filter .filter-items .item table.item-table tr.full-height {
  height: 100%;
}
.filter .filter-items .item .item-label {
  font-size: 1em;
  font-weight: bold;
  padding: 6px 12px 4px 0;
  margin: 8px 12px 8px 0;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.filter .filter-items .item .item-label .filter-clear {
  cursor: pointer;
}
.filter .filter-items .item .item-label-manufacturers {
  font-size: 1em;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  float: left;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #a7a7a7;
  cursor: pointer;
  color: #000000;
}
.filter .filter-items .item .item-label-manufacturers .filter-clear {
  cursor: pointer;
}
.filter .filter-items .item .item-container {
  background-color: #dcdee0;
  font-size: 0.8em;
  font-weight: bold;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
  height: 75px;
  margin-top: 25px;
  cursor: pointer;
  -moz-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.filter .filter-items .item .item-container:hover {
  background-color: #be4040;
}
.filter .filter-items .item .item-container:hover a {
  color: white;
}
.filter .filter-items .item .item-container .filter-clear {
  cursor: pointer;
}
.filter .filter-items .item .item-options {
  font-size: 1em;
  position: relative;
  width: 100%;
}
.filter .filter-items .item .item-options .option-label {
  font-weight: normal;
  width: 100%;
}
.filter .filter-items .item .item-clear {
  margin-bottom: 5px;
}
.filter .filter-items .item .item-options-manufacturers {
  background-color: #f2f2f2;
  font-size: 0.8em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 5px;
  border: 2px #dcdee0 solid;
  overflow-y: scroll;
  overflow-x: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.filter .filter-items .item .item-options-manufacturers .option-label {
  background-color: #f2f2f2;
  font-weight: normal;
  width: 100%;
}
.filter .filter-items .item .item-manufacturers-clear {
  margin-bottom: 5px;
}
.filter-buttons {
  margin: 11px;
}
.filter-buttons .filter-buttons-clear {
  display: block;
  background-color: #bbbbbb;
  padding: 6px 3px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  width: 100%;
  border: none;
}
.filter-buttons .filter-buttons-clear:hover {
  background-color: #c7c7c7;
  text-decoration: none;
}
.category-page .sub-category-grid {
  margin-top: 25px;
}
.category-page .sub-category-grid .manufactures {
  margin-left: 25px;
  margin-bottom: 25px;
}
.category-page .sub-category-grid .manufactures a {
  margin-right: 15px;
}
.category-page .product-selectors {
  padding-top: 15px;
  border-radius: 4px;
}
.search-page .sub-category-grid {
  margin-top: 25px;
}
.search-page .sub-category-grid .manufactures {
  margin-left: 25px;
  margin-bottom: 25px;
}
.search-page .sub-category-grid .manufactures a {
  margin-right: 15px;
}
.search-page .product-selectors {
  padding-top: 15px;
  border-radius: 4px;
}
.search-page .product-selectors .checkbox {
  padding-top: 5px;
  padding-left: 12px;
  min-height: 38px;
}
.search-page .product-selectors .checkbox .checkbox-label-sm {
  font-size: 0.8em;
}
.search-page .product-selectors .banner-item,
.search-page .product-selectors .product-viewmode,
.search-page .product-selectors .product-sorting,
.search-page .product-selectors .product-page-size {
  float: left;
  margin-right: 50px;
}
.manufacturer-page .sub-category-grid {
  margin-top: 25px;
}
.manufacturer-page .sub-category-grid .manufactures {
  margin-left: 25px;
  margin-bottom: 25px;
}
.manufacturer-page .sub-category-grid .manufactures a {
  margin-right: 15px;
}
.manufacturer-page .product-selectors {
  padding-top: 15px;
  border-radius: 4px;
}
.manufacturer-page .product-selectors .product-viewmode,
.manufacturer-page .product-selectors .product-sorting,
.manufacturer-page .product-selectors .product-page-size {
  float: left;
  margin-right: 50px;
}
.clear {
  clear: both !important;
}
.page-selection-products.pagination {
  margin-bottom: 0px;
}
.price-main-label {
  font-size: 1.1em;
}
.price-main-value {
  font-weight: bold;
  font-size: 1.1em;
}
.price-secondary-label {
  font-size: 1em;
}
.price-secondary-value {
  font-size: 1em;
}
.price-last-label {
  font-size: 0.9em;
}
.price-last-value {
  font-size: 0.9em;
}
.grid-list-div {
  min-height: 150px;
}
.grid-list-div .grid-container {
  position: relative;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  margin: 0 -7.5px -7.5px;
}
@media only screen and (max-width: 991.98px) {
  .grid-list-div .grid-container {
    grid-template-columns: 33.3% 33.3% 33.3%;
  }
}
@media only screen and (max-width: 575.98px) {
  .grid-list-div .grid-container {
    grid-template-columns: 100%;
  }
}
.grid-list-div .grid-container .product-card.product-card-grid {
  margin: 0 7.5px 15px 7.5px;
}
.grid-list-div .row-grid {
  margin: 9px 0;
}
.grid-list-div .col-margin {
  padding: 0 5px 10px 5px !important;
}
.grid-list-div .product-item {
  position: relative;
  padding-top: 25px;
  padding: 12px 12px 6px 12px;
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}
.grid-list-div .product-item .table-condensed > tbody > tr > td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.grid-list-div .product-item:before {
  background-color: #FF11AA !important;
}
.grid-list-div .product-item .manufacturer {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 9px;
}
.grid-list-div .product-item .gtin,
.grid-list-div .product-item .status {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
}
.grid-list-div .product-item .product-title {
  font-size: 1em;
  height: 40px;
  padding-top: 5px;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 5px;
}
.grid-list-div .product-item .product-title a {
  color: #000000;
  text-decoration: none;
}
.grid-list-div .product-item .product-title a:hover {
  color: #2f2f2f;
}
.grid-list-div .product-item .product-image {
  height: 200px;
  position: relative;
}
.grid-list-div .product-item .product-image .product-image-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.grid-list-div .product-item .product-image .product-image-holder img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(200px);
}
.grid-list-div .product-item .product-image .product-icons {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
}
.grid-list-div .product-item .product-image .product-icons.product-icons-left {
  left: 0;
}
.grid-list-div .product-item .product-image .product-icons.product-icons-right {
  right: 0;
}
.grid-list-div .product-item .product-image .product-icons a {
  margin: 5px 0;
}
.grid-list-div .product-item .product-image .product-icons a:first-child {
  margin-top: 0;
}
.grid-list-div .product-item .product-image .product-icons a:last-child {
  margin-bottom: 0;
}
.grid-list-div .product-item .product-image .product-icons a img {
  width: 60px;
}
.grid-list-div .product-item .product-image .product-image-extended-warranty {
  position: absolute;
  bottom: 6px;
  left: 6px;
  height: 50px;
}
.grid-list-div .product-item .product-reviews a {
  color: #353535;
  text-decoration: underline;
  font-size: 0.8em;
}
.grid-list-div .product-item .table.table-grid {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.grid-list-div .product-item .table.table-grid td {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  height: 15px !important;
  line-height: 15px !important;
  padding-bottom: 0 !important;
}
.grid-list-div .product-item .price-buy-table {
  float: right;
}
.grid-list-div .product-item .price-buy-table td {
  vertical-align: middle;
}
.grid-list-div .product-item .price-buy-table .prices > span {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
}
.grid-list-div .product-item .price-buy-table .prices .old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 0.9em;
}
.grid-list-div .product-item .price-buy-table .buttons {
  width: 100%;
}
.grid-list-div .product-item .buttons {
  margin-top: 6px;
}
.grid-list-div .product-item .description {
  position: relative;
  height: calc(4 * 1.4em - 3px) !important;
  line-height: 1.4;
  margin-top: 15px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-pack: end;
  -webkit-box-orient: vertical;
}
.grid-list-div .product-item .add-to-offer {
  font-size: 0.8em;
  color: #3BB3D6;
  text-decoration: none;
  cursor: pointer;
}
.grid-list-div .product-item .add-to-offer .fa {
  font-size: 1.2em !important;
}
.grid-list-div .product-item .add-to-offer:hover {
  color: #2c9cbd;
}
.grid-list-div .product-item .add-to-compare {
  color: #3BB3D6;
  font-size: 0.8em;
  text-decoration: none;
  cursor: pointer;
}
.grid-list-div .product-item .add-to-compare .fa {
  font-size: 1.2em !important;
}
.grid-list-div .product-item .add-to-compare:hover {
  color: #2c9cbd;
}
.grid-list-div .product-item .btn.btn-watchdog {
  background-color: #00B9EF !important;
  color: #ffffff !important;
}
.grid-list-div .product-item hr {
  height: 1px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.grid-list-div .product-item .btn.btn-koupit {
  margin-right: 2px !important;
  background-color: #66B564 !important;
  border: 1px solid #66B564 !important;
}
.grid-list-div .product-item .btn.btn-koupit.btn-provozovnas {
  margin-top: 2px !important;
}
.grid-list-div .product-item.grid {
  border-right: 1px solid rgba(220, 222, 224, 0.4);
  border-left: 1px solid rgba(220, 222, 224, 0.4);
  border-top: 1px solid rgba(220, 222, 224, 0.4);
}
.grid-list-div .product-item.grid hr {
  border-color: #b3c6e0;
}
.grid-list-div .product-item.grid .prices {
  margin-right: 15px;
}
.grid-list-div .product-item.grid .description {
  height: 60px;
}
.grid-list-div .product-item.grid .product-special-offer-box {
  position: absolute;
  top: 105px;
  right: 0;
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.grid-list-div .product-item.grid .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
}
.grid-list-div .product-item.grid .product-special-offer-box .timer {
  font-size: 1.2em;
}
.grid-list-div .product-item.grid .product-free-shipping-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.grid-list-div .product-item.grid .product-in-stock-box {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.grid-list-div .product-item.grid .btn-cart-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.grid-list-div .product-item.list {
  border-top: 1px solid #b3c6e0;
}
.grid-list-div .product-item.list .price-buy-table {
  margin-top: 25px;
}
.grid-list-div .product-item.list .product-flags {
  position: absolute;
  top: 0;
  right: 15px;
  width: 1000px;
}
.grid-list-div .product-item.list .product-flags .product-special-offer-box {
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.grid-list-div .product-item.list .product-flags .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
  float: left;
}
.grid-list-div .product-item.list .product-flags .product-special-offer-box .timer {
  font-size: 1em;
  float: left;
  padding-left: 15px;
}
.grid-list-div .product-item.list .product-flags .product-free-shipping-box {
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.grid-list-div .product-item.list .product-flags .product-in-stock-box {
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
}
.table-list-div {
  min-height: 150px;
}
.table-list-div .product-item {
  position: relative;
  padding: 12px 12px 12px 12px;
  background-color: #FFFFFF;
  border-top: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
}
.table-list-div .product-item .table-condensed > tbody > tr > td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.table-list-div .product-item:last-child {
  border-bottom: 1px solid #CDCDCD;
}
.table-list-div .product-item:nth-child(2n) {
  background-color: #ECECEC;
}
.table-list-div .product-item .manufacturer {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 9px;
}
.table-list-div .product-item .gtin,
.table-list-div .product-item .status {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
}
.table-list-div .product-item .product-title {
  font-size: 1em;
  height: 10px;
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: bold;
}
.table-list-div .product-item .product-title a {
  color: #000000;
  text-decoration: none;
}
.table-list-div .product-item .product-title a:hover {
  color: #2f2f2f;
}
.table-list-div .product-item .product-reviews a {
  color: #353535;
  text-decoration: underline;
  font-size: 0.8em;
}
.table-list-div .product-item .table.table-grid {
  margin-top: 10px !important;
}
.table-list-div .product-item .table.table-grid td {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  height: 15px !important;
  line-height: 15px !important;
  padding-bottom: 0 !important;
}
.table-list-div .product-item .price-buy-table {
  float: right;
}
.table-list-div .product-item .price-buy-table td {
  vertical-align: middle;
}
.table-list-div .product-item .price-buy-table .prices > span {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
}
.table-list-div .product-item .price-buy-table .prices .old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 0.9em;
}
.table-list-div .product-item .price-buy-table .buttons {
  width: 100%;
}
.table-list-div .product-item .buttons {
  margin-top: 6px;
}
.table-list-div .product-item .product-image {
  height: 130px;
  position: relative;
}
.table-list-div .product-item .product-image img {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-width: 100px;
  max-height: 100px;
}
.table-list-div .product-item .product-image .product-image-extended-warranty {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  height: 50px;
}
.table-list-div .product-item .product-icons {
  position: relative;
  top: 10px;
  left: 0;
  width: 100%;
  margin-bottom: 9px;
}
.table-list-div .product-item .product-icons a img {
  position: relative;
  width: auto;
  height: 50px;
  margin: 3px;
}
.table-list-div .product-item .description {
  position: relative;
  height: 70px;
  overflow: hidden;
}
.table-list-div .product-item .description .description-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.table-list-div .product-item .add-to-offer {
  font-size: 0.8em;
  text-decoration: none;
  color: #3BB3D6;
  cursor: pointer;
  margin-left: 12px;
}
.table-list-div .product-item .add-to-offer .fa {
  font-size: 1.2em;
}
.table-list-div .product-item .add-to-offer:hover {
  color: #2c9cbd;
}
.table-list-div .product-item .add-to-compare {
  color: #3BB3D6;
  font-size: 0.8em;
  text-decoration: none;
  cursor: pointer;
}
.table-list-div .product-item .add-to-compare .fa {
  font-size: 1.2em;
}
.table-list-div .product-item .add-to-compare:hover {
  color: #2c9cbd;
}
.table-list-div .product-item .btn.btn-watchdog {
  background-color: #00B9EF !important;
  color: #ffffff !important;
}
.table-list-div .product-item hr {
  height: 1px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.table-list-div .product-item .buy-buttons {
  margin-top: 10px !important;
}
.table-list-div .product-item .btn.btn-koupit {
  margin-top: 20px;
  background-color: #66B564 !important;
  border: 1px solid #8FC89B !important;
}
.table-list-div .product-item .btn.btn-koupit.btn-provozovnas {
  margin-left: 5px;
}
.table-list-div .product-item.grid {
  border-right: 1px solid rgba(220, 222, 224, 0.4);
  border-left: 1px solid rgba(220, 222, 224, 0.4);
  border-top: 1px solid rgba(220, 222, 224, 0.4);
}
.table-list-div .product-item.grid hr {
  border-color: #b3c6e0;
}
.table-list-div .product-item.grid .prices {
  margin-right: 15px;
}
.table-list-div .product-item.grid .description {
  height: 60px;
}
.table-list-div .product-item.grid .product-special-offer-box {
  position: absolute;
  top: 105px;
  right: 0;
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.table-list-div .product-item.grid .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
}
.table-list-div .product-item.grid .product-special-offer-box .timer {
  font-size: 1.2em;
}
.table-list-div .product-item.grid .product-free-shipping-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.table-list-div .product-item.grid .product-in-stock-box {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.table-list-div .product-item.grid .btn-cart-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.table-list-div .product-item.list {
  border-top: 1px solid #b3c6e0;
}
.table-list-div .product-item.list .price-buy-table {
  margin-top: 25px;
}
.table-list-div .product-item.list .product-flags {
  position: absolute;
  top: 0;
  right: 15px;
  width: 1000px;
}
.table-list-div .product-item.list .product-flags .product-special-offer-box {
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.table-list-div .product-item.list .product-flags .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
  float: left;
}
.table-list-div .product-item.list .product-flags .product-special-offer-box .timer {
  font-size: 1em;
  float: left;
  padding-left: 15px;
}
.table-list-div .product-item.list .product-flags .product-free-shipping-box {
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.table-list-div .product-item.list .product-flags .product-in-stock-box {
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
}
.favourite-list-div {
  width: 100%;
  margin-bottom: 20px !important;
}
.favourite-list-div tr.home-page-product > td {
  height: 100px;
  margin-bottom: 6px !important;
}
.favourite-list-div tr.home-page-product > td.col-xs-8 {
  padding-left: 0 !important;
}
.favourite-list-div tr.home-page-product .home-page-product-image {
  text-align: center;
}
.favourite-list-div tr.home-page-product .home-page-product-image img {
  padding: 3px !important;
  max-width: 72px;
  max-height: 72px;
}
.favourite-list-div tr.space {
  background-color: transparent !important;
  height: 5px !important;
  border: none !important;
}
.most-ordered-list-div table {
  width: 100%;
}
.most-ordered-list-div h3 {
  margin: 16px 0 12px 0 !important;
}
.most-ordered-list-div .show-more-products {
  display: none;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.most-ordered-list-div .show-more {
  position: relative;
  background-color: #FFFFFF;
  border-bottom: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  text-align: center;
}
.most-ordered-list-div .show-more .show-more-active {
  padding: 12px 12px 12px 12px;
}
.most-ordered-list-div .show-more .show-more-active a {
  text-decoration: none;
  color: #3BB3D6;
  font-size: 0.8em;
  font-weight: bold;
  cursor: pointer;
}
.most-ordered-list-div .show-more .show-more-active a:hover {
  color: #2c9cbd;
}
.most-ordered-list-div .show-more .show-more-active a:after {
  font-family: "FontAwesome";
  content: "\f0d8";
  float: none;
  margin-left: 6px;
}
.most-ordered-list-div .show-more .show-more-active a.collapsed:after {
  content: "\f0d7";
}
.most-ordered-list-div tr.product-item {
  width: 100%;
  position: relative;
  padding: 12px 12px 12px 12px;
  background-color: #FFFFFF;
  border-top: 1px solid #CDCDCD;
  border-left: 1px solid #CDCDCD;
  border-right: 1px solid #CDCDCD;
  margin: 0px 15px 0 15px;
  height: 125px !important;
}
.most-ordered-list-div tr.product-item .product-image-container {
  display: table;
  height: 100%;
  width: 100%;
}
.most-ordered-list-div tr.product-item .product-image-container .product-index {
  padding-left: 6px;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.1em;
}
.most-ordered-list-div tr.product-item .product-image-container .product-image {
  width: 100%;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.most-ordered-list-div tr.product-item .product-image-container .product-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(150px);
  padding: 9px;
}
.most-ordered-list-div tr.product-item .gtin,
.most-ordered-list-div tr.product-item .manufacturer {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
}
.most-ordered-list-div tr.product-item .product-reviews a {
  color: #353535 !important;
  text-decoration: underline;
  font-size: 0.8em;
}
.most-ordered-list-div tr.product-item .product-title {
  padding-top: 5px;
  font-size: 1em;
  margin-bottom: 0 !important;
  font-weight: bold;
}
.most-ordered-list-div tr.product-item .product-title a {
  color: #000000;
  text-decoration: none;
}
.most-ordered-list-div tr.product-item .product-title a:hover {
  color: #2f2f2f;
}
.most-ordered-list-div tr.product-item .table.table-grid {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.most-ordered-list-div tr.product-item .table.table-grid td {
  border: none;
  height: 15px !important;
  line-height: 15px !important;
  padding-bottom: 0 !important;
}
.most-ordered-list-div tr.product-item .price-buy-table {
  float: right;
}
.most-ordered-list-div tr.product-item .price-buy-table td {
  vertical-align: middle;
}
.most-ordered-list-div tr.product-item .price-buy-table .prices > span {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
}
.most-ordered-list-div tr.product-item .price-buy-table .prices .old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 0.9em;
}
.most-ordered-list-div tr.product-item .price-buy-table .buttons {
  width: 100%;
}
.most-ordered-list-div tr.product-item .description {
  position: relative;
  height: 70px;
  overflow: hidden;
}
.most-ordered-list-div tr.product-item .description .description-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.most-ordered-list-div tr.product-item .add-to-offer {
  font-size: 0.8em;
  text-decoration: none;
  color: #3BB3D6;
  cursor: pointer;
}
.most-ordered-list-div tr.product-item .add-to-offer:hover {
  color: #2c9cbd;
}
.most-ordered-list-div tr.product-item .add-to-compare {
  text-decoration: none;
  color: #3BB3D6;
  font-size: 0.8em;
  cursor: pointer;
}
.most-ordered-list-div tr.product-item .add-to-compare:hover {
  color: #2c9cbd;
}
.most-ordered-list-div tr.product-item .btn.btn-watchdog {
  background-color: #00B9EF !important;
  color: #ffffff !important;
}
.most-ordered-list-div tr.product-item hr {
  height: 1px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.most-ordered-list-div tr.product-item .btn.btn-koupit {
  margin-right: 2px !important;
  background-color: #66B564 !important;
  border: 1px solid #8FC89B !important;
}
.most-ordered-list-div tr.product-item .btn.btn-koupit.btn-provozovnas {
  margin-top: 2px !important;
}
.most-ordered-list-div tr.product-item.grid {
  border-right: 1px solid rgba(220, 222, 224, 0.4);
  border-left: 1px solid rgba(220, 222, 224, 0.4);
  border-top: 1px solid rgba(220, 222, 224, 0.4);
}
.most-ordered-list-div tr.product-item.grid hr {
  border-color: #b3c6e0;
}
.most-ordered-list-div tr.product-item.grid .prices {
  margin-right: 15px;
}
.most-ordered-list-div tr.product-item.grid .description {
  height: 60px;
}
.most-ordered-list-div tr.product-item.grid .product-special-offer-box {
  position: absolute;
  top: 105px;
  right: 0;
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.most-ordered-list-div tr.product-item.grid .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
}
.most-ordered-list-div tr.product-item.grid .product-special-offer-box .timer {
  font-size: 1.2em;
}
.most-ordered-list-div tr.product-item.grid .product-free-shipping-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.most-ordered-list-div tr.product-item.grid .product-in-stock-box {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.most-ordered-list-div tr.product-item.grid .btn-cart-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.most-ordered-list-div tr.product-item.list {
  border-top: 1px solid #b3c6e0;
}
.most-ordered-list-div tr.product-item.list .price-buy-table {
  margin-top: 25px;
}
.most-ordered-list-div tr.product-item.list .product-flags {
  position: absolute;
  top: 0;
  right: 15px;
  width: 1000px;
}
.most-ordered-list-div tr.product-item.list .product-flags .product-special-offer-box {
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.most-ordered-list-div tr.product-item.list .product-flags .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
  float: left;
}
.most-ordered-list-div tr.product-item.list .product-flags .product-special-offer-box .timer {
  font-size: 1em;
  float: left;
  padding-left: 15px;
}
.most-ordered-list-div tr.product-item.list .product-flags .product-free-shipping-box {
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.most-ordered-list-div tr.product-item.list .product-flags .product-in-stock-box {
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
}
.home-page-list-div {
  margin: 0 15px 0 15px !important;
}
.home-page-list-div h3 {
  margin: 36px 0 0 0 !important;
}
.home-page-list-div .grid-container {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.home-page-list-div .grid-container ul.grid-column-carousel__list {
  margin-bottom: 0 !important;
}
.home-page-list-div .col-margin {
  padding: 5px !important;
}
.home-page-list-div .product-item {
  position: relative;
  padding-top: 25px;
  padding: 12px 12px 6px 12px;
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}
.home-page-list-div .product-item .table-condensed > tbody > tr > td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home-page-list-div .product-item:before {
  background-color: #FF11AA !important;
}
.home-page-list-div .product-item .manufacturer {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 9px;
}
.home-page-list-div .product-item .gtin,
.home-page-list-div .product-item .status {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
}
.home-page-list-div .product-item .product-title {
  font-size: 1em;
  height: 40px;
  padding-top: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: bold;
}
.home-page-list-div .product-item .product-title a {
  color: #000000;
  text-decoration: none;
}
.home-page-list-div .product-item .product-title a:hover {
  color: #2f2f2f;
}
.home-page-list-div .product-item .product-image {
  height: 200px;
  position: relative;
}
.home-page-list-div .product-item .product-image .product-image-holder {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-page-list-div .product-item .product-image .product-image-holder img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(200px);
}
.home-page-list-div .product-item .product-image .product-icons {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
}
.home-page-list-div .product-item .product-image .product-icons.product-icons-left {
  left: 0;
}
.home-page-list-div .product-item .product-image .product-icons.product-icons-right {
  right: 0;
}
.home-page-list-div .product-item .product-image .product-icons a {
  padding: 5px 0;
}
.home-page-list-div .product-item .product-image .product-icons a:first-child {
  padding-top: 0;
}
.home-page-list-div .product-item .product-image .product-icons a:last-child {
  padding-bottom: 0;
}
.home-page-list-div .product-item .product-image .product-icons a img {
  width: 60px;
}
.home-page-list-div .product-item .product-image .product-image-extended-warranty {
  position: absolute;
  bottom: 6px;
  left: 6px;
  height: 50px;
}
.home-page-list-div .product-item .product-reviews a {
  color: #353535;
  text-decoration: underline;
  font-size: 0.8em;
}
.home-page-list-div .product-item .table.table-grid {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.home-page-list-div .product-item .table.table-grid td {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  height: 15px !important;
  line-height: 15px !important;
  padding-bottom: 0 !important;
}
.home-page-list-div .product-item .price-buy-table {
  float: right;
}
.home-page-list-div .product-item .price-buy-table td {
  vertical-align: middle;
}
.home-page-list-div .product-item .price-buy-table .prices > span {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
}
.home-page-list-div .product-item .price-buy-table .prices .old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 0.9em;
}
.home-page-list-div .product-item .price-buy-table .buttons {
  width: 100%;
}
.home-page-list-div .product-item .description {
  position: relative;
  height: calc(4 * 1.4em - 3px) !important;
  line-height: 1.4;
  margin-top: 15px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-pack: end;
  -webkit-box-orient: vertical;
}
.home-page-list-div .product-item .add-to-offer {
  font-size: 0.8em;
  color: #3BB3D6;
  text-decoration: none;
  cursor: pointer;
}
.home-page-list-div .product-item .add-to-offer:hover {
  color: #2c9cbd;
}
.home-page-list-div .product-item .add-to-compare {
  color: #3BB3D6;
  font-size: 0.8em;
  text-decoration: none;
  cursor: pointer;
}
.home-page-list-div .product-item .add-to-compare:hover {
  color: #2c9cbd;
}
.home-page-list-div .product-item .btn.btn-watchdog {
  background-color: #00B9EF !important;
  color: #ffffff !important;
}
.home-page-list-div .product-item hr {
  height: 1px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.home-page-list-div .product-item .btn.btn-koupit {
  margin-right: 2px !important;
  background-color: #66B564 !important;
  border: 1px solid #8FC89B !important;
}
.home-page-list-div .product-item .btn.btn-koupit.btn-provozovnas {
  margin-top: 2px !important;
}
.home-page-list-div .product-item.grid {
  border-right: 1px solid rgba(220, 222, 224, 0.4);
  border-left: 1px solid rgba(220, 222, 224, 0.4);
  border-top: 1px solid rgba(220, 222, 224, 0.4);
}
.home-page-list-div .product-item.grid hr {
  border-color: #b3c6e0;
}
.home-page-list-div .product-item.grid .prices {
  margin-right: 15px;
}
.home-page-list-div .product-item.grid .description {
  height: 60px;
}
.home-page-list-div .product-item.grid .product-special-offer-box {
  position: absolute;
  top: 105px;
  right: 0;
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.home-page-list-div .product-item.grid .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
}
.home-page-list-div .product-item.grid .product-special-offer-box .timer {
  font-size: 1.2em;
}
.home-page-list-div .product-item.grid .product-free-shipping-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.home-page-list-div .product-item.grid .product-in-stock-box {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.home-page-list-div .product-item.grid .btn-cart-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.home-page-list-div .product-item.list {
  border-top: 1px solid #b3c6e0;
}
.home-page-list-div .product-item.list .price-buy-table {
  margin-top: 25px;
}
.home-page-list-div .product-item.list .product-flags {
  position: absolute;
  top: 0;
  right: 15px;
  width: 1000px;
}
.home-page-list-div .product-item.list .product-flags .product-special-offer-box {
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.home-page-list-div .product-item.list .product-flags .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
  float: left;
}
.home-page-list-div .product-item.list .product-flags .product-special-offer-box .timer {
  font-size: 1em;
  float: left;
  padding-left: 15px;
}
.home-page-list-div .product-item.list .product-flags .product-free-shipping-box {
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.home-page-list-div .product-item.list .product-flags .product-in-stock-box {
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
}
.related-products .col-margin {
  padding: 5px !important;
}
.related-products .product-item {
  position: relative;
  padding-top: 25px;
  padding: 12px 12px 6px 12px;
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}
.related-products .product-item .table-condensed > tbody > tr > td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.related-products .product-item:before {
  background-color: #FF11AA !important;
}
.related-products .product-item .manufacturer {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 9px;
}
.related-products .product-item .gtin {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
}
.related-products .product-item .product-title {
  font-size: 1em;
  height: 40px;
  padding-top: 5px;
  margin-top: 0;
  font-weight: bold;
  margin-bottom: 5px;
}
.related-products .product-item .product-title a {
  color: #000000;
  text-decoration: none;
}
.related-products .product-item .product-title a:hover {
  color: #2f2f2f;
}
.related-products .product-item .product-reviews a {
  color: #353535;
  text-decoration: underline;
  font-size: 0.8em;
}
.related-products .product-item .table.table-grid {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.related-products .product-item .table.table-grid td {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  height: 15px !important;
  line-height: 15px !important;
  padding-bottom: 0 !important;
}
.related-products .product-item .price-buy-table {
  float: right;
}
.related-products .product-item .price-buy-table td {
  vertical-align: middle;
}
.related-products .product-item .price-buy-table .prices > span {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
}
.related-products .product-item .price-buy-table .prices .old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 0.9em;
}
.related-products .product-item .price-buy-table .buttons {
  width: 100%;
}
.related-products .product-item .buttons {
  margin-top: 6px;
}
.related-products .product-item .description {
  position: relative;
  height: calc(4 * 1.4em - 3px) !important;
  line-height: 1.4;
  margin-top: 15px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-pack: end;
  -webkit-box-orient: vertical;
}
.related-products .product-item .add-to-offer {
  font-size: 0.8em;
  color: #3BB3D6;
  text-decoration: none;
  cursor: pointer;
  margin-left: 0 !important;
}
.related-products .product-item .add-to-offer:hover {
  color: #2c9cbd;
}
.related-products .product-item .add-to-compare {
  color: #3BB3D6;
  font-size: 0.8em;
  text-decoration: none;
  cursor: pointer;
}
.related-products .product-item .add-to-compare:hover {
  color: #2c9cbd;
}
.related-products .product-item .btn.btn-watchdog {
  background-color: #00B9EF !important;
  color: #ffffff !important;
}
.related-products .product-item hr {
  height: 1px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.related-products .product-item .stock-label {
  line-height: auto !important;
  font-size: 0.8em !important;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0 !important;
}
.related-products .product-item .btn.btn-koupit {
  margin-right: 2px !important;
  background-color: #66B564 !important;
  border: 1px solid #8FC89B !important;
}
.related-products .product-item .btn.btn-koupit.btn-provozovnas {
  margin-top: 2px !important;
}
.related-products .product-item.grid {
  border-right: 1px solid rgba(220, 222, 224, 0.4);
  border-left: 1px solid rgba(220, 222, 224, 0.4);
  border-top: 1px solid rgba(220, 222, 224, 0.4);
}
.related-products .product-item.grid hr {
  border-color: #b3c6e0;
}
.related-products .product-item.grid .prices {
  margin-right: 15px;
}
.related-products .product-item.grid .description {
  height: 60px;
}
.related-products .product-item.grid .product-special-offer-box {
  position: absolute;
  top: 105px;
  right: 0;
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.related-products .product-item.grid .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
}
.related-products .product-item.grid .product-special-offer-box .timer {
  font-size: 1.2em;
}
.related-products .product-item.grid .product-free-shipping-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.related-products .product-item.grid .product-in-stock-box {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.related-products .product-item.grid .btn-cart-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.related-products .product-item.list {
  border-top: 1px solid #b3c6e0;
}
.related-products .product-item.list .price-buy-table {
  margin-top: 25px;
}
.related-products .product-item.list .product-flags {
  position: absolute;
  top: 0;
  right: 15px;
  width: 1000px;
}
.related-products .product-item.list .product-flags .product-special-offer-box {
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.related-products .product-item.list .product-flags .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
  float: left;
}
.related-products .product-item.list .product-flags .product-special-offer-box .timer {
  font-size: 1em;
  float: left;
  padding-left: 15px;
}
.related-products .product-item.list .product-flags .product-free-shipping-box {
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.related-products .product-item.list .product-flags .product-in-stock-box {
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
}
.crosssell-products .col-margin {
  padding: 5px !important;
}
.crosssell-products .product-item {
  position: relative;
  padding-top: 25px;
  padding: 12px 12px 6px 12px;
  background-color: #FFFFFF;
  border: 1px solid #CDCDCD;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}
.crosssell-products .product-item .table-condensed > tbody > tr > td {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.crosssell-products .product-item:before {
  background-color: #FF11AA !important;
}
.crosssell-products .product-item .manufacturer {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 9px;
}
.crosssell-products .product-item .gtin {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
}
.crosssell-products .product-item .product-title {
  font-size: 1em;
  height: 40px;
  padding-top: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: bold;
}
.crosssell-products .product-item .product-title a {
  color: #000000;
  text-decoration: none;
}
.crosssell-products .product-item .product-title a:hover {
  color: #2f2f2f;
}
.crosssell-products .product-item .product-reviews a {
  color: #353535;
  text-decoration: underline;
  font-size: 0.8em;
}
.crosssell-products .product-item .table.table-grid {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.crosssell-products .product-item .table.table-grid td {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  height: 15px !important;
  line-height: 15px !important;
  padding-bottom: 0 !important;
}
.crosssell-products .product-item .price-buy-table {
  float: right;
}
.crosssell-products .product-item .price-buy-table td {
  vertical-align: middle;
}
.crosssell-products .product-item .price-buy-table .prices > span {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
}
.crosssell-products .product-item .price-buy-table .prices .old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 0.9em;
}
.crosssell-products .product-item .price-buy-table .buttons {
  width: 100%;
}
.crosssell-products .product-item .buttons {
  margin-top: 6px;
}
.crosssell-products .product-item .description {
  position: relative;
  height: calc(6 * 1.4em - 3px);
  line-height: 1.4;
  margin-top: 15px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.crosssell-products .product-item .description.description-short {
  height: calc(5 * 1.4em - 3px) !important;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-pack: end;
  -webkit-box-orient: vertical;
}
.crosssell-products .product-item .add-to-offer {
  font-size: 0.8em;
  color: #3BB3D6;
  text-decoration: none;
  cursor: pointer;
  margin-left: 0 !important;
}
.crosssell-products .product-item .add-to-offer:hover {
  color: #2c9cbd;
}
.crosssell-products .product-item .add-to-compare {
  color: #3BB3D6;
  font-size: 0.8em;
  text-decoration: none;
  cursor: pointer;
}
.crosssell-products .product-item .add-to-compare:hover {
  color: #2c9cbd;
}
.crosssell-products .product-item .btn.btn-watchdog {
  background-color: #00B9EF !important;
  color: #ffffff !important;
}
.crosssell-products .product-item hr {
  height: 1px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.crosssell-products .product-item .stock-label {
  line-height: auto !important;
  font-size: 0.8em !important;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0 !important;
}
.crosssell-products .product-item .btn.btn-koupit {
  margin-right: 2px !important;
  background-color: #66B564 !important;
  border: 1px solid #8FC89B !important;
}
.crosssell-products .product-item .btn.btn-koupit.btn-provozovnas {
  margin-top: 2px !important;
}
.crosssell-products .product-item.grid {
  border-right: 1px solid rgba(220, 222, 224, 0.4);
  border-left: 1px solid rgba(220, 222, 224, 0.4);
  border-top: 1px solid rgba(220, 222, 224, 0.4);
}
.crosssell-products .product-item.grid hr {
  border-color: #b3c6e0;
}
.crosssell-products .product-item.grid .prices {
  margin-right: 15px;
}
.crosssell-products .product-item.grid .description {
  height: 60px;
}
.crosssell-products .product-item.grid .product-special-offer-box {
  position: absolute;
  top: 105px;
  right: 0;
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.crosssell-products .product-item.grid .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
}
.crosssell-products .product-item.grid .product-special-offer-box .timer {
  font-size: 1.2em;
}
.crosssell-products .product-item.grid .product-free-shipping-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.crosssell-products .product-item.grid .product-in-stock-box {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.crosssell-products .product-item.grid .btn-cart-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.crosssell-products .product-item.list {
  border-top: 1px solid #b3c6e0;
}
.crosssell-products .product-item.list .price-buy-table {
  margin-top: 25px;
}
.crosssell-products .product-item.list .product-flags {
  position: absolute;
  top: 0;
  right: 15px;
  width: 1000px;
}
.crosssell-products .product-item.list .product-flags .product-special-offer-box {
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.crosssell-products .product-item.list .product-flags .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
  float: left;
}
.crosssell-products .product-item.list .product-flags .product-special-offer-box .timer {
  font-size: 1em;
  float: left;
  padding-left: 15px;
}
.crosssell-products .product-item.list .product-flags .product-free-shipping-box {
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.crosssell-products .product-item.list .product-flags .product-in-stock-box {
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
}
.compare::-webkit-scrollbar {
  width: 1.25em;
  height: 1.25em;
  background-color: #f2f2f2;
  border-left: 0.5em solid white;
}
.compare::-webkit-scrollbar-track {
  border: 0.5em solid white;
  background-color: white;
}
.compare::-webkit-scrollbar-thumb:vertical {
  background-color: #e20613;
  border-right: 0.7em solid white;
  border-left: 3px solid white;
}
.compare::-webkit-scrollbar-thumb:horizontal {
  background-color: #e20613;
  border-bottom: 0.8em solid white;
}
.compare .compare-table .compare-table-tr {
  height: 50px;
  vertical-align: middle;
  transition: background 0.2s ease-in;
}
.compare .compare-table .compare-table-tr:first-child:hover {
  background-color: transparent !important;
}
.compare .compare-table .compare-table-tr:last-child {
  border-bottom: 1px solid #bbbbbb;
}
.compare .compare-table .compare-table-tr:hover {
  background-color: #b6b6b6 !important;
}
.compare .compare-table .compare-table-tr:hover > .compare-table-parameter {
  background-color: #b6b6b6 !important;
}
.compare .compare-table .compare-table-tr .koupit-group .koupit-input {
  float: left;
  width: 80px !important;
}
.compare .compare-table .compare-table-tr .koupit-group .koupit-input .btn.btn-amount {
  width: 26px !important;
}
.compare .compare-table .compare-table-tr .koupit-group .koupit-input input {
  text-align: center;
}
.compare .compare-table .compare-table-tr td {
  max-width: 250px;
}
.compare .compare-table .compare-table-th {
  margin: 0 !important;
  position: relative;
  font-weight: normal;
  width: 320px;
}
.compare .compare-table .compare-table-th .compare-table-th-cross {
  position: absolute;
  top: 2.5px;
  left: 10px;
  z-index: 2;
}
.compare .compare-table .compare-table-th .product-card {
  margin: 0 5px 7.5px 5px;
}
.compare .compare-table .compare-table-th.col-md-2 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.compare .compare-table .compare-table-category {
  background-color: #5c5c5c;
  color: #ffffff;
}
.compare .compare-table .compare-table-parameter {
  background-color: #c8c8c8;
  transition: background 0.2s ease-in;
  color: #252525;
  padding-left: 15px;
  min-width: 250px;
}
.compare .compare-table h3 {
  margin: 16px 0 9px 0 !important;
}
.compare .compare-table .grid-container {
  margin-top: 0;
  margin-left: 10px;
  margin-right: 10px;
}
.compare .compare-table .col-margin {
  padding: 0 !important;
  margin-bottom: 25px;
  margin-top: 3px;
  margin-left: 3px;
  margin-right: 3px;
}
.compare .compare-table a > i.fa.fa-times {
  font-size: 1.5em;
  color: #d6d6d6;
  margin: 0 !important;
  padding: 0 !important;
}
.compare .compare-table .product-item {
  position: relative;
  padding: 12px 12px 12px 12px;
  background-color: #FFFFFF;
  margin: 3px;
  width: 250px;
  border: 1px solid #CDCDCD;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33000000', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */
}
.compare .compare-table .product-item .cross {
  float: left;
  position: absolute;
  top: 1px;
  right: 3px;
}
.compare .compare-table .product-item:before {
  background-color: #FF11AA !important;
}
.compare .compare-table .product-item .manufacturer {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 9px;
}
.compare .compare-table .product-item .gtin {
  color: #8A8A8A !important;
  font-weight: bold;
  font-size: 0.8em;
}
.compare .compare-table .product-item .product-title {
  font-size: 1em;
  height: 40px;
  padding-top: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight: bold;
}
.compare .compare-table .product-item .product-title a {
  color: #000000;
  text-decoration: none;
}
.compare .compare-table .product-item .product-title a:hover {
  color: #2f2f2f;
}
.compare .compare-table .product-item .product-reviews a {
  color: #353535;
  text-decoration: underline;
  font-size: 0.8em;
}
.compare .compare-table .product-item .table.table-grid {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.compare .compare-table .product-item .table.table-grid td {
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
  height: 15px !important;
  line-height: 15px !important;
  padding-bottom: 0 !important;
}
.compare .compare-table .product-item .table.table-grid td.text-right {
  font-weight: normal !important;
}
.compare .compare-table .product-item .price-buy-table {
  float: right;
}
.compare .compare-table .product-item .price-buy-table td {
  vertical-align: middle;
}
.compare .compare-table .product-item .price-buy-table .prices > span {
  display: block;
  float: right;
  width: 100%;
  text-align: right;
}
.compare .compare-table .product-item .price-buy-table .prices .old-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 0.9em;
}
.compare .compare-table .product-item .price-buy-table .buttons {
  width: 100%;
}
.compare .compare-table .product-item .description {
  position: relative;
  height: calc(6 * 1.4em - 3px);
  line-height: 1.4;
  margin-top: 15px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.compare .compare-table .product-item .description.description-short {
  height: calc(5 * 1.4em - 3px) !important;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-pack: end;
  -webkit-box-orient: vertical;
}
.compare .compare-table .product-item .add-to-offer {
  font-size: 0.8em;
  color: #3BB3D6;
  text-decoration: underline;
  cursor: pointer;
}
.compare .compare-table .product-item .add-to-offer:hover {
  color: #2c9cbd;
}
.compare .compare-table .product-item .add-to-compare {
  color: #3BB3D6;
  font-size: 0.8em;
  text-decoration: underline;
  margin-left: 6px;
  cursor: pointer;
}
.compare .compare-table .product-item .add-to-compare:hover {
  color: #2c9cbd;
}
.compare .compare-table .product-item .btn.btn-watchdog {
  background-color: #00B9EF !important;
  color: #ffffff !important;
}
.compare .compare-table .product-item hr {
  height: 1px !important;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.compare .compare-table .product-item .btn.btn-koupit {
  margin-right: 2px !important;
  background-color: #66B564 !important;
  border: 1px solid #8FC89B !important;
}
.compare .compare-table .product-item .btn.btn-koupit.btn-provozovnas {
  margin-top: 2px !important;
}
.compare .compare-table .product-item.grid {
  border-right: 1px solid rgba(220, 222, 224, 0.4);
  border-left: 1px solid rgba(220, 222, 224, 0.4);
  border-top: 1px solid rgba(220, 222, 224, 0.4);
}
.compare .compare-table .product-item.grid hr {
  border-color: #b3c6e0;
}
.compare .compare-table .product-item.grid .prices {
  margin-right: 15px;
}
.compare .compare-table .product-item.grid .description {
  height: 60px;
}
.compare .compare-table .product-item.grid .product-special-offer-box {
  position: absolute;
  top: 105px;
  right: 0;
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.compare .compare-table .product-item.grid .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
}
.compare .compare-table .product-item.grid .product-special-offer-box .timer {
  font-size: 1.2em;
}
.compare .compare-table .product-item.grid .product-free-shipping-box {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.compare .compare-table .product-item.grid .product-in-stock-box {
  position: absolute;
  top: 35px;
  right: 0;
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
}
.compare .compare-table .product-item.grid .btn-cart-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.compare .compare-table .product-item.list {
  border-top: 1px solid #b3c6e0;
}
.compare .compare-table .product-item.list .price-buy-table {
  margin-top: 25px;
}
.compare .compare-table .product-item.list .product-flags {
  position: absolute;
  top: 0;
  right: 15px;
  width: 1000px;
}
.compare .compare-table .product-item.list .product-flags .product-special-offer-box {
  background-color: #d91f29;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.compare .compare-table .product-item.list .product-flags .product-special-offer-box .title {
  font-weight: bold;
  font-size: 1em;
  float: left;
}
.compare .compare-table .product-item.list .product-flags .product-special-offer-box .timer {
  font-size: 1em;
  float: left;
  padding-left: 15px;
}
.compare .compare-table .product-item.list .product-flags .product-free-shipping-box {
  background-color: #3a8cbb;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
  margin-left: 5px;
}
.compare .compare-table .product-item.list .product-flags .product-in-stock-box {
  background-color: #449d44;
  color: white;
  padding: 5px 10px;
  border-radius: 0 0 0 4px;
  display: inline-table;
  float: right;
}
.news-list-homepage h3 {
  margin: 16px 0 9px 0 !important;
}
.pager-wrapper .description {
  margin-top: 27px !important;
}
.btn-cart {
  position: relative;
}
.btn-cart .cart-amount-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #95C11F;
  color: #ffffff;
  padding: 1px 7px 1px 7px;
  border-radius: 12px;
}
.btn-compare {
  position: relative;
}
.btn-compare .compare-amount-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #95C11F;
  color: #ffffff;
  padding: 1px 7px 1px 7px;
  border-radius: 12px;
}
table.download tr:first-child td {
  border-top: none !important;
}
table.download tr:last-child td {
  border-bottom: none !important;
}
.product-detail .sku-man-stock {
  margin-top: 15px;
}
.product-detail .short-description ul {
  margin-top: 10px;
  list-style-type: none;
  padding-left: 20px;
}
.product-detail .short-description ul li:before {
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  content: '●';
}
.product-detail .product-sale-product-group-discount-table .product-sale-product-group-discount-table-title {
  padding: 6px 9px;
  background-color: #0E7AA9;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.4em;
  font-family: PoppinsBold;
}
.product-detail .product-sale-product-group-discount-table table {
  background-color: #ffffff;
  width: 100%;
  border-left: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
}
.product-detail .product-sale-product-group-discount-table table thead tr td {
  font-weight: bold;
}
.product-detail .product-sale-product-group-discount-table table tbody tr td,
.product-detail .product-sale-product-group-discount-table table thead tr td {
  padding: 9px;
}
.product-detail .product-sale-product-group-discount-table table tbody tr td:nth-child(2),
.product-detail .product-sale-product-group-discount-table table thead tr td:nth-child(2) {
  text-align: right;
}
.product-detail .product-sale-product-group-discount {
  position: relative;
  height: 100px;
  margin: 15px 0 15px 0;
  display: grid;
  text-align: center;
  text-transform: uppercase;
}
.product-detail .product-sale-product-group-discount:hover {
  text-decoration: none;
}
.product-detail .product-sale-product-group-discount:hover.product-sale-product-group-discount-percentage .product-sale-product-group-discount-title {
  background-color: #108bc1;
}
.product-detail .product-sale-product-group-discount:hover.product-sale-product-group-discount-percentage .product-sale-product-group-discount-sale {
  background-color: #066f9f;
}
.product-detail .product-sale-product-group-discount:hover.product-sale-product-group-discount-price .product-sale-product-group-discount-title {
  background-color: #108bc1;
}
.product-detail .product-sale-product-group-discount:hover.product-sale-product-group-discount-price .product-sale-product-group-discount-sale {
  background-color: #066f9f;
}
.product-detail .product-sale-product-group-discount .product-sale-product-group-discount-title {
  transition: all ease-in-out 0.2s;
}
.product-detail .product-sale-product-group-discount .product-sale-product-group-discount-sale {
  transition: all ease-in-out 0.2s;
}
.product-detail .product-sale-product-group-discount.product-sale-product-group-discount-percentage {
  grid-template-columns: 75% 25%;
  grid-template-rows: 100%;
}
.product-detail .product-sale-product-group-discount.product-sale-product-group-discount-percentage .product-sale-product-group-discount-title {
  background-color: #0E7AA9;
  color: #ffffff;
  display: grid;
  align-items: center;
  font-family: PoppinsBold;
  font-size: 2.2em;
  line-height: 1.2em;
}
.product-detail .product-sale-product-group-discount.product-sale-product-group-discount-percentage .product-sale-product-group-discount-sale {
  background-color: #055E86;
  color: #ffffff;
  display: grid;
  align-items: center;
  padding: 15px 0;
  line-height: 0em;
}
.product-detail .product-sale-product-group-discount.product-sale-product-group-discount-percentage .product-sale-product-group-discount-sale .product-sale-product-group-discount-sale-text {
  font-family: PoppinsRegular;
  font-size: 1.6em;
}
.product-detail .product-sale-product-group-discount.product-sale-product-group-discount-percentage .product-sale-product-group-discount-sale .product-sale-product-group-discount-sale-value {
  font-family: PoppinsBold;
  font-size: 2.4em;
}
.product-detail .damage-description {
  background-color: #DADADA;
  padding: 15px;
  margin-top: 9px;
}
.product-detail .damage-description .damage-description-title {
  font-size: 1.2em;
  font-weight: bold;
}
.product-detail .damage-description .damage-description-content {
  font-size: 1em;
  margin-top: 6px;
}
.product-detail .product-info .stock-label {
  font-size: 1.1em;
  padding-bottom: 12px;
  margin-top: 9px;
  text-align: left;
}
.product-detail .btn.btn-watchdog {
  background-color: #00B9EF !important;
  color: #ffffff !important;
  margin-bottom: 3px;
}
.product-detail .product-detail-gifts {
  margin-bottom: 9px;
}
.product-detail .product-detail-gifts .product-detail-gift-item {
  background-color: #FFFFFF;
  border: 1px solid #8A8A8A;
  padding: 15px;
  margin-bottom: 9px;
  display: table;
  width: 100%;
}
.product-detail .product-detail-gifts .product-detail-gift-item .product-detail-gift-item-picture {
  display: table-cell;
  width: 30px;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.product-detail .product-detail-gifts .product-detail-gift-item .product-detail-gift-item-picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.product-detail .product-detail-gifts .product-detail-gift-item .product-detail-gift-item-title {
  display: table-cell;
  width: calc(100% - 30px - 15px);
  padding-left: 15px;
  height: 100%;
  font-size: 1.2em;
  vertical-align: middle;
}
.product-detail .product-detail-gifts .product-detail-gift-item:after {
  content: '';
  display: block;
  clear: both;
}
.product-detail .product-info .add-to-offer {
  color: #3BB3D6;
  font-size: 1em;
  text-decoration: none;
  margin-left: 6px;
  cursor: pointer;
  float: right;
}
.product-detail .product-info .add-to-offer .fa {
  font-size: 1.2em;
}
.product-detail .product-info .add-to-offer:hover {
  color: #2c9cbd;
}
.product-detail .product-info .add-to-compare {
  color: #3BB3D6;
  font-size: 1em;
  text-decoration: none;
  margin-left: 6px;
  cursor: pointer;
  float: right;
}
.product-detail .product-info .add-to-compare .fa {
  font-size: 1.2em;
}
.product-detail .product-info .add-to-compare:hover {
  color: #2c9cbd;
}
.product-detail .product-detail-outlet {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #00A1E5;
  margin: 15px 0;
}
.product-detail .product-detail-outlet:hover {
  text-decoration: none;
}
.product-detail .product-detail-outlet .product-detail-outlet-icon {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
.product-detail .product-detail-outlet .product-detail-outlet-icon .fa {
  font-size: 1.4em;
}
.product-detail .product-detail-outlet .product-detail-outlet-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  line-height: 1em;
}
@media only screen and (max-width: 575.98px) {
  .product-detail .product-detail-outlet .product-detail-outlet-text {
    font-size: 1em;
  }
}
.product-detail .product-detail-outlet .product-detail-outlet-button {
  background-color: #FFDC50;
  color: #000000;
  padding: 0 20px;
  margin: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4em;
  font-family: PoppinsBold;
}
@media only screen and (max-width: 575.98px) {
  .product-detail .product-detail-outlet .product-detail-outlet-button {
    font-size: 1em;
  }
}
.product-detail .product-reviews {
  margin-bottom: 3px;
}
.product-detail .product-reviews a {
  color: #353535;
  text-decoration: underline;
  font-size: 0.8em;
}
.product-detail .product-display-parameter {
  margin-top: 15px;
}
.product-detail .product-display-parameter .table-content {
  /*width: auto !important;*/
}
.product-detail .product-display-parameter .table-content h3 {
  margin-top: 0 !important;
  padding-top: 12px;
}
.product-detail .product-display-parameter .table-content tr:first-child th {
  border-top: 0 !important;
}
.product-detail .product-display-parameter .table-content .padded-left {
  padding-left: 20px;
}
.product-detail .product-display-parameter .item {
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #b3c6e0;
}
.product-detail .product-display-parameter .item:hover {
  background-color: #dcdee0;
}
.product-detail .product-display-parameter .item .separator {
  padding-top: 25px;
  color: #333;
  font-weight: bold;
}
.product-detail .product-display-parameter .item .separator:hover {
  background-color: transparent;
}
.product-detail .product-display-parameter .item .title {
  color: #555;
}
.product-detail .prices {
  text-align: right;
  margin-bottom: 15px;
}
.product-detail .prices .old-product-price {
  color: #888888;
  text-decoration: line-through;
  font-size: 1.2em;
}
.product-detail .prices .product-price {
  font-weight: bold;
  font-size: 1.6em;
}
.product-detail .add-to-cart .add-to-cart-panel {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
}
.product-detail .add-to-cart .add-to-cart-panel .add-to-cart-panel-quantity .qty-input {
  width: 110px;
}
.product-detail .add-to-cart .add-to-cart-panel .add-to-cart-panel-buttons {
  flex: 1;
}
.product-detail .add-to-cart .add-to-cart-panel .add-to-cart-panel-buttons .btn-sale-product-group {
  background-color: #0084D1;
  color: #ffffff;
}
.product-detail .add-to-cart .add-to-cart-panel .add-to-cart-panel-buttons .btn-sale-product-group:hover {
  background-color: #05a3ff;
}
.product-detail .gallery .picture {
  background-color: #ffffff;
  border: 1px solid #D2D2D2;
  text-align: center;
  cursor: pointer;
}
.product-detail .gallery .picture .img-responsive {
  margin: 0 auto;
}
.product-detail .gallery .picture-thumbs {
  margin-top: 12px;
  padding: 3px;
  background-color: #ffffff;
  position: relative;
}
.product-detail .gallery .picture-thumbs .picture-thumbs-imgs {
  display: inline-flex;
  overflow-x: hidden;
  width: 100%;
}
.product-detail .gallery .picture-thumbs .picture-thumbs-imgs .picture-thumb {
  display: inline-table;
  width: 96px !important;
  background-color: #ffffff;
  border: 1px solid #D3D3D3;
  text-align: center;
  align-content: center;
  padding: 3px;
  margin-right: 3px;
}
.product-detail .gallery .picture-thumbs .picture-thumbs-imgs .picture-thumb img {
  height: 96px !important;
}
.product-detail .gallery .picture-thumbs .picture-thumbs-imgs .picture-thumb:first-child {
  margin-left: 20px;
}
.product-detail .gallery .picture-thumbs .picture-thumbs-imgs .picture-thumb:last-child {
  margin-right: 20px;
}
.product-detail .gallery .picture-thumbs .arrow {
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  background-color: #D2D2D2;
  float: left;
  color: #ffffff;
  cursor: pointer;
  font-size: 1.4em;
  z-index: 30;
}
.product-detail .gallery .picture-thumbs .arrow i {
  padding-top: 46px;
}
.product-detail .gallery .picture-thumbs .arrow.arrow-left {
  left: 0;
}
.product-detail .gallery .picture-thumbs .arrow.arrow-right {
  right: 0;
}
.info-image-features-icons {
  margin: 27px -9px;
  font-size: 0;
  text-align: left;
}
.info-image-features-icons .info-image-features-icon {
  display: inline-block;
  width: 16.6667%;
  padding: 9px;
}
@media only screen and (max-width: 991.98px) {
  .info-image-features-icons .info-image-features-icon {
    width: 20%;
  }
}
@media only screen and (max-width: 767.98px) {
  .info-image-features-icons .info-image-features-icon {
    width: 33.3333%;
  }
}
.info-image-features-icons .info-image-features-icon.info-image-features-icon-scrollable {
  cursor: pointer;
}
.info-image-features-icons .info-image-features-icon img {
  max-width: 100%;
}
.tabs-product {
  background-color: #ffffff;
  padding: 15px;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.tabs-product h1 {
  color: #0084D1;
  text-transform: uppercase;
  font-size: 1.4em;
  font-weight: bold;
}
.tabs-product .product-tab-info .info-description {
  color: #7A7A7A;
  font-size: 16px;
  line-height: 1.6;
}
.tabs-product .product-tab-info .info-description a {
  color: #000000 !important;
  text-decoration: underline;
}
.tabs-product .product-tab-info .info-description a:has(> img) {
  text-decoration: none;
}
.tabs-product .product-tab-info .info-description a:hover {
  color: #000000 !important;
  text-decoration: none;
}
.tabs-product .product-tab-info .info-description b,
.tabs-product .product-tab-info .info-description strong {
  font-weight: bold;
}
.tabs-product .product-tab-info .info-description p {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .tabs-product .product-tab-info .info-description p {
    margin-bottom: 20px;
  }
}
.tabs-product .product-tab-info .info-description ol {
  list-style: none;
  counter-reset: step-counter;
  padding-inline-start: 25px;
}
.tabs-product .product-tab-info .info-description ol ol {
  padding-inline-start: 45px;
}
.tabs-product .product-tab-info .info-description ol ol ol {
  padding-inline-start: 65px;
}
.tabs-product .product-tab-info .info-description ol li {
  counter-increment: step-counter;
}
.tabs-product .product-tab-info .info-description ol li:before {
  content: counter(step-counter) ".";
  display: inline-block;
  position: absolute;
  margin-left: -25px;
  font-family: RobotoRegular;
}
.tabs-product .product-tab-info .info-description ul {
  list-style: none !important;
  margin-left: 0;
  padding-left: 0;
}
.tabs-product .product-tab-info .info-description ul li {
  margin-left: 2px;
  5list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.tabs-product .product-tab-info .info-description ul li:before {
  content: "■";
  font-size: 1.5em;
  padding-right: 9px;
}
.tabs-product .product-tab-info .info-description ul ul {
  padding-inline-start: 20px;
  list-style: none !important;
  margin-left: 0;
  padding-left: 0;
}
.tabs-product .product-tab-info .info-description ul ul li {
  margin-left: 5px;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.tabs-product .product-tab-info .info-description ul ul li:before {
  content: "□";
  font-size: 1.5em;
  padding-right: 9px;
}
.tabs-product .product-tab-info .info-description ul ul ul {
  padding-inline-start: 40px;
  list-style: none !important;
  margin-left: 0;
  padding-left: 0;
}
.tabs-product .product-tab-info .info-description ul ul ul li {
  margin-left: 5px;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.tabs-product .product-tab-info .info-description ul ul ul li:before {
  content: "□";
  font-size: 1.5em;
  padding-right: 9px;
}
.tabs-product .product-tab-info .info-description h1 {
  color: #212529;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .tabs-product .product-tab-info .info-description h1 {
    font-size: 33px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575.98px) {
  .tabs-product .product-tab-info .info-description h1 {
    font-size: 33px;
  }
}
.tabs-product .product-tab-info .info-description h2 {
  color: #212529;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .tabs-product .product-tab-info .info-description h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575.98px) {
  .tabs-product .product-tab-info .info-description h2 {
    font-size: 22px;
  }
}
.tabs-product .product-tab-info .info-description h3 {
  color: #212529;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .tabs-product .product-tab-info .info-description h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575.98px) {
  .tabs-product .product-tab-info .info-description h3 {
    font-size: 16px;
  }
}
.tabs-product .product-tab-info .info-description:after {
  content: '';
  display: block;
  clear: both;
}
.tabs-product .product-tab-info .info-description .re-button a {
  color: #ffffff !important;
  padding: 0.8rem 1.4rem;
  font-size: 1.55rem;
  line-height: 1.5;
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-button {
  margin-top: 15px;
  text-align: center;
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-button button {
  text-decoration: none !important;
  display: inline-block;
  font-weight: 400;
  color: #ffffff !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #cf0101;
  padding: 0.8rem 1.4rem;
  font-size: 1.55rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-button button:hover {
  background-color: #717171;
  transform: scale(1.05);
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-button button:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 2, 1, 0.2);
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-content .info-description-hoovers-content-inner {
  margin: 15px 0;
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-content .info-description-hoovers-content-inner .info-description-hoovers-content-manufacturers {
  padding-bottom: 15px;
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-content .info-description-hoovers-content-inner .info-description-hoovers-content-manufacturers button {
  display: inline-block;
  color: #ffffff;
  background-color: #3E3E3E;
  padding: 6px 9px;
  margin: 9px 9px 0 0;
  border: none;
  border-radius: 5px;
  transition: all ease-in-out 0.2s;
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-content .info-description-hoovers-content-inner .info-description-hoovers-content-manufacturers button:hover {
  transform: scale(1.05);
  background-color: #B01415;
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-content .info-description-hoovers-content-inner .info-description-hoovers-content-manufacturers button:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 2, 1, 0.2);
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-content .info-description-hoovers-content-inner .info-description-hoovers-content-models .info-description-hoovers-content-models-by-manufacturer {
  border-top: 1px solid #e1e1e1;
  padding: 9px 0;
}
.tabs-product .product-tab-info .info-description-hoovers .info-description-hoovers-content .info-description-hoovers-content-inner .info-description-hoovers-content-models .info-description-hoovers-content-models-by-manufacturer:last-child {
  border-bottom: 1px solid #e1e1e1;
}
.tabs-product .product-tab-info .img-fluid {
  height: auto;
  width: 100%;
  margin: auto;
}
.tabs-product .product-tab-info .info-image-features-icons-full .info-image-features-icon-full-button {
  text-align: center;
  font-weight: bold;
}
.tabs-product .product-tab-info .info-image-features-icons-full .info-image-features-icon-full-button a {
  cursor: pointer;
  color: #3EB2D7;
}
.tabs-product .product-tab-info .info-image-features-icons-full .info-image-features-icons-full-collapsed {
  display: none;
}
.tabs-product .product-tab-info .info-image-features-icons-full .info-image-features-icon-full {
  margin: 15px 0 40px 0;
}
.tabs-product .product-tab-info .info-image-features-icons-full .info-image-features-icon-full .info-image-features-icon-full-image {
  position: relative;
}
.tabs-product .product-tab-info .info-image-features-icons-full .info-image-features-icon-full .info-image-features-icon-full-image .info-image-features-icon-full-icon {
  position: absolute;
  top: 50%;
  height: 50%;
  width: 100%;
  text-align: center;
}
.tabs-product .product-tab-info .info-image-features-icons-full .info-image-features-icon-full .info-image-features-icon-full-image .info-image-features-icon-full-icon img.img-overlay {
  height: 256px;
  margin-top: -128px;
}
@media only screen and (max-width: 575.98px) {
  .tabs-product .product-tab-info .info-image-features-icons-full .info-image-features-icon-full .info-image-features-icon-full-image .info-image-features-icon-full-icon img.img-overlay {
    height: 128px;
    margin-top: -64px;
  }
}
.tabs-product .product-tab-info .info-image-features-icons-full .info-image-features-icon-full .info-image-features-icon-full-image img.img-banner {
  width: 100%;
}
.tabs-product .product-tab-info .info-image-features-icons-full .info-image-features-icon-full .info-image-features-icon-full-title {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 9px;
}
.tabs-product .product-tab-files table {
  width: 100%;
}
.tabs-product .product-tab-files table tr {
  border-top: 1px solid #E7E7E7;
}
.tabs-product .product-tab-files table tr:last-child {
  border-bottom: 1px solid #E7E7E7;
}
.tabs-product .product-tab-files table tr td {
  padding: 9px 0;
}
.tabs-product .product-tab-files table tr td:nth-child(2) {
  text-align: right;
}
.tabs-product .product-tab-files table tr td a {
  background-color: #0084D1;
  color: #ffffff;
  padding: 6px 9px;
  transition: all ease-in-out 0.2s;
  text-decoration: none;
}
.tabs-product .product-tab-files table tr td a:hover {
  background-color: #1698e4;
}
.tabs-product .info-specifications .info-specification .info-specification-category {
  color: #5484B2;
  font-size: 1.2em;
  border-bottom: 1px solid #EAEAEA;
  margin-top: 15px;
  margin-bottom: 9px;
  cursor: pointer;
}
.tabs-product .info-specifications .info-specification .info-specification-parameters .info-specification-parameter {
  margin: 3px 0;
}
.tabs-product .info-specifications .info-specification .info-specification-parameters .info-specification-parameter span.info-specification-parameter-name {
  color: #757575;
}
.tabs-product .info-specifications .info-specification .info-specification-parameters .info-specification-parameter span.info-specification-parameter-name-description {
  color: #757575;
  border-bottom: 1px dotted #757575;
}
.tabs-product .info-specifications .info-specification .info-specification-parameters .info-specification-parameter span.info-specification-parameter-value {
  font-weight: bold;
  color: #000000;
}
.tabs-product .info-crosssell {
  margin-bottom: 15px;
}
.tabs-product .info-crosssell h3 {
  text-align: center;
}
.tabs-product .info-related {
  margin-bottom: 15px;
}
.tabs-product .info-related h3 {
  text-align: center;
}
.product-review-helpfulness .question {
  margin-right: 6px;
}
.product-review-helpfulness .vote {
  cursor: pointer;
  margin: 0 2px 0 2px;
}
.product-review-helpfulness .vote.vote-yes {
  color: #449d44;
}
.product-review-helpfulness .vote.vote-no {
  color: #d91f29;
}
.amount-group {
  background-color: #8A8A8A !important;
  border-color: 1px solid #851313;
  color: #ffffff;
  border-radius: 0px !important;
}
.category-menu-toogle {
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.category-menu-toogle .btn.btn-primary {
  background-color: #B01415;
  border-color: #B01415;
  border-radius: 0 0 0 0;
}
/*HLAVICKA KOSIKU*/
a.cart-a-header {
  color: #ffffff;
}
a.cart-a-header:hover {
  color: #FFFFFF;
  text-decoration: none;
}
.b2b-cart .breadcrumb-kod {
  background-color: #EBEBEB;
  padding: 6px !important;
  margin-bottom: 6px !important;
  border: 1px solid #DDDDDD;
}
.b2b-cart .breadcrumb-kod .control-label {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.b2b-cart .breadcrumb-provozovnas {
  background-color: #EBEBEB;
  padding: 6px !important;
  margin-bottom: 6px !important;
  border: 1px solid #DDDDDD;
}
.b2b-cart .breadcrumb-provozovnas .form-group {
  margin-bottom: 0 !important;
}
.b2b-cart .breadcrumb-provozovnas label {
  font-weight: normal;
  line-height: 34px;
  margin-bottom: 0 !important;
}
.b2b-cart .breadcrumb-provozovnas .control-label {
  /*margin-left: 6px !important;
            margin-right: 6px !important;*/
}
.b2b-cart .other-info .form-horizontal,
.b2b-cart .company-info .form-horizontal {
  margin: 0 12px 0 12px;
}
.b2b-cart .other-info.other-info-danger,
.b2b-cart .company-info.other-info-danger {
  background-color: #F2DEDE;
}
.b2b-cart .b2b-cart-title {
  font-size: 2.6em;
  height: 120px;
  margin-top: 12px !important;
}
.b2b-cart .export-buttons {
  padding-top: 5px;
  margin-right: -1px !important;
  padding-right: 0 !important;
}
.b2b-cart .cart-table {
  background-color: #FFFFFF;
  border: 1px solid #CFCFCF;
  position: relative;
}
.b2b-cart .cart-table .cart-table-loading {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  margin-left: -21px;
}
.b2b-cart .cart-table .cart-table-loading .cart-table-loading-inner {
  left: 50%;
  top: 30%;
  position: relative;
}
.b2b-cart .cart-table .table > tbody > tr > td {
  margin-right: 0 !important;
  background-color: #ffffff !important;
  vertical-align: middle;
}
.b2b-cart .other-info {
  background-color: #FFFFFF;
  padding: 9px !important;
  border: 1px solid #D4D4D4;
}
.b2b-cart .company-info {
  background-color: #FFFFFF;
  padding: 9px !important;
  border: 1px solid #D4D4D4;
}
.make-order {
  color: #B01415;
  cursor: pointer;
  font-size: 1.4em;
}
.make-order:hover {
  color: #305287;
  cursor: pointer;
}
/*RECENZE PRODUKTU*/
div.stars {
  width: 270px;
  display: inline-block;
}
input.star {
  display: none;
}
label.star {
  float: right;
  padding: 10px;
  font-size: 2.5em;
  color: #444;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input.star:checked ~ label.star:before {
  content: '★';
  color: #FD4;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
input.star-5:checked ~ label.star:before {
  color: #FE7;
}
input.star-1:checked ~ label.star:before {
  color: #F62;
}
label.star:hover {
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  color: #FE7;
}
label.star:before {
  content: '★';
}
.star-on {
  font-size: 1.5em;
  color: #FD4;
}
.star-off {
  font-size: 1.5em;
  color: #444;
}
.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th {
  border: none;
}
input.form-control.datepicker:disabled {
  background-color: #eee !important;
}
.datepicker.form-control[readonly] {
  background-color: #ffffff;
}
input.form-control.timepicker:disabled {
  background-color: #eee !important;
}
.timepicker.form-control[readonly] {
  background-color: #ffffff;
}
/*Novinky*/
.news-item-page .page-title {
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #ccc;
}
.news-item-page .page-title h1 {
  margin-bottom: 3px !important;
}
.news-item-page .page-title .news-back {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.news-item-page .page-title .news-date {
  padding-bottom: 4px;
}
.news-list-page .news-rss {
  padding-bottom: 15px;
}
.news-list-page .news-rss a {
  color: #3BB3D6;
  margin-top: 16px !important;
}
.news-list table {
  width: 100%;
}
.news-list .news-list-url {
  text-align: right;
  bottom: 0;
  padding-top: 22px;
}
.news-list .news-list-url a {
  color: #3BB3D6;
  margin-top: 16px !important;
}
.news-list .new {
  margin-bottom: 18px;
}
.news-list .new .new-item {
  background-color: #ffffff;
  border: 1px solid #DADADA;
  height: 190px;
  padding: 18px !important;
}
.news-list .new .new-item td {
  padding-top: 18px;
  padding-bottom: 18px;
}
.news-list .new .new-item td:first-child {
  padding-left: 18px;
  padding-right: 18px;
}
.news-list .new .new-item td:last-child {
  padding-left: 0 !important;
  padding-right: 18px;
}
.news-list .new .new-item .new-head a {
  font-size: 1.2em !important;
  color: #AF1714;
  font-weight: bold;
  text-decoration: none;
}
.news-list .new .new-item .new-time {
  font-size: 1em !important;
  color: #333;
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.news-list .new .new-item .new-body {
  color: #333;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.news-list .new .new-item .new-body .new-body-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.news-list .new .new-item .new-button {
  padding-top: 15px;
  bottom: 0 !important;
}
.news-list .new .new-item .new-td-text {
  width: 100%;
}
.news-list .new .new-item .new-td-image {
  width: 127px;
  height: 179px;
  margin-right: 18px;
  margin-top: 18px;
  display: table-cell;
}
.news-list .new .new-item .new-td-image img {
  display: block;
  margin: auto;
  max-width: 127px;
  max-height: 179px;
}
/*Breadcrumb flat*/
.breadcrumb {
  background-color: #DADADA !important;
}
.breadcrumb.breadcrumb-flat {
  border-radius: 0 !important;
  border: none;
}
.breadcrumb.breadcrumb-flat .glyphicon.glyphicon-chevron-right {
  font-size: 0.8em;
  font-weight: bold;
}
.breadcrumb.breadcrumb-flat .glyphicon.glyphicon-chevron-right:before {
  content: "\e258";
}
.dataTables_info,
.dataTables_paginate {
  padding-top: 9px !important;
}
#product-holder .table-list-div .paging {
  /*padding: 9px 0 9px 0;*/
}
#product-holder .table-list-div .paging .paging-top {
  line-height: 64px;
  margin-bottom: -10px !important;
}
#product-holder .table-list-div .paging.paging-bottom {
  margin-top: 14px;
  margin-bottom: 0 !important;
}
#product-holder .grid-list-div .paging {
  /*padding: 9px 0 9px 0;*/
}
#product-holder .grid-list-div .paging .paging-top {
  line-height: 64px;
  margin-bottom: -10px !important;
}
#product-holder .grid-list-div .paging.paging-bottom {
  margin-top: 9px;
  margin-bottom: 0 !important;
}
#product-holder .pagination {
  margin-top: 0 !important;
}
#product-holder .pagination li:first-child a {
  border-radius: 0 !important;
}
#product-holder .pagination li:last-child a {
  border-radius: 0 !important;
}
/*Flat override*/
.form-control,
.modal-content,
.modal-header,
.modal-footer,
.list-group,
.list-group-item,
.nav.nav-tabs > li.active > a,
.btn,
.input-group-addon:last-child {
  border-radius: 0 !important;
}
.nav.nav-tabs li a {
  color: #343434;
}
@media screen and (min-width: 768px) {
  .row-news {
    display: -webkit-box;
    display: -webkit-inline-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*VYROBCI, STEJNA VYSKA*/
div.manufacturers-container {
  position: relative;
  margin: auto;
  text-align: center;
  min-height: 200px;
  width: 250px;
  /*border: dashed 1px red;*/
}
div.manufacturers-container div.manufacturers-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  vertical-align: bottom;
  /*border: dashed 1px black;*/
}
@media screen and (min-width: 768px) {
  .row-manufacturers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*BILY TOOLTIP*/
.white-tooltip + .tooltip > .tooltip-inner {
  background-color: #ffffff;
  color: #337AB7;
  font-weight: bold;
}
.red-tooltip + .tooltip.top > .tooltip-arrow {
  color: #ffffff;
}
.tooltip.tooltip-warning .tooltip-inner {
  background: #8a6d3b;
}
.tooltip.tooltip-warning .arrow {
  background: #8a6d3b;
}
.modal .modal-header {
  background-color: #585858 !important;
  color: #FFFFFF !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.modal .modal-header .close {
  color: #FFFFFF !important;
  margin-top: 0 !important;
  opacity: 1 !important;
}
@media only screen and (min-width: 992px) {
  .modal .modal-dialog.modal-xl {
    width: 800px;
  }
}
@media only screen and (min-width: 1200px) {
  .modal .modal-dialog.modal-xl {
    width: 1140px;
  }
}
.modal .modal-footer {
  background-color: #F2F2F2 !important;
  text-align: center !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}
.modal .modal-footer .text-right {
  text-align: center !important;
}
/*DATATABLES - NASTAVENI STYLU SLOUPCU*/
.dt-no-wrap {
  white-space: nowrap;
}
.dt-font-bold {
  font-weight: bold;
}
.filter-container {
  position: relative;
}
/*BREAD PRO FILTROVACI DIV*/
.data-table-filter {
  background-color: #dcdee0;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 25px;
  position: relative;
}
.data-table-filter .data-table-filter-container {
  position: relative;
}
.data-table-filter .data-table-filter-buttons {
  position: absolute;
  bottom: 0;
  right: 0;
}
.data-table-filter .item {
  float: left;
  padding-top: 20px;
  margin-right: 15px;
  margin-bottom: 9px;
  max-width: 400px;
}
.data-table-filter .item .checkbox {
  margin-top: 25px;
  margin-bottom: 25px;
}
.data-table-filter .delimiter {
  float: left;
  padding-left: 16px;
  margin-right: 15px;
  border-left: solid 1px #c6c6c6;
  height: 100%;
  -moz-border-image: -moz-linear-gradient(#dcdee0 0, #A8A8A8 50%, #dcdee0 100%) 1 100%;
  -webkit-border-image: -moz-linear-gradient(#dcdee0 0, #A8A8A8 50%, #dcdee0 100%) 1 100%;
  -o-border-image: -o-linear-gradient(black, rgba(0, 0, 0, 0)) 1 100%;
  border-image: -moz-linear-gradient(#dcdee0 0, #A8A8A8 50%, #dcdee0 100%) 1 100%;
}
/*bootstrap toggle padding repair */
.checkbox label.toggle-on {
  padding-left: 0 !important;
  padding-right: 10px !important;
}
.checkbox label.toggle-off {
  padding-left: 10px !important;
  padding-right: 0 !important;
}
.checkbox .checkbox-label {
  padding-left: 10px !important;
}
.noUi-connect {
  background-color: #B01415 !important;
}
/*PRODUCTSLIST*/
.overlay-products-list-div {
  position: absolute;
  z-index: 5;
  width: 100%;
  background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0, #ffffff 25%, #ffffff 75%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0, #ffffff 25%, #ffffff 75%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(30, 87, 153, 0) 0, #ffffff 25%, #ffffff 75%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
  margin: 20px 0 20px 0;
  padding: 20px 0 20px 0;
  color: #000000;
  top: 70%;
  font-size: large;
  text-align: center;
}
.overlay-div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  border: 1px solid #F2F2F2;
  top: 0;
  left: 0;
  z-index: 50;
}
.overlay-div .overlay-div-center {
  margin: auto;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.no-radius-bottom-right {
  border-bottom-right-radius: 0 !important;
}
.no-radius-bottom-left {
  border-bottom-left-radius: 0 !important;
}
.btn-grid {
  border-color: #a7a7a7 !important;
}
.btn-grid.btn:active,
.btn-grid.btn.active {
  /*border-color: #CCCCCC;
        border-bottom-color: transparent !important;*/
  background-color: #F5F5F5 !important;
  /*-webkit-box-shadow: inset 0 25px 20px -20px @bgDefault !important;
        -moz-box-shadow: inset 0 25px 20px -20px @bgDefault !important;
        box-shadow: inset 0 25px 20px -20px @bgDefault !important;*/
}
/*DATATABLES GRADIENTS - SABLONA -  http://colorzilla.com/gradient-editor/#c000c0+0,c000c0+100&0.65+0,0.5+100*/
tr.blue-gradient td {
  background: -moz-linear-gradient(top, rgba(201, 217, 255, 0.65) 0%, rgba(201, 217, 255, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(201, 217, 255, 0.65) 0%, rgba(201, 217, 255, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(201, 217, 255, 0.65) 0%, rgba(201, 217, 255, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c9d9ff', endColorstr='#80c9d9ff', GradientType=0);
  /* IE6-9 */
}
tr.brown-gradient td {
  background: -moz-linear-gradient(top, rgba(128, 64, 0, 0.65) 0, rgba(128, 64, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(128, 64, 0, 0.65) 0, rgba(128, 64, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(128, 64, 0, 0.65) 0, rgba(128, 64, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6804000', endColorstr='#80804000', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
tr.red-gradient td {
  background: -moz-linear-gradient(top, rgba(255, 0, 0, 0.65) 0, rgba(255, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.65) 0, rgba(255, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.65) 0, rgba(255, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ff0000', endColorstr='#80ff0000', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
tr.green-gradient td {
  background: -moz-linear-gradient(top, rgba(50, 205, 50, 0.65) 0, rgba(50, 205, 50, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(50, 205, 50, 0.65) 0, rgba(50, 205, 50, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(50, 205, 50, 0.65) 0, rgba(50, 205, 50, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a632cd32', endColorstr='#8032cd32', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
tr.orange-gradient td {
  background: -moz-linear-gradient(top, rgba(242, 218, 0, 0.65) 0, rgba(242, 218, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242, 218, 0, 0.65) 0, rgba(242, 218, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242, 218, 0, 0.65) 0, rgba(242, 218, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80f2da00', endColorstr='#80f2da00', GradientType=0);
  /* IE6-9 */
  color: #494949;
  font-weight: bold;
}
tr.red-orange-gradient td {
  background: -moz-linear-gradient(top, rgba(192, 64, 0, 0.65) 0, rgba(192, 64, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(192, 64, 0, 0.65) 0, rgba(192, 64, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(192, 64, 0, 0.65) 0, rgba(192, 64, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c04000', endColorstr='#80c04000', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
tr.purple-gradient td {
  background: -moz-linear-gradient(top, rgba(192, 0, 192, 0.65) 0, rgba(192, 0, 192, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(192, 0, 192, 0.65) 0, rgba(192, 0, 192, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(192, 0, 192, 0.65) 0, rgba(192, 0, 192, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c000c0', endColorstr='#80c000c0', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
tr.pink-gradient td {
  background: -moz-linear-gradient(top, rgba(255, 128, 255, 0.65) 0, rgba(255, 128, 255, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 128, 255, 0.65) 0, rgba(255, 128, 255, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 128, 255, 0.65) 0, rgba(255, 128, 255, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ff80ff', endColorstr='#80ff80ff', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
tr.yellow-gradient td {
  background: -moz-linear-gradient(top, rgba(255, 255, 168, 0.65) 0%, rgba(255, 255, 168, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 168, 0.65) 0%, rgba(255, 255, 168, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 168, 0.65) 0%, rgba(255, 255, 168, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffa8', endColorstr='#80ffffa8', GradientType=0);
  /* IE6-9 */
}
td.blue-gradient {
  background: -moz-linear-gradient(top, rgba(201, 217, 255, 0.65) 0%, rgba(201, 217, 255, 0.5) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(201, 217, 255, 0.65) 0%, rgba(201, 217, 255, 0.5) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(201, 217, 255, 0.65) 0%, rgba(201, 217, 255, 0.5) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c9d9ff', endColorstr='#80c9d9ff', GradientType=0) !important;
  /* IE6-9 */
}
td.brown-gradient {
  background: -moz-linear-gradient(top, rgba(128, 64, 0, 0.65) 0, rgba(128, 64, 0, 0.5) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(128, 64, 0, 0.65) 0, rgba(128, 64, 0, 0.5) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(128, 64, 0, 0.65) 0, rgba(128, 64, 0, 0.5) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6804000', endColorstr='#80804000', GradientType=0) !important;
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
td.red-gradient {
  background: -moz-linear-gradient(top, rgba(255, 0, 0, 0.65) 0, rgba(255, 0, 0, 0.5) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 0, 0, 0.65) 0, rgba(255, 0, 0, 0.5) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0.65) 0, rgba(255, 0, 0, 0.5) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ff0000', endColorstr='#80ff0000', GradientType=0) !important;
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
td.green-gradient {
  background: -moz-linear-gradient(top, rgba(50, 205, 50, 0.65) 0, rgba(50, 205, 50, 0.5) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(50, 205, 50, 0.65) 0, rgba(50, 205, 50, 0.5) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(50, 205, 50, 0.65) 0, rgba(50, 205, 50, 0.5) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a632cd32', endColorstr='#8032cd32', GradientType=0) !important;
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
td.orange-gradient {
  background: -moz-linear-gradient(top, rgba(242, 218, 0, 0.65) 0, rgba(242, 218, 0, 0.5) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(242, 218, 0, 0.65) 0, rgba(242, 218, 0, 0.5) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(242, 218, 0, 0.65) 0, rgba(242, 218, 0, 0.5) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80f2da00', endColorstr='#80f2da00', GradientType=0) !important;
  /* IE6-9 */
  color: #494949;
  font-weight: bold;
}
td .red-orange-gradient {
  background: -moz-linear-gradient(top, rgba(192, 64, 0, 0.65) 0, rgba(192, 64, 0, 0.5) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(192, 64, 0, 0.65) 0, rgba(192, 64, 0, 0.5) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(192, 64, 0, 0.65) 0, rgba(192, 64, 0, 0.5) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c04000', endColorstr='#80c04000', GradientType=0) !important;
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
td.purple-gradient {
  background: -moz-linear-gradient(top, rgba(192, 0, 192, 0.65) 0, rgba(192, 0, 192, 0.5) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(192, 0, 192, 0.65) 0, rgba(192, 0, 192, 0.5) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(192, 0, 192, 0.65) 0, rgba(192, 0, 192, 0.5) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c000c0', endColorstr='#80c000c0', GradientType=0) !important;
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
td.pink-gradient {
  background: -moz-linear-gradient(top, rgba(255, 128, 255, 0.65) 0, rgba(255, 128, 255, 0.5) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 128, 255, 0.65) 0, rgba(255, 128, 255, 0.5) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 128, 255, 0.65) 0, rgba(255, 128, 255, 0.5) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ff80ff', endColorstr='#80ff80ff', GradientType=0) !important;
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
td.yellow-gradient {
  background: -moz-linear-gradient(top, rgba(255, 255, 168, 0.65) 0%, rgba(255, 255, 168, 0.5) 100%) !important;
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 168, 0.65) 0%, rgba(255, 255, 168, 0.5) 100%) !important;
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 168, 0.65) 0%, rgba(255, 255, 168, 0.5) 100%) !important;
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ffffa8', endColorstr='#80ffffa8', GradientType=0) !important;
  /* IE6-9 */
}
.table-legend {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid #ccc;
}
.table-legend.borderless {
  border: 0px;
}
.table-legend.bg-white,
.label.bg-white {
  background-color: white;
}
.table-legend.blue-gradient,
.label.blue-gradient {
  background: #c9d9ff;
}
.table-legend.brown-gradient,
.label.brown-gradient {
  background: #804000;
  color: white;
  font-weight: bold;
}
.table-legend.red-gradient,
.label.red-gradient {
  background: #ff0000;
  color: white;
  font-weight: bold;
}
.table-legend.green-gradient,
.label.green-gradient {
  background: #32cd32;
  color: white;
  font-weight: bold;
}
.table-legend.orange-gradient,
.label.orange-gradient {
  background: #f2da00;
  color: #494949;
  font-weight: bold;
}
.table-legend .red-orange-gradient,
.label .red-orange-gradient {
  background: #c04000;
  color: white;
  font-weight: bold;
}
.table-legend.purple-gradient,
.label.purple-gradient {
  background: #c000c0;
  color: white;
  font-weight: bold;
}
.table-legend.pink-gradient,
.label.pink-gradient {
  background: #ff80ff;
  color: white;
  font-weight: bold;
}
.table-legend.yellow-gradient,
.label.yellow-gradient {
  background: #ffffa8;
}
.noUi-handle {
  background-color: #363636 !important;
  box-shadow: none !important;
}
.menu .dropdown-menu {
  border-radius: 0 !important;
  background-color: transparent;
  border: none !important;
}
.menu .dropdown-menu .topcaret {
  box-shadow: none;
}
.menu .dropdown-menu li {
  height: 36px !important;
  line-height: 36px !important;
  padding-top: 0 !important;
  background-color: #e2e2e2;
  border-left: 1px #cccccc solid !important;
  border-right: 1px #cccccc solid !important;
}
.menu .dropdown-menu li.divider {
  height: 1px !important;
  line-height: 1px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.menu .dropdown-menu li.admin {
  background-color: #aaaaaa !important;
}
.menu .dropdown-menu li:first-child {
  border-top: none !important;
}
.menu .dropdown-menu li:last-child {
  border-bottom: 1px #cccccc solid !important;
}
.menu .dropdown-menu li a {
  height: 36px !important;
  line-height: 36px !important;
  padding-top: 0 !important;
  background-color: #e2e2e2;
  border-bottom: 1px #cccccc solid !important;
}
.menu .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.menu .dropdown-menu.dropdown-menu-right {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 5px !important;
}
.menu .dropdown-menu .dropdown-header-gray {
  background-color: #343434;
  color: #ffffff;
  font-weight: bold;
  border: none !important;
}
.settings-container {
  /*padding-right: 25px;*/
  /*margin-bottom: 15px;*/
  display: inline-block;
}
.settings-container .settings-container-button {
  cursor: pointer;
  color: #C0C0C0;
  font-size: 1.2em;
}
.settings-container .settings-container-button.active {
  color: #00AFD8;
}
/*TAB - KATAGORIE A VYROBCI*/
/*.sidebar{
    width: 250px;
    float: left;
}

.main-content{
    padding-left: 15px;
    width: calc(100% - 30px);
    float: left;
}*/
.sidebar-top .sidebar-catalog {
  background-color: #e2e2e2;
  /*margin-top: -25px;*/
  height: 100% !important;
  /*border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;*/
  padding-left: 0 !important;
  padding-right: 0 !important;
  /*border-radius: 5px !important;*/
  margin-bottom: 25px !important;
}
.sidebar-top .sidebar-menu-toggle {
  cursor: pointer;
  background-color: #908d8d;
}
.sidebar-top .sidebar-menu-toggle i {
  margin: 13px;
  color: #ffffff;
}
.sidebar-top .sidebar-close {
  text-align: right;
  margin: 9px !important;
}
.sidebar-top .sidebar-close .sidebar-close-btn {
  color: #ffffff !important;
}
.sidebar-top h2 {
  font-size: 1em !important;
  padding: 6px 12px 6px 0;
  margin: 8px 12px 8px 12px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}
.sidebar-top h3 {
  font-size: 1em !important;
  padding: 3px 12px 3px 6px;
  margin: 8px 12px 8px 12px;
  border-bottom: 1px solid #cccccc;
}
.sidebar-top .breadcrumb {
  padding-left: 18px !important;
}
.nav-shadow a {
  -webkit-box-shadow: inset 0 25px 20px -30px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0 25px 20px -30px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0 25px 20px -30px rgba(0, 0, 0, 0.75);
}
.nav-blue {
  background-color: #404040;
  outline: 0;
}
.nav-blue a {
  color: #ffffff;
}
.nav-blue > li > a:hover {
  background-color: #2b2b2b;
}
.nav-blue > li.active > a,
.nav-blue > li.active > a:focus,
.nav-blue > li.active > a:hover {
  background-color: #be4040 !important;
}
/*NO WRAP*/
.no-wrap {
  white-space: nowrap;
}
/*FUNKYRADIO - NOWRAP*/
.funkyradio-no-wrap {
  white-space: nowrap;
  min-width: 250px;
  padding-right: 10px;
}
/*OPTION DISABLED*/
.option-disabled {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
}
b.bold-red {
  color: #d41515;
}
hr.sumar-line {
  border: 0;
  height: 1px;
  margin-top: -15px !important;
  margin-bottom: 0 !important;
  background: #333;
  background-image: linear-gradient(to right, #EAEAEA, #e0e0e0, #EAEAEA);
}
/*GRADIENT PRO POLOZKY OBJEDNAVEK*/
.real-castecne-gradient {
  background: -moz-linear-gradient(top, rgba(192, 64, 0, 0.65) 0, rgba(192, 64, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(192, 64, 0, 0.65) 0, rgba(192, 64, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(192, 64, 0, 0.65) 0, rgba(192, 64, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c04000', endColorstr='#80c04000', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
.real-uplne-gradient {
  background: -moz-linear-gradient(top, rgba(128, 64, 0, 0.65) 0, rgba(128, 64, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(128, 64, 0, 0.65) 0, rgba(128, 64, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(128, 64, 0, 0.65) 0, rgba(128, 64, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6804000', endColorstr='#80804000', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
.zbyva-castecne-gradient {
  background: -moz-linear-gradient(top, rgba(0, 192, 192, 0.65) 0, rgba(0, 192, 192, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 192, 192, 0.65) 0, rgba(0, 192, 192, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 192, 192, 0.65) 0, rgba(0, 192, 192, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a600c0c0', endColorstr='#8000c0c0', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
.zbyva-uplne-gradient {
  background: -moz-linear-gradient(top, rgba(0, 128, 128, 0.65) 0, rgba(0, 128, 128, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 128, 128, 0.65) 0, rgba(0, 128, 128, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 128, 128, 0.65) 0, rgba(0, 128, 128, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6008080', endColorstr='#80008080', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
.nevyk-castecne-gradient {
  background: -moz-linear-gradient(top, rgba(255, 128, 255, 0.65) 0, rgba(255, 128, 255, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 128, 255, 0.65) 0, rgba(255, 128, 255, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 128, 255, 0.65) 0, rgba(255, 128, 255, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6ff80ff', endColorstr='#80ff80ff', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
.nevyk-uplne-gradient {
  background: -moz-linear-gradient(top, rgba(192, 0, 192, 0.65) 0, rgba(192, 0, 192, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(192, 0, 192, 0.65) 0, rgba(192, 0, 192, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(192, 0, 192, 0.65) 0, rgba(192, 0, 192, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6c000c0', endColorstr='#80c000c0', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
.volne-gradient {
  background: -moz-linear-gradient(top, rgba(128, 128, 0, 0.65) 0, rgba(128, 128, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(128, 128, 0, 0.65) 0, rgba(128, 128, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(128, 128, 0, 0.65) 0, rgba(128, 128, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6808000', endColorstr='#80808000', GradientType=0);
  /* IE6-9 */
  color: white;
  font-weight: bold;
}
.zbyva-td {
  color: #ffffff;
  background-color: #ec971f !important;
}
.realizovano-td {
  color: #ffffff;
  background-color: #40AF6B !important;
}
.nevykryvat-td {
  color: #ffffff;
  background-color: #c9302c !important;
}
.volne-td {
  color: #ffffff;
  background-color: #286090 !important;
}
th.th-tiny {
  font-size: 0.75em;
  text-align: center;
}
.product-label {
  width: 50%;
  padding: 7px 7px 7px 7px;
  /*margin-left: -10px;*/
  text-align: center !important;
  margin-top: 5px;
  line-height: 12px;
  font-size: 0.65em;
  font-weight: bold;
  border-radius: 1px;
  background-color: #B01415;
  color: #ffffff;
  position: relative;
}
.product-label-detail {
  width: auto;
  line-height: 20px;
  margin: 5px 5px 10px 5px;
  padding: 7px 20px 7px 20px;
  text-align: center;
  float: left;
}
.product-label-detail.product-label-detail-link {
  background-color: #7D50C5;
  color: #ffffff;
}
.product-label-grid-container {
  height: 15px;
  position: absolute;
  width: 100%;
  padding-right: 13px;
  margin-left: -11px;
}
.product-label-grid-container a.product-label-grid-item {
  display: block;
  float: right;
  font-weight: bold;
  margin-right: -11px !important;
  margin-bottom: 1px;
  font-size: 0.8em;
  text-align: right;
  padding: 2px 4px 2px 4px;
  position: relative;
  text-decoration: none;
}
.product-label-grid-container a.product-label-grid-item.product-label-grid-item-link {
  background-color: #7D50C5;
  color: #ffffff;
}
.product-label-grid-container a.product-label-grid-item:hover {
  text-decoration: none;
}
.product-label-grid-container a.product-label-grid-item:first-child {
  margin-top: -11px !important;
}
.product-label-table-container {
  height: 15px;
  position: absolute;
  width: 100%;
  z-index: 5;
}
.product-label-table-container a.product-label-table-item {
  display: block;
  text-decoration: none;
  float: left;
  right: 0;
  font-weight: bold;
  margin-bottom: 1px;
  font-size: 0.8em;
  text-align: right;
  margin-top: -11px !important;
  margin-left: 1px;
  width: auto;
  padding: 2px 4px 2px 4px;
}
.product-label-table-container a.product-label-table-item.product-label-table-item-link {
  background-color: #7D50C5;
  color: #ffffff;
}
.product-label-table-container a.product-label-table-item:hover {
  text-decoration: none;
}
.product-label-table-container a.product-label-table-item:first-child {
  margin-left: -11px !important;
}
.product-name h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.product-name .product-label-flex {
  margin-left: -5px;
}
.product-name .product-label-flex a.product-label {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.8em !important;
  text-align: center;
  width: auto;
  padding: 2px 4px 2px 4px;
}
.product-name .product-energy-labels {
  display: flex;
  flex-flow: row;
  margin-bottom: 9px;
}
.product-name .product-energy-labels .product-energy-label {
  display: block;
  z-index: 3;
  text-decoration: none;
  cursor: default;
  margin-right: 6px;
}
.product-name .product-energy-labels .product-energy-label.product-energy-label-cursor {
  cursor: pointer;
}
.product-name .product-energy-labels .product-energy-label:hover {
  text-decoration: none;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner {
  display: flex;
  flex-direction: row-reverse;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v1 {
  display: grid;
  grid-template-columns: 1fr 20px;
  height: 34px;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v1 .product-energy-label-v1-box {
  height: 34px;
  width: 100%;
  min-width: 38px;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-content: flex-end;
  padding: 0 3px 3px 3px;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid #000000;
  border-right: 0;
  text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
  color: #FFFFFF;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -1px;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v1 .product-energy-label-v1-box span:last-child {
  font-size: 0.8em;
  position: relative;
  bottom: 1px;
  left: -2px;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v1 .product-energy-label-v1-triangle {
  height: 34px;
  width: 100%;
  position: relative;
  grid-column: 2;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000000;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v1 .product-energy-label-v1-triangle .product-energy-label-v1-triangle-inner {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v2 {
  display: grid;
  grid-template-columns: 14px 1fr;
  height: 34px;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v2 .product-energy-label-v2-left {
  display: grid;
  grid-column: 1;
  font-size: 0.55em;
  padding: 0 3px;
  text-align: center;
  border: 1px solid #000000;
  border-right: 0;
  height: 34px;
  color: #000000;
  background-color: #ffffff;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v2 .product-energy-label-v2-left .product-energy-label-v2-left-1 {
  grid-row: 1;
  font-weight: bold;
  height: 10px;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v2 .product-energy-label-v2-left .product-energy-label-v2-left-2 {
  grid-row: 2;
  height: 8px;
  font-size: 0.8em;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v2 .product-energy-label-v2-left .product-energy-label-v2-left-3 {
  grid-row: 3;
  font-weight: bold;
  height: 10px;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v2 .product-energy-label-v2-right {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 20px;
  height: 34px;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v2 .product-energy-label-v2-right .product-energy-label-v2-right-box {
  height: 34px;
  width: 100%;
  min-width: 30px;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-content: flex-end;
  font-size: 1.2em;
  padding: 0 3px 3px 3px;
  font-weight: bold;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
  color: #FFFFFF;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -1px;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v2 .product-energy-label-v2-right .product-energy-label-v2-right-box span:last-child {
  font-size: 0.8em;
  position: relative;
  bottom: 1px;
  left: -2px;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v2 .product-energy-label-v2-right .product-energy-label-v2-right-triangle {
  height: 34px;
  width: 100%;
  position: relative;
  grid-column: 2;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000000;
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-v2 .product-energy-label-v2-right .product-energy-label-v2-right-triangle .product-energy-label-v2-right-triangle-inner {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.product-name .product-energy-labels .product-energy-label .product-energy-label-inner .product-energy-label-picture img {
  height: 34px;
  width: auto;
  margin: auto;
}
.product-name .product-variants-squares {
  padding-bottom: 20px;
}
.product-name .product-variants-squares .product-variants-squares-title {
  margin-bottom: 6px;
  font-weight: bold;
}
.product-name .product-variants-squares .product-variants-squares-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
}
.product-name .product-variants-squares .product-variants-squares-items.product-variants-squares-items-1,
.product-name .product-variants-squares .product-variants-squares-items.product-variants-squares-items-2,
.product-name .product-variants-squares .product-variants-squares-items.product-variants-squares-items-3,
.product-name .product-variants-squares .product-variants-squares-items.product-variants-squares-items-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product-name .product-variants-squares .product-variants-squares-items.product-variants-squares-items-5 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
.product-name .product-variants-squares .product-variants-squares-items .product-variants-squares-item {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio */
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  transition: all ease-in-out 0.2s;
}
.product-name .product-variants-squares .product-variants-squares-items .product-variants-squares-item.product-variants-squares-item-active {
  border: 2px solid #B01415;
}
.product-name .product-variants-squares .product-variants-squares-items .product-variants-squares-item .product-variants-squares-item-picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 12px;
}
.product-name .product-variants-squares .product-variants-squares-items .product-variants-squares-item .product-variants-squares-item-picture img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.product-name .product-variants-squares .product-variants-squares-items .product-variants-squares-item:hover {
  text-decoration: none;
  border-color: #B01415;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter {
  padding-bottom: 20px;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter:hover .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder {
  border-color: #B01415;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter:hover .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder .product-variants-dropdowns-items-parameter-options-placeholder-right {
  color: #B01415;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder {
  padding: 9px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  transition: all ease-in-out 0.2s;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder.product-variants-dropdowns-items-parameter-options-placeholder-clickable {
  cursor: pointer;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder .product-variants-dropdowns-items-parameter-options-placeholder-left {
  flex: 1;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder .product-variants-dropdowns-items-parameter-options-placeholder-left.product-variants-dropdowns-items-parameter-options-placeholder-left-thumbnail {
  display: grid;
  grid-template-columns: 60px calc(100% - 60px);
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder .product-variants-dropdowns-items-parameter-options-placeholder-left.product-variants-dropdowns-items-parameter-options-placeholder-left-thumbnail .product-variants-dropdowns-items-parameter-options-placeholder-picture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding-right: 12px;
  width: 60px;
  height: 100%;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder .product-variants-dropdowns-items-parameter-options-placeholder-left.product-variants-dropdowns-items-parameter-options-placeholder-left-thumbnail .product-variants-dropdowns-items-parameter-options-placeholder-picture img {
  width: auto;
  max-width: 36px;
  height: auto;
  max-height: 36px;
  margin: auto;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder .product-variants-dropdowns-items-parameter-options-placeholder-left .product-variants-dropdowns-items-parameter-options-placeholder-parameter .product-variants-dropdowns-items-parameter-options-placeholder-parameter-name {
  font-size: 0.8em;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder .product-variants-dropdowns-items-parameter-options-placeholder-left .product-variants-dropdowns-items-parameter-options-placeholder-parameter .product-variants-dropdowns-items-parameter-options-placeholder-parameter-value {
  font-family: PoppinsBold;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-placeholder .product-variants-dropdowns-items-parameter-options-placeholder-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 6px;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select {
  position: relative;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown {
  position: absolute;
  display: none;
  left: 0;
  top: 9px;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  z-index: 3;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item {
  border-bottom: 1px solid #d4d4d4;
  height: auto;
  display: block;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item:hover {
  background-color: #fdefef;
  text-decoration: none;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item:last-child {
  border-bottom: none;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item .product-variants-dropdowns-items-parameter-options-select-dropdown-item-value {
  height: 100%;
  padding: 9px;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item .product-variants-dropdowns-items-parameter-options-select-dropdown-item-value .product-variants-dropdowns-items-parameter-options-select-dropdown-item-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000000;
  display: block;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item .product-variants-dropdowns-items-parameter-options-select-dropdown-item-value .product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock {
  font-size: 0.9em;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item .product-variants-dropdowns-items-parameter-options-select-dropdown-item-value .product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock.product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock-success {
  color: #66B564;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item .product-variants-dropdowns-items-parameter-options-select-dropdown-item-value .product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock.product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock-success-low {
  color: #d47500;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item .product-variants-dropdowns-items-parameter-options-select-dropdown-item-value .product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock.product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock-danger {
  color: #B11516;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item .product-variants-dropdowns-items-parameter-options-select-dropdown-item-value .product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock.product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock-primary {
  color: #2878A6;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item .product-variants-dropdowns-items-parameter-options-select-dropdown-item-value .product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock.product-variants-dropdowns-items-parameter-options-select-dropdown-item-stock-outlet {
  color: #7d400d;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item.product-variants-dropdowns-items-parameter-options-select-dropdown-item-active {
  background-color: #fce1e1;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item.product-variants-dropdowns-items-parameter-options-select-dropdown-item-thumbnail {
  display: grid;
  grid-template-columns: 60px calc(100% - 60px);
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item.product-variants-dropdowns-items-parameter-options-select-dropdown-item-thumbnail .product-variants-dropdowns-items-parameter-options-select-dropdown-item-picture {
  padding-left: 12px;
  width: 48px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.product-name .product-variants-dropdowns .product-variants-dropdowns-items .product-variants-dropdowns-items-parameter .product-variants-dropdowns-items-parameter-options .product-variants-dropdowns-items-parameter-options-select .product-variants-dropdowns-items-parameter-options-select-dropdown .product-variants-dropdowns-items-parameter-options-select-dropdown-item.product-variants-dropdowns-items-parameter-options-select-dropdown-item-thumbnail .product-variants-dropdowns-items-parameter-options-select-dropdown-item-picture img {
  width: auto;
  max-width: 36px;
  height: auto;
  max-height: 36px;
  margin: auto;
}
.stock-relative {
  margin-left: 0;
  padding-left: 25px;
  padding-right: 25px;
  float: none !important;
}
.stock-success {
  color: #66B564;
  /*background-color: @je-skladem-label-background-color;
    border-color: @je-skladem-label-border-color;*/
}
.stock-success-low {
  color: #d47500;
  /*background-color: @je-skladem-label-background-color;
    border-color: @je-skladem-label-border-color;*/
}
.stock-danger {
  color: #B11516;
  cursor: pointer;
  /*background-color: @neni-skladem-label-background-color;
    border-color: @neni-skladem-label-border-color;*/
}
.stock-primary {
  color: #2878A6;
  /*background-color: @skladem-externe-label-background-color;
    border-color: @skladem-externe-label-border-color;*/
}
.stock-outlet {
  color: #7d400d;
  /*background-color: @skladem-externe-label-background-color;
    border-color: @skladem-externe-label-border-color;*/
}
/*SLEVA*/
.sleva-circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.25);
  font-size: 1em;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
  line-height: 50px;
  text-align: center;
  background: #ffe72c;
  margin-top: -15px;
}
.sleva-absolute {
  right: 40px;
  top: 40px;
  position: absolute;
}
.td-category {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
/*CAROUSEL ON HOME PAGE*/
.products-slider {
  /*overflow-x: scroll;
    overflow-y: hidden;*/
  height: 280px;
  line-height: 255px;
  white-space: nowrap;
}
.products-slider .products-slider-item {
  position: relative;
  margin: auto;
  padding: 5px 5px 5px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  height: 250px;
  width: 220px;
  /*display: inline-block;*/
}
.products-slider .products-slider-item:hover {
  background-color: #DCDEE0;
}
.products-slider .products-slider-header {
  text-wrap: normal;
  white-space: normal;
  height: 10px;
  line-height: 20px;
  margin: 5px 5px 5px 5px;
}
.products-slider .products-slider-image {
  margin-top: -20px;
}
.products-slider .products-slider-prev-price {
  margin-top: 10px;
  font-weight: bold;
  font-size: 0.8em;
  color: #585858;
  height: 10px;
  line-height: 20px;
  text-decoration: line-through;
}
.products-slider .products-slider-final-price {
  margin-top: -55px;
  font-weight: bold;
  font-size: 1.2em;
  color: #B01415;
  height: 10px;
  line-height: 20px;
}
.products-slider .products-slider-image .products-slider-labels {
  float: left;
  position: absolute;
  margin-top: 50px;
  width: 100%;
  white-space: normal;
}
.products-slider .prices {
  margin-top: -55px;
  height: 10px;
  line-height: 20px;
}
.popover-caps-lock span {
  margin-bottom: 9px;
  display: block;
}
.popover-caps-lock .popover-caps-lock-title {
  color: #28427F;
  font-weight: bold;
}
.navbar-text .popover-title {
  background-color: #B01415;
  color: #FFFFFF;
  -webkit-box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 8px -3px rgba(0, 0, 0, 0.45);
}
/*MANUFACTURER CATEGORIES*/
.manufaturer-category-big-panel {
  padding: 0 10px 0 5px;
  background-color: #e0e0e0;
  /*border-radius: 5px;*/
  position: relative;
  margin-bottom: 15px;
}
.manufaturer-category-big-panel h3 {
  font-size: 1em !important;
  padding: 3px 12px 3px 6px;
  margin: 8px 2px 8px 7px;
  /*background-color: #bdbdbd;
        color: @colDefaultInvert;*/
  border-bottom: 1px solid #B01415;
}
.manufaturer-category-small-panel {
  background-color: #ffffff;
  /*border-radius: 5px;*/
  border: 1px solid #a8a8a8;
  /*-webkit-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.35);
    box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.35);*/
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  margin: 3px 2px 5px 7px;
  position: relative;
}
.manufaturer-category-small-panel a {
  color: #B01415;
}
.manufaturer-category-small-panel .image-box {
  margin: 5px 5px 5px 5px;
  padding: 5px 5px 5px 5px;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  /*line-height: 70px;*/
  min-width: 70px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.35);
}
.manufaturer-category-small-panel .header-box {
  /*min-height: 90px;*/
  margin: 5px 5px 2px 5px;
}
.manufaturer-category-small-panel .header-box .header {
  margin: -10px -10px 0 -10px;
  padding-left: 3px;
  line-height: 30px;
  min-height: 30px;
  background-color: #e0e0e0;
  vertical-align: middle;
}
.manufaturer-category-small-panel .header-box .content {
  padding-top: 2px;
}
.manufaturer-category-small-panel hr {
  margin: 0 0 10px 0 !important;
  color: #B01415 !important;
  background-color: #B01415 !important;
  border-color: #ffffff !important;
}
.btn.btn-flat {
  border-radius: 0 !important;
}
.input-flat {
  border-radius: 0 !important;
}
.search-div {
  background-color: #f2f2f2;
  float: left;
  width: 100%;
}
#searchColl {
  display: none;
  background-color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  width: 100%;
  vertical-align: middle;
  padding-top: 8px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ffffff;
  z-index: 99999;
}
.provozovna-div {
  /*background-color: @container-backgound-color;*/
  float: left;
  width: 100%;
  z-index: 1000;
}
.provozovna-div.fixed {
  position: fixed !important;
  top: 0 !important;
  padding-bottom: -1px;
}
.container-ps.fixed {
  position: fixed;
}
#provozovnaColl {
  background-color: #FFFFFF;
  height: 60px;
  line-height: 60px;
  width: 100%;
  vertical-align: middle;
  padding-top: 1px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ffffff;
  z-index: 99999;
}
#provozovnaColl .prov-small {
  padding-left: 10px !important;
  font-size: 0.7em;
  overflow-y: hidden;
  line-height: 20px !important;
  vertical-align: middle;
}
#provozovnaColl .prov-big {
  padding-left: 60px !important;
  font-size: 0.9em;
}
.navbar-header {
  /*.hamburger-button {
        background-color: @bgDefault !important;
    }*/
}
.navbar-header .navbar-toggle {
  background-color: #26416b;
  margin-top: 10px !important;
  border-radius: 0 !important;
}
.navbar-header .glyphicon {
  color: #FFFFFF !important;
}
.navbar-header .user-button {
  background-color: #ffffff !important;
}
.navbar-header .user-button:hover {
  background-color: #e5e5e5 !important;
}
.navbar-header .user-button .glyphicon {
  color: #000000 !important;
}
.navbar-header .sign-out-button {
  background-color: #ffffff !important;
}
.navbar-header .sign-out-button:hover {
  background-color: #e5e5e5 !important;
}
.navbar-header .sign-out-button .fa {
  color: #000000;
}
.navbar-header .sign-out-button .fa:hover {
  color: #000000;
}
.navbar-header .cart-button {
  background-color: #ffffff !important;
}
.navbar-header .cart-button:hover {
  background-color: #e5e5e5 !important;
}
.navbar-header .cart-button .fa {
  color: #000000;
}
.navbar-header .cart-button .fa:hover {
  color: #000000;
}
.navbar-header .home-button {
  background-color: #cf1515 !important;
  border-color: #9c0a0a !important;
}
.navbar-header .home-button:hover {
  background-color: #b01414 !important;
  border-color: #860909 !important;
}
.navbar-header .home-button .fa {
  color: #ffffff;
}
.navbar-header .home-button .fa:hover {
  color: #ffffff;
}
.navbar-header .comparison-button .glyphicon {
  color: #FFFFFF !important;
}
.provozovna-top {
  background-color: #828282;
  text-align: center;
  color: #ffffff;
  padding: 3px 0 3px 0;
}
.provozovna-top a {
  color: #ffffff;
}
.menu-secondary {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b01415+0,e20613+50,b01415+100 */
  background: #b01415;
  /* Old browsers */
  background: -moz-linear-gradient(top, #b01415 0%, #e20613 50%, #b01415 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #b01415 0%, #e20613 50%, #b01415 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #b01415 0%, #e20613 50%, #b01415 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b01415', endColorstr='#b01415', GradientType=0);
  /* IE6-9 */
  border-color: #851313;
  height: 100px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 0;
}
.menu-secondary .btn.btn-default {
  border: 1px solid #FFFFFF !important;
}
.menu-secondary .menu-secondary-container {
  /*margin-left: 5px;
        margin-right: 5px;*/
}
.menu-secondary .menu-secondary-container .menu-secondary-logo {
  align-content: center !important;
}
.menu-secondary .menu-secondary-container .menu-secondary-icon {
  text-align: center;
  margin-left: 0 !important;
}
.menu-secondary .menu-secondary-container .menu-secondary-icon-sm {
  padding-top: 9px;
  padding-right: 12px;
}
.menu-secondary .menu-secondary-container .menu-secondary-item {
  padding-left: 12px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100px;
}
.menu-secondary .menu-secondary-container .menu-secondary-item.menu-secondary-item-search {
  padding-left: 0 !important;
}
.menu-secondary .menu-secondary-container .menu-secondary-item.menu-secondary-item-cart {
  padding-right: 0 !important;
}
.menu-secondary .menu-secondary-container .provozovna-detail {
  margin-top: -3px;
  text-align: right;
  font-size: 1em;
}
.menu-secondary .menu-secondary-container .provozovna-detail .provozovna-detail-user {
  color: #c5c5c5 !important;
  text-align: right;
  font-size: 14px;
}
.menu-secondary .menu-secondary-container .provozovna-detail .provozovna-detail-provozovna a {
  color: #ffffff !important;
  text-align: right;
  font-weight: bold;
  font-size: 16px;
}
.menu-secondary .menu-secondary-container .provozovna-detail .provozovna-detail-firma {
  color: #ffffff !important;
  text-align: right;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .menu-secondary {
    padding-top: 0 !important;
    height: 64px;
  }
  .menu-secondary .menu-secondary-icon-sm {
    padding-top: 6px !important;
    padding-left: 6px !important;
  }
  .menu-secondary .menu-secondary-item {
    padding-top: 0 !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
  }
  .menu-secondary .menu-secondary-item .btn {
    padding: 6px 6px;
  }
}
.text-price {
  font-weight: bold !important;
  font-size: 1em !important;
}
.text-price a {
  font-weight: bold !important;
  font-size: 1em !important;
}
.text-description {
  margin: 6px 0 6px 0;
  font-size: 0.8em !important;
  font-weight: normal !important;
}
.text-description a {
  font-size: 0.8em !important;
}
.not-same-row {
  font-weight: bold;
}
.financial-info {
  margin-left: 0 !important;
  background-color: #343434 !important;
  color: #ffffff !important;
  line-height: 56px;
}
.progress.progress-flat {
  height: 30px !important;
  line-height: 50px !important;
  margin-bottom: 0;
  border-radius: 0 !important;
}
.progress.progress-fixed {
  z-index: 99999 !important;
  position: fixed;
  top: 0;
  height: 5px;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.75);
}
.progress-bar.progress-bar-full {
  width: 100%;
}
.progress-bar.progress-bar-top {
  background-color: #c4c4c4;
}
.offer-price {
  font-weight: bold;
}
.offer-price-greater {
  color: #890505;
}
.offer-price-lower {
  color: #15870c;
}
i.rp {
  font-size: 0.8em;
}
.owl-carousel .item {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
#banner-set-carousel {
  margin: 0px;
}
#banner-set-carousel .owl-wrapper-outer {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #3BB3D6;
}
#banner-set-carousel .owl-controls {
  padding: 0 !important;
  margin: 0 !important;
}
#banner-set-carousel .owl-controls .owl-pagination {
  bottom: 0;
  margin: auto;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.25) !important;
  width: 100%;
  line-height: 25px;
}
.owl-controls.clickable {
  right: 0;
  bottom: 0 !important;
  position: absolute;
  background-color: transparent !important;
}
.owl-controls.clickable {
  padding-top: 6px;
  margin-top: 0 !important;
}
.owl-ps-wrapper {
  border: none;
  background-color: #ffffff;
  min-height: 0;
}
.owl-ps-nav {
  margin-left: -15px;
}
.owl-ps-nav-item {
  width: 100%;
  line-height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
}
.owl-ps-nav-item.active {
  background-image: url(../../images/slider-nav-bg.png);
  color: #ffffff !important;
  font-weight: bold;
}
#owl-img.link:hover {
  opacity: 0.8;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
table.financial-table-lg {
  line-height: 52px;
  font-size: 1em;
}
table.financial-table-lg td.text-left {
  padding-top: 6px;
  padding-left: 12px;
}
table.financial-table-lg td.text-right {
  padding-top: 6px;
  padding-left: 3px;
}
table.financial-table-md {
  line-height: 20px;
  font-size: 1em;
  margin-top: 6px;
  margin: 6px 0 6px 0;
}
table.financial-table-md td.text-left {
  padding-top: 6px;
  padding-left: 25px;
}
table.financial-table-md td.text-right {
  padding-top: 6px;
  padding-left: 7px;
}
.top-triangle {
  text-align: center;
  width: 100%;
  line-height: 0 !important;
}
.top-triangle i {
  font-size: 1.6em;
}
.financial-table-xs {
  line-height: 16px;
  font-size: 0.9em;
  margin: 6px 0 6px 0;
}
.financial-table-xs td.text-left {
  padding-top: 2px;
  padding-left: 20px;
}
.financial-table-xs td.text-right {
  padding-top: 2px;
  padding-left: 7px;
}
.footer-sites {
  background-color: #f2f2f2;
  /*border-top: 1px solid @colorBlueMedium;*/
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.col-no-margin {
  margin: 0 !important;
  padding: 0 !important;
}
.map-canvas {
  width: 100%;
  height: 400px;
  border: 1px solid #CCCCCC;
  background-color: #E5E3DF;
  background-image: url("../../../Plugins/Prosystem.Nop.Plugin.B2B/Content/Images/loading.gif");
  background-position: center center;
  background-size: 40px;
  background-repeat: no-repeat;
  margin-bottom: 25px;
}
.map-canvas img {
  max-width: none;
}
.map-canvas .infoDiv {
  height: 200px;
  width: 350px;
  -webkit-user-select: none;
  background-color: white;
}
div.dataTables_filter input {
  margin-right: -1px !important;
}
.banner-carousel .owl-wrapper-outer {
  line-height: 150px;
  height: 150px;
}
.banner-carousel .owl-wrapper-outer .banner-carousel {
  display: inline-block;
}
.banner-carousel .owl-wrapper-outer .banner-carousel-item {
  margin: auto;
  padding: 10px;
  width: 150px;
  height: 150px;
}
.banner-carousel .owl-wrapper-outer .banner-carousel-item .link:hover {
  opacity: 0.8;
}
.banner-carousel-img {
  display: inline-block;
}
.settings-container .funkyradio {
  line-height: 50px;
  height: 50px;
  display: inline-block;
}
.settings-container .funkyradio label {
  margin: 0 !important;
  padding: 0 !important;
}
.selected-products {
  background-color: #F5F5F5;
  border: 1px solid #CCCCCC;
  margin-top: -1px;
  border-radius: 4px;
  margin-bottom: 25px;
}
.selected-products .selected-products-header {
  /*background-color: @bgDefault;*/
  border-bottom: 1px solid #CCCCCC;
  margin-top: 0;
  padding: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
}
.selected-products .selected-products-header a {
  /*color: #FFFFFF;*/
  cursor: pointer;
}
.selected-products .selected-products-header h2 {
  font-size: 1.6em;
  padding: 2px;
  margin: 0;
}
.selected-products .selected-products-header h2 a {
  text-decoration: none;
  color: #FFFFFF;
}
.selected-products .selected-products-header h2 a:hover {
  text-decoration: underline;
}
.selected-products .selected-products-header.in {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.selected-products .selected-products-table {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 200px;
}
.name-link {
  white-space: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
.table-blue-line td {
  border-bottom: 1pt solid #DDDDDD;
}
/*#stock-header {
    font-size: 1.0em !important;
    padding: 6px 12px 6px 12px;
    margin: 8px 12px 8px 12px;
    font-weight: bold;
    border-bottom: 1px solid @bgDefault;
}*/
#stock-content {
  padding: 0 12px 0 12px;
}
#stock-content label {
  font-weight: normal !important;
  font-size: 1em !important;
}
#manufacturer-categories-header {
  font-size: 1em !important;
  padding: 6px 12px 6px 12px;
  margin: 8px 12px 8px 12px;
  font-weight: bold;
  border-bottom: 1px solid #B01415;
}
#manufacturer-categories-content {
  padding: 0 15px 0 15px;
}
#manufacturer-categories-content label {
  font-weight: normal !important;
  font-size: 0.8em !important;
}
/*#labels-header {
    font-size: 1.0em !important;
    padding: 6px 12px 6px 12px;
    margin: 8px 12px 8px 12px;
    font-weight: bold;
    border-bottom: 1px solid @bgDefault;
}*/
#labels-content {
  padding: 0 15px 0 12px;
}
#labels-content label {
  font-weight: normal !important;
  font-size: 1em !important;
}
/*.fa {
    &.fa-fw {
        width: 12px !important;
        text-align: center;
        position: relative;
    }

    &.fa-balance-scale {
        margin-left: -3px !important;
        //padding-left: 3px !important;
    }
}*/
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  box-sizing: border-box;
}
.categories .categories-content {
  padding-left: 9px;
  padding-right: 9px;
}
.categories .categories-content .categories-items a {
  color: #000000;
  font-weight: bold;
  float: none;
  vertical-align: middle;
}
.categories .categories-content .categories-items .col-margin {
  padding: 5px !important;
}
.categories .categories-content .categories-items .categories-item {
  border: 1px solid #BEBEBE;
  height: 50px;
  padding-left: 6px;
  background-color: #ffffff;
  font-size: 0.8em;
}
.categories .categories-content .categories-items .categories-item td {
  height: 50px;
  vertical-align: middle;
}
.categories .categories-content .categories-items .categories-item a {
  color: #000000;
  font-weight: bold;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.categories .categories-content .categories-items .categories-item img {
  max-height: 40px;
  max-width: 40px;
}
.manufacturers .manufacturers-content {
  padding-left: 9px;
  padding-right: 9px;
}
.manufacturers .manufacturers-content .manufacturers-items a {
  color: #000000;
  font-weight: bold;
  float: none;
  vertical-align: middle;
}
.manufacturers .manufacturers-content .manufacturers-items h3 {
  margin-left: 6px;
}
.manufacturers .manufacturers-content .manufacturers-items .col-margin {
  padding: 5px !important;
}
.manufacturers .manufacturers-content .manufacturers-items .manufacturers-item {
  border: 1px solid #BEBEBE;
  height: 50px;
  padding-left: 6px;
  line-height: 45px;
  background-color: #ffffff;
  font-size: 0.8em;
}
.manufacturers .manufacturers-content .manufacturers-items .manufacturers-item a {
  color: #000000;
  font-weight: bold;
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.manufacturers .manufacturers-content .manufacturers-items .manufacturers-item img {
  max-height: 40px;
  max-width: 40px;
}
.price-filter .price-filter-holder {
  margin: 15px 28px 0 28px;
}
.price-filter .price-filter-holder .price-filter-numbers {
  margin-top: 18px;
  margin-bottom: 5px;
  font-size: 1em;
}
.price-filter .price-filter-holder .price-filter-numbers .visible-xs .price-min {
  font-size: 0.8em !important;
  padding-left: 3px !important;
}
.price-filter .price-filter-holder .price-filter-numbers .visible-xs .price-max {
  font-size: 0.8em !important;
  padding-right: 3px !important;
}
.technology {
  margin-bottom: 18px;
}
.technology .technology-item {
  background-color: #ffffff;
  border: 1px solid #DADADA;
  min-height: 200px;
}
.technology .technology-item .technology-right {
  float: right;
  width: calc(100% - 200px);
  padding: 18px 18px;
}
.technology .technology-item .technology-right .technology-head {
  border-bottom: 1px solid #a7a7a7;
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.technology .technology-item .technology-right .technology-head a {
  font-size: 1.2em !important;
  color: #AF1714;
  font-weight: bold;
  text-decoration: none;
}
.technology .technology-item .technology-right .technology-body {
  color: #333;
  height: 80px;
  position: relative;
  overflow: hidden;
}
.technology .technology-item .technology-right .technology-body .technology-body-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.technology .technology-item .technology-right .technology-button {
  padding-top: 15px;
  bottom: 0 !important;
  text-align: right;
}
.technology .technology-item .technology-left {
  float: left;
  width: 200px;
  height: 200px;
  padding: 36px;
}
.technology .technology-item .technology-left .technology-image {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.image-features .image-features-manufacturers {
  margin-bottom: 9px;
}
.image-features .image-features-scheme {
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  border-top: none;
}
.manufacturer-technologies-link {
  font-size: 0.9em;
  /*color: #000000;*/
}
.manufacturer-technologies-page {
  font-size: 0.6em;
}
.manufacturer-technologies-page-link {
  font-size: 0.9em;
  margin-top: -25px !important;
}
/*Dark checkox*/
.darkCheckbox {
  /* checkbox aspect */
  /* checked mark aspect */
  /* checked mark aspect changes */
  /* disabled checkbox */
  /* accessibility */
  /* hover style just for information */
}
.darkCheckbox [type="checkbox"]:not(:checked),
.darkCheckbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.darkCheckbox [type="checkbox"]:not(:checked) + label,
.darkCheckbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.darkCheckbox [type="checkbox"]:not(:checked) + label:before,
.darkCheckbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  border: 1px solid #aaa;
  background: #f8f8f8;
  border-radius: 1px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
.darkCheckbox [type="checkbox"]:not(:checked) + label:after,
.darkCheckbox [type="checkbox"]:checked + label:after {
  content: '✓';
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 18px;
  line-height: 0.8;
  color: #424242;
  transition: all 0.2s;
}
.darkCheckbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.darkCheckbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
.darkCheckbox [type="checkbox"]:disabled:not(:checked) + label:before,
.darkCheckbox [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.darkCheckbox [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.darkCheckbox [type="checkbox"]:disabled + label {
  color: #aaa;
}
.darkCheckbox [type="checkbox"]:checked:focus + label:before,
.darkCheckbox [type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #808080;
}
.darkCheckbox label:hover:before {
  border: 1px solid #ff0000 !important;
}
/*Notifikace*/
.notifications {
  position: fixed;
  bottom: 600px !important;
  right: 0;
  font-size: 1em;
  width: 500px -50px;
  z-index: 10000;
}
.notifications .contact-us {
  position: fixed;
  width: 500px;
  right: -450px;
}
.notifications .contact-us .contact-us-heading {
  height: 250px;
  width: 50px;
  padding: 25px 10px 10px 10px;
  background-color: #585858;
  color: #FFFFFF;
  cursor: pointer;
  float: left;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  position: relative;
}
.notifications .contact-us .contact-us-heading .contact-us-heading-rotated {
  transform: rotate(270deg);
  width: 250px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
}
.notifications .contact-us .contact-us-heading .contact-us-heading-rotated span {
  font-size: 1.3em;
  color: #ffffff;
}
.notifications .contact-us .contact-us-heading .contact-us-heading-rotated span .fa {
  color: #ffffff;
}
.notifications .contact-us .contact-us-body {
  background-color: #FFFFFF !important;
  width: 450px;
  float: left;
  -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
}
.notifications .contact-us .contact-us-body .contact-us-title {
  padding-top: 22px !important;
  padding-bottom: 2px !important;
}
.notifications .notifications-holder {
  right: -200px !important;
  padding-bottom: 10px;
}
.notifications .notifications-holder a {
  color: #ffffff;
  text-decoration: underline;
}
.notifications .notifications-holder .success {
  width: 450px;
  height: auto;
  padding: 10px 0 0 0;
  display: none;
}
.notifications .notifications-holder .success .success-inner {
  width: 450px;
  position: relative;
  padding: 10px;
  background-color: #585858;
  color: #FFFFFF;
  /*right: -450px;*/
  -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
}
.notifications .notifications-holder .success .success-inner .fa {
  color: #40AF6B !important;
  width: 20px;
  text-align: center;
  float: right;
}
.notifications .notifications-holder .error {
  width: 450px;
  height: auto;
  padding: 10px 0 0 0;
  display: none;
}
.notifications .notifications-holder .error .error-inner {
  width: 450px;
  position: relative;
  padding: 10px;
  background-color: #585858;
  color: #FFFFFF;
  /*right: -450px;*/
  -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
}
.notifications .notifications-holder .error .error-inner .fa {
  color: #bb4d52 !important;
  width: 20px;
  text-align: center;
  float: right;
}
@media only screen and (max-width: 768px) {
  .b2b-notification {
    width: 100%;
  }
  .b2b-notification .b2b-notification-success {
    margin-left: 25px;
    margin-right: 25px;
  }
  .b2b-notification .b2b-notification-error {
    margin-left: 25px;
  }
}
#js-table-products-model .img-responsive {
  text-align: center;
}
#js-table-products-model .img-responsive img {
  width: 50px !important;
}
#js-products-model .img-responsive img {
  max-width: 50px !important;
}
div.oddeleni_kontakty {
  font-size: smaller;
}
/*table.oddeleni_kontakty {
    
}*/
div.oddeleni {
  margin-top: 20px;
  font-weight: bold;
  font-size: larger;
}
table.oddeleni_kontakty tr.is-bottom {
  border-bottom: 1px solid #ccc;
}
table.oddeleni_kontakty th {
  color: #9c0a0a;
  font-weight: bold;
  padding: 3px 20px 3px 3px;
  white-space: nowrap;
}
table.oddeleni_kontakty td {
  padding: 3px 20px 3px 3px;
  white-space: nowrap;
}
div.oddeleni-kontakty-xs div.oddeleni {
  font-size: larger;
}
div.oddeleni-kontakty-xs div.kontakt {
  border-bottom: 1px solid #ccc;
  margin-bottom: 11px;
}
/*container*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .container-ps {
    width: 100%;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .container-ps {
    width: 100%;
  }
}
.compare-title {
  margin-top: 29px;
  color: #676767 !important;
  font-size: 1.3em;
}
.compare-title span {
  color: #000000 !important;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollHead .dataTables_scrollHeadInner .table > thead > tr > th {
  border: none !important;
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody {
  border: 1px solid #dddddd;
}
.dataTables_wrapper .dataTables_scroll .dataTables_scrollBody tr td {
  vertical-align: middle;
}
table.dataTable thead > tr > th.no-sort {
  padding-right: 8px;
  min-width: 40px;
}
.table.table-change > thead > tr > th {
  border: none !important;
}
.table.table-change > tbody {
  outline: 1px solid #dddddd;
  outline-offset: -1px;
}
.table.table-change > tbody > tr > td {
  border-left: 1px solid #dddddd;
}
.table.table-change > tbody > tr > td:first-child {
  background-color: #b6b6b6 !important;
  font-weight: bold;
}
/*Custom checkboxes*/
.catalog-settings-content {
  /* to hide the checkbox itself */
}
.catalog-settings-content input[type=checkbox] {
  display: none;
}
.catalog-settings-content input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
.catalog-settings-content input[type=checkbox]:checked + label:before {
  content: "\f046";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
.qty-width {
  width: 110px;
  text-align: center;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.qty-width input {
  text-align: center;
}
.qty-width input::-webkit-outer-spin-button,
.qty-width input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.qty-width input[type=number] {
  -moz-appearance: textfield;
}
.cart-table {
  padding: 0 21px 21px 21px;
  overflow-x: scroll;
}
.cart-table .cart-table-head {
  border-bottom: 1px solid #e3e3e3;
}
.cart-table .cart-table-head tr {
  height: 59px;
}
.cart-table .cart-table-head tr th .cart-table-head-delete {
  /* to hide the checkbox itself */
}
.cart-table .cart-table-head tr th .cart-table-head-delete input[type=checkbox] {
  display: none;
}
.cart-table .cart-table-head tr th .cart-table-head-delete input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
.cart-table .cart-table-head tr th .cart-table-head-delete input[type=checkbox]:checked + label:before {
  content: "\f046";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
.cart-table .cart-table-body tr.cart-table-row {
  border-top: 2px solid #cbcbcb;
  /*&:last-child {
                border-bottom: 6px solid transparent;
            }*/
}
.cart-table .cart-table-body tr.cart-table-row:last-child {
  border-bottom: 2px solid #cbcbcb;
}
.cart-table .cart-table-body tr.cart-table-row.cart-table-row-low-stock {
  background-color: #eaabab;
  border-top: 1px solid #e3e3e3;
}
.cart-table .cart-table-body tr.cart-table-row.cart-table-row-low-stock td {
  text-align: center;
  padding: 6px;
}
.cart-table .cart-table-body tr.cart-table-row.cart-table-row-non-stock {
  background-color: #C3DC80;
  border-top: 1px solid #e3e3e3;
}
.cart-table .cart-table-body tr.cart-table-row.cart-table-row-non-stock .cart-table-cell .cart-table-cell-picture {
  padding: 6px 0 6px 6px;
}
.cart-table .cart-table-body tr.cart-table-row.cart-table-row-gift {
  background-color: #ddf1f8;
  border-top: 1px solid #e3e3e3;
}
.cart-table .cart-table-body tr.cart-table-row.cart-table-row-gift .cart-table-cell .cart-table-cell-picture {
  padding: 6px 0 6px 6px;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-final-price {
  text-align: right;
  font-weight: bold;
  color: #b01415;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell.cart-table-cell-include-in-order {
  text-align: center;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell.cart-table-cell-include-in-order .ios-ui-select {
  border: 1px solid #CCCCCC;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell.cart-table-cell-include-in-order .ios-ui-select .inner {
  top: 2px;
  background: #195B51;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell.cart-table-cell-include-in-order .ios-ui-select.checked {
  -webkit-box-shadow: inset 0 0 0 36px #34B5A3;
  box-shadow: inset 0 0 0 36px #34B5A3;
  border: 1px solid #32a796;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell.cart-table-cell-include-in-order .cart-table-cell-picture {
  margin-top: 6px;
  margin-bottom: 6px;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell.cart-table-cell-strike {
  color: #000000;
  text-decoration: line-through;
  font-weight: normal;
  font-size: 0.9em;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell .cart-table-cell-delete {
  /* to hide the checkbox itself */
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell .cart-table-cell-delete .fa.fa-times {
  /*margin-right: 10px !important;*/
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell .cart-table-cell-delete input[type=checkbox] {
  display: none;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell .cart-table-cell-delete input[type=checkbox] + input[type=hidden] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell .cart-table-cell-delete input[type=checkbox]:checked + input[type=hidden] + label:before {
  content: "\f046";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
.cart-table .cart-table-body tr.cart-table-row .cart-table-cell .cart-table-cell-picture {
  margin-right: 0 !important;
  padding-right: 0 !important;
}
.offer .offer-items {
  position: relative;
}
.offer .offer-items .offer-items-loading {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.offer .offer-items .offer-items-loading .offer-items-loading-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.offer .offer-items .offer-items-loading .offer-items-loading-center .offer-items-loading-content {
  text-align: center;
}
.offer .offer-items .offer-items-loading .offer-items-loading-center .offer-items-loading-content span {
  display: block;
  margin-top: 9px;
  font-size: 2em;
}
.offer .offer-warning {
  text-align: center;
  font-size: 1.6em;
  margin: 15px 0;
  color: #793b00;
  padding: 9px 6px;
  background-color: #eddccb;
}
.offer .offer-heading {
  position: relative;
}
.offer .offer-heading .offer-id {
  position: relative;
  background-color: #D9D9D9;
  padding: 6px;
}
.offer .offer-heading .offer-previous-versions {
  padding-top: 9px;
}
.offer .offer-heading .offer-previous-versions a {
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
  background-color: #3BB3D6;
  padding: 3px 6px;
  border-radius: 6px;
  border-bottom: 3px solid #227c96;
}
.offer .offer-heading .offer-previous-versions a:hover {
  text-decoration: none;
}
.offer .offer-heading .offer-back .offer-back-inner {
  line-height: 32px;
  font-size: 1.4em;
  padding: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.offer .input-group-space {
  width: 6px;
  display: table-cell;
}
.offer .input-group-btn {
  background-color: #ffffff !important;
}
.offer .input-group-btn .btn.btn-offer-subscriber-search {
  background-color: #ffffff !important;
  border: 1px solid #CCCCCC;
  padding: 6px 11px !important;
  border-radius: 0 !important;
}
.offer .input-group-addon {
  background-color: #ffffff !important;
  padding: 0 9px 0 9px !important;
  cursor: pointer;
  border-left: 1px solid #CCCCCC;
}
.offer .input-group-addon:last-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.offer .input-group-addon.input-group-addon-disabled {
  border: 1px solid #DEDEDE;
}
.offer .input-group-addon input[type=checkbox] {
  display: none;
}
.offer .input-group-addon input[type=checkbox] + label:before,
.offer .input-group-addon input[type=checkbox] + input[type=hidden] + label:before {
  cursor: pointer;
  z-index: 9999;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f00d";
  color: #888888 !important;
  padding-top: 3px;
  font-size: 1.6em;
  width: 16px;
}
.offer .input-group-addon input[type=checkbox]:checked + label:before,
.offer .input-group-addon input[type=checkbox]:checked + input[type=hidden] + label:before {
  cursor: pointer;
  z-index: 9999;
  content: "\f00c";
  color: #8BBD0C !important;
  padding-top: 6px;
  font-size: 1.3em;
  width: 16px;
}
.offer .modal-body-offer-suscriber {
  background-color: #F2F2F2 !important;
}
.offer .offer-modal-items .offer-modal-items-item {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  padding: 6px;
  cursor: pointer;
}
.offer .offer-modal-items .offer-modal-items-item:hover {
  background-color: #f3f3f3;
}
.offer .offer-modal-items .offer-modal-items-item:last-child {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 12px;
}
.offer .offer-modal-items .offer-modal-items-item h1 {
  margin: 3px 0 3px 0 !important;
  font-size: 1.2em;
  font-weight: bold;
}
.offer .breadcrumb-kod {
  background-color: #EBEBEB;
  padding: 6px !important;
  margin-bottom: 6px !important;
  border: 1px solid #DDDDDD;
}
.offer .breadcrumb-kod .control-label {
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.offer .qrcode {
  margin-bottom: 15px;
}
.offer .qrcode .qrcode-container img {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 9px;
  margin: auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.offer .form-offer {
  padding: 12px;
  position: relative;
}
.offer .form-offer .bottom-space {
  height: 34px;
}
.offer .form-offer .form-offer-loading {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 100;
  margin-left: -12px;
  margin-top: -12px;
}
.offer .form-offer .form-offer-loading .form-offer-loading-inner {
  left: 50%;
  top: 30%;
  position: relative;
}
.offer .form-offer.form-info {
  background-color: #d5d5d5;
}
.offer .form-offer.form-info .form-control.form-control-offer-type {
  background-color: #AED062;
}
.offer .form-offer.form-supplier {
  background-color: #e8e8e8;
}
.offer .form-offer.form-subscriber {
  background-color: #e8e8e8;
}
.offer .offer-calculation {
  margin: 12px 0 6px 0;
}
.offer .offer-calculation .offer-legend {
  position: absolute;
  bottom: 0 !important;
  font-style: italic;
}
.offer .table.table-items {
  border: 1px solid #D9D9D9;
}
.offer .table.table-items .fa.fa-times {
  /*margin-right: 10px !important;*/
}
.offer .table.table-items .item-move input[type=checkbox] {
  display: none;
}
.offer .table.table-items .item-move .fa {
  cursor: pointer;
}
.offer .table.table-items .item-move .fa:hover {
  color: #3BB3D6;
}
.offer .table.table-items .item-check {
  /* to hide the checkbox itself */
  /* to hide the checkbox itself */
}
.offer .table.table-items .item-check input[type=checkbox] {
  display: none;
}
.offer .table.table-items .item-check input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
.offer .table.table-items .item-check input[type=checkbox]:checked + label:before {
  content: "\f046";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
.offer .table.table-items .item-check input[type=checkbox] + input[type=hidden] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
.offer .table.table-items .item-check input[type=checkbox]:checked + input[type=hidden] + label:before {
  content: "\f046";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
.offer .table.table-items th:first-child {
  text-align: center;
  vertical-align: middle;
}
.offer .table.table-items td {
  background-color: #ffffff;
  white-space: nowrap;
}
.offer .table.table-items td:first-child {
  text-align: center;
  vertical-align: middle;
}
.offer .table.table-items td.edit {
  background-color: #FFFFB5;
}
.offer .table.table-items td.edit.edit-sale {
  width: 180px;
}
.offer .table.table-items td.edit.edit-price {
  width: 130px;
}
.offer .table.table-items td.edit.edit-price .edit-price-description {
  /*font-size: 0.8em;*/
  color: #3BB3D6;
  cursor: pointer;
}
.offer .table.table-items td.edit .checkbox {
  margin-top: 0;
  margin-left: 10px;
}
.offer .table.table-items td.catalog-price {
  width: 170px;
}
.offer .table.table-items td.special-price {
  width: 170px;
}
.offer .table.table-items td.final-price {
  width: 170px;
}
.offer .table.table-items td.product-info {
  vertical-align: middle;
  max-width: 150px;
  white-space: normal;
}
.offer .table.table-items td.product-info .product-info-description {
  /*font-size: 0.8em;*/
  color: #3BB3D6;
  cursor: pointer;
}
.offer .table.table-items td .stock-message {
  margin-top: 15px;
}
.offer .table.table-items td .fa.fa-info-circle {
  cursor: pointer;
}
.offer .table.table-items tr.offer-description td {
  background-color: #AED062;
  text-align: left;
  white-space: normal !important;
}
.offer .table.table-items tr.offer-description td:first-child {
  text-align: center;
  vertical-align: top !important;
}
.offer .table.table-items tr.offer-description td:first-child label {
  margin-bottom: 0 !important;
}
.offer .table.table-items tr.offer-gift td {
  background-color: #ddf1f8;
  padding: 12px 8px;
}
.offer .table.table-items tr.offer-gift td:first-child {
  text-align: center;
  vertical-align: top !important;
}
.offer .table.table-items tr.offer-gift td:first-child label {
  margin-bottom: 0 !important;
}
.offer .table.table-items tr.offer-nostockitem td {
  background-color: #AED062;
  vertical-align: middle;
}
.offer .table.table-items tr.offer-nostockitem td:first-child {
  text-align: center;
  vertical-align: top !important;
}
.offer .table.table-items tr.offer-nostockitem td:first-child label {
  margin-bottom: 0 !important;
}
.offer .table.table-items tr.offer-nostockitem td.offer-include-in-order {
  text-align: center;
  width: 110px;
}
.offer .table.table-items tr.offer-nostockitem td.offer-include-in-order .ios-ui-select {
  border: 1px solid #CCCCCC;
}
.offer .table.table-items tr.offer-nostockitem td.offer-include-in-order .ios-ui-select .inner {
  top: 2px;
  background: #195B51;
}
.offer .table.table-items tr.offer-nostockitem td.offer-include-in-order .ios-ui-select.checked {
  -webkit-box-shadow: inset 0 0 0 36px #34B5A3;
  box-shadow: inset 0 0 0 36px #34B5A3;
  border: 1px solid #32a796;
}
.offer .table.table-items tr.offer-nostockitem td.edit.edit-sale .checkbox {
  margin-bottom: 0;
}
.offer .price-title {
  font-size: 1.2em;
  font-weight: bold;
}
.offer .price-gray {
  background-color: #D9D9D9;
  font-size: 2.2em;
  font-weight: bold;
  padding: 9px 12px 9px 12px;
  text-align: center;
}
.offer .price-gray .price-gray-margin {
  font-size: 0.5em;
  font-weight: normal;
  text-align: right;
}
.offer .terms-gray {
  margin-top: 15px;
  padding: 9px;
  background-color: #D9D9D9;
  width: 100%;
  text-align: center;
}
.offer .terms-gray a {
  text-decoration: underline;
}
.form-price-lists.form-price-lists-print {
  padding: 12px;
  background-color: #d5d5d5;
}
.form-price-lists.form-price-lists-categories {
  background-color: transparent !important;
}
.form-price-lists.form-price-lists-categories .gj-tree-bootstrap-3 .gj-list .list-group-item {
  background-color: transparent !important;
}
.form-price-lists.form-price-lists-categories .gj-tree-bootstrap-3 .gj-list .list-group-item .wrapper {
  background-color: #d63bc9 !important;
}
.form-price-lists .input-group-space {
  width: 6px;
  display: table-cell;
}
.form-price-lists .input-group-addon {
  background-color: #ffffff !important;
  padding: 0 9px 0 9px !important;
  cursor: pointer;
  border-left: 1px solid #CCCCCC;
}
.form-price-lists .input-group-addon:last-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.form-price-lists .input-group-addon.input-group-addon-disabled {
  border: 1px solid #DEDEDE;
}
.form-price-lists .input-group-addon input[type=checkbox] {
  display: none;
}
.form-price-lists .input-group-addon input[type=checkbox] + label:before,
.form-price-lists .input-group-addon input[type=checkbox] + input[type=hidden] + label:before {
  cursor: pointer;
  z-index: 9999;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f00d";
  color: #888888 !important;
  padding-top: 3px;
  font-size: 1.6em;
  width: 16px;
}
.form-price-lists .input-group-addon input[type=checkbox]:checked + label:before,
.form-price-lists .input-group-addon input[type=checkbox]:checked + input[type=hidden] + label:before {
  cursor: pointer;
  z-index: 9999;
  content: "\f00c";
  color: #8BBD0C !important;
  padding-top: 6px;
  font-size: 1.3em;
  width: 16px;
}
#b2b-offers-table td {
  /* to hide the checkbox itself */
  /* to hide the checkbox itself */
}
#b2b-offers-table td input[type=checkbox] {
  display: none;
}
#b2b-offers-table td input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
#b2b-offers-table td input[type=checkbox]:checked + label:before {
  content: "\f046";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
#b2b-offers-table td input[type=checkbox] + input[type=hidden] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
#b2b-offers-table td input[type=checkbox]:checked + input[type=hidden] + label:before {
  content: "\f046";
  color: #333333 !important;
  font-size: 1.3em;
  width: 16px;
}
#b2b-offers-table td label.offer-id {
  line-height: 21px;
}
label.offer-id {
  padding: 6px;
  border-radius: 3px;
  line-height: 22px;
  margin-bottom: 0 !important;
}
label.offer-id input[type=checkbox] {
  display: none;
}
label.offer-id label {
  margin-bottom: 0 !important;
}
label.offer-id input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  content: "\f096";
  color: #333333 !important;
  width: 16px;
  margin-bottom: 0 !important;
}
label.offer-id input[type=checkbox]:checked + label:before {
  content: "\f046";
  color: #333333 !important;
  width: 16px;
  margin-bottom: 0 !important;
}
label.offer-id.offer-id-saved {
  background-color: #bfbfbf;
  color: #000000 !important;
}
label.offer-id.offer-id-saved input[type=checkbox] + label:before {
  color: #000000 !important;
}
label.offer-id.offer-id-sent {
  background-color: #66B564;
  color: #ffffff !important;
}
label.offer-id.offer-id-sent input[type=checkbox] + label:before {
  color: #FFFFFF !important;
}
label.offer-id.offer-id-ordered {
  background-color: #34a6dd;
  color: #ffffff !important;
}
label.offer-id.offer-id-ordered input[type=checkbox] + label:before {
  color: #FFFFFF !important;
}
label.offer-type {
  padding: 6px;
  border-radius: 3px;
  line-height: 22px;
  margin-bottom: 0 !important;
}
label.offer-type.offer-type-dealer {
  background-color: #e5750a;
  color: #ffffff !important;
}
label.offer-type.offer-type-endcustomer-without-vat {
  background-color: #1749a4;
  color: #ffffff !important;
}
label.offer-type.offer-type-endcustomer-with-vat {
  background-color: #1c84d3;
  color: #ffffff !important;
}
/*#offer-delete-selected {
    margin-top: 50px !important;
}*/
.offer-header {
  width: 80%;
  margin-left: 10%;
  z-index: 150;
}
.offer-header:after {
  display: block;
  content: '';
  clear: both;
}
.offer-header.offer-header-fixed {
  position: fixed !important;
}
.offer-header .offer-header-left {
  background-image: url("../../images/offer_header_left.svg");
  background-size: 100%;
  height: 54px;
  width: 54px;
  float: left;
}
.offer-header .offer-header-right {
  background-image: url("../../images/offer_header_right.svg");
  background-size: 100%;
  width: 54px;
  height: 54px;
  float: left;
}
.offer-header .offer-header-center {
  background-color: #BF0B16;
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  width: calc(100% - 108px);
  float: left;
  padding-top: 9px;
  padding-bottom: 8px;
}
.offer-header a.offer-header-button {
  background-color: #FDD900;
  padding: 9px 6px 9px 6px;
  margin-left: 6px;
  border-radius: 15px;
  text-decoration: none;
}
.offer-header a.offer-header-button img {
  margin-top: -6px;
  height: 28px;
}
.offer-header a.offer-header-finish-button img {
  margin-left: 6px;
  height: 37px;
}
.unsupported-browser {
  padding-top: 12px;
}
.unsupported-browser .unsupported-browser-inner {
  text-align: center;
  padding: 3px 6px 3px 6px;
  font-size: 1em;
  background-color: #BF1014;
  color: #FFFFFF;
  border-radius: 12px;
}
.borderless th,
.borderless td {
  border-top: none !important;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
/*Grid Column Carousel*/
.grid-column-carousel__list {
  width: 9999999px !important;
  padding-left: 0 !important;
}
/*Container*/
/*xs*/
@media only screen and (max-width: 767px) {
  .container-ps {
    width: 100%;
    padding: 0 16px 0 16px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .container-ps {
    width: 100%;
    padding: 0 16px 0 16px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .container-ps {
    width: 100%;
    padding: 0 16px 0 16px;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .container-ps {
    width: 1200px;
    margin: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .container-ps {
    width: 1400px;
    margin: auto;
  }
  .searbox-container .input-group {
    padding-right: 100px !important;
  }
}
@media only screen and (min-width: 1700px) {
  .container-ps {
    width: 1700px;
  }
}
.stock-container {
  margin-top: 9px;
  line-height: 1.4;
  height: calc(2 * 1.4em);
  position: relative;
  font-size: 0.8em;
}
.stock-container .stock-label {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 1.2em;
}
.td-sum {
  border-top: 3px double #DDDDDD !important;
}
.dataTables_scrollHeadInner {
  border-right: 2px solid #D9D9D9;
}
.table > thead {
  background-color: #D9D9D9;
}
.table.table-hover tbody tr:hover td {
  background-color: #ffe9e9 !important;
}
.table-striped > tbody > tr:nth-child(2n) > td,
.table-striped > tbody > tr:nth-child(2n) > th {
  background-color: #ffffff;
}
.table-striped > tbody > tr:nth-child(2n+1) > td,
.table-striped > tbody > tr:nth-child(2n+1) > th {
  background-color: #FFFFFF;
}
.tab-pane.tab-pane-product {
  background-color: #FFFFFF;
  padding: 15px;
  margin-top: 15px;
}
.tab-pane.tab-pane-product h3 {
  margin-top: 6px !important;
}
table.table-product-parameters tbody tr:first-child {
  border-top: none;
}
table.table-product-parameters tbody tr:first-child th,
table.table-product-parameters tbody tr:first-child td {
  border-top: none;
}
table.table-product-parameters tbody tr:first-child th h3,
table.table-product-parameters tbody tr:first-child td h3 {
  margin-top: 0 !important;
}
.product-files .product-files-item {
  background-color: #F2F2F2;
  padding: 6px 6px 6px 6px;
  margin-bottom: 6px;
}
.product-files .product-files-item .product-files-item-name {
  padding-top: 6px;
  padding-left: 6px;
  float: left;
}
.product-files .product-files-item .product-files-item-button {
  float: right;
}
.order-confirmed-label {
  padding: 6px;
  color: #ffffff;
  background-color: #66B564;
}
.order-unconfirmed-label {
  padding: 6px;
  color: #ffffff;
  background-color: #9E0500;
}
.alert.alert-danger a {
  color: #a94442;
  cursor: pointer;
  text-decoration: underline;
}
.alert.alert-warning .alert-heading {
  background-color: #faebcc;
}
.alert .alert-heading {
  margin: -15px -15px 15px -15px;
  text-align: center;
  padding: 9px;
  font-size: 1.4em;
  font-weight: bold;
}
/*.alert {
    border-radius: 0;
    border: 1px solid;
    font-size: 1.2em;

    &.alert-success {
        background-color: #60b65e;
        border-color: #488d46;
        color: #FFFFFF;
    }

    &.alert-info {
        background-color: #3BB3D6;
        border-color: #3196b4;
        color: #FFFFFF;
    }

    &.alert-warning {
        background-color: #F39C12;
        border-color: #de8f11;
        color: #FFFFFF;
    }

      &.alert-danger {
        background-color: #d71c27;
        border-color: #b6151f;
        color: #FFFFFF;
    }
}*/
.bubble.bubble-green {
  color: #ffffff;
  background: #67B562;
  border-radius: 15px;
  padding: 3px 9px;
}
table tr.tr-yellow > td {
  background-color: #fff8c9 !important;
}
div.data-records {
  padding-left: 0px;
  padding-right: 15px;
}
div.data-records a {
  color: darkblue;
}
div.data-records span.xsd-element {
  font-size: 11pt;
  color: darkblue;
  font-weight: bold;
}
div.data-records span.xsd-attribute {
  font-size: 10pt;
  color: blue;
  font-weight: bold;
}
div.data-records li {
  margin-top: 3px;
}
.deploy-countdown {
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 5;
}
@media only screen and (max-width: 575.98px) {
  .deploy-countdown {
    width: 100%;
  }
}
.deploy-countdown .deploy-countdown-holder {
  display: none;
}
.deploy-countdown .deploy-countdown-holder .deploy-countdown-content {
  position: relative;
  background-color: #585858;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  width: 300px;
  margin: auto;
  padding: 9px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  display: inline-block;
  /*display: none;*/
  animation: blink 0.5s step-end infinite alternate;
  border: 3px solid #585858;
}
@media only screen and (max-width: 575.98px) {
  .deploy-countdown .deploy-countdown-holder .deploy-countdown-content {
    width: 100%;
  }
}
.deploy-countdown .deploy-countdown-holder .deploy-countdown-content .deploy-countdown-content-time {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 9px;
}
@keyframes blink {
  25% {
    border-color: #585858;
    -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  }
  50% {
    border-color: #BF0B16;
    -webkit-box-shadow: 0px 0px 19px -5px #bf0b16;
    -moz-box-shadow: 0px 0px 19px -5px #bf0b16;
    box-shadow: 0px 0px 19px -5px #bf0b16;
  }
  75% {
    border-color: #585858;
    -webkit-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 19px -5px rgba(0, 0, 0, 0.75);
  }
}
.service-contract-list .service-contract-label {
  padding: 3px 6px;
  border-radius: 3px;
  background-color: #449d44;
  color: #ffffff;
  width: auto;
}
.service-contract-list .service-contract-label.service-contract-label-full-width {
  width: 100%;
}
.service-contract-detail .btn.btn-save {
  animation: blinker 1s linear infinite;
}
.service-contract-detail .table tr td {
  vertical-align: middle;
}
.service-contract-detail .table tr td .btn {
  margin-bottom: 3px;
}
.service-contract-detail .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0;
  padding: 0;
  margin: 2px 0 0;
}
.service-contract-detail .dropdown .dropdown-menu a {
  padding: 9px 12px;
}
.service-contract-detail .dropdown .dropdown-menu a .fa {
  margin-right: 6px;
}
.service-contract-detail .service-contract-detail-map {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-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;
}
.service-contract-detail .service-contract-detail-raids-edit select option:disabled {
  display: none;
}
.service-contract-detail .service-contract-detail-spare-parts .table merictextbox.form-control .k-numeric-wrap {
  height: 32px;
}
.service-contract-detail .service-contract-detail-spare-parts .table merictextbox.form-control .k-numeric-wrap .k-input {
  height: 32px;
}
.service-contract-detail .panel .panel-heading {
  display: flex;
  flex-direction: row;
}
.service-contract-detail .panel .panel-heading .panel-heading-title h4 {
  margin: 6px 0;
}
.service-contract-detail .panel .panel-heading .panel-heading-title h4 .fa {
  margin-right: 3px;
}
.service-contract-detail .panel .panel-heading .panel-heading-buttons {
  flex: 1;
  text-align: right;
  margin-bottom: -3px;
}
@media only screen and (max-width: 575.98px) {
  .service-contract-detail .panel .panel-heading .panel-heading-buttons {
    grid-row: 2;
    grid-column: 1;
  }
}
.service-contract-detail .panel .panel-heading .panel-heading-buttons .btn {
  margin-bottom: 3px;
}
@media only screen and (max-width: 991.98px) {
  .service-contract-detail .panel.panel-collapsable .panel-heading {
    grid-template-columns: 30% 70%;
  }
}
@media only screen and (max-width: 575.98px) {
  .service-contract-detail .panel.panel-collapsable .panel-heading {
    grid-template-columns: 30% 70%;
  }
}
.service-contract-detail .panel.panel-collapsable .panel-heading .panel-heading-buttons {
  margin: 6px 0;
}
@media only screen and (max-width: 575.98px) {
  .service-contract-detail .panel.panel-collapsable .panel-heading .panel-heading-buttons {
    grid-row: 1;
    grid-column: 2;
  }
}
.service-contract-detail .panel.panel-collapsable .panel-heading .panel-heading-buttons .fa {
  font-size: 1.2em;
}
.service-contract-detail .panel.panel-collapsable .panel-heading .panel-heading-buttons .fa.fa-chevron-up {
  display: none;
}
.service-contract-detail .panel.panel-collapsable .panel-heading .panel-heading-buttons .fa.fa-chevron-down {
  display: block;
}
.service-contract-detail .panel.panel-collapsable.panel-collapsed .panel-heading .panel-heading-buttons .fa.fa-chevron-up {
  display: block;
}
.service-contract-detail .panel.panel-collapsable.panel-collapsed .panel-heading .panel-heading-buttons .fa.fa-chevron-down {
  display: none;
}
.service-contract-detail .panel.panel-service-contract-base {
  position: relative;
  min-height: 100px;
}
.service-contract-detail .panel.panel-service-contract-base .panel-service-contract-base-loading,
.service-contract-detail .panel.panel-service-contract-base .panel-service-contract-base-saving {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.service-contract-detail .panel.panel-service-contract-base .panel-service-contract-base-loading .panel-service-contract-base-loading-inner,
.service-contract-detail .panel.panel-service-contract-base .panel-service-contract-base-saving .panel-service-contract-base-loading-inner,
.service-contract-detail .panel.panel-service-contract-base .panel-service-contract-base-loading .panel-service-contract-base-saving-inner,
.service-contract-detail .panel.panel-service-contract-base .panel-service-contract-base-saving .panel-service-contract-base-saving-inner {
  left: 50%;
  width: 50%;
  top: 30%;
  position: relative;
}
.service-contract-detail .panel.panel-service-contract-base .panel-service-contract-base-loading .panel-service-contract-base-loading-inner .fa,
.service-contract-detail .panel.panel-service-contract-base .panel-service-contract-base-saving .panel-service-contract-base-loading-inner .fa,
.service-contract-detail .panel.panel-service-contract-base .panel-service-contract-base-loading .panel-service-contract-base-saving-inner .fa,
.service-contract-detail .panel.panel-service-contract-base .panel-service-contract-base-saving .panel-service-contract-base-saving-inner .fa {
  color: #6c6c6c;
}
.service-contract-detail .panel.panel-service-contract-seller {
  position: relative;
  min-height: 100px;
}
.service-contract-detail .panel.panel-service-contract-seller .panel-service-contract-seller-loading,
.service-contract-detail .panel.panel-service-contract-seller .panel-service-contract-seller-saving {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.service-contract-detail .panel.panel-service-contract-seller .panel-service-contract-seller-loading .panel-service-contract-seller-loading-inner,
.service-contract-detail .panel.panel-service-contract-seller .panel-service-contract-seller-saving .panel-service-contract-seller-loading-inner,
.service-contract-detail .panel.panel-service-contract-seller .panel-service-contract-seller-loading .panel-service-contract-seller-saving-inner,
.service-contract-detail .panel.panel-service-contract-seller .panel-service-contract-seller-saving .panel-service-contract-seller-saving-inner {
  left: 50%;
  width: 50%;
  top: 30%;
  position: relative;
}
.service-contract-detail .panel.panel-service-contract-seller .panel-service-contract-seller-loading .panel-service-contract-seller-loading-inner .fa,
.service-contract-detail .panel.panel-service-contract-seller .panel-service-contract-seller-saving .panel-service-contract-seller-loading-inner .fa,
.service-contract-detail .panel.panel-service-contract-seller .panel-service-contract-seller-loading .panel-service-contract-seller-saving-inner .fa,
.service-contract-detail .panel.panel-service-contract-seller .panel-service-contract-seller-saving .panel-service-contract-seller-saving-inner .fa {
  color: #6c6c6c;
}
.service-contract-detail .panel.panel-service-contract-contact {
  position: relative;
  min-height: 100px;
}
.service-contract-detail .panel.panel-service-contract-contact .panel-service-contract-contact-loading,
.service-contract-detail .panel.panel-service-contract-contact .panel-service-contract-contact-saving {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.service-contract-detail .panel.panel-service-contract-contact .panel-service-contract-contact-loading .panel-service-contract-contact-loading-inner,
.service-contract-detail .panel.panel-service-contract-contact .panel-service-contract-contact-saving .panel-service-contract-contact-loading-inner,
.service-contract-detail .panel.panel-service-contract-contact .panel-service-contract-contact-loading .panel-service-contract-contact-saving-inner,
.service-contract-detail .panel.panel-service-contract-contact .panel-service-contract-contact-saving .panel-service-contract-contact-saving-inner {
  left: 50%;
  width: 50%;
  top: 30%;
  position: relative;
}
.service-contract-detail .panel.panel-service-contract-contact .panel-service-contract-contact-loading .panel-service-contract-contact-loading-inner .fa,
.service-contract-detail .panel.panel-service-contract-contact .panel-service-contract-contact-saving .panel-service-contract-contact-loading-inner .fa,
.service-contract-detail .panel.panel-service-contract-contact .panel-service-contract-contact-loading .panel-service-contract-contact-saving-inner .fa,
.service-contract-detail .panel.panel-service-contract-contact .panel-service-contract-contact-saving .panel-service-contract-contact-saving-inner .fa {
  color: #6c6c6c;
}
.service-contract-detail .panel.panel-service-contract-service-history .panel-body .table thead,
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-body .table thead,
.service-contract-detail .panel .panel-service-contract-raids .panel-body .table thead,
.service-contract-detail .panel .panel-service-contract-recapitulation .panel-body .table thead {
  background-color: #ffffff !important;
}
.service-contract-detail .panel.panel-service-contract-service-history .panel-body .table tfoot tr td,
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-body .table tfoot tr td,
.service-contract-detail .panel .panel-service-contract-raids .panel-body .table tfoot tr td,
.service-contract-detail .panel .panel-service-contract-recapitulation .panel-body .table tfoot tr td {
  border-top: 4px double #ddd;
}
.service-contract-detail .panel.panel-service-contract-technical-documentation .panel-heading {
  cursor: pointer;
}
.service-contract-detail .panel.panel-service-contract-spare-parts {
  position: relative;
  min-height: 100px;
}
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-service-contract-spare-parts-loading,
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-service-contract-spare-parts-saving {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-service-contract-spare-parts-loading .panel-service-contract-spare-parts-loading-inner,
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-service-contract-spare-parts-saving .panel-service-contract-spare-parts-loading-inner,
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-service-contract-spare-parts-loading .panel-service-contract-spare-parts-saving-inner,
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-service-contract-spare-parts-saving .panel-service-contract-spare-parts-saving-inner {
  left: 50%;
  width: 50%;
  top: 30%;
  position: relative;
}
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-service-contract-spare-parts-loading .panel-service-contract-spare-parts-loading-inner .fa,
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-service-contract-spare-parts-saving .panel-service-contract-spare-parts-loading-inner .fa,
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-service-contract-spare-parts-loading .panel-service-contract-spare-parts-saving-inner .fa,
.service-contract-detail .panel.panel-service-contract-spare-parts .panel-service-contract-spare-parts-saving .panel-service-contract-spare-parts-saving-inner .fa {
  color: #c3c02c;
}
.service-contract-detail .panel.panel-service-contract-raids {
  position: relative;
  min-height: 100px;
}
.service-contract-detail .panel.panel-service-contract-raids .panel-service-contract-raids-loading {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.service-contract-detail .panel.panel-service-contract-raids .panel-service-contract-raids-loading .panel-service-contract-raids-loading-inner {
  left: 50%;
  width: 50%;
  top: 30%;
  position: relative;
}
.service-contract-detail .panel.panel-service-contract-raids .panel-service-contract-raids-loading .panel-service-contract-raids-loading-inner .fa {
  color: #3379B7;
}
.service-contract-detail .panel.panel-service-contract-recapitulation {
  position: relative;
  min-height: 100px;
}
.service-contract-detail .panel.panel-service-contract-recapitulation .panel-service-contract-recapitulation-loading,
.service-contract-detail .panel.panel-service-contract-recapitulation .panel-service-contract-recapitulation-saving {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.service-contract-detail .panel.panel-service-contract-recapitulation .panel-service-contract-recapitulation-loading .panel-service-contract-recapitulation-loading-inner,
.service-contract-detail .panel.panel-service-contract-recapitulation .panel-service-contract-recapitulation-saving .panel-service-contract-recapitulation-loading-inner,
.service-contract-detail .panel.panel-service-contract-recapitulation .panel-service-contract-recapitulation-loading .panel-service-contract-recapitulation-saving-inner,
.service-contract-detail .panel.panel-service-contract-recapitulation .panel-service-contract-recapitulation-saving .panel-service-contract-recapitulation-saving-inner {
  left: 50%;
  width: 50%;
  top: 30%;
  position: relative;
}
.service-contract-detail .panel.panel-service-contract-recapitulation .panel-service-contract-recapitulation-loading .panel-service-contract-recapitulation-loading-inner .fa,
.service-contract-detail .panel.panel-service-contract-recapitulation .panel-service-contract-recapitulation-saving .panel-service-contract-recapitulation-loading-inner .fa,
.service-contract-detail .panel.panel-service-contract-recapitulation .panel-service-contract-recapitulation-loading .panel-service-contract-recapitulation-saving-inner .fa,
.service-contract-detail .panel.panel-service-contract-recapitulation .panel-service-contract-recapitulation-saving .panel-service-contract-recapitulation-saving-inner .fa {
  color: #5cb238;
}
@keyframes blinker {
  50% {
    background-color: #3b9b3b;
  }
}
/*#region multifile */
.MultiFile-wrap .MultiFile-list .MultiFile-label {
  margin-top: 5px;
}
.MultiFile-wrap .MultiFile-list .MultiFile-label .MultiFile-label {
  margin-top: 0px !important;
}
.MultiFile-wrap .MultiFile-list .MultiFile-label .MultiFile-label .MultiFile-title {
  /*margin-left: -4px;*/
}
/*#endregion */
/*#region select2 */
.select2 .select2-selection {
  border-radius: 0;
  min-height: 34px;
  border: 1px solid #ccc;
}
.select2-container .select2-selection {
  /*padding-left: 18px;*/
}
.select2-container .select2-dropdown {
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  border-radius: 0;
}
.select2-container .select2-dropdown .select2-results ul.select2-results__options li.select2-results__option {
  /*padding-left: 18px;*/
}
/*#endregion */
/*#region service request retail*/
.service-request-retail .service-request-retail-timeline {
  background-color: #ddd;
  border-radius: 3px;
  padding: 15px 9px;
  margin-bottom: 15px;
  font-size: 1.2em;
  font-weight: bold;
}
@media only screen and (max-width: 767.98px) {
  .service-request-retail .service-request-retail-timeline {
    font-size: 1em;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-request-retail .service-request-retail-timeline {
    font-size: 0.6em;
  }
}
.service-request-retail .service-request-retail-timeline .service-request-retail-timeline-item {
  text-align: center;
}
.service-request-retail .service-request-retail-timeline .service-request-retail-timeline-item.active {
  margin: -25px 0;
  padding: 25px 0;
  border: 1px solid #888;
  background-color: #ccc;
  border-radius: 3px;
}
.service-request-retail .service-request-retail-timeline .service-request-retail-timeline-item .fa {
  position: relative;
  font-size: 2.8em;
  color: #aaaaaa;
  margin-bottom: 9px;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .service-request-retail .service-request-retail-timeline .service-request-retail-timeline-item .fa {
    font-size: 2em;
  }
}
.service-request-retail .service-request-retail-timeline .service-request-retail-timeline-item .fa.fa-check-circle:after {
  z-index: -1;
  position: absolute;
  content: "";
  left: 0;
  top: 10%;
  height: 80%;
  width: 100%;
  border-radius: 100%;
  background-color: #ffffff;
}
.service-request-retail .panel.panel-default.panel-presale {
  border-color: #EF7E21;
}
.service-request-retail .panel.panel-default.panel-presale .panel-heading {
  color: #ffffff;
  background-color: #EF7E21;
}
.service-request-retail .panel.panel-default.panel-presale #BaseModel_Type {
  background-color: #efc09a;
}
.service-request-retail .panel.panel-default.panel-aftersale {
  border-color: #1880cf;
}
.service-request-retail .panel.panel-default.panel-aftersale .panel-heading {
  color: #ffffff;
  background-color: #1880cf;
}
.service-request-retail .panel.panel-default.panel-aftersale #BaseModel_Type {
  background-color: #a8d0ee;
}
.service-request-retail .service-request-retail-intro {
  background-color: #DCDEE0;
  padding: 15px 15px 0 15px;
  margin-bottom: 15px;
  border-radius: 3px;
}
.service-request-retail .service-request-retail-intro .service-request-retail-intro-title {
  text-align: center;
  font-size: 2.2em;
  margin: 6px 0 15px 0;
  font-weight: bold;
}
.service-request-retail .service-request-retail-intro .service-request-retail-intro-button {
  color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
.service-request-retail .service-request-retail-intro .service-request-retail-intro-button.service-request-retail-intro-button-presale {
  background-color: #EF7E21;
}
.service-request-retail .service-request-retail-intro .service-request-retail-intro-button.service-request-retail-intro-button-presale:hover {
  background-color: #f38d39;
}
.service-request-retail .service-request-retail-intro .service-request-retail-intro-button.service-request-retail-intro-button-aftersale {
  background-color: #1880cf;
}
.service-request-retail .service-request-retail-intro .service-request-retail-intro-button.service-request-retail-intro-button-aftersale:hover {
  background-color: #248ad8;
}
.service-request-retail .service-request-retail-intro .service-request-retail-intro-button.service-request-retail-intro-button-disabled {
  background-color: #adadad;
}
.service-request-retail .service-request-retail-intro .service-request-retail-intro-button .service-request-retail-intro-button-title {
  font-size: 2em;
  margin-bottom: 9px;
  text-transform: uppercase;
  font-weight: bold;
}
.service-request-retail .service-request-retail-intro .service-request-retail-intro-button .service-request-retail-intro-button-content {
  background-color: rgba(255, 255, 255, 0.25);
  font-size: 1.8em;
  padding: 15px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
table.table {
  position: relative;
}
table.table.table-processing:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
table.table tbody tr.actionrequired td {
  -webkit-animation: ACTION-REQUIRED-BLINKING 1.5s infinite;
  /* Safari 4+ */
  -moz-animation: ACTION-REQUIRED-BLINKING 1.5s infinite;
  /* Fx 5+ */
  -o-animation: ACTION-REQUIRED-BLINKING 1.5s infinite;
  /* Opera 12+ */
  animation: ACTION-REQUIRED-BLINKING 1.5s infinite;
  /* IE 10+, Fx 29+ */
}
table.table tbody tr td .status {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 100%;
  color: #FFFFFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 2.4em;
}
table.table tbody tr td .badge {
  padding: 6px 9px;
  font-size: 1em;
  /*&.badge-presale {
                            background-color: #EF7E21;
                        }

                        &.badge-aftersale {
                            background-color: #1880cf;
                        }*/
}
@-webkit-keyframes ACTION-REQUIRED-BLINKING {
  0% {
    background: #ffd3d6;
  }
  10% {
    background: #ffd8db;
  }
  20% {
    background: #ffdde0;
  }
  30% {
    background: #ffe2e4;
  }
  40% {
    background: #ffe7e9;
  }
  50% {
    background: #ffedee;
  }
  60% {
    background: #ffe7e9;
  }
  70% {
    background: #ffe2e4;
  }
  80% {
    background: #ffdde0;
  }
  90% {
    background: #ffd8db;
  }
  100% {
    background: #ffd3d6;
  }
}
/*#endregion */
/*#region technologieslist*/
.technologieslist {
  padding-bottom: 36px;
}
.technologieslist .technologieslist-menu {
  background-color: #F0F0F0;
  border: 1px solid #D0D0D0;
}
@media only screen and (max-width: 991.98px) {
  .technologieslist .technologieslist-menu {
    margin-bottom: 36px;
  }
}
.technologieslist .technologieslist-menu .item {
  display: block;
  cursor: pointer;
  color: #000000;
  padding: 12px 15px;
  border-bottom: 1px solid #D0D0D0;
  text-decoration: none;
  transition: all ease-in-out 200ms;
  /*font-weight: bold;*/
  font-size: 1.2em;
}
.technologieslist .technologieslist-menu .item.active {
  text-decoration: underline;
}
.technologieslist .technologieslist-menu .item:last-child {
  border-bottom: none;
}
.technologieslist .technologieslist-menu .item:hover {
  background-color: #e2e2e2;
}
.technologieslist .technologieslist-menu .item.item-sub {
  background-color: #fbfbfb;
  padding-left: 30px;
}
.technologieslist .technologieslist-items {
  border: 1px solid #D0D0D0;
}
.technologieslist .technologieslist-items .technologieslist-items-content {
  display: none;
  background-color: #ffffff;
}
.technologieslist .technologieslist-items .technologieslist-items-content.active {
  display: block;
}
.technologieslist .technologieslist-items .technologieslist-item {
  margin: 0 18px;
  padding: 36px 0;
  border-bottom: 1px solid #D0D0D0;
}
.technologieslist .technologieslist-items .technologieslist-item:last-child {
  border-bottom: none;
}
.technologieslist .technologieslist-items .technologieslist-item.technologieslist-item-catalog a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 9px 12px;
  background: #B01415;
  color: #FFFFFF;
  border-radius: 0;
}
.technologieslist .technologieslist-items .technologieslist-item.technologieslist-item-catalog a:hover {
  background: #de191a;
  color: #FFFFFF;
}
.technologieslist .technologieslist-items .technologieslist-item.technologieslist-item-catalog a:focus {
  outline-color: rgba(176, 20, 21, 0.6);
  box-shadow: 0 0 0 0.2rem rgba(176, 20, 21, 0.6);
}
.technologieslist .technologieslist-items .technologieslist-item .technologieslist-item-title {
  font-weight: bold;
  font-size: 1.4em;
  margin-bottom: 9px;
  position: relative;
  color: #000000;
}
@media only screen and (max-width: 991.98px) {
  .technologieslist .technologieslist-items .technologieslist-item .technologieslist-item-title {
    padding-top: 18px;
  }
}
.technologieslist .technologieslist-items .technologieslist-item .technologieslist-item-content {
  position: relative;
  max-height: 200px;
  margin-bottom: 18px;
  overflow: hidden;
}
.technologieslist .technologieslist-items .technologieslist-item .technologieslist-item-content:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: -5px;
  left: 0;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFF', GradientType=0);
}
.technologieslist .technologieslist-items .technologieslist-item .technologieslist-item-moreinfo a {
  font-size: 1.4em;
}
.technologieslist .technologieslist-items .technologieslist-item .technologieslist-item-image {
  position: relative;
}
.technologieslist .technologieslist-items .technologieslist-item .technologieslist-item-image .technologieslist-item-image-default {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.technologieslist .technologieslist-items .technologieslist-item .technologieslist-item-image .technologieslist-item-image-default .technologieslist-item-image-icon {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
}
.technologieslist .technologieslist-items .technologieslist-item .technologieslist-item-image .technologieslist-item-image-default .technologieslist-item-image-icon img {
  margin: auto;
  height: 66.666%;
}
.technologieslist .technologieslist-empty {
  text-align: center;
  padding: 36px 24px;
}
/*#endregion*/
/*#region ps-productgallery */
.ps-productgallery .ps-productgallery-main-picture {
  position: relative;
}
.ps-productgallery .ps-productgallery-main-picture .ps-productgallery-main-picture-icons {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 140px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
  padding: 20px;
}
@media only screen and (max-width: 991.98px) {
  .ps-productgallery .ps-productgallery-main-picture .ps-productgallery-main-picture-icons {
    width: 100px;
    padding: 10px;
  }
}
.ps-productgallery .ps-productgallery-main-picture .ps-productgallery-main-picture-icons.ps-productgallery-main-picture-icons-left {
  left: 0;
}
.ps-productgallery .ps-productgallery-main-picture .ps-productgallery-main-picture-icons.ps-productgallery-main-picture-icons-right {
  right: 0;
}
.ps-productgallery .ps-productgallery-main-picture .ps-productgallery-main-picture-icons a {
  margin: 15px 0;
}
@media only screen and (max-width: 991.98px) {
  .ps-productgallery .ps-productgallery-main-picture .ps-productgallery-main-picture-icons a {
    width: 80px;
    margin: 10px 0;
  }
}
.ps-productgallery .ps-productgallery-main-picture .ps-productgallery-main-picture-icons a img {
  width: 100px;
}
@media only screen and (max-width: 991.98px) {
  .ps-productgallery .ps-productgallery-main-picture .ps-productgallery-main-picture-icons a img {
    width: 80px;
  }
}
.ps-productgallery .ps-productgallery-main-picture .ps-productgallery-main-picture-icons a:first-child {
  margin-top: 0;
}
.ps-productgallery .ps-productgallery-main-picture .ps-productgallery-main-picture-icons a:last-child {
  margin-bottom: 0;
}
/*#endregion */
/*#region tooltip */
.tooltip.in {
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #585858;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #585858;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #585858;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #585858;
}
.tooltip .tooltip-inner {
  padding: 9px;
  background-color: #585858;
}
.tooltip a {
  color: #ffffff;
  text-decoration: underline;
}
/*#endregion */
/*#region carousel */
.home-page .carousel ol.carousel-indicators li {
  opacity: 1;
  width: 9px;
  height: 9px;
  margin: 0 3px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFFFFF;
  transition: all ease-in-out 0.2s;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
.home-page .carousel ol.carousel-indicators li.active {
  background-color: #B01415;
}
.home-page .carousel ol.carousel-indicators li:hover {
  background-color: rgba(176, 20, 21, 0.5);
}
.carousel-single .img-responsive {
  width: 100%;
  height: auto;
}
.carousel-inner .carousel-item {
  -webkit-backface-visibility: unset !important;
  backface-visibility: unset !important;
}
.carousel-inner .carousel-item img {
  width: 100%;
  height: auto;
}
/*#endregion */
/*#region jquery filer */
.jFiler .jFiler-input {
  border-radius: 0 !important;
  border: 1px solid #ccc !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08) !important;
}
.jFiler .jFiler-input .jFiler-input-caption {
  padding-left: 16px;
  color: #555;
  font-size: 14px;
}
.jFiler .jFiler-input .jFiler-input-button {
  background-color: #ffffff !important;
  background-image: none !important;
}
.jFiler .jFiler-items .jFiler-items-list .jFiler-item {
  border: 1px solid #ccc !important;
}
.jFiler .jFiler-items .jFiler-items-list .jFiler-item .jFiler-item-assets .icon-jfi-trash {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
/*#endregion */
/*#region margins */
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 16px;
}
.mt-4 {
  margin-top: 24px;
}
.mt-5 {
  margin-top: 30px;
}
.mt-6 {
  margin-top: 36px;
}
.mt-7 {
  margin-top: 42px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-3 {
  margin-right: 16px;
}
.mr-4 {
  margin-right: 24px;
}
.mr-5 {
  margin-right: 30px;
}
.mr-6 {
  margin-right: 36px;
}
.mr-7 {
  margin-right: 42px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-3 {
  margin-bottom: 16px;
}
.mb-4 {
  margin-bottom: 24px;
}
.mb-5 {
  margin-bottom: 30px;
}
.mb-6 {
  margin-bottom: 36px;
}
.mb-7 {
  margin-bottom: 42px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 16px;
}
.ml-4 {
  margin-left: 24px;
}
.ml-5 {
  margin-left: 30px;
}
.ml-6 {
  margin-left: 36px;
}
.ml-7 {
  margin-left: 42px;
}
/*#endregion */
/*#region flex */
.d-flex {
  display: flex;
  flex-direction: column;
}
.d-flex.d-flex-row {
  flex-direction: row;
}
@media only screen and (max-width: 575.98px) {
  .d-flex.d-flex-row {
    flex-direction: column;
  }
}
.d-flex.d-flex-column {
  flex-direction: column;
}
.d-flex.d-flex-m .d-flex-item {
  margin-right: 9px;
}
@media only screen and (max-width: 575.98px) {
  .d-flex.d-flex-m .d-flex-item {
    margin-bottom: 9px;
    margin-right: 0;
  }
}
.d-flex .d-flex-item:last-child {
  flex: 1;
  margin-right: 0;
}
@media only screen and (max-width: 575.98px) {
  .d-flex .d-flex-item:last-child {
    margin-bottom: 0;
  }
}
/*#endregion */
/*#region banner-static */
.banner-static.banner-static-scale a img {
  transition: all 0.2s ease-in-out;
}
.banner-static.banner-static-scale a img:hover {
  transform: scale(1.025);
}
/*#endregion */
/*#region hubspot*/
#hs-eu-cookie-confirmation:before {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 450px !important;
  border: 1px solid #cbd6e2;
  box-shadow: none !important;
  border-radius: 5px;
}
@media screen and (max-width: 480px) {
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner {
    width: 80% !important;
  }
}
@media screen and (max-width: 480px) {
  #hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner p {
    line-height: 1.4em !important;
  }
}
#hs-eu-cookie-confirmation #hs-eu-policy-wording p {
  margin: 0 !important;
}
@media screen and (max-width: 480px) {
  #hs-eu-cookie-confirmation #hs-eu-policy-wording p {
    padding: 15px !important;
  }
}
#hs-eu-cookie-confirmation #hs-en-cookie-confirmation-buttons-area #hs-eu-cookie-confirmation-button-group #hs-eu-confirmation-button {
  background-color: #B01415 !important;
  border-color: #B01415 !important;
}
#hs-eu-cookie-confirmation #hs-en-cookie-confirmation-buttons-area #hs-eu-cookie-confirmation-button-group #hs-eu-decline-button {
  display: none;
  color: #000000 !important;
  border-color: #B01415 !important;
}
#hs-modal #hs-modal-content #hs-modal-body .hs-category-row .hs-category-label {
  border-left-color: #B01415 !important;
}
#hs-modal #hs-modal-content #hs-modal-body .hs-category-row .hs-category-description .hs-category-description-header .hs-category-toggle input:checked + .slider {
  background-color: #B01415 !important;
}
#hs-modal #hs-modal-content #hs-modal-body .hs-category-row .hs-category-description .hs-category-description-header .hs-category-toggle input:focus + .slider {
  box-shadow: 0 0 8px #de191a !important;
}
#hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container #hs-modal-save-settings,
#hs-modal #hs-modal-content #hs-modal-footer #hs-modal-footer-container #hs-modal-accept-all {
  background-color: #B01415 !important;
  border-color: #B01415 !important;
}
/*#endregion*/
/*#region product-detail-technologies */
.product-detail-technologies .product-detail-technologies-title {
  color: #0084D1;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 12px !important;
}
.product-detail-technologies .product-detail-technology {
  grid-template-columns: 50% 50% !important;
}
@media only screen and (max-width: 575.98px) {
  .product-detail-technologies .product-detail-technology {
    grid-template-columns: 100% !important;
  }
}
.product-detail-technologies .product-detail-technology .product-detail-technology-image {
  background: #c7c7c7 !important;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-content .product-detail-technology-content-link a {
  background-color: #B01415 !important;
  color: #ffffff !important;
  cursor: pointer;
  padding: 0 9px;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-content .product-detail-technology-content-link a:hover {
  text-decoration: none;
}
/*#endregion */
/*#region technologies-list */
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-image {
  background: #c7c7c7 !important;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-content .technologies-list-item-content-link a {
  background-color: #B01415 !important;
  color: #ffffff !important;
  padding: 0 9px;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-content .technologies-list-item-content-link a:hover {
  text-decoration: none;
}
/*#endregion */
/*#region technology-detail */
.technology-detail .technology-detail-image {
  background: #c7c7c7 !important;
}
/*#endregion */
/*#region technology-products */
.technology-products .technology-products-title {
  border-top: 1px solid #CDCDCD;
  font-size: 2.6em;
  padding: 30px 0;
  text-align: center;
}
/*#endregion */
/*#region ui.autocomplete */
.ui-autocomplete {
  overflow-y: auto;
  overflow-x: hidden;
}
.ui-autocomplete.ui-front.ui-menu.ui-widget.ui-widget-content {
  z-index: 2500 !important;
}
.ui-autocomplete .ui-menu-item {
  list-style-image: none;
}
.ui-autocomplete .ui-menu-item .ui-state-active {
  margin: auto;
}
.ui-autocomplete .ui-menu-item:hover {
  background-color: #ededed;
}
.ui-autocomplete .ui-menu-item.ui-autocomplete-group {
  cursor: default;
}
.ui-autocomplete .ui-menu-item.ui-autocomplete-group:hover {
  background-color: #FFFFFF;
}
.ui-autocomplete .ui-menu-item.ui-state-focus {
  border: none;
  background: none;
  color: #000000;
}
.ui-autocomplete .ui-menu-item.ui-state-focus a {
  background-color: #ddd;
}
.ui-autocomplete .ui-autocomplete-button {
  text-align: center;
  margin-top: 9px;
  padding: 9px;
}
.ui-autocomplete .ui-autocomplete-button button {
  width: 100%;
  border: none;
  outline: none;
  color: #FFFFFF;
  background-color: #B01415;
  padding: 6px 9px;
  border-radius: 6px;
}
.ui-autocomplete .ui-autocomplete-button button span {
  margin-right: 3px;
}
.ui-autocomplete .ui-autocomplete-button:hover {
  background-color: #FFFFFF !important;
}
.search-box-item {
  padding: 9px 6px !important;
  display: grid !important;
  grid-template-columns: 50px auto;
  cursor: pointer;
}
.search-box-item.search-box-item-header {
  padding: 6px 6px !important;
  grid-template-columns: 100%;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  cursor: default;
}
.search-box-item .search-box-item-image {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
}
.search-box-item .search-box-item-image img {
  width: auto;
  max-width: 40px;
  height: auto;
  max-height: 40px;
  margin: auto;
}
.search-box-item .search-box-item-title {
  grid-column: 2;
  margin-left: 9px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-box-item.search-box-item-category .search-box-item-image {
  color: #d5b622;
}
.search-box-item.search-box-item-news .search-box-item-image {
  color: #3BB3D6;
}
/*#endregion */
/*#region administration-header*/
.administration-header {
  background-color: #636363;
  color: #ffffff;
  padding: 18px 9px;
  text-align: center;
}
@media only screen and (max-width: 991.98px) {
  .administration-header {
    display: block;
  }
}
.administration-header a {
  padding: 6px 9px;
  color: #ffffff;
  text-transform: uppercase;
}
.administration-header a:hover {
  text-decoration: none;
}
.administration-header a.administration .fa {
  margin-right: 3px;
}
/*#endregion */
/*#region*/
.upcoming-update-warrning {
  background-color: #ffc300;
  padding: 15px 9px;
  text-align: center;
  font-size: 1.2em;
}
@media only screen and (max-width: 575.98px) {
  .upcoming-update-warrning {
    font-size: 0.9em;
  }
}
.upcoming-update-warrning .fa {
  font-size: 1em;
}
/*#endregion*/
/*#region newsdetail-item*/
@media only screen and (max-width: 575.98px) {
  .newsdetail-item {
    margin: 0 20px;
  }
}
.newsdetail-item .newsdetail-item-image {
  width: 70%;
  height: 0;
  padding-top: 39.375%;
  position: relative;
  overflow: hidden;
  background: #ededed;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-left: 15%;
  margin-right: 15%;
}
@media only screen and (max-width: 991.98px) {
  .newsdetail-item .newsdetail-item-image {
    width: 100%;
    padding-top: 56.25%;
    margin-left: 0;
    margin-right: 0;
  }
}
.newsdetail-item .newsdetail-item-title {
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
  margin: 40px 0;
  margin-left: 15%;
  margin-right: 15%;
}
@media only screen and (max-width: 991.98px) {
  .newsdetail-item .newsdetail-item-title {
    font-size: 33px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-title {
    font-size: 31px;
    margin-left: 0;
    margin-right: 0;
  }
}
.newsdetail-item .newsdetail-item-subtitle {
  margin-bottom: 30px;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
  flex-direction: row;
  color: #848484;
}
@media only screen and (max-width: 991.98px) {
  .newsdetail-item .newsdetail-item-subtitle {
    margin-left: 0;
    margin-right: 0;
  }
}
.newsdetail-item .newsdetail-item-subtitle.newsdetail-item-subtitle-top {
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 20px;
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-subtitle.newsdetail-item-subtitle-top {
    padding-bottom: 10px;
  }
}
.newsdetail-item .newsdetail-item-subtitle.newsdetail-item-subtitle-top .newsdetail-item-subtitle-date-and-time {
  margin-top: auto;
}
.newsdetail-item .newsdetail-item-subtitle.newsdetail-item-subtitle-bottom {
  border-top: 1px solid #848484;
  padding-top: 20px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-subtitle.newsdetail-item-subtitle-bottom {
    padding-top: 10px;
  }
}
.newsdetail-item .newsdetail-item-subtitle.newsdetail-item-subtitle-bottom .newsdetail-item-subtitle-date-and-time {
  margin-top: auto;
}
.newsdetail-item .newsdetail-item-subtitle .newsdetail-item-subtitle-date {
  text-transform: uppercase;
  flex: 1;
  font-weight: bold;
  font-size: 1.2em;
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-subtitle .newsdetail-item-subtitle-date {
    font-size: 10px;
  }
}
.newsdetail-item .newsdetail-item-subtitle .newsdetail-item-subtitle-more a {
  font-weight: bold;
  font-size: 1.2em;
  position: relative;
  color: #848484;
  margin-bottom: 3px;
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-subtitle .newsdetail-item-subtitle-more a {
    font-size: 10px;
  }
}
.newsdetail-item .newsdetail-item-subtitle .newsdetail-item-subtitle-more a .fa {
  font-size: 0.8em;
  margin-left: 3px;
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-subtitle .newsdetail-item-subtitle-more a .fa {
    font-size: 0.6em;
  }
}
.newsdetail-item .newsdetail-item-subtitle .newsdetail-item-subtitle-more a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #848484;
}
.newsdetail-item .newsdetail-item-short {
  color: #7A7A7A;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 30px;
  margin-left: 15%;
  margin-right: 15%;
}
@media only screen and (max-width: 991.98px) {
  .newsdetail-item .newsdetail-item-short {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-short {
    font-size: 12px;
  }
}
.newsdetail-item .newsdetail-item-full {
  color: #7A7A7A;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 60px;
  margin-left: 15%;
  margin-right: 15%;
}
@media only screen and (max-width: 991.98px) {
  .newsdetail-item .newsdetail-item-full {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-full {
    font-size: 12px;
  }
}
.newsdetail-item .newsdetail-item-full .newsdetail-item-download {
  display: inline-block;
  font-weight: 400;
  padding: 8px 16px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 0.3rem;
  color: #ffffff !important;
  background-color: #000000 !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  text-decoration: none;
  border: 1px solid transparent;
}
.newsdetail-item .newsdetail-item-full .newsdetail-item-download:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
}
.newsdetail-item .newsdetail-item-full .newsdetail-item-download:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.2) !important;
}
.newsdetail-item .newsdetail-item-full a {
  color: #01496f !important;
  text-decoration: underline;
}
.newsdetail-item .newsdetail-item-full a:hover {
  color: #01496f !important;
  text-decoration: none;
}
.newsdetail-item .newsdetail-item-full b,
.newsdetail-item .newsdetail-item-full strong {
  font-weight: bold;
}
.newsdetail-item .newsdetail-item-full p {
  margin-bottom: 30px;
}
.newsdetail-item .newsdetail-item-full ol {
  list-style: none;
  counter-reset: step-counter;
  padding-inline-start: 25px;
}
.newsdetail-item .newsdetail-item-full ol ol {
  padding-inline-start: 45px;
}
.newsdetail-item .newsdetail-item-full ol ol ol {
  padding-inline-start: 65px;
}
.newsdetail-item .newsdetail-item-full ol li {
  counter-increment: step-counter;
}
.newsdetail-item .newsdetail-item-full ol li:before {
  content: counter(step-counter) ".";
  display: inline-block;
  position: absolute;
  margin-left: -25px;
  font-family: RobotoRegular;
}
.newsdetail-item .newsdetail-item-full ul {
  list-style: none !important;
  margin-left: 0;
  padding-left: 0;
}
.newsdetail-item .newsdetail-item-full ul li {
  margin-left: 2px;
  5list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.newsdetail-item .newsdetail-item-full ul li:before {
  content: "■";
  font-size: 1.5em;
  padding-right: 9px;
}
.newsdetail-item .newsdetail-item-full ul ul {
  padding-inline-start: 20px;
  list-style: none !important;
  margin-left: 0;
  padding-left: 0;
}
.newsdetail-item .newsdetail-item-full ul ul li {
  margin-left: 5px;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.newsdetail-item .newsdetail-item-full ul ul li:before {
  content: "□";
  font-size: 1.5em;
  padding-right: 9px;
}
.newsdetail-item .newsdetail-item-full ul ul ul {
  padding-inline-start: 40px;
  list-style: none !important;
  margin-left: 0;
  padding-left: 0;
}
.newsdetail-item .newsdetail-item-full ul ul ul li {
  margin-left: 5px;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}
.newsdetail-item .newsdetail-item-full ul ul ul li:before {
  content: "□";
  font-size: 1.5em;
  padding-right: 9px;
}
.newsdetail-item .newsdetail-item-full h1 {
  color: #212529;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .newsdetail-item .newsdetail-item-full h1 {
    font-size: 33px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-full h1 {
    font-size: 33px;
  }
}
.newsdetail-item .newsdetail-item-full h2 {
  color: #212529;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .newsdetail-item .newsdetail-item-full h2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-full h2 {
    font-size: 22px;
  }
}
.newsdetail-item .newsdetail-item-full h3 {
  color: #212529;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991.98px) {
  .newsdetail-item .newsdetail-item-full h3 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 575.98px) {
  .newsdetail-item .newsdetail-item-full h3 {
    font-size: 16px;
  }
}
.newsdetail-item .newsdetail-item-full:after {
  content: '';
  display: block;
  clear: both;
}
/*#endregion*/
/* #region fullcalendar*/
.fc .fc-view.fc-dayGridWeek-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event,
.fc .fc-view.fc-dayGridMonth-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event {
  white-space: normal;
  display: block;
  background-color: #ededed;
  transition: all ease-in-out 0.2s;
}
.fc .fc-view.fc-dayGridWeek-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event:hover,
.fc .fc-view.fc-dayGridMonth-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event:hover {
  background-color: #dddddd;
}
.fc .fc-view.fc-dayGridWeek-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid,
.fc .fc-view.fc-dayGridMonth-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid {
  padding: 1px 3px 3px 3px;
  display: block;
  text-decoration: none;
}
.fc .fc-view.fc-dayGridWeek-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid:hover,
.fc .fc-view.fc-dayGridMonth-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid:hover {
  text-decoration: none;
}
.fc .fc-view.fc-dayGridWeek-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid .fc-event-raid-label,
.fc .fc-view.fc-dayGridMonth-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid .fc-event-raid-label {
  font-weight: bold;
  text-align: center;
  padding: 3px;
  width: 100%;
  border-radius: 3px;
  margin-bottom: 3px;
  font-size: 0.9em;
}
.fc .fc-view.fc-dayGridWeek-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid .fc-event-raid-time,
.fc .fc-view.fc-dayGridMonth-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid .fc-event-raid-time {
  font-weight: bold;
  font-size: 0.8em;
}
.fc .fc-view.fc-dayGridWeek-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid .fc-event-raid-name,
.fc .fc-view.fc-dayGridMonth-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid .fc-event-raid-name {
  font-size: 0.8em;
}
.fc .fc-view.fc-dayGridWeek-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid .fc-event-raid-note,
.fc .fc-view.fc-dayGridMonth-view .fc-daygrid-body .fc-day .fc-event.fc-daygrid-event .fc-event-raid .fc-event-raid-note {
  font-weight: normal;
  font-size: 0.75em;
  margin-top: 6px;
}
/* #endregion */
/* #region modal */
.modal.modal-center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal.modal-center:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal.modal-center .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/* #endregion */
/* #region catalog filter top*/
.catalog-filter-top {
  margin-top: 9px;
  margin-bottom: 15px;
  display: none;
}
.catalog-filter-top.catalog-filter-top-visible {
  display: block;
}
.catalog-filter-top .catalog-filter-top-items {
  margin-bottom: -6px;
}
.catalog-filter-top .catalog-filter-top-items .catalog-filter-top-item {
  display: none;
  color: #FFFFFF;
  background-color: #3E3E3E;
  margin-bottom: 6px;
  margin-right: 6px;
  padding: 6px 9px;
  transition: all ease-in-out 0.2s;
  font-size: 0.8em;
}
.catalog-filter-top .catalog-filter-top-items .catalog-filter-top-item.catalog-filter-top-item-reset {
  cursor: pointer;
  background-color: transparent;
  color: #000000;
}
.catalog-filter-top .catalog-filter-top-items .catalog-filter-top-item.catalog-filter-top-item-reset:hover {
  color: #2c2c2c;
  background-color: transparent;
}
.catalog-filter-top .catalog-filter-top-items .catalog-filter-top-item i {
  margin-left: 3px;
  cursor: pointer;
}
.catalog-filter-top .catalog-filter-top-items .catalog-filter-top-item:hover {
  background-color: #585858;
}
.catalog-filter-top .catalog-filter-top-items .catalog-filter-top-item.catalog-filter-top-item-enabled {
  display: inline-block;
}
/* #endregion */
/*#region catalog-filter-show-button*/
.catalog-filter-show-button {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .catalog-filter-show-button {
    display: block;
    margin-bottom: 15px;
  }
  .catalog-filter-show-button .btn {
    color: #ffffff;
    background-color: #3E3E3E;
    width: 100%;
    padding: 9px 15px !important;
    font-size: 1em !important;
    display: flex;
    flex-direction: row;
  }
  .catalog-filter-show-button .btn i {
    margin: auto 0;
  }
  .catalog-filter-show-button .btn span {
    margin-left: 15px;
    text-align: left;
    flex: 1;
  }
}
@media only screen and (max-width: 575.98px) {
  .catalog-filter-show-button .btn {
    padding: 15px;
    font-size: 1.2em;
  }
}
/* #endregion */
/*#region kendo*/
.k-numerictextbox {
  width: 100% !important;
}
.k-numerictextbox .k-numeric-wrap {
  border-radius: 0 !important;
}
.k-numerictextbox .k-numeric-wrap .k-input {
  text-align: right;
  padding-right: 15px;
}
.k-numerictextbox .k-numeric-wrap .k-select {
  display: flex;
  flex-direction: column;
}
.k-numerictextbox .k-numeric-wrap .k-select .k-link {
  flex: 1;
  background-color: #ffffff;
}
.k-multiselect {
  border-radius: 0 !important;
}
.k-multiselect .k-multiselect-wrap {
  border-radius: 0 !important;
  min-height: 34px;
}
.k-multiselect .k-multiselect-wrap ul li.k-button {
  height: 32px;
}
/*#endregion*/
.product-item .manufacturer a {
  text-decoration: underline;
  color: #8A8A8A !important;
}
.product-item .product-sale-product-group-discount {
  position: relative;
  height: calc(4 * 1.4em - 3px);
  line-height: 1.4;
  font-size: 0.8em;
  margin: 15px 0 6px 0;
  display: grid;
  text-align: center;
  text-transform: uppercase;
}
.product-item .product-sale-product-group-discount:hover {
  text-decoration: none;
}
.product-item .product-sale-product-group-discount:hover.product-sale-product-group-discount-percentage .product-sale-product-group-discount-title {
  background-color: #108bc1;
}
.product-item .product-sale-product-group-discount:hover.product-sale-product-group-discount-percentage .product-sale-product-group-discount-sale {
  background-color: #066f9f;
}
.product-item .product-sale-product-group-discount:hover.product-sale-product-group-discount-price .product-sale-product-group-discount-title {
  background-color: #108bc1;
}
.product-item .product-sale-product-group-discount:hover.product-sale-product-group-discount-price .product-sale-product-group-discount-sale {
  background-color: #066f9f;
}
.product-item .product-sale-product-group-discount .product-sale-product-group-discount-title {
  transition: all ease-in-out 0.2s;
}
.product-item .product-sale-product-group-discount .product-sale-product-group-discount-sale {
  transition: all ease-in-out 0.2s;
}
.product-item .product-sale-product-group-discount.product-sale-product-group-discount-percentage {
  grid-template-columns: 70% 30%;
  grid-template-rows: 100%;
}
@media only screen and (max-width: 1600px) {
  .product-item .product-sale-product-group-discount.product-sale-product-group-discount-percentage {
    grid-template-columns: 65% 35%;
  }
}
.product-item .product-sale-product-group-discount.product-sale-product-group-discount-percentage .product-sale-product-group-discount-title {
  background-color: #0E7AA9;
  color: #ffffff;
  display: grid;
  align-items: center;
  font-family: PoppinsBold;
  font-size: 1.6em;
  line-height: 1.2em;
}
@media only screen and (max-width: 1366px) {
  .product-item .product-sale-product-group-discount.product-sale-product-group-discount-percentage .product-sale-product-group-discount-title {
    font-size: 1.4em;
  }
}
.product-item .product-sale-product-group-discount.product-sale-product-group-discount-percentage .product-sale-product-group-discount-sale {
  background-color: #055E86;
  color: #ffffff;
  display: grid;
  align-items: center;
  padding: 9px 0;
  line-height: 1.2em;
}
.product-item .product-sale-product-group-discount.product-sale-product-group-discount-percentage .product-sale-product-group-discount-sale .product-sale-product-group-discount-sale-text {
  font-family: PoppinsRegular;
  font-size: 1.2em;
}
@media only screen and (max-width: 1366px) {
  .product-item .product-sale-product-group-discount.product-sale-product-group-discount-percentage .product-sale-product-group-discount-sale .product-sale-product-group-discount-sale-text {
    font-size: 1.1em;
  }
}
.product-item .product-sale-product-group-discount.product-sale-product-group-discount-percentage .product-sale-product-group-discount-sale .product-sale-product-group-discount-sale-value {
  font-family: PoppinsBold;
  font-size: 2.2em;
}
.product-item .product-sale-product-group-discount.product-sale-product-group-discount-price {
  grid-template-columns: 100%;
  grid-template-rows: 50% 50%;
}
.product-item .product-sale-product-group-discount.product-sale-product-group-discount-price .product-sale-product-group-discount-title {
  background-color: #0E7AA9;
  color: #ffffff;
  display: grid;
  align-items: center;
  font-family: PoppinsBold;
  font-size: 1.6em;
  line-height: 1.2em;
}
@media only screen and (max-width: 1366px) {
  .product-item .product-sale-product-group-discount.product-sale-product-group-discount-price .product-sale-product-group-discount-title {
    font-size: 1.4em;
  }
}
.product-item .product-sale-product-group-discount.product-sale-product-group-discount-price .product-sale-product-group-discount-sale {
  background-color: #055E86;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
}
.product-item .product-sale-product-group-discount.product-sale-product-group-discount-price .product-sale-product-group-discount-sale .product-sale-product-group-discount-sale-text {
  font-family: PoppinsRegular;
  font-size: 1.3em;
}
@media only screen and (max-width: 1366px) {
  .product-item .product-sale-product-group-discount.product-sale-product-group-discount-price .product-sale-product-group-discount-sale .product-sale-product-group-discount-sale-text {
    font-size: 1.2em;
  }
}
.product-item .product-sale-product-group-discount.product-sale-product-group-discount-price .product-sale-product-group-discount-sale .product-sale-product-group-discount-sale-value {
  font-family: PoppinsBold;
  font-size: 1.3em;
  font-style: italic;
  margin-left: 5px;
}
@media only screen and (max-width: 1366px) {
  .product-item .product-sale-product-group-discount.product-sale-product-group-discount-price .product-sale-product-group-discount-sale .product-sale-product-group-discount-sale-value {
    font-size: 1.2em;
  }
}
/*#region tageditor*/
.tag-editor {
  border: 1px solid #ccc !important;
  line-height: 26px !important;
  position: relative;
}
.tag-editor.tag-editor-disabled {
  background-color: #eee;
  cursor: not-allowed;
}
.tag-editor.tag-editor-disabled:after {
  content: '';
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tag-editor .tag-editor-tag,
.tag-editor .tag-editor-delete {
  color: #000000 !important;
  background: #e6e6e6 !important;
  padding-left: 9px !important;
}
.tag-editor .tag-editor-delete {
  padding-left: 6px !important;
  padding-right: 9px !important;
}
.tag-editor .tag-editor-delete i:before {
  color: #000000 !important;
}
/*#endregion*/
/*#region*/
.product-card {
  border: 1px solid #CECECE;
  background-color: #FFFFFF;
  padding: 20px 15px;
  position: relative;
}
.product-card .product-card-blocks {
  display: grid;
}
.product-card .product-card-blocks .product-card-block-1,
.product-card .product-card-blocks .product-card-block-2,
.product-card .product-card-blocks .product-card-block-3,
.product-card .product-card-blocks .product-card-block-4,
.product-card .product-card-blocks .product-card-block-5,
.product-card .product-card-blocks .product-card-block-6 {
  position: relative;
}
.product-card.product-card-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
}
.product-card.product-card-list {
  margin-bottom: 15px;
}
.product-card.product-card-list .product-card-blocks {
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
}
.product-card.product-card-list .product-card-blocks .product-card-block-1 {
  position: initial;
  grid-row: 1;
  grid-column: 2;
}
.product-card.product-card-list .product-card-blocks .product-card-block-2 {
  grid-row: 1 / span 3;
  grid-column: 1;
}
.product-card.product-card-list .product-card-blocks .product-card-block-3 {
  grid-row: 1;
  grid-column: 3;
}
.product-card.product-card-list .product-card-blocks .product-card-block-4 {
  grid-row: 2;
  grid-column: 2;
}
.product-card.product-card-list .product-card-blocks .product-card-block-5 {
  grid-row: 2 / span 2;
  grid-column: 3;
  margin-top: auto;
}
.product-card.product-card-list .product-card-blocks .product-card-block-6 {
  grid-row: 3;
  grid-column: 2;
}
.product-card.product-card-list .product-card-blocks .product-card-title {
  height: calc(1 * 18px);
  -webkit-line-clamp: 1;
}
.product-card.product-card-list .product-card-blocks .product-card-labels {
  top: 1px;
  left: 1px;
  right: auto;
}
.product-card.product-card-list .product-card-blocks .product-card-labels a.product-card-labels-item {
  float: left;
  margin: 0 1px 1px 0;
}
.product-card.product-card-list .product-card-blocks .product-card-image {
  height: 240px;
}
.product-card.product-card-list .product-card-blocks .product-card-image .product-card-image-holder img {
  max-height: calc(240px - 32px);
}
.product-card.product-card-list .product-card-blocks .product-card-sale-product-group-discount {
  margin-top: 0;
}
.product-card.product-card-list .product-card-blocks .product-card-prices {
  margin: 0;
}
.product-card.product-card-list .product-card-blocks .product-card-buttons .product-card-buttons-addtocart-one {
  grid-column: 1 / span 2;
  grid-row: 2;
}
.product-card.product-card-list .product-card-blocks .product-card-buttons .product-card-buttons-addtocart-multiple {
  grid-column: 1 / span 2;
  grid-row: 3;
}
.product-card .product-card-labels {
  height: 15px;
  position: absolute;
  width: 100%;
  top: -19px;
  right: -14px;
}
.product-card .product-card-labels a.product-card-labels-item {
  display: block;
  position: relative;
  float: right;
  font-size: 0.8em;
  text-align: right;
  padding: 2px 4px 2px 4px;
  margin: 0 0 1px 1px;
  text-decoration: none;
  background-color: #7D50C5;
  color: #ffffff;
}
.product-card .product-card-labels a.product-card-labels-item:hover {
  text-decoration: none;
}
.product-card .product-card-manufacturer,
.product-card .product-card-partnumber,
.product-card .product-card-gtin,
.product-card .product-card-status {
  color: #808080;
  font-weight: bold;
  font-size: 0.8em;
}
.product-card .product-card-manufacturer a,
.product-card .product-card-partnumber a,
.product-card .product-card-gtin a,
.product-card .product-card-status a {
  color: #808080;
  text-decoration: underline;
}
.product-card .product-card-status.product-card-status-invisible {
  visibility: hidden;
}
.product-card .product-card-title {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  height: calc(2 * 18px);
  margin: 6px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-pack: end;
  -webkit-box-orient: vertical;
}
.product-card .product-card-title a:hover {
  text-decoration: none;
}
.product-card .product-card-image {
  position: relative;
  height: 200px;
  width: 100%;
}
.product-card .product-card-image .product-card-image-icons {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
}
.product-card .product-card-image .product-card-image-icons.product-card-image-icons-left {
  left: 0;
}
.product-card .product-card-image .product-card-image-icons.product-card-image-icons-right {
  right: 0;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon {
  margin: 5px 0;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon:first-child {
  margin-top: 0;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon:last-child {
  margin-bottom: 0;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon img {
  width: 60px;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label {
  display: block;
  width: auto;
  z-index: 3;
  text-decoration: none;
  cursor: default;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label.product-card-image-icon-energy-label-cursor {
  cursor: pointer;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label:hover {
  text-decoration: none;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v1 {
  display: grid;
  grid-template-columns: 1fr 20px;
  height: 34px;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v1 .product-card-image-icon-energy-label-v1-box {
  height: 34px;
  width: 100%;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-content: flex-end;
  padding: 0 0 3px 0;
  font-size: 1.2em;
  font-weight: bold;
  border: 1px solid #000000;
  text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
  border-right: 0;
  color: #FFFFFF;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -1px;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v1 .product-card-image-icon-energy-label-v1-box span:last-child {
  font-size: 0.8em;
  position: relative;
  bottom: 1px;
  left: -2px;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v1 .product-card-image-icon-energy-label-v1-triangle {
  height: 34px;
  width: 100%;
  position: relative;
  grid-column: 2;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000000;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v1 .product-card-image-icon-energy-label-v1-triangle .product-card-image-icon-energy-label-v1-triangle-inner {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 {
  display: grid;
  grid-template-columns: 14px 1fr;
  height: 34px;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 .product-card-image-icon-energy-label-v2-left {
  display: grid;
  grid-column: 1;
  font-size: 0.55em;
  padding: 0 3px;
  text-align: center;
  border: 1px solid #000000;
  border-right: 0;
  height: 34px;
  color: #000000;
  background-color: #ffffff;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 .product-card-image-icon-energy-label-v2-left .product-card-image-icon-energy-label-v2-left-1 {
  grid-row: 1;
  font-weight: bold;
  height: 10px;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 .product-card-image-icon-energy-label-v2-left .product-card-image-icon-energy-label-v2-left-2 {
  grid-row: 2;
  height: 8px;
  font-size: 0.8em;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 .product-card-image-icon-energy-label-v2-left .product-card-image-icon-energy-label-v2-left-3 {
  grid-row: 3;
  font-weight: bold;
  height: 10px;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 .product-card-image-icon-energy-label-v2-right {
  grid-column: 2;
  display: grid;
  grid-template-columns: 1fr 20px;
  height: 34px;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 .product-card-image-icon-energy-label-v2-right .product-card-image-icon-energy-label-v2-right-box {
  height: 34px;
  width: 100%;
  grid-column: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-content: flex-end;
  font-size: 1.2em;
  padding: 0 0 3px 0;
  font-weight: bold;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
  color: #FFFFFF;
  display: inline-block;
  white-space: nowrap;
  letter-spacing: -1px;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 .product-card-image-icon-energy-label-v2-right .product-card-image-icon-energy-label-v2-right-box span {
  font-size: 1.2em;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 .product-card-image-icon-energy-label-v2-right .product-card-image-icon-energy-label-v2-right-box span:last-child {
  font-size: 0.8em;
  position: relative;
  bottom: 1px;
  left: -2px;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 .product-card-image-icon-energy-label-v2-right .product-card-image-icon-energy-label-v2-right-triangle {
  height: 34px;
  width: 100%;
  position: relative;
  grid-column: 2;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #000000;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-v2 .product-card-image-icon-energy-label-v2-right .product-card-image-icon-energy-label-v2-right-triangle .product-card-image-icon-energy-label-v2-right-triangle-inner {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: -1px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-picture {
  width: 100%;
}
.product-card .product-card-image .product-card-image-icons .product-card-image-icon-energy-label .product-card-image-icon-energy-label-picture img {
  height: auto;
  width: 100%;
  max-height: 65px;
  max-width: 65px;
  margin: auto;
}
.product-card .product-card-image .product-card-image-holder {
  height: 100%;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-card .product-card-image .product-card-image-holder img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(200px - 32px);
}
.product-card .product-card-description {
  position: relative;
  height: calc(4 * 1.4em) !important;
  line-height: 1.4em;
  margin: 15px 0 6px 0;
  font-size: 0.8em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-pack: end;
  -webkit-box-orient: vertical;
}
.product-card .product-card-sale-product-group-discount {
  position: relative;
  height: calc(4 * 1.4em);
  line-height: 1.4;
  font-size: 0.8em;
  margin: 15px 0 6px 0;
  display: grid;
  text-align: center;
  text-transform: uppercase;
}
.product-card .product-card-sale-product-group-discount:hover {
  text-decoration: none;
}
.product-card .product-card-sale-product-group-discount:hover.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-title {
  background-color: #108bc1;
}
.product-card .product-card-sale-product-group-discount:hover.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-sale {
  background-color: #066f9f;
}
.product-card .product-card-sale-product-group-discount:hover.product-card-sale-product-group-discount-price .product-card-sale-product-group-discount-title {
  background-color: #108bc1;
}
.product-card .product-card-sale-product-group-discount:hover.product-card-sale-product-group-discount-price .product-card-sale-product-group-discount-sale {
  background-color: #066f9f;
}
.product-card .product-card-sale-product-group-discount .product-card-sale-product-group-discount-title {
  transition: all ease-in-out 0.2s;
}
.product-card .product-card-sale-product-group-discount .product-card-sale-product-group-discount-sale {
  transition: all ease-in-out 0.2s;
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage {
  grid-template-columns: 70% 30%;
  grid-template-rows: 100%;
}
@media only screen and (max-width: 1600px) {
  .product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage {
    grid-template-columns: 65% 35%;
  }
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-title {
  background-color: #0E7AA9;
  color: #ffffff;
  display: grid;
  grid-template-rows: fit-content() fit-content();
  align-items: center;
  padding: 9px 0;
  line-height: 2.2em;
}
@media only screen and (max-width: 1366px) {
  .product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-title {
    line-height: 1.6em;
  }
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-title .product-card-sale-product-group-discount-sale-text-1 {
  font-family: PoppinsBold;
  font-size: 2.2em;
}
@media only screen and (max-width: 1366px) {
  .product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-title .product-card-sale-product-group-discount-sale-text-1 {
    font-size: 1.6em;
  }
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-title .product-card-sale-product-group-discount-sale-text-2 {
  font-family: PoppinsRegular;
  font-size: 1.2em;
  text-transform: none;
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-sale {
  background-color: #055E86;
  color: #ffffff;
  display: grid;
  align-items: center;
  padding: 6px 0;
  line-height: 2.2em;
}
@media only screen and (max-width: 1366px) {
  .product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-sale {
    line-height: 1.1em;
  }
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-sale .product-card-sale-product-group-discount-sale-text {
  font-family: PoppinsRegular;
  font-size: 1.2em;
}
@media only screen and (max-width: 1366px) {
  .product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-sale .product-card-sale-product-group-discount-sale-text {
    font-size: 1.1em;
  }
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-percentage .product-card-sale-product-group-discount-sale .product-card-sale-product-group-discount-sale-value {
  font-family: PoppinsBold;
  font-size: 2.2em;
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-price {
  grid-template-columns: 100%;
  grid-template-rows: 50% 50%;
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-price .product-card-sale-product-group-discount-title {
  background-color: #0E7AA9;
  color: #ffffff;
  display: grid;
  align-items: center;
  font-family: PoppinsBold;
  font-size: 1.6em;
  line-height: 1.2em;
}
@media only screen and (max-width: 1366px) {
  .product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-price .product-card-sale-product-group-discount-title {
    font-size: 1.4em;
  }
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-price .product-card-sale-product-group-discount-sale {
  background-color: #055E86;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 3px 0;
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-price .product-card-sale-product-group-discount-sale .product-card-sale-product-group-discount-sale-text {
  font-family: PoppinsRegular;
  font-size: 1.3em;
}
@media only screen and (max-width: 1366px) {
  .product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-price .product-card-sale-product-group-discount-sale .product-card-sale-product-group-discount-sale-text {
    font-size: 1.2em;
  }
}
.product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-price .product-card-sale-product-group-discount-sale .product-card-sale-product-group-discount-sale-value {
  font-family: PoppinsBold;
  font-size: 1.3em;
  font-style: italic;
  margin-left: 5px;
}
@media only screen and (max-width: 1366px) {
  .product-card .product-card-sale-product-group-discount.product-card-sale-product-group-discount-price .product-card-sale-product-group-discount-sale .product-card-sale-product-group-discount-sale-value {
    font-size: 1.2em;
  }
}
.product-card .product-card-set-sale {
  position: relative;
  height: calc(4 * 1.4em);
  line-height: 1.4;
  font-size: 0.8em;
  margin: 15px 0 6px 0;
  text-align: center;
  text-transform: uppercase;
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-rows: 100%;
}
@media only screen and (max-width: 1600px) {
  .product-card .product-card-set-sale {
    grid-template-columns: 65% 35%;
  }
}
.product-card .product-card-set-sale:hover {
  text-decoration: none;
}
.product-card .product-card-set-sale:hover .product-card-set-sale-title {
  background-color: #108bc1;
}
.product-card .product-card-set-sale:hover .product-card-set-sale-value {
  background-color: #066f9f;
}
.product-card .product-card-set-sale .product-card-set-sale-title {
  transition: all ease-in-out 0.2s;
  background-color: #0E7AA9;
  color: #ffffff;
  align-items: center;
  padding: 6px 0;
  font-family: PoppinsBold;
  font-size: 2em;
  line-height: 1.2em;
}
.product-card .product-card-set-sale .product-card-set-sale-value {
  transition: all ease-in-out 0.2s;
  background-color: #055E86;
  color: #ffffff;
  display: grid;
  align-items: center;
  padding: 6px 0;
  font-family: PoppinsBold;
  font-size: 2.4em;
  line-height: 0em;
}
.product-card .product-card-prices {
  margin: 15px 0 9px 0;
}
.product-card .product-card-prices table {
  width: 100%;
}
.product-card .product-card-prices table tr td {
  border-bottom: 1px solid #D4D4D4;
  padding: 3px 0;
}
.product-card .product-card-prices table tr td.product-card-prices-table-cell-finalprice {
  color: #C64749;
  font-weight: bold;
}
.product-card .product-card-prices table tr td:first-child {
  font-weight: bold;
}
.product-card .product-card-prices table tr td:nth-child(2) {
  text-align: right;
}
.product-card .product-card-prices table tr:first-child td {
  border-top: 1px solid #D4D4D4;
}
.product-card .product-card-buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
}
.product-card .product-card-buttons .product-card-buttons-compare-offer {
  grid-column: 1;
  grid-row: 1;
  font-size: 0.8em;
}
.product-card .product-card-buttons .product-card-buttons-compare-offer a {
  color: #3BB3D6;
  cursor: pointer;
  display: block;
  padding: 1px 0;
}
.product-card .product-card-buttons .product-card-buttons-compare-offer a:hover {
  text-decoration: none;
}
.product-card .product-card-buttons .product-card-buttons-compare-offer a .fa.fa-file-text-o {
  margin-right: 3px;
}
.product-card .product-card-buttons .product-card-buttons-amount {
  grid-column: 2;
  grid-row: 1;
  margin: 3px 0 0 auto;
}
.product-card .product-card-buttons .product-card-buttons-amount .input-group {
  width: 100px;
}
.product-card .product-card-buttons .product-card-buttons-amount .input-group input {
  text-align: center;
  font-size: 0.9em;
  height: 30px;
}
.product-card .product-card-buttons .product-card-buttons-addtocart-one {
  grid-column: 1;
  grid-row: 2;
}
@media only screen and (max-width: 1600px) {
  .product-card .product-card-buttons .product-card-buttons-addtocart-one {
    grid-column: 1 / span 2;
    grid-row: 2;
  }
}
.product-card .product-card-buttons .product-card-buttons-addtocart-one.product-card-buttons-addtocart-one-full {
  grid-column: 1 / span 2;
}
.product-card .product-card-buttons .product-card-buttons-addtocart-one.product-card-buttons-addtocart-one-full a {
  font-size: 1.1em;
}
.product-card .product-card-buttons .product-card-buttons-addtocart-multiple {
  grid-column: 2;
  grid-row: 2;
}
@media only screen and (max-width: 1600px) {
  .product-card .product-card-buttons .product-card-buttons-addtocart-multiple {
    grid-column: 1 / span 2;
    grid-row: 3;
  }
}
.product-card .product-card-buttons .product-card-buttons-addtocart-one,
.product-card .product-card-buttons .product-card-buttons-addtocart-multiple {
  margin-top: 3px;
}
.product-card .product-card-buttons .product-card-buttons-addtocart-one a,
.product-card .product-card-buttons .product-card-buttons-addtocart-multiple a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #ffffff;
  background-color: #70AB5F;
  padding: 9px 6px;
  text-align: center;
  font-size: 0.9em;
  height: 100%;
}
.product-card .product-card-buttons .product-card-buttons-addtocart-one a:hover,
.product-card .product-card-buttons .product-card-buttons-addtocart-multiple a:hover {
  text-decoration: none;
}
.product-card .product-card-buttons .product-card-buttons-addtocart-one a .fa,
.product-card .product-card-buttons .product-card-buttons-addtocart-multiple a .fa {
  margin-right: 3px;
}
.product-card .product-card-stock {
  border: 1px solid #E3E3E3;
  background-color: #F7F7F7;
  padding: 9px 6px;
  margin-top: 9px;
  height: 54px;
  font-size: 1.1em;
  line-height: 1.2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.product-card .product-card-stock.product-card-stock-success {
  color: #70AB5F;
}
.product-card .product-card-stock.product-card-stock-success-low {
  color: #d47500;
}
.product-card .product-card-stock.product-card-stock-danger {
  color: #B11516;
}
.product-card .product-card-stock.product-card-stock-warning {
  color: #2878A6;
}
.product-card .product-card-stock.product-card-stock-outlet {
  color: #7d400d;
}
.product-card .product-card-stock .product-card-stock-inner {
  text-align: center;
}
.product-card .product-card-stock span {
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
}
/*#endregion*/
/*#region product-set*/
.product-set-products .product-set-products-carousel {
  display: grid;
  grid-template-columns: 60px calc(100% - 120px) 60px;
  margin: 30px 0;
}
.product-set-products .product-set-products-carousel[data-products-count="1"],
.product-set-products .product-set-products-carousel[data-products-count="2"],
.product-set-products .product-set-products-carousel[data-products-count="3"] {
  grid-template-columns: 0 1fr 0;
}
.product-set-products .product-set-products-carousel[data-products-count="1"] .product-set-products-carousel-left,
.product-set-products .product-set-products-carousel[data-products-count="2"] .product-set-products-carousel-left,
.product-set-products .product-set-products-carousel[data-products-count="3"] .product-set-products-carousel-left,
.product-set-products .product-set-products-carousel[data-products-count="1"] .product-set-products-carousel-right,
.product-set-products .product-set-products-carousel[data-products-count="2"] .product-set-products-carousel-right,
.product-set-products .product-set-products-carousel[data-products-count="3"] .product-set-products-carousel-right {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .product-set-products .product-set-products-carousel[data-products-count="3"] {
    grid-template-columns: 60px calc(100% - 120px) 60px;
  }
  .product-set-products .product-set-products-carousel[data-products-count="3"] .product-set-products-carousel-left,
  .product-set-products .product-set-products-carousel[data-products-count="3"] .product-set-products-carousel-right {
    display: flex;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-set-products .product-set-products-carousel[data-products-count="2"],
  .product-set-products .product-set-products-carousel[data-products-count="3"] {
    grid-template-columns: 60px calc(100% - 120px) 60px;
  }
  .product-set-products .product-set-products-carousel[data-products-count="2"] .product-set-products-carousel-left,
  .product-set-products .product-set-products-carousel[data-products-count="3"] .product-set-products-carousel-left,
  .product-set-products .product-set-products-carousel[data-products-count="2"] .product-set-products-carousel-right,
  .product-set-products .product-set-products-carousel[data-products-count="3"] .product-set-products-carousel-right {
    display: flex;
  }
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-left,
.product-set-products .product-set-products-carousel .product-set-products-carousel-right {
  cursor: pointer;
  font-size: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-left {
  grid-column: 1;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-right {
  grid-column: 3;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center {
  grid-column: 2;
  border-right: 1px solid #DFDFDF;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-center-inner {
  display: block;
  width: 100%;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item {
  display: grid;
  grid-template-columns: 40% 60%;
  border: 1px solid #DFDFDF;
  border-right: none;
  padding: 30px 15px;
  background-color: #FFFFFF;
  transition: all ease-in-out 0.2s;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item.product-set-products-carousel-item-active {
  background-color: #F7F7F7;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item .product-set-products-carousel-item-picture {
  grid-column: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item .product-set-products-carousel-item-picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100px;
  margin: auto;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item .product-set-products-carousel-item-content {
  grid-column: 2;
  color: #7D7D7D;
  padding-left: 9px;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item .product-set-products-carousel-item-content .product-set-products-carousel-item-content-manufacturer {
  font-size: 0.9em;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item .product-set-products-carousel-item-content .product-set-products-carousel-item-content-ean {
  font-size: 0.9em;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item .product-set-products-carousel-item-content .product-set-products-carousel-item-content-status {
  font-size: 0.9em;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item .product-set-products-carousel-item-content .product-set-products-carousel-item-content-name {
  color: #000000;
  font-weight: bold;
  height: 40px;
  margin: 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-pack: end;
  -webkit-box-orient: vertical;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item .product-set-products-carousel-item-content .product-set-products-carousel-item-content-button {
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
  color: #ffffff;
  background-color: #DB1E3A;
  padding: 9px;
  text-align: center;
  border-radius: 3px;
  transition: all ease-in-out 0.2s;
}
.product-set-products .product-set-products-carousel .product-set-products-carousel-center .product-set-products-carousel-item .product-set-products-carousel-item-content .product-set-products-carousel-item-content-button:hover {
  background-color: #e23750;
}
/*#endregion*/
/*#region product-set*/
.product-set-sale {
  position: relative;
  height: 100px;
  margin: 15px 0 15px 0;
  display: grid;
  grid-template-columns: 75% 25%;
  grid-template-rows: 100%;
  text-align: center;
  text-transform: uppercase;
}
.product-set-sale:hover {
  text-decoration: none;
}
.product-set-sale .product-set-sale-title {
  transition: all ease-in-out 0.2s;
  background-color: #0E7AA9;
  color: #ffffff;
  display: grid;
  align-items: center;
  font-family: PoppinsBold;
  font-size: 2.2em;
  line-height: 1.2em;
}
.product-set-sale .product-set-sale-value {
  transition: all ease-in-out 0.2s;
  background-color: #055E86;
  color: #ffffff;
  display: grid;
  align-items: center;
  padding: 15px 0;
  font-family: PoppinsBold;
  font-size: 2.4em;
  line-height: 0em;
}
/*#endregion*/
/*#region group-box*/
.group-box {
  position: relative;
  border: 1px solid #858585;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 18px 15px 15px 15px;
}
.group-box .group-box-title {
  position: absolute;
  border-radius: 6px;
  background-color: #858585;
  color: #ffffff;
  font-weight: bold;
  top: -18px;
  left: -1px;
  padding: 3px 9px;
}
/*#endregion*/
/*#region developer projects*/
.table.table-developer-project-products tbody tr td {
  vertical-align: middle;
}
.developer-project-products-box {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 3px;
}
.developer-project-products-box .developer-project-products-box-title {
  background-color: #ddd;
  padding: 9px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.developer-project-products-box .developer-project-products-box-body {
  padding: 9px;
}
/*#endregion*/
/*#region offer view*/
.offer-view .offer-view-title {
  font-size: 1.8em;
  font-weight: bold;
  border-bottom: 3px solid #d9d9d9;
  padding-bottom: 9px;
  margin-bottom: 30px;
}
.offer-view .offer-view-content .offer-view-base {
  margin-bottom: 30px;
}
.offer-view .offer-view-content .offer-view-base .offer-view-base-info {
  background-color: #d9d9d9;
  padding: 15px;
}
@media only screen and (max-width: 575.98px) {
  .offer-view .offer-view-content .offer-view-base .offer-view-base-info {
    margin-bottom: 15px;
  }
}
.offer-view .offer-view-content .offer-view-base .offer-view-base-info .offer-view-base-info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 3px;
}
.offer-view .offer-view-content .offer-view-base .offer-view-base-info .offer-view-base-info-row:last-child {
  margin-bottom: 0;
}
.offer-view .offer-view-content .offer-view-base .offer-view-base-info .offer-view-base-info-row .offer-view-base-info-row-left {
  text-align: left;
}
.offer-view .offer-view-content .offer-view-base .offer-view-base-info .offer-view-base-info-row .offer-view-base-info-row-right {
  text-align: right;
}
.offer-view .offer-view-content .offer-view-base .offer-view-base-subscriber-supplier {
  border: 3px solid #d9d9d9;
  padding: 15px;
}
@media only screen and (max-width: 575.98px) {
  .offer-view .offer-view-content .offer-view-base .offer-view-base-subscriber-supplier {
    margin-bottom: 15px;
  }
}
.offer-view .offer-view-content .offer-view-base .offer-view-base-subscriber-supplier .offer-view-base-subscriber-supplier-title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 3px;
}
.offer-view .offer-view-content .offer-view-base .offer-view-base-subscriber-supplier .offer-view-base-subscriber-supplier-content .offer-view-base-subscriber-supplier-content-row {
  margin-bottom: 3px;
}
.offer-view .offer-view-content .offer-view-base .offer-view-base-subscriber-supplier .offer-view-base-subscriber-supplier-content .offer-view-base-subscriber-supplier-content-row:last-child {
  margin-bottom: 0;
}
.offer-view .offer-view-content .offer-view-base .offer-view-base-subscriber-supplier .offer-view-base-subscriber-supplier-content .offer-view-base-subscriber-supplier-content-row a {
  color: #B01415;
  text-decoration: underline;
}
.offer-view .offer-view-content .offer-view-products-table {
  overflow-x: visible;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575.98px) {
  .offer-view .offer-view-content .offer-view-products-table {
    overflow-y: scroll;
  }
}
.offer-view .offer-view-content .offer-view-products-table table {
  width: 100%;
}
.offer-view .offer-view-content .offer-view-products-table table thead tr th {
  background-color: #d9d9d9;
  padding: 6px 9px;
}
.offer-view .offer-view-content .offer-view-products-table table tbody tr {
  border: 1px solid #d9d9d9;
  border-top: none;
}
.offer-view .offer-view-content .offer-view-products-table table tbody tr td {
  padding: 6px 9px;
  vertical-align: top;
}
.offer-view .offer-view-content .offer-view-products-table table tbody tr td a {
  text-decoration: underline;
}
.offer-view .offer-view-content .offer-view-products-table table tbody tr td img {
  width: auto;
  max-width: 50px;
  height: auto;
  max-height: 50px;
  margin: auto;
}
.offer-view .offer-view-content .offer-view-products-table table tbody tr td.offer-view-products-table-cell-center {
  text-align: center;
}
.offer-view .offer-view-content .offer-view-products-table table tbody tr td.offer-view-products-table-cell-right {
  text-align: right;
}
.offer-view .offer-view-content .offer-view-products-table table tbody tr td.offer-view-products-table-cell-yellow {
  background-color: #ffffb5;
}
.offer-view .offer-view-content .offer-view-products-table table tbody tr.offer-view-products-table-row-non-stock td {
  background-color: #aed062;
  vertical-align: middle;
}
.offer-view .offer-view-content .offer-view-products-table table tbody tr.offer-view-products-table-row-gift td {
  background-color: #ddf1f8;
  vertical-align: middle;
}
.offer-view .offer-view-content .offer-view-summary {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 65% 35%;
}
@media only screen and (max-width: 991.98px) {
  .offer-view .offer-view-content .offer-view-summary {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 100% 0;
  }
}
.offer-view .offer-view-content .offer-view-summary .offer-view-summary-recycling-fee {
  grid-row: 1;
  grid-column: 1;
  font-style: italic;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  .offer-view .offer-view-content .offer-view-summary .offer-view-summary-recycling-fee {
    grid-row: 1;
    grid-column: 1;
  }
}
.offer-view .offer-view-content .offer-view-summary .offer-view-summary-consent {
  grid-row: 2;
  grid-column: 1;
  padding: 15px;
  background-color: #d9d9d9;
  font-style: italic;
  text-align: justify;
}
@media only screen and (max-width: 991.98px) {
  .offer-view .offer-view-content .offer-view-summary .offer-view-summary-consent {
    grid-row: 4;
    grid-column: 1;
  }
}
.offer-view .offer-view-content .offer-view-summary .offer-view-footer-total-price-title {
  grid-row: 1;
  grid-column: 2;
  text-align: right;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  .offer-view .offer-view-content .offer-view-summary .offer-view-footer-total-price-title {
    grid-row: 2;
    grid-column: 1;
  }
}
.offer-view .offer-view-content .offer-view-summary .offer-view-summary-total-price-value {
  grid-row: 2;
  grid-column: 2;
  padding: 15px;
  background-color: #d9d9d9;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
}
@media only screen and (max-width: 991.98px) {
  .offer-view .offer-view-content .offer-view-summary .offer-view-summary-total-price-value {
    grid-row: 3;
    grid-column: 1;
    margin-left: 0;
    margin-bottom: 15px;
  }
}
/*#endregion*/
/* NEW */
/* OLD */