@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1;
  margin: 0;
  padding: 0;
  background: #eaeeef;
}

.page {
  overflow: hidden;
}
.page.locked {
  height: 100vh;
  width: 100vw;
}

.skladem {
  color: #009904 !important;
}

.read-more {
  overflow: hidden;
}

.pdf-btn {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000 !important;
}
.pdf-btn img {
  margin: 0 1.4rem 0 0;
}
.pdf-btn:hover {
  color: #257fb1 !important;
}

/* poppins-italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-regular - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-500.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-500.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-500italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-500italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-500italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 600;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-600italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-600italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-600 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-600.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700 - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-700.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* poppins-700italic - latin-ext_latin */
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("../fonts/poppins-v15-latin-ext_latin-700italic.woff2") format("woff2"), url("../fonts/poppins-v15-latin-ext_latin-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* italianno-regular - latin-ext_latin */
@font-face {
  font-family: "Italianno";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/italianno-v10-latin-ext_latin-regular.woff2") format("woff2"), url("../fonts/italianno-v10-latin-ext_latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
.footer {
  background: #231f20;
  padding: 5.4rem 3rem 0 3rem;
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .footer {
    padding: 5.4rem 7rem 0 7rem;
  }
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.footer-content__info {
  width: 100%;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 1200px) {
  .footer-content__info {
    width: 32%;
    padding: 0 1.5rem 0 0;
  }
}
.footer-content__logo {
  margin: 0 0 3.5rem 0;
}
.footer-content__logo img {
  max-height: 4.3rem;
}
.footer-content__text {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0 0 4.5rem 0;
  max-width: 100%;
}
@media only screen and (min-width: 1200px) {
  .footer-content__text {
    max-width: 47rem;
  }
}
.footer-content__text p {
  margin: 0;
}
.footer-content__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
}
.footer-content__contacts a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.footer-content__contacts a:hover {
  text-decoration: underline;
}
.footer-content__contacts a img {
  margin: 0 1rem 0 0;
}
.footer-content__comgate {
  padding: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.footer-content__comgate .comlogo {
  width: 100%;
  max-width: 12rem;
  height: auto;
}
.footer-content__comgate .comlogo img {
  width: 100%;
  max-width: 12rem;
}
.footer-content__comgate .karty-visa {
  width: 100%;
  max-width: 12rem;
  height: auto;
}
.footer-content__menu {
  width: 100%;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .footer-content__menu {
    width: 50%;
    padding: 0 1.5rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer-content__menu {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-content__menu {
    width: 17%;
    padding: 0 1.5rem;
  }
}
.footer-content__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-content__menu ul li {
  margin: 0;
  padding: 0;
}
.footer-content__menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.1;
  font-weight: normal;
  text-decoration: underline;
  padding: 0.4rem 0;
}
.footer-content__menu ul li a:hover {
  text-decoration: none;
}
.footer-content__title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 1200px) {
  .footer-content__title {
    font-size: 1.6rem;
    margin: 0 0 3rem 0;
  }
}
.footer-content__connection {
  width: 100%;
  padding: 0;
  margin: 0 0 6rem 0;
}
@media only screen and (min-width: 768px) {
  .footer-content__connection {
    width: 33.33%;
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-content__connection {
    width: 17%;
  }
}
.footer-content__subtitle {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 0.4rem 0 2.5rem 0;
}
.footer-content__subtitle p {
  margin: 0;
}
.footer-content__sites {
  margin: 0 0 0 -0.5rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-content__sites a {
  display: inline-block;
  margin: 0 0.5rem;
}
.footer-content__sites .btn-white-arr {
  margin: 1rem 0.5rem;
}
.footer-content__qrcode {
  padding: 0.5rem 0 0 0;
}
.footer-content__qrcode img {
  width: 100%;
  max-width: 15rem;
}
.footer-content__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
}
@media only screen and (min-width: 991px) {
  .footer-content__btn {
    display: block;
  }
}
.footer-content__btn a {
  text-decoration: none;
  background: #257fb1;
  color: #ffffff;
  display: flex;
  align-items: center;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.4rem;
  border-top-left-radius: 0.5rem;
  padding: 2rem 6rem 2rem 2.4rem;
}
.footer-content__btn a img {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 4rem 0 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.footer-content__btn a:hover {
  background: #ffffff;
  color: #257fb1;
}
.footer-content__btn a:hover img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(381%) hue-rotate(157deg) brightness(93%) contrast(100%);
}
.footer-content__logos {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin: 0 0 2rem 0;
}

.copyright {
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #777;
  font-weight: normal;
  width: 100%;
  opacity: 0.5;
}
@media only screen and (min-width: 991px) {
  .copyright {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .copyright {
    font-size: 1.2rem;
  }
}
.copyright a {
  text-decoration: none;
  color: inherit;
}
.copyright a:hover {
  text-decoration: underline;
}

.content {
  position: relative;
  z-index: 101;
}

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 136rem;
  padding: 0 1.5rem;
}
@media only screen and (min-width: 1500px) {
  .container {
    max-width: 154rem;
  }
}

.page-container {
  max-width: 192rem;
  margin: 0 auto;
}

.text-default {
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
@media only screen and (min-width: 991px) {
  .text-default {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.text-default a {
  color: #257fb1;
}
.text-default a:hover {
  color: #231f20;
}
.text-default .h1 {
  margin: 0 0 2rem 0;
  color: #000;
  font-size: 3.6rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .text-default .h1 {
    font-size: 4.8rem;
    margin: 0 0 3.5rem 0;
  }
}
.text-default h2 {
  margin: 0 0 2rem 0;
  color: #000;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}
.text-default h2 strong {
  font-size: 3.6rem;
  color: #231f20;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .text-default h2 {
    font-size: 3rem;
    margin: 0 0 3.5rem 0;
  }
  .text-default h2 strong {
    font-size: 4.8rem;
  }
}
.text-default h3 {
  margin: 0 0 2rem 0;
  color: #000;
  font-size: 2rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .text-default h3 {
    font-size: 2.5rem;
    margin: 0 0 3.5rem 0;
  }
}
.text-default hr {
  margin: 0 0 4rem 0;
  padding: 0;
  border-top: 0.1rem solid #666;
}
.text-default ul {
  list-style: none;
  margin: 0 0 4rem 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .text-default ul {
    margin: 0 0 6rem 0;
  }
}
.text-default ul li {
  margin: 0 0 1rem 0;
  padding: 0 0 0 3rem;
  position: relative;
  line-height: 1.5;
}
.text-default ul li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  background: #231f20;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .text-default ul li:before {
    top: 0.9rem;
  }
}
.text-default ul.checks li {
  padding: 0 0 0 4rem;
  margin: 0 0 2rem 0;
}
.text-default ul.checks li:before {
  content: "";
  top: 0rem;
  left: 0rem;
  width: 2.3rem;
  height: 2.3rem;
  background: url(../images/check.png) no-repeat center center;
  background-size: contain;
}
.text-default img {
  max-width: 100%;
}
.text-default p {
  margin: 0 0 4rem 0;
}
.text-default p.blockquote {
  padding: 0.5rem 0 0.5rem 3rem;
  border-left: 0.5rem solid #257fb1;
  color: #777;
}

.header {
  z-index: 105;
  padding: 0;
  position: fixed;
  width: 100%;
  max-width: 1920px;
}

.header-top {
  background: #231f20;
  color: #fff;
  width: 100%;
  display: none;
}
@media only screen and (min-width: 991px) {
  .header-top {
    padding: 0 0 0 4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.header-top__contacts {
  display: flex;
  align-items: center;
}
.header-top__contacts a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  font-weight: normal;
  margin: 0 3rem 0 0;
}
.header-top__contacts a:hover {
  text-decoration: underline;
}
.header-top__contacts a:last-child {
  margin: 0;
}
.header-top__contacts a img {
  margin: 0 1rem 0 0;
}
.header-top__controls {
  display: flex;
  flex-direction: row;
}
.header-top__btn {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.1;
  font-weight: bold;
  padding: 1rem 2.5rem;
  position: relative;
  transition: 0.3s;
  background: #008ed6;
  color: #fff;
  padding: 1rem 2.5rem 1rem 2rem;
}
.header-top__btn:hover {
  background: #0aadff;
}
.header-top__btn img {
  max-height: 1.5rem;
  margin: 0 1rem 0 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.header-top__btn.notVisible {
  visibility: hidden;
}

.header-main {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 1.5rem;
  background: #eaeeef;
  transition: 0.2s;
}
@media only screen and (min-width: 1200px) {
  .header-main {
    padding: 2.5rem 2rem;
  }
}
@media only screen and (min-width: 1700px) {
  .header-main {
    padding: 5rem 4rem;
  }
}
.header-main__left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1200px) {
  .header-main__left {
    padding: 0 0 0 18rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-main__left {
    padding: 0 0 0 16%;
  }
}
.header-main__logo {
  background: #257fb1;
  position: absolute;
  top: 0;
  left: 0;
  width: 11rem;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .header-main__logo {
    width: 15rem;
  }
}
@media only screen and (min-width: 991px) {
  .header-main__logo {
    width: 18rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-main__logo {
    width: 26rem;
  }
}
.header-main__logo .beta-tag {
  position: absolute;
  top: 0;
  right: 0;
  background: #D64700;
  padding: 6px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: 0.8rem;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) {
  .header-main__logo .beta-tag {
    top: 5px;
    right: 3px;
  }
}
@media only screen and (min-width: 1600px) {
  .header-main__logo .beta-tag {
    top: 3px;
    right: 10px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 1700px) {
  .header-main__logo .beta-tag {
    top: 10px;
    right: 9px;
  }
}
.header-main__nav {
  display: none;
}
@media only screen and (min-width: 1300px) {
  .header-main__nav {
    display: block !important;
  }
}
@media only screen and (max-width: 1299px) {
  .header-main__nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #eaeeef;
    box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.2);
  }
}
.header-main__right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header-main__loggin {
  display: flex;
}
.header-main__controls {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1700px) {
  .header-main__controls {
    padding: 0 2.5rem 0 0;
  }
}
.header-main .header-control, .header-main .header-control--currency {
  margin: 0 0 0 1rem;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .header-main .header-control, .header-main .header-control--currency {
    margin: 0 0 3px 1rem;
  }
}
@media only screen and (min-width: 1500px) {
  .header-main .header-control, .header-main .header-control--currency {
    margin: 0 0 0 4rem;
  }
}
.header-main .header-control .control-link, .header-main .header-control--currency .control-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  cursor: pointer;
  flex-direction: column;
}
@media only screen and (min-width: 1500px) {
  .header-main .header-control .control-link, .header-main .header-control--currency .control-link {
    flex-direction: row;
  }
}
.header-main .header-control .control-link:visited, .header-main .header-control--currency .control-link:visited {
  text-decoration: none;
  color: #000;
}
.header-main .header-control .control-link__icon svg, .header-main .header-control--currency .control-link__icon svg {
  fill: #009ade;
}
.header-main .header-control .control-link__caption, .header-main .header-control--currency .control-link__caption {
  color: #000;
  margin: 0 0 0 1rem;
  display: none;
}
@media only screen and (min-width: 767px) {
  .header-main .header-control .control-link__caption, .header-main .header-control--currency .control-link__caption {
    display: block;
  }
}
.header-main .header-control .header-control-submenu, .header-main .header-control--currency .header-control-submenu {
  position: absolute;
  background: #257fb1;
  border-radius: 1px 1px 10px 10px;
  width: 100%;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0.5rem;
  text-align: center;
  min-width: 5rem;
  box-shadow: 0 0 1px black;
}
.header-main .header-control .header-control-submenu ul, .header-main .header-control--currency .header-control-submenu ul {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
  padding: 0 0 0 0;
}
.header-main .header-control .header-control-submenu ul li, .header-main .header-control--currency .header-control-submenu ul li {
  padding: 0.35rem 0;
}
.header-main .header-control .header-control-submenu ul li a label, .header-main .header-control--currency .header-control-submenu ul li a label {
  cursor: pointer;
}
.header-main .header-control .header-control-submenu ul li a label input[type=radio], .header-main .header-control--currency .header-control-submenu ul li a label input[type=radio] {
  display: none;
}
.header-main__link {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  color: #000;
  border: none;
  transition: 0.3s;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  appearance: none;
  border-radius: 0;
  line-height: 1.2;
  padding: 0;
  outline: none !important;
  margin: 0 0 0 1.5rem;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .header-main__link {
    margin: 0 0 0 2.5rem;
  }
}
@media only screen and (min-width: 1500px) {
  .header-main__link {
    margin: 0 0 0 4.5rem;
    flex-direction: row;
  }
}
.header-main__link img {
  width: 2rem;
  height: 2rem;
  margin: 0;
  filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(381%) hue-rotate(157deg) brightness(93%) contrast(100%);
}
@media only screen and (min-width: 768px) {
  .header-main__link img {
    margin: 0 0 0.3rem 0;
  }
}
@media only screen and (min-width: 1500px) {
  .header-main__link img {
    margin: 0 1.4rem 0 0;
  }
}
.header-main__link--cart img {
  width: 2.2rem;
  height: 2.2rem;
}
.header-main__link--cart .cart-count {
  position: absolute;
  top: -55%;
  left: calc(50% + 0.4rem);
  background: #f5003e;
  color: #fff;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
  border-radius: 100%;
  text-align: center;
  font-size: 0.9rem;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .header-main__link--cart .cart-count {
    top: -25%;
    left: calc(50% + 0.2rem);
  }
}
@media only screen and (min-width: 1500px) {
  .header-main__link--cart .cart-count {
    top: -45%;
    left: 1.8rem;
  }
}
.header-main__link span {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header-main__link span {
    display: block;
  }
}
.header-main__link:hover {
  color: #257fb1;
}
.header-main__profile-links-dropdown {
  display: none;
  position: absolute;
  background: #fff;
  top: calc(100% - 1px);
  right: 23%;
  border-radius: 0.6rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.18);
}
@media only screen and (max-width: 990px) {
  .header-main__profile-links-dropdown {
    display: none !important;
  }
}
.header-main__profile-links-dropdown .profile-links {
  margin: 0;
  padding: 0.8rem 0;
  display: block;
  min-width: 16.5rem;
}
.header-main__profile-links-dropdown .profile-links li {
  display: block !important;
}
.header-main__profile-links-dropdown .profile-links li a {
  color: #231f20;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: none;
}
.header-main__profile-links-dropdown .profile-links li a:hover {
  color: #257fb1;
  text-decoration: none;
}
.header-main__profile-links-dropdown .profile-links li.current a {
  color: #257fb1;
}

.header-logo {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-logo img {
  max-height: 2.5rem;
}
@media only screen and (min-width: 768px) {
  .header-logo img {
    max-height: 4rem;
  }
}
@media only screen and (min-width: 991px) {
  .header-logo img {
    max-height: 5rem;
  }
}
@media only screen and (min-width: 1600px) {
  .header-logo img {
    max-height: 6.4rem;
  }
}

.header-toggle {
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0 1.2rem;
  margin: 0 0 0 2.5rem;
  display: flex;
  align-items: center;
  background: transparent;
  position: relative;
  transition: 0.3s;
  height: 3.6rem;
  border-radius: 0.5rem;
  background: #231f20;
}
@media only screen and (min-width: 550px) {
  .header-toggle {
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 1300px) {
  .header-toggle {
    display: none;
  }
}
.header-toggle__label {
  margin: 0 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.5rem;
  transform: translateY(-0.1rem);
  min-width: 5.3rem;
  display: none;
}
@media only screen and (min-width: 550px) {
  .header-toggle__label {
    display: block;
  }
}
.header-toggle__label .toggle-lbl-1 {
  display: block;
}
.header-toggle__label .toggle-lbl-2 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-1 {
  display: none;
}
.header-toggle__label.open .toggle-lbl-2 {
  display: block;
}
.header-toggle__icon {
  position: relative;
  height: 1rem;
  width: 1.2rem;
}
.header-toggle__icon span {
  display: block;
  position: absolute;
  height: 0.2rem;
  width: 1.2rem;
  background: #fff;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  pointer-events: none;
}
.header-toggle__icon span:nth-child(1) {
  top: 0rem;
}
.header-toggle__icon span:nth-child(2) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(3) {
  top: 0.4rem;
}
.header-toggle__icon span:nth-child(4) {
  top: 0.8rem;
}
.header-toggle__icon.open span:nth-child(1) {
  top: 0rem;
  width: 0%;
  left: 50%;
}
.header-toggle__icon.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-toggle__icon.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-toggle__icon.open span:nth-child(4) {
  top: 0rem;
  width: 0%;
  left: 50%;
}

.header-searching {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  z-index: 9999;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}
.header-searching__panel {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
}

.header-search-form {
  display: flex;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  align-items: center;
  position: relative;
}
.header-search-form .partial-panel {
  position: absolute;
  width: 100%;
  top: 100%;
}
.header-search-form__suggest {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #f7f7f7;
}
.header-search-form__suggest:before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  width: 100000%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header-search-form__suggest:after {
  content: "";
  position: absolute;
  width: 100000%;
  height: 50%;
  z-index: 1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 4rem rgba(0, 27, 99, 0.11);
}
.header-search-form__suggest ul {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 3;
  background: white;
}
.header-search-form__suggest ul li {
  margin: 0;
  padding: 0;
}
.header-search-form__suggest ul li:first-child {
  padding: 2rem 0 0 0;
}
.header-search-form__suggest ul li:last-child {
  padding: 0 0 2rem 0;
}
.header-search-form__suggest ul li:only-child {
  padding: 2rem 0;
}
.header-search-form__suggest ul li a {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000000;
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .header-search-form__suggest ul li a {
    padding: 1rem 4rem;
  }
}
.header-search-form__suggest ul li a:hover {
  background: #fff;
  color: #257fb1;
}
.header-search-form__icon img {
  width: 1.8rem;
  position: relative;
  transform: translateY(0.2rem);
}
.header-search-form__input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  height: 100%;
  padding: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #000;
  font-size: 1.5rem;
}
.header-search-form__input::placeholder {
  color: #777;
}
.header-search-form__close {
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: transparent;
  position: relative;
  transition: 0.3s;
  opacity: 0.5;
}
.header-search-form__close:hover {
  opacity: 1;
}
.header-search-form__close span {
  display: inline-block;
  transform: rotate(45deg);
  font-size: 3rem;
  font-weight: 400;
}

.search-suggest-wrapper {
  left: 0;
  width: 100%;
  z-index: 15;
}
@media (max-width: 990px) {
  .search-suggest-wrapper {
    width: 100%;
  }
}
.search-suggest-wrapper.active {
  display: block;
}
.search-suggest-wrapper .search-suggest-group:nth-child(1) {
  background: #ededed;
}
.search-suggest-wrapper .search-suggest {
  position: relative;
  width: 100%;
  background: #fff;
  border-top: none;
}
.search-suggest-wrapper .search-suggest .search-suggest-button {
  width: 100%;
  text-align: center;
  padding: 1rem 1rem 2rem 1rem;
  background: #ededed;
}
.search-suggest-wrapper .search-suggest .displayAll {
  font-weight: 600;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #ffffff;
  background: #008ed6;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .search-suggest-wrapper .search-suggest .displayAll {
    padding: 1rem 2.5rem;
  }
}
.search-suggest-wrapper .search-suggest .displayAll:hover {
  background: #231f20;
  color: #fff;
  text-decoration: none;
}
.search-suggest-wrapper .search-suggest .search-suggest-empty {
  text-align: center;
  padding: 0 0 1rem 0;
  font-weight: 500;
}
.search-suggest-wrapper .search-suggest .search-suggest-empty p {
  margin: 0;
  font-size: 1.4rem;
}
.search-suggest-wrapper .search-suggest .search-suggest-title {
  padding: 1rem 1.5rem;
  font-weight: 700;
  font-size: 1.3rem;
}
.search-suggest-wrapper .search-suggest .search-suggest-list {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item {
  display: block;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eaeeef;
  cursor: pointer;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item:hover {
  text-decoration: none;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item:hover .search-suggest-item-inner {
  text-decoration: none !important;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item:hover .search-suggest-item-inner label {
  text-decoration: none !important;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item:hover .search-suggest-item-inner .title {
  text-underline-offset: 2px;
  text-decoration: underline;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item:hover .search-suggest-item-inner .price {
  text-decoration: none;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item:hover .search-suggest-item-inner .avail {
  text-decoration: none;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item:last-child {
  border: none;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner {
  display: block;
  padding: 1.2rem 2rem;
  line-height: 1.2;
  font-size: 0;
  color: #000;
  text-decoration: none;
  font-size: 1.4rem;
  align-items: center;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-image {
  display: inline-block;
  vertical-align: middle;
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-image img {
  max-width: 3.5rem;
  max-height: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-avail {
  max-width: 10rem;
  width: 100%;
  padding: 0 1rem;
  font-size: 1.3rem;
  margin: 0 2rem 0 0;
}
@media only screen and (min-width: 520px) {
  .search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-avail {
    flex-wrap: nowrap;
  }
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-prices {
  min-width: 2rem;
  padding: 0 1rem;
}
@media only screen and (min-width: 520px) {
  .search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-prices {
    flex-wrap: nowrap;
  }
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-prices .base-price {
  font-weight: 700;
  color: red;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-prices .vat-price {
  font-size: 1.2rem;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label {
  display: flex;
  vertical-align: middle;
  width: 100%;
  max-width: 30rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  padding: 0 0 0 1rem;
  flex-wrap: wrap;
}
@media only screen and (min-width: 520px) {
  .search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label {
    flex-wrap: nowrap;
  }
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label span {
  display: block;
  text-decoration: none;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label span:nth-child(1) {
  width: 100%;
  margin: 0 5px 8px 0;
  text-align: left;
}
@media only screen and (min-width: 520px) {
  .search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label span:nth-child(1) {
    width: 120px;
    margin: 0 5px 0 0;
  }
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label span:nth-child(2) {
  margin: 0 5px 0 0;
  text-align: center !important;
  width: 120px;
}
@media only screen and (min-width: 520px) {
  .search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label span:nth-child(2) {
    margin: 0 5px 0 5px;
  }
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label span:nth-child(3) {
  margin: 0 0 0 5px;
  text-align: center;
  max-width: 80px;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label span.availabililty4 {
  color: #ff7b00;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label p {
  margin: 0;
  line-height: 1.2;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner.search-suggest-item-with-image .search-suggest-item-image {
  margin: 0 1rem 0 0;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner.search-suggest-item-with-image .search-suggest-item-label {
  max-width: calc(100% - 45px);
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item.search-suggest-item__bold .search-suggest-item-inner .search-suggest-item-label .title {
  font-weight: bold;
}

.header-fix-on {
  padding: 1.5rem 1.5rem;
  transition: 0.2s;
}
@media only screen and (min-width: 1200px) {
  .header-fix-on {
    padding: 2.5rem 2rem;
  }
}

.content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 7rem;
}
@media only screen and (min-width: 990px) {
  .content {
    padding-top: 11rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content {
    padding-top: 14rem;
  }
}
@media only screen and (min-width: 1700px) {
  .content {
    padding-top: 19rem;
  }
}
.content__body {
  padding: 0 0 9rem 0;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .content__body {
    width: calc(100% - 26rem);
    padding: 2rem 0 9rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .content__body {
    width: calc(100% - 37rem);
    padding: 4rem 0 9rem 0;
  }
}
.content__body .container {
  width: 100%;
  max-width: 137rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.content__line {
  width: 100%;
  height: 0.1rem;
  background: #cacecf;
}

.sidebar {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .sidebar {
    width: 26rem;
    padding: 2rem 0 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .sidebar {
    width: 37rem;
    padding: 4rem 0 0 0;
  }
}

.shop-nav-toggle {
  display: block;
  position: relative;
  font-weight: 600;
  border-radius: 0.5rem;
  border: none;
  color: #257fb1;
  background: transparent;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 2rem 2.5rem;
  margin: 0 1.5rem;
  width: calc(100% - 3rem);
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (min-width: 550px) {
  .shop-nav-toggle {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1199px) {
  .shop-nav-toggle {
    background: #257fb1;
    color: #ffffff;
    margin: 1rem 1.5rem 0 1.5rem;
  }
  .shop-nav-toggle:hover {
    background: #349bd5;
    text-decoration: none;
    color: #ffffff;
  }
  .shop-nav-toggle:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: 2.5rem;
    width: 0.5rem;
    height: 1.1rem;
    background: url(../images/caret.png) no-repeat center center;
    background-size: contain;
    pointer-events: none;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
  }
}
@media only screen and (min-width: 1200px) {
  .shop-nav-toggle {
    padding: 0 2.5rem 2.5rem 1rem;
    cursor: default;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1600px) {
  .shop-nav-toggle {
    padding: 0 2.5rem 4rem 4rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
}

.sidebar-panel {
  display: none;
}
@media only screen and (min-width: 550px) {
  .sidebar-panel {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .sidebar-panel {
    display: block !important;
  }
}

.homepage .sidebar-panel {
  display: block;
}
@media only screen and (min-width: 550px) {
  .homepage .sidebar-panel {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .homepage .sidebar-panel {
    display: block !important;
  }
}

.shop-nav {
  padding: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .shop-nav {
    padding: 0 0 2rem 1.5rem;
  }
}
@media only screen and (min-width: 1700px) {
  .shop-nav {
    padding: 0 0 3.5rem 1.5rem;
  }
}
.shop-nav__menu--vyprodej a {
  color: #84bf00 !important;
}
.shop-nav__menu--vyprodej a:hover {
  text-decoration: underline;
}
.shop-nav__menu--vyprodej a img {
  margin: 0 0.8rem 0 0;
}
.shop-nav__menu > ul {
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
}
@media only screen and (min-width: 1500px) {
  .shop-nav__menu > ul {
    margin: 0 0 4rem 0;
  }
}
.shop-nav__menu > ul > li {
  margin: 0;
  padding: 0;
}
.shop-nav__menu > ul > li > a {
  display: flex;
  align-items: center;
  padding: 1rem 3rem 1rem 4rem;
  position: relative;
  min-height: 4.2rem;
  line-height: 1.2;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  text-decoration: none;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 1600px) {
  .shop-nav__menu > ul > li > a {
    font-size: 1.8rem;
    padding: 1rem 3rem 1rem 7.5rem;
  }
}
.shop-nav__menu > ul > li > a:hover {
  color: #257fb1;
}
.shop-nav__menu > ul > li.selected > a {
  background: #ffffff;
  color: #000;
}
.shop-nav__menu > ul > li.has-child > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 1.6rem;
  width: 0.5rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(381%) hue-rotate(157deg) brightness(93%) contrast(100%);
}
.shop-nav__menu > ul > li.expanded > a {
  background: #ffffff;
  color: #000;
}
.shop-nav__menu > ul > li.expanded > ul {
  display: block;
  margin: 0.5rem 0 0 0;
}
.shop-nav__menu > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 4.5rem;
}
.shop-nav__menu > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
.shop-nav__menu > ul > li > ul > li > a {
  display: block;
  padding: 0.7rem 0;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}
.shop-nav__menu > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
.shop-nav__menu > ul > li > ul > li.selected > a {
  text-decoration: underline;
}
.shop-nav__menu > ul > li > ul > li.expanded > a {
  text-decoration: underline;
}
.shop-nav__menu > ul > li > ul > li.expanded > ul {
  display: block;
  margin: 0.8rem 0 0 0;
}
.shop-nav__menu > ul > li > ul > li > ul {
  display: none;
  list-style: none;
  margin: 0.7rem 0;
  padding: 0 0 0 1.2rem;
  border-left: 0.1rem solid #c4c7c8;
}
.shop-nav__menu > ul > li > ul > li > ul > li {
  margin: 0;
  padding: 0;
}
.shop-nav__menu > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
  line-height: 1.1;
  font-weight: 500;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
}
.shop-nav__menu > ul > li > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
.shop-nav__menu > ul > li > ul > li > ul > li.selected > a {
  color: #257fb1;
}
.shop-nav__menu > ul > li > ul > li > ul > li.expanded > a {
  text-decoration: underline;
}
.shop-nav__menu > ul > li > ul > li > ul > li.expanded > ul {
  display: block;
  margin: 0.8rem 0 0 0;
}
.shop-nav__cat-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  width: 2.3rem;
  height: 2.3rem;
}
@media only screen and (min-width: 1600px) {
  .shop-nav__cat-image {
    left: 4rem;
  }
}
.shop-nav__action {
  width: 100%;
}
.shop-nav__action-btn {
  text-decoration: none;
  background: #257fb1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  padding: 2rem;
  width: 100%;
}
.shop-nav__action-btn img {
  width: 1.4rem;
  height: 1.4rem;
  margin: 0 2rem 0 0;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
@media only screen and (min-width: 1600px) {
  .shop-nav__action-btn img {
    margin: 0 3rem 0 0;
  }
}
.shop-nav__action-btn:hover {
  background: #231f20;
  color: #fff;
}

.banners {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.banners__item {
  width: 100%;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 991px) {
  .banners__item {
    width: calc(50% - 1rem);
    margin: 0 0 4rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .banners__item {
    width: calc(50% - 2rem);
    margin: 0 0 4rem 0;
  }
}
.banners__item:nth-child(1) .banner-card {
  background: #fff;
  color: #000;
}
.banner-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100%;
  border-radius: 0.5rem;
  background: #257fb1;
  color: #ffffff;
}
.banner-card__image {
  width: 45%;
  padding-top: 42%;
  position: relative;
  display: none;
}
@media only screen and (min-width: 550px) {
  .banner-card__image {
    display: block;
  }
}
@media only screen and (min-width: 991px) {
  .banner-card__image {
    padding-top: 47%;
  }
}
.banner-card__image img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: calc(100% + 2.5rem);
}
.banner-card__content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 3rem 2rem;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .banner-card__content {
    text-align: left;
    align-items: flex-start;
    width: 55%;
    padding: 4.5rem 0 4.5rem 3rem;
  }
}
@media only screen and (min-width: 1600px) {
  .banner-card__content {
    padding: 4.5rem 0 4.5rem 5.5rem;
  }
}
.banner-card__content h2 {
  width: 100%;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.1;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 550px) {
  .banner-card__content h2 {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .banner-card__content h2 {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-card__content h2 {
    font-size: 2.4rem;
    margin: 0 0 2.5rem 0;
  }
}
.banner-card__content p {
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 550px) {
  .banner-card__content p {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-card__content p {
    margin: 0 0 3rem 0;
  }
}
.banner-card__content a {
  position: relative;
  font-weight: 600;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #257fb1;
  background: #ffffff;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 4rem 1rem 4.5rem;
}
@media only screen and (min-width: 1200px) {
  .banner-card__content a {
    padding: 1rem 4rem 1rem 4.5rem;
  }
}
.banner-card__content a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 0.5rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(381%) hue-rotate(157deg) brightness(93%) contrast(100%);
}
.banner-card__content a:hover {
  background: #231f20;
  color: #fff;
  text-decoration: none;
}
.banner-card__content a:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}

.banner-facts {
  width: calc(100% + 2rem);
  height: calc(100% + 2rem);
  margin: -1rem;
  display: flex;
  flex-wrap: wrap;
}
.banner-facts__item {
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 550px) {
  .banner-facts__item {
    width: 50%;
    height: 50%;
  }
}

.banner-fact-card {
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 1600px) {
  .banner-fact-card {
    padding: 2rem 3rem;
  }
}
.banner-fact-card__ico img {
  max-height: 3.6rem;
}
@media only screen and (min-width: 1600px) {
  .banner-fact-card__ico img {
    max-height: 5.2rem;
  }
}
.banner-fact-card__text {
  padding: 0 0 0 1.5rem;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 1600px) {
  .banner-fact-card__text {
    padding: 0 0 0 3rem;
  }
}

.tips {
  padding: 7rem 0 0 0;
}
.tips__title {
  color: #000;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 1200px) {
  .tips__title {
    font-size: 2.4rem;
    margin: 0 0 3rem 0;
  }
}
.tips__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  justify-content: center;
}
.tips__item {
  width: 100%;
  padding: 0 1rem;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .tips__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .tips__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .tips__item {
    width: 25%;
  }
}
.tips__item:nth-child(1) .tip-card {
  background: #393d74;
}
.tips__item:nth-child(2) .tip-card {
  background: #b1253f;
}
.tips__item:nth-child(3) .tip-card {
  background: #d0a240;
}
.tips__item:nth-child(4) .tip-card {
  background: #717171;
}

.tip-card {
  background: #717171;
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100%;
  padding: 1.5rem 0;
  text-decoration: none;
  color: #fff;
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .tip-card {
    padding: 2rem 0;
  }
}
.tip-card:hover {
  background: #257fb1 !important;
  color: #ffffff !important;
}
.tip-card:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.tip-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 0.5rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.tip-card__title {
  padding: 0 3.5rem 0 1.5rem;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 550px) {
  .tip-card__title {
    padding: 0 3.5rem 0 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .tip-card__title {
    padding: 0 3.5rem 0 3rem;
  }
}

.blog {
  padding: 7rem 0 0 0;
}
.blog__title {
  color: #000;
  font-size: 2rem;
  line-height: 1.1;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 1200px) {
  .blog__title {
    font-size: 2.4rem;
    margin: 0 0 3rem 0;
  }
}
.blog__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
  justify-content: center;
}
.blog__item {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 550px) {
  .blog__item {
    width: 50%;
    margin: 0 0 2.5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .blog__item {
    width: 33.33%;
  }
}
.blog__controls {
  text-align: center;
  padding: 2rem 0 0 0;
}
.blog__controls a {
  text-decoration: underline;
  color: #257fb1;
  display: inline-block;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.4rem;
}
.blog__controls a:hover {
  color: #231f20;
}

.blog-card {
  background: #fff;
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 100%;
  padding: 0;
  text-decoration: none;
  color: #000;
  position: relative;
}
.blog-card:hover {
  background: #257fb1;
  color: #ffffff;
}
.blog-card__image {
  position: relative;
}
.blog-card__image img {
  display: block;
  width: 100%;
}
.blog-card__category {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #257fb1;
  color: #ffffff;
  display: inline-block;
  padding: 0.7rem 2rem;
  font-size: 1rem;
  line-height: 1.1;
  text-transform: uppercase;
}
.blog-card__content {
  padding: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .blog-card__content {
    padding: 2rem;
  }
}
@media only screen and (min-width: 1600px) {
  .blog-card__content {
    padding: 3rem;
  }
}
.blog-card__title {
  padding: 0;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  text-decoration: underline;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1200px) {
  .blog-card__title {
    font-size: 1.6rem;
  }
}

.related-articles {
  padding: 7rem 0 0 0;
}
.related-articles__title {
  color: #000;
  font-size: 2rem;
  line-height: 1.1;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 1200px) {
  .related-articles__title {
    font-size: 2.4rem;
    margin: 0 0 3rem 0;
  }
}
.related-articles__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
  justify-content: center;
}
.related-articles__item {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .related-articles__item {
    width: 50%;
    margin: 0 0 2.5rem 0;
  }
}
@media only screen and (min-width: 991px) {
  .related-articles__item {
    width: 33.33%;
  }
}
.related-articles__controls {
  text-align: center;
  padding: 2rem 0 0 0;
}
.related-articles__controls a {
  text-decoration: underline;
  color: #257fb1;
  display: inline-block;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.4rem;
}
.related-articles__controls a:hover {
  color: #231f20;
}

.related-article-card {
  background: #257fb1;
  color: #ffffff;
  border-radius: 0.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100%;
  padding: 2rem 0;
  text-decoration: none;
  position: relative;
}
.related-article-card:hover {
  background: #fff;
  color: #000;
}
.related-article-card:hover::before {
  filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(381%) hue-rotate(157deg) brightness(93%) contrast(100%);
}
.related-article-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
  width: 0.5rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.related-article-card__title {
  padding: 0 3.5rem 0 1.5rem;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 550px) {
  .related-article-card__title {
    padding: 0 3.5rem 0 3rem;
  }
}

.store-detail {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 991px) {
  .store-detail {
    padding: 1.5rem 0 0 0;
  }
}
.store-detail__content {
  width: 100%;
  margin: 0 0 4rem 0;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .store-detail__content {
    width: calc(50% - 1.5rem);
  }
}
@media only screen and (min-width: 1500px) {
  .store-detail__content {
    width: calc(50% - 3rem);
    margin: 0 0 7rem 0;
  }
}
.store-detail__content h1 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  padding: 0;
  position: relative;
  margin: 0 0 2.5rem 0;
}
.store-detail__logo {
  margin: 0 0 3rem 0;
}
.store-detail__logo img {
  max-height: 14rem;
  max-width: 100%;
  display: inline-block;
}
.store-detail__text {
  margin: 0 0 4.5rem 0;
}
.store-detail__gallery {
  width: 100%;
  margin: 0 0 4rem 0;
}
@media only screen and (min-width: 991px) {
  .store-detail__gallery {
    width: calc(50% - 1.5rem);
  }
}
@media only screen and (min-width: 1500px) {
  .store-detail__gallery {
    width: calc(50% - 3rem);
    margin: 0 0 7rem 0;
  }
}
.store-detail__map {
  width: 100%;
}

.store-map {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.store-map__info {
  background: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .store-map__info {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .store-map__info {
    padding: 2rem;
  }
}
.store-map__info h2 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  padding: 0;
  position: relative;
  margin: 0 0 2rem 0;
}
.store-map__info-data {
  width: 100%;
  padding: 2rem;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
}
@media only screen and (min-width: 991px) {
  .store-map__info-data {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .store-map__info-data {
    width: 100%;
  }
}
@media only screen and (min-width: 1500px) {
  .store-map__info-data {
    width: 50%;
    padding: 2.5rem;
  }
}
.store-map__info-data a {
  color: #257fb1;
}
.store-map__info-data table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.store-map__info-contact {
  display: flex;
  align-items: center;
  flex-direction: row;
  word-wrap: break-word;
  width: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  color: #257fb1;
  padding: 0 0 0 2.7rem;
  position: relative;
  margin: 0 0 0.5rem 0;
}
@media only screen and (min-width: 1200px) {
  .store-map__info-contact {
    font-size: 1.8rem;
  }
}
.store-map__info-contact img {
  filter: brightness(0) saturate(100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.store-map a.store-map__info-contact {
  text-decoration: none;
}
.store-map a.store-map__info-contact:hover {
  text-decoration: underline;
}
.store-map__frame {
  width: 100%;
  height: 35rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .store-map__frame {
    width: 50%;
    height: unset;
  }
}
.store-map__frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.store-services__caption {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  padding: 0;
  position: relative;
  margin: 0 0 2.5rem 0;
}
.store-services__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% + 4rem);
  margin: 0 -2rem;
}
.store-services__item {
  width: 100%;
  padding: 0 2rem;
  margin: 0 0 2.5rem 0;
}
@media only screen and (min-width: 550px) {
  .store-services__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1500px) {
  .store-services__item {
    width: 33.33%;
  }
}
.store-services__item.disabled {
  filter: grayscale(100%);
  opacity: 0.5;
}

.store-service-card {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
}
.store-service-card__icon {
  min-width: 4.2rem;
}
.store-service-card__icon img {
  max-width: 100%;
  transform: translateY(2px);
  max-height: 4.2rem;
}
.store-service-card__label {
  line-height: 1.1;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  padding: 0 0 0 1.5rem;
  margin: 0;
  text-align: left;
}

@media only screen and (min-width: 991px) {
  .subpage-detail {
    padding: 2rem 0 0 0;
  }
}

.subpage-texts {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  color: #000;
}
.subpage-texts img {
  max-width: 100%;
}
.subpage-texts h1 {
  font-size: 3.6rem;
  font-weight: bold;
  color: inherit;
  margin: 0 0 3.5rem 0;
  padding: 0;
  line-height: 1.1;
}
.subpage-texts h2 {
  font-size: 2.5rem;
  font-weight: 600;
  color: inherit;
  margin: 0 0 2.5rem 0;
  padding: 0;
  line-height: 1.1;
}
.subpage-texts h3 {
  font-size: 1.8rem;
  font-weight: 600;
  color: inherit;
  margin: 0 0 1.5rem 0;
  padding: 0;
  line-height: 1.1;
}
.subpage-texts p {
  margin: 0 0 4rem 0;
}
.subpage-texts a {
  color: #257fb1;
  text-decoration: underline;
}
.subpage-texts a:hover {
  text-decoration: none;
}
.subpage-texts .highlighted-tip {
  border: 0.1rem solid #257fb1;
  background: #cfe5f1;
  display: flex;
  flex-direction: column;
  color: #257fb1;
  padding: 2rem;
  border-radius: 0.3rem;
  position: relative;
  margin: 2.5rem 0 4rem 0;
}
@media only screen and (min-width: 550px) {
  .subpage-texts .highlighted-tip {
    padding: 2rem 16rem 2rem 3rem;
  }
  .subpage-texts .highlighted-tip::before {
    content: "";
    width: 13rem;
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% + 3rem);
    background: url(../images/home-man.png) no-repeat center bottom;
    background-size: contain;
  }
}
@media only screen and (min-width: 991px) {
  .subpage-texts .highlighted-tip {
    flex-direction: row;
    gap: 3.5rem;
  }
}
.subpage-texts .highlighted-tip h2, .subpage-texts .highlighted-tip h3 {
  white-space: nowrap;
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
}
.subpage-texts .highlighted-tip p {
  margin: 1rem 0;
}
.subpage-texts .highlighted-tip-noimage {
  border: 0.1rem solid #257fb1;
  background: #cfe5f1;
  display: flex;
  flex-direction: column;
  color: #257fb1;
  padding: 2rem;
  border-radius: 0.3rem;
  position: relative;
  margin: 2.5rem 0 4rem 0;
}
@media only screen and (min-width: 550px) {
  .subpage-texts .highlighted-tip-noimage {
    padding: 2rem 16rem 2rem 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .subpage-texts .highlighted-tip-noimage {
    flex-direction: row;
    gap: 3.5rem;
  }
}
.subpage-texts .highlighted-tip-noimage h2, .subpage-texts .highlighted-tip-noimage h3 {
  white-space: nowrap;
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
}
.subpage-texts .highlighted-tip-noimage p {
  margin: 1rem 0;
}
.subpage-texts ol {
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.subpage-texts ol li {
  display: block;
  position: relative;
  padding: 0 0 0 4rem;
  margin: 0 0 4rem 0;
}
.subpage-texts ol li:before {
  content: counters(item, ".", upper-roman) ". ";
  counter-increment: item;
  font-size: 3rem;
  font-weight: normal;
  color: #257fb1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.subpage-texts ul {
  list-style: none;
  margin: 0 0 3rem 0;
  padding: 0;
}
.subpage-texts ul li {
  display: block;
  position: relative;
  padding: 0 0 0 2rem;
  margin: 0 0 0.5rem 0;
}
.subpage-texts ul li:before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0;
  width: 0.6rem;
  height: 0.2rem;
  background: #666;
}
.subpage-texts table {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  text-align: center;
}
.subpage-texts table th {
  padding: 1rem;
  font-weight: 500;
  color: #fff;
  background-color: #257fb1;
  font-size: 1.3rem;
  vertical-align: middle;
}
.subpage-texts table tr:nth-child(2n+1) td {
  background: #d5d5d5;
}
.subpage-texts table tr td {
  padding: 0.5rem 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}
.subpage-texts .contacttable tr:nth-child(2n+1) td {
  background: unset;
}

.ref-slider {
  position: relative;
  margin: 0 !important;
}
.ref-slider__container {
  padding: 0;
}
@media only screen and (min-width: 991px) {
  .ref-slider__container {
    padding: 0 4rem;
  }
}
@media only screen and (min-width: 1600px) {
  .ref-slider__container {
    padding: 0 12rem;
  }
}
.ref-slider .slick-track {
  display: flex;
}
.ref-slider .slick-slide {
  display: flex !important;
  height: unset !important;
}
.ref-slider .slick-slide > div {
  height: 100%;
}
.ref-slider .slick-arrow {
  width: 2.7rem;
  height: 1.2rem;
}
@media only screen and (max-width: 990px) {
  .ref-slider .slick-arrow {
    display: none;
  }
}
@media only screen and (min-width: 991px) {
  .ref-slider .slick-arrow {
    width: 2.7rem;
  }
}
.ref-slider .slick-arrow::before {
  content: "";
  background: url(../images/slider-arr.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.ref-slider .slick-prev {
  left: -4rem;
}
@media only screen and (min-width: 1600px) {
  .ref-slider .slick-prev {
    left: -7rem;
  }
}
.ref-slider .slick-next {
  right: -4rem;
}
@media only screen and (min-width: 1600px) {
  .ref-slider .slick-next {
    right: -7rem;
  }
}
.ref-slider .slick-next:before {
  transform: rotate(180deg);
}
.ref-slider .slick-dots {
  position: absolute;
  bottom: 3rem;
  right: 0;
  z-index: 10;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .ref-slider .slick-dots {
    text-align: right;
    right: 3rem;
  }
}
.ref-slider .slick-dots li {
  margin: 0;
}
.ref-slider .slick-dots li button:before {
  font-size: 1.2rem;
  color: #8fa5b2;
  opacity: 1;
}
.ref-slider .slick-dots li.slick-active button:before {
  color: #fff;
  opacity: 1;
}
.ref-slider__controls {
  text-align: center;
  padding: 4rem 0 0 0;
}
.ref-slider__title {
  position: relative;
  color: #19233f;
  text-align: center;
  margin: 0 0 3rem 0;
  padding: 0;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
  /*&::before {
      content: '';
      width: 17.6rem;
      height: 4.7rem;
      background: url(../images/wave.png) no-repeat center center;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      transform: translate(-50%,-50%);
  }*/
}
@media only screen and (min-width: 991px) {
  .ref-slider__title {
    margin: 0 0 6rem 0;
  }
}
.ref-slider__title span {
  position: relative;
  z-index: 2;
}
.ref-slider__item {
  height: 100%;
}

.ref-slider-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  flex-direction: column-reverse;
}
@media only screen and (min-width: 768px) {
  .ref-slider-card {
    flex-direction: row;
  }
}
.ref-slider-card__left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .ref-slider-card__left {
    width: 34%;
  }
}
.ref-slider-card__photo {
  width: 100%;
  padding-top: 85%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ref-slider-card__logo {
  width: 8.5rem;
  height: 8.5rem;
  background: #fff;
  position: relative;
}
.ref-slider-card__logo img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: calc(100% - 4rem);
  max-height: calc(100% - 4rem);
}
.ref-slider-card__right {
  width: 100%;
  background: #257fb1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 8.5rem 0;
}
@media only screen and (min-width: 768px) {
  .ref-slider-card__right {
    width: 66%;
  }
}
.ref-slider-card__content {
  padding: 3rem;
  color: #fff;
}
.ref-slider-card__title {
  position: relative;
  color: #fff;
  text-align: left;
  margin: 2rem 0 3.5rem 0;
  padding: 0;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.1;
}
.ref-slider-card__text {
  position: relative;
  color: #fff;
  text-align: left;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.6;
}
@media only screen and (min-width: 550px) {
  .ref-slider-card__text {
    padding: 0 0 0 4.5rem;
  }
  .ref-slider-card__text::before {
    content: "";
    width: 2.3rem;
    height: 1.7rem;
    background: url(../images/quote.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.ref-slider-card__info {
  position: absolute;
  bottom: 0;
  left: 3rem;
  color: #fff;
  text-align: left;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 8.5rem;
  width: 100%;
}

.advices {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
  padding: 6rem 0;
}
@media only screen and (min-width: 991px) {
  .advices {
    padding: 12rem 0;
  }
}
.advices__title {
  width: 100%;
  color: #000;
  font-size: 2rem;
  line-height: 1.1;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 0 0 2rem 0;
}
@media only screen and (min-width: 991px) {
  .advices__title {
    width: 25%;
    padding: 0 3rem 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .advices__title {
    font-size: 2.4rem;
  }
}
.advices__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 991px) {
  .advices__list {
    width: 75%;
  }
}
.advices__item {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .advices__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1600px) {
  .advices__item {
    width: 33.33%;
  }
}

.advices-card {
  padding: 1.3rem 3rem 1.3rem 0;
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  transition: 0.3s;
}
@media only screen and (min-width: 550px) {
  .advices-card {
    padding: 1.3rem 5rem 1.3rem 2rem;
    border-left: 0.1rem solid #cccfd0;
  }
}
.advices-card:hover {
  color: #257fb1;
}
.advices-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 1rem;
  width: 0.5rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(381%) hue-rotate(157deg) brightness(93%) contrast(100%);
}
@media only screen and (min-width: 550px) {
  .advices-card:before {
    right: 3rem;
  }
}
.advices-card__title {
  padding: 0;
  color: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .advices-card__title {
    font-size: 1.6rem;
  }
}

.home-products__links {
  border-bottom: 0.1rem solid #cccfd0;
  margin: 0 0 2rem 0;
}
.home-products__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-products__links ul li {
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 550px) {
  .home-products__links ul li {
    display: inline-block;
    margin: 0 1.5rem 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .home-products__links ul li {
    margin: 0 4.5rem 0 0;
  }
}
.home-products__links ul li.selected span {
  color: #000;
}
.home-products__links ul li.selected span::before {
  opacity: 1;
}
.home-products__links ul li span {
  position: relative;
  display: inline-block;
  background: transparent;
  text-align: center;
  color: #bbb;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 1.4rem 0;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .home-products__links ul li span {
    width: unset;
  }
}
@media only screen and (min-width: 768px) {
  .home-products__links ul li span {
    font-size: 1.6rem;
  }
}
.home-products__links ul li span:hover {
  color: #000;
}
.home-products__links ul li span::before {
  content: "";
  height: 0.6rem;
  width: 100%;
  border-radius: 0.2rem;
  background: #257fb1;
  display: block;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  opacity: 0;
}

.sidebar__visited {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .sidebar__visited {
    padding: 0 0 3.5rem 1.5rem;
  }
}

.last-visited {
  background: #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.last-visited__caption {
  width: 100%;
  padding: 3rem 1.5rem 2rem 1.5rem;
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  text-align: center;
}
.last-visited__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .last-visited__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .last-visited__item {
    width: 100%;
  }
}
.last-visited__item:last-child .last-visited-card {
  border-bottom: none;
}

.last-visited-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0.1rem solid #eaeeef;
  text-decoration: none;
  padding: 3rem 2rem;
}
@media only screen and (min-width: 768px) {
  .last-visited-card {
    border-right: 0.1rem solid #eaeeef;
  }
}
@media only screen and (min-width: 1200px) {
  .last-visited-card {
    border-right: none;
    border-bottom: 0.1rem solid #eaeeef;
  }
}
@media only screen and (min-width: 1600px) {
  .last-visited-card {
    padding: 3rem;
  }
}
.last-visited-card:hover .last-visited-card__title {
  text-decoration: underline;
  color: #257fb1;
}
.last-visited-card__title {
  color: #000;
  font-weight: 600;
  font-size: 1.2rem;
  padding: 0 0 1.5rem 0;
  text-align: center;
  width: 100%;
}
.last-visited-card__image {
  width: calc(40% - 1.5rem);
  height: 6rem;
  position: relative;
}
@media only screen and (min-width: 1600px) {
  .last-visited-card__image {
    width: calc(50% - 1.5rem);
    height: 6rem;
  }
}
.last-visited-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%;
}
.last-visited-card__info {
  width: calc(60% - 1.5rem);
  text-align: right;
}
@media only screen and (min-width: 1600px) {
  .last-visited-card__info {
    width: calc(50% - 1.5rem);
  }
}
.last-visited-card__prices {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.5rem 0;
}
@media only screen and (min-width: 550px) {
  .last-visited-card__prices {
    text-align: right;
  }
}
.last-visited-card__prices .base-price {
  color: #de0000;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
.last-visited-card__prices .vat-price {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
}
.last-visited-card__avail {
  width: 100%;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin: 0;
}
@media only screen and (min-width: 550px) {
  .last-visited-card__avail {
    text-align: right;
  }
}

.sidebar__contact {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .sidebar__contact {
    padding: 0 0 3.5rem 1.5rem;
  }
}

.sidebar-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #257fb1;
  color: #ffffff;
  border-radius: 0.5rem;
  padding: 3rem 2rem;
}
.sidebar-contact__title {
  padding: 0 0 1.5rem 0;
  color: inherit;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
}
.sidebar-contact__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 0 1.5rem 0;
}
.sidebar-contact__photo {
  width: 6.5rem;
}
.sidebar-contact__photo img {
  max-width: 100%;
  display: inline-block;
}
.sidebar-contact__info {
  max-width: calc(100% - 6.5rem);
  padding: 0 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sidebar-contact__info a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0.5rem 0;
}
.sidebar-contact__info a:hover {
  text-decoration: underline;
}
.sidebar-contact__info a img {
  margin: 0 1rem 0 0;
}
.sidebar-contact__address {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 2.5rem 0;
}
.sidebar-contact__btn {
  line-height: 1.1;
  border: none;
  outline: none !important;
  border-radius: 0.3rem;
  cursor: pointer;
  text-decoration: none !important;
  padding: 0.8rem 3rem;
  font-weight: 500;
  display: inline-block;
  color: #257fb1;
  background: #ffffff;
  position: relative;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  white-space: nowrap;
}
.sidebar-contact__btn:hover {
  color: #fff;
  background: #231f20;
}

.btn-white-arr {
  position: relative;
  font-weight: 600;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #257fb1;
  background: #ffffff;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 2rem 1rem 3.5rem;
}
@media only screen and (min-width: 550px) {
  .btn-white-arr {
    font-size: 1.4rem;
    padding: 1rem 2rem 1rem 3.5rem;
  }
}
.btn-white-arr:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 0.5rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(381%) hue-rotate(157deg) brightness(93%) contrast(100%);
}
.btn-white-arr:hover {
  background: #257fb1;
  text-decoration: none;
  color: #ffffff;
}
.btn-white-arr:hover::before {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}

/*lide region*/
.lide-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  justify-content: center;
}
.lide-list__item {
  border: 1rem solid transparent;
  margin: 0 0 3rem 0;
}
@media only screen and (min-width: 550px) {
  .lide-list__item {
    width: 33.33333%;
  }
}
@media only screen and (min-width: 990px) {
  .lide-list__item {
    width: 25%;
    border: 2.5rem solid transparent;
  }
}

.lide-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.lide-link img {
  display: block;
  margin: 0 auto;
  max-width: 80%;
  border-radius: 100%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .lide-link img {
    max-width: 100%;
  }
}
.lide-link__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.lide-link__title {
  margin: 3rem 0 1rem 0;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .lide-link__title {
    margin: 5rem 0 1rem 0;
  }
}

.lide-contact {
  display: block;
  margin: 0.5rem 0;
  font-weight: 600;
  font-size: 1.4rem;
}
.lide-contact--position {
  margin: 0 0 2rem 0;
  font-weight: 500;
  max-width: 15rem;
}

.lide-detail {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
}
.lide-detail h1 {
  font-size: 2.4rem;
  font-weight: 600;
  margin: 0 0 1.5rem 0;
}
.lide-detail__foto {
  position: unset;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .lide-detail__foto {
    position: absolute;
    width: 28rem;
    right: 0;
    top: 0;
  }
}
@media only screen and (min-width: 990px) {
  .lide-detail__foto {
    width: 50rem;
    position: unset;
  }
}
.lide-detail__foto img {
  display: block;
  max-width: 100%;
}
.lide-detail__info {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 3.3rem 1.7rem 2.5rem 2rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 550px) {
  .lide-detail__info {
    padding: 3.3rem 2.7rem 2.5rem 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .lide-detail__info {
    padding: 4.3rem 4rem 3.5rem 6rem;
  }
}
@media only screen and (min-width: 990px) {
  .lide-detail__info {
    width: calc(100% - 50rem);
  }
}
@media only screen and (min-width: 1400px) {
  .lide-detail__info {
    padding: 6.5rem 6rem 5rem 9rem;
  }
}
.lide-detail__left {
  width: 20rem;
}
@media only screen and (min-width: 990px) {
  .lide-detail__left {
    width: 23rem;
  }
}
.lide-detail__right {
  width: 100%;
  padding: 3.9rem 0 0 0rem;
}
@media only screen and (min-width: 1400px) {
  .lide-detail__right {
    width: calc(100% - 23rem);
    padding: 3.9rem 0 0 5rem;
  }
}
.lide-detail__description {
  width: 100%;
  padding: 3rem 0 0 0;
}
.lide-detail__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lide-detail__item {
  color: #000;
  padding: 0.5rem 0;
}
.lide-detail__item--position {
  padding: 0.5rem 0 3.5rem 0;
}
.lide-detail__item--phone {
  font-size: 1.8rem;
}
.lide-detail__item--phone a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #257fb1;
}
.lide-detail__item--phone a:hover {
  text-decoration: none;
}
.lide-detail__item--email a {
  font-size: 1.8rem;
  font-weight: 700;
  color: #257fb1;
}
.lide-detail__item--email a:hover {
  text-decoration: none;
}

.lide__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 3rem);
  margin: 0 -1.5rem;
}
@media only screen and (min-width: 1200px) {
  .lide__list {
    width: calc(100% + 5rem);
    margin: 0 -2.5rem;
  }
}
.lide__item {
  width: 100%;
  padding: 0 1.5rem;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 650px) {
  .lide__item {
    width: 50%;
    margin: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 1400px) {
  .lide__item {
    padding: 0 2.5rem;
    margin: 0 0 5rem 0;
    width: 33.33%;
  }
}

.lide-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 0.5rem;
  background: #fff;
  color: #fff;
  padding: 1.5rem 2.5rem 1.5rem 1.5rem;
  min-height: 100%;
  text-decoration: none !important;
}
.lide-card__image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 550px) {
  .lide-card__image {
    width: 6.7rem;
  }
}
@media only screen and (min-width: 768px) {
  .lide-card__image {
    width: 10.7rem;
  }
}
.lide-card__image img {
  max-width: 100%;
  display: block;
  border-radius: 100%;
}
.lide-card__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 1rem 2rem 2rem 2rem;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .lide-card__content {
    text-align: left;
    align-items: flex-start;
    width: calc(100% - 6.7rem);
    padding: 1.5rem 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .lide-card__content {
    width: calc(100% - 10.7rem);
  }
}
@media only screen and (min-width: 991px) {
  .lide-card__content {
    padding: 1.5rem 2rem;
  }
}
.lide-card__name {
  color: black;
  margin: 0 0 0.2rem 0;
  padding: 0;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.2;
}
.lide-card__rank {
  color: black;
  margin: 0 0 1.5rem 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.lide-card__info {
  color: black;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.5;
}
.lide-card__info a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}
.lide-card__info a:hover {
  color: #257fb1;
}

.search-query-region {
  width: 100%;
}

.search-item-info {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}

.search-query-container .search-query-title h2 {
  font-size: 2.1rem;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .search-query-container .search-query-title h2 {
    font-size: 1.8rem;
  }
}
.search-query-container .search-query-list-wrapper {
  margin: 0 0 3rem 0;
}
.search-query-container .search-query-list-wrapper .search-query-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-query-container .search-query-list-wrapper .search-query-list .search-query-item {
  margin: 1rem 0 0 0;
  padding: 0 0 0 3rem;
  position: relative;
}
.search-query-container .search-query-list-wrapper .search-query-list .search-query-item:before {
  left: 0;
  position: absolute;
  top: -0.1rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../images/folder.png) no-repeat center center;
  background-size: 2.1rem 2.1rem;
  content: "";
}
.search-query-container .search-query-list-wrapper .search-query-list .search-query-item a {
  display: inline-block;
  line-height: 2.1rem;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  transition: 0.3s;
}
.search-query-container .search-query-list-wrapper .search-query-list .search-query-item a:hover {
  color: #257fb1;
}
.search-query-container .search-query-list-wrapper .search-query-list .search-query-item i {
  color: #20648b;
  display: inline-block;
  position: relative;
  margin: 0 0.7rem;
  background: url(../images/arrow-menu.svg) no-repeat center center;
  width: 1.2rem;
  height: 1.2rem;
}

.category-childs-toggle-button, .search-category-toggle-button {
  position: relative;
  font-weight: 600;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #ffffff;
  background: #257fb1;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 2.5rem 1rem 4.5rem;
  margin: 1.5rem 0 0 0;
}
@media only screen and (min-width: 550px) {
  .category-childs-toggle-button, .search-category-toggle-button {
    font-size: 1.4rem;
    padding: 1rem 3.5rem 1rem 3.5rem;
    margin: 2.5rem 0 0 0;
  }
}
.category-childs-toggle-button .arr-text, .search-category-toggle-button .arr-text {
  display: inline-block;
  vertical-align: middle;
}
.category-childs-toggle-button .arr-ico, .search-category-toggle-button .arr-ico {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
  right: -0.7rem;
}
.category-childs-toggle-button .arr-ico svg, .search-category-toggle-button .arr-ico svg {
  fill: #fff;
  position: relative;
}
.category-childs-toggle-button:hover .arr-text, .search-category-toggle-button:hover .arr-text {
  text-decoration: underline;
}
.category-childs-toggle-button.open .arr-ico svg, .search-category-toggle-button.open .arr-ico svg {
  transform: rotate(180deg);
}

@media only screen and (min-width: 1200px) {
  .category-title {
    padding: 2.5rem 0 0 0;
  }
}

.categories__toggler {
  border: none;
  background: transparent;
  border-radius: 0;
  outline: none;
  margin: 0;
  padding: 0 1.5rem 0 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}
.categories__toggler:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-top: 0.5rem solid #555;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}
@media only screen and (min-width: 990px) {
  .categories__toggler {
    display: none;
  }
}
.categories__toggler:hover {
  color: #257fb1;
}
.categories__toggler.open:before {
  transform: translateY(-50%) rotate(180deg);
}
.categories__list {
  /*display:none;*/
  width: calc(100% + 10px);
  margin: 0 -0.5rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  /*@include mq('tablet') {
      @include display-flex(); @include flex-wrap-wrap();
  }*/
}
@media only screen and (min-width: 1200px) {
  .categories__list {
    padding: 0;
  }
}
.categories__list.open {
  display: flex;
  flex-wrap: wrap;
}
.categories__item {
  width: 100%;
  padding: 0.5rem;
}
@media only screen and (min-width: 550px) {
  .categories__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .categories__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1400px) {
  .categories__item {
    width: 20%;
  }
}
@media only screen and (min-width: 1600px) {
  .categories__item {
    width: 16.667%;
  }
}

.category-link {
  background: #fff;
  color: #000;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 0 0 1rem;
}
.category-link__image {
  width: 5rem;
  height: 5rem;
  position: relative;
}
.category-link__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category-link__name {
  width: calc(100% - 50px);
  padding: 0 2.5rem 0 1.5rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  transition: 0.3s;
}
.category-link__name:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  border-left: 0.4rem solid #257fb1;
  border-top: 0.4rem solid transparent;
  border-bottom: 0.4rem solid transparent;
}
.category-link:hover .category-link__name {
  color: #257fb1;
}

/*subpage boxy*/
.subpage-intro {
  max-width: 111rem;
  margin: 0 auto;
  padding: 0 0 3rem 0;
}
@media only screen and (min-width: 990px) {
  .subpage-intro {
    padding: 0 0 6rem 0;
  }
}
.subpage-intro p {
  text-align: center;
  margin: 0 0 2rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media only screen and (min-width: 990px) {
  .subpage-intro p {
    font-size: 2.4rem;
  }
}

.subpage-image-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 0 4rem;
}
@media only screen and (min-width: 990px) {
  .subpage-image-left {
    margin: 0 0 8rem;
    justify-content: flex-start;
  }
}
.subpage-image-left__image {
  padding: 0 0 3rem 0;
}
@media only screen and (min-width: 990px) {
  .subpage-image-left__image {
    width: calc(33% - 3rem);
    padding: 0;
  }
}
.subpage-image-left__image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 0.6rem;
}
.subpage-image-left__image--tabs {
  width: 100%;
}
@media only screen and (min-width: 990px) {
  .subpage-image-left__image--tabs {
    width: calc(25% - 3rem);
  }
}
.subpage-image-left__text {
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .subpage-image-left__text {
    border-left: 0.9rem solid #afafaf;
    padding: 0 0 0 3rem;
    text-align: left;
  }
}
@media only screen and (min-width: 990px) {
  .subpage-image-left__text {
    max-width: calc(100% - 560px);
    margin: 0 0 0 5rem;
  }
}
.subpage-image-left__text--tabs {
  max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 990px) {
  .subpage-image-left__text--tabs {
    width: calc(75% - 2rem);
  }
}
.subpage-image-left__text--tabs p {
  font-size: 1.6rem !important;
}
.subpage-image-left__tabs-title {
  display: block;
  font-size: 2.2rem;
  font-weight: 600;
  color: inherit;
  margin: 0 0 2.5rem 0;
  padding: 0;
  line-height: 1.1;
}
.subpage-image-left p {
  font-size: 1.6rem;
}
@media only screen and (min-width: 990px) {
  .subpage-image-left p {
    font-size: 1.8rem;
  }
}
.subpage-image-left p:last-child {
  margin: 0;
}

.subpage-three-boxes {
  margin: 0 0 6rem 0;
}
@media only screen and (min-width: 990px) {
  .subpage-three-boxes {
    margin: 0 0 11rem 0;
  }
}
.subpage-three-boxes__boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.subpage-box {
  width: 100%;
  padding: 3rem;
  border-radius: 0.5rem;
  margin: 1rem 0;
}
@media only screen and (min-width: 550px) {
  .subpage-box {
    width: calc(50% - 2rem);
    margin: 1rem;
  }
}
@media only screen and (min-width: 990px) {
  .subpage-box {
    width: calc(33.333% - 3rem);
  }
}
.subpage-box__title {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 1rem;
}
@media only screen and (min-width: 990px) {
  .subpage-box__title {
    font-size: 3.8rem;
  }
}
@media only screen and (min-width: 1600px) {
  .subpage-box__title {
    font-size: 4.8rem;
  }
}
.subpage-box p {
  font-size: 1.6rem;
  color: #fff;
}
@media only screen and (min-width: 550px) {
  .subpage-box p {
    font-size: 1.8rem;
  }
}
.subpage-box--primary {
  background: #257fb1;
}
.subpage-box--primary a:not(.button) {
  display: flex;
  align-items: center;
  color: #fff;
  background: transparent;
  padding: 0.8rem 0;
  text-decoration: underline;
  text-underline-position: under;
}
.subpage-box--primary a:not(.button):hover {
  text-decoration: none;
}
.subpage-box--primary a:not(.button) img {
  margin: 0 1rem 0 0;
}
.subpage-box--secondary {
  background: #231f20;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.subpage-box--secondary a:hover {
  border-color: #fff;
  background: transparent;
}
.subpage-box--gray {
  background: #d9d9d9;
  display: flex;
  align-items: center;
}
.subpage-box--gray p {
  color: #231f20;
}
.subpage-box--blue {
  background: #231f20;
}
@media only screen and (min-width: 990px) {
  .subpage-box:first-child {
    margin: 0 2.2rem 0 0;
  }
  .subpage-box:nth-child(2) {
    margin: 0 2.2rem 0 2.2rem;
  }
  .subpage-box:last-child {
    margin: 0 0 0 2.2rem;
  }
}

.subpage-quotation {
  margin: 0 auto;
  max-width: 77rem;
  position: relative;
}
.subpage-quotation p {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (min-width: 990px) {
  .subpage-quotation p {
    font-size: 4rem;
  }
}
.subpage-quotation:before {
  content: "";
  position: absolute;
  background: url(/templates/styles/images/quote.svg) center center no-repeat;
  left: 0;
  top: 0;
  width: 2.7rem;
  height: 2.7rem;
  transform: translateX(-50%);
}

.subpage-text-center {
  margin: 0 auto;
  max-width: 77rem;
}
.subpage-text-center p {
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (min-width: 990px) {
  .subpage-text-center p {
    font-size: 1.8rem;
  }
}

.subpage-box-image {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 5rem 0;
}
@media only screen and (min-width: 550px) {
  .subpage-box-image {
    margin: 0 0 9rem 0;
  }
}
.subpage-box-image__box {
  width: 100%;
  margin: 1.5rem 0;
}
@media only screen and (min-width: 990px) {
  .subpage-box-image__box {
    width: calc(50% - 5rem);
    margin: 2.5rem;
  }
}
.subpage-box-image__inner {
  background: #231f20;
  border-radius: 0.6rem;
  padding: 5.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0.6rem;
  text-align: center;
}
@media only screen and (min-width: 550px) {
  .subpage-box-image__inner {
    text-align: left;
  }
}
.subpage-box-image p {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.subpage-button-small {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  text-decoration: none !important;
  border-radius: 0.3rem;
}
.subpage-button-small--white {
  color: #257fb1;
  background: #fff !important;
}
.subpage-button-small--white:hover {
  background: #257fb1 !important;
  color: #fff !important;
}
.subpage-button-small--blue {
  background: #257fb1 !important;
  color: #fff !important;
}
.subpage-button-small--blue:hover {
  background: #fff !important;
  color: #257fb1 !important;
}

.box404 {
  background: #fff;
  text-align: center;
  padding: 0 3rem 3rem;
}
.box404 img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
.box404__button {
  display: inline-block;
  text-decoration: none !important;
  background: #257fb1;
  color: #ffffff !important;
  line-height: 1.1;
  font-weight: 600;
  font-size: 1.4rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
  transition: 0.3s;
}
.box404__button:hover {
  background: #000;
}

.categories-404 {
  margin: 4rem 0 0 0;
}
.categories-404__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  color: inherit;
  margin: 0rem 0 2.5rem 0;
  padding: 0;
  line-height: 1.1;
}

#calculator select, #calculator input, #calculator button {
  width: 100%;
  height: 2em;
}

#calculator .calculator-forms {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1045px) {
  #calculator .calculator-forms {
    flex-direction: row;
  }
}
#calculator .popup-wrapper {
  position: relative;
}
#calculator .popup-target {
  display: none;
  position: absolute;
  background: #fff;
  /*border: 1px solid black;*/
  box-shadow: 0 0 1px;
  padding: 1em;
  width: 30rem;
  z-index: 500;
  right: 0;
  box-shadow: 0px 0px 5px 0px black;
  border-radius: 1.2rem;
}
#calculator .popup-hover {
  display: block;
  width: 20px;
}
#calculator .popup-hover:hover + .popup-target {
  display: block;
}
#calculator table {
  background: #fff;
}
#calculator table tr:nth-child(2n+1) td {
  background: lightgray;
}
#calculator table .title {
  background: #008ed6 !important;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 1.5rem 0;
}
#calculator table button {
  border: none;
  background: #008ed6;
  color: #fff;
}
#calculator table button[disabled] {
  background: silver;
}

.side-panel {
  position: fixed;
  right: -295px;
  top: 50%;
  transition: 0.4s;
  z-index: 150;
  height: 0px;
}
.side-panel:hover {
  right: 0px;
}
@media only screen and (max-width: 400px) {
  .side-panel:hover {
    right: -100px;
  }
}
.side-panel__smallblock {
  background: #d64700;
  position: relative;
  color: #fff;
  transform: rotate(270deg);
  font-size: 1.6rem;
  font-weight: 600;
  padding: 10px 15px 20px 15px;
  border-radius: 8px;
  cursor: pointer;
  margin-right: 166px;
  right: 40px;
  bottom: 4px;
  z-index: 151;
}
@media only screen and (max-width: 400px) {
  .side-panel__smallblock {
    right: 84px;
    margin-right: 121px;
  }
}
.side-panel__content {
  width: 30rem;
  position: relative;
  top: -133px;
  right: -84px;
  z-index: 152;
  background: #fff;
  border-radius: 5px;
  padding: 1rem 3rem 2rem 2rem;
}
@media only screen and (max-width: 400px) {
  .side-panel__content {
    width: 22rem;
    right: -42px;
  }
}
.side-panel__text p {
  font-size: 1.3rem;
  line-height: 1.5rem;
}
.side-panel__buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 400px) {
  .side-panel__buttons {
    flex-direction: column;
  }
}
.side-panel__buttons .btn {
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 1.1rem;
  width: 10rem;
  display: inline-block;
  white-space: initial;
  border-color: transparent;
  font-weight: 600;
  font-size: 1.1rem;
}
.side-panel__buttons .btn:hover {
  background: #231f20;
}
.side-panel__buttons .grn {
  background: #168c3f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.side-panel__buttons .grn img {
  margin-right: 2px;
}
.side-panel__buttons span {
  margin: 5px 0px;
}

/*blog categories*/
.categories {
  margin: 0 0 3rem 0;
}
.categories ul {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0rem 0 0 0;
  padding-left: 0;
}
.categories ul li {
  padding: 8px 12px;
  position: relative;
  bottom: -1px;
  cursor: pointer;
}
.categories ul li.current a {
  color: #313131;
  transition: 0.25s;
}
.categories ul li:hover a {
  color: #313131;
  transition: 0.25s;
}
.categories ul li a {
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  color: #939393;
  font-size: 1.5rem;
  transition: 0.15s;
  position: relative;
}

/*end region*/
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.hidden {
  display: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.w-100 {
  width: 100% !important;
}

.text-bold {
  font-weight: bold !important;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.color-primary {
  color: #257fb1 !important;
}

.bg-primary {
  background: #257fb1 !important;
}

.disable-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

.content__cart {
  position: relative;
  z-index: 10;
  padding: 5rem 1.5rem;
  margin: 0 auto;
  width: 100%;
  max-width: 120rem;
}

.quantity-edit {
  display: flex;
  border: 0.1rem solid #c1c1c1;
  width: 9.4rem;
  flex-wrap: wrap;
}
.quantity-edit--deleni {
  width: 11rem;
}
.quantity-edit .quantity-input {
  flex-grow: 1;
  border: none;
  background: transparent;
  min-width: 0;
  text-align: center;
  width: calc(100% - 2rem);
}
.quantity-edit .quantity-buttons, .quantity-edit .quantity-buttons_material {
  width: 2rem;
  font-size: 0;
}
.quantity-edit .quantity-buttons .quantity-button, .quantity-edit .quantity-buttons_material .quantity-button {
  border: none;
  background: #e2e2e2;
  color: #000;
  height: 2.3rem;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.quantity-edit .quantity-buttons .quantity-button--down:before, .quantity-edit .quantity-buttons_material .quantity-button--down:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 0.6rem solid #9e9e9e;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.quantity-edit .quantity-buttons .quantity-button--down:hover, .quantity-edit .quantity-buttons_material .quantity-button--down:hover {
  cursor: pointer;
}
.quantity-edit .quantity-buttons .quantity-button--down:hover:before, .quantity-edit .quantity-buttons_material .quantity-button--down:hover:before {
  border-bottom: 0.6rem solid #257fb1;
}
.quantity-edit .quantity-buttons .quantity-button--up:before, .quantity-edit .quantity-buttons_material .quantity-button--up:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 0.6rem solid #9e9e9e;
  border-left: 0.6rem solid transparent;
  border-right: 0.6rem solid transparent;
}
.quantity-edit .quantity-buttons .quantity-button--up:hover, .quantity-edit .quantity-buttons_material .quantity-button--up:hover {
  cursor: pointer;
}
.quantity-edit .quantity-buttons .quantity-button--up:hover:before, .quantity-edit .quantity-buttons_material .quantity-button--up:hover:before {
  border-top: 0.6rem solid #257fb1;
}

/*#region profil zakaznika */
.profile h1 {
  line-height: 1.1;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin: 1rem 0 2rem 0;
  padding: 0;
  font-size: 2.8rem;
}
@media only screen and (min-width: 768px) {
  .profile h1 {
    margin: 2rem 0 3rem 0;
    font-size: 3.6rem;
  }
}
.profile__change-password {
  margin: 0 auto;
  max-width: 66rem;
}
.profile__delivery-adress {
  margin: 5rem auto 0 auto;
  max-width: 66rem;
}
.profile__orders-list {
  margin: 0 auto;
  max-width: 66rem;
}

.profile-links {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  text-align: center;
}
.profile-links li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.profile-links li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 0.5rem 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
}
@media only screen and (min-width: 991px) {
  .profile-links li a {
    padding: 1rem 2rem;
    font-size: 1.8rem;
  }
}
.profile-links li a:hover {
  text-decoration: underline;
  color: inherit;
}
.profile-links li.current a {
  text-decoration: none;
  color: #231f20;
}

.flex-container {
  margin: 0 auto;
  width: 100%;
  max-width: 66rem;
}
.flex-container__left {
  width: 100%;
}
.flex-container__right {
  width: 100%;
}

.customer-group {
  margin: 0 0 4rem 0;
}
.customer-group__title {
  font-size: 2.5rem;
  padding: 0 0 2.5rem 0;
  color: #231f20;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
}
.customer-group__fields {
  padding: 0;
}
.customer-group__button {
  text-align: right;
}
.customer-group__button--center {
  text-align: center;
}
.customer-group__button a {
  background: #257fb1;
  font-size: 1.5rem;
  padding: 1rem 3.5rem;
  margin: 1rem 0 0 0;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.customer-group__button a:hover {
  background: #231f20;
  color: #fff;
  text-decoration: none;
}

.customer-adress-list {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 549px) {
  .customer-adress-list {
    display: block;
    width: 100%;
  }
  .customer-adress-list tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 549px) {
  .customer-adress-list .customer-adress-list-row {
    display: block;
    width: 100%;
    padding: 2.5rem 0;
    border-top: 0.1rem solid #ccc;
  }
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell {
  padding: 2.5rem 1.5rem;
  font-size: 1.4rem;
  line-height: 2rem;
  border-top: 0.1rem solid #ddd;
  color: #111;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 549px) {
  .customer-adress-list .customer-adress-list-row .customer-adress-list-cell {
    display: block;
    width: 100%;
    padding: 0 1rem;
    border: none;
  }
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell:last-child {
  white-space: nowrap;
}
@media (max-width: 549px) {
  .customer-adress-list .customer-adress-list-row .customer-adress-list-cell:last-child {
    padding: 1rem 1rem 0 1rem;
  }
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell .customer-adress-button {
  display: inline-block;
  vertical-align: middle;
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell .customer-adress-button:last-child {
  margin: 0 0 0 0.7rem;
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell .customer-adress-button .customer-adress-button-icon {
  display: inline-block;
  vertical-align: middle;
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell .customer-adress-button .customer-adress-button-icon svg {
  pointer-events: none;
  fill: #111;
  width: 2.5rem;
  height: 2.5rem;
}
.customer-adress-list .customer-adress-list-row .customer-adress-list-cell .customer-adress-button:hover .customer-adress-button-icon svg {
  fill: #257fb1;
}
@media (max-width: 549px) {
  .customer-adress-list .customer-adress-list-row.customer-adress-list-row-heading {
    display: none;
  }
}
.customer-adress-list .customer-adress-list-row.customer-adress-list-row-heading .customer-adress-list-cell {
  background-color: #231f20;
  font-size: 1.4rem;
  padding: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  color: #fff;
  border: none;
  line-height: 1.2;
}

.order-list {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  padding: 0;
  width: 100%;
  border-bottom: 0.1rem solid #ddd;
}
@media (max-width: 549px) {
  .order-list {
    display: block;
    width: 100%;
  }
  .order-list tbody {
    display: block;
    width: 100%;
  }
}
@media (max-width: 549px) {
  .order-list .order-list-row {
    display: block;
    width: 100%;
    padding: 0.5rem 0;
    border-top: 0.1rem solid #ddd;
  }
}
.order-list .order-list-row.order-list-group {
  background: #f0f7ff;
}
.order-list .order-list-row.order-list-nonborder td {
  border: none !important;
}
.order-list .order-list-row .order-list-cell {
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2rem;
  color: #111;
  vertical-align: middle;
}
@media (max-width: 549px) {
  .order-list .order-list-row .order-list-cell {
    display: block;
    width: 100%;
    padding: 0 1rem;
    border: none;
  }
  .order-list .order-list-row .order-list-cell.text-right {
    text-align: left !important;
  }
}
.order-list .order-list-row .order-list-cell a {
  color: #000;
  text-decoration: underline;
}
.order-list .order-list-row .order-list-cell a:hover {
  color: #257fb1;
}
@media (max-width: 549px) {
  .order-list .order-list-row .order-list-cell:last-child {
    padding: 1rem 1rem 0 1rem;
  }
}
.order-list .order-list-row .order-list-cell .order-list-button {
  display: inline-block;
  vertical-align: middle;
}
.order-list .order-list-row .order-list-cell .order-list-button:last-child {
  margin: 0 0 0 0.7rem;
}
.order-list .order-list-row .order-list-cell .order-list-button .order-list-button-icon {
  display: inline-block;
  vertical-align: middle;
}
.order-list .order-list-row .order-list-cell .order-list-button .order-list-button-icon svg {
  pointer-events: none;
  fill: #656565;
  width: 2.5rem;
  height: 2.5rem;
}
.order-list .order-list-row .order-list-cell .order-list-button:hover .order-list-button-icon svg {
  fill: #257fb1;
}
.order-list .order-list-row .order-list-cell__price {
  color: red;
}
@media (max-width: 549px) {
  .order-list .order-list-row.order-list-row-heading {
    display: inline-flex;
  }
}
.order-list .order-list-row.order-list-row-heading .order-list-cell {
  background-color: #257fb1;
  font-size: 1.4rem;
  padding: 0.6rem;
  font-weight: bold;
  color: #fff;
  border: none;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.order-list .faktura {
  display: flex;
  align-items: center;
}
.order-list .faktura .profile-list-icon {
  margin: 0.5rem 0.5rem 0 0;
}

/*#endregion */
/*#region košík layout */
.cart-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 3rem;
  width: 100%;
  background: #257fb1;
}
.cart-nav__step {
  max-width: 100%;
}
@media only screen and (min-width: 550px) {
  .cart-nav__step {
    max-width: 25%;
  }
}
.cart-nav__step--current .cart-nav-step__icon {
  background: #257fb1;
}
.cart-nav__step--current .cart-nav-step__caption {
  opacity: 1;
}
.cart-nav__step--current .cart-nav-step__caption:before {
  border-left-color: #231f20;
}
.cart-nav__step:last-child .cart-nav-step__caption:before {
  content: none;
  display: none;
}
.cart-nav__buttons {
  margin: 1rem auto;
}
@media only screen and (min-width: 550px) {
  .cart-nav__buttons {
    margin: 0 0 0 auto;
  }
}
.cart-nav__buttons a {
  color: #fff;
  font-size: 1.4rem;
  text-underline-offset: 3px;
  margin: 0 1rem;
  font-weight: 600;
  transition: 0.3s;
}
.cart-nav__buttons a:hover {
  text-decoration: none;
}

.cart-nav-step__link {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .cart-nav-step__link {
    padding: 0 0.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-nav-step__link {
    flex-direction: row;
  }
}
.cart-nav-step__link--possible {
  cursor: pointer;
}
.cart-nav-step__icon {
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  background: #000;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 100%;
  margin: 0 0 1rem 0;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .cart-nav-step__icon {
    margin: 0;
  }
}
.cart-nav-step__caption {
  font-size: 1.2rem;
  color: #fff;
  opacity: 0.5;
  font-weight: bold;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cart-nav-step__caption {
    font-size: 1.5rem;
    padding: 0 3rem 0 2rem;
  }
  .cart-nav-step__caption:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-left: 0.5rem solid #000;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    transform: translateY(-50%);
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .cart-nav-step__caption {
    text-align: left;
  }
}

.cart-header {
  background: #d30017;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cart-header .cart-header-item {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 1.5rem;
}
.cart-header .cart-header-item.cart-header-name {
  width: calc(100% - 438px);
}
.cart-header .cart-header-item.cart-header-quantity {
  width: 10.5rem;
}
.cart-header .cart-header-item.cart-header-piece-price {
  width: 15rem;
  text-align: right;
}
.cart-header .cart-header-item.cart-header-price {
  width: 15rem;
  text-align: right;
}
.cart-header .cart-header-item.cart-header-remove {
  width: 2rem;
  border-left: none;
}
.cart-header .cart-header-item.cart-header-fakturacni {
  width: 33.333%;
}
.cart-header .cart-header-item.cart-header-dodaci {
  width: 33.333%;
}
.cart-header .cart-header-item.cart-header-kontaktni {
  width: 33.333%;
}
@media (max-width: 767px) {
  .cart-header {
    display: none;
  }
}

.cart-step-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  background: #231f20;
  padding: 2rem;
}

@media (max-width: 549px) {
  .cart-step-button {
    width: 100%;
  }
}
.cart-step-button a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  padding: 1.1rem 2rem;
  font-size: 1.5rem;
  transition: 0.3s;
  border-radius: 0;
}
@media (max-width: 549px) {
  .cart-step-button a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    margin: 0 0 1rem 0;
  }
}
.cart-step-button--next {
  order: 2;
}
.cart-step-button--next a {
  background: #257fb1;
  color: #ffffff;
  border: 0.2rem solid #257fb1;
}
.cart-step-button--next a:hover {
  background: transparent;
  color: #257fb1;
  border-color: #257fb1;
}
.cart-step-button--back {
  order: 1;
}
.cart-step-button--back a {
  background: transparent;
  color: #fff;
  text-decoration: underline;
}
.cart-step-button--back a:hover {
  color: #257fb1;
  text-decoration: none;
}

.terms-and-condition-text {
  font-size: 1.3rem;
  text-align: right;
}
.terms-and-condition-text a {
  color: #000;
  text-decoration: underline;
}
.terms-and-condition-text a:hover {
  color: #d30017;
}

/*#endregion */
/*#region košík */
.cart-products {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cart-products__item {
  position: relative;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  border: 0.2rem solid #ddd;
  margin: 0 0 1.5rem 0;
  padding: 1rem 0.5rem;
}
@media only screen and (min-width: 768px) {
  .cart-products__item {
    padding: 1.5rem;
    margin: 0 0 6rem 0;
  }
}
.cart-products__cell {
  padding: 0.5rem;
  font-size: 1.5rem;
  color: #000;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .cart-products__cell {
    padding: 0.5rem 1.5rem;
  }
}
.cart-products__cell--name {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .cart-products__cell--name {
    width: calc(100% - 15rem - 15rem - 8rem - 3rem);
  }
}
.cart-products__cell--price {
  width: calc(50% - 5.5rem);
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cart-products__cell--price {
    width: 15rem;
    text-align: right;
  }
}
.cart-products__cell--quantity {
  width: 11rem;
}
.cart-products__cell--remove {
  width: 3rem;
  padding: 0;
}
.cart-products__image {
  width: 6rem;
  height: 6rem;
  position: relative;
}
.cart-products__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart-products__caption {
  padding: 0 0 0 2rem;
  width: calc(100% - 6rem);
}
.cart-products__caption a {
  color: #000;
  text-decoration: none;
}
.cart-products__caption a:hover {
  text-decoration: underline;
}
.cart-products__price {
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.cart-products__remove {
  border: none;
  border-radius: 0;
  background: transparent;
  width: 3rem;
  width: 3rem;
  outline: none !important;
  cursor: pointer;
  position: relative;
  display: block;
}
.cart-products__remove:before {
  content: "";
  background: url(/templates/styles/images/trash-solid.svg) no-repeat center center;
  font-size: 2.6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  opacity: 0.2;
  width: 1.5rem;
  height: 2rem;
}
.cart-products__remove:hover:before {
  opacity: 1;
}
.cart-products__avail {
  display: block;
  padding: 0.8rem 1.4rem;
  bottom: -1.6rem;
  left: 4rem;
  font-size: 1.3rem;
  font-weight: 700;
  background: #fff;
  border: 0.2rem solid #ddd;
  z-index: 100;
}
@media only screen and (min-width: 768px) {
  .cart-products__avail {
    position: absolute;
  }
}
.cart-products__avail .notavail .text {
  color: #ff7b00;
}
.cart-products__avail .avail .text {
  color: #008600;
}
.cart-products__avail .partlyavail .text {
  color: #dd8c00;
}
.cart-products__avail .additionalText {
  font-size: 1.1rem;
  margin: 0 0 0 1rem;
}

.cart-footer-panel {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  line-height: 1.2;
  background: #231f20;
  color: #fff;
  padding: 2rem;
}
.cart-footer-panel .cart-prices {
  display: inline-block;
  width: 100%;
  max-width: 100rem;
}
.cart-footer-panel p {
  width: 100%;
  margin: 0 0 2rem 0;
  background: #ffe0e2;
  color: #b70000;
  padding: 1.4rem;
  margin: 2rem 0 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  border: 0.2rem solid #ddd;
}
.cart-footer-panel .cart-final-price {
  text-align: right;
  font-weight: 400;
  font-size: 1.3rem;
  padding: 0 0 2rem;
}
@media only screen and (min-width: 768px) {
  .cart-footer-panel .cart-final-price {
    font-size: 1.8rem;
  }
}
.cart-footer-panel .cart-final-price span {
  font-size: 2.4rem;
  display: inline-block;
  margin: 0 0 0 0.8rem;
  color: #fff;
  font-weight: 700;
}

.cart-avail-consent {
  background: #fff;
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.cart-avail-consent p {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  padding: 0 4rem;
  line-height: 1.4;
}
.cart-avail-consent p:before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  background: url(/templates/styles/images/warning-tria.png) center center no-repeat;
  background-size: contain;
  left: 1.5rem;
  top: 50%;
  transform: translate(-50%, -50%);
}

.avail-consent {
  display: flex;
  align-items: center;
  align-self: flex-start;
  background: #8e8e8e;
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.2rem 1.5rem;
  margin: 2rem auto 2rem auto;
  max-width: 40rem;
  border-radius: 0.6rem;
}
.avail-consent input {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1rem 0 0;
  cursor: pointer;
}
.avail-consent label {
  cursor: pointer;
}

#partlyConsent__text {
  font-weight: 500;
}

/*#endregion */
/*region new cart*/
.cart__item {
  width: 100%;
  display: inline-flex;
  flex-wrap: wrap;
  background: white;
  padding: 1em;
  min-height: 5em;
  position: relative;
}
.cart__item:nth-child(1) {
  flex-wrap: nowrap;
  display: none;
}
@media only screen and (min-width: 900px) {
  .cart__item:nth-child(1) {
    display: inline-flex;
  }
}
.cart__item:nth-child(2n) {
  background: #e6e6e6;
}
.cart__item .product-cat-num {
  font-size: 1.4rem;
  position: relative;
  line-height: 1.2;
  z-index: 1;
}
.cart__item .product-cat-num strong {
  font-weight: 600;
}
.cart__item .product-cat-num .reference-number {
  font-size: 1.2rem;
}
.cart__item .product-cat-num .reference-number__edit {
  position: absolute;
  top: 0;
  right: -2rem;
}
.cart__item .product-cat-num .reference-number__input.active {
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
}
.cart__item .product-title {
  font-weight: bold;
  color: black;
  text-decoration: none;
  font-size: 1.4rem;
}
.cart__item .product-title a {
  color: inherit;
  text-decoration: inherit;
}
.cart__item .product-weight {
  display: inline-flex;
  justify-content: start;
  width: 100%;
  min-height: 1rem;
  margin: 0.7rem 0 0 0;
  color: #98999b;
  font-size: 1.2rem;
  font-weight: 600;
}
.cart__item .cart-products__price {
  color: #fe0001;
  font-size: 1.4rem;
}
.cart__item .cart-products__image {
  position: relative;
  width: 9rem;
  height: 9rem;
}
.cart__item .cart-products__avail {
  position: initial !important;
  border: none;
  background: transparent;
  padding: 1em 0;
}
.cart__item .cart-products__cell--additional {
  font-size: 1.3rem;
}
.cart__item .cart-products__cell--additional span {
  margin: 0.5rem 0 0 0;
}
.cart__item .reference_note {
  background: transparent;
  border: 1px solid gray;
  color: gray;
  width: 100%;
  margin-top: auto;
  padding: 0.5rem;
  font-size: 1.2rem;
}
.cart__item .pal-img img {
  max-width: 3.5em;
  max-height: 3.5em;
  position: absolute;
  top: 1rem;
  left: 100%;
}
.cart .col {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: calc(100% / 6);
  padding: 1rem 2rem;
  width: auto;
}
.cart .col:last-child {
  display: block;
  height: 0;
  width: 0;
  min-width: 0;
  margin-left: auto;
}
@media only screen and (min-width: 900px) {
  .cart .col:last-child {
    position: absolute;
    right: 1rem;
    top: 50%;
  }
}
.cart .col:nth-child(2) {
  min-width: calc(100% / 3);
}
.cart .col:nth-child(3) {
  align-items: center;
  min-width: calc(100% / 6);
}
.cart .col:nth-child(3) .tvar {
  margin: 0 0.5rem 0 0;
}
.cart .col:nth-child(3) span {
  font-size: 1.3rem;
  margin: 0 0 0.5rem 0;
  max-width: 16rem;
  text-align: center;
  line-height: 1.3;
}
.cart .col:nth-child(4) {
  align-items: center;
  min-width: calc(100% / 8);
  font-size: 1.3rem;
}
.cart .col:nth-child(4) .quantity-cart-box {
  margin: -8px 0 0 0;
}
.cart .col:nth-child(4) .quantity-cart-box .quantity-edit {
  width: 7.4rem;
}
.cart .col:nth-child(4) .quantity-cart-box .quantity-edit .quantity-input, .cart .col:nth-child(4) .quantity-cart-box .quantity-edit .quantity-unit {
  font-size: 1.3rem;
}
.cart .col:nth-child(4) .quantity-cart-box .quantity-edit .quantity-button {
  height: 1.4rem;
}
.cart .col:nth-child(5) {
  align-items: center;
  min-width: calc(100% / 10);
}
.cart .col:nth-child(6) {
  align-items: center;
  min-width: calc(100% / 11);
}
.cart .col.headercol {
  font-weight: bold;
  color: #008ed6;
  font-size: 1.4rem;
  justify-content: center;
}
.cart .atest__item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 1.5rem 0;
}
.cart .atest__item > * {
  margin: 5px;
}
.cart .paletaItem {
  background: white;
  padding-left: 5px;
  padding-bottom: 5px;
  border-radius: 5px 0 0 15px;
  margin: 2rem auto;
}
.cart .paletaItem__inside {
  background: #eaeeef;
}
.cart .paleta__shopItem {
  background: white;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.cart .paleta__shopItem > * {
  margin: 5px;
}
.cart .paleta__shopItem__image {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  position: relative;
}
.cart .paleta__shopItem__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cart .paleta__shopItem__price, .cart .atest_price {
  color: red;
  font-weight: bold;
}
.cart .tvar {
  border: 1px solid #008ed6;
}
.cart .tvar-0 {
  display: block;
  width: 20px;
  height: 20px;
  background: lightblue;
  border-radius: 100%;
}
.cart .tvar-1 {
  display: block;
  width: 30px;
  height: 20px;
  background: lightblue;
}
.cart .tvar-1.equal {
  width: 20px;
}
.cart .tvar-2 {
  display: block;
  width: 20px;
  height: 20px;
  background: lightblue;
  border-radius: 100%;
  position: relative;
}
.cart .tvar-2::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 100%;
  margin: 4px;
  border: none;
}
.cart .tvar-4 {
  display: block;
  width: 50px;
  height: 10px;
  background: lightblue;
  position: relative;
}
.cart .tvar-4::after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 12px;
  background: white;
  left: 30px;
  top: -1px;
}

/*#endregion */
/*#region doprava a platba */
.delivery-payment-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 60rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .delivery-payment-box {
    max-width: 100%;
  }
}
.delivery-payment-box__left {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .delivery-payment-box__left {
    width: calc(50% - 2.5rem);
  }
}
.delivery-payment-box__right {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .delivery-payment-box__right {
    width: calc(50% - 2.5rem);
  }
}

.method-group {
  margin: 0 0 4rem 0;
}
.method-group__title {
  font-size: 2.5rem;
  padding: 1.5rem 0 1.5rem 0;
  color: #231f20;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
}
.method-group__fields {
  padding: 0;
}

.method-list {
  margin: 0 0 1.5rem 0;
  padding: 0;
  list-style: none;
}
.method-list__item {
  margin: 0;
  padding: 0.5rem 0;
  border: 0.1rem solid #eaeaea;
  border-bottom: none;
  position: relative;
  font-size: 1.5rem;
  background: #fff;
}
.method-list__item.country-CZ a .method-name::before {
  background: url(../images/cz.png) center center no-repeat;
  background-size: contain;
}
.method-list__item.country-SK a .method-name::before {
  background: url(../images/sk.png) center center no-repeat;
  background-size: contain;
}
.method-list__item.delivery-dpd a .method-name::before {
  background: url(../images/dpd.svg) center center no-repeat;
  background-size: contain;
}
.method-list__item.delivery-gls a .method-name::before {
  background: url(../images/gls.svg) center center no-repeat;
  background-size: contain;
}
.method-list__item.delivery-gls-box a .method-name::before {
  background: url(../images/gls.svg) center center no-repeat;
  background-size: contain;
}
.method-list__item.delivery-toptrans a .method-name::before {
  background: url(../images/toptrans.png) center center no-repeat;
  background-size: contain;
}
.method-list__item.delivery-OS a .method-name::before {
  background: url(../images/osobni.png) center center no-repeat;
  background-size: contain;
}
.method-list__item.payment-dobirka a .method-name::before {
  background: url(../images/dobirka.svg) center center no-repeat;
}
.method-list__item.payment-hotove_kartou a .method-name::before {
  background: url(../images/hotovekartou.png) center center no-repeat;
  background-size: contain;
}
.method-list__item.payment-comgate a .method-name::before {
  background: url(../images/comgate.svg) center center no-repeat;
  background-size: contain;
}
.method-list__item.payment-comgate-op-qr a .method-name::before {
  background: url(../images/comgate.svg) center center no-repeat;
  background-size: contain;
}
.method-list__item.payment-qr_payment_cr a .method-name::before {
  background: url(../images/qrplatba.jpg) center center no-repeat;
  background-size: contain;
}
.method-list__item.payment-zalohova_faktura a .method-name::before {
  background: url(../images/faktura.svg) center center no-repeat;
}
.method-list__item.payment-zaloh_se_splatnosti a .method-name::before {
  background: url(../images/faktura2.png) center center no-repeat;
  background-size: contain;
}
.method-list__item a {
  opacity: 0.5;
  display: block;
  position: relative;
  padding: 1rem 0.5rem 1rem 4.5rem;
  color: #000;
  text-decoration: none;
  outline: none;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.method-list__item a .method-name {
  padding: 0 0 0 9.7rem;
  position: relative;
  display: inline-block;
}
@media (max-width: 990px) {
  .method-list__item a .method-name {
    padding: 0;
  }
}
.method-list__item a .method-name:before {
  content: "";
  width: 8.6rem;
  height: 3rem;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 990px) {
  .method-list__item a .method-name:before {
    content: none;
    display: none;
  }
}
.method-list__item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.5rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #737373;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%);
}
.method-list__item a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.9rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  transform: translateY(-50%);
}
.method-list__item a:hover {
  color: #257fb1;
}
.method-list__item:last-child {
  border-bottom: 0.1rem solid #eaeaea;
}
.method-list__item--possible a {
  opacity: 1;
}
.method-list__item--selected a {
  font-weight: bold;
}
.method-list__item--selected a:after {
  background-color: #000000;
}
.method-list__item--selected a:before {
  border-color: #000000;
}

.method-desc {
  display: none !important;
}

.method-button {
  position: absolute;
  top: 1.1rem;
  right: 0;
  padding: 0 0 0 2rem !important;
  font-weight: normal !important;
  cursor: pointer;
  font-weight: bold;
  z-index: 101;
}
.method-button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.method-button:hover {
  color: #d20001;
}

/*#endregion */
/*#region kosik krok zakaznik */
.order-customer-flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 60rem;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .order-customer-flex {
    max-width: 100%;
  }
}
.order-customer-flex__left {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .order-customer-flex__left {
    width: calc(50% - 2.5rem);
  }
}
.order-customer-flex__right {
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .order-customer-flex__right {
    width: calc(50% - 2.5rem);
  }
}
.order-customer-flex .reversechargetext {
  background: #008ed6;
  padding: 1rem;
  color: #fff;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
}

.order-customer-group {
  margin: 0 0 4rem 0;
}
.order-customer-group__title {
  font-size: 2.5rem;
  padding: 1.5rem 0;
  color: #231f20;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
}
.order-customer-group__fields {
  padding: 0;
}
.order-customer-group__button {
  text-align: right;
}
.order-customer-group__button--center {
  text-align: center;
}
.order-customer-group__button a {
  background: #257fb1;
  border: 0.2rem solid #257fb1;
  font-size: 1.5rem;
  padding: 1rem 3.5rem;
  display: inline-block;
  margin: 1rem 0 0 0;
  border-radius: 0;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
}
.order-customer-group__button a:hover {
  background: transparent;
  color: #257fb1;
  text-decoration: none;
}
.order-customer-group__separator {
  height: 0.1rem;
  width: 100%;
  background: #ccc;
  margin: 2.5rem 0 3rem 0;
}
.order-customer-group__login {
  display: flex;
  align-items: center;
  width: 100%;
  border: 0.2rem solid #ddd;
  margin: 0;
  padding: 1.5rem;
}
.order-customer-group__login .order-customer-group__button a {
  margin: 0;
}
.order-customer-group__info {
  font-size: 1.8rem;
  padding: 0 0 0 2.5rem;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
}

/*#endregion */
/*#region objednávka dokončena */
.order-done-content {
  padding: 5rem 0;
}
.order-done-content .confirm-icon {
  text-align: center;
  margin: 0 0 1rem 0;
}
.order-done-content .confirm-title {
  text-align: center;
  font-size: 1.8rem;
  color: #00bb39;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
.order-done-content .confirm-title.unsuccessful {
  color: #bb0000;
}
.order-done-content .thanks-text {
  text-align: center;
  font-size: 3rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding: 3rem;
  border: 0.1rem solid #ddd;
  max-width: 47.5rem;
  margin: 0 auto;
}
.order-done-content .thanks-text strong {
  color: #257fb1;
  display: block;
}
.order-done-content .thanks-text .thanks-text-inner {
  padding: 3rem 0 0 0;
}
.order-done-content .thanks-text .thanks-text-inner.unsuccessful {
  padding: 0;
}
.order-done-content .thanks-text .thanks-text-inner h2 {
  text-align: center;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  display: none;
}
.order-done-content .thanks-text .thanks-text-inner ul {
  list-style: none;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
.order-done-content .thanks-text .thanks-text-inner ul li {
  display: block;
  line-height: 2.6rem;
  position: relative;
  margin: 0 0 0 2rem;
  font-weight: bold;
}
.order-done-content .thanks-text .thanks-text-inner table {
  width: auto !important;
  margin: 0 auto !important;
}
.order-done-content .thanks-text .thanks-text-inner table tbody tr td {
  text-align: left;
}
.order-done-content .thanks-text .thanks-text-inner table tbody tr td:first-child {
  width: auto !important;
}
.order-done-content .text {
  text-align: center;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding: 3rem;
  max-width: 62rem;
  margin: 0 auto;
}
.order-done-content .contacts-info {
  text-align: center;
  margin: 3.5rem 0;
}
.order-done-content .contacts-info p {
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 1.5rem 0;
}
.order-done-content .contacts-info span {
  color: #257fb1;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 3rem;
  display: inline-block;
  vertical-align: middle;
}
.order-done-content .contacts-info span span {
  margin: 0 1rem 0 0;
}
.order-done-content .contacts-info span span svg {
  fill: #257fb1;
}
.order-done-content .contacts-info span a {
  color: #257fb1;
  text-decoration: none;
}
.order-done-content .contacts-info span a:hover {
  text-decoration: underline;
}

.countdown {
  text-align: center;
  font-size: 3rem;
  color: red;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
}

/*#endregion */
/*#region prázdný košík */
.cart-empty-title {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 1.2;
  border: 0.2rem solid #ddd;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem;
}

/*#endregion */
/*#region rekapitulace nakupu */
.order-recapitulation {
  padding: 1.5rem;
  background: #f5f5f5;
}
@media only screen and (min-width: 768px) {
  .order-recapitulation {
    padding: 2.5rem;
  }
}
.order-recapitulation .order-recapitulation-header {
  font-size: 1.8rem;
  padding: 0 0 1.5rem 0;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  margin: 0;
  line-height: 1.2;
}

.recapitulation__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  border: 0.2rem solid #ddd;
  margin: 0 0 1.5rem 0;
  padding: 1.5rem;
  background: #fff;
}
.recapitulation__item a {
  color: #000;
  text-decoration: none;
}
.recapitulation__name {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .recapitulation__name {
    width: calc(100% - 6.5rem - 11rem);
    padding: 0;
  }
}
.recapitulation__image {
  width: 4rem;
  height: 4rem;
  position: relative;
}
.recapitulation__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recapitulation__title {
  padding: 0 1.5rem;
  width: calc(100% - 4rem);
  color: #000;
  text-decoration: none;
}
.recapitulation__title:hover {
  text-decoration: underline;
}
.recapitulation__quantity {
  width: 50%;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .recapitulation__quantity {
    width: 6.5rem;
    text-align: center;
  }
}
.recapitulation__amount {
  width: 50%;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .recapitulation__amount {
    width: 8.5rem;
  }
}
.recapitulation__price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  border-bottom: 0.1rem solid #ddd;
  padding: 1rem 0;
}
.recapitulation__final {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  padding: 1rem 0;
}
.recapitulation__final .recapitulation__value {
  color: #da0000;
}
.recapitulation .fontWeightNormal {
  font-weight: normal;
}

/*#endregion */
/*#region doprava zdarma info */
.cart-add-shipping-slider {
  background: #231f20;
}

.cartAddShipping {
  margin: 0 auto;
  max-width: 55rem;
}
.cartAddShipping__info {
  padding: 2rem 0 0 0;
}
.cartAddShipping__info strong {
  color: #257fb1;
  font-weight: bold;
}
.cartAddShipping__info span {
  color: #fff;
  font-weight: bold;
}
.cartAddShipping__info h2 {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0 0 0.5rem 0;
  color: #fff;
  line-height: 1.2;
}
.cartAddShipping__info p {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  padding: 0;
  margin: 0 0 1rem 0;
  color: #fff;
  line-height: 1.2;
}
.cartAddShipping__info h3 {
  text-align: center;
  font-size: 1.5rem;
  color: #349BD5;
}
.cartAddShipping__slider {
  padding: 0 0 2rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.cartAddShipping__slider #slider {
  width: 100%;
  margin: 0 0 0.8rem 0;
}
.cartAddShipping__slider-from {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}
.cartAddShipping__slider-to {
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  line-height: 1.2;
}
.cartAddShipping__free p {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  padding: 2.5rem 0;
  margin: 0;
  color: #fff;
  line-height: 1.2;
}
.cartAddShipping__free p span {
  display: inline-block;
  vertical-align: top;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin: 0 1rem 0 0;
  color: #fff;
  line-height: 1;
  background: #257fb1;
}

/*#endregion */
#AjaxOrderDetail .mfp-close {
  color: #000;
}

.orderDetailBox .orderDetailInfoWarning {
  margin: 2rem 0;
  text-align: center;
  background: #fae9c2;
  border: 0.1rem solid #ffd800;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  color: #965007;
}
.orderDetailBox .orderDetailBoxIn {
  font-size: 1.4rem;
}
.orderDetailBox .orderDetailBoxIn .cart-item-group {
  border: 0.1rem solid #ccc;
  padding: 1rem;
  margin: 0 0 1rem 0;
}
.orderDetailBox .orderDetailBoxIn .cart-item-group table {
  margin: 0 0 1rem 0;
}
.orderDetailBox .orderDetailBoxIn .cart-item-group table thead tr td h3,
.orderDetailBox .orderDetailBoxIn .cart-item-group table thead tr th h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.orderDetailBox .orderDetailBoxIn .cart-item-group table tbody tr td,
.orderDetailBox .orderDetailBoxIn .cart-item-group table tbody tr th {
  line-height: 1.5;
}
.orderDetailBox .orderDetailBoxIn .cart-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .orderDetailBox .orderDetailBoxIn .cart-header {
    display: none;
  }
}
.orderDetailBox .orderDetailBoxIn .cart-header .cart-header-item {
  flex-grow: 1;
  background: #257fb1;
  color: #fff;
  padding: 0.5rem;
  font-weight: bold;
}
.orderDetailBox .orderDetailBoxIn .cart-order-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 0.1rem solid #ccc;
  align-items: center;
  justify-content: space-between;
}
.orderDetailBox .orderDetailBoxIn .cart-order-item .order-item-price {
  color: #000;
  padding: 0.5rem;
  font-weight: normal;
  line-height: 1.5;
  font-weight: bold;
}
.orderDetailBox .orderDetailBoxIn .cart-order-item .order-item-name {
  color: #000;
  padding: 0.5rem;
  font-weight: normal;
  line-height: 1.5;
}
.orderDetailBox .orderDetailBoxIn .cart-product-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: 0.1rem solid #ccc;
  align-items: center;
}
@media (max-width: 767px) {
  .orderDetailBox .orderDetailBoxIn .cart-product-item {
    width: 100%;
    padding: 0.5rem 0;
  }
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell {
  color: #000;
  padding: 0.5rem;
  font-weight: normal;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell {
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell {
    width: 100%;
    padding: 0 0.5rem;
  }
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell .cell-header-item {
  display: none;
}
@media (max-width: 767px) {
  .orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell .cell-header-item {
    display: block;
    font-weight: bold;
  }
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell.order-item-price {
  font-weight: bold;
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell.cart-item-name {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell .cart-item-image img {
  max-width: 5.5rem;
  max-height: 5.5rem;
}
.orderDetailBox .orderDetailBoxIn .cart-product-item .cart-item-cell .cart-item-title {
  width: calc(100% - 5.5rem);
  padding: 0 0 0 1rem;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 768px) {
  .orderDetailBox .orderDetailBoxIn .cart-header-quantity,
.orderDetailBox .orderDetailBoxIn .cart-item-quantity-number {
    text-align: center;
  }
  .orderDetailBox .orderDetailBoxIn .cart-header-piece-price,
.orderDetailBox .orderDetailBoxIn .cart-item-piece-price {
    text-align: right;
  }
  .orderDetailBox .orderDetailBoxIn .cart-header-price,
.orderDetailBox .orderDetailBoxIn .cart-item-price {
    text-align: right;
  }
}
.orderDetailBox .orderDetailBoxIn .cart-footer-panel {
  margin: 1rem 0 0 0;
  text-align: right;
}
.orderDetailBox .orderDetailBoxIn .cart-footer-panel .cart-final-price {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 0;
}
.orderDetailBox .orderDetailBoxIn .cart-footer-panel .cart-final-price .price {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  color: #da0000;
  padding: 0 0 0 1rem;
  display: inline-block;
}

.popup-buy {
  width: 100%;
  max-width: 42rem;
  background: #fff;
  box-shadow: 0 0 50px rgba(26, 30, 34, 0.2);
  z-index: 4000;
  position: relative;
  margin: 0 auto;
  font-size: 0;
}
@media (min-width: 768px) {
  .popup-buy {
    width: 100%;
    max-width: 95rem;
  }
}
.popup-buy .mfp-close {
  background: none;
  cursor: pointer;
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  text-decoration: none;
  font-size: 28px;
  font-family: Arial, sans-serif;
  color: #000;
  opacity: 1;
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.popup-buy .mfp-close:active {
  top: 2.5rem;
}
@media (max-width: 767px) {
  .popup-buy .mfp-close {
    right: 1.2rem;
    top: 0.5rem;
  }
  .popup-buy .mfp-close:active {
    top: 0.5rem;
  }
}
.popup-buy .popup-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  padding: 2.5rem 5rem 2.5rem 2.5rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-heading {
    font-size: 1.6rem;
    padding: 1rem 1rem 0 1rem;
  }
}
.popup-buy .popup-content {
  padding: 0 2rem 1.5rem 2rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-content {
    padding: 1rem;
  }
}
.popup-buy .popup-products {
  margin: 0;
  display: table;
  position: relative;
  border-spacing: 0;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
.popup-buy .popup-products-row {
  display: table-row;
  border: 0.2rem solid #e1effb;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row {
    zoom: 1;
    display: block;
    padding: 1.5rem 0;
    border: 0.1rem solid transparent;
  }
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-products-col {
  background: #e1effb;
  padding: 2rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-summary .popup-products-col {
    padding: 2rem 0 1rem 0;
  }
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-products-col-second {
  text-align: right;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-summary {
    padding: 0;
    border: none;
  }
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-summary-label {
  padding-right: 2rem;
  display: table-cell;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #000;
  font-weight: 600;
  width: 50%;
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-summary-price {
  text-align: right;
  padding-left: 2rem;
  display: table-cell;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #000;
  font-weight: 600;
  width: 50%;
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-button-next {
  background: #257fb1;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1.7rem 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-button-next:hover {
  background: #231f20;
  color: #fff;
}
.popup-buy .popup-products-row.popup-products-row-summary .popup-button-exit {
  color: #ffffff;
  font-size: 1.4rem;
  padding: 1.7rem 3.5rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-transform: uppercase;
  white-space: nowrap;
  background: black;
  margin-left: 2px;
}
.popup-buy .popup-products-row .popup-products-col {
  display: table-cell;
  vertical-align: middle;
  min-width: 8rem;
  padding: 1rem 2rem;
  color: #000;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col {
    display: block;
    padding: 1rem;
    border: none;
  }
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col:first-child {
    width: 100%;
  }
}
.popup-buy .popup-products-row .popup-products-col.popup-products-col-price {
  text-align: right;
}
.popup-buy .popup-products-row .popup-products-col.popup-products-col-quantity {
  text-align: right;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col.popup-products-col-quantity {
    width: 100%;
    display: inline-block;
  }
}
.popup-buy .popup-products-row .popup-products-col .popup-products-image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1.5rem;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-image a {
  display: block;
  position: relative;
  color: #000;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-image img {
  max-width: 7rem;
  max-height: 7rem;
  padding: 0.5rem;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding: 1.5rem 0;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-content .popup-products-title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row .popup-products-col .popup-products-content .popup-products-title {
    font-size: 1.3rem;
  }
}
.popup-buy .popup-products-row .popup-products-col .popup-products-content .popup-products-title a {
  text-decoration: none;
  color: #000;
}
.popup-buy .popup-products-row .popup-products-col .popup-products-price {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.popup-buy .popup-products-row.popup-products-row-head {
  background: #efefef;
  color: #000;
  line-height: 4rem;
  height: 4.5rem;
  display: none;
}
@media (max-width: 767px) {
  .popup-buy .popup-products-row.popup-products-row-head {
    display: none;
  }
}
.popup-buy .popup-products-row.popup-products-row-head .popup-products-col {
  font-size: 1.4rem;
  font-weight: 600;
}
.popup-buy .popup-summary-content {
  display: flex;
  justify-content: space-between;
}

.groupMethodTitle {
  font-weight: bold;
  font-size: 1.4rem;
  padding: 0 0 1rem 4rem;
  color: #000;
}

.deliveryFlagCs {
  background: url(../images/deliveryFlagCs.png) no-repeat 9px 2px;
}

.deliveryFlagSk {
  background: url(../images/deliveryFlagSk.png) no-repeat 9px 2px;
}

.deliveryMethodInfoButton {
  background: url(../images/deliveryInfo.png) no-repeat left center;
  float: left;
  position: absolute;
  top: 9px;
  right: 10px;
  padding: 5px 0 5px 28px !important;
  font-weight: normal !important;
  cursor: pointer;
  z-index: 10;
}
.deliveryMethodInfoButton:hover {
  color: #ff8816;
}

.order-done-homebutton {
  text-align: center;
}
.order-done-homebutton a {
  font-weight: 600;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #ffffff;
  background: #257fb1;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 1.5rem;
  text-transform: uppercase;
}

#qr_caption {
  text-align: center;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin: 2rem 0 1.5rem 0;
}

#qr_place {
  margin: 2rem auto 0;
}

.breadcrumb {
  font-size: 1.2rem;
  line-height: 1.3;
  color: #000000;
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
  margin: 0;
  list-style: none;
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .breadcrumb {
    padding: 0 0 2rem 0;
  }
}
.breadcrumb a {
  color: #000000 !important;
  text-decoration: underline !important;
  background: none !important;
  font-weight: 400;
}
.breadcrumb a:hover {
  text-decoration: none !important;
  color: #231f20 !important;
}
.breadcrumb img {
  width: 1.5rem;
  height: 1.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
  display: inline-block;
  padding: 0 0.7rem;
  color: #828483;
}

.blog-detail__header {
  background: #257fb1;
  color: #ffffff;
  position: relative;
  padding: 4rem 1.5rem 7rem 1.5rem;
  border-radius: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .blog-detail__header {
    padding: 6rem 2rem 4rem 2rem;
  }
}
.blog-detail__header-texts {
  text-align: center;
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: normal;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .blog-detail__header-texts {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 991px) {
  .blog-detail__header-texts {
    font-size: 2.4rem;
  }
}
.blog-detail__header-texts h1 {
  font-size: 2.8rem;
  font-weight: 600;
  color: inherit;
  margin: 0 0 2rem 0;
  padding: 0;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .blog-detail__header-texts h1 {
    font-size: 3.6rem;
    margin: 0 0 3.5rem 0;
  }
}
.blog-detail__header-texts p {
  margin: 0;
}
.blog-detail__header-author {
  position: absolute;
  bottom: 0;
  right: 4rem;
  display: flex;
  align-items: center;
  transform: translateY(40%);
}
.blog-detail__header-author img {
  max-width: 5.5rem;
  border-radius: 100%;
  background: #bddceb;
}
@media only screen and (min-width: 990px) {
  .blog-detail__header-author img {
    max-width: 8.2rem;
  }
}
.blog-detail__header-author-name {
  white-space: nowrap;
  padding: 0 0 3rem 1.5rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .blog-detail__header-author-name {
    padding: 0 0 3rem 3rem;
  }
}

.blog-detail-text {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  color: #000;
  padding: 6rem 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .blog-detail-text {
    padding: 10rem 0 6rem 0;
  }
}
.blog-detail-text img {
  max-width: 100%;
}
.blog-detail-text h2 {
  font-size: 3.6rem;
  font-weight: 600;
  color: inherit;
  margin: 0 0 4.5rem 0;
  padding: 0;
  line-height: 1.1;
}
.blog-detail-text p {
  margin: 0 0 4rem 0;
}
.blog-detail-text .highlighted-tip {
  border: 0.1rem solid #257fb1;
  background: #cfe5f1;
  display: flex;
  flex-direction: column;
  color: #257fb1;
  padding: 2rem;
  border-radius: 0.3rem;
  position: relative;
  margin: 2.5rem 0 4rem 0;
}
@media only screen and (min-width: 550px) {
  .blog-detail-text .highlighted-tip {
    padding: 2rem 16rem 2rem 3rem;
  }
  .blog-detail-text .highlighted-tip::before {
    content: "";
    width: 9rem;
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% + 3rem);
    background: url(/ew-img-person) no-repeat center bottom;
    background-size: contain;
  }
}
@media only screen and (min-width: 991px) {
  .blog-detail-text .highlighted-tip {
    flex-direction: row;
    gap: 3.5rem;
  }
}
.blog-detail-text .highlighted-tip h2, .blog-detail-text .highlighted-tip h3 {
  white-space: nowrap;
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
}
.blog-detail-text .highlighted-tip p {
  margin: 1rem 0;
}
.blog-detail-text .highlighted-tip-noimage {
  border: 0.1rem solid #257fb1;
  background: #cfe5f1;
  display: flex;
  flex-direction: column;
  color: #257fb1;
  padding: 2rem;
  border-radius: 0.3rem;
  position: relative;
  margin: 2.5rem 0 4rem 0;
}
@media only screen and (min-width: 550px) {
  .blog-detail-text .highlighted-tip-noimage {
    padding: 2rem 16rem 2rem 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .blog-detail-text .highlighted-tip-noimage {
    flex-direction: row;
    gap: 3.5rem;
  }
}
.blog-detail-text .highlighted-tip-noimage h2, .blog-detail-text .highlighted-tip-noimage h3 {
  white-space: nowrap;
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
}
.blog-detail-text .highlighted-tip-noimage p {
  margin: 1rem 0;
}
.blog-detail-text ol {
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.blog-detail-text ol li {
  display: block;
  position: relative;
  padding: 0 0 0 4rem;
  margin: 0 0 4rem 0;
}
.blog-detail-text ol li:before {
  content: counters(item, ".", upper-roman) ". ";
  counter-increment: item;
  font-size: 3rem;
  font-weight: normal;
  color: #257fb1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.blog-detail-text__centered {
  width: 100%;
  max-width: 101rem;
  margin: 0 auto;
}
.blog-detail-text__centered h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0rem 0 2rem 0;
  color: #257fb1;
}
.blog-detail-text__centered h4 {
  font-size: 1.4rem;
}
.blog-detail-text__process {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.blog-detail-text__process-title {
  width: 100%;
  padding: 0 4rem 0 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 2.5rem 0;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .blog-detail-text__process-title {
    flex-direction: row;
    width: 17rem;
  }
}
.blog-detail-text__process-list {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .blog-detail-text__process-list {
    width: calc(100% - 17rem);
  }
}
.blog-detail-text__video {
  width: 100%;
  max-width: 101rem;
  margin: 0 auto;
  padding: 0 0 5rem;
}
.blog-detail-text .rows-list__item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 1rem;
}
.blog-detail-text .row-card {
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}
.blog-detail-text .row-card__avail {
  color: #000;
}
.blog-detail-text .row-card__btn {
  cursor: pointer;
}
.blog-detail-text .row-card .quantity-input {
  color: #000;
}
.blog-detail-text .row-card__info h2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn {
  line-height: 1.1;
  letter-spacing: 0rem;
  border: 0.2rem solid #257fb1;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 1rem 3rem;
  font-weight: 500;
  display: inline-block;
  color: #ffffff;
  background: #257fb1;
  position: relative;
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .btn {
    padding: 1.1rem 3.5rem;
  }
}
.btn span {
  position: relative;
  z-index: 10;
}
.btn:before {
  content: none !important;
}
.btn:hover {
  background: #257fb1;
  text-decoration: none;
  color: #ffffff;
}
.btn.btn-arrow {
  padding: 1rem 5.5rem 1.2rem 3.5rem;
}
.btn.btn-arrow:before {
  content: "" !important;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(180deg);
  position: absolute;
  top: 50%;
  right: 2.2rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.btn.btn-arrow:hover:before {
  filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(381%) hue-rotate(157deg) brightness(93%) contrast(100%);
}

.btn-primary {
  border: 0.2rem solid #257fb1 !important;
  background: #257fb1 !important;
  color: #ffffff !important;
}
.btn-primary:hover {
  border-color: #231f20 !important;
  background: #231f20 !important;
  color: #fff !important;
}

.btn-secondary {
  border: 0.2rem solid #231f20 !important;
  background: #231f20 !important;
  color: #fff !important;
}
.btn-secondary:hover {
  border-color: #257fb1 !important;
  background: #257fb1 !important;
  color: #ffffff !important;
}

#cookiePanel {
  z-index: 999;
  width: calc(100% - 3rem);
  min-height: 2rem;
  box-sizing: border-box;
  padding: 2rem;
  background: #000;
  overflow: hidden;
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  border-radius: 0;
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 550px) {
  #cookiePanel {
    width: 29rem;
  }
}
@media only screen and (min-width: 768px) {
  #cookiePanel {
    width: 35rem;
    padding: 3rem;
    bottom: 3rem;
    right: 3rem;
  }
}
#cookiePanel:before {
  background: url(../images/cookie.svg) no-repeat center center;
  width: 15rem;
  height: 15rem;
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  background-size: contain;
  z-index: 10;
  opacity: 0.1;
}
#cookiePanel .cookiePanelIn {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.5;
  display: block;
  margin-top: 1rem;
  position: relative;
  z-index: 20;
}
#cookiePanel .cookiePanelIn a {
  color: #ffffff;
  text-decoration: underline;
}
#cookiePanel .cookiePanelIn a:hover {
  text-decoration: none;
}
#cookiePanel .cookiePanelIn input {
  display: inline-block;
  font-family: "Poppins", sans-serif;
  color: #231f20;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 1.5rem;
  background: #ffffff;
  box-sizing: border-box;
  padding: 1.2rem 4.5rem;
  text-align: center;
  transition: 0.3s;
  border: 0.2rem solid #ffffff;
  border-radius: 0;
  outline: none !important;
  cursor: pointer;
}
#cookiePanel .cookiePanelIn input:hover {
  cursor: pointer;
  background: #257fb1;
  border-color: #257fb1;
  color: #ffffff;
}

.navigation {
  list-style: none;
  margin: 0;
  padding: 0 4rem 2rem 4rem;
  text-align: center;
}
@media only screen and (min-width: 1300px) {
  .navigation {
    padding: 0;
    display: flex;
    align-items: center;
  }
}
.navigation > li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
@media only screen and (min-width: 1300px) {
  .navigation > li {
    display: inline-block;
  }
}
.navigation > li > a {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.4rem;
  color: #000000;
  padding: 1.4rem 1rem;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (min-width: 1300px) {
  .navigation > li > a {
    color: #000;
    font-size: 1.4rem;
    padding: 1rem 1.5rem;
  }
}
@media only screen and (min-width: 1700px) {
  .navigation > li > a {
    padding: 1rem 2.8rem;
  }
}
.navigation > li > a .nav-item-count {
  position: absolute;
  top: -0.4rem;
  right: 0.7rem;
  background: #f5003e;
  color: #fff;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
  border-radius: 100%;
  text-align: center;
  font-size: 0.9rem;
  font-weight: normal;
}
.navigation > li > a:hover {
  text-decoration: none;
  color: #257fb1;
}
.navigation > li > a:hover:after {
  width: 100%;
}
.navigation > li.selected a {
  font-weight: bold;
  color: #231f20;
}
@media only screen and (min-width: 1300px) {
  .navigation > li.selected a {
    font-weight: bold;
    color: #231f20;
  }
  .navigation > li.selected a:after {
    width: 100%;
  }
}
@media only screen and (min-width: 1300px) {
  .navigation > li:first-child > a {
    font-size: 0;
    width: 2rem;
    height: 2rem;
    background: url(../images/home.svg) no-repeat center left;
    background-size: contain;
    padding: 0 4rem 0 0;
    top: -0.5rem;
    left: 0;
  }
  .navigation > li:first-child > a:after {
    content: none;
  }
}
@media only screen and (min-width: 1600px) {
  .navigation > li:first-child > a {
    padding: 0 4rem 0 0;
  }
}
.navigation > li.has-child > a {
  padding: 1rem 3rem 1rem 1rem;
}
@media only screen and (min-width: 1300px) {
  .navigation > li.has-child > a {
    padding: 1rem 3rem 1rem 1rem;
  }
}
.navigation > li.has-child > a:before {
  content: "";
  width: 0.9rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 50%;
  right: 1rem;
  filter: brightness(0) saturate(100%);
}
.navigation > li.has-child > a span {
  pointer-events: none;
}
.navigation > li.has-child ul {
  display: block;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  padding: 0;
  background: #fff;
  list-style: none;
  transition: 0.3s;
  height: 0;
  overflow: hidden;
}
@media only screen and (min-width: 1300px) {
  .navigation > li.has-child ul {
    position: absolute;
    top: 150%;
    left: -1rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background: #fff;
    padding: 0.8rem 0;
    height: auto;
    min-width: 200px;
    border-radius: 0.7rem;
  }
}
.navigation > li.has-child ul li {
  margin: 0;
  padding: 0;
  display: block;
}
.navigation > li.has-child ul li a {
  display: block;
  text-align: center;
  font-weight: normal;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  padding: 1rem 2rem !important;
  font-size: 1.4rem;
}
@media only screen and (min-width: 1300px) {
  .navigation > li.has-child ul li a {
    color: #000;
    padding: 0.7rem 2rem !important;
    text-align: left;
    font-size: 1.4rem;
  }
}
.navigation > li.has-child ul li a:before, .navigation > li.has-child ul li a:after {
  content: none;
  display: none;
}
.navigation > li.has-child ul li a:hover {
  background: none;
  color: #257fb1;
}
@media only screen and (min-width: 1300px) {
  .navigation > li.has-child ul li a:hover {
    background: none;
    color: #257fb1;
  }
}
.navigation > li.open ul {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  height: auto;
  display: block !important;
  z-index: 99;
}
@media only screen and (min-width: 1200px) {
  .navigation > li.open ul {
    top: 100%;
  }
}
.navigation > li.open a:before {
  transform: translateY(-50%) rotate(90deg);
}

@keyframes blur {
  0% {
    transform: translateX(-100%) scale(1.1) translateY(-50%);
    filter: blur(50px);
  }
  100% {
    transform: translateX(0%) scale(1) translateY(-50%);
    filter: blur(0);
  }
}
.home-slider {
  position: relative;
  margin: 1.5rem 0 2rem 0 !important;
}
@media only screen and (min-width: 1200px) {
  .home-slider {
    margin: 0 0 2rem 0 !important;
  }
}
@media only screen and (min-width: 1600px) {
  .home-slider {
    margin: 0 0 4rem 0 !important;
  }
}
.home-slider .slick-slide.slick-active .home-slider__text {
  animation: blur 1s ease 0s;
}
.home-slider .slick-slide.slick-active.slick-current .home-slider__text {
  opacity: 1 !important;
}
.home-slider__item {
  position: relative;
  height: 20rem;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 550px) {
  .home-slider__item {
    height: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  .home-slider__item {
    height: 38rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider__item {
    height: 42rem;
  }
}
@media only screen and (min-width: 1500px) {
  .home-slider__item {
    height: 48.6rem;
  }
}
.home-slider__text {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  opacity: 0 !important;
  width: 100%;
  max-width: calc(100% - 4rem);
  transform: translateY(-50%);
  padding: 0 0 0 2rem;
}
@media only screen and (min-width: 768px) {
  .home-slider__text {
    padding: 0 0 0 3.5rem;
    max-width: 55rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider__text {
    padding: 0 0 0 4.5rem;
    max-width: 57rem;
  }
}
@media only screen and (min-width: 1500px) {
  .home-slider__text {
    padding: 0 0 0 7.5rem;
    max-width: 60rem;
  }
}
.home-slider__title {
  color: #000;
  font-size: 2.4rem;
  line-height: 1;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 0 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .home-slider__title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider__title {
    font-size: 3.6rem;
  }
}
.home-slider__desc {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  margin: 0 0 2.5rem 0;
  display: none;
}
@media only screen and (min-width: 550px) {
  .home-slider__desc {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider__desc {
    font-size: 1.6rem;
  }
}
.home-slider__control a {
  position: relative;
  font-weight: 600;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #ffffff;
  background: #257fb1;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 2.5rem 1rem 4.5rem;
}
@media only screen and (min-width: 550px) {
  .home-slider__control a {
    font-size: 1.4rem;
    padding: 1rem 4rem 1rem 4.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .home-slider__control a {
    padding: 1rem 4rem 1rem 4.5rem;
  }
}
.home-slider__control a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 0.5rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.home-slider__control a:hover {
  background: #231f20;
  text-decoration: none;
  color: #fff;
}
.home-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 1rem;
  z-index: 3;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .home-slider .slick-dots {
    bottom: 3.5rem;
  }
}
.home-slider .slick-dots li {
  margin: 0 0.2rem;
  width: 1.2rem;
  height: 1.2rem;
}
.home-slider .slick-dots li.slick-active button {
  background: #257fb1 !important;
}
.home-slider .slick-dots li button {
  width: 1rem;
  height: 1rem;
  background: #e6e6e6;
  border-radius: 100%;
  opacity: 1 !important;
}
.home-slider .slick-dots li button:before {
  content: none;
}

.pager {
  text-align: center;
  padding: 1rem 0 0 0;
}
@media only screen and (min-width: 991px) {
  .pager {
    padding: 0 0 4rem 0;
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
}
.pager__btn {
  padding: 0 0 1rem 0;
}
@media only screen and (min-width: 991px) {
  .pager__btn {
    padding: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pager__btn-link {
  position: relative;
  font-weight: 600;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #fff;
  background: #6b6b6b;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1.4rem 4.5rem 1.4rem 2.5rem;
}
@media only screen and (min-width: 550px) {
  .pager__btn-link {
    font-size: 1.4rem;
    padding: 2rem 7.5rem 2rem 4rem;
  }
}
.pager__btn-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 2.5rem;
  width: 0.5rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.pager__btn-link:hover {
  background: #257fb1;
  text-decoration: none;
  color: #ffffff;
}
.pager__list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
@media only screen and (min-width: 991px) {
  .pager__list {
    padding: 1.3rem 0 0.7rem 0;
  }
}
.pager__list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  font-size: 1.4rem;
  margin: 0 0.2rem;
  font-weight: 600;
}
.pager__list li a, .pager__list li span {
  display: block;
  text-decoration: none;
  padding: 0 0.5rem;
  margin: 0;
  text-align: center;
  line-height: 3.5rem;
  color: #231f20;
  background: transparent;
  transition: 0.3s;
  position: relative;
}
@media only screen and (min-width: 991px) {
  .pager__list li a, .pager__list li span {
    line-height: 3.5rem;
  }
}
.pager__list li a:hover {
  text-decoration: underline;
}
.pager__list li.current span {
  color: #257fb1;
  text-decoration: none;
}
.pager__list li.next a img, .pager__list li.prev a img {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  top: 3px;
}
.pager__list li.prev {
  margin: 0 4rem 0 0;
}
.pager__list li.next {
  margin: 0 0 0 4rem;
}
.pager__list li.next img {
  transform: rotate(180deg);
}

.popup {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 999;
  max-width: 115rem;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
}
.popup__banner {
  background: url(../images/popup-banner.jpg) no-repeat center center;
  background-size: cover;
  display: none;
}
@media only screen and (min-width: 991px) {
  .popup__banner {
    display: block;
    width: 20rem;
  }
}
@media only screen and (min-width: 1200px) {
  .popup__banner {
    width: 25rem;
  }
}
.popup__container {
  width: 100%;
  padding: 3rem 1.5rem;
}
@media only screen and (min-width: 550px) {
  .popup__container {
    padding: 3rem 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .popup__container {
    width: calc(100% - 20rem);
    padding: 5rem 4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .popup__container {
    width: calc(100% - 25rem);
    padding: 7rem 6rem;
  }
}
.popup__container h2 {
  margin: 0 0 3rem 0;
  color: #000;
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .popup__container h2 {
    font-size: 3.7rem;
    margin: 0 0 5rem 0;
  }
}
.popup__container h3 {
  margin: 0 0 1rem 0;
  color: #000;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .popup__container h3 {
    font-size: 1.7rem;
    margin: 0 0 1.5rem 0;
  }
}
.popup__field {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2.4rem);
  margin: 0 -1.2rem;
  padding: 0 0 1.5rem 0;
}
.popup__field .formField {
  padding: 0 1.2rem;
  margin: 0 0 1.5rem 0;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .popup__field .formField {
    width: 50%;
    margin: 0 0 2.4rem 0;
  }
}
.popup__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .popup__submit {
    padding: 2rem 0 0 0;
    flex-direction: row;
  }
}
.popup .formField .label {
  display: none;
}
.popup .formField .edit {
  width: 100%;
}

.formCheckboxes {
  margin: 0 0 4rem 0;
}

.formField {
  padding: 0;
  margin: 0 0 2.4rem 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.formField-textArea .label {
  width: 100% !important;
  padding: 0 0 0.7rem 0 !important;
}
.formField-textArea .edit {
  width: 100% !important;
}
.formField.checkBoxField {
  position: relative;
}
.formField.checkBoxField .label {
  width: calc(100% - 1.6rem) !important;
  padding: 0 0 0 1rem !important;
  order: 2;
}
.formField.checkBoxField .editCheckBox {
  order: 1;
  width: 1.6rem !important;
}
.formField .label {
  width: 10rem;
}
.formField .label label {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.1;
  font-weight: 700;
  margin: 0;
  padding: 0 0.7rem 0 0;
}
.formField .label label a {
  color: inherit;
}
.formField .label label a:hover {
  color: #257fb1;
}
.formField .edit {
  width: calc(100% - 10rem);
}
.formField .edit span.error {
  padding: 0.7rem 0 0 0;
  display: block;
  color: red;
}
.formField .edit textarea {
  resize: none;
  min-height: 15rem;
}
.formField .edit input, .formField .edit textarea {
  border: 0.1rem solid #b8b8b8;
  background: #fff;
  border-radius: 0rem;
  margin: 0;
  padding: 1.2rem 1.5rem;
  outline: none !important;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  color: #000;
  line-height: 1.1;
  width: 100%;
}
.formField .edit input::placeholder, .formField .edit textarea::placeholder {
  color: #000;
}
.formField .edit input:focus, .formField .edit textarea:focus {
  box-shadow: 0 0 5px 2px rgba(35, 31, 32, 0.19);
  border-color: #231f20;
}
.formField .edit input.error, .formField .edit textarea.error {
  border-color: red;
}
.formField-checkBox {
  margin: 0 0 1rem 0;
  display: block;
  color: #000;
  font-size: 1.6rem;
  position: relative;
  padding: 0.2rem 0 0 3.5rem;
  cursor: pointer !important;
  min-height: 2rem;
  line-height: 2rem;
  outline: none;
  max-width: 100%;
}
.formField-checkBox:hover {
  text-decoration: underline;
}
.formField-checkBox a {
  color: inherit;
}
.formField-checkBox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.formField-checkBox input:checked ~ .form-field__indicator {
  background-color: #257fb1;
  border-color: #257fb1;
}
.formField-checkBox input:checked ~ .form-field__indicator {
  background-color: #257fb1;
  border-color: #257fb1;
}
.formField-checkBox input:checked ~ .form-field__indicator {
  background: #257fb1;
}
.formField-checkBox input:checked ~ .form-field__indicator:after {
  display: block;
}
.formField-checkBox .form-field__label {
  cursor: pointer;
}
.formField-checkBox .form-field__indicator {
  top: 0;
  border: 0.1rem solid #257fb1;
  background-color: #257fb1;
  border-radius: 0.4rem;
  position: absolute;
  top: 0.1rem;
  left: 0;
  height: 2rem;
  width: 2rem;
  background: #257fb1;
  cursor: pointer;
}
.formField-checkBox .form-field__indicator::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.editButton input, .formButton input {
  line-height: 1.1;
  letter-spacing: 0rem;
  border: 0.2rem solid #257fb1;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none !important;
  padding: 1rem 3rem;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
  background: #257fb1;
  position: relative;
  font-size: 1.5rem;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 1200px) {
  .editButton input, .formButton input {
    padding: 1.5rem 3.5rem;
    font-size: 1.8rem;
  }
}
.editButton input:hover, .formButton input:hover {
  background: #ffffff;
  text-decoration: none;
  color: #257fb1;
}

#ajaxLoginForm,
#ajaxRegistrationForm,
#ajaxAddressForm,
#AjaxShopReviewForm,
#ajaxStoriesForm,
#resetPasswordRequestForm {
  width: 100%;
  max-width: 45rem;
}

.lostPasswordLink {
  text-align: right;
  font-size: 1.2rem;
  margin: 0 0 0.5rem;
}
.lostPasswordLink a {
  color: #000;
  text-decoration: underline;
}
.lostPasswordLink a:hover {
  color: #d30017;
}

.registrationLinkTitle {
  font-size: 1.5rem;
}

.registrationLink {
  text-align: center;
  padding: 2rem;
  background: #e1effb;
  border-top: 0.1rem solid #aaa;
}
.registrationLink a {
  background: transparent;
  padding: 1rem 2rem;
  display: inline-block;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
  cursor: pointer;
  color: #000;
  border: 0.1rem solid #888;
  text-align: center;
}
.registrationLink a:hover {
  color: #257fb1;
  border-color: #257fb1;
  text-decoration: none;
}

.formSkinDefaultPopup {
  background: #fff;
  margin: 0 auto;
  position: relative;
  padding: 0;
}
.formSkinDefaultPopup div.headerPopup {
  font-size: 1.8rem;
  margin: 0;
  font-weight: bold;
  color: #fff;
  background: #000;
  padding: 1.5rem;
}
.formSkinDefaultPopup .formSkinDefaultPopupIn {
  padding: 2rem;
}
.formSkinDefaultPopup .gdpr-text {
  font-size: 1.4rem;
}
.formSkinDefaultPopup .mfp-close {
  color: #fff !important;
}

.order-list-popup {
  max-width: 80rem;
  margin: 0 auto;
}
.order-list-popup .order-list-popupIn {
  padding: 0 !important;
}

.formSkinDefault .form-title {
  color: #000;
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0 0 1.5rem 0;
  text-align: center;
}
.formSkinDefault .form-text {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 4.5rem 0;
  text-align: center;
  line-height: 1.5;
}
.formSkinDefault .formField {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
  width: 100%;
}
.formSkinDefault .formField .label {
  width: 30%;
  text-align: left;
  padding: 0;
}
.formSkinDefault .formField .label label {
  display: block;
  padding: 1rem 0;
  font-size: 1.6rem;
  color: #000;
  white-space: pre-wrap;
  margin: 0;
  font-weight: bold;
}
@media (max-width: 767px) {
  .formSkinDefault .formField .label {
    width: 40%;
  }
}
@media (max-width: 549px) {
  .formSkinDefault .formField .label {
    width: 100%;
  }
  .formSkinDefault .formField .label label {
    padding: 0 0 0.5rem 0;
  }
}
.formSkinDefault .formField .edit {
  position: relative;
  width: 70%;
}
@media (max-width: 767px) {
  .formSkinDefault .formField .edit {
    width: 60%;
  }
}
@media (max-width: 549px) {
  .formSkinDefault .formField .edit {
    width: 100%;
  }
}
.formSkinDefault .formField .edit input,
.formSkinDefault .formField .edit .like-input {
  display: block;
  padding: 1rem;
  border: none;
  border: 0.1rem solid #ccc;
  background: #fff;
  margin: 0;
  width: 100%;
  color: #000;
  border-radius: 0;
  font-size: 1.4rem;
}
.formSkinDefault .formField .edit input:focus,
.formSkinDefault .formField .edit .like-input:focus {
  background-color: #fffef4;
  color: #000;
}
.formSkinDefault .formField .edit input[readonly],
.formSkinDefault .formField .edit .like-input {
  background: #eee;
  color: #666;
}
.formSkinDefault .formField .edit input.error {
  border-color: red;
}
.formSkinDefault .formField .edit textarea {
  resize: none;
  border: 0.1rem solid #ccc;
  background: #fff;
  margin: 0;
  width: 100%;
  height: 10rem;
  padding: 1rem;
  color: #000;
  border-radius: 0;
  font-size: 1.4rem;
}
.formSkinDefault .formField .edit textarea:focus {
  background-color: #fffef4;
  color: #000;
}
.formSkinDefault .formField .edit textarea.error {
  border-color: red;
}
.formSkinDefault .formField .edit select {
  display: block;
  padding: 1rem;
  border: 0.1rem solid #ccc;
  background: #fff;
  margin: 0;
  width: 100%;
  border-radius: 0;
  font-size: 1.4rem;
}
.formSkinDefault .formField .editRead {
  position: relative;
  float: left;
  width: 70%;
}
@media (max-width: 767px) {
  .formSkinDefault .formField .editRead {
    width: 60%;
  }
}
@media (max-width: 549px) {
  .formSkinDefault .formField .editRead {
    width: 100%;
  }
}
.formSkinDefault .formField .editRead span {
  display: block;
  padding: 1.1rem 0 0 0;
  font-weight: bold;
}
.formSkinDefault .formField [data-label-for].val_required::after {
  content: " *";
  color: red;
}
.formSkinDefault .formField span.error {
  position: absolute;
  left: 1rem;
  top: 3.4rem;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  color: white;
  z-index: 100;
  border: 0.1rem solid #ccc;
  background-color: #333;
  display: none;
}
.formSkinDefault .formField:hover span.error {
  display: block;
}
.formSkinDefault .formField.checkBoxField {
  margin: 0 0 1.5rem 0;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0 0 1.5rem 0;
}
.formSkinDefault .formField.checkBoxField .label {
  order: 2;
  width: calc(100% - 1.6rem);
  padding: 0 0 0 1rem;
}
.formSkinDefault .formField.checkBoxField .label label {
  padding: 0.1rem 0 0 0;
}
.formSkinDefault .formField.checkBoxField .label label a {
  color: #231f20;
}
.formSkinDefault .formField.checkBoxField .edit,
.formSkinDefault .formField.checkBoxField .editCheckBox {
  width: 1.6rem;
  height: 1.6rem;
  order: 1;
}
.formSkinDefault .formField.checkBoxField .edit input,
.formSkinDefault .formField.checkBoxField .editCheckBox input {
  margin: 0;
}
.formSkinDefault .editButton input {
  background: #257fb1;
  padding: 1.1rem 3rem 1rem 3rem;
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  margin: 1rem 0 0 0;
  cursor: pointer;
  color: #ffffff;
  border: none;
  text-align: center;
  width: 100%;
  float: none;
  border-radius: 0;
  transition: 0.3s;
}
.formSkinDefault .editButton input:hover {
  background: #231f20;
  color: #fff;
}
.formSkinDefault.on-top-labels .formField {
  margin: 0 0 2rem 0;
}
.formSkinDefault.on-top-labels .formField div.label {
  width: 100%;
}
.formSkinDefault.on-top-labels .formField div.label label {
  padding: 0 0 0.7rem 0;
}
.formSkinDefault.on-top-labels .formField .edit {
  width: 100%;
}
.formSkinDefault .formButtonBig {
  background: #257fb1;
  display: inline-block;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.4rem;
  padding: 2rem 4rem;
  border-radius: 0.5rem;
  text-align: center;
}
.formSkinDefault .formButtonBig a {
  text-decoration: none;
  color: #fff;
}

.success-box {
  text-align: center;
  color: #02d268;
  padding: 4rem 0;
  width: 100%;
}
.success-box__icon {
  margin: 0 0 2rem 0;
}
.success-box__icon img {
  box-shadow: none;
}
.success-box__text {
  font-size: 2rem;
  margin: 0;
  line-height: 1.1;
  text-align: center;
  font-weight: 500;
}

.form-agreement, .form-group {
  text-align: center;
  font-size: 1.5rem;
  color: #000;
}
.form-agreement a, .form-group a {
  color: #257fb1;
  text-decoration: underline;
}
.form-agreement a:hover, .form-group a:hover {
  color: #231f20;
}

.produkt-detail__field {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2.4rem);
  margin: 0 -1.2rem;
  padding: 0 0 1.5rem 0;
}
.produkt-detail__field .formField {
  padding: 0 1.2rem;
  margin: 0 0 1.5rem 0;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .produkt-detail__field .formField {
    margin: 0 0 2.4rem 0;
  }
  .produkt-detail__field .formField.formField-textBox {
    width: 50%;
  }
}
.produkt-detail__field .formField .label {
  display: none;
}
.produkt-detail__field .formField .edit {
  width: 100%;
}

.popup-home {
  background: transparent !important;
  width: 65%;
}
@media only screen and (min-width: 1160px) {
  .popup-home {
    width: 100%;
  }
}
.popup-home .popup-hp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 1160px) {
  .popup-home .popup-hp {
    flex-wrap: nowrap;
  }
}
.popup-home .popup-hp__content {
  padding: 5rem;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .popup-home .popup-hp__content {
    width: 50%;
  }
}
.popup-home .popup-hp__content h2 {
  font-size: 3rem;
  color: #0AADFF;
}
.popup-home .popup-hp__content p {
  line-height: 1.9rem;
  font-size: 1.4rem;
}
.popup-home .popup-hp__content ul {
  list-style: none;
  padding-inline-start: 0px;
}
.popup-home .popup-hp__content ul li {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-bottom: 10px;
}
.popup-home .popup-hp__image {
  width: 100%;
}
@media only screen and (min-width: 1160px) {
  .popup-home .popup-hp__image {
    width: 50%;
  }
}
.popup-home .popup-hp__image img {
  width: 100%;
}
.popup-home .mfp-close {
  top: 10px;
}

.popup-params {
  position: relative;
  padding: 3rem;
  background: #fff;
  font-size: 1.4rem;
  max-width: 60rem;
  margin: 0 auto;
}
.popup-params .mfp-close {
  color: #000;
}

.form-field__weight {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1rem 0 0 0 !important;
}
.form-field__weight .AjaxForm_DeleniPlechu_Weight {
  margin: 0 0 0 1rem;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background: #24282b;
  display: none;
}
@media only screen and (min-width: 1200px) {
  .header-mobile {
    display: none !important;
  }
}
.header-mobile ul, .header-mobile div {
  overflow-x: hidden;
  max-width: 100vw;
}
.header-mobile__header {
  height: 6rem;
  background: #257fb1;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-mobile__header {
    height: 8rem;
  }
}
.header-mobile__back {
  position: fixed;
  top: 1.7rem;
  left: 1rem;
  z-index: 9999;
  cursor: pointer;
  border: none;
  appearance: none;
  background: transparent;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .header-mobile__back {
    top: 2.7rem;
    left: 1.5rem;
  }
}
.header-mobile__back img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
  width: 2.2rem;
  height: 2.2rem;
}
.header-mobile__back span {
  margin: 0 0 0 1rem;
}
.header-mobile__back--eshop {
  display: none;
}
.header-mobile__back--eshop.visible {
  display: flex;
  align-items: center;
}
.header-mobile__back--produkty {
  display: none;
}
.header-mobile__back--produkty.visible {
  display: flex;
  align-items: center;
}
.header-mobile__close {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5rem;
  cursor: pointer;
  border: none;
  appearance: none;
  background: transparent;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  font-size: 1.5rem;
  color: #fff;
}
.header-mobile__close span {
  margin: 0 1rem 0 0;
}
@media only screen and (min-width: 768px) {
  .header-mobile__close span {
    margin: 0 2rem 0 0;
  }
}
.header-mobile__close img {
  width: 2rem;
  height: 2rem;
}
@media only screen and (min-width: 768px) {
  .header-mobile__close img {
    width: 3rem;
    height: 3rem;
  }
}
.header-mobile__content {
  height: calc(100vh - 6rem);
  overflow-y: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header-mobile__content {
    height: calc(100vh - 8rem);
  }
}
.header-mobile__nav ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  height: calc(100vh - 6rem);
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .header-mobile__nav ul {
    padding: 6rem;
    height: calc(100vh - 8rem);
  }
}
.header-mobile__nav ul li {
  margin: 0;
  padding: 0;
}
.header-mobile__nav ul li:first-child > a {
  border-top: none;
}
.header-mobile__nav ul li a {
  color: #a7a7a7;
  text-decoration: none;
  border-top: 1px solid #3a3f44;
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .header-mobile__nav ul li a {
    font-size: 2rem;
    padding: 2rem 3rem;
  }
}
.header-mobile__nav ul li.has-child > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.header-mobile__eshop > a {
  color: #fff !important;
}
.header-mobile__produkty > a {
  color: #fff !important;
}
.header-mobile__eshop-panel {
  position: absolute;
  top: 0;
  right: -101%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #24282b;
  transition: 0.3s;
}
.header-mobile__eshop-panel.open {
  right: 0;
}
.header-mobile__eshop-panel .header-categories-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10;
  height: calc(100vh - 6rem);
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .header-mobile__eshop-panel .header-categories-menu {
    padding: 6rem;
    height: calc(100vh - 8rem);
  }
}
.header-mobile__eshop-panel .header-categories-menu__item {
  margin: 0;
  padding: 0;
}
.header-mobile__eshop-panel .header-categories-menu__item:first-child > a {
  border-top: none;
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child .header-categories-menu__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/back.svg) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
@media only screen and (min-width: 1200px) {
  .header-mobile__eshop-panel .header-categories-menu__item.has-child .header-categories-menu__link:before {
    filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(381%) hue-rotate(157deg) brightness(93%) contrast(100%);
    transform: translateY(-50%) rotate(-90deg);
    width: 1.8rem;
    height: 1.8rem;
  }
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 10;
  width: 100%;
  height: calc(100vh - 6rem);
  overflow-y: auto;
  background: #24282b;
  transition: 0.3s;
}
@media only screen and (min-width: 768px) {
  .header-mobile__eshop-panel .header-categories-menu__item.has-child > ul {
    padding: 6rem;
    height: calc(100vh - 8rem);
  }
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child > ul.open {
  right: 0;
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child > ul > li {
  margin: 0;
  padding: 0;
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child > ul > li:first-child > a {
  border-top: none;
}
.header-mobile__eshop-panel .header-categories-menu__item.has-child > ul > li > a {
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #3a3f44;
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .header-mobile__eshop-panel .header-categories-menu__item.has-child > ul > li > a {
    font-size: 2rem;
    padding: 2rem 3rem;
  }
}
.header-mobile__eshop-panel .header-categories-menu__link {
  color: #fff;
  text-decoration: none;
  border-top: 1px solid #3a3f44;
  display: block;
  position: relative;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .header-mobile__eshop-panel .header-categories-menu__link {
    font-size: 2rem;
    padding: 2rem 3rem;
  }
}
.header-mobile__eshop-panel .header-categories-menu__icon {
  display: none;
}
.header-mobile__produkty-panel {
  position: absolute;
  top: 0;
  right: -101%;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 10;
  background: #24282b;
  transition: 0.3s;
}
.header-mobile__produkty-panel.open {
  right: 0;
}

.catalogue-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 3rem 0 4.5rem 0;
}
.catalogue-header__title {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0 0 4rem 0;
}
.catalogue-header__title h1 {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.1;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .catalogue-header__title h1 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .catalogue-header__title h1 {
    font-size: 3.2rem;
  }
}
.catalogue-header__title .read-toggle-link {
  margin: 0 0 0 3rem;
  padding: 0.3rem 1.8rem 0 0;
  display: inline-block;
  text-decoration: underline;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #257fb1;
  position: relative;
}
.catalogue-header__title .read-toggle-link:before {
  content: "";
  width: 0.9rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%) rotate(90deg);
  position: absolute;
  top: 60%;
  right: 0;
  filter: brightness(0) saturate(100%) invert(39%) sepia(90%) saturate(381%) hue-rotate(157deg) brightness(93%) contrast(100%);
}
.catalogue-header__title .read-toggle-link:hover {
  color: #231f20;
}
.catalogue-header__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.catalogue-header__gallery {
  width: calc(100% + 2rem);
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 2rem;
}
@media only screen and (min-width: 768px) {
  .catalogue-header__gallery {
    width: calc(50% - 2.5rem);
  }
}
.catalogue-header__gallery img:nth-child(1) {
  width: calc(63% - 1.3rem);
}
.catalogue-header__gallery img:nth-child(2) {
  width: calc(37% - 0.7rem);
}
.catalogue-header__texts {
  width: 100%;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  padding: 2rem 0 0 0;
  margin: 0 0 3.5rem 0;
}
.catalogue-header__texts p {
  margin: 0 0 1.5rem 0;
}
.catalogue-header__texts a {
  color: #257fb1;
  text-decoration: underline;
}
.catalogue-header__texts a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .catalogue-header__texts {
    width: calc(50% - 2.5rem);
    padding: 0;
  }
}
.catalogue-header__warning {
  margin: 0 0 1.5rem 0;
}
.catalogue-header__warning span {
  display: inline-block;
  background: #ede4cb;
  color: #e0a406;
  padding: 0.8rem 1.5rem;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: 800;
}

.grid-list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 1rem);
  margin: 0 -0.5rem;
}
@media only screen and (min-width: 768px) {
  .grid-list {
    width: calc(100% + 1.8rem);
    margin: 0 -0.9rem;
  }
}
.grid-list__item {
  width: 100%;
  margin: 0 0 2rem 0;
  padding: 0 0.5rem;
}
@media only screen and (min-width: 550px) {
  .grid-list__item {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .grid-list__item {
    width: 33.33%;
    margin: 0 0 1.8rem 0;
    padding: 0 0.9rem;
  }
}
@media only screen and (min-width: 991px) {
  .grid-list__item {
    width: 25%;
  }
}
.grid-list .product-card {
  position: relative;
  width: 100%;
  min-height: 100%;
  background: #fff;
  display: block;
  text-decoration: none;
  color: #000;
  text-align: center;
  border-radius: 0.5rem;
  transition: 0.3s;
  padding: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .grid-list .product-card {
    padding: 2rem;
  }
}
.grid-list .product-card:hover {
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
}
.grid-list .product-card__image {
  padding-top: 75%;
  position: relative;
  margin: 0 0 2.5rem 0;
}
.grid-list .product-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.grid-list .product-card__title {
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 0 0 2rem 0;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.5rem;
  display: -webkit-box;
}
.grid-list .product-card__title a {
  text-decoration: none;
  color: inherit;
}
.grid-list .product-card .product-reference-number-item {
  position: relative;
  margin: 0 0 0.5rem 0;
  font-size: 1.4rem;
  min-height: 3rem;
}
.grid-list .product-card .product-reference-number-item .reference_number {
  margin: 0 0 1rem 0;
}
.grid-list .product-card .product-reference-number-item .reference-number__input {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
}
.grid-list .product-card__foot {
  display: flex;
  align-items: center;
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1600px) {
  .grid-list .product-card__foot {
    flex-direction: row;
    justify-content: space-between;
  }
}
.grid-list .product-card__prices {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 1600px) {
  .grid-list .product-card__prices {
    text-align: left;
    margin: 0;
  }
}
.grid-list .product-card__prices .base-price {
  color: #de0000;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
.grid-list .product-card__prices .vat-price {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
}
.grid-list .product-card__btn {
  position: relative;
  font-weight: 600;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #ffffff;
  background: #257fb1;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 2.5rem 1rem 4.5rem;
}
@media only screen and (min-width: 550px) {
  .grid-list .product-card__btn {
    font-size: 1.4rem;
    padding: 1rem 3.5rem 1rem 4.5rem;
  }
}
.grid-list .product-card__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
  width: 0.5rem;
  height: 1.1rem;
  background: url(../images/caret.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(356deg) brightness(105%) contrast(102%);
}
.grid-list .product-card__btn:hover {
  background: #231f20;
  text-decoration: none;
  color: #fff;
}
.grid-list .product-card__avail {
  width: 100%;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 1600px) {
  .grid-list .product-card__avail {
    text-align: right;
  }
}
.grid-list .product-card__tag {
  position: absolute;
  background: #d1b72f;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem 1rem;
  left: 0;
  z-index: 100;
}

.product-avail--1, .product-avail--2 {
  color: #009904 !important;
}
.product-avail--4, .product-avail--5, .product-avail--13 {
  color: #ff7b00 !important;
}
.product-avail--12 {
  color: #257fb1;
}

.rows-list-header {
  background: #848484;
  color: #fff;
  display: none;
  font-size: 1.4rem;
  font-weight: normal;
}
@media only screen and (min-width: 991px) {
  .rows-list-header {
    display: flex;
    flex-wrap: wrap;
    padding: 1.8rem 1.5rem 1.8rem 0;
  }
}
.rows-list-header__title {
  width: calc(100% - 16rem - 33rem);
  padding: 0 0 0 2rem;
}
.rows-list-header__avail {
  width: 16rem;
}
.rows-list-header__prices {
  width: 33rem;
}

.rows-list__item {
  margin: 0 0 0.2rem 0;
}
.rows-list__buy {
  text-align: center;
  padding: 1rem 0 2rem 0;
}
@media only screen and (min-width: 991px) {
  .rows-list__buy {
    text-align: right;
    padding: 1rem 0 4rem 0;
  }
}
.rows-list__buy a {
  display: inline-block;
  background: #257fb1;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 1.6rem 3rem;
  border-radius: 0.4rem;
}
@media only screen and (min-width: 768px) {
  .rows-list__buy a {
    padding: 2rem 4.5rem;
  }
}
.rows-list__buy a:hover {
  background: #231f20;
  font-size: 1.6rem;
}
.rows-list .row-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  padding: 1.5rem 1rem 1rem 6rem;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .rows-list .row-card {
    padding: 0 1.5rem 0 0;
  }
}
.rows-list .row-card__image {
  width: 5.5rem;
  height: 5.5rem;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .rows-list .row-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 5.5rem;
    height: 100%;
  }
}
.rows-list .row-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
}
.rows-list .row-card__info {
  display: flex;
  align-items: center;
  padding: 0 2rem 1rem 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .rows-list .row-card__info {
    width: calc(100% - 5.5rem - 10rem - 13rem - 6rem - 12rem);
    padding: 0 2.5rem 0 1rem;
  }
}
@media only screen and (min-width: 991px) {
  .rows-list .row-card__info {
    width: calc(100% - 5.5rem - 16rem - 13rem - 8rem - 12rem);
  }
}
.rows-list .row-card__title {
  margin: 0;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
  font-size: 1.4rem;
}
.rows-list .row-card__title a {
  color: inherit;
  text-decoration: none;
}
.rows-list .row-card__title a:hover {
  text-decoration: underline;
}
.rows-list .row-card__avail {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.2rem;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .rows-list .row-card__avail {
    width: 10rem;
  }
}
@media only screen and (min-width: 991px) {
  .rows-list .row-card__avail {
    width: 16rem;
  }
}
.rows-list .row-card__avail strong {
  font-weight: 600;
}
.rows-list .row-card__prices {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 1rem 0 1rem 0;
}
@media only screen and (min-width: 768px) {
  .rows-list .row-card__prices {
    padding: 0;
    width: 13rem;
  }
}
.rows-list .row-card__prices .base-price {
  font-size: 1.4rem;
  font-weight: 600;
  color: #de0000;
}
.rows-list .row-card__prices .vatless-price {
  font-size: 1.2rem;
  font-weight: normal;
  color: #000;
}
.rows-list .row-card__quantity {
  display: flex;
  align-items: center;
  width: 6rem;
  margin: 0;
}
@media only screen and (min-width: 991px) {
  .rows-list .row-card__quantity {
    width: 8rem;
  }
}
.rows-list .row-card__quantity .quantity-edit {
  width: 100%;
  border: none;
  border-radius: 0;
  overflow: hidden;
  border: 0.1rem solid #257fb1;
}
.rows-list .row-card__quantity .quantity-edit .quantity-buttons .quantity-button {
  height: 1.7rem;
  background: transparent;
}
.rows-list .row-card__action {
  display: flex;
  align-items: center;
  width: calc(100% - 6rem);
}
@media only screen and (min-width: 768px) {
  .rows-list .row-card__action {
    width: 12rem;
  }
}
.rows-list .row-card__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  background: #257fb1;
  color: #ffffff;
  text-align: center;
  width: 100%;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  padding: 1rem 1.6rem;
  border-radius: 0;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.rows-list .row-card__btn img {
  margin: 0 0 0 0.5rem;
}
.rows-list .row-card__btn:hover {
  background: #231f20;
}
.rows-list .row-card__btn--poptavka {
  border-radius: 0.4rem;
}

.list-v1-item .product-reference-number-item, grid-list__item .product-reference-number-item {
  width: 2rem;
  margin: auto 0;
  display: flex;
  position: relative;
  /*new list*/
  width: 100%;
  max-width: 40rem;
  min-height: 1.5rem;
  margin: 0.8rem 0 0 0rem;
}
@media only screen and (min-width: 550px) {
  .list-v1-item .product-reference-number-item, grid-list__item .product-reference-number-item {
    margin: 0.8rem 0 0 6.5rem;
  }
}
.list-v1-item .product-reference-number-item .reference_number, grid-list__item .product-reference-number-item .reference_number {
  transform: translate(0, -50%);
  position: absolute;
  left: 20px;
  top: 50%;
  min-width: 10rem;
}
@media only screen and (min-width: 991px) {
  .list-v1-item .product-reference-number-item .reference_number, grid-list__item .product-reference-number-item .reference_number {
    left: 20px;
  }
}
.list-v1-item .product-reference-number-item .reference-number__input, grid-list__item .product-reference-number-item .reference-number__input {
  transform: translate(0, -50%);
  position: absolute;
  left: 0;
  top: 50%;
  min-width: 10rem;
  width: 100%;
}
@media only screen and (min-width: 991px) {
  .list-v1-item .product-reference-number-item .reference-number__input, grid-list__item .product-reference-number-item .reference-number__input {
    left: 0;
  }
}

.shop-detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  /*konfigurace produktu*/
}
@media only screen and (min-width: 1200px) {
  .shop-detail {
    padding: 1.5rem 0 0 0;
  }
}
.shop-detail__mobile {
  width: 100%;
  display: block;
}
@media only screen and (min-width: 991px) {
  .shop-detail__mobile {
    display: none;
  }
}
.shop-detail__mobile-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  padding: 0;
  position: relative;
  margin: 0 0 1.5rem 0;
  line-height: 1.2;
}
.shop-detail__gallery {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shop-detail__gallery {
    width: calc(50% - 1.5rem);
  }
}
@media only screen and (min-width: 991px) {
  .shop-detail__gallery {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1200px) {
  .shop-detail__gallery {
    width: calc(50% - 3rem);
  }
}
.shop-detail__gallery .zoomLightGallery {
  padding: 1.5rem;
}
@media only screen and (min-width: 1200px) {
  .shop-detail__gallery .zoomLightGallery {
    padding: 3rem;
  }
}
.shop-detail__content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .shop-detail__content {
    width: calc(50% - 1.5rem);
  }
}
@media only screen and (min-width: 991px) {
  .shop-detail__content {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1200px) {
  .shop-detail__content {
    width: calc(50% - 3rem);
  }
}
.shop-detail__title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  padding: 0;
  position: relative;
  margin: 0 0 3.5rem 0;
  line-height: 1.2;
  display: none;
}
@media only screen and (min-width: 991px) {
  .shop-detail__title {
    font-size: 3.2rem;
    display: block;
  }
}
.shop-detail__desc {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  padding: 0;
  margin: 0 0 3.5rem 0;
}
.shop-detail__desc a {
  color: #257fb1;
  text-decoration: underline;
}
.shop-detail__desc a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 991px) {
  .shop-detail__desc {
    font-size: 1.6rem;
  }
}
.shop-detail .product-reference-number-item {
  position: relative;
}
.shop-detail .product-reference-number-item .reference-number__input {
  position: absolute;
  left: 117px;
  top: -3px;
}
@media only screen and (min-width: 1000px) {
  .shop-detail .product-reference-number-item .reference-number__input {
    left: 134px;
  }
}
.shop-detail__warning {
  margin: 0 0 4.5rem 0;
}
.shop-detail__warning span {
  display: inline-block;
  background: #ede4cb;
  color: #e0a406;
  padding: 0.8rem 1.5rem;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  font-weight: 800;
}
.shop-detail__data {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 1.5rem 0;
  border-top: 0.1rem solid #cbcbcb;
}
@media only screen and (min-width: 1200px) {
  .shop-detail__data {
    flex-direction: row;
  }
}
.shop-detail__data-left {
  margin: 0 0 1.5rem 0;
}
@media only screen and (min-width: 550px) {
  .shop-detail__data-left {
    margin: 0;
  }
}
.shop-detail__data-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  white-space: nowrap;
}
.shop-detail__data-prices {
  text-align: right;
  padding: 0 1.5rem 0 0;
}
.shop-detail__data-prices .base-price {
  color: #de0000;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
.shop-detail__data-prices .vat-price {
  color: #000;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: normal;
}
.shop-detail__data-piece {
  background: #424242;
  color: #fff;
  text-align: center;
  padding: 1.5rem 1rem;
}
.shop-detail__data-piece span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}
.shop-detail__data-piece strong {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.shop-detail__data-item {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
  padding: 0;
  margin: 0.4rem 0;
}
.shop-detail__data-item span {
  font-weight: 600;
}
.shop-detail__sizes {
  margin: 0 0 2rem 0;
  padding: 1rem 0;
  background: #e1e5e8;
}
@media only screen and (min-width: 768px) {
  .shop-detail__sizes {
    padding: 2rem 0;
  }
}
.shop-detail__size-item .shop-detail-size {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.2rem 0;
}
.shop-detail__size-item .shop-detail-size__title {
  padding: 0 2rem;
  color: #19233f;
  font-weight: bold;
  margin: 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .shop-detail__size-item .shop-detail-size__title {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-detail__size-item .shop-detail-size__title {
    font-size: 1.8rem;
  }
}
.shop-detail__size-item .shop-detail-size__quantity {
  display: flex;
  align-items: center;
}
.shop-detail__size-item .shop-detail-size__quantity .quantity-edit {
  width: 6rem;
  border: none;
  border-radius: 0;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .shop-detail__size-item .shop-detail-size__quantity .quantity-edit {
    width: 9rem;
  }
}
.shop-detail__size-item .shop-detail-size__quantity .quantity-edit .quantity-buttons .quantity-button {
  height: 1.7rem;
  background: #fff;
}
.shop-detail__size-item .shop-detail-size__quantity-lbl {
  width: 6rem;
  padding: 0 1rem;
  text-align: left;
  color: #19233f;
  font-weight: bold;
  margin: 0;
  font-size: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .shop-detail__size-item .shop-detail-size__quantity-lbl {
    font-size: 1.6rem;
    width: 8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-detail__size-item .shop-detail-size__quantity-lbl {
    font-size: 1.8rem;
  }
}
.shop-detail__calc {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 550px) {
  .shop-detail__calc {
    flex-direction: row;
  }
}
.shop-detail__calc-title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  padding: 0;
  margin: 0;
}
.shop-detail__calc-details {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  color: #000;
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 550px) {
  .shop-detail__calc-details {
    text-align: right;
  }
}
.shop-detail__action-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  padding: 0;
  margin: 0 0 1rem 0;
}
.shop-detail__action {
  width: 100%;
  background: #d4e7f2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 2rem;
  margin: 0 0 5rem 0;
}
.shop-detail__prices {
  padding: 0 0 2rem 0;
}
@media only screen and (min-width: 550px) {
  .shop-detail__prices {
    padding: 0 2rem 0 0;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-detail__prices {
    padding: 0 2rem 0 1rem;
  }
}
.shop-detail__prices .base-price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #de0000;
}
@media only screen and (min-width: 768px) {
  .shop-detail__prices .base-price {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 1500px) {
  .shop-detail__prices .base-price {
    font-size: 3.4rem;
  }
}
.shop-detail__prices .vatless-price {
  margin: 0.2rem 0 0 0;
  font-size: 1.4rem;
  font-weight: normal;
  color: #000;
}
.shop-detail__controls {
  display: flex;
  align-items: center;
}
.shop-detail__controls .quantity-edit {
  width: 6rem;
  border: none;
  border-radius: 0;
  overflow: hidden;
  margin: 0 1.5rem 0 0;
}
@media only screen and (min-width: 768px) {
  .shop-detail__controls .quantity-edit {
    width: 9rem;
  }
}
.shop-detail__controls .quantity-edit .quantity-buttons .quantity-button {
  height: 2rem;
  background: #fff;
}
.shop-detail__btn {
  display: block;
  background: #257fb1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 1.3rem 2.5rem;
  border-radius: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .shop-detail__btn {
    padding: 1.5rem 3.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-detail__btn {
    padding: 2rem 4.5rem;
    font-size: 1.6rem;
  }
}
.shop-detail__btn:hover {
  color: #fff;
  background: #231f20;
}
.shop-detail__links {
  width: 100%;
  text-align: right;
  padding: 1.5rem 0 0 0;
}
.shop-detail__links a {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin: 0 0 0 1.5rem;
  text-decoration: underline;
}
.shop-detail__tabs {
  width: 100%;
}
.shop-detail__recap {
  font-size: 1.4rem;
}
.shop-detail__recap h2 {
  position: relative;
  display: inline-block;
}
.shop-detail__recap h2:before {
  content: "";
  background: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  transform: translateX(-50%);
  left: 50%;
}
.shop-detail__recap #recap_wrap ul {
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.shop-detail__recap #recap_wrap ul li {
  width: 100%;
  font-weight: 500;
  padding: 0 0 1rem 0;
}
.shop-detail__recap #recap_wrap ul li span:last-child {
  color: red;
  font-weight: 700;
  padding: 0 0 0 1rem;
}
.shop-detail .buttons {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  width: 100%;
}
.shop-detail .buttons li {
  display: inline-block;
  padding: 0 0.5rem 0.5rem 0;
}
.shop-detail .buttons li a {
  display: inline-flex;
  background: #e0e4e7;
  min-width: 10rem;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 1.2rem 2rem;
  cursor: pointer;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.shop-detail .buttons li a:hover {
  color: #257fb1;
}
.shop-detail .recap_price {
  margin: 0 0 2rem auto;
}
.shop-detail .recap_price .price {
  color: red;
  font-weight: 700;
  padding: 0 0 0 1rem;
  font-size: 1.6rem;
}
.shop-detail .recap-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0 auto;
  font-size: 1.4rem;
}
.shop-detail .select_group {
  width: 100%;
  padding: 0.5rem;
  background: #d4e6f2;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 550px) {
  .shop-detail .select_group {
    padding: 4rem 4rem;
  }
}
.shop-detail .select_group__title {
  position: relative;
  width: 100%;
  padding: 0 1rem 0 7rem;
}
.shop-detail .select_group__title h2 {
  font-size: 3rem;
  margin: 1rem 0 1rem 0;
}
.shop-detail .select_group__title .description {
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 2rem 0;
}
.shop-detail .select_group__title span {
  border-radius: 100%;
  position: absolute;
  font-size: 3.5rem;
  background: #257fb1;
  width: 5rem;
  height: 5rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0rem;
  top: 0rem;
}
.shop-detail .select_group__item {
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .shop-detail .select_group__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .shop-detail .select_group__item {
    width: 33.33%;
  }
}
.shop-detail .select_group #ajaxDeleniMaterialu {
  max-width: unset;
  background: none;
}
.shop-detail .select_group #ajaxDeleniMaterialu .cuts__detail {
  border: unset;
}
.shop-detail .select_group .select_group_item {
  background: #fff;
  border: 4px solid #fff;
  padding: 1rem;
  height: 100%;
  border-radius: 0.4rem;
}
.shop-detail .select_group .select_group_item__title {
  position: relative;
  padding: 0 3.5rem 1rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
}
.shop-detail .select_group .select_group_item__title .info {
  position: absolute;
  background: #838383;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 100%;
  top: 0;
  right: 0;
  text-decoration: none;
}
.shop-detail .select_group .select_group_item__image {
  padding-top: 75%;
  position: relative;
  margin: 0 0 2.5rem 0;
}
.shop-detail .select_group .select_group_item__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.shop-detail .select_group .select_group_item__image .tag {
  position: absolute;
}
.shop-detail .select_group .select_group_item__avail {
  text-align: center;
  font-size: 1.5rem;
  color: #009904;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
.shop-detail .select_group .select_group_item__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shop-detail .select_group .select_group_item__prices {
  width: 50%;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0 0.5rem;
}
.shop-detail .select_group .select_group_item__btn {
  width: 50%;
  background: #257fb1;
  text-align: center;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  transition: 0.3s;
  border: 1px solid #257fb1;
  border-radius: 0.2rem;
}
.shop-detail .select_group .select_group_item__btn:hover {
  background: #fff;
  color: #257fb1;
}
.shop-detail .select_group .select_group_item.selected {
  border-color: #267fb1;
  border-radius: 0.4rem;
}
.shop-detail .unit_table {
  width: 100%;
  margin: 0 0 3rem 0;
}
.shop-detail .unit_table th {
  background: #257fb1;
  color: #fff;
  border: none;
}
.shop-detail .unit_table th, .shop-detail .unit_table td {
  text-align: center;
  font-size: 1.4rem;
  padding: 0.6rem 0.6rem;
}
.shop-detail .unit_table tr:nth-child(odd) {
  background-color: #fff;
}

.detail-tabs .detail-tabs-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.detail-tabs .detail-tabs-nav ul li {
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 550px) {
  .detail-tabs .detail-tabs-nav ul li {
    display: inline-block;
    margin: 0 0.5rem 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .detail-tabs .detail-tabs-nav ul li {
    margin: 0 1rem 0 0;
  }
}
.detail-tabs .detail-tabs-nav ul li.selected span {
  background: #dadde2;
}
.detail-tabs .detail-tabs-nav ul li.selected span:hover {
  color: #000;
}
.detail-tabs .detail-tabs-nav ul li span {
  display: inline-block;
  background: #e0e4e7;
  min-width: 10rem;
  text-align: center;
  color: #000;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 1.2rem 2rem;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .detail-tabs .detail-tabs-nav ul li span {
    width: unset;
  }
}
@media only screen and (min-width: 1200px) {
  .detail-tabs .detail-tabs-nav ul li span {
    min-width: 19rem;
  }
}
.detail-tabs .detail-tabs-nav ul li span:hover {
  color: #257fb1;
}
.detail-tabs__param {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
.detail-tabs__param tr:nth-child(2n-1) td {
  background: #efeff0;
}
.detail-tabs__param tr td {
  padding: 0.3rem 1rem;
  background: #fff;
}
.detail-tabs__param tr td span {
  float: right;
  color: #fd8f65;
}
.detail-tabs__param tr td:nth-child(2) {
  text-align: right;
}
.detail-tabs .filters-tab-box {
  background: #dadde2;
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  color: #000;
}
.detail-tabs .filters-tab-box h2 {
  font-size: 3.6rem;
  font-weight: 600;
  color: inherit;
  margin: 0 0 4.5rem 0;
  padding: 0;
  line-height: 1.1;
}
.detail-tabs .filters-tab-box p {
  margin: 0 0 2.5rem 0;
}
.detail-tabs .filters-tab-box a {
  color: #257fb1;
  text-decoration: underline;
}
.detail-tabs .filters-tab-box a:hover {
  text-decoration: none;
}
.detail-tabs .filters-tab-box > *:last-child {
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .detail-tabs .filters-tab-box {
    padding: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .detail-tabs .filters-tab-box {
    padding: 4rem;
  }
}
@media only screen and (min-width: 1500px) {
  .detail-tabs .filters-tab-box {
    padding: 6rem;
  }
}

.shop-set {
  margin: 0 0 0.5rem 0;
}
.shop-set__item {
  margin: 0 0 0.6rem 0;
}
.shop-set__item .shop-set-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #e1e5e8;
  padding: 0.7rem 0;
  position: relative;
  cursor: pointer;
}
.shop-set__item .shop-set-card:hover .shop-set-card__name {
  text-decoration: underline;
}
.shop-set__item .shop-set-card__inp {
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .shop-set__item .shop-set-card__inp {
    width: 5rem;
  }
}
.shop-set__item .shop-set-card__image {
  width: 5rem;
  height: 5rem;
  position: relative;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .shop-set__item .shop-set-card__image {
    width: 8rem;
    height: 5rem;
  }
}
.shop-set__item .shop-set-card__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 80%;
  max-height: 80%;
  transform: translate(-50%, -50%);
}
.shop-set__item .shop-set-card__name {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  font-size: 1.4rem;
  width: calc(100% - 3rem - 13rem - 5rem);
  padding: 0 1.5rem;
}
@media only screen and (min-width: 550px) {
  .shop-set__item .shop-set-card__name {
    width: calc(100% - 5rem - 13rem - 8rem);
  }
}
@media only screen and (min-width: 768px) {
  .shop-set__item .shop-set-card__name {
    width: calc(100% - 5rem - 13rem - 8rem);
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 991px) {
  .shop-set__item .shop-set-card__name {
    width: calc(100% - 5rem - 13rem - 8rem);
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.shop-set__item .shop-set-card__price {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.2;
  color: #000;
  font-weight: 900;
  font-size: 1.4rem;
  padding: 0 1rem 0 0;
  width: 13rem;
}
@media only screen and (min-width: 768px) {
  .shop-set__item .shop-set-card__price {
    padding: 0 2rem 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .shop-set__item .shop-set-card__price {
    padding: 0 3rem 0 0;
    font-size: 1.6rem;
  }
}

.list-facts {
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  display: flex;
  flex-wrap: wrap;
}
.list-facts__item {
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 550px) {
  .list-facts__item {
    width: 50%;
  }
}
@media only screen and (min-width: 991px) {
  .list-facts__item {
    width: 25%;
  }
}

.list-fact-card {
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  border-radius: 0.5rem;
}
@media only screen and (min-width: 1600px) {
  .list-fact-card {
    padding: 2rem 3rem;
  }
}
.list-fact-card__ico img {
  max-height: 3.6rem;
}
@media only screen and (min-width: 1600px) {
  .list-fact-card__ico img {
    max-height: 5.2rem;
  }
}
.list-fact-card__text {
  padding: 0 0 0 1.5rem;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
}
@media only screen and (min-width: 1600px) {
  .list-fact-card__text {
    padding: 0 0 0 3rem;
  }
}

#ajaxLoginForm, #ajaxRegistrationForm {
  max-width: 75rem;
}
#ajaxLoginForm .mfp-close, #ajaxRegistrationForm .mfp-close {
  color: #ea0032 !important;
  background: transparent;
  opacity: 1;
  padding: 0;
  font-size: 3rem;
}
@media only screen and (min-width: 768px) {
  #ajaxLoginForm .mfp-close, #ajaxRegistrationForm .mfp-close {
    color: #fff !important;
    background: #fd8f65;
    border-radius: 100%;
    top: 0;
    right: 0;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    transform: translate(50%, -50%);
  }
}
#ajaxLoginForm .flex-form, #ajaxRegistrationForm .flex-form {
  box-shadow: 0 0 40px black;
}
#ajaxLoginForm .flex-form .form-field .label, #ajaxRegistrationForm .flex-form .form-field .label {
  width: 100%;
  margin: 0 0 0.5rem 0;
}
#ajaxLoginForm .flex-form .form-field .edit, #ajaxRegistrationForm .flex-form .form-field .edit {
  width: 100%;
}
#ajaxLoginForm .flex-form__container, #ajaxRegistrationForm .flex-form__container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#ajaxLoginForm .flex-form__left, #ajaxRegistrationForm .flex-form__left {
  width: 100%;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  #ajaxLoginForm .flex-form__left, #ajaxRegistrationForm .flex-form__left {
    width: 50%;
    padding: 5rem;
    overflow-y: auto;
    max-height: 60rem;
  }
}
#ajaxLoginForm .flex-form__left .success, #ajaxRegistrationForm .flex-form__left .success {
  font-size: 1.5rem;
  color: #00bb39;
}
#ajaxLoginForm .flex-form__content, #ajaxRegistrationForm .flex-form__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  padding: 0 !important;
  max-width: 100% !important;
  max-height: 100%;
  margin: 0 auto;
}
#ajaxLoginForm .flex-form__content h1, #ajaxRegistrationForm .flex-form__content h1 {
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  color: #19233f;
  margin: 0;
  padding: 0 0 3rem 0;
  line-height: 1.1;
}
#ajaxLoginForm .flex-form__right, #ajaxRegistrationForm .flex-form__right {
  width: 100%;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ajaxLoginForm .flex-form__right--colored, #ajaxRegistrationForm .flex-form__right--colored {
  background: #008ed6;
}
@media only screen and (min-width: 768px) {
  #ajaxLoginForm .flex-form__right, #ajaxRegistrationForm .flex-form__right {
    width: 50%;
    padding: 5rem;
    overflow-y: auto;
    max-height: 60rem;
  }
}
#ajaxLoginForm .flex-form__colored-content, #ajaxRegistrationForm .flex-form__colored-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 !important;
  max-width: 100% !important;
  max-height: 100%;
}
#ajaxLoginForm .flex-form__colored-content h2, #ajaxRegistrationForm .flex-form__colored-content h2 {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0 0 1.5rem 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #ajaxLoginForm .flex-form__colored-content h2, #ajaxRegistrationForm .flex-form__colored-content h2 {
    font-size: 3rem;
    padding: 0 0 3rem 0;
  }
}
#ajaxLoginForm .flex-form__colored-content p, #ajaxRegistrationForm .flex-form__colored-content p {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0 0 2rem 0;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  #ajaxLoginForm .flex-form__colored-content p, #ajaxRegistrationForm .flex-form__colored-content p {
    padding: 0 0 3rem 0;
  }
}
#ajaxLoginForm .flex-form__colored-content a, #ajaxRegistrationForm .flex-form__colored-content a {
  float: none;
  background: transparent;
  display: inline-block;
  color: #fff;
  padding: 1rem 3.5rem;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  border: 0.2rem solid #fff;
  cursor: pointer;
  transition: 0.3s;
  text-decoration: none;
}
#ajaxLoginForm .flex-form__colored-content a:hover, #ajaxRegistrationForm .flex-form__colored-content a:hover {
  background: #fd8f65;
  border-color: #fd8f65;
  color: #fff;
}

