@charset "UTF-8";
/*## FONTY ##*/
@font-face {
  font-family: "Barlow-Black";
  src: url("../fonts/Barlow/Barlow-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Black-Italic";
  src: url("../fonts/Barlow/Barlow-BlackItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-ExtraBold";
  src: url("../fonts/Barlow/Barlow-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-ExtraBold-Italic";
  src: url("../fonts/Barlow/Barlow-ExtraBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Bold";
  src: url("../fonts/Barlow/Barlow-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Bold-Italic";
  src: url("../fonts/Barlow/Barlow-BoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-SemiBold";
  src: url("../fonts/Barlow/Barlow-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-SemiBold-Italic";
  src: url("../fonts/Barlow/Barlow-SemiBoldItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Medium";
  src: url("../fonts/Barlow/Barlow-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Medium-Italic";
  src: url("../fonts/Barlow/Barlow-MediumItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Regular";
  src: url("../fonts/Barlow/Barlow-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Italic";
  src: url("../fonts/Barlow/Barlow-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Light";
  src: url("../fonts/Barlow/Barlow-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Light-Italic";
  src: url("../fonts/Barlow/Barlow-LightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-ExtraLight";
  src: url("../fonts/Barlow/Barlow-ExtraLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-ExtraLight-Italic";
  src: url("../fonts/Barlow/Barlow-ExtraLightItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Thin";
  src: url("../fonts/Barlow/Barlow-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow-Thin-Italic";
  src: url("../fonts/Barlow/Barlow-ThinItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*## PROMĚNNÉ ##*/
/*## BARVY IKON OBSAHUJÍCÍ VÍCE BAREV ##*/
.icon {
  --color-main: #4D5563;
}

/*# STYLY #*/
/*´´´´´´´´´´´ OBECNÉ ´´´´´´´´´´´´´´´*/
html {
  -webkit-overflow-scrolling: touch;
}

body {
  color: #000000;
  background: #E9E9E9;
  font-size: 20px;
  font-family: "Barlow-Medium";
  box-sizing: content-box;
  height: 100vh;
  margin: 0;
  display: flex; /* Aby byl footer vždy dole i když není stránka naplněna*/
  flex-direction: column; /*####*/
}

h1 {
  font-size: 38px;
  font-family: "Barlow-ExtraBold";
}

h2 {
  font-size: 32px;
  font-family: "Barlow-Bold";
}

h3 {
  font-size: 26px;
  font-family: "Barlow-Bold";
}

h4 {
  font-size: 22px;
  font-family: "Barlow-Bold";
}

.heading {
  color: #257A41;
}

.number-alone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #27292B;
  border-radius: 50%;
  font-size: 11px;
  font-family: "Barlow-ExtraBold";
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
  margin-left: 8px;
}
.number-alone span {
  margin-top: 1px;
}

.accept-text {
  display: block;
  font-family: "Barlow-Medium";
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  line-height: 140%;
}

.scroll-offset {
  padding-top: 150px;
  margin-top: -95px !important;
}

.heading-icon {
  display: flex;
  align-items: center;
}
.heading-icon .icon {
  margin-right: 15px;
}

.heading-text {
  margin-top: -10px;
  margin-left: 40px;
  line-height: 120%;
}

.heading-icon.detail {
  margin: 45px 0 20px;
}

.text-green {
  color: #257A41;
}

.header-text {
  margin-top: 30px;
}
.header-text .time {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Barlow-Medium";
}
.header-text .time .icon {
  width: 20px;
  height: 20px;
  color: #257A41;
  margin-right: 8px;
}

.heading.margin {
  margin: 35px 0;
}

.claim {
  color: #257A41;
  text-transform: uppercase;
  font-family: "Barlow-Bold";
  font-size: 18px;
}

.padding-left-col {
  padding-left: 40px;
}

.padding-right-col {
  padding-right: 40px;
}

.padding {
  padding: 0 40px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

b {
  font-family: "Barlow-Bold";
}

a {
  color: #1A1A1A;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #1A1A1A;
}

a.link {
  color: #257A41;
}

.text-styles h1, .text-styles h2, .text-styles h3, .text-styles h4, .text-styles h5, .text-styles h6, .category-top h1, .category-top h2, .category-top h3, .category-top h4, .category-top h5, .category-top h6 {
  margin: 40px 0 15px;
}
.text-styles img, .category-top img {
  width: 100%;
  height: auto;
  margin: 15px 0 25px;
}
.text-styles a, .category-top a {
  color: #257A41;
}
.text-styles ol, .category-top ol {
  padding-left: 18px;
}
.text-styles ol li, .category-top ol li {
  margin-bottom: 1rem;
  padding-left: 12px;
  line-height: 120%;
}
.text-styles ul li, .category-top ul li {
  padding-left: 30px;
  margin-bottom: 1rem;
  position: relative;
  line-height: 120%;
}
.text-styles ul li:before, .category-top ul li:before {
  position: absolute;
  left: 0;
  top: 2px;
  content: url("../images/IK_ok.svg");
  width: 16px;
  height: 12px;
}

.heading-inputs {
  margin: 50px 0 15px;
}
.heading-inputs .container-checkbox {
  margin-top: 0;
}
.heading-inputs .subtext {
  display: block;
  margin-top: -5px;
  font-family: "Barlow-Medium";
  font-size: 16px;
}

.more-fields {
  display: none;
}

input {
  border-radius: 0;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
}
.upload-btn-wrapper input[type=file] {
  z-index: -1;
  position: absolute;
  opacity: 0;
}
.upload-btn-wrapper .btn.upload {
  max-width: 325px;
}
.upload-btn-wrapper #file-upload-filename {
  display: none;
  width: 100%;
}

input[type=search] {
  -webkit-appearance: none;
}

.odrazky {
  list-style: none;
  padding: 0;
}
.odrazky li {
  display: flex;
  padding-left: 30px;
  margin-bottom: 0.5rem;
  position: relative;
  line-height: 110%;
}
.odrazky li:before {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  left: 0px;
  content: url("../images/IK_ok.svg");
  width: 16px;
  height: 12px;
}

.close {
  cursor: pointer;
}
.close .icon {
  transition: 0.15s ease-in-out;
}
.close:hover .icon {
  transform: scale(1.15);
}

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
}

/* CONTAINERS */
.container {
  max-width: 1440px;
}

.container-wider {
  margin: 0 auto;
  padding: 0;
  max-width: 1540px;
}

.container-thin {
  max-width: 892px;
}

.container-thinner {
  max-width: 700px;
}

.main-grey {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  background-color: #F2F2F2;
  width: 100%;
  padding-bottom: 50px;
}

/*###############*/
/* COLS */
.two-col-grid.detail {
  margin-top: 30px;
}

.two-col-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 40px;
  grid-column-gap: 100px;
}

.two-col {
  display: flex;
  justify-content: space-between;
}
.two-col .col {
  max-width: 550px;
}
.two-col .col:first-child {
  margin-right: 30px;
}

/*###############*/
.body-overlay, .mobile-menu-overlay, .backdrop-search-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 11;
  background: #727A7D;
  opacity: 0;
  transition: z-index 0ms linear 0.3s, height 0ms linear 0.3s, opacity 0.3s ease;
}

.body-overlay.active, .mobile-menu-overlay.active, .backdrop-search-header.active {
  height: 150%;
  opacity: 0.72;
  transition-delay: 0ms;
}

.modal-backdrop {
  background: #727A7D;
  width: 100% !important;
  height: 100% !important;
}

.modal-backdrop.show {
  opacity: 0.72;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.mobile-menu-toggler {
  cursor: pointer;
  display: none;
  flex-direction: column;
  align-items: center;
  background: #1C7138;
  width: 60px;
  height: 50px;
}
.mobile-menu-toggler .text {
  color: white;
  font-size: 10px;
  font-family: "Barlow-Medium";
}

#hamburger {
  display: block;
  justify-content: center;
  position: relative;
  background-color: transparent;
  width: 60px;
  height: 32px;
  cursor: pointer;
}
#hamburger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 29px;
  background: white;
  opacity: 1;
  right: 0;
  left: 0;
  margin: 10px auto;
  transform: rotate(0);
  transition: 0.25s ease-in-out;
}
#hamburger span:nth-child(1) {
  top: 0px;
  transform-origin: left center;
}
#hamburger span:nth-child(2) {
  top: 8px;
  transform-origin: left center;
}
#hamburger span:nth-child(3) {
  top: 16px;
  transform-origin: left center;
}

#hamburger.open span {
  background: #FDBF1B;
}
#hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -3px;
  left: 9px;
}
#hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
  left: 9px;
}

/*### BREADCRUMB ###*/
.breadcrumb-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #E9E9E9;
}
.breadcrumb-mobile a {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #257A41;
  font-family: "Barlow-medium";
  font-size: 14px;
}
.breadcrumb-mobile a .icon {
  color: #257A41;
  margin-right: 12px;
}

.breadcrumb {
  position: relative;
  display: flex;
  background-color: unset;
  font-family: "Barlow-SemiBold";
  font-size: 16px;
  padding: 0;
  margin-top: 16px;
  z-index: 1;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-item a {
  color: #257A41;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}
.breadcrumb .breadcrumb-item.active a {
  color: #191919;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 1rem;
  color: #6c757d;
  content: url("../images/IK_arrow_bread.svg");
}

/* VYHLEDÁVACÍ POLÍČKO */
.search-bar {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 660px;
}
.search-bar #search-input {
  position: relative;
  padding: 0 80px 0 30px;
  width: 100%;
  height: 55px;
  background-color: white;
  border-radius: 0 !important;
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Medium";
  outline: 0;
  border: 0;
  z-index: 13;
}
.search-bar #search-input::-webkit-input-placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Medium";
}
.search-bar #search-input::-moz-placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Medium";
}
.search-bar #search-input:-ms-input-placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Medium";
}
.search-bar #search-input::-ms-input-placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Medium";
}
.search-bar #search-input::placeholder {
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Medium";
}
.search-bar button {
  position: relative;
  z-index: 14;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 65px;
  height: 55px;
  right: 0;
  background: none;
  border: none;
  transition: 0.15s;
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
}

/*################*/
/* INPUTY */
.filed-with-btn {
  display: flex;
  align-items: center;
}
.filed-with-btn input {
  border-right: 0;
}
.filed-with-btn .btn {
  max-width: 160px;
  max-height: 65px;
  min-height: 65px;
  margin-bottom: 5px;
}

.field {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
}
.field.active span label {
  transform: translate(0, 2px) scale(0.75);
}
.field input, .field textarea, .field select {
  outline: 0;
  padding: 0 45px 0 30px;
  width: 100%;
  position: unset;
  font-size: 18px;
  font-family: "Barlow-Medium";
  margin: 0;
  height: 65px;
  max-width: unset;
  border: 0;
  border-radius: 0;
  background-color: white;
  border: 1px solid #B2B2B2;
  box-shadow: inset 0px 2px 0px 0px #E9E9E9;
}
.field textarea {
  resize: none;
  height: 195px;
  padding-top: 22px;
  padding-bottom: 20px;
}
.field select {
  position: relative;
  z-index: 1;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  color: #000000;
  font-family: "Barlow-Bold";
  font-size: 16px;
  font: "Barlow-Bold";
  background: url("../images/IK_sipka_select.svg") no-repeat right 20px center #fff;
}
.field select option {
  font-family: "Barlow-Bold";
  font-size: 16px;
  font: "Barlow-Bold";
}
.field span label {
  color: #000000;
  position: absolute;
  transform-origin: top left;
  left: 30px;
  padding-right: 30px;
  transform: translate(0, 16px) scale(1);
  transition: all 0.1s ease-in-out;
  top: 5px;
  font-family: "Barlow-Bold";
  font-size: 16px;
}
.field input[required] + label:after, .field textarea[required] + label:after {
  content: "*";
  color: red;
  margin-left: 5px;
}
.field.pdforms-valid input {
  background-image: url(../images/pipe.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.field.pdforms-error input {
  background-image: url(../images/cross.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: right 15px center;
}

.select-with-value {
  position: relative;
  height: 65px;
}
.select-with-value label {
  position: absolute;
  left: 30px;
  line-height: 65px;
  z-index: 2;
  font-family: "Barlow-Bold";
  font-size: 16px;
  color: #000000;
  pointer-events: none;
}
.select-with-value select {
  top: 0;
  left: 0;
  position: absolute;
  padding: 0 50px 0 30px;
  color: #257A41;
  -moz-text-align-last: right;
  text-align-last: right;
}
.select-with-value select option:disabled {
  color: #000000;
}

.select2-container {
  margin-top: 5px;
  box-shadow: inset 0px 2px 0px 0px #E9E9E9;
  z-index: 9999;
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #B2B2B2;
  border-radius: 0px;
  height: 70px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 30px;
  padding-right: 40px;
  color: #000000;
  font-family: "Barlow-Bold";
  font-size: 16px;
  line-height: 70px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 70px;
  right: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 20px;
  height: 70px;
  left: unset;
  right: 20px;
  right: 0;
  top: 0;
  border: none;
  background: url("../images/IK_sipka_select.svg") center no-repeat;
  transition: 0.15s ease-in-out;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #000000;
  font-family: "Barlow-Bold";
  font-size: 16px;
}

.select2-dropdown {
  top: -5px;
  background-color: #F2F2F2;
}

.select2-container--default .select2-results__option--disabled {
  background-color: #F2F2F2;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #1A1A1A;
  font-size: 14px;
  font-family: "Barlow-Medium";
}
.select2-container--default .select2-results__option--disabled:first-child {
  position: absolute;
  top: 0;
  background-color: transparent;
}

.select2-results__option {
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Bold";
  padding-left: 30px;
  padding-right: 30px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #257A41;
}

.select2-container--default .select2-search--dropdown {
  background-color: #E9E9E9;
  padding: 50px 30px 30px;
}

.select2-search--dropdown .select2-search__field {
  height: 45px;
  border: 1px solid #B2B2B2;
  padding: 0 15px;
  color: #000000;
  font-family: "Barlow-Bold";
  font-size: 16px;
}

.pdforms-messages--input .inp-error {
  position: relative;
  text-align: left;
  top: -3px;
  font-family: "Barlow-Regular";
  font-size: 14px;
  line-height: 16px;
  color: white;
  background-color: #E65050;
  padding: 7px 30px;
  width: 100%;
}

/*################*/
/* CHECKBOXY */
.checkbox-wrap.heading .container-checkbox:hover {
  text-decoration: none !important;
}
.checkbox-wrap.heading .checkmark {
  top: 6px;
  bottom: unset;
}
.checkbox-wrap.heading label {
  font-family: "Barlow-Bold";
  font-size: 22px;
}
.checkbox-wrap.heading .subtext {
  display: block;
  margin-top: -2px;
  font-family: "Barlow-Medium";
  font-size: 16px;
}

.checkbox-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  margin-right: 18px;
}

.container-checkbox {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin-top: 22px;
  padding-left: 32px;
  font-family: "Barlow-Medium";
  font-size: 16px;
  cursor: pointer;
  color: #000000;
}
.container-checkbox:hover {
  text-decoration: underline;
}
.container-checkbox .checkbox {
  position: absolute;
  margin: 0;
  opacity: 0;
  top: 0;
  cursor: pointer;
  left: 0;
  height: 100%;
  width: 100%;
}
.container-checkbox .checkbox:checked ~ .checkmark:after {
  display: block;
}
.container-checkbox .checkbox:checked ~ .checkmark {
  box-shadow: unset;
  background-color: #257A41;
  border: 1px solid #257A41;
}
.container-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #000000;
  background-color: transparent;
}
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid #FFD237;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* RADIOBUTTON */
.container-radioButton {
  display: block;
  margin: 10px 0;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-radioButton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container-radioButton .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  width: 30px;
  background-color: white;
  border: 2px solid #B2B2B2;
  border-radius: 50%;
}
.container-radioButton .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 5px;
  left: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #257A41;
}
.container-radioButton input:checked ~ .checkmark:after {
  display: block;
}

/* RADIOBUTTONS BLOCK */
.blok-radio-btn.active {
  border: 2px solid #257A41 !important;
  background-color: #E0EBE3;
}

.blok-radio-btn {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  align-items: center;
  position: relative;
  border: 1px solid #B2B2B2;
  padding: 5px 25px 5px 60px;
  height: auto;
  min-height: 70px;
  margin-bottom: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.blok-radio-btn:last-child {
  margin-bottom: 0;
}
.blok-radio-btn .container-radioButton {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
}
.blok-radio-btn .container-radioButton .checkmark {
  left: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  width: 24px;
  border: 2px solid #B2B2B2;
}
.blok-radio-btn .container-radioButton .checkmark:after {
  top: 3px;
  left: 3px;
  width: 14px;
  height: 14px;
}
.blok-radio-btn .blok-radio-wrap {
  display: flex;
  width: 100%;
}
.blok-radio-btn .blok-radio-wrap .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px !important;
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
.blok-radio-btn .blok-radio-wrap .icon-wrap.stat svg {
  width: 20px;
}
.blok-radio-btn .blok-radio-wrap .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.blok-radio-btn .branch-block {
  margin-top: 20px;
  font-size: 15px;
}
.blok-radio-btn .typ {
  max-width: 165px;
  width: 100%;
}
.blok-radio-btn .typ span {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 120%;
  font-family: "Barlow-Medium";
}
.blok-radio-btn .typ span:first-child {
  font-family: "Barlow-Bold";
  color: #000000;
}
.blok-radio-btn .delivery {
  width: 130px;
  margin: 0 10px;
}
.blok-radio-btn .delivery span {
  display: block;
  font-family: "Barlow-Medium";
  font-size: 16px;
  line-height: 120%;
}
.blok-radio-btn .delivery span span {
  color: #257A41;
  font-family: "Barlow-Bold";
}
.blok-radio-btn .item-order-price {
  width: 110px;
  min-width: 110px;
}
.blok-radio-btn .item-order-price .price {
  color: #191919;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
}
.blok-radio-btn .item-order-price .price-without-dph {
  color: #5B5B5B;
  font-size: 16px;
  font-family: "Barlow-Medium";
}

.blok-radio-btn.radio-doruceni .icon {
  width: 20px !important;
  height: 20px !important;
}
.blok-radio-btn.radio-doruceni .typ {
  width: 100% !important;
}

/*################*/
/*### RANGE SLIDER ###*/
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 4px;
  position: relative;
  z-index: 1;
}

.noUi-connects {
  overflow: hidden;
  z-index: 0;
  border-radius: 0;
  background: #B8B8B8;
  border: none;
  box-shadow: none;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform-origin: 0 0;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
  left: auto;
  right: 0;
  width: 10%;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal .noUi-handle {
  position: relative;
  width: 35px;
  height: 35px;
  left: -16px;
  top: -15px;
  outline: none;
}
.noUi-horizontal .noUi-handle:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #257A41;
  transform: rotate(45deg);
}

.noUi-handle-lower:after {
  position: relative;
  margin-left: 10px;
  color: white;
  content: "OD";
  font-family: "Barlow-Medium";
  font-size: 12px;
}

.noUi-handle-upper:after {
  position: relative;
  margin-left: 10px;
  color: white;
  content: "DO";
  font-family: "Barlow-Medium";
  font-size: 12px;
}

.noUi-horizontal .noUi-handle {
  left: auto;
}

.noUi-connect {
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
}

.range-slider {
  width: 100%;
  max-width: 230px;
  margin-top: 25px;
  margin-left: 26px;
}

.noUi-connects {
  margin: 0 -9px;
  width: calc(100% + 16px);
}

.noUi-base .noUi-origin .noUi-handle {
  background: #257A41;
  cursor: pointer;
}

.price-range-values-block {
  display: flex;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between;
  width: 100%;
}
.price-range-values-block .price-range-values {
  font-family: "Barlow-Medium";
  color: #000000;
  font-size: 18px;
  width: 100%;
  max-width: 60px;
  height: 40px;
  background: transparent;
  border: 0;
  text-align: center;
}
.price-range-values-block span {
  font-family: "Barlow-Medium";
  color: #000000;
  font-size: 18px;
}

/*#############*/
/* BUTTONY */
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  padding: 0 15px;
  height: 70px;
  font-family: "Barlow-Bold";
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 1px;
  transition: 0.15s ease-in-out;
  width: 100%;
  border-radius: 0;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.btn:focus {
  box-shadow: none;
}

.btn.primary {
  background-color: #257A41;
  color: white;
}
.btn.primary:hover {
  background-color: #1C7138;
}

.btn.secondary {
  background-color: transparent;
  color: #257A41;
  border: 1px solid #257A41;
}
.btn.secondary:hover {
  background-color: #257A41;
  color: white;
}

.btn.secondary.secondary-white {
  background-color: #fff;
  color: #257A41;
  border: 1px solid #257A41;
}
.btn.secondary.secondary-white:hover {
  background-color: #257A41;
  color: white;
}

.btn.white {
  background-color: #FFFFFF;
  color: #000000;
}
.btn.white:hover {
  background-color: #F2F2F2;
}

.btn.show-more {
  margin: 15px auto;
  max-width: 320px;
}

.btn-delete-all {
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 6px;
  padding: 5px 15px;
  border: 2px solid #E36316;
  transition: 0.15s ease-in-out;
  display: block;
  text-decoration: none;
}
.btn-delete-all:hover {
  background-color: #E36316;
}
.btn-delete-all:hover span {
  color: white;
}
.btn-delete-all span {
  display: block;
  font-size: 18px;
  font-family: "Barlow-Medium";
  color: #E36316;
  margin-top: -4px;
}
.btn-delete-all span:first-child {
  font-size: 14px;
  font-family: "Barlow-Regular";
  margin-top: 0;
}

.btn-confirm {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 10px;
  z-index: 3;
  width: 100%;
  left: 0;
}
.btn-confirm .btn {
  margin: 0 auto;
  max-width: 300px;
}

/*################*/
/* PAGINATION */
.pagination {
  display: grid;
  grid-template-columns: minmax(50px, 240px) minmax(auto, 1fr) minmax(50px, 240px);
  grid-column-gap: 30px;
  margin-top: 30px;
}
.pagination .prev {
  justify-content: flex-start;
}
.pagination .prev:hover .icon {
  color: white;
}
.pagination .next {
  justify-content: flex-end;
}
.pagination .next:hover .icon {
  color: white;
}
.pagination .next .icon {
  transform: rotate(180deg);
}
.pagination .pages {
  display: flex;
  justify-content: center;
}
.pagination .pages .btn {
  max-width: 55px;
  margin-left: -1px;
}
.pagination .pages .btn:first-child {
  margin-left: 0;
}
.pagination .btn.active {
  color: white;
  background-color: #257A41;
}
.pagination .btn.active .icon {
  color: white;
}

/*################*/
/* NAVIGATION */
.navigation {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.navigation .btn {
  position: relative;
  max-width: 284px;
  padding: 0 45px;
}
.navigation .btn .icon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.navigation .btn.prev {
  margin-right: 15px;
}
.navigation .btn.prev .icon {
  left: 15px;
}
.navigation .btn.prev:hover .icon {
  color: white;
}
.navigation .btn.next .icon {
  right: 15px;
  transform: rotate(180deg);
  color: white;
}

/*################*/
/* MODÁLNÍ OKNA */
.modal .modal-dialog {
  max-width: 730px;
}
.modal .modal-content {
  min-width: 360px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: #F2F2F2;
}
.modal .close {
  position: absolute;
  top: 15px;
  right: 25px;
}
.modal .modal-header {
  border: 0;
  border-radius: none;
  padding: 25px 30px 0;
  text-align: center;
}
.modal .modal-header .modal-title {
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #000000;
  font-size: 26px;
  font-family: "Barlow-Bold";
}
.modal .modal-header .modal-title .icon {
  color: #257A41;
  margin-right: 15px;
}
.modal .modal-body {
  padding: 25px 30px 34px;
}
.modal .modal-footer {
  border-top: 1px solid #B2B2B2;
  padding: 25px 30px 25px;
  background-color: #FFFFFF;
}
.modal .modal-footer .title {
  display: block;
  text-align: center;
  font-size: 20px;
  font-family: "Barlow-Bold";
  color: #000000;
}

.modal#modal-share-cart .modal-body {
  padding-top: 10px !important;
}
.modal#modal-share-cart .sentence {
  font-size: 16px;
}
.modal#modal-share-cart textarea {
  height: 130px;
}

.modal#modal-login .link {
  margin: 15px 0;
  text-align: center;
  display: block;
  font-family: "Barlow-Medium";
  font-size: 16px;
  color: #000000;
}
.modal#modal-login .text {
  margin: 0 auto;
}
.modal#modal-login .odrazky {
  margin: 25px 0;
}
.modal#modal-login .odrazky li {
  font-size: 18px;
  font-family: "Barlow-Medium";
}

.modal#modal-contact .modal-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal#modal-contact .modal-title span {
  display: block;
  font-family: "Barlow-Regular";
}
.modal#modal-contact .modal-title span:nth-child(2) {
  margin-top: -6px;
  font-size: 18px;
}
.modal#modal-contact .contact-block {
  margin-bottom: 5px;
  padding: 0 30px;
  border: 1px solid #B2B2B2;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  text-decoration: none;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05), inset 0px 5px 6px -2px rgba(0, 0, 0, 0.16);
}
.modal#modal-contact .contact-block:hover .mobile-number {
  transform: scale(1.05);
}
.modal#modal-contact .contact-block .person {
  display: flex;
  align-items: center;
}
.modal#modal-contact .contact-block .person .status {
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 15px;
  border-radius: 50%;
}
.modal#modal-contact .contact-block .person .status.online {
  background: rgb(9, 220, 100);
  background: linear-gradient(90deg, rgb(9, 220, 100) 0%, rgb(0, 255, 110) 100%);
}
.modal#modal-contact .contact-block .person .status.away {
  background: rgb(255, 130, 55);
  background: linear-gradient(90deg, rgb(255, 130, 55) 0%, rgb(235, 88, 1) 100%);
}
.modal#modal-contact .contact-block .person .name {
  color: #000000;
  font-family: "Barlow-Regular";
  font-size: 18px;
}
.modal#modal-contact .contact-block .mobile-number {
  display: flex;
  align-items: center;
  transition: 0.15s ease-in-out;
}
.modal#modal-contact .contact-block .mobile-number .icon {
  color: #257A41;
  margin-right: 10px;
}
.modal#modal-contact .contact-block .mobile-number .number {
  color: #257A41;
  font-family: "Barlow-Bold";
  font-size: 22px;
  width: 120px;
}
.modal#modal-contact .btn {
  margin-top: 15px;
}

.added-item {
  border: 1px solid #B2B2B2;
  background-color: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.added-item .inner {
  padding: 15px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.added-item.prislusenstvi {
  margin-top: 10px;
  cursor: pointer;
  position: relative;
}
.added-item.prislusenstvi:hover {
  border: 2px solid #257A41;
}
.added-item.prislusenstvi:hover .inner {
  margin: -1px;
}
.added-item.prislusenstvi .product-name {
  text-decoration: none !important;
}

.added-item.category .product-type {
  display: block;
  margin-bottom: 10px;
  color: #257A41;
  text-decoration: underline;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  line-height: 125%;
}
.added-item.category .product-type:hover {
  text-decoration: none;
}
.added-item.category .product-text {
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Medium";
  line-height: 125%;
}

.buttons.prislusenstvi {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  align-items: center;
}
.buttons.prislusenstvi .btn-delete-all {
  height: 70px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 125%;
  padding: 0 15px;
  margin: 0;
}
.buttons.prislusenstvi .btn-delete-all span {
  font-size: 14px;
  font-family: "Barlow-Bold";
  letter-spacing: 1px;
}

.modal.modal-add-cart .modal-body {
  padding-bottom: 0;
}
.modal.modal-add-cart .modal-footer {
  padding-top: 0;
}
.modal.modal-add-cart .product-img {
  margin-right: 15px !important;
}
.modal.modal-add-cart .product-name, .modal.modal-add-cart .product-code {
  text-decoration: none;
  text-align: left !important;
}
.modal.modal-add-cart .parameters {
  background-color: #F2F2F2;
}
.modal.modal-add-cart .modal-footer {
  background-color: #F2F2F2;
  border: 0;
}
.modal.modal-add-cart .info-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal.modal-add-cart .info-row .left {
  display: flex;
  align-items: center;
}
.modal.modal-add-cart .info-row .currency-switch-wrap, .modal.modal-add-cart .info-row .item-order-price {
  margin-right: 15px;
}
.modal.modal-add-cart .navigation {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.modal.modal-add-cart .navigation .btn {
  padding: 0 15px;
}
.modal.modal-add-cart .navigation .btn.secondary {
  margin-right: 10px;
  max-width: 200px;
}
.modal.modal-add-cart .navigation .btn.primary {
  width: 100%;
  max-width: unset;
}

.modal#modal-choice .modal-body {
  padding: 25px 30px 34px;
}
.modal#modal-choice .btn-choice {
  cursor: pointer;
  position: relative;
  margin-top: -1px;
  padding: 16px 45px 16px 20px;
  display: flex;
  align-items: center;
  font-family: "Barlow-Medium";
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  text-decoration: underline;
  border: 1px solid #B2B2B2;
  background-color: #E9E9E9;
}
.modal#modal-choice .btn-choice:hover {
  text-decoration: none;
}
.modal#modal-choice .btn-choice .icon {
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.15s ease-in-out;
  transform: rotate(-90deg);
}
.modal#modal-choice .btn-choice.active .icon {
  transform: rotate(90deg);
}
.modal#modal-choice form {
  display: none;
}
.modal#modal-choice .choice-inner {
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-left: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
}
.modal#modal-choice .choice-inner p {
  color: #1A1A1A;
  font-family: "Barlow-Medium";
  font-size: 18px;
}
.modal#modal-choice .choice-inner img {
  margin: 15px auto 25px;
  width: 100%;
  max-width: 470px;
  height: auto;
}
.modal#modal-choice .choice-inner .checkbox-row {
  margin-bottom: 25px;
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  flex-wrap: wrap;
}
.modal#modal-choice .bottom {
  padding: 30px 20px 20px;
  border-left: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
  background-color: #E9E9E9;
}
.modal#modal-choice .bottom .btn {
  margin-top: 15px;
}

.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  max-width: 770px;
  width: 100%;
  height: 100%;
  transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.info-box {
  padding: 15px 30px;
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
  width: 100%;
  margin-top: 15px;
}
.info-box span {
  display: block;
  color: #000000;
  font-family: "Barlow-Medium";
  font-size: 16px;
  line-height: 110%;
}
.info-box span:first-child {
  font-family: "Barlow-Bold";
  margin-bottom: 5px;
}

.modal#modal-porovnani .IK_porovnat {
  color: #257A41;
}
.modal#modal-porovnani .added-item {
  position: relative;
  margin-bottom: 15px;
}
.modal#modal-porovnani .added-item .inner {
  padding: 15px 50px 15px 15px;
}
.modal#modal-porovnani .added-item .order-item-info {
  max-width: 330px;
}
.modal#modal-porovnani .added-item .close {
  top: 0;
  bottom: 0;
}
.modal#modal-porovnani .added-item .close .icon {
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.modal#modal-porovnani .btn {
  margin-top: 15px;
}

#modal-spec .two-col-grid {
  gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
#modal-spec .blok-radio-btn .typ {
  max-width: unset;
}
#modal-spec select {
  margin-top: 5px;
}
#modal-spec .box-download {
  margin-bottom: 0;
}
#modal-spec .cart-title {
  margin: 30px 0 15px;
}
#modal-spec button[type=submit] {
  margin-top: 20px;
}

.blok {
  margin: 15px 0 10px;
  display: flex;
  flex-direction: column;
}

.blok.neznam {
  display: none;
}

/*Right*/
.modal.right .modal-header {
  display: block;
  text-align: left;
}
.modal.right .modal-header p {
  margin-top: -5px;
  margin-bottom: 0;
}
.modal.right .order-item-info {
  text-align: left !important;
}
.modal.right .product-img {
  margin-right: 15px;
  width: 100%;
}
.modal.right .field {
  margin-top: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.modal.right.fade .modal-dialog {
  right: -100%;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.show .modal-dialog {
  right: 0;
}

.search-results-block {
  position: absolute;
  padding: 30px 0;
  width: 100%;
  margin: 0 auto;
  top: 108px;
  left: 0;
  right: 0;
  background: #F2F2F2;
  max-width: 1540px;
  z-index: 13;
}
.search-results-block .close {
  position: absolute;
  top: 20px;
  right: 30px;
}
.search-results-block .search-result-text {
  display: block;
  text-align: center;
  font-family: "Barlow-Bold";
  font-size: 22px;
  color: #000000;
}
.search-results-block .result-type-block {
  margin-bottom: 40px;
}
.search-results-block .result-type-block .result-type {
  display: flex;
  align-items: center;
  color: #257A41;
  font-family: "Barlow-Bold";
  font-size: 22px;
}
.search-results-block .result-type-block .result-type .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #27292B;
  border-radius: 50%;
  font-size: 11px;
  font-family: "Barlow-ExtraBold";
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
  margin-left: 8px;
}
.search-results-block .result-type-block .result-type .number span {
  margin-top: 1px;
}
.search-results-block .result-type-block a {
  display: block;
  font-family: "Barlow-SemiBold";
  font-size: 18px;
  margin-top: 10px;
}
.search-results-block .inner {
  display: grid;
  grid-template-columns: minmax(260px, 260px) minmax(0, 1fr);
  grid-column-gap: 30px;
  margin-top: 30px;
}
.search-results-block .search-results .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}
.search-results-block .btn.show-more {
  margin: 45px auto;
  max-width: 330px;
}

.related-product .wrap {
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}

.accessories-card {
  position: relative;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  max-width: 284px;
  background: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.accessories-card img {
  width: 100%;
  height: auto;
  max-width: 160px;
  max-height: 160px;
  margin: 0 auto;
}
.accessories-card .title {
  color: #257A41;
  font-size: 20px;
  line-height: 120%;
  margin: 25px 0 0;
  font-family: "Barlow-SemiBold";
  height: 45px;
}
.accessories-card p {
  font-size: 16px;
  line-height: 130%;
  font-family: "Barlow-Medium";
  margin-bottom: 20px;
}
.accessories-card .btn {
  margin-top: auto;
}

.product-card {
  position: relative;
  padding: 15px 25px;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  max-width: 284px;
  background: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.product-card .img-box {
  display: flex;
  justify-content: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.product-card .img-box:hover img {
  transform: scale(1.025);
}
.product-card .img-box img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 200px;
  transition: 0.15s ease-in-out;
}
.product-card .product-name {
  font-size: 19px;
  line-height: 130%;
  min-height: 98px;
  font-family: "Barlow-SemiBold";
  color: #1A1A1A !important;
  margin-bottom: 8px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 98px;
  overflow: hidden;
}
.product-card .product-name:hover {
  color: #257A41 !important;
}
.product-card .tag {
  top: 14px;
}
.product-card .availability {
  top: 52px;
  left: 0;
  position: absolute;
  padding: 8px 10px;
  background-color: #257A41;
}
.product-card .availability span {
  font-size: 14px;
  color: white;
}
.product-card .availability svg {
  color: #FFD237;
  width: 14px;
}
.product-card .availability.out-of-stock {
  background-color: #262827;
}
.product-card .availability.out-of-stock span {
  color: #FFD237;
}
.product-card .compare {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #257A41;
}
.product-card .compare .icon {
  margin-right: 8px;
  color: #257A41;
}
.product-card .compare span {
  color: #257A41;
  font-size: 14px;
  font-family: "Barlow-SemiBold";
}
.product-card .price-block {
  margin: 7px 0 10px;
}
.product-card .price-block .price {
  font-size: 20px;
}
.product-card .price-block .price-without-dph {
  font-size: 16px;
  margin-top: -5px;
}

.product-card.spec {
  padding: 0;
  text-align: left;
  height: 100%;
}
.product-card.spec .tile-link {
  height: 100%;
  min-width: unset;
}
.product-card.spec .tile-link p {
  margin-top: 15px !important;
}

.tag {
  position: absolute;
  left: 0;
  top: 25px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 8px 10px;
  font-size: 16px;
  line-height: 110%;
  font-family: "Barlow-Bold";
  color: #000000;
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
  z-index: 1;
}
.tag .icon {
  color: #0B5D50;
  margin-right: 8px;
}

.type {
  margin: 10px 0 15px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 130%;
  font-family: "Barlow-SemiBold";
  color: #000000;
}

.availability {
  display: flex;
  align-items: center;
  justify-content: center;
}
.availability .icon {
  margin-right: 8px;
  color: #257A41;
}
.availability span {
  color: #257A41;
  font-size: 16px;
  font-family: "Barlow-Medium";
}

.availability.out-of-stock span {
  color: #5B5B5B;
}

.price-block {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.price-block .price {
  color: #000000;
  font-size: 24px;
  font-family: "Barlow-SemiBold";
}
.price-block .price-without-dph {
  margin-top: -8px;
  color: #5B5B5B;
  font-size: 18px;
  font-family: "Barlow-Medium";
}

/* DETAIL */
.detail-product .rpoduct-code, #detail-right-col .rpoduct-code {
  display: block;
}
.detail-product h1, #detail-right-col h1 {
  font-size: 26px;
  font-family: "Barlow-Bold";
  display: block;
  text-decoration: none;
  color: #257A41;
  margin-bottom: 15px;
}
.detail-product h2, #detail-right-col h2 {
  font-size: 22px;
  font-family: "Barlow-Bold";
  color: #257A41;
}
.detail-product p, #detail-right-col p {
  font-size: 20px !important;
  font-family: "Barlow-Medium" !important;
  margin-bottom: 16px !important;
}
.detail-product .about-product h1, #detail-right-col .about-product h1 {
  font-size: 20px !important;
  line-height: 1.6;
}
.detail-product .about-product h2, .detail-product .about-product p, #detail-right-col .about-product h2, #detail-right-col .about-product p {
  font-size: 18px !important;
}
.detail-product .about-product ul li, .detail-product .about-product ol li, #detail-right-col .about-product ul li, #detail-right-col .about-product ol li {
  font-size: 18px !important;
  line-height: 130%;
}

.product-photos {
  display: flex;
  align-items: center;
}
.product-photos img {
  width: 100%;
  height: auto;
}
.product-photos .main-photo {
  position: relative;
  flex: 0 0 75%;
  max-width: 75%;
  padding: 0 15px;
}
.product-photos .thumbnails {
  flex: 0 0 25%;
  max-width: 25%;
  border: 1px solid #DDE2E0;
}
.product-photos .thumbnails .tiny-prev, .product-photos .thumbnails .tiny-next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  width: 100%;
  height: 35px;
}
.product-photos .thumbnails .tiny-prev .icon {
  transform: rotate(90deg);
}
.product-photos .thumbnails .tiny-next .icon {
  transform: rotate(-90deg);
}