.related-products {
  padding: 4rem 0 0 0;
}
.related-products__links {
  border-bottom: 0.1rem solid #cccfd0;
  margin: 0 0 2rem 0;
  text-align: center;
}
.related-products__links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.related-products__links ul li {
  margin: 0;
  padding: 0;
  display: block;
}
@media only screen and (min-width: 550px) {
  .related-products__links ul li {
    display: inline-block;
    margin: 0 1.5rem 0 0;
  }
}
@media only screen and (min-width: 991px) {
  .related-products__links ul li {
    margin: 0 4.5rem 0 0;
  }
}
.related-products__links ul li.selected span {
  color: #000;
}
.related-products__links ul li.selected span::before {
  opacity: 1;
}
.related-products__links ul li span {
  position: relative;
  display: inline-block;
  background: transparent;
  text-align: center;
  color: #bbb;
  font-weight: 600;
  font-size: 1.3rem;
  padding: 1.4rem 0;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .related-products__links ul li span {
    width: unset;
  }
}
@media only screen and (min-width: 768px) {
  .related-products__links ul li span {
    font-size: 1.6rem;
  }
}
.related-products__links ul li span:hover {
  color: #000;
}
.related-products__links ul li span::before {
  content: "";
  height: 0.6rem;
  width: 100%;
  border-radius: 0.2rem;
  background: #257fb1;
  display: block;
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  opacity: 0;
}