.product-photo-slider {
  padding: 0 15px;
}

.box-title {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 20px;
  font-family: "Barlow-Bold";
}
.box-title .icon {
  margin-right: 8px;
}

.alternative-box {
  margin: 30px 0;
  padding: 30px;
  background-color: #F2F2F2;
}
.alternative-box p {
  max-width: unset !important;
  margin: unset !important;
}
.alternative-box ul {
  margin-top: 10px;
}
.alternative-box ul li {
  font-size: 16px;
  margin-bottom: 8px;
}

.product-control-box {
  margin-bottom: 30px;
  padding: 30px;
  background-color: #F2F2F2;
}
.product-control-box .top {
  display: grid;
  grid-row-gap: 25px;
  grid-column-gap: 10px;
  grid-template-columns: minmax(150px, 150px) minmax(0, 1fr) minmax(210px, 1fr);
  grid-template-areas: "currency price info" "quantity btn btn";
  align-items: center;
}
.product-control-box .currency-switch-wrap {
  grid-area: currency;
}
.product-control-box .item-order-price {
  grid-area: price;
}
.product-control-box .product-info {
  grid-area: info;
  margin-left: auto;
}
.product-control-box .quantity-input {
  grid-area: quantity;
  margin-right: 10px;
  height: 71px;
  max-width: 149px;
}
.product-control-box .btn {
  grid-area: btn;
}
.product-control-box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.product-control-box .bottom a {
  margin-left: 15px;
  display: flex;
  align-items: center;
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}
.product-control-box .bottom a:hover .text {
  text-decoration: none;
}
.product-control-box .bottom a:first-child {
  margin-left: 0;
}
.product-control-box .bottom a .icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  color: #257A41;
}
.product-control-box .bottom a .text {
  color: #000000;
  font-size: 16px;
  line-height: 110%;
  font-family: "Barlow-Bold";
  text-decoration: underline;
}
.product-control-box .bottom a .number {
  margin-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #27292B;
  border-radius: 50%;
  font-size: 11px;
  font-family: "Barlow-ExtraBold";
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
}

/*################*/
/* HEADER */
header {
  position: relative;
  z-index: 12;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}
header .top {
  position: relative;
  background-color: #257A41;
}
header .top-menu {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
header .top-menu li {
  padding: 4px 15px;
  border-left: 1px solid #4C8B82;
}
header .top-menu li:first-child {
  border-left: none;
}
header .top-menu li a {
  cursor: pointer;
  display: block;
  text-decoration: underline;
  color: white;
  font-size: 16px;
  font-family: "Barlow-Regular";
}
header .top-menu li a:hover, header .top-menu li a.active {
  text-decoration: none;
}
header .top-menu li.currency {
  position: relative;
  z-index: 15;
}
header .top-menu li.currency a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header .top-menu li.currency a .icon {
  color: #ffd237;
}
header .top-menu li.currency a .icon:first-child {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
header .top-menu li.currency span {
  color: white;
  font-size: 14px;
  font-family: "Barlow-SemiBold";
  margin: 0 5px 0 1px;
}
header .top-menu .currency-list {
  position: absolute;
  display: none;
  flex-direction: column;
  left: 0;
  top: 34px;
  padding: 0;
  z-index: 1;
  background: white;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.5);
}
header .top-menu .currency-list li {
  padding: 10px 15px;
}
header .top-menu .currency-list li span {
  color: black;
  margin: 0 0px 0 5px;
}
header .search-strip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px 0;
}
header .search-strip .logo {
  margin-right: 15px;
}
header .search-strip .logo img {
  width: 100%;
  height: auto;
  max-width: 252px;
  min-width: 130px;
}
header .search-strip .menu-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .search-strip .menu-icons a {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 40px;
  text-decoration: none;
}
header .search-strip .menu-icons a:first-child {
  margin-left: 15px;
}
header .search-strip .menu-icons a .icon {
  transition: 0.15s;
}
header .search-strip .menu-icons a:hover .icon {
  margin-top: -4px;
}
header .search-strip .menu-icons .number {
  position: absolute;
  left: -9px;
  bottom: -9px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #27292B;
  border-radius: 50%;
  font-size: 11px;
  font-family: "Barlow-ExtraBold";
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
}
header .search-strip .menu-icons .number.porovnej {
  background: rgb(255, 130, 55);
  background: linear-gradient(90deg, rgb(255, 130, 55) 0%, rgb(235, 88, 1) 100%);
}
header .search-strip .menu-icons .basket-header {
  text-decoration: none;
}
header .search-strip .menu-icons .basket-header .basket-price {
  color: #FFD237;
  font-size: 18px;
  font-family: "Barlow-Medium";
  margin-left: 10px;
}
header .menu-strip {
  background-color: #1C7138;
}
header .main-menu {
  display: flex;
  align-items: center;
}
header .main-menu .menu-link {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-right: 25px;
  padding: 22px 0;
  height: 100%;
  color: white !important;
  font-size: 14px;
  font-family: "Barlow-SemiBold";
  text-transform: uppercase;
  text-decoration: none;
}
header .main-menu .menu-link:last-child {
  margin-right: 0;
}
header .main-menu .menu-link:before {
  display: none;
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  transform: rotate(45deg);
  bottom: -12.5px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  background-color: #1C7138;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}
header .main-menu .menu-link svg {
  color: #ffd237;
  margin-left: 5px;
  transition: 0.15s ease-in-out;
}
header .main-menu .menu-link:hover svg {
  transform: translateY(1px);
}
header .main-menu .menu-link.active:before {
  display: block;
}
header .big-menu-wrap {
  display: none;
}
header .big-menu-wrap.active {
  display: block;
}
header .big-menu {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  max-width: 1540px;
  margin: 0 auto;
  position: absolute;
  top: 187px;
  left: 0;
  right: 0;
  margin: auto;
  background: white;
  padding: 50px 65px;
  width: 100%;
  z-index: 9;
  box-sizing: border-box;
}
header .big-menu .close {
  position: absolute;
  top: 15px;
  right: 30px;
}
header .big-menu .menu-item {
  display: flex;
  flex-direction: column;
}
header .big-menu .menu-item img {
  width: 100%;
  max-width: 80px;
  height: auto;
  max-height: 80px;
  margin-bottom: 15px;
}
header .big-menu a {
  text-decoration: underline;
  margin-top: 8px;
}
header .big-menu a:hover {
  text-decoration: none;
}
header .big-menu a.category {
  color: #257A41;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
}
header .big-menu .sub-categories {
  display: flex;
  flex-direction: column;
}
header .big-menu .sub-categories a {
  color: #000000;
  font-size: 16px;
  line-height: 18px;
}

/* Mobile menu */
.mobile-menu-wrap.slide {
  left: -100%;
}

.mobile-menu-wrap {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: left 0.15s ease-in-out;
}

.mobile-menu, .submenu {
  display: flex;
  flex-direction: column;
  background: white;
}
.mobile-menu a, .submenu a {
  display: flex;
  align-items: center;
  padding: 0 60px 0 15px;
  min-height: 60px;
  text-decoration: none;
  font-family: "Barlow-Medium";
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  border-top: 1px solid #DDE2E0;
}
.mobile-menu img, .submenu img {
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: auto;
}

.submenu-wrap.show {
  display: block;
}

.submenu-wrap {
  display: none;
  position: absolute;
  width: 100%;
  top: 0;
  right: -100%;
  background: white;
  z-index: 1;
}

.submenu a:before {
  margin-top: -2px;
  display: block;
  position: absolute;
  right: 15px;
  content: url("../images/IK_sipka.svg");
}
.submenu .menu-title a:before {
  display: none;
}

.has-submenu .menu-title:before {
  margin-top: -2px;
  display: block;
  position: absolute;
  right: 15px;
  content: url("../images/IK_sipka.svg");
}

.currency .menu-title img, .currency .submenu-title img {
  max-width: 20px;
  max-height: 20px;
}
.currency a img {
  max-width: 20px;
  max-height: 20px;
}

.menu-title, .submenu-title {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 60px 0 15px;
  min-height: 60px;
  font-family: "Barlow-Medium";
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  border-top: 1px solid #DDE2E0;
}
.menu-title a, .submenu-title a {
  text-decoration: none;
  font-family: "Barlow-Medium";
  font-size: 16px;
  color: #000000;
}
.menu-title img, .submenu-title img {
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 50px;
  max-height: 50px;
  width: 100%;
  height: auto;
}

.submenu-title {
  background-color: #F2F2F2;
  padding: 0 15px 0 60px;
}
.submenu-title:before {
  display: block;
  position: absolute;
  margin-top: 2px;
  transform: rotate(180deg);
  right: unset !important;
  left: 15px;
  content: url("../images/IK_sipka.svg");
}

/*###########*/
/* MAIN CONTENT */
.section-top {
  padding: 35px 0;
  background: #F2F2F2;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.section-top .top {
  display: flex;
  align-items: center;
}
.section-top .top h1.heading {
  font-size: 42px;
  max-width: 450px;
  width: 100%;
  margin-right: 90px;
}
.section-top .top p {
  max-width: 570px;
  margin-bottom: 0;
}

.tiles {
  margin: 44px 0 90px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.tiles .tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
  background: white;
  color: #1A1A1A;
  text-align: center;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.tiles .tile:hover {
  text-decoration: none;
}
.tiles .tile:hover img {
  transform: scale(1.02);
}
.tiles .tile img {
  transition: 0.15s ease-in-out;
  max-width: 160px;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.tiles .tile span {
  color: #1A1A1A;
  line-height: 22px;
}

.tile-link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 30px 15px;
  min-width: 200px;
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
  grid-column: 5/span 1;
  grid-row: 1/span 2;
}
.tile-link .title {
  font-family: "Barlow-ExtraBold";
  font-size: 26px;
  line-height: 125%;
  color: #000000;
}
.tile-link p {
  font-size: 16px;
  margin-top: 15px;
}
.tile-link .btn.white {
  height: 55px;
}

.partners {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.partners a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 15px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  background-color: white;
}
.partners a img {
  transition: 0.15s ease-in-out;
}
.partners a:hover img {
  transform: scale(1.02);
}

section.process {
  margin: 90px 0;
}

.tiles-process {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.tiles-process .tile {
  padding: 55px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.tiles-process .tile .number {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  font-family: "Barlow-ExtraBold";
  font-size: 26px;
  color: #060606;
  border-radius: 50%;
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
}
.tiles-process .tile .text {
  font-family: "Barlow-Bold";
  text-align: center;
  font-size: 22px;
  line-height: 135%;
  color: #000000;
}
.tiles-process .bg-cross {
  display: block;
  width: 200px;
  height: 200px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  position: absolute;
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
}

section.news {
  padding: 35px 0 80px;
  background: #F2F2F2;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.news-block {
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}

.news-tile {
  display: block;
  position: relative;
  cursor: pointer;
  color: white;
  width: 100%;
  height: 100%;
  max-width: 450px;
  max-height: 450px;
}
.news-tile:hover .title {
  text-decoration: none;
  color: white;
}
.news-tile .inner {
  z-index: 1;
  position: absolute;
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.news-tile .title-category {
  font-family: "Barlow-Bold";
  font-size: 18px;
  line-height: 125%;
  color: #FEC524;
  text-transform: uppercase;
}
.news-tile .title {
  margin: 15px 0;
  font-family: "Barlow-Bold";
  font-size: 26px;
  line-height: 130%;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 100px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
}
.news-tile .time {
  display: flex;
  align-items: center;
  font-family: "Barlow-Medium";
  font-size: 16px;
  color: white;
}
.news-tile .time:before {
  display: block;
  content: url("../images/clock.svg");
  margin-right: 8px;
  margin-top: 5px;
}
.news-tile .img-filter:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(34, 94, 85, 0.1) 10%, rgb(28, 113, 56) 100%);
}
.news-tile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 45px;
}
.btn-row .btn.more {
  margin: 0 auto;
  max-width: 442px;
  grid-area: 1/2;
}

.direction-buttons {
  grid-area: 1/3;
  justify-content: end;
  display: flex;
}
.direction-buttons .btn {
  width: 100%;
  max-width: 142px;
}
.direction-buttons .btn.prev {
  justify-content: flex-start;
}
.direction-buttons .btn.prev:hover .icon {
  color: white;
}
.direction-buttons .btn.next {
  justify-content: space-between;
}
.direction-buttons .btn.next .icon {
  color: white;
  transform: rotate(180deg);
}

.top-white {
  position: relative;
  z-index: 1;
  background: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 15px 0 30px;
}

.sticky-bar-container {
  padding-top: 15px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: white;
  z-index: 10;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.sticky-bar .sticky-product {
  display: flex;
  align-items: center;
  flex: 0 0 400px;
  margin-right: 20px;
}
.sticky-bar .sticky-product .product-name {
  font-family: "Barlow-SemiBold";
  text-decoration: none;
  margin-right: 25px;
}
.sticky-bar .sticky-product .price {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.sticky-bar .sticky-product .price span {
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  color: #5B5B5B;
}
.sticky-bar .sticky-product .price span:first-child {
  margin-right: 10px;
  font-family: "Barlow-Bold";
  color: #000000;
}
.sticky-bar .sticky-product .btn {
  font-size: 14px;
  font-family: "Barlow-Bold";
  max-width: 175px;
  height: 35px;
  padding: 0 8px;
}

.sticky-bar-nav {
  padding: 15px 0;
}
.sticky-bar-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sticky-bar-nav ul li a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 16px;
  padding: 8px 0;
  font-family: "Barlow-Bold";
  margin-right: 20px;
  text-decoration: none;
}
.sticky-bar-nav ul li a:hover span {
  text-decoration: none;
}
.sticky-bar-nav ul li a span {
  margin-left: 8px;
  text-decoration: underline;
}
.sticky-bar-nav ul li a .IK_arrow {
  transform: rotate(-90deg);
}
.sticky-bar-nav .number-alone {
  margin-left: 5px;
  text-decoration: none;
}
.sticky-bar-nav .icn {
  width: 25px;
  height: 25px;
}

.category-top.detail {
  box-shadow: none;
}

.category-top {
  position: relative;
  /*z-index: 1;*/
  background: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  padding: 15px 0 30px;
}
.category-top .wrapper {
  max-width: 850px;
  margin: 0 auto;
}
.category-top .wrapper p {
  font-size: 18px;
  font-family: "Barlow-Medium";
}
.category-top .btn.spec {
  max-width: 284px;
  margin: 20px auto;
}

.category-title {
  display: block;
  color: #257A41;
  font-size: 26px;
  font-family: "Barlow-Bold";
  text-align: center;
  margin-top: 40px;
  margin-bottom: 15px;
}

.container-products {
  background-color: #F2F2F2;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  padding-top: 25px;
  padding-bottom: 40px;
}

.hidden-paragraph {
  padding: 25px 0 0;
  display: none;
}

.show-more-text {
  cursor: pointer;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #257A41;
  font-size: 18px;
  font-family: "Barlow-Medium";
}
.show-more-text .icon {
  transition: 0.15s ease-in-out;
  transform: rotate(-90deg);
  margin-left: 4px;
}

.show-more-text.active .icon {
  transform: rotate(90deg);
}

.product-types {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}
.product-types .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 10px 10px;
  background: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.product-types .item:hover img {
  transform: scale(1.025);
}
.product-types .item:hover span {
  text-decoration: underline;
}
.product-types .item img {
  width: 100%;
  height: auto;
  max-width: 60px;
  max-height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  margin-right: 10px;
  transition: 0.15s ease-in-out;
}
.product-types .item span {
  font-size: 16px;
  line-height: 110%;
  font-family: "Barlow-Medium";
  color: #000000;
}

.manufacturer-wrap.detail {
  margin-top: 20px;
}

.manufacturer-wrap {
  display: grid;
  grid-template-columns: repeat(0, 1fr);
  grid-column-gap: 30px;
  margin-top: 45px;
}
.manufacturer-wrap .product-col .wrap {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}

.shop-wrap {
  display: grid;
  grid-template-columns: minmax(270px, 270px) minmax(0, 1fr);
  grid-column-gap: 30px;
  margin-top: 45px;
}

.filter-col {
  display: block;
}

.filter {
  margin-bottom: 20px;
}
.filter:last-child {
  margin-bottom: 0;
}
.filter .filter-title.active {
  color: #257A41;
}
.filter .filter-title.active .icon {
  color: #257A41;
  transform: rotate(-180deg);
}
.filter .filter-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  line-height: 110%;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  text-decoration: underline;
  color: #1A1A1A;
}
.filter .filter-title:hover {
  text-decoration: none;
}
.filter .filter-title .icon {
  transition: 0.15s ease-in-out;
  color: #1A1A1A;
}
.filter .inner {
  display: none;
}
.filter .container-checkbox {
  margin-top: unset;
  width: 100%;
  margin: 5px 0;
}
.filter .container-checkbox:hover {
  text-decoration: none;
}
.filter .container-checkbox:hover .text span:first-child {
  text-decoration: underline;
}
.filter .container-checkbox .text {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-family: "Barlow-Medium";
}
.filter .container-checkbox .text .quantity {
  font-size: 16px;
  font-family: "Barlow-Regular";
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
}
.active-filters .active-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-right: 6px;
  margin-bottom: 6px;
  background-color: #257A41;
}
.active-filters .active-filter div {
  padding: 8px 15px 5px;
}
.active-filters .active-filter span {
  display: block;
}
.active-filters .active-filter .type {
  color: white;
  font-size: 14px;
  margin: 0;
  font-family: "Barlow-Regular";
}
.active-filters .active-filter .value {
  margin-top: -4px;
  color: #FFD237;
  font-size: 18px;
  font-family: "Barlow-Medium";
}
.active-filters .active-filter .close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 100%;
  background-color: #1C7138;
}
.active-filters .active-filter .close .icon {
  color: #FFD237;
}

.filter-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.sorting.sorting-news {
  display: inline-flex;
  width: 100%;
  max-width: 442px;
  margin-bottom: 0;
}
.sorting.sorting-news .btn-sorting {
  width: 100%;
  box-shadow: unset;
  border: 0;
}
.sorting.sorting-news .btn-sorting div span {
  display: block !important;
}
.sorting.sorting-news .btn-sorting div span:first-child {
  color: #257A41 !important;
  font-size: 14px !important;
  font-family: "Barlow-Regular" !important;
}
.sorting.sorting-news ul {
  top: 50px;
  left: 0;
}
.sorting.sorting-news .IK_sipka {
  position: absolute;
  right: 15px;
}