.modal {
  overflow: unset !important;
}
@media only screen and (min-width: 768px) {
  .modal .fancybox-close-small {
    width: 4.5rem;
    height: 4.5rem;
    background: #fff;
    border-radius: 100%;
    transform: translate(50%, -50%);
    opacity: 1;
    color: red;
  }
}
.modal .fancybox-close-small svg {
  fill: red;
}
.modal .fancybox-close-small svg path {
  fill: red;
}

#cuts-modal {
  width: 100%;
  max-width: 74rem;
  padding: 1.5rem;
}
@media only screen and (min-width: 768px) {
  #cuts-modal {
    padding: 3rem;
  }
}

.cuts__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  padding: 0;
  margin: 1rem 0 3rem 0;
}
.cuts__types {
  border: none;
  margin: 0 0 -0.1rem 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.cuts__types input {
  display: none;
}
.cuts__types .cut-option {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0.1rem solid transparent;
  padding: 2rem 1rem 2rem 1rem;
  cursor: pointer;
}
@media only screen and (min-width: 550px) {
  .cuts__types .cut-option {
    width: 25%;
    border-bottom: none;
  }
}
.cuts__types .cut-option img {
  margin: 0 0 0 2.5rem;
}
.cuts input:checked + .cut-option {
  background: #f7f7f7;
  border: 0.1rem solid #e6e6e6;
}
@media only screen and (min-width: 550px) {
  .cuts input:checked + .cut-option {
    border-bottom: none;
  }
}
.cuts__detail {
  margin: 0 0 4rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #f7f7f7;
  border: 0.1rem solid #e6e6e6;
  padding: 1.5rem;
}
@media only screen and (min-width: 550px) {
  .cuts__detail {
    padding: 3rem;
  }
}
.cuts__detail--panel {
  width: 100%;
}
.cuts__detail-img {
  margin: 0;
}
.cuts__detail-fields {
  width: 100%;
  margin: 0;
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 550px) {
  .cuts__detail-fields {
    width: unset;
    padding: 0 0 0 2.5rem;
  }
}
.cuts__detail-inp {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  white-space: nowrap;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 550px) {
  .cuts__detail-inp {
    margin: 0.3rem 0;
  }
}
.cuts__detail-inp label {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0.5rem 0;
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .cuts__detail-inp label {
    width: 12rem;
    padding: 0;
  }
}
.cuts__detail-inp span {
  font-family: "Poppins", sans-serif;
  font-size: 1.4rem;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 0.8rem;
}
.cuts__detail-inp input {
  width: 13rem;
  border: 0.1rem solid #d5d5d5;
  background: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.1rem;
  color: #000;
  font-weight: normal;
  margin: 0;
  padding: 0.6rem 1rem;
}
.cuts__detail-inp input::placeholder {
  color: #000;
}
.cuts__detail-inp--small input {
  width: 6.6rem;
}
@media only screen and (min-width: 550px) {
  .cuts__detail-inp--small input {
    margin: 0 0 0 6.4rem;
  }
}
.cuts__foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cuts__help {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cuts__help {
    width: calc(50% - 2rem);
  }
}
.cuts__summary {
  background: #d4e7f2;
  padding: 2rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .cuts__summary {
    width: calc(50% - 2rem);
  }
}
.cuts__summary-lbl {
  padding: 1.5rem 0;
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
}
.cuts__prices {
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  margin: 0 0 1.5rem 0;
}
.cuts__prices .base-price {
  color: #de0000;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
}
.cuts__prices .vat-price {
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 600;
}
.cuts__btn {
  display: block;
  background: #257fb1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  padding: 1.3rem 1.5rem;
  border-radius: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .cuts__btn {
    padding: 1.5rem 1.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .cuts__btn {
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
  }
}
.cuts__btn:hover {
  color: #fff;
  background: #231f20;
}

.cut-help {
  color: #000;
}
.cut-help__contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 0 1.5rem 0;
}
.cut-help__photo {
  width: 6.5rem;
}
.cut-help__photo img {
  max-width: 100%;
  display: inline-block;
}
.cut-help__info {
  max-width: calc(100% - 6.5rem);
  padding: 0 0 0 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cut-help__info a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0.5rem 0;
}
.cut-help__info a:hover {
  text-decoration: underline;
}
.cut-help__info a img {
  margin: 0 1rem 0 0;
  filter: brightness(0) saturate(100%);
}
.cut-help__title {
  padding: 0 0 0.5rem 0;
  color: inherit;
  font-weight: bold;
  font-size: 1.6rem;
}

.filters {
  margin: 0 0 3rem 0;
}
.filter-sorting {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.filter-sorting__order .filterSortVariant {
  display: none;
}
@media only screen and (min-width: 991px) {
  .filter-sorting__order .filterSortVariant {
    display: block;
  }
}
.filter-sorting__order .filterSortVariant .filterItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.filter-sorting__order .filterSortVariant .filterItem > div {
  margin: 0 2rem 0 0;
}
@media only screen and (min-width: 1600px) {
  .filter-sorting__order .filterSortVariant .filterItem > div {
    margin: 0 3.5rem 0 0;
  }
}
.filter-sorting__order .filterSortVariant .filterItem > div a {
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 1.3rem;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  cursor: pointer;
  outline: none !important;
  display: inline-block;
  text-decoration: underline;
}
.filter-sorting__order .filterSortVariant .filterItem > div a:hover {
  color: #257fb1;
}
.filter-sorting__order-select {
  border: 0.1rem solid #bfbfbf;
  background: #fff;
  border-radius: 0;
  margin: 0;
  padding: 0.7rem 1rem;
  text-align: left;
  color: #000;
  font-size: 1.4rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  display: block;
}
@media only screen and (min-width: 991px) {
  .filter-sorting__order-select {
    display: none;
  }
}
.filter-sorting__view-lbl {
  font-size: 1.3rem;
  font-weight: 500;
  color: #464c58;
}
.filter-sorting__view {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 441px) {
  .filter-sorting__view {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
}
.filter-sorting__view a {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding: 0;
  margin: 0 0 0 1.5rem;
  text-decoration: none;
}
.filter-sorting__view a img {
  width: 2rem;
  height: 2rem;
  opacity: 0.3;
  margin: 0 0.9rem 0 0;
}
.filter-sorting__view a span {
  font-size: 1.3rem;
  font-weight: 600;
  color: #464c58;
  text-decoration: underline;
}
.filter-sorting__view a:hover span {
  color: #257fb1;
}
.filter-sorting__view a.selected img {
  opacity: 1;
}

.filter-tabs {
  margin: 0 0 3rem 0;
  position: relative;
}
.filter-tabs__skladem-toggle {
  background: #fff;
  padding: 2rem 2.5rem 0 3rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .filter-tabs__skladem-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 1rem 2.5rem 1rem 2rem;
  }
}
.filter-tabs__skladem-toggle input {
  margin: 0 2rem 0 0;
}
.filter-tabs__skladem-toggle span {
  color: #92c62c;
  font-size: 1.3rem;
  font-weight: bold;
}
.filter-tabs .filters-tabs-bar-nav {
  position: relative;
}
.filter-tabs .filters-tabs-bar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.filter-tabs .filters-tabs-bar-nav ul li {
  margin: 0;
  padding: 0;
  display: block;
  /*@media only screen and (min-width: 550px) {
      display: inline-block;
      margin: 0 0.5rem 0 0;
  }
  */
}
@media only screen and (min-width: 1420px) {
  .filter-tabs .filters-tabs-bar-nav ul li {
    display: inline-block;
    margin: 0 0.5rem 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .filter-tabs .filters-tabs-bar-nav ul li {
    margin: 0 1rem 0 0;
  }
}
.filter-tabs .filters-tabs-bar-nav ul li.selected span {
  background: #fff;
}
.filter-tabs .filters-tabs-bar-nav ul li:hover span {
  color: #257fb1;
}
.filter-tabs .filters-tabs-bar-nav ul li span {
  display: inline-block;
  background: #f6f8f8;
  min-width: 10rem;
  text-align: center;
  color: #000;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 1.2rem 2rem;
  cursor: pointer;
  width: 100%;
  /*@media only screen and (min-width: 550px) {
      width: unset;
  }

  @media only screen and (min-width: 1200px) {
      min-width: 19rem;
  }*/
}
@media only screen and (min-width: 1420px) {
  .filter-tabs .filters-tabs-bar-nav ul li span {
    min-width: 12rem;
  }
}
.filter-tabs .filters-tab-box {
  background: #fff;
  padding: 2rem;
}
.filter-tabs .filters-tab-box__w-btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .filter-tabs .filters-tab-box__w-btn {
    flex-direction: row;
  }
}
.filter-tabs .filters-tab-box__w-btn .filter-wrap {
  width: 100%;
  margin: 2rem 0 3rem 0;
}
@media only screen and (min-width: 768px) {
  .filter-tabs .filters-tab-box__w-btn .filter-wrap {
    flex: 1;
    width: unset;
    margin: 0;
  }
}
.filter-tabs .filters-tab-box__submit {
  position: relative;
  font-weight: 600;
  display: inline-block;
  border-radius: 0rem;
  border: none;
  color: #fff;
  background: #6b6b6b;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 2.5rem;
  margin: 0 0 0 2rem;
}
@media only screen and (min-width: 550px) {
  .filter-tabs .filters-tab-box__submit {
    font-size: 1.4rem;
    padding: 1.5rem 3.5rem;
  }
}
@media only screen and (min-width: 991px) {
  .filter-tabs .filters-tab-box__submit {
    padding: 1.7rem 5rem;
  }
}
.filter-tabs .filters-tab-box__submit:hover {
  background: #257fb1;
  text-decoration: none;
  color: #ffffff;
}
.filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-header {
  display: none;
}
.filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 550px) {
  .filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap {
    max-width: 57rem;
  }
}
.filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap .filter-slider-before {
  text-align: center;
  padding: 0 0 2rem 0;
}
@media only screen and (min-width: 550px) {
  .filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap .filter-slider-before {
    text-align: right;
    padding: 0 2rem 0 0;
  }
}
.filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap .filter-slider-after {
  text-align: center;
  padding: 2rem 0 0 0;
}
@media only screen and (min-width: 550px) {
  .filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap .filter-slider-after {
    text-align: left;
    padding: 0 0 0 2rem;
  }
}
.filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap .filter-slider-after,
.filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap .filter-slider-before {
  width: 100%;
  font-weight: bold;
  font-size: 1.6rem;
  color: #000;
  line-height: 1;
}
@media only screen and (min-width: 550px) {
  .filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap .filter-slider-after,
.filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap .filter-slider-before {
    width: 12rem;
  }
}
.filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap .filter-slider {
  width: 100%;
}
@media only screen and (min-width: 550px) {
  .filter-tabs .filters-tab-box .filter-wrap .filter-field .filter-field-edit .filter-slider-wrap .filter-slider {
    width: calc(100% - 24rem);
  }
}
.filter-tabs .filters-tab-box .filters__item {
  width: 100%;
}
.filter-tabs .filters-tab-box .filters__item .partial-panel {
  width: 100%;
}
.filter-tabs .filters-tab-box .filters__item .partial-panel .sort-popup {
  width: 100%;
}
.filter-tabs .filters-tab-box .filters__item .partial-panel .sort-popup .sort-popup__form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0 0 1rem;
}
.filter-tabs .filters-tab-box .filters__item .partial-panel .sort-popup .sort-popup__form label {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1.5rem;
  color: #000;
  font-weight: 600;
  margin: 0 0 1.8rem 0;
  cursor: pointer;
}
@media only screen and (min-width: 550px) {
  .filter-tabs .filters-tab-box .filters__item .partial-panel .sort-popup .sort-popup__form label {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .filter-tabs .filters-tab-box .filters__item .partial-panel .sort-popup .sort-popup__form label {
    width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .filter-tabs .filters-tab-box .filters__item .partial-panel .sort-popup .sort-popup__form label {
    width: 25%;
  }
}
.filter-tabs .filters-tab-box .filters__item .partial-panel .sort-popup .sort-popup__form label:hover {
  color: #257fb1;
}
.filter-tabs .filters-tab-box .filters__item .partial-panel .sort-popup .sort-popup__form label input {
  margin: 0 1.2rem 0 0;
  padding: 0;
  cursor: pointer;
}
.filter-tabs .filters-tab-box .filters__item .partial-panel .sort-popup .sort-popup__form label span {
  display: none;
}

.filter-determination__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 1rem 0 0 0;
}
.filter-determination__list .filter-size-group {
  padding: 0 1rem 1rem 1rem;
  flex-basis: 33.33%;
}
@media (max-width: 1440px) {
  .filter-determination__list .filter-size-group {
    flex-basis: 50%;
  }
}
@media (max-width: 650px) {
  .filter-determination__list .filter-size-group {
    flex-basis: 50%;
  }
}
.filter-determination__list .filter-size-group b {
  width: 100%;
}

.filter-determination__wrap {
  display: flex;
  flex-wrap: wrap;
}
.filter-determination__item {
  padding: 0.8rem 1rem 0.8rem 0.5rem;
  flex-basis: 25%;
}
@media (max-width: 1024px) {
  .filter-determination__item {
    flex-basis: 50%;
  }
}
@media (max-width: 767px) {
  .filter-determination__item {
    flex-basis: 25%;
  }
}
@media (max-width: 650px) {
  .filter-determination__item {
    flex-basis: 33.33%;
  }
}
@media (max-width: 500px) {
  .filter-determination__item {
    flex-basis: 50%;
  }
}
@media (max-width: 400px) {
  .filter-determination__item {
    flex-basis: 100%;
  }
}
.filter-determination__title {
  font-weight: 700;
  font-size: 1.4rem;
}
.filter-determination label input {
  visibility: hidden;
}
.filter-determination label span {
  position: relative;
}
.filter-determination label span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.1rem solid #c0c0c0;
  background: #fff;
}
.filter-determination label span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.7rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #000;
  opacity: 0;
}
.filter-determination label:hover {
  cursor: pointer;
}
.filter-determination label:hover span:after {
  opacity: 1;
}
.filter-determination label.checked span:after {
  opacity: 1;
}
.filter-determination label.disabled {
  color: #bfc1c7;
  cursor: default;
  opacity: 0.5;
}
.filter-determination .choose_rozmer {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 1rem 0;
}
.filter-determination .ImputAutoComplete {
  line-height: normal;
  height: 100%;
  width: 100%;
  min-height: 40px;
  max-width: 230px;
  font-size: 1.5rem;
}

.filter-determination-item__name {
  font-weight: 600;
  font-size: 1.4rem;
}

.filter-summary__cancel {
  display: inline-block;
  vertical-align: top;
}
.filter-summary__cancel-link {
  color: #000;
  display: block;
  margin: 0;
  background: transparent;
  border: 0.1rem solid transparent;
  padding: 0.5rem 1rem;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.filter-summary__cancel-link input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.filter-summary__cancel-link span {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
}
.filter-summary__cancel-link:hover span {
  text-decoration: none;
}
.filter-summary__list {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 2.5rem 0;
}
@media only screen and (min-width: 768px) {
  .filter-summary__list {
    padding: 0 0 5rem 0;
  }
}
.filter-summary__item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.3rem 0.3rem 0;
  padding: 0;
}
.filter-summary__link {
  color: #fff;
  display: block;
  margin: 0;
  background: #257fb1;
  border: 0.1rem solid #257fb1;
  padding: 0.5rem 2.5rem 0.5rem 1rem;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .filter-summary__link {
    min-width: 13rem;
  }
}
.filter-summary__link:before {
  content: "×";
  position: absolute;
  top: 50%;
  right: 0.7rem;
  font-size: 2.2rem;
  font-weight: 500;
  transform: translateY(-50%);
  color: #fff;
}
.filter-summary__link input {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
}
.filter-summary__link span {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}
.filter-summary__link span b {
  font-weight: 500;
}
.filter-summary__link:hover {
  background: #000;
}