.sorting {
  position: relative;
  align-self: flex-end;
  margin-bottom: 6px;
}
.sorting .btn-sorting.filters {
  display: none;
  border-right: 0;
}
.sorting .btn-sorting.filters.active {
  border-right: 1px solid #F2F2F2;
}
.sorting .btn-sorting.active {
  border-top: 1px solid #257A41;
  border-left: 1px solid #257A41;
  border-right: 1px solid #257A41;
  border-bottom: 1px solid #F2F2F2;
  background-color: #F2F2F2;
}
.sorting .btn-sorting.active .IK_sipka {
  transform: rotate(-180deg);
}
.sorting .btn-sorting {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  background-color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding: 10px 14px;
  max-height: 58px;
}
.sorting .btn-sorting div {
  margin: 0 30px 0 12px;
}
.sorting .btn-sorting div span {
  display: block;
  color: #000000;
  font-size: 18px;
  font-family: "Barlow-Medium";
  margin-top: -4px;
}
.sorting .btn-sorting div span:first-child {
  color: #257A41;
  font-size: 14px;
  font-family: "Barlow-Regular";
  margin-top: 0px;
}
.sorting .btn-sorting .icon {
  color: #257A41;
  transition: 0.15s ease-in-out;
}
.sorting ul {
  display: none;
  position: absolute;
  background-color: #F2F2F2;
  z-index: 2;
  width: 100%;
  min-width: 230px;
  right: 0;
  border: 1px solid #257A41;
  margin-top: -1px;
}
.sorting ul li {
  border-bottom: 1px solid #D4D4D4;
}
.sorting ul li:last-child {
  border-bottom: 0;
}
.sorting ul li a {
  cursor: pointer;
  padding: 15px 20px;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  line-height: 110%;
  font-family: "Barlow-Medium";
  color: #257A41 !important;
  text-decoration: underline !important;
}
.sorting ul li a:hover, .sorting ul li a.active {
  text-decoration: none !important;
}

.product-col .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}

.contact-cards {
  display: grid;
  grid-template-columns: minmax(0, 573px) minmax(200px, 290px);
  grid-template-areas: "card-1 card-3" "card-2 card-3";
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  margin-top: 60px;
}
.contact-cards .card {
  position: relative;
  z-index: 2;
  background-color: #257A41;
  justify-content: center;
  padding: 50px 80px;
  border-radius: 0;
  border: 0;
}
.contact-cards .card:first-child {
  grid-area: card-1;
}
.contact-cards .card:first-child:before {
  position: absolute;
  z-index: -1;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-color: #257A41;
  transform: rotate(45deg);
}
.contact-cards .card:nth-child(2) {
  grid-area: card-2;
}
.contact-cards .card .person {
  color: #FFD237;
  font-size: 24px;
  font-family: "Barlow-ExtraBold";
}
.contact-cards .card .function {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 18px;
  font-family: "Barlow-Regular";
  padding-left: 35px;
}
.contact-cards .card .function .status {
  position: absolute;
  left: 7px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contact-cards .card .mobile-number {
  text-decoration: none;
}
.contact-cards .card .mobile-number:hover {
  text-decoration: underline;
}
.contact-cards .card .mobile-number, .contact-cards .card .email {
  margin-top: 5px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-family: "Barlow-Bold";
  padding-left: 35px;
}
.contact-cards .card .mobile-number .icon, .contact-cards .card .email .icon {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #FFD237;
}
.contact-cards .tile-link {
  grid-area: card-3;
}
.contact-cards .tile-link .title {
  margin: 25px 0 10px;
}
.contact-cards .tile-link .btn {
  margin-top: 15px;
}

.billing-info {
  margin: 35px 0;
  background-color: #E9E9E9;
  padding: 30px 30px 5px 30px;
}
.billing-info .title {
  display: flex;
  align-items: center;
}
.billing-info .title .icon {
  margin-right: 6px;
}
.billing-info .title span {
  color: #000000;
  font-size: 20px;
  font-family: "Barlow-Bold";
}
.billing-info .billing-table {
  margin-top: 20px;
}
.billing-info .billing-table .t-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid #DDE2E0;
}
.billing-info .billing-table .t-row:first-child {
  border-top: 0;
}
.billing-info .billing-table .t-row span {
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Bold";
}
.billing-info .billing-table .t-row span:first-child {
  font-family: "Barlow-Medium";
  margin-right: 20px;
}

.map {
  position: relative;
  margin-top: 60px;
}
.map .img-map {
  display: block;
  width: 100%;
  margin: 0;
}
.map .popup {
  position: absolute;
  padding-bottom: 15px;
  top: 6px;
  right: 83px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 200px;
  background: white;
  text-decoration: none;
  z-index: 0;
}
.map .popup:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -15px;
  display: block;
  background: white;
  width: 50px;
  height: 50px;
  transform: rotate(45deg);
  z-index: -1;
}
.map .popup img {
  width: 100%;
  height: auto;
  margin: 0;
}
.map .popup .city {
  color: #257A41;
  font-family: "Barlow-ExtraBold";
  font-size: 26px;
  margin-top: 5px;
  margin-bottom: 10px;
}
.map .popup .city:before {
  content: "";
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 44px;
  display: block;
  width: 42px;
  height: 2px;
  background: #257A41;
}
.map .popup .adress {
  color: #000000;
  font-family: "Barlow-Bold";
  font-size: 16px;
}

.panel-section h3 {
  margin-bottom: 15px;
}
.panel-section .panel {
  margin-bottom: 5px;
}
.panel-section .panel:last-child {
  margin-bottom: 0;
}

.panel .panel-heading.active {
  background-color: #E0EBE3;
  border-top: 2px solid #257A41;
  border-left: 2px solid #257A41;
  border-right: 2px solid #257A41;
  border-bottom: 0;
}
.panel .panel-heading.active:hover {
  border-top: 2px solid #257A41;
  border-left: 2px solid #257A41;
  border-right: 2px solid #257A41;
  border-bottom: 0;
}
.panel .panel-heading.active .icon {
  transform: rotate(90deg);
}
.panel .panel-heading {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #B2B2B2;
  background: #FFFFFF;
  padding: 15px 28px;
  min-height: 70px;
  width: 100%;
  line-height: 120%;
  text-decoration: none !important;
  transition: 0.05s ease-in-out;
}
.panel .panel-heading:hover {
  border: 1px solid #257A41;
}
.panel .panel-heading span {
  color: #000000;
}
.panel .panel-heading .icon {
  transition: 0.15s ease-in-out;
  transform: rotate(-90deg);
  margin-left: 15px;
  min-width: 20px;
}
.panel .panel-body {
  display: none;
  padding: 0px 28px 10px;
  background-color: #E0EBE3;
  border-left: 2px solid #257A41;
  border-right: 2px solid #257A41;
  border-bottom: 2px solid #257A41;
}
.panel .panel-body h1, .panel .panel-body h2, .panel .panel-body h3, .panel .panel-body h4, .panel .panel-body h5, .panel .panel-body h6 {
  color: #257A41;
}
.panel .panel-body h1:first-child, .panel .panel-body h2:first-child, .panel .panel-body h3:first-child, .panel .panel-body h4:first-child, .panel .panel-body h5:first-child, .panel .panel-body h6:first-child {
  margin-top: 0;
}
.panel .panel-body p, .panel .panel-body li {
  font-size: 18px;
}

.box-success {
  display: block;
  position: relative;
  color: #000000;
  text-decoration: none;
  margin-bottom: 15px;
  padding: 15px 30px;
  border: 2px solid #257A41;
  background-color: #E0EBE3;
}
.box-success .title {
  display: block;
  font-family: "Barlow-Bold";
  font-size: 16px;
}
.box-success p {
  font-family: "Barlow-Medium";
  font-size: 16px;
  margin: 0;
}

.box-download {
  display: block;
  position: relative;
  color: #000000;
  text-decoration: none;
  margin-bottom: 15px;
}
.box-download:hover .body span {
  text-decoration: none;
}
.box-download .title {
  position: relative;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-family: "Barlow-Bold";
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
  margin-bottom: -2px;
}
.box-download .body {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  height: 80px;
  border: 2px solid #FCB912;
  background-color: #FFF8E1;
}
.box-download .body .icon {
  margin-right: 15px;
  min-width: 29px;
}
.box-download .body span {
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Bold";
  line-height: 120%;
  text-decoration: underline;
}
.box-download .body .delete-upload-file {
  cursor: pointer;
  margin-left: auto;
}
.box-download .body .delete-upload-file:hover .icon {
  transform: scale(1.15);
}
.box-download .body .delete-upload-file .icon {
  margin-right: unset;
  margin-left: 15px;
  min-width: unset;
  color: #FCB912;
  transition: 0.15s ease-in-out;
}

.item-slider-wrap {
  position: relative;
  display: grid;
  grid-template-columns: minmax(35px, 35px) minmax(50px, 1fr) minmax(35px, 35px);
  background: white;
}
.item-slider-wrap .prev, .item-slider-wrap .next {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  width: 35px;
  height: 100%;
}
.item-slider-wrap .next .icon {
  transform: rotate(180deg);
}

.item-slider {
  align-items: center;
  display: flex !important;
  width: 100%;
}
.item-slider img {
  width: 100%;
  height: auto;
  margin: 0;
}

.account {
  text-align: center;
}
.account .user {
  display: block;
  font-family: "Barlow-Bold";
  font-size: 26px;
  color: #257A41;
  margin: 10px 0;
}
.account .link {
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin-bottom: 15px;
}

.tabs-nav .link-tab {
  cursor: pointer;
  font-family: "Barlow-Bold";
  font-size: 16px;
  margin-left: 15px;
}
.tabs-nav .link-tab:first-child {
  margin-left: 0;
}
.tabs-nav .link-tab .icon {
  transform: rotate(-90deg);
}
.tabs-nav .link-tab.active {
  color: #257A41;
}

.cart-3 .container-checkbox:hover {
  text-decoration: none;
}
.cart-3 .login-wrap .container-checkbox {
  padding: 20px 0 20px 32px;
}
.cart-3 .login-wrap .container-checkbox .checkmark {
  top: 23px !important;
  bottom: unset;
  margin: unset;
}
.cart-3 .login-wrap .label-chk {
  font-size: 22px !important;
}
.cart-3 .heading-inputs {
  margin: 25px 0 15px;
}
.cart-3 .btn.primary {
  flex-direction: column;
  font-size: 14px;
  height: 70px !important;
}
.cart-3 .btn.primary .subtext {
  display: block;
  font-family: "Barlow-Regular";
  font-size: 16px;
  text-transform: lowercase;
  letter-spacing: 0;
}
.cart-3 .btn.back {
  max-width: 335px;
}

.login-wrap {
  background: #fff;
  border: 1px solid #B2B2B2;
  padding: 0 30px;
}
.login-wrap .heading-inputs {
  margin: 0;
}
.login-wrap .checkbox-wrap {
  margin-right: 0;
}
.login-wrap .container-checkbox {
  margin-top: 0;
  padding-top: 32px;
  padding-bottom: 32px;
}
.login-wrap .checkmark {
  top: 0 !important;
  bottom: 0 !important;
  margin: auto;
}
.login-wrap label {
  line-height: 110% !important;
}
.login-wrap .label-chk {
  font-family: "Barlow-Bold";
  font-size: 20px !important;
}
.login-wrap .subtext-login {
  display: block;
  font-family: "Barlow-Medium";
  font-size: 16px !important;
  line-height: 120%;
  margin-top: 5px;
  color: #000000;
}
.login-wrap .more-fields {
  padding-bottom: 32px;
}
.login-wrap .link {
  margin: 15px 0;
  text-align: center;
  display: block;
  font-family: "Barlow-Medium";
  font-size: 16px;
  color: #000000;
}