.partial-panel-filter__button {
  font-weight: 600;
  display: inline-block;
  border-radius: 0.5rem;
  border: none;
  color: #ffffff;
  background: #257fb1;
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  letter-spacing: 0rem;
  text-decoration: none !important;
  white-space: nowrap;
  transition: 0.3s;
  outline: none !important;
  cursor: pointer;
  padding: 1rem 2.5rem 1rem 2.5rem;
  margin: 1rem 0 0 0;
}
.partial-panel-filter__button:hover {
  background: #000;
}

div.thumbGallery {
  float: left;
  width: 100%;
  margin: 0 0 0px 0;
}

div.thumbGallery a {
  text-decoration: none;
}

div.thumbGallery > div.detail {
  float: left;
  width: 100%;
  overflow: hidden;
  margin: 0 0 0px 0;
  text-align: center;
}

div.thumbGallery > div.detail > a {
  display: block;
}

div.thumbGallery > div.detail > a > img {
  margin: 0 auto;
  max-width: 100%;
}

div.thumbGallery > div.thumbnails {
  float: left;
  width: 100%;
  margin: 15px 0 0 -1px;
}

div.thumbGallery > div.thumbnails > div {
  width: 100000px;
}

div.thumbGallery > div.thumbnails > div > a {
  display: block;
  float: left;
  margin: 0 6px 0 0;
  width: 112px;
  height: 110px;
  border: 1px solid #c8c8c8;
  position: relative;
}