.order-wrap {
  background: white;
  margin-top: 15px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.order-wrap:first-child {
  margin-top: 0;
}
.order-wrap .inner {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(100px, 310px) minmax(200px, 1fr) minmax(250px, 320px);
  grid-column-gap: 30px;
  padding: 25px 30px;
  border-top: 1px solid #B2B2B2;
  border-left: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
}
.order-wrap .order-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.order-wrap .detail {
  border-left: 1px solid #B2B2B2;
  border-right: 1px solid #B2B2B2;
  border-bottom: 1px solid #B2B2B2;
}

.order-price {
  display: flex;
  align-items: center;
}
.order-price .text {
  margin-right: 40px;
  color: #000000;
  font-size: 18px;
  font-family: "Barlow-Bold";
  line-height: 110%;
}
.order-price div {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.order-price .price {
  color: #191919;
  font-size: 24px;
  font-family: "Barlow-SemiBold";
  line-height: 110%;
}
.order-price .price-without-dph {
  margin-top: 5px;
  color: #5B5B5B;
  font-family: "Barlow-Medium";
  font-size: 18px;
  line-height: 110%;
}

.order-number {
  color: #257A41;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  text-decoration: underline;
  line-height: 110%;
}

.order-date {
  margin-top: 5px;
  color: #000000;
  font-family: "Barlow-Medium";
  font-size: 16px;
  line-height: 110%;
}

.order-status.no-pay {
  color: #E36316;
  line-height: 110%;
}
.order-status.no-pay:before {
  content: "";
  min-width: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(255, 130, 55);
  background: linear-gradient(90deg, rgb(255, 130, 55) 0%, rgb(235, 88, 1) 100%);
}

.order-status {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  color: #257A41;
}
.order-status:before {
  display: block;
  content: url("../images/IK_ok.svg");
}
.order-status span {
  margin-left: 10px;
}

.inner-detail {
  padding: 0 15px 30px;
  display: none;
}

.order-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  padding: 25px 37px;
  border: 1px solid #B2B2B2;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.order-item:first-child {
  margin-top: 0;
}
.order-item .left, .order-item .right {
  display: flex;
  align-items: center;
}
.order-item .left {
  max-width: 500px;
  margin-right: 30px;
}

.order-item-info {
  display: flex;
  flex-direction: column;
}

.product-img {
  max-width: 110px;
  max-height: 110px;
  margin-right: 15px;
  min-width: 60px;
}
.product-img img {
  width: 100%;
  height: auto;
}

.product-code {
  color: #000000;
  font-size: 12px;
  font-family: "Barlow-SemiBold";
  line-height: 110%;
  margin-bottom: 10px;
}

.product-name {
  color: #257A41 !important;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  text-decoration: underline;
  line-height: 110%;
}

.order-item-quantity {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #257A41;
  height: 70px;
  width: 70px;
  margin: 0 40px;
}
.order-item-quantity span {
  color: #257A41;
  font-size: 14px;
  font-family: "Barlow-Medium";
}
.order-item-quantity span:first-child {
  font-size: 20px;
  font-family: "Barlow-SemiBold";
}

.item-order-price {
  display: flex;
  flex-direction: column;
  align-items: left;
}
.item-order-price .price {
  color: #191919;
  font-size: 24px;
  font-family: "Barlow-SemiBold";
  line-height: 110%;
}
.item-order-price .price-without-dph {
  margin-top: 5px;
  color: #5B5B5B;
  font-family: "Barlow-Medium";
  font-size: 18px;
  line-height: 110%;
}

.btn-order-detail.active .icon, .btn-item-param.active .icon {
  transform: rotate(90deg);
}

.btn-order-detail, .btn-item-param {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 15px 15px;
  background: #E9E9E9;
  text-decoration: underline;
  color: #000000;
  font-size: 16px;
  font-family: "Barlow-Medium";
}
.btn-order-detail:hover, .btn-item-param:hover {
  text-decoration: none;
}
.btn-order-detail .icon, .btn-item-param .icon {
  transition: 0.15s ease-in-out;
  transform: rotate(-90deg);
}

.cart-item {
  position: relative;
  border: 1px solid #B2B2B2;
  margin-top: 15px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.cart-item .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 37px;
  background-color: #fff;
}
.cart-item .left {
  display: flex;
  align-items: center;
  max-width: 500px;
  margin-right: 30px;
}
.cart-item .right {
  display: flex;
  align-items: center;
}
.cart-item .right > * {
  margin-left: 30px;
}
.cart-item .right > *:first-child {
  margin-left: 0;
}
.cart-item .close {
  position: absolute;
  right: 20px;
  top: 10px;
}

.cart-item-smaller {
  position: relative;
  border: 1px solid #B2B2B2;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
}
.cart-item-smaller:first-child {
  margin-top: 0;
}
.cart-item-smaller .top {
  background-color: white;
  padding: 15px 30px;
}
.cart-item-smaller .top .left {
  display: flex;
  align-items: center;
}
.cart-item-smaller .bottom {
  background-color: #E9E9E9;
  padding: 15px 30px;
  display: grid;
  grid-template-columns: minmax(40px, 0) minmax(100px, 210px) minmax(100px, 140px);
  align-items: center;
  justify-content: space-between;
  grid-column-gap: 15px;
}
.cart-item-smaller .order-item-quantity {
  margin: 0;
}
.cart-item-smaller .item-order-price {
  min-width: 130px;
}
.cart-item-smaller .item-order-price .price {
  font-size: 20px;
}
.cart-item-smaller .item-order-price .price-without-dph {
  font-size: 16px;
}
.cart-item-smaller .set-block.set-block-item {
  box-shadow: none;
}

.cart-item-set-block .left {
  max-width: unset;
  margin-right: 0;
}
.cart-item-set-block .set-block {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.cart-item-set-block .set-block .inner {
  padding: 0;
}
.cart-item-set-block .set-block .product-block {
  margin-right: 0;
  grid-template-columns: repeat(4, 1fr);
}
.cart-item-set-block .set-block .product a {
  color: #257A41;
}
.cart-item-set-block .set-block .set-number {
  left: -37px;
  top: -25px;
}
.cart-item-set-block .right {
  align-items: flex-start;
}
.cart-item-set-block .quantity-input {
  margin-top: 15px;
  margin-left: 32px;
}
.cart-item-set-block .availability {
  justify-content: flex-start;
  margin-bottom: 5px;
}

.selected-item {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #B2B2B2;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  margin-top: 20px;
  background-color: #E9E9E9;
  padding: 15px 30px;
}
.selected-item .icon-wrap {
  width: 80px;
  display: flex;
  align-items: center;
}
.selected-item .typ {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}
.selected-item .typ span {
  color: #000000;
  font-size: 16px;
  line-height: 120%;
  font-family: "Barlow-Bold";
}
.selected-item .typ span:first-child {
  margin-bottom: 8px;
  font-size: 12px;
  font-family: "Barlow-SemiBold";
  text-transform: uppercase;
}
.selected-item .item-order-price {
  min-width: 140px;
  margin-left: auto;
}
.selected-item .item-order-price .price {
  font-size: 20px;
}
.selected-item .item-order-price .price-without-dph {
  font-size: 16px;
}

.product-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.product-info .date, .product-info .delivery {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 120%;
  font-family: "Barlow-Medium";
  color: #000000;
  margin-bottom: 5px;
  min-width: 175px;
  padding-left: 32px;
}
.product-info .date:hover span, .product-info .delivery:hover span {
  text-decoration: none;
}
.product-info .date span, .product-info .delivery span {
  margin-left: 5px;
  font-family: "Barlow-bold";
  text-decoration: underline;
}
.product-info .icon {
  margin-left: 5px;
}

.parameters.detail {
  background-color: #F2F2F2;
  margin-top: 30px;
}
.parameters.detail .parameters-wrap {
  display: block !important;
  padding: 30px;
  margin: unset;
  max-width: unset;
}

.parameters {
  background-color: #E9E9E9;
}
.parameters .btn-item-param.active {
  border-bottom: 1px solid white;
}
.parameters .parameters-wrap {
  display: none;
  padding: 15px;
  max-width: 610px;
  margin: 0 auto;
}
.parameters .title {
  display: flex;
  align-items: center;
  color: #000000;
  font-family: "Barlow-Bold";
}
.parameters .title .icon {
  margin-right: 8px;
}
.parameters .table {
  margin-top: 20px;
  width: 100%;
}
.parameters .table .tab-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #DDE2E0;
  padding: 10px 0;
}
.parameters .table .tab-row:first-child {
  border-top: 0;
}
.parameters .table .tab-row span {
  font-size: 16px;
  line-height: 120%;
  font-family: "Barlow-Bold";
  color: #000000;
  min-width: 150px;
  text-align: right;
}
.parameters .table .tab-row span:first-child {
  font-family: "Barlow-Medium";
  text-align: left;
  margin-right: 20px;
}

.quantity-input {
  display: flex;
}
.quantity-input a, .quantity-input span {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  max-width: 35px;
  height: 70px;
  text-decoration: none;
  font-family: "Barlow-Medium";
  font-size: 25px;
  color: #257A41;
}
.quantity-input .minus {
  border: 1px solid #257A41;
}
.quantity-input .plus {
  border: 1px solid #257A41;
}
.quantity-input .input-wrap {
  position: relative;
  border-top: 1px solid #257A41;
  border-bottom: 1px solid #257A41;
}
.quantity-input .input-wrap .text {
  position: absolute;
  color: #257A41;
  font-family: "Barlow-Medium";
  font-size: 16px;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  text-align: center;
}
.quantity-input input {
  text-align: center;
  padding-bottom: 15px;
  border: 0;
  max-width: 77px;
  height: 100%;
  font-family: "Barlow-SemiBold";
  font-size: 20px;
  color: #257A41;
  background-color: transparent;
}

.cart-summary {
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.cart-summary .right {
  display: flex;
  align-items: center;
}
.cart-summary .right .item-order-price {
  margin-left: 25px;
  margin-right: 37px;
}

.cart2-summary {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart2-summary .right {
  display: flex;
  align-items: center;
}
.cart2-summary .right .item-order-price {
  margin-left: 25px;
  margin-right: 37px;
}

.input-code-wrap {
  display: none;
}
.input-code-wrap .input-code {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.input-code-wrap .field {
  margin-bottom: 0;
  width: auto;
}
.input-code-wrap .field input {
  height: 70px;
  min-width: 230px;
  max-width: 230px;
}
.input-code-wrap .btn {
  min-width: 130px;
  max-width: 130px;
}

.cart-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.cart-navigation .left {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
}
.cart-navigation .left .btn {
  margin-left: 10px;
  min-width: 150px;
}
.cart-navigation .left .btn:first-child {
  margin-left: 0;
}
.cart-navigation .right {
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: flex-end;
}
.cart-navigation .right .btn {
  margin-left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cart-navigation .right .btn:first-child {
  margin-left: 0;
}
.cart-navigation .btn {
  align-self: start;
  width: auto;
}
.cart-navigation .btn.primary {
  max-width: 460px;
  width: 100%;
}

.cart2-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.cart2-navigation .btn.secondary {
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}

.cart-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.cart-title .icon {
  color: #257A41;
  margin-right: 8px;
}

.shared-products .breadcrumb {
  margin-top: 20px;
}
.shared-products .title {
  display: block;
  margin-top: 40px;
  color: #257A41;
  font-size: 38px;
  font-family: "Barlow-ExtraBold";
}

/*### POROVNÁVAČ ###*/
.bunka-text-mobile {
  display: none;
}
.bunka-text-mobile .btn-delete-all {
  max-width: 360px;
}

.porovnej-table {
  margin: 40px 0 80px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
}
.porovnej-table .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.porovnej-table .btn-delete-all {
  margin: 0;
}
.porovnej-table .bunka-text p {
  margin-top: 30px;
  color: #000000;
  font-size: 18px;
  line-height: 32px;
  padding-right: 30px;
  font-family: "Barlow-Regular";
}
.porovnej-table .item img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 200px;
}
.porovnej-table .type {
  margin: 0;
}
.porovnej-table .product-name {
  display: block;
  color: #1A1A1A !important;
  line-height: 125%;
  font-size: 20px;
  margin-top: 30px;
  min-height: 130px;
  padding-bottom: 30px;
}
.porovnej-table .price-block {
  margin: 0;
}
.porovnej-table .price-block .price-without-dph {
  margin-top: 0;
}

.porovnej-table-content {
  margin-left: 289px;
  overflow: auto;
}
.porovnej-table-content table {
  table-layout: fixed;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
}
.porovnej-table-content table .fixed {
  left: 0;
  position: absolute;
  background-color: transparent;
  text-align: left;
  vertical-align: top;
  width: 284px;
  vertical-align: middle;
  height: 75px;
}
.porovnej-table-content table .bunka, .porovnej-table-content table .autospace {
  background-color: #fff;
  position: relative;
  text-align: center;
  width: 284px;
  height: 75px;
}
.porovnej-table-content table .bunka {
  border-top: 1px solid #F2F2F2;
  padding: 0 10px;
}
.porovnej-table-content table .autospace {
  padding: 0;
  width: 100%;
}
.porovnej-table-content table tr .bunka {
  border-right: 5px solid #F2F2F2;
}
.porovnej-table-content thead, .porovnej-table-content tbody {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.porovnej-table-content tbody .fixed {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 13px 50px 13px 15px;
  height: 75px;
  background-color: #FFF;
  font-size: 18px;
  line-height: 120%;
  font-family: "Barlow-SemiBold";
  color: #1A1A1A;
  border-top: 1px solid #E9E9E9;
  height: 100%;
}
.porovnej-table-content tbody .fixed span {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.porovnej-table-content tbody .fixed .icon {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
}
.porovnej-table-content tbody .bunka {
  padding: 0;
  background-color: #FFF;
  font-size: 18px;
  line-height: 120%;
  font-family: "Barlow-SemiBold";
  color: #1A1A1A;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
.porovnej-table-content tbody .bunka .value {
  padding: 13px 15px;
}
.porovnej-table-content tfoot .fixed, .porovnej-table-content tfoot .bunka, .porovnej-table-content tfoot .autospace {
  height: 0px !important;
  background: #F2F2F2;
  border-top: 0;
}

/*### CART STEPS ###*/
.cart-steps {
  margin: 30px auto;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: row wrap;
}
.cart-steps .step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  flex: 1 1 auto;
  text-align: center;
  text-decoration: none;
}
.cart-steps .step:last-child:before {
  display: none;
}
.cart-steps .step:before {
  display: flex;
  align-items: center;
  position: absolute;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: url("../images/IK_sipka.svg");
}
.cart-steps .step span {
  display: block;
  font-family: "Barlow-SemiBold";
  color: #191919;
  font-size: 16px;
  line-height: 100%;
}
.cart-steps .step span br {
  display: none;
}
.cart-steps .step span:first-child {
  font-size: 20px;
  color: #000000;
  font-family: "Barlow-Bold";
  margin-bottom: 5px;
}
.cart-steps .step.current span {
  color: #257A41;
}
.cart-steps .step.active {
  cursor: pointer;
}
.cart-steps .step.active span:first-child {
  text-decoration: underline;
}
.cart-steps .step.active:hover span:first-child {
  text-decoration: none;
}

.product {
  position: relative;
  padding: 5px;
  display: flex;
  flex-direction: column;
  text-align: center;
  height: 100%;
  max-width: 200px;
  background: white;
}
.product img {
  width: 100%;
  height: auto;
  max-width: 110px;
  max-height: 110px;
  margin: 0 auto;
}
.product a {
  position: relative;
  margin-top: 15px;
  color: #1A1A1A;
  line-height: 130%;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
}

.transmission-wrap {
  position: relative;
  padding: 5px 30px;
  margin-top: 10px;
  width: 100%;
  background-color: white;
}
.transmission-wrap .inner {
  overflow: hidden;
}
.transmission-wrap .inner.mask {
  max-height: 800px;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0) 40%);
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgb(0, 0, 0) 40%);
}
.transmission-wrap .inner.show {
  max-height: unset;
  -webkit-mask-image: none;
  mask-image: none;
}
.transmission-wrap .btn {
  display: none;
  max-width: 284px;
  margin: 15px auto 35px;
}
.transmission-wrap .btn.show {
  display: flex;
}
.transmission-wrap .transmission-type-block {
  padding: 25px 0;
}
.transmission-wrap .transmission-type-block:not(:first-child) {
  border-top: 1px solid #DDE2E0;
}
.transmission-wrap .transmission-type-block .name {
  display: block;
  margin-bottom: 10px;
  color: #257A41;
  font-size: 18px;
  font-family: "Barlow-Bold";
  text-transform: uppercase;
}
.transmission-wrap .transmission-type-block .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 20px;
  column-gap: 20px;
  row-gap: 10px;
}
.transmission-wrap .transmission-type-block .list a, .transmission-wrap .transmission-type-block .list span {
  display: block;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  font-family: "Barlow-Medium";
  text-decoration: none;
}
.transmission-wrap .transmission-type-block .list a:hover, .transmission-wrap .transmission-type-block .list span:hover {
  text-decoration: underline;
  color: #257A41;
}
.transmission-wrap .transmission-type-block .list span:hover {
  text-decoration: none;
}

.set-block {
  position: relative;
  padding: 15px 30px;
  margin-top: 10px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.set-block .set-number, .set-block .quantity {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  left: 0;
  top: 0;
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
  font-family: "Barlow-Bold";
  font-size: 16px;
  color: #000000;
}
.set-block .quantity {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-family: "Barlow-Medium";
  font-size: 14px;
  top: unset;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
.set-block .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.set-block .product-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 15px;
  grid-column-gap: 30px;
  margin-right: 15px;
}
.set-block .product + .product:before {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "+";
  font-family: "Barlow-Regular";
  width: 17px;
  height: 17px;
  font-size: 50px;
  color: #257A41;
  left: -24px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.set-block .product-control-box {
  margin-bottom: 0;
  background: white;
  padding: 0;
  min-width: 530px;
}
.set-block .product-control-box .item-order-price .price, .set-block .product-control-box .item-order-price .price-without-dph {
  padding-left: 29px;
}

.set-block.set-block-item {
  margin-top: 0;
  padding: 15px 20px;
}
.set-block.set-block-item .product-block {
  margin-right: 0;
  grid-column-gap: 10px;
  width: 100%;
}
.set-block.set-block-item .inner {
  padding: 0;
}
.set-block.set-block-item .product {
  max-width: unset;
}
.set-block.set-block-item .product a {
  font-size: 14px;
  color: #257A41;
}
.set-block.set-block-item .product img {
  max-width: 80px;
  max-height: 80px;
}
.set-block.set-block-item .product + .product:before {
  font-family: "Barlow-Medium";
  font-size: 30px;
  left: -10px;
  top: -20px;
}

.related-products {
  display: flex;
}

.accordion-nav {
  position: relative;
  width: 284px;
  min-width: 284px;
  margin-right: 5px;
}
.accordion-nav .nav-list .menu-item {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  margin-top: 5px;
}
.accordion-nav .nav-list .menu-item:first-child {
  margin-top: 0;
}
.accordion-nav .nav-list .menu-item a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1A1A1A;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  min-height: 75px;
  height: 100%;
  padding: 0 15px;
  background: white;
  transition: 0.15s ease-in-out;
  text-decoration: none;
}
.accordion-nav .nav-list .menu-item a:hover {
  background: #257A41;
  color: white;
}
.accordion-nav .nav-list .menu-item a:hover .icon {
  color: #FFD237;
}
.accordion-nav .nav-list .menu-item a span {
  line-height: 120%;
}
.accordion-nav .nav-list .menu-item a .icon {
  transform: rotate(180deg);
}
.accordion-nav .nav-list .menu-item a.active {
  background: #257A41;
  color: white;
}
.accordion-nav .nav-list .menu-item a.active .icon {
  color: #FFD237;
}

.menu-item-mobile {
  display: none;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.menu-item-mobile a {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1A1A1A;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  min-height: 75px;
  height: 100%;
  padding: 0 15px;
  background: white;
  transition: 0.15s ease-in-out;
  text-decoration: none;
  min-height: 60px;
}
.menu-item-mobile a:hover {
  background: #257A41;
  color: white;
}
.menu-item-mobile a:hover .icon {
  color: #FFD237;
}
.menu-item-mobile a span {
  line-height: 120%;
}
.menu-item-mobile a .icon {
  transform: rotate(-90deg);
}

.menu-item-mobile.active a {
  background: #257A41;
  color: white;
}
.menu-item-mobile.active a .icon {
  color: #FFD237;
  transform: rotate(90deg);
}

.accordion-items .items-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
}
.accordion-items .direction-buttons {
  margin-top: 15px;
  max-width: 280px;
  margin-left: auto;
}

/*###########*/
.error-page {
  padding: 30px 0 70px;
  text-align: center;
}
.error-page .big-headings {
  display: block;
  font-size: 100px;
  font-family: "Barlow-ExtraBold";
  color: #257A41;
}
.error-page .claim {
  display: block;
  font-size: 30px;
  font-family: "Barlow-Bold";
  color: #257A41;
  margin-top: -15px;
  text-transform: unset;
}
.error-page p {
  margin-top: 10px;
}
.error-page img {
  margin: 50px 0;
  width: 100%;
  height: auto;
}
.error-page .btn {
  margin: 0 auto;
  margin-top: 20px;
  max-width: 670px;
}

.empty-cart {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid #257A41;
  background-color: #E0EBE3;
  padding: 40px 15px 30px;
  width: 100%;
}
.empty-cart .flex {
  display: flex;
  align-items: center;
}
.empty-cart .basket-icon {
  position: relative;
}
.empty-cart .basket-icon .icon {
  color: #257A41;
  margin-right: 15px;
}
.empty-cart .basket-icon .number {
  position: absolute;
  left: -9px;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #27292B;
  border-radius: 50%;
  font-size: 11px;
  font-family: "Barlow-ExtraBold";
  background: rgb(255, 210, 55);
  background: linear-gradient(90deg, rgb(255, 210, 55) 0%, rgb(252, 179, 10) 100%);
}
.empty-cart h3 {
  color: #257A41;
}
.empty-cart .btn {
  max-width: 455px;
  margin-top: 20px;
}

.blok-doprava {
  display: flex;
  background-color: white;
  align-items: center;
  position: relative;
  border: 1px solid #B2B2B2;
  padding: 5px 25px;
  height: 70px;
  margin-bottom: 5px;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.blok-doprava .icon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px !important;
  margin-right: 15px;
  -o-object-fit: contain;
  object-fit: contain;
}
.blok-doprava .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.blok-doprava .typ {
  max-width: 165px;
  width: 100%;
}
.blok-doprava .typ span {
  display: block;
  font-size: 16px;
  color: #000000;
  line-height: 120%;
  font-family: "Barlow-Medium";
}
.blok-doprava .typ span:first-child {
  font-family: "Barlow-Bold";
  color: #000000;
}
.blok-doprava .delivery {
  width: 130px;
  margin: 0 10px;
  cursor: auto !important;
}
.blok-doprava .delivery span {
  display: block;
  font-family: "Barlow-Medium";
  font-size: 16px;
  line-height: 120%;
  text-decoration: none !important;
}
.blok-doprava .delivery span span {
  color: #257A41;
  font-family: "Barlow-Bold";
}
.blok-doprava .item-order-price {
  width: 110px;
  min-width: 110px;
}
.blok-doprava .item-order-price .price {
  color: #191919;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
}
.blok-doprava .item-order-price .price-without-dph {
  color: #5B5B5B;
  font-size: 16px;
  font-family: "Barlow-Medium";
}

/*##### FOOTER #####*/
footer .contact-person {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
}
footer .contact-person .mobile-number {
  position: relative;
  display: flex;
  align-items: center;
  color: #FFD237;
  text-decoration: none;
}
footer .contact-person .mobile-number:hover {
  text-decoration: underline;
}
footer .contact-person .icon {
  position: absolute;
  left: -35px;
  color: #FFD237;
  margin-right: 10px;
}
footer .contact-person .number {
  font-size: 20px;
  font-family: "Barlow-Bold";
  color: #FFD237;
}
footer .contact-person .person {
  position: relative;
  display: flex;
  align-items: center;
}
footer .contact-person .dot {
  position: absolute;
  left: -35px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
footer .contact-person .name {
  font-size: 16px;
  font-family: "Barlow-Regular";
  color: white;
}

.status {
  display: block;
  width: 10px;
  height: 10px;
  min-width: 10px;
  border-radius: 50%;
}

.status.online {
  background: rgb(9, 220, 100);
  background: linear-gradient(90deg, rgb(9, 220, 100) 0%, rgb(0, 255, 110) 100%);
}

.status.away {
  background: rgb(255, 130, 55);
  background: linear-gradient(90deg, rgb(255, 130, 55) 0%, rgb(235, 88, 1) 100%);
}

.contact-strip {
  height: 140px;
  background: linear-gradient(to right, #1C7138 0%, #1C7138 28%, #257A41 28%, #257A41 100%);
}
.contact-strip .container {
  height: 100%;
}
.contact-strip .inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  height: 100%;
  overflow: hidden;
  padding-left: 0;
}
.contact-strip .left {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 390px;
  min-width: 390px;
  background-color: #1C7138;
  height: 100%;
  padding-left: 40px;
}
.contact-strip .left:before {
  position: absolute;
  content: "";
  display: block;
  width: 140px;
  height: 140px;
  background-color: #1C7138;
  transform: rotate(45deg);
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.contact-strip .left .claim-footer {
  position: relative;
  display: block;
  font-size: 26px;
  font-family: "Barlow-Regular";
  color: #FFD237;
  z-index: 1;
}
.contact-strip .left .claim-text {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: "Barlow-Regular";
  color: white;
  z-index: 1;
}
.contact-strip .right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding-left: 100px;
  width: 100%;
  background-color: #257A41;
}

.footer-block {
  padding: 70px 0;
  background: #F2F2F2;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
}
.footer-block .inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
.footer-block .left-col p, .footer-block .left-col span {
  font-family: "Barlow-Medium";
  font-size: 18px;
}
.footer-block .left-col .logo-footer {
  margin-bottom: 10px;
  width: 100%;
  height: auto;
  max-width: 252px;
}
.footer-block .adress-block {
  margin: 40px 0 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 372px;
}
.footer-block .adress-block .adress {
  margin-right: 15px;
}
.footer-block .adress-block .adress span {
  display: block;
}
.footer-block .currency-card-block {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.footer-block .currency-card-block .logos {
  margin-right: 10px;
}
.footer-block .footer-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 15px;
  padding-left: 100px;
  width: 100%;
}
.footer-block .footer-menu .menu-headings, .footer-block .footer-menu .menu-headings-mobile {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 20px;
  font-family: "Barlow-Bold";
}
.footer-block .footer-menu .menu-headings .icon, .footer-block .footer-menu .menu-headings-mobile .icon {
  margin-right: 8px;
  color: #257A41;
  transform: rotate(-90deg);
  transition: 0.15s ease-in-out;
}
.footer-block .footer-menu .menu-headings-mobile {
  display: none;
}
.footer-block .footer-menu ul li {
  margin-top: 10px;
}
.footer-block .footer-menu ul li a {
  color: #000000;
  font-size: 18px;
  font-family: "Barlow-SemiBold";
  text-decoration: underline;
}
.footer-block .footer-menu ul li a:hover, .footer-block .footer-menu ul li a.active {
  text-decoration: none;
}

.copyright {
  color: #070707;
  font-size: 18px;
  font-family: "Barlow-Medium";
  padding: 50px 0;
}
.copyright a {
  color: #070707;
  text-decoration: underline;
}
.copyright a:hover {
  text-decoration: none;
}
.copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.copyright .owner span {
  display: block;
}
.copyright .social-networks {
  display: flex;
  align-items: center;
}
.copyright .social-networks a {
  display: flex;
  align-items: center;
}
.copyright .social-networks a:first-child {
  margin-right: 30px;
}
.copyright .social-networks .icon {
  margin-right: 8px;
}
.copyright .mady-by a {
  color: #257A41 !important;
}

.currency-switch-wrap {
  overflow: hidden;
}

.currency-switch {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.currency-switch .currency-btn {
  display: flex;
  align-items: center;
  padding: 0 6px;
  height: 43px;
  color: #257A41;
  border: 1px solid #257A41;
}
.currency-switch .currency-btn:nth-child(2) {
  margin-left: -1px;
}
.currency-switch .currency-btn:hover {
  text-decoration: none;
}
.currency-switch .currency-btn .icon {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.currency-switch .currency-btn span {
  font-size: 14px;
  font-family: "Barlow-Bold";
}
.currency-switch .currency-btn.active {
  position: relative;
  background-color: #257A41;
  color: white;
  text-decoration: none;
  z-index: 1;
}
.currency-switch .currency-btn.active:before {
  position: absolute;
  content: "";
  display: block;
  width: 43px;
  height: 43px;
  background-color: #257A41;
  transform: rotate(45deg);
  right: -14px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

.news-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  margin-top: 30px;
}

/*###########*/
/*##### IKONY #####*/
.icon {
  display: inline-block;
  vertical-align: initial;
  color: white;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.IK_flag_czk, .IK_flag_svk, .IK_flag_eur {
  width: 26px;
  height: 26px;
}

.IK_sipka {
  width: 9px;
  height: 6px;
}

.IK_clock {
  width: 20px;
  height: 20px;
}

.IK_hledat {
  width: 21px;
  height: 21px;
}

.IK_telefon, .IK_user, .IK_kosik {
  width: 25px;
  height: 25px;
}

.IK_sleva {
  color: #257A41;
}

.IK_mail, .IK_insta, .IK_fb, .IK_osobni_odber {
  width: 25px;
  height: 25px;
}

.IK_alternativa {
  width: 25px;
  height: 25px;
  color: #257A41;
}

.IK_porovnat {
  width: 32px;
  height: 25px;
}

.IK_souvisejici {
  width: 25px;
  height: 25px;
}

.IK_cross {
  width: 14px;
  height: 14px;
  color: #257A41;
}

.IK_fajfka {
  width: 18px;
  height: 14px;
}

.IK_navrh {
  color: #000000;
  width: 80px;
  height: 80px;
}

.IK_settings {
  color: #000000;
  width: 80px;
  height: 80px;
}

.IK_arrow {
  width: 20px;
  height: 8px;
  color: #257A41;
}

.IK_sorting {
  width: 16px;
  height: 20px;
  color: #257A41;
}

.IK_filter {
  width: 20px;
  height: 20px;
  color: #257A41;
}

.IK_prislusenstvi {
  width: 22px;
  height: 25px;
  color: #257A41;
}

.IK_faktura {
  width: 20px;
  height: 25px;
  color: #257A41;
}

.IK_pdf {
  width: 29px;
  height: 39px;
}

.IK_info {
  min-width: 16px;
  width: 16px;
  height: 16px;
}

.IK_gls {
  width: 50px;
  height: 13px;
}

.IK_ppl {
  width: 50px;
  height: 11px;
}

.IK_kreditka {
  width: 25px;
  height: 25px;
}

.IK_dobirka {
  width: 26px;
  height: 25px;
}

.IK_nahrada {
  width: 24px;
  height: 25px;
}

.IK_prislusenstvi {
  width: 25px;
  height: 25px;
}

#IK_prevodovky {
  width: 25px;
  height: 25px;
}

/*###########*/
/* MEDIA QUERIES */
@media (min-width: 3000px) {
  .contact-strip {
    background: linear-gradient(to right, #1C7138 0%, #1C7138 38%, #257A41 38%, #257A41 100%);
  }
}
@media (max-width: 1400px) {
  header .search-strip .menu-icons a {
    margin-left: 30px;
  }
  header .main-menu .menu-link {
    margin-right: 18px;
  }
  .product-card.spec .tile-link .title {
    font-size: 20px;
  }
  .product-card.spec .tile-link p {
    margin-top: 0;
  }
}
@media (max-width: 1260px) {
  .sticky-bar-container {
    padding-top: 0;
  }
  .sticky-product {
    display: none !important;
  }
  .product a {
    font-size: 16px;
  }
  .set-block .product-control-box {
    min-width: 340px;
  }
  .set-block .product-control-box .top {
    grid-template-columns: minmax(150px, 150px) minmax(0, 1fr);
    grid-template-areas: "currency price" "quantity info" "btn btn";
  }
  .set-block .product-control-box .availability {
    justify-content: flex-start;
  }
  .set-block .product-control-box .item-order-price .price, .set-block .product-control-box .item-order-price .price-without-dph {
    padding-left: 0;
  }
  .product-control-box .top {
    grid-template-columns: minmax(150px, 150px) minmax(0, 1fr) minmax(160px, 1fr);
  }
  .product-control-box .product-info .IK_fajfka {
    margin-left: 0;
  }
  .product-control-box .product-info .date, .product-control-box .product-info .delivery {
    padding-left: 0;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .two-col-grid {
    grid-column-gap: 20px;
  }
  .accordion-nav .nav-list li a {
    font-size: 16px;
  }
  .accordion-items .items-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-control-box .item-order-price {
    padding-left: 4px;
  }
  .product-control-box .item-order-price .price {
    font-size: 20px;
  }
  .product-control-box .item-order-price .price-without-dph {
    font-size: 14px;
  }
  .detail-product h3 {
    font-size: 22px;
  }
  .detail-product p {
    font-size: 16px;
  }
  .detail .box-download .body span {
    font-size: 14px;
  }
  .parameters.detail .parameters-wrap {
    padding: 15px;
  }
  .parameters.detail .table span {
    font-size: 14px;
  }
  .alternative-box {
    padding: 15px;
  }
  .cart-item .inner {
    padding: 25px 20px;
  }
  .cart-item .right > * {
    margin-left: 20px;
  }
  .cart-item .item-order-price .price {
    font-size: 20px;
  }
  .cart-item .item-order-price .price-without-dph {
    font-size: 14px;
  }
  .cart-item .product-info .date, .cart-item .product-info .delivery {
    font-size: 14px;
  }
  .cart-item-smaller .bottom {
    grid-column-gap: 10px;
    grid-template-columns: minmax(40px, 70px) minmax(100px, 210px) minmax(100px, 100px);
  }
  .cart-item-smaller .order-item-quantity {
    width: 50px;
    height: 60px;
  }
  .cart-item-smaller .availability span {
    font-size: 14px;
  }
  .cart-item-smaller .product-info .date, .cart-item-smaller .product-info .delivery {
    font-size: 14px;
  }
  .cart-item-smaller .item-order-price {
    min-width: unset;
  }
  .cart-item-smaller .item-order-price .price {
    font-size: 16px;
  }
  .cart-item-smaller .item-order-price .price-without-dph {
    font-size: 14px;
  }
  .cart-item-set-block .left {
    max-width: unset;
    margin-right: 0;
  }
  .cart-item-set-block .set-block .set-number {
    left: -20px;
  }
  .selected-item .typ span {
    font-size: 14px;
  }
  .selected-item .item-order-price {
    min-width: 98px;
  }
  .selected-item .item-order-price .price {
    font-size: 16px;
  }
  .selected-item .item-order-price .price-without-dph {
    font-size: 14px;
  }
  .blok-doprava {
    padding: 5px 15px;
  }
  .blok-doprava .typ {
    max-width: 140px;
  }
  .blok-doprava .typ span {
    font-size: 14px;
  }
  .blok-doprava .delivery span {
    font-size: 14px;
  }
  .blok-doprava .item-order-price .price {
    font-size: 16px;
  }
  .blok-doprava .item-order-price .price-without-dph {
    font-size: 14px;
  }
  .blok-radio-btn {
    padding: 5px 5px 5px 60px;
  }
  .blok-radio-btn .typ {
    max-width: 140px;
  }
  .blok-radio-btn .typ span {
    font-size: 14px;
  }
  .blok-radio-btn .delivery span {
    font-size: 14px;
  }
  .blok-radio-btn .item-order-price .price {
    font-size: 16px;
  }
  .blok-radio-btn .item-order-price .price-without-dph {
    font-size: 14px;
  }
  .cart2-summary .right {
    margin-left: 15px;
  }
  .cart2-summary .right .item-order-price {
    margin-left: 10px;
    margin-right: 12px;
  }
  .cart2-summary .right .item-order-price .price {
    font-size: 22px;
  }
  .cart2-summary .right .item-order-price .price-without-dph {
    font-size: 16px;
  }
  .cart-summary .right .item-order-price {
    margin-right: 20px;
  }
  .cart-summary .right .item-order-price .price {
    font-size: 20px;
  }
  .cart-summary .right .item-order-price .price-without-dph {
    font-size: 14px;
  }
  .accessories-card .title {
    font-size: 18px;
    height: 40px;
  }
  .product-card .product-name {
    font-size: 18px;
    min-height: 95px;
    height: 95px;
  }
  header .search-strip .menu-icons a {
    margin-left: 20px;
  }
  header .search-strip .menu-icons .number {
    left: -6px;
    bottom: -6px;
  }
  header .main-menu .menu-link {
    margin-right: 12px;
    font-size: 12px;
  }
  header .main-menu .menu-link svg {
    width: 6px !important;
    height: 4px !important;
  }
  header .big-menu {
    top: 184px;
    grid-template-columns: repeat(4, 1fr);
    padding: 50px;
  }
  header .big-menu a.category {
    font-size: 16px;
    line-height: 18px;
  }
  header .big-menu .sub-categories a {
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
  }
  .search-results-block .search-results .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-col .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .section-top .top h1 {
    margin-right: 45px;
  }
  .news-tile .inner {
    padding: 20px 30px;
  }
  .news-tile .title {
    font-size: 22px;
    height: 88px;
  }
  .btn-row {
    grid-column-gap: 25px;
  }
  .contact-strip {
    height: auto;
    padding: 25px 0;
    background: #257A41;
  }
  .contact-strip .inner {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 15px;
  }
  .contact-strip .left {
    width: 100%;
    text-align: center;
    background: #257A41;
  }
  .contact-strip .left:before {
    display: none;
  }
  .contact-strip .right {
    padding-left: unset;
  }
  .contact-strip .contact-person {
    align-items: center;
  }
  .contact-strip .contact-person .icon, .contact-strip .contact-person .dot {
    position: relative !important;
    left: unset !important;
  }
  .footer-block .inner {
    grid-column-gap: 45px;
  }
  .footer-block .footer-menu {
    padding-left: 0;
  }
  .footer-block .footer-menu .menu-headings, .footer-block .footer-menu .menu-headings-mobile {
    font-size: 18px;
  }
  .footer-block .footer-menu ul li a {
    font-size: 16px;
  }
  .footer-block .left-col p, .footer-block .left-col span {
    font-size: 16px;
  }
}
@media (min-width: 993px) {
  .mobile-menu-wrap {
    display: none !important;
  }
  .mobile-menu-overlay {
    display: none !important;
  }
  .filters-wrap {
    display: block !important;
  }
  .btn-confirm {
    display: none !important;
  }
}
@media (max-width: 992px) {
  .transmission-wrap .transmission-type-block .list {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-card.spec .tile-link {
    padding: 20px 15px;
  }
  .product-card.spec .tile-link .IK_settings {
    width: 60px;
    height: 60px;
  }
  .product-card.spec .tile-link .title {
    font-size: 18px;
  }
  .product-card.spec .tile-link p {
    font-size: 14px;
  }
  .product-card.spec .tile-link .btn {
    font-size: 12px;
  }
  .btn-confirm {
    display: block;
  }
  .map {
    position: relative;
    margin-top: 0;
  }
  .map .popup {
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
  }
  .error-page {
    padding: 30px 0 50px;
  }
  .error-page .big-headings {
    font-size: 80px;
  }
  .error-page .claim {
    font-size: 24px;
  }
  .error-page p {
    margin-top: 10px;
  }
  .error-page img {
    margin: 30px 0;
  }
  .error-page .btn {
    margin-top: 10px;
  }
  .two-col-grid {
    grid-column-gap: 10px;
  }
  .accordion-nav {
    width: 100%;
    min-width: 220px;
    max-width: 220px;
  }
  .product a {
    font-size: 14px;
  }
  .set-block .product-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .set-block .product:nth-child(3):before {
    display: none;
  }
  .set-block.set-block-item .product-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .set-block.set-block-item .product:nth-child(3):before {
    display: none;
  }
  .product-control-box .top {
    grid-column-gap: 5px;
    grid-template-columns: minmax(150px, 150px) minmax(0, 1fr);
    grid-template-areas: "currency price" "quantity info" "btn btn";
  }
  .product-control-box .item-order-price {
    text-align: right;
  }
  .product-control-box .product-info {
    margin-left: auto;
    align-items: flex-end;
    max-width: 150px;
  }
  .product-control-box .product-info .date, .product-control-box .product-info .delivery {
    font-size: 12px;
    padding-left: 0;
    justify-content: flex-end;
  }
  .product-control-box .bottom {
    align-items: flex-start;
  }
  .product-control-box .bottom a {
    position: relative;
    width: 33%;
    flex-direction: column;
    text-align: center;
  }
  .product-control-box .bottom a .icon {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .product-control-box .bottom a .text {
    font-size: 14px;
  }
  .product-control-box .bottom a .number {
    position: absolute;
    top: -7px;
    margin-left: 26px;
  }
  .body-overlay {
    display: none;
  }
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  .checkbox-wrap.heading label {
    font-size: 20px;
  }
  .claim {
    font-size: 16px;
  }
  .padding-left-col {
    padding-left: 20px;
  }
  .padding-right-col {
    padding-right: 20px;
  }
  .mobile-menu-toggler {
    display: flex;
  }
  .container-menu {
    padding: 0;
  }
  .search-bar {
    position: relative;
    z-index: 14;
    width: 100%;
    max-width: unset;
    order: 3;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  }
  .search-bar #search-input {
    padding: 0 30px 0 60px;
    font-size: 14px;
    height: 50px;
  }
  .search-bar button {
    background: none;
    right: unset;
    left: 0;
  }
  .accessories-card .title {
    font-size: 16px;
  }
  .search-results-block {
    top: 100px;
  }
  .search-results-block .search-results .wrap {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 0px;
    grid-column-gap: 0px;
  }
  .search-results-block .product-card {
    padding: 10px 15px;
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 5px;
    grid-template-columns: minmax(100px, 120px) minmax(170px, 1fr) minmax(100px, 160px);
    grid-template-areas: "img-box type availability" "img-box product-name price-block";
    max-width: unset;
    border-bottom: 1px solid #DDE2E0;
    text-align: left;
  }
  .search-results-block .product-card .tag {
    display: none;
  }
  .search-results-block .product-card .img-box {
    grid-area: img-box;
  }
  .search-results-block .product-card .type {
    grid-area: type;
    margin: 0;
    align-self: flex-end;
  }
  .search-results-block .product-card .product-name {
    grid-area: product-name;
    height: auto;
    min-height: unset;
    margin: 0;
    font-size: 16px;
  }
  .search-results-block .product-card .availability {
    position: relative;
    display: flex;
    align-items: center;
    background-color: white;
    padding: 0;
    top: unset;
    left: unset;
    grid-area: availability;
    justify-content: end;
    align-items: flex-end;
  }
  .search-results-block .product-card .availability span {
    font-size: 16px;
    line-height: 110%;
    text-align: right;
    color: #257A41;
  }
  .search-results-block .product-card .availability .icon {
    margin-bottom: 2px;
    color: #257A41;
  }
  .search-results-block .product-card .availability.out-of-stock span {
    color: #FFD237;
  }
  .search-results-block .product-card .price-block {
    margin: 0;
    justify-content: start;
    text-align: right;
    grid-area: price-block;
  }
  .search-results-block .product-card .price-block .price {
    font-size: 20px;
  }
  .search-results-block .product-card .price-block .price-without-dph {
    margin-top: 1px;
    font-size: 16px;
    line-height: 110%;
  }
  .search-results-block .product-card .compare {
    display: none;
  }
  header .top-menu {
    display: none;
  }
  header .search-strip {
    display: grid;
    grid-template-columns: minmax(80px, 1fr) minmax(220px, 260px);
    grid-column-gap: 20px;
    grid-template-areas: "logo icons" "search-bar search-bar";
    padding: 0;
  }
  header .search-strip .logo {
    grid-area: logo;
    padding-left: 15px;
    margin-right: 0;
  }
  header .search-strip .logo img {
    max-width: 150px;
    min-width: unset;
  }
  header .search-strip .menu-icons {
    grid-area: icons;
  }
  header .search-strip .menu-icons .number {
    left: 8px;
    bottom: 5px;
  }
  header .search-strip .menu-icons .basket-price {
    display: none;
  }
  header .search-strip .menu-icons a {
    display: flex;
    justify-content: center;
    height: 50px;
    width: 50px;
    margin: 0 !important;
  }
  header .search-strip .menu-icons a:hover .icon {
    margin-top: 0;
  }
  header .search-strip .search-bar {
    grid-area: search-bar;
  }
  header .menu-strip {
    display: none;
  }
  .section-top .top {
    flex-direction: column;
    align-items: flex-start;
  }
  .section-top .top h1.heading {
    font-size: 34px;
    margin-right: 0;
  }
  .tiles {
    margin: 30px 0 45px;
  }
  .tiles .tile {
    padding: 15px;
  }
  .tiles .tile span {
    line-height: 18px;
  }
  .tiles .tile-link {
    padding: 40px 15px 15px;
    grid-row: 1/span 3;
  }
  .tiles .tile-link .title {
    font-size: 20px;
  }
  .tiles .tile-link p {
    font-size: 14px;
  }
  section.process {
    margin: 30px 0;
  }
  .tiles-process .tile {
    padding: 40px 15px;
  }
  .tiles-process .tile .number {
    font-size: 24px;
  }
  .tiles-process .tile .text {
    font-size: 20px;
  }
  .news-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }
  .news-tile .inner {
    padding: 20px 25px;
  }
  .news-tile .title-category {
    font-size: 16px;
  }
  .news-tile .title {
    font-size: 18px;
    height: 70px;
  }
  .category-top p {
    font-size: 16px;
  }
  .category-title {
    font-size: 24px;
  }
  .shop-wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 30px;
    margin-top: 30px;
  }
  .filter-row {
    flex-direction: column-reverse;
    margin-bottom: 15px;
  }
  .sorting {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
  }
  .sorting .btn-sorting {
    height: 50px;
    border: 1px solid #257A41;
    width: 50%;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  }
  .sorting .btn-sorting .IK_sipka {
    position: absolute;
    right: 15px;
  }
  .sorting .btn-sorting div .text {
    display: block !important;
    font-size: 16px !important;
    font-family: "Barlow-Medium" !important;
    color: #1A1A1A !important;
  }
  .sorting .btn-sorting div span {
    display: none !important;
  }
  .sorting .btn-sorting.sort {
    margin-left: auto;
  }
  .sorting .btn-sorting.active {
    box-shadow: none !important;
  }
  .sorting .btn-sorting.filters {
    display: flex;
  }
  .sorting ul {
    top: 50px;
  }
  .filter-col {
    position: absolute;
    z-index: 2;
    width: 100%;
  }
  .filter-col .filters-wrap {
    display: none;
    position: absolute;
    width: 100%;
    margin-top: -15px;
    background-color: #F2F2F2;
    border: 1px solid #257A41;
    border-top: 0;
    min-width: 230px;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .filter-col .filters-wrap .filter {
    margin: 20px 0px;
    padding: 0 15px;
  }
  .filter-col .filters-wrap .price-range-values-block {
    max-width: 260px;
  }
  .filter-col .sorting {
    width: 100%;
  }
  .manufacturer-wrap .product-col .wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-col .wrap {
    grid-template-columns: repeat(4, 1fr);
  }
  .accessories-card {
    padding: 20px 15px;
  }
  .product-card {
    padding: 20px 15px;
  }
  .product-card .tag {
    font-size: 14px;
    padding: 5px 8px;
  }
  .product-card .product-name {
    font-size: 16px;
    min-height: 85px;
    height: 85px;
  }
  .product-card .availability {
    top: 44px;
    padding: 5px 8px;
  }
  .product-card .availability span {
    font-size: 14px;
  }
  .product-card .price-block .price {
    font-size: 22px;
  }
  .product-card .price-block .price-without-dph {
    font-size: 16px;
  }
  .product-types {
    grid-template-columns: repeat(4, 1fr);
  }
  .order-wrap .text {
    font-size: 16px;
  }
  .order-status {
    font-size: 16px;
  }
  .order-price .price {
    font-size: 22px;
  }
  .order-price .price-without-dph {
    font-size: 16px;
  }
  .order-number {
    font-size: 16px;
  }
  .order-date {
    font-size: 14px;
  }
  .order-item {
    padding: 25px 15px;
  }
  .product-name {
    font-size: 16px;
  }
  .order-item-quantity {
    margin: 0 15px;
  }
  .item-order-price .price {
    font-size: 22px;
  }
  .item-order-price .price-without-dph {
    font-size: 16px;
  }
  .cart-steps .step span {
    font-size: 14px;
  }
  .cart-steps .step span:first-child {
    font-size: 18px;
  }
  .cart-item .inner {
    flex-direction: column;
  }
  .cart-item .inner .left {
    max-width: unset;
    margin-right: 0;
    width: 100%;
  }
  .cart-item .inner .right {
    width: 100%;
    justify-content: space-between;
  }
  .cart-item-smaller .top {
    padding: 15px 15px;
  }
  .cart-item-smaller .bottom {
    padding: 15px 15px;
    grid-column-gap: 5px;
    grid-template-columns: minmax(0px, 12px) minmax(0px, 158px) minmax(0px, 95px);
  }
  .cart-item-smaller .order-item-quantity {
    width: 30px;
    height: 50px;
  }
  .cart-item-smaller .availability span {
    font-size: 12px;
  }
  .cart-item-smaller .product-info .date, .cart-item-smaller .product-info .delivery {
    font-size: 12px;
  }
  .cart-item-smaller .item-order-price .price {
    font-size: 14px;
  }
  .cart-item-smaller .item-order-price .price-without-dph {
    font-size: 12px;
  }
  .cart-item-smaller .order-item-quantity span:first-child {
    font-size: 16px;
  }
  .cart-item-set-block .left {
    max-width: unset;
    margin-right: 0;
  }
  .cart-item-set-block .set-block .set-number {
    left: -20px;
  }
  .cart-item-set-block .right {
    margin-top: 25px;
    justify-content: flex-end !important;
  }
  .cart-item-set-block .right .flex {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
    width: 63%;
  }
  .cart-item-set-block .quantity-input {
    margin-top: 0;
    margin-left: 0;
  }
  .cart-item-set-block .quantity-input .minus, .cart-item-set-block .quantity-input .plus {
    height: 100%;
  }
  .cart-item-set-block .product-info {
    margin-left: 32px;
  }
  .selected-item {
    padding: 15px;
  }
  .selected-item .typ span {
    font-size: 12px;
  }
  .selected-item .item-order-price {
    min-width: 94px;
  }
  .selected-item .item-order-price .price {
    font-size: 14px;
  }
  .selected-item .item-order-price .price-without-dph {
    font-size: 12px;
  }
  .cart2-summary {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 20px;
  }
  .cart2-summary .right .item-order-price {
    margin-left: 10px;
    margin-right: 12px;
  }
  .cart2-summary .right .item-order-price .price {
    font-size: 20px;
  }
  .cart2-summary .right .item-order-price .price-without-dph {
    font-size: 14px;
  }
  .cart-3 .login-wrap .label-chk {
    font-size: 20px !important;
  }
  .blok-radio-btn {
    padding: 5px 5px 5px 45px;
  }
  .blok-radio-btn .container-radioButton .checkmark {
    left: 10px;
  }
  .blok-radio-btn .icon-wrap {
    width: 30px !important;
  }
  .blok-radio-btn .typ {
    width: 80px;
    margin-right: 5px;
  }
  .blok-radio-btn .typ span {
    font-size: 12px;
  }
  .blok-radio-btn .delivery {
    width: 80px;
  }
  .blok-radio-btn .delivery span {
    font-size: 12px;
  }
  .blok-radio-btn .item-order-price {
    width: 90px;
    min-width: unset;
  }
  .blok-radio-btn .item-order-price .price {
    font-size: 14px;
  }
  .blok-radio-btn .item-order-price .price-without-dph {
    font-size: 12px;
  }
  .footer-block .inner {
    grid-template-columns: 1fr;
    grid-row-gap: 25px;
  }
  .footer-block .left-col {
    order: 2;
    text-align: center;
    margin: 0 auto;
  }
  .footer-block .left-col .logo-foote {
    margin: 0 auto 10px;
  }
  .footer-block .adress-block .adress {
    text-align: left;
  }
  .footer-block .currency-card-block {
    justify-content: center;
  }
  .footer-block .footer-menu div {
    display: grid;
    justify-content: center;
    align-items: start;
    grid-template-rows: auto 1fr;
  }
  .copyright {
    text-align: center;
  }
  .copyright .container {
    flex-direction: column;
  }
  .copyright .social-networks, .copyright .mady-by {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .transmission-wrap .transmission-type-block .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .accordion-nav {
    display: none !important;
  }
  .menu-item-mobile {
    display: block;
  }
  .accordion-items .direction-buttons {
    display: none;
  }
  .accordion-items .items-wrap {
    margin-bottom: 5px;
  }
  .pagination {
    grid-column-gap: 15px;
  }
  .pagination .btn {
    padding: 0 10px;
  }
  .cart-3 .login-wrap .label-chk {
    font-size: 18px !important;
  }
  .cart-3 .checkbox-wrap.heading .checkmark {
    top: 3px;
  }
  .two-col-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .accordion-nav {
    width: 100%;
    min-width: unset;
    max-width: unset;
    margin-right: 0;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  }
  .accordion-nav .nav-list .menu-item {
    margin-top: -1px;
    box-shadow: none;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }
  .accordion-nav .nav-list .menu-item a {
    min-height: 60px;
  }
  .accordion-nav .nav-list .menu-item a .icon {
    transform: rotate(-90deg);
  }
  .accordion-nav .nav-list .menu-item a.active .icon {
    transform: rotate(90deg);
  }
  .scroll-offset {
    padding-top: 35px;
    margin-top: 0 !important;
  }
  .category-top.detail {
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
  }
  .sticky-bar-container {
    display: none;
  }
  .heading-icon.detail {
    margin: 30px 0 20px;
  }
  .accessories-card img {
    max-width: 120px;
  }
  .accessories-card .title {
    margin-top: 10px;
  }
  .product a {
    font-size: 12px;
  }
  .set-block .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .set-block .product-block {
    margin-right: 0;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 25px;
  }
  .set-block .product:nth-child(3)::before {
    display: flex;
  }
  .set-block .product-control-box {
    width: 100%;
  }
  .set-block .product-control-box .top {
    grid-template-columns: minmax(150px, 150px) minmax(0, 1fr) minmax(170px, 1fr);
    grid-template-areas: "currency price info" "quantity btn btn";
  }
  .set-block .product-control-box .availability span {
    font-size: 14px;
    line-height: 120%;
  }
  .set-block .product-control-box .item-order-price .price, .set-block .product-control-box .item-order-price .price-without-dph {
    padding-left: 29px;
  }
  .product-control-box .top {
    grid-template-columns: minmax(150px, 150px) minmax(0, 1fr) minmax(170px, 1fr);
    grid-template-areas: "currency price info" "quantity btn btn";
  }
  .product-control-box .item-order-price {
    text-align: left;
  }
  .product-control-box .product-info {
    margin-right: 15px;
    align-items: flex-start;
  }
  .product-control-box .product-info .date, .product-control-box .product-info .delivery {
    padding-left: 27px;
    justify-content: flex-start;
  }
  .product-control-box .btn {
    height: 70px !important;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  h4 {
    font-size: 18px;
  }
  .login-wrap .label-chk {
    font-size: 18px !important;
  }
  .checkbox-wrap.heading label {
    font-size: 18px;
  }
  .btn {
    height: 50px !important;
  }
  .buttons.prislusenstvi .btn-delete-all {
    height: 50px !important;
  }
  .padding-left-col, .padding-right-col, .padding {
    padding: 0 20px;
  }
  .heading.margin {
    margin: 20px 0;
  }
  .two-col {
    flex-direction: column;
  }
  .two-col .col {
    max-width: unset;
  }
  .two-col .col:first-child {
    margin-right: unset;
    margin-bottom: 30px;
  }
  .section-top {
    padding: 30px 0;
  }
  .section-top .top h1.heading {
    font-size: 28px;
  }
  .modal .modal-header .modal-title {
    font-size: 18px;
    line-height: 1.2;
  }
  .modal#modal-contact .modal-title span:nth-child(2) {
    margin-top: 0;
    font-size: 14px;
  }
  .modal#modal-contact .contact-block .mobile-number .number {
    font-size: 18px;
    width: 100px;
  }
  .tiles {
    margin: 30px 0;
    grid-template-columns: repeat(4, 1fr);
  }
  .tiles .tile img {
    max-width: 120px;
  }
  .tiles .tile span {
    line-height: 16px;
  }
  .tiles .tile-link {
    margin-top: 20px;
    padding: 20px 15px 15px;
    grid-column: 1/span 4;
    grid-row: unset;
  }
  .tiles .tile-link .title {
    margin-top: 10px;
  }
  .tiles .tile-link p {
    font-size: 14px;
  }
  .info .col:first-child {
    margin-bottom: 0;
  }
  .partners {
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .tiles-process {
    grid-template-columns: repeat(4, 1fr);
  }
  .tiles-process .tile {
    padding: 30px 15px;
  }
  .tiles-process .tile .number {
    width: 55px;
    height: 55px;
    font-size: 22px;
  }
  .tiles-process .tile .text {
    font-size: 18px;
  }
  .tiles-process .bg-cross {
    width: 50px;
    height: 100px;
  }
  .news-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  section.news p {
    margin-bottom: 0;
  }
  .news-block.news-slider {
    margin: 0;
  }
  .contact-cards {
    grid-template-columns: minmax(0, 573px) minmax(0px, 290px);
  }
  .contact-cards .card {
    padding: 25px 20px;
  }
  .contact-cards .card .person {
    font-size: 18px;
  }
  .contact-cards .card .function {
    font-size: 16px;
    margin-top: 15px;
  }
  .contact-cards .card .mobile-number, .contact-cards .card .email {
    margin-top: 15px;
    font-size: 16px;
  }
  .contact-cards .tile-link .title {
    font-size: 22px;
  }
  .billing-info .billing-table .t-row {
    flex-direction: column;
  }
  .billing-info .billing-table .t-row span {
    align-self: flex-end;
  }
  .billing-info .billing-table .t-row span:first-child {
    align-self: flex-start;
  }
  .search-results-block {
    padding-top: 0;
    background: #FFFFFF;
  }
  .search-results-block .container {
    padding: 0;
  }
  .search-results-block .left-col {
    padding: 0 15px;
  }
  .search-results-block .close {
    display: none;
  }
  .search-results-block .search-result-text {
    display: none;
  }
  .search-results-block .inner {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    margin-top: 0;
  }
  .search-results-block .inner .left-col {
    order: 2;
  }
  .search-results-block .product-card {
    box-shadow: none;
  }
  .search-results-block .pagination {
    display: none;
  }
  .search-results-block .btn.show-more {
    margin: 25px auto;
  }
  .search-results-block .result-type-block .result-type {
    font-size: 20px;
  }
  .search-results-block .result-type-block a {
    font-size: 16px;
  }
  .btn-row {
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 25px;
  }
  .btn-row .btn.more {
    grid-area: 2/1;
  }
  .btn-row .direction-buttons {
    justify-content: center;
    grid-area: 1/1;
  }
  .category-title {
    font-size: 22px;
    margin-top: 30px;
  }
  .product-types {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-types .item span {
    font-size: 14px;
  }
  .manufacturer-wrap .product-col .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-col .wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .order-wrap .inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "order-info order-status" "order-price order-price";
    grid-row-gap: 15px;
  }
  .order-wrap .order-info {
    grid-area: order-info;
  }
  .order-wrap .order-status {
    grid-area: order-status;
    justify-self: flex-end;
    align-self: baseline;
  }
  .order-wrap .order-price {
    grid-area: order-price;
    justify-self: flex-end;
  }
  .order-wrap .order-price div {
    text-align: right;
  }
  .order-item {
    flex-direction: column;
  }
  .order-item .left {
    margin-right: 0;
    max-width: unset;
    margin-bottom: 15px;
  }
  .order-item .right {
    justify-content: flex-end;
    width: 100%;
  }
  .bunka-text-mobile {
    display: block;
  }
  .porovnej-table .bunka-text {
    display: none;
  }
  .porovnej-table .close {
    right: 0;
    left: 0;
  }
  .porovnej-table .tag {
    padding: 6px 8px;
    font-size: 14px;
    top: 50px;
  }
  .porovnej-table .item img {
    max-width: 160px;
    max-height: 160px;
  }
  .porovnej-table .product-name {
    font-size: 16px;
    min-height: 80px;
  }
  .porovnej-table .price-block .price {
    font-size: 20px;
  }
  .porovnej-table .price-block .price-without-dph {
    font-size: 14px;
  }
  .porovnej-table .availability span {
    font-size: 16px;
  }
  .porovnej-table-content {
    margin-left: 0 !important;
    width: 100%;
  }
  .porovnej-table-content table {
    border-collapse: collapse;
  }
  .porovnej-table-content table tr .bunka {
    border-right: 0;
    width: 240px !important;
    height: auto !important;
  }
  .porovnej-table-content thead .bunka {
    padding-top: 40px;
  }
  .porovnej-table-content tbody {
    vertical-align: top;
  }
  .porovnej-table-content tbody .fixed {
    padding: 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E9E9E9;
    position: absolute;
    align-items: flex-start;
    width: 100%;
    z-index: 1;
    height: 40px !important;
    text-align: left;
    font-size: 16px;
    background-color: #E9E9E9;
    border: 0px;
  }
  .porovnej-table-content tbody .fixed span {
    padding: 0 15px;
  }
  .porovnej-table-content tbody .fixed .icon {
    display: none;
  }
  .porovnej-table-content tbody .bunka {
    padding-top: 40px;
    vertical-align: inherit;
  }
  .porovnej-table-content tbody .bunka .value {
    font-size: 16px;
  }
  .cart-steps .step span {
    font-size: 12px;
  }
  .cart-steps .step span:first-child {
    font-size: 16px;
  }
  .cart-title {
    margin-bottom: 10px;
  }
  .blok-radio-btn {
    padding: 5px 5px 5px 60px;
  }
  .blok-radio-btn .container-radioButton .checkmark {
    left: 20px;
  }
  .blok-radio-btn .icon-wrap {
    width: 50px !important;
  }
  .blok-radio-btn .typ {
    width: 100%;
  }
  .cart-item-smaller .top {
    padding: 5px 15px;
  }
  .cart-item-smaller .bottom {
    padding: 10px 15px;
  }
  .cart-item-smaller .order-item-quantity {
    width: 50px;
    height: 50px;
  }
  .cart2-summary {
    flex-direction: row;
    justify-content: end;
  }
  .cart2-summary .right .item-order-price {
    margin-right: 7px;
  }
  .cart-item .right > * {
    margin-left: 10px;
  }
  .cart-item .item-order-price .price {
    font-size: 18px;
  }
  .cart-item .item-order-price .price-without-dph {
    font-size: 12px;
  }
  .cart-item .product-info {
    margin-left: 20px;
  }
  .cart-item .product-info .date, .cart-item .product-info .delivery {
    font-size: 12px;
    min-width: unset;
  }
  .cart-item .quantity-input input {
    max-width: 40px;
  }
  .cart-item .availability span {
    font-size: 16px;
  }
  .cart-summary .left {
    max-width: 310px;
    width: 100%;
    margin-right: 30px;
  }
  .input-code-wrap .field input {
    height: 50px;
    min-width: 120px;
    max-width: unset;
    padding: 0 15px;
    font-size: 14px;
  }
  .input-code-wrap .btn {
    min-width: unset;
  }
  footer .contact-person .mobile-number {
    flex-direction: column;
  }
  footer .contact-person .number {
    font-size: 18px;
  }
  footer .contact-person .icon {
    margin-right: 0px;
    margin-bottom: 5px;
  }
  footer .contact-person .dot {
    width: auto;
    height: auto;
    margin-right: 5px;
  }
  .modal.modal-add-cart .info-row .currency-switch-wrap {
    margin-right: 5px;
  }
  .modal.modal-add-cart .item-order-price .price {
    font-size: 20px;
  }
  .modal.modal-add-cart .item-order-price .price-without-dph {
    font-size: 14px;
  }
  .modal.modal-add-cart .product-info .availability span {
    font-size: 16px;
  }
  .modal.modal-add-cart .product-info .date, .modal.modal-add-cart .product-info .delivery {
    font-size: 14px;
  }
}
@media (max-width: 690px) {
  .modal .modal-dialog {
    margin: 0.5rem;
    max-width: unset;
  }
}
@media (min-width: 577px) {
  .footer-block .footer-menu ul {
    display: block !important;
  }
}
@media (max-width: 576px) {
  .transmission-wrap {
    padding: 5px 15px;
  }
  .transmission-wrap .transmission-type-block {
    padding: 15px 0;
  }
  .transmission-wrap .transmission-type-block .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .transmission-wrap .transmission-type-block .list a, .transmission-wrap .transmission-type-block .list span {
    font-size: 14px;
    line-height: 16px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 25px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 15px;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 12px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 12px;
  }
  .select2-container--default .select2-search--dropdown {
    padding: 50px 15px 15px;
  }
  .select2-results__option {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
  }
  .accordion-items .items-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .pagination {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    grid-template-areas: "pages pages" "prev next";
  }
  .pagination .prev {
    grid-area: prev;
  }
  .pagination .next {
    grid-area: next;
  }
  .pagination .pages {
    width: 100%;
    grid-area: pages;
  }
  .pagination .pages .btn {
    max-width: unset;
    padding: 0 5px;
  }
  .btn.show-more {
    max-width: unset !important;
  }
  .blok-doprava {
    padding: 5px 15px;
  }
  .blok-doprava .typ {
    max-width: 140px;
    width: 60px;
  }
  .blok-doprava .typ span {
    font-size: 12px;
  }
  .blok-doprava .typ span:nth-child(2) {
    display: none;
  }
  .blok-doprava .delivery {
    margin: 0 5px;
    width: 70px;
  }
  .blok-doprava .delivery span {
    font-size: 12px;
  }
  .blok-doprava .item-order-price {
    width: 75px;
    min-width: unset;
    text-align: left;
  }
  .blok-doprava .item-order-price .price {
    font-size: 12px;
  }
  .blok-doprava .item-order-price .price-without-dph {
    font-size: 10px;
  }
  .cart-3 .login-wrap .label-chk {
    font-size: 16px !important;
  }
  .cart-3 .login-wrap .subtext-login {
    font-size: 14px !important;
  }
  .cart-3 .container-checkbox {
    font-size: 14px;
  }
  .accept-text {
    font-size: 14px;
  }
  .two-col-grid.detail {
    margin-top: 0;
    grid-row-gap: 20px;
  }
  .detail-product h3 {
    font-size: 18px;
  }
  .info-box {
    padding: 15px;
  }
  .accessories-card img {
    max-width: 90px;
  }
  .set-block {
    padding: 15px;
  }
  .set-block .product-block {
    grid-template-columns: repeat(2, 1fr);
  }
  .set-block .product img {
    max-width: 90px;
  }
  .set-block .product:nth-child(3)::before {
    display: none;
  }
  .set-block .product-control-box {
    min-width: unset;
  }
  .set-block .product-control-box .top {
    grid-template-columns: minmax(130px, 135px) minmax(0, 1fr);
    grid-template-areas: "currency price" "quantity info" "btn btn";
  }
  .set-block .product-control-box .product-info {
    justify-content: flex-end !important;
    align-items: flex-end;
    margin-right: 0;
  }
  .set-block .product-control-box .product-info .date, .set-block .product-control-box .product-info .delivery {
    text-align: right !important;
    justify-content: flex-end !important;
  }
  .set-block .product-control-box .availability {
    margin-bottom: 4px;
    justify-content: flex-end !important;
  }
  .set-block .product-control-box .item-order-price {
    text-align: right !important;
  }
  .set-block .product-control-box .item-order-price .price, .set-block .product-control-box .item-order-price .price-without-dph {
    padding-left: 24px;
  }
  .set-block .quantity-input {
    height: 55px;
    margin-right: 0;
    max-width: 132px;
  }
  .set-block .quantity-input a {
    height: 54px !important;
  }
  .product-control-box {
    padding: 15px;
  }
  .product-control-box .quantity-input .input-wrap .text {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .product-control-box .quantity-input a {
    height: 69px;
  }
  .modal.modal-add-cart .info-row {
    align-items: flex-start;
    justify-content: center;
  }
  .modal.modal-add-cart .info-row .left {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .modal.modal-add-cart .currency-switch-wrap {
    margin-top: 10px;
  }
  .modal.modal-add-cart .modal-footer {
    padding-top: 25px;
  }
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 17px;
  }
  h4 {
    font-size: 16px;
  }
  .login-wrap {
    padding: 0 15px;
  }
  .login-wrap .container-checkbox {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .login-wrap .label-chk {
    font-size: 14px !important;
  }
  .login-wrap .more-fields {
    padding-bottom: 15px;
  }
  .checkbox-wrap.heading label {
    font-size: 16px;
  }
  .subtext {
    font-size: 14px !important;
  }
  .container-products {
    padding-bottom: 0px;
  }
  .breadcrumb {
    display: none;
  }
  .breadcrumb-mobile {
    display: flex;
  }
  .field input, .field select {
    padding: 0 40px 0 15px;
  }
  .field textarea {
    height: 100px;
    padding: 22px 15px 15px 15px;
  }
  .field select {
    font-size: 12px;
  }
  .field span label {
    left: 15px;
    font-size: 12px;
    top: 8px;
  }
  .filed-with-btn .btn {
    max-width: 130px;
    font-size: 12px;
  }
  .section-top .top h1.heading {
    font-size: 24px;
  }
  .tiles {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .tiles .tile img {
    max-width: 90px;
  }
  .tiles .tile-link {
    grid-column: 1/span 2;
  }
  .partners {
    display: none;
  }
  .tiles-process {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }
  .tiles-process .tile {
    padding: 20px 15px;
  }
  .tiles-process .tile .number {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
  .tiles-process .tile .text {
    font-size: 16px;
  }
  .tiles-process .bg-cross {
    width: 115px;
    height: 115px;
  }
  .sorting.sorting-news {
    max-width: unset;
  }
  .sorting.sorting-news .btn-sorting div span {
    font-size: 16px;
  }
  .sorting.sorting-news ul li a {
    font-size: 16px;
  }
  .news-wrap {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .news-wrap .news-tile .inner {
    padding: 15px;
  }
  .news-wrap .news-tile .title-category {
    font-size: 12px;
  }
  .news-wrap .news-tile .title {
    font-size: 14px;
    height: auto;
    margin: 5px 0;
    -webkit-line-clamp: 2;
  }
  .news-wrap .news-tile .time {
    font-size: 10px;
  }
  section.news {
    padding: 35px 0 20px;
  }
  .contact-cards {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "card-1" "card-2" "card-3";
  }
  .billing-info .billing-table .t-row span {
    align-self: flex-start;
  }
  .search-results-block .product-card {
    grid-template-columns: minmax(50px, 120px) minmax(120px, 1fr) minmax(80px, 160px);
  }
  .search-results-block .product-card .type {
    font-size: 10px;
  }
  .search-results-block .product-card .product-name {
    font-size: 14px;
  }
  .search-results-block .product-card .availability span {
    font-size: 12px;
  }
  .search-results-block .product-card .price-block .price {
    font-size: 14px;
  }
  .search-results-block .product-card .price-block .price-without-dph {
    font-size: 10px;
  }
  .search-results-block .result-type-block {
    margin-bottom: 20px;
  }
  .search-results-block .result-type-block .result-type {
    font-size: 16px;
  }
  .search-results-block .result-type-block a {
    font-size: 14px;
  }
  .category-top {
    padding-top: 15px;
  }
  .category-title {
    font-size: 20px;
    text-align: left;
    margin-top: 0;
  }
  .product-types {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-types .item span {
    font-size: 12px;
  }
  .porovnej-table .tag {
    font-size: 11px;
  }
  .porovnej-table .tag .icon {
    width: 20px;
    height: 20px;
  }
  .porovnej-table .item img {
    max-width: 120px;
    max-height: 120px;
  }
  .porovnej-table .type {
    font-size: 10px;
  }
  .porovnej-table .product-name {
    margin-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    min-height: 60px;
  }
  .porovnej-table .price-block .price {
    font-size: 16px;
  }
  .porovnej-table .price-block .price-without-dph {
    font-size: 12px;
  }
  .porovnej-table .availability span {
    font-size: 12px;
  }
  .porovnej-table-content table tr .bunka {
    width: 160px !important;
  }
  .porovnej-table-content tbody .fixed {
    font-size: 14px;
    height: 35px !important;
  }
  .porovnej-table-content tbody .bunka {
    padding-top: 34px;
    line-height: 100%;
  }
  .porovnej-table-content tbody .bunka .value {
    font-size: 14px;
    padding: 12px 10px 5px;
  }
  .manufacturer-wrap .product-col .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-col .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .related-product .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .panel .panel-heading {
    padding: 15px 15px;
  }
  .panel .panel-body {
    padding: 0px 15px 10px;
  }
  .panel .panel-body p, .panel .panel-body li {
    font-size: 14px;
  }
  .order-wrap .inner {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "order-info" "order-status" "order-price";
    grid-row-gap: 15px;
  }
  .order-wrap .order-info {
    justify-self: center;
    text-align: center;
  }
  .order-wrap .order-status {
    justify-self: center;
    align-self: center;
  }
  .order-wrap .order-price {
    justify-self: center;
    flex-direction: column;
  }
  .order-wrap .order-price .text {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .order-wrap .order-price div {
    text-align: center;
  }
  .item-order-price .price {
    font-size: 18px;
  }
  .item-order-price .price-without-dph {
    font-size: 14px;
  }
  .cart-steps .step span br {
    display: block;
  }
  .blok-radio-btn.radio-doprava .typ {
    width: 60px;
  }
  .blok-radio-btn.radio-doprava .typ span:nth-child(2) {
    display: none;
  }
  .blok-radio-btn {
    padding: 5px 5px 5px 40px;
  }
  .blok-radio-btn .container-radioButton .checkmark {
    left: 10px;
    height: 18px;
    width: 18px;
  }
  .blok-radio-btn .container-radioButton .checkmark:after {
    width: 8px;
    height: 8px;
  }
  .blok-radio-btn .icon-wrap {
    width: 30px !important;
  }
  .blok-radio-btn .typ {
    width: 100%;
  }
  .blok-radio-btn .delivery {
    margin: 0 5px;
    width: 70px;
  }
  .blok-radio-btn .item-order-price {
    width: 75px;
    text-align: left;
  }
  .blok-radio-btn .item-order-price .price {
    font-size: 12px;
  }
  .blok-radio-btn .item-order-price .price-without-dph {
    font-size: 10px;
  }
  .cart-item-smaller .order-item-info {
    text-align: left;
  }
  .cart-item-smaller .product-img {
    margin-right: 10px;
  }
  .cart-item-smaller .product-name {
    font-size: 14px;
    line-height: 130%;
  }
  .cart-item-smaller .top {
    padding: 10px 10px;
  }
  .cart-item-smaller .bottom {
    padding: 10px 10px;
    grid-template-columns: minmax(0px, 12px) minmax(0px, 154px) minmax(0px, 83px);
  }
  .cart-item-smaller .order-item-quantity {
    width: 30px;
    height: 50px;
  }
  .cart-item-smaller .item-order-price {
    text-align: left;
  }
  .cart-item-smaller .item-order-price .price {
    font-size: 12px;
  }
  .cart-item-smaller .item-order-price .price-without-dph {
    font-size: 10px;
  }
  .cart-item-set-block .set-block .product-block {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 0;
  }
  .cart-item-set-block .right {
    justify-content: center !important;
  }
  .cart-item-set-block .right .flex {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
  .cart-item-set-block .item-order-price {
    width: 100%;
  }
  .cart-item-set-block .quantity-input {
    margin: 0 auto !important;
  }
  .cart-item-set-block .quantity-input .minus, .cart-item-set-block .quantity-input .plus {
    height: 50px;
  }
  .cart-item-set-block .availability {
    justify-content: center;
  }
  .cart-item-set-block .product-info {
    margin: 15px auto 0;
  }
  .selected-item .item-order-price {
    text-align: left;
    min-width: 78px;
  }
  .selected-item .item-order-price .price {
    font-size: 12px;
  }
  .selected-item .item-order-price .price-without-dph {
    font-size: 10px;
  }
  .cart2-summary {
    flex-direction: column;
  }
  .cart2-summary .right .item-order-price {
    text-align: right;
    margin-right: 0;
  }
  .cart-item .order-item-info {
    margin-left: 15px;
    text-align: left;
  }
  .cart-item .right {
    flex-direction: column;
    text-align: center;
  }
  .cart-item .right .quantity-input {
    margin-right: 0;
  }
  .cart-item .right .quantity-input input {
    max-width: 77px;
  }
  .cart-item .right > * {
    margin-left: 0 !important;
    margin-top: 15px;
  }
  .product-info .availability {
    margin-left: 0;
  }
  .quantity-input a {
    height: 50px;
  }
  .quantity-input .input-wrap .text {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .parameters .table .tab-row span {
    font-size: 12px;
    min-width: 120px;
  }
  .parameters .table .tab-row span:first-child {
    margin-right: 15px;
  }
  .cart-summary {
    flex-direction: column;
  }
  .cart-summary .left {
    max-width: unset;
  }
  .cart-summary .left .container-checkbox {
    margin-top: 0;
  }
  .cart-summary .right {
    margin-top: 25px;
    width: 100%;
    justify-content: space-between;
  }
  .cart-summary .right .item-order-price {
    margin-right: 0;
    text-align: left;
  }
  .input-code-wrap {
    width: 100%;
  }
  .input-code-wrap .field {
    width: 100%;
  }
  .cart-navigation {
    flex-direction: column-reverse;
  }
  .cart-navigation .btn.primary {
    margin-bottom: 10px;
    max-width: unset;
  }
  .cart-navigation .left {
    margin-right: 0;
  }
  .cart-navigation .left .btn {
    width: 50%;
    min-width: 120px;
  }
  .shared-products .title {
    font-size: 24px;
    margin-top: 30px;
  }
  .shared-products .manufacturer-wrap {
    margin-top: 30px;
  }
  .shared-products .cart-navigation .left {
    margin-right: 10px;
  }
  .shared-products .cart-navigation .right {
    width: 100%;
  }
  .shared-products .cart-navigation .right .btn {
    width: 50%;
    min-width: 120px;
  }
  .contact-strip {
    display: none;
  }
  .footer-block {
    padding: 40px 0 0;
  }
  .footer-block .container {
    padding: 0;
  }
  .footer-block .inner {
    padding: 0 !important;
  }
  .footer-block .left-col {
    display: none;
  }
  .footer-block .footer-menu {
    grid-template-columns: repeat(1, 1fr);
  }
  .footer-block .footer-menu div {
    position: relative;
    display: block;
    border-bottom: 1px solid #D4D4D4;
    margin-top: -1px;
  }
  .footer-block .footer-menu .menu-headings-mobile {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 60px;
    border-top: 1px solid #D4D4D4;
    padding: 0 32px;
  }
  .footer-block .footer-menu .menu-headings-mobile.active .icon {
    transform: rotate(90deg);
  }
  .footer-block .footer-menu .menu-headings {
    display: none;
  }
  .footer-block .footer-menu ul {
    display: none;
    padding: 0 40px 25px;
  }
  .copyright {
    padding: 40px 20px;
    text-align: left;
    font-size: 16px;
  }
  .copyright .container {
    display: block;
  }
  .modal-footer > * {
    margin: 0;
  }
  .modal .modal-header {
    padding: 25px 15px 0;
  }
  .modal .modal-body {
    padding: 25px 15px 34px;
  }
  .modal .modal-footer {
    padding: 25px 15px 25px;
  }
  .modal .odrazky span {
    font-size: 14px !important;
  }
  .modal#modal-contact .contact-block {
    padding: 0 15px;
  }
  .modal#modal-contact .contact-block .person .name {
    font-size: 16px;
  }
  .modal#modal-contact .contact-block .mobile-number .number {
    font-size: 16px;
    width: 90px;
  }
  .modal#modal-choice .choice-inner p {
    font-size: 16px;
  }
  .modal#modal-choice .btn-choice .icon {
    right: 15px;
  }
  .modal#modal-choice .modal-body {
    padding: 25px 15px 34px;
  }
  .detail-product h1 {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .map {
    display: none;
  }
  .set-block .product-control-box .item-order-price .price, .set-block .product-control-box .item-order-price .price-without-dph {
    padding-left: 0;
  }
  .product-control-box .top {
    grid-template-columns: minmax(140px, 140px) minmax(0, 1fr);
    grid-template-areas: "currency price" "quantity info" "btn btn";
  }
  .product-control-box .quantity-input {
    height: 55px;
    margin-right: 0;
    max-width: 132px;
  }
  .product-control-box .quantity-input .input-wrap .text {
    bottom: -2px;
    left: 0;
    right: 0;
  }
  .product-control-box .quantity-input input {
    max-width: 60px;
  }
  .product-control-box .quantity-input a, .product-control-box .quantity-input span {
    height: 54px;
  }
  .product-control-box .item-order-price {
    text-align: right !important;
  }
  .product-control-box .product-info {
    margin-right: 0;
    margin-left: auto;
    align-items: flex-end;
  }
  .product-control-box .product-info .date, .product-control-box .product-info .delivery {
    padding-left: 0;
    justify-content: flex-end;
  }
}
@media (max-width: 420px) {
  .product-card.spec .tile-link {
    padding: 15px;
  }
  .product-card.spec .tile-link .IK_settings {
    width: 40px;
    height: 40px;
  }
  .product-card.spec .tile-link .title {
    font-size: 16px;
  }
  .product-card.spec .tile-link p {
    font-size: 12px;
  }
  .product-card.spec .tile-link .btn {
    font-size: 10px;
  }
  .modal.modal-add-cart .info-row {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
  .modal.modal-add-cart .info-row .left {
    flex-direction: row;
    align-items: center;
  }
  .modal.modal-add-cart .currency-switch-wrap {
    margin-top: 0;
  }
  .modal.modal-add-cart .product-info {
    margin: 0 auto;
    margin-bottom: 15px;
    align-items: center;
  }
  .modal.modal-add-cart .product-info .date, .modal.modal-add-cart .product-info .delivery {
    text-align: center;
    margin-top: 5px;
  }
  .modal.modal-add-cart .availability {
    text-align: center;
  }
  .modal.modal-add-cart .item-order-price {
    text-align: left;
    margin-right: 0 !important;
  }
  .modal.modal-add-cart .navigation {
    flex-direction: column;
  }
  .modal.modal-add-cart .navigation .btn {
    width: 100%;
    max-width: unset !important;
  }
  .modal.modal-add-cart .navigation .btn.btn.secondary {
    margin-right: 0;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .order-item .left, .order-item .right {
    flex-direction: column;
  }
  .product-img {
    margin-right: 0;
  }
  .order-item-info {
    text-align: center;
  }
  .item-order-price {
    text-align: center;
  }
  .order-item-quantity {
    margin: 15px 0;
  }
  .navigation {
    flex-direction: column-reverse;
  }
  .navigation .btn {
    max-width: unset;
  }
  .navigation .btn.prev {
    margin-top: 15px;
    margin-right: 0;
  }
  .product-types .item {
    flex-direction: column;
  }
  .product-types .item img {
    margin-right: unset;
    margin-bottom: 10px;
  }
  .accessories-card {
    padding: 15px;
  }
  .product-card {
    padding: 15px;
  }
  .product-card .tag {
    top: 15px;
    font-size: 11px;
  }
  .product-card .type {
    font-size: 10px;
  }
  .product-card .product-name {
    font-size: 14px;
    min-height: 75px;
    height: 75px;
  }
  .product-card .availability span {
    font-size: 12px;
  }
  .product-card .price-block .price {
    font-size: 16px;
  }
  .product-card .price-block .price-without-dph {
    font-size: 12px;
  }
  .product-card .compare span {
    font-size: 12px;
  }
  .cart-steps .step:before {
    display: none;
  }
  .modal#modal-contact .contact-block {
    padding: 10px 15px;
    height: auto;
    flex-direction: column;
  }
  .modal#modal-contact .contact-block .mobile-number {
    margin-top: 10px;
  }
}
/* AJAXovy loading progress bar */
#loadingProgressBarWrap {
  z-index: 9;
  background-color: #257A41 !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 10px;
  overflow: hidden;
}

#loadingProgressBar {
  background-color: #FFF;
  margin-top: 0;
  margin-left: -100%;
  -moz-animation-name: animation_loadingProgress;
  -moz-animation-duration: 0.9s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -webkit-animation-name: animation_loadingProgress;
  -webkit-animation-duration: 0.9s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -ms-animation-name: animation_loadingProgress;
  -ms-animation-duration: 0.9s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: animation_loadingProgress;
  -o-animation-duration: 0.9s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: animation_loadingProgress;
  animation-duration: 0.9s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  width: 100%;
  height: 10px;
}
@keyframes animation_loadingProgress {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 100%;
  }
}
@-webkit-keyframes animation_loadingProgress {
  0% {
    margin-left: -100%;
  }
  100% {
    margin-left: 100%;
  }
}

.sticky {
  position: sticky;
}
.sticky.sticky-top {
  top: 10px;
}

/*# sourceMappingURL=styles.css.map */