div.thumbGallery > div.thumbnails > div > a:hover {
  border: 1px solid #c8c8c8;
}

div.thumbGallery > div.thumbnails > div > a.link {
  display: block;
  margin: 0;
  background: url("../images/link.png") no-repeat center 30px;
  float: left;
  color: #000;
  line-height: 150px;
  height: 110px;
  text-align: center;
  font-size: 15px;
  border: 1px solid #bababa;
}

div.thumbGallery > div.thumbnails > div > a.link:hover {
  border: 1px solid #c8c8c8;
}

div.thumbGallery > div.thumbnails > div > a.link > div {
  color: #000;
  margin: 0 2px 0 0;
}

div.thumbGallery > div.thumbnails > div > a > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.zoomLightGallery {
  background: #fff;
  border-radius: 0.4rem;
  width: 100%;
  font-size: 0;
  margin: 0 0 3.5rem 0;
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  .zoomLightGallery {
    margin: 0 0 1.5rem 0;
  }
}
.zoomLightGallery .zoom-img {
  width: 100%;
  height: 50rem;
  position: relative;
  margin: 0 0 2.5rem 0;
}

@media screen and (max-width: 1199px) {
  .zoomLightGallery .zoom-img {
    height: 35rem;
  }
}
@media screen and (max-width: 767px) {
  .zoomLightGallery .zoom-img {
    margin: 0 0 1rem 0;
    height: 20rem;
  }
}
.zoomLightGallery .zoom-img .clicableMainImage {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.zoomLightGallery .zoom-img .clicableMainImage img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.zoomLightGallery .zoom-img .videoItem {
  position: relative;
}

.zoomLightGallery .zoom-img .videoItem:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(images/youtube-icon.svg) no-repeat center center;
  background-size: 5.2rem 5.2rem;
  width: 5.2rem;
  height: 5.2rem;
  z-index: 10;
}

.zoomLightGallery .zoom-thumbs {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.zoomLightGallery .zoom-thumbs a {
  width: 33.333%;
  display: inline-block;
  vertical-align: top;
  height: 10rem;
  text-align: center;
  position: relative;
}

.zoomLightGallery .zoom-thumbs a:nth-child(4) {
  border: none;
}

.zoomLightGallery .zoom-thumbs a.videoItem:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../images/youtube-icon.svg) no-repeat center center;
  background-size: 3.6rem 3.6rem;
  width: 3.6rem;
  height: 3.6rem;
  z-index: 10;
}

.zoomLightGallery .zoom-thumbs a img {
  max-width: 100%;
  max-height: 100%;
}

.zoomLightGallery .zoom-thumbs.withCount {
  width: calc(33.333% * 2);
}

.zoomLightGallery .zoom-thumbs.withCount a {
  width: 50%;
}

.zoomLightGallery .zoom-gallery-count {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 33.333%;
  font-size: 1.6rem;
  height: 10rem;
  text-align: center;
  padding: 0 1rem;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.zoomLightGallery .zoom-gallery-count:hover {
  color: #de1000;
}

.zoomLightGallery .zoom-gallery-count .zoom-gallery-count-inner {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 2rem);
  padding: 1rem 0;
  margin: 0 -1rem;
}
@media only screen and (min-width: 768px) {
  .gallery {
    padding: 3rem 0;
  }
}
.gallery__item {
  width: 50%;
  padding: 1rem;
}
@media only screen and (min-width: 768px) {
  .gallery__item {
    width: 33.33%;
  }
}
@media only screen and (min-width: 991px) {
  .gallery__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery__item {
    width: 20%;
  }
}
.gallery__item a {
  background: none !important;
  overflow: hidden;
  display: block;
  position: relative;
}
.gallery__item a img {
  display: block;
  width: 100%;
  transition: 0.3s;
  margin: 0 !important;
}
.gallery__item a:hover img {
  transform: scale(1.2) rotate(5deg);
}

.jakosti-detail {
  max-width: 80rem;
  margin: 0 auto;
}
.jakosti-detail__header {
  background: #257fb1;
  color: #ffffff;
  position: relative;
  padding: 4rem 1.5rem 7rem 1.5rem;
  border-radius: 0.2rem;
}
@media only screen and (min-width: 768px) {
  .jakosti-detail__header {
    padding: 6rem 2rem 4rem 2rem;
  }
}
.jakosti-detail__header-texts {
  text-align: center;
  width: 100%;
  max-width: 76rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: normal;
  color: inherit;
}
@media only screen and (min-width: 768px) {
  .jakosti-detail__header-texts {
    font-size: 1.8rem;
    line-height: 1.1;
  }
}
@media only screen and (min-width: 991px) {
  .jakosti-detail__header-texts {
    font-size: 2.4rem;
  }
}
.jakosti-detail__header-texts h1 {
  font-size: 2.8rem;
  font-weight: 600;
  color: inherit;
  margin: 0 0 2rem 0;
  padding: 0;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .jakosti-detail__header-texts h1 {
    font-size: 3.6rem;
    margin: 0 0 3.5rem 0;
  }
}
.jakosti-detail__header-texts p {
  margin: 0;
}
.jakosti-detail__header-subtexts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.jakosti-detail__header-subtexts h2 {
  margin: 1rem 1rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 400;
}
.jakosti-detail__header-author {
  position: absolute;
  bottom: 0;
  right: 4rem;
  display: flex;
  align-items: center;
  transform: translateY(40%);
}
.jakosti-detail__header-author img {
  max-width: 5.5rem;
  border-radius: 100%;
  background: #bddceb;
}
@media only screen and (min-width: 990px) {
  .jakosti-detail__header-author img {
    max-width: 8.2rem;
  }
}
.jakosti-detail__header-author-name {
  white-space: nowrap;
  padding: 0 0 3rem 1.5rem;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
@media only screen and (min-width: 768px) {
  .jakosti-detail__header-author-name {
    padding: 0 0 3rem 3rem;
  }
}

.jakosti-detail-text {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  color: #000;
  padding: 2rem 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  .jakosti-detail-text {
    padding: 3rem 0 6rem 0;
  }
}
.jakosti-detail-text img {
  max-width: 100%;
}
.jakosti-detail-text h2 {
  font-size: 3.6rem;
  font-weight: 600;
  color: inherit;
  margin: 0 0 4.5rem 0;
  padding: 0;
  line-height: 1.1;
}
.jakosti-detail-text p {
  margin: 0 0 1rem 0;
}
.jakosti-detail-text .highlighted-tip {
  border: 0.1rem solid #257fb1;
  background: #cfe5f1;
  display: flex;
  flex-direction: column;
  color: #257fb1;
  padding: 2rem;
  border-radius: 0.3rem;
  position: relative;
  margin: 2.5rem 0 4rem 0;
}
@media only screen and (min-width: 550px) {
  .jakosti-detail-text .highlighted-tip {
    padding: 2rem 16rem 2rem 3rem;
  }
  .jakosti-detail-text .highlighted-tip::before {
    content: "";
    width: 9rem;
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% + 3rem);
    background: url(/ew-img-person) no-repeat center bottom;
    background-size: contain;
  }
}
@media only screen and (min-width: 991px) {
  .jakosti-detail-text .highlighted-tip {
    flex-direction: row;
    gap: 3.5rem;
  }
}
.jakosti-detail-text .highlighted-tip h2, .jakosti-detail-text .highlighted-tip h3 {
  white-space: nowrap;
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
}
.jakosti-detail-text .highlighted-tip p {
  margin: 1rem 0;
}
.jakosti-detail-text .highlighted-tip-noimage {
  border: 0.1rem solid #257fb1;
  background: #cfe5f1;
  display: flex;
  flex-direction: column;
  color: #257fb1;
  padding: 2rem;
  border-radius: 0.3rem;
  position: relative;
  margin: 2.5rem 0 4rem 0;
}
@media only screen and (min-width: 550px) {
  .jakosti-detail-text .highlighted-tip-noimage {
    padding: 2rem 16rem 2rem 3rem;
  }
}
@media only screen and (min-width: 991px) {
  .jakosti-detail-text .highlighted-tip-noimage {
    flex-direction: row;
    gap: 3.5rem;
  }
}
.jakosti-detail-text .highlighted-tip-noimage h2, .jakosti-detail-text .highlighted-tip-noimage h3 {
  white-space: nowrap;
  margin: 1.5rem 0;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0;
}
.jakosti-detail-text .highlighted-tip-noimage p {
  margin: 1rem 0;
}
.jakosti-detail-text ol {
  counter-reset: item;
  margin: 0;
  padding: 0;
}
.jakosti-detail-text ol li {
  display: block;
  position: relative;
  padding: 0 0 0 4rem;
  margin: 0 0 4rem 0;
}
.jakosti-detail-text ol li:before {
  content: counters(item, ".", upper-roman) ". ";
  counter-increment: item;
  font-size: 3rem;
  font-weight: normal;
  color: #257fb1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.jakosti-detail-text__centered {
  width: 100%;
  max-width: 101rem;
  margin: 0 auto;
}
.jakosti-detail-text__centered h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0rem 0 2rem 0;
  color: #257fb1;
}
.jakosti-detail-text__centered h4 {
  font-size: 1.4rem;
}
.jakosti-detail-text__process {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.jakosti-detail-text__process-title {
  width: 100%;
  padding: 0 4rem 0 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  margin: 0 0 2.5rem 0;
  line-height: 1.1;
}
@media only screen and (min-width: 768px) {
  .jakosti-detail-text__process-title {
    flex-direction: row;
    width: 17rem;
  }
}
.jakosti-detail-text__process-list {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .jakosti-detail-text__process-list {
    width: calc(100% - 17rem);
  }
}
.jakosti-detail-text__video {
  width: 100%;
  max-width: 101rem;
  margin: 0 auto;
  padding: 0 0 5rem;
}
.jakosti-detail-text .rows-list__item {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0 1rem;
}
.jakosti-detail-text .row-card {
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
}
.jakosti-detail-text .row-card__avail {
  color: #000;
}
.jakosti-detail-text .row-card__btn {
  cursor: pointer;
}
.jakosti-detail-text .row-card .quantity-input {
  color: #000;
}
.jakosti-detail-text .row-card__info h2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.brand-categorie {
  padding: 25px 0 0 0;
  max-width: 80rem;
  margin: 0 auto;
}

.brand-categorie__title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
  color: #242933;
  font-weight: 700;
  padding: 0 0 25px 0;
  padding: 0 0 2.5rem 0;
  margin: 0;
}

.brand-categories__list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  margin: 0;
  list-style: none;
  padding: 0;
}

.brand-categories__item {
  width: 100%;
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
}

@media only screen and (min-width: 550px) {
  .brand-categories__item {
    width: 50%;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
  }
}
.brand-categories__item a {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px 0;
  margin: 0 0 1rem 0;
  padding: 0 0 0 13px;
  padding: 0 0 0 1.3rem;
  text-decoration: underline;
  position: relative;
  display: block;
}

.brand-categories__item a:hover {
  text-decoration: none;
  color: #008ed6;
}

.brand-categories__item a:before {
  background: #008ed6;
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  top: 0.6rem;
  width: 6px;
  width: 0.6rem;
  height: 6px;
  height: 0.6rem;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

/* === novy soubor pro styly         === */
/* === puvodni nebere maruv compiler === */
/* === made by koder 2024            === */
/*@import "_enus.scss";
@import "_fonts.scss";*/
/* === variables === */
/* === importy === */
/* vyhledavani */
.searchPanel {
  position: absolute;
  top: calc(100% + 8px);
  width: 100%;
  left: 0;
  max-height: calc(100vh - 80px - 10px);
  margin-bottom: 10px;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  .searchPanel {
    width: 90vw;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1100px) {
  .searchPanel {
    width: 1000px;
  }
}

.search-suggest-group__wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (min-width: 960px) {
  .search-suggest-group__wrap {
    flex-direction: row;
  }
}

.search-suggest-group {
  flex-grow: 1;
}

.search-suggest-item.selected .search-suggest-item-label {
  text-decoration: underline;
}

.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner {
  display: flex;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label {
  display: flex;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label .title {
  flex-grow: 2;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label .availabililty1 {
  color: green;
  flex-grow: 1;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label .availabililty5 {
  color: red;
  flex-grow: 1;
}
.search-suggest-wrapper .search-suggest .search-suggest-list .search-suggest-item .search-suggest-item-inner .search-suggest-item-label .price {
  font-weight: bold;
  flex-grow: 1;
  flex-grow: 1;
}

#search.no-popup .search--popup {
  display: none !important;
}

.search {
  border: none !important;
  z-index: 5000;
}
.search .mfpp {
  position: fixed;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 5000;
  backdrop-filter: blur(2px);
  display: none;
}
.search .inputSearch:focus .mfpp {
  display: block;
}
.search .buttonSearch {
  height: 34px;
  border: 1px solid #081445;
  position: relative;
  z-index: 5002;
}
.search .buttonSearch:hover {
  border: 1px solid #081445;
}
.search .search--popup {
  top: 100%;
  width: 100% !important;
  border-radius: 8px !important;
  position: absolute;
  z-index: 5000;
  background: white;
  padding: 1rem;
  box-shadow: rgba(100, 100, 111, 0.65) 0px 22px 29px 0px;
}
.search .search--popup .mfpp1 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: black;
  z-index: 4999;
  opacity: 0.3;
  display: none;
}
.search .search--popup li.heading {
  margin: 15px auto 15px 0;
  z-index: 5002;
  position: relative;
}
.search .search--popup li.heading:first-child {
  margin-top: 0;
}
.search .search--popup li.heading span {
  font-weight: 600;
  text-align: left;
  font-size: 1rem;
  border-bottom: 1px solid #ececec;
}
.search .search--popup .search--item-category {
  padding-left: 25px;
  position: relative;
}
.search .search--popup .search--item-category::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffa700;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}
.search .search--popup .search--item-category .search--item-image {
  display: none;
}
.search .search--popup .search--item {
  margin: 5px auto 12px 0;
  background: #fff;
  transition: all 0.1s;
}
.search .search--popup .search--item.selected {
  background: #f9f9f9;
  transition: all 0.1s;
}
.search .search--popup .search--item.selected a {
  text-decoration: underline;
  transition: all 0.1s;
}
.search .search--popup .search--item:hover a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.search .search--popup .search--item-image {
  width: 40px;
  margin-right: 5px;
  min-width: 40px;
  max-width: 40px;
}
.search .search--popup .search--item-image img {
  max-width: 25px;
  min-width: 25px;
  width: 100%;
}
.search .search--popup .search--item a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transition: all 0.1s;
}
.search .search--popup .search--other-items {
  margin: 1rem auto 0 auto;
}
.search .search--popup .search--other-items::before {
  display: none;
  padding-left: 0;
}
.search .search--popup .search--other-items a {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-align: center;
  background: #0093bb;
  padding: 8px 12px;
  margin: 0;
  transition: all 0.1s;
}
.search .search--popup .search--other-items a:hover {
  transition: all 0.15s;
  background: #1a9ec2;
}
.search .search--popup .search--other-items a span {
  color: #fff;
}
.search .search--popup .search--other-items a i {
  color: #fff;
  padding-left: 8px;
}

.products-flex__container--search .search-item-info {
  font-weight: 600;
  font-size: 1.2rem;
  margin: 0 auto 1rem 0;
}
.products-flex__container--search .search-category-toggle-button {
  outline: none;
  border: 1px solid #0093bb;
  background: none;
  display: flex;
  padding: 8px 20px;
  align-items: center;
  justify-content: flex-start;
  color: #0093bb;
  margin: 1rem auto 1rem 0;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.products-flex__container--search .search-category-toggle-button.open i {
  transform: rotate(180deg);
  transition: all 0.15s;
}
.products-flex__container--search .search-category-toggle-button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: #0093bb;
  transition: 0.1s;
  z-index: -1;
}
.products-flex__container--search .search-category-toggle-button:hover {
  color: #fff;
  transition: 0.1s;
}
.products-flex__container--search .search-category-toggle-button:hover i {
  transition: 0.1s;
  color: #fff;
}
.products-flex__container--search .search-category-toggle-button:hover::before {
  height: 100%;
  transition: 0.1s;
}
.products-flex__container--search .search-category-toggle-button i {
  margin-left: 4px;
  transition: all 0.15s;
}
.products-flex__container--search .search-query-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 2rem auto 1rem auto;
  max-height: 180px;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.products-flex__container--search .search-query-list.open {
  max-height: 1000px;
  transition: max-height 1s ease-in-out;
}
.products-flex__container--search .search-query-list .search-query-item {
  margin: 0 auto 20px 0;
  position: relative;
  padding-left: 25px;
}
.products-flex__container--search .search-query-list .search-query-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #ffa700;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
}
.products-flex__container--search .search-query-list .search-query-item a {
  position: relative;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-right: 8px;
}
.products-flex__container--search .search-query-list .search-query-item a::after {
  position: absolute;
  right: 0;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0093bb;
}
.products-flex__container--search .search-query-list .search-query-item a:last-child::after {
  display: none;
}

/* inline */
#search .search--popup__searching {
  display: none;
}

#search.loading .search--popup {
  display: none;
}
#search.loading .search--popup__searching {
  display: flex;
}

/* searcher kodeer */
.search--popup__searching {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.search--popup__searching-searcher {
  transform: scale(0.45);
}
.search--popup__searching-searcher .lds-roller,
.search--popup__searching-searcher .lds-roller div,
.search--popup__searching-searcher .lds-roller div:after {
  box-sizing: border-box;
}
.search--popup__searching-searcher .lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.search--popup__searching-searcher .lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.search--popup__searching-searcher .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7.2px;
  height: 7.2px;
  border-radius: 50%;
  background: currentColor;
  margin: -3.6px 0 0 -3.6px;
}
.search--popup__searching-searcher .lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.search--popup__searching-searcher .lds-roller div:nth-child(1):after {
  top: 62.62742px;
  left: 62.62742px;
}
.search--popup__searching-searcher .lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.search--popup__searching-searcher .lds-roller div:nth-child(2):after {
  top: 67.71281px;
  left: 56px;
}
.search--popup__searching-searcher .lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.search--popup__searching-searcher .lds-roller div:nth-child(3):after {
  top: 70.90963px;
  left: 48.28221px;
}
.search--popup__searching-searcher .lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.search--popup__searching-searcher .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.search--popup__searching-searcher .lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.search--popup__searching-searcher .lds-roller div:nth-child(5):after {
  top: 70.90963px;
  left: 31.71779px;
}
.search--popup__searching-searcher .lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.search--popup__searching-searcher .lds-roller div:nth-child(6):after {
  top: 67.71281px;
  left: 24px;
}
.search--popup__searching-searcher .lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.search--popup__searching-searcher .lds-roller div:nth-child(7):after {
  top: 62.62742px;
  left: 17.37258px;
}
.search--popup__searching-searcher .lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.search--popup__searching-searcher .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12.28719px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search--popup__searching-text {
  font-size: 1.35rem;
  color: #0d0d0d;
  text-align: left;
  font-weight: 600;
}

.categories-region .categories__list {
  margin: 0rem 0px 0px -10px;
}
@media only screen and (min-width: 1600px) {
  .categories-region .categories__item {
    width: 20%;
  }
}

ul#AjaxForm_SearchMainForm_Availability {
  padding: 0 2rem;
}

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