@charset "UTF-8";
@font-face {
  font-family: shoptet;
  src: url(/user/documents/assets/fonts/icomoon.woff2) format("woff2"),
    url(/user/documents/assets/fonts/icomoon.woff) format("woff"),
    url(/user/documents/assets/fonts/icomoon.ttf) format("truetype"),
    url(/user/documents/assets/fonts/icomoon.svg#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 1rem;
  scroll-behavior: smooth;
}
body {
  font-family: Roboto, sans-serif;
  font-size: clamp(14px, 1rem, 18px);
  padding: 0;
  margin: 0;
  color: #161617;
  background-color: #f5f4f4;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: calc(1440px + 4rem);
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem;
  width: 100%;
}
.overall-wrapper {
  overflow: hidden;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in;
  color: #161617;
}
.carousel .extended-banner-title,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-style: normal;
  margin-top: 0;
  line-height: 1.1904761905em;
}
.carousel .extended-banner-title,
h1 {
  margin-top: 0;
  font-size: clamp(1.875rem, 2.8vw, 2.625rem);
}
.custom-footer__instagram h4,
.h4,
.welcome-wrapper h1,
h2 {
  font-size: clamp(1.375rem, 2.3vw, 2rem);
}
.js-hidden:not(.visible),
.no-display {
  display: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  font-size: 1rem;
}
.btn,
.rate-form-trigger {
  border-radius: 10px;
  padding: 0.625em 1.875em;
  display: inline-block;
  cursor: pointer;
}
.extended-banner-link {
  transition: all 0.3s ease-in-out;
}
fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
table {
  border-collapse: collapse;
}
table td,
table th {
  border: 1px solid #161617;
  padding: 0.4em 0.8em;
}
table td .client-table-heading,
table th .client-table-heading {
  display: none;
}
table .p-label {
  display: none;
}
.columns {
  display: flex;
  flex-wrap: wrap;
}
.columns.col-2 .column {
  flex: 1 1 450px;
}
.columns.align-center {
  align-items: center;
}
.entrance-protection-wrapper {
  height: 100vh;
}
.entrance-protection,
.entrance-protection-inner {
  height: 100%;
}
.entrance-protection-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.entrance-protection-inner .site-name {
  margin-bottom: 20px;
  max-width: 200px;
}
.entrance-protection-inner form {
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
}
.entrance-protection-inner form fieldset {
  border: none;
  margin: 0;
  padding: 2rem;
}
.entrance-protection-inner form h1 {
  margin-top: 0;
}
.entrance-protection-inner form .submit-wrapper {
  margin-top: 20px;
}
.entrance-protection-inner form .form-group {
  margin-bottom: 10px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.384615;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-top-color: transparent;
  border-style: solid;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
}
.messages {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
}
.messages .msg {
  padding: 50px 2rem;
  color: #fff;
}
.messages .msg.msg-success {
  background-color: rgba(0, 128, 0, 0.8);
}
.messages .msg.msg-error {
  background-color: rgba(255, 0, 0, 0.8);
}
.messages .msg a {
  color: #fff;
}
.site-msg.information {
  padding: 0.9375em 0;
  background-color: #373338;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.site-msg.information a {
  color: #fff;
  text-decoration: underline;
}
.site-msg.information .close {
  display: none;
}
.site-msg.information .text img {
  transform: translateY(25%);
  margin-right: 0.5em;
}
#header > .container {
  max-width: unset;
}
.header-top {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header-top .search {
  margin: 0 auto;
}
#formSearchForm fieldset,
#formSearchFormContent fieldset,
.discount-coupon fieldset {
  display: flex;
}
#formSearchForm button,
#formSearchForm input::placeholder,
#formSearchFormContent button,
#formSearchFormContent input::placeholder,
.discount-coupon button,
.discount-coupon input::placeholder {
  font-size: 1rem;
}
#formSearchForm input,
#formSearchFormContent input,
.discount-coupon input {
  border: none;
  padding: 0.625em 1.25em;
  width: 100%;
}
.search-whisperer {
  position: absolute;
  top: calc(100% + 2px);
  background-color: #fff;
  z-index: 5;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 10px 10px rgba(22, 22, 23, 0.2);
  max-height: 500px;
  overflow-y: auto;
}
.search-whisperer:not(.active) {
  display: none;
}
.search-whisperer-documents {
  display: flex;
  flex-direction: column;
}
.search-whisperer-documents a {
  padding: 0.3em 0;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.search-whisperer-documents a em {
  padding: 0.3em 0.5em;
  font-style: normal;
  color: #fff;
  border-radius: 6px;
  font-size: 0.75rem;
}
.search-whisperer-documents a em:empty {
  display: none;
}
.search-whisperer-products {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.search-whisperer-products a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.search-whisperer-products a .search-whisperer-image {
  max-width: 45px;
}
.search-whisperer-products a .p-info {
  display: flex;
  flex-direction: column;
}
.search-whisperer-products a .price {
  white-space: nowrap;
  margin-left: auto;
}
#navigation ul {
  list-style: none;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    transition: opacity 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.active.right,
  .carousel-inner > .item.next {
    opacity: 0;
    left: 0;
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    opacity: 0;
    left: 0;
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    opacity: 1;
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.user-action .container {
  position: relative;
  max-width: 1920px;
}
.popup-widget.cart-widget,
.popup-widget.login-widget,
.user-action {
  display: none;
}
.user-action-visible .user-action {
  display: block;
}
.login-window-visible .popup-widget.login-widget {
  display: flex;
}
.cart-window-visible .popup-widget.cart-widget {
  display: block;
}
.popup-widget {
  top: 118px;
  position: absolute;
  max-width: 420px;
  width: 100%;
  right: 4rem;
  z-index: 1005;
  background-color: #fff;
  box-shadow: 0 10px 20px rgba(22, 22, 23, 0.2);
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 1080px) {
  .popup-widget {
    top: 90px;
  }
}
.popup-widget.login-widget {
  padding: 0;
}
.popup-widget.login-widget::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  right: 200px;
  transform: translateY(-50%) rotate(-45deg);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  z-index: -1;
}
@media (max-width: 1380px) {
  .popup-widget.login-widget::before {
    right: 75px;
  }
}
@media (max-width: 1080px) {
  .popup-widget.login-widget::before {
    right: 20px;
  }
}
.popup-widget.login-widget .popup-widget-inner {
  position: relative;
  padding: 20px;
  background-color: #fff;
  width: 100%;
}
.popup-widget h2 {
  font-size: 1.25rem;
}
.popup-widget.login-widget input {
  font-size: 0.875rem;
}
.popup-widget.login-widget .password-helper a {
  display: block;
  margin-top: 10px;
  font-size: 0.875rem;
}
.popup-widget.login-widget .login-wrapper {
  margin-top: 20px;
}
.popup-widget .cart-widget-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
}
.popup-widget .cart-widget-product:focus .cart-widget-product-delete,
.popup-widget .cart-widget-product:hover .cart-widget-product-delete {
  visibility: visible;
}
.popup-widget .cart-widget-product-image {
  flex: 0 1 60px;
}
.popup-widget .cart-widget-product-image img {
  display: block;
}
.popup-widget .cart-widget-product-unit {
  display: none;
}
.popup-widget .cart-widget-product-name {
  font-size: 0.875rem;
}
.popup-widget .cart-widget-product-name > span {
  display: block;
}
.popup-widget .quantity input {
  font-size: 0.875rem;
  text-align: center;
}
.popup-widget .quantity .decrease::before,
.popup-widget .quantity .increase::before {
  font-size: 1rem;
  line-height: 1rem;
}
.popup-widget .cart-widget-product-delete button::before {
  content: "×";
  display: inline-block;
  font-size: 20px;
  color: #b41111;
}
.popup-widget .cart-widget-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 92px;
  }
}
.ordering-process .popup-widget.login-widget::before {
  right: 60px;
}
.admin-logged .overall-wrapper {
  padding-top: 27px;
}
.admin-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: grey;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
  font-size: 0.75rem;
}
.admin-bar a {
  color: rgba(255, 255, 255, 0.7);
}
.admin-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.admin-bar #bar-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.admin-bar #bar-menu li {
  padding: 6px;
}
.admin-bar #bar-menu > li {
  position: relative;
  cursor: pointer;
}
.admin-bar #bar-menu > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: grey;
  padding: 10px;
  white-space: nowrap;
  z-index: 10005;
}
.admin-bar #bar-menu > li.hover > ul {
  display: flex;
  flex-direction: column;
}
input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
label {
  cursor: pointer;
}
input[type="checkbox"] + label {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
  display: inline-block;
}
input[type="checkbox"] + label::before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 4px;
  border: 1px solid #161617;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
input[type="checkbox"] + label.disabled {
  opacity: 0.7;
}
input[type="checkbox"]:checked + label::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-color: #5590ec;
  border-radius: 2px;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
  border: 1px solid #161617;
  padding: 0.625em 1.25em;
  font-size: 1rem;
  border-radius: 10px;
  width: 100%;
  font-family: Roboto, sans-serif;
  background-position-x: calc(100% - 10px);
}
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
select::placeholder,
textarea::placeholder {
  font-size: 1rem;
  font-family: Roboto, sans-serif;
}
select {
  background-color: transparent;
}
.form-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.required-asterisk::after {
  content: "*";
  display: inline-block;
  color: #b41111;
  margin-left: 0.3em;
}
.cart-inner.cart-empty h1 {
  text-align: center;
}
.cart-inner.cart-empty .row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.cart-inner.cart-empty .row .col-md-8 {
  flex: 8;
}
.cart-inner.cart-empty .row .col-md-4 {
  flex: 4;
}
.cart-inner.cart-empty .row .col-md-6 {
  flex: 6;
}
.ordering-process .navigation-buttons {
  padding-bottom: 0;
}
#colorbox {
  background-color: #fff;
}
.radio-wrapper {
  margin-bottom: 5px;
}
input[type="radio"] + label {
  padding-left: 30px;
  position: relative;
}
input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #161617;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
input[type="radio"]:checked + label::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #161617;
  position: absolute;
  left: 3px;
  top: 3px;
}
.latest-contribution-box,
.menu-helper {
  display: none;
}
@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .admin-bar {
    display: none;
  }
  .admin-logged .overall-wrapper {
    padding-top: 0;
  }
  .site-msg.information {
    font-size: 0.75rem;
  }
}
.siteCookies {
  background-color: #fff;
  border-top: 2px solid #161617;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #161617;
  padding: 2rem;
  z-index: 1005;
  text-align: center;
}
.siteCookies a {
  text-decoration: underline;
}
.siteCookies .siteCookies__buttonWrap {
  display: flex;
  justify-content: center;
}
.siteCookies .siteCookies__button {
  padding: 1em 2em;
  border-radius: 6px;
  background-color: #161617;
  color: #fff;
}
.siteCookies .siteCookies__button:not(:last-of-type) {
  margin-right: 2em;
}
#cboxOverlay {
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1006;
}
#colorbox {
  z-index: 1007;
}
.content-modal {
  padding: 2rem;
}
.content-modal p.em {
  font-style: italic;
  color: #b41111;
}
#cboxClose {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 0;
  width: 36px;
  height: 36px;
}
#cboxClose::after,
#cboxClose::before {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background-color: #161617;
}
#cboxClose::before {
  transform: rotate(-45deg) translateY(2px);
}
#cboxClose::after {
  transform: rotate(45deg) translateY(-2px);
}
#cboxContent.cookiesDialog {
  border-radius: 6px;
  background-color: #f8fafb;
}
@media (max-width: 767px) {
  #cboxContent.cookiesDialog {
    position: fixed;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
    height: auto !important;
    margin: 0 auto;
  }
  #cboxContent.cookiesDialog #cboxLoadedContent {
    height: 100% !important;
    padding: 0;
  }
}
.cookiesSetting__form {
  padding: 10px;
}
.cookiesSetting__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #000;
}
.cookiesSetting__perex {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.cookiesSetting__item {
  border-bottom: 1px solid #e5e8ea;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .cookiesSetting__item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.cookiesSetting__item:last-child {
  border-bottom: 0;
}
@media (min-width: 768px) {
  .cookiesSetting__item__col2 {
    margin-left: 10px;
  }
}
.cookiesSetting__item__name {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
.cookiesSetting__item__text {
  font-size: 14px;
  line-height: 22px;
  color: #000;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cookiesSetting__item__text {
    margin-bottom: 0;
  }
}
.cookiesSetting__item__status {
  margin: 20px 0;
  text-align: center;
  padding: 10px 20px 10px 35px;
  border: 1px solid #e5e8ea;
  border-radius: 6px;
  font-size: 16px;
  white-space: nowrap;
  width: 100%;
  display: block;
}
.cookiesSetting__item__status:hover {
  background: #f8fafb;
  border: 1px solid #e5e8ea;
  color: #252525;
}
@media (min-width: 768px) {
  .cookiesSetting__item__status {
    margin: 0;
    padding: 10px 15px;
  }
}
.cookiesSetting__item
  .cookiesSetting__item__status
  .cookiesSetting__item__state {
  padding-left: 40px;
}
.cookiesSetting__item
  .cookiesSetting__item__status
  .cookiesSetting__item__state:before {
  left: 10px;
}
.cookiesSetting__item
  .cookiesSetting__item__status
  .cookiesSetting__item__state:after {
  left: 12px;
}
.cookiesDialog #cboxClose {
  background-color: #f8fafb !important;
  border-radius: 6px;
}
.cookiesSetting__data {
  border: 1px solid #e5e8ea;
  background-color: #fff;
  border-radius: 6px;
  padding: 0 20px;
}
.cookiesSetting__bottom {
  text-align: center;
}
@media (min-width: 768px) {
  .cookiesSetting__bottom {
    text-align: left;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
  }
}
.cookiesSetting__uncheck {
  display: block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .cookiesSetting__uncheck {
    margin: 0;
    flex: 1;
  }
}
.cookiesSetting__uncheckLink {
  display: block;
  line-height: 48px;
  text-decoration: none;
  color: #161617;
  padding: 0 12px;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  border: 0;
  width: 100%;
  text-align: center;
}
.cookiesSetting__uncheckLink:hover {
  color: #383742;
  background: #e5e8ea;
}
@media (min-width: 768px) {
  .cookiesSetting__uncheckLink {
    display: inline-block;
    width: auto;
    text-align: left;
  }
}
.cookiesSetting__button {
  display: block;
  line-height: 48px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  border: 0;
  width: 100%;
  padding: 0 15px;
  color: #fff;
  background-color: #161617;
}
.cookiesSetting__button:hover {
  color: #fff;
  background-color: #161617;
}
@media (min-width: 768px) {
  .cookiesSetting__button:hover {
    opacity: 0.9;
  }
}
@media (min-width: 768px) {
  .cookiesSetting__button {
    display: inline-block;
    width: auto;
  }
}
.cookiesSetting__button--green {
  background-color: #007c47;
  margin-top: 10px;
}
.cookiesSetting__button--green:hover {
  color: #fff;
  background-color: #007c47;
}
@media (min-width: 768px) {
  .cookiesSetting__button--green {
    margin-top: 0;
    margin-left: 15px;
  }
}
#cboxOverlay.siteAgreement {
  z-index: 1005;
}
#colorbox.siteAgreement {
  z-index: 1006;
}
@media (max-width: 767px) {
  #colorbox.cookiesDialogWrapper {
    top: 0 !important;
  }
}
.advanced-order {
  text-align: center;
  padding: 2rem;
}
.advanced-order .h1 {
  margin-bottom: 20px;
  margin-top: 20px;
}
.advanced-order .h2 {
  margin-bottom: 20px;
  text-transform: none;
}
.advanced-order .advanced-order-suggestion {
  padding-top: 40px;
  margin-top: 40px;
  border-top-width: 1px;
  border-top-style: solid;
}
.advanced-order .extras-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.advanced-order .extras-wrap .extra {
  text-align: left;
  width: 100%;
  margin: 0 0 20px;
}
.advanced-order .extras-wrap .extra.step {
  margin: 20px 0 0;
  padding-left: 0;
  text-align: center;
}
.advanced-order .price-range {
  margin-bottom: 0;
}
.advanced-order .products-related {
  margin-bottom: 0;
}
.advanced-order .p-desc {
  display: none;
}
@media (min-width: 991px) {
  .advanced-order .extras-wrap {
    justify-content: center;
  }
  .advanced-order .extras-wrap .extra {
    width: auto;
    margin: 0 20px 20px;
    flex-shrink: 1;
  }
  .advanced-order .extras-wrap .extra.step {
    width: 100%;
    margin: 0;
    flex-shrink: 0;
  }
  .advanced-order .products > div {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .advanced-order .extras-wrap .extra {
    margin: 20px 20px 0;
  }
  .advanced-order .extras-wrap .extra.step {
    width: auto;
    margin: 20px 20px 0;
    flex-shrink: 1;
  }
}
.ao-product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
}
.ao-availability,
.ao-image,
.ao-name {
  text-align: center;
}
.ao-image,
.ao-name {
  flex: 1 0 100%;
  min-width: 100%;
  margin-bottom: 20px;
}
.ao-price,
.ao-quantity {
  flex: 1 1 50%;
  min-width: 50%;
}
.ao-price {
  text-align: left;
}
.ao-quantity {
  text-align: right;
}
@media (min-width: 580px) {
  .ao-availability,
  .ao-image,
  .ao-name {
    margin-bottom: 0;
    text-align: left;
  }
  .ao-image {
    flex-basis: 20%;
    min-width: 20%;
  }
  .ao-image img {
    max-height: 100px;
  }
  .ao-name {
    flex-basis: 40%;
    min-width: 40%;
  }
  .ao-price {
    flex-basis: 20%;
    min-width: 20%;
    text-align: right;
  }
  .ao-quantity {
    flex-basis: 20%;
    min-width: 20%;
    padding-left: 20px;
  }
}
.country-flag,
.phone-combined-input select {
  display: none;
}
.country-flag.selected,
.country-flags.active .country-flag {
  display: flex;
  align-items: center;
}
.country-flag .shp-flag {
  max-width: 40px;
  max-height: 27px;
}
.country-flags:not(.active) .country-flag.selected .shp-flag,
.country-flags:not(.active) .country-flag.selected .shp-flag-name {
  display: none;
}
.phone-combined-input {
  position: relative;
}
.phone-combined-input .country-flags {
  position: absolute;
  top: 0;
  left: 4px;
  height: 100%;
  display: flex;
  align-items: center;
  border-right: 1px solid #161617;
  padding-right: 6px;
  padding-left: 6px;
}
.phone-combined-input .country-flags::before {
  content: url(/user/documents/assets/img/icon/arrow-down.svg);
  display: inline-block;
  transform: scale(0.4);
}
.phone-combined-input .country-flags.active {
  height: auto;
  border-right: none;
  z-index: 2;
}
.phone-combined-input .country-flags.active::before {
  display: none;
}
.phone-combined-input .country-flags .country-flags-inner {
  max-height: 500px;
  overflow-y: auto;
  background-color: #fff;
}
.phone-combined-input input#phone {
  padding-left: 56px;
}
.msg-error {
  color: #b41111;
}
.msg-warning {
  color: orange;
}
.not-possible-info {
  display: none;
}
.radio-wrapper label {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.radio-wrapper .payment-info {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.radio-wrapper .payment-info .sublabel {
  width: 100%;
}
.radio-wrapper a {
  text-decoration: underline;
}
.radio-wrapper.inactive-child {
  opacity: 0.6;
  cursor: not-allowed;
}
.radio-wrapper.inactive-child .not-possible-info {
  display: block;
}
.radio-wrapper.inactive-child label {
  cursor: inherit;
}
.question-tooltip {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #161617;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
}
.benefitBanner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.benefitBanner .benefitBanner__item {
  flex: 1 1 250px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.benefitBanner .benefitBanner__picture {
  text-align: center;
  padding: 40px;
}
.benefitBanner .benefitBanner__content {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  padding: 20px;
  text-align: center;
}
.benefitBanner .benefitBanner__title {
  font-size: 1.5rem;
  color: #fff;
}
.stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
.stars .star {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 18px;
}
.stars .star.star-half::before,
.stars .star.star-on::before {
  color: #ffbf21;
}
.stars .star.star-on::before {
  content: "\e91c";
}
.stars .star.star-half::before {
  content: "\e91a";
}
.stars .star.star-off::before {
  content: "\e91c";
}
.stars .star::before {
  display: inline-block;
  font-family: shoptet;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  line-height: 18px;
  text-transform: none;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.content-wrapper-in {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.content-wrapper-in .sidebar {
  flex: 0 1 345px;
}
.content-wrapper-in #content,
.content-wrapper-in .content {
  flex: 1 1 402px;
  width: 100%;
}
.p-thumbnails a.cbox-gal {
  display: none;
}
.p-thumbnails {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100px;
}
.p-thumbnails a {
  position: relative;
  float: left;
  max-width: 100%;
}
.p-thumbnails-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 9999em;
  height: 100px;
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
}
.p-thumbnails-inner > div {
  display: inline-block;
}
.p-thumbnails-inner a img {
  display: block;
}
.nowrap {
  white-space: nowrap;
}
.remove-item::before {
  content: "×";
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #b41111;
}
#note {
  margin-bottom: 20px;
}
.slider-wrapper {
  white-space: nowrap;
  display: flex;
  flex-direction: column;
}
.slider-wrapper h4 {
  margin-bottom: 20px;
  order: 1;
}
.slider-wrapper .slider-header {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  order: 3;
}
.slider-wrapper .slider-content {
  order: 2;
  height: 5px;
  padding-left: 24px;
  margin-right: 24px;
  position: relative;
  margin-bottom: 20px;
}
.slider-wrapper #slider {
  background-color: #161617;
  border-radius: 9999px;
  height: 100%;
}
.slider-wrapper .ui-slider-range {
  height: 100%;
  position: absolute;
  background-color: #5590ec;
}
.slider-wrapper .ui-slider-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #161617;
  cursor: pointer;
}
.slider-wrapper .ui-slider-handle::before {
  content: url(/user/documents/assets/img/icon/slider-handle.svg);
  display: block;
  line-height: 0;
}
.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pagination-wrapper .pagination-top {
  display: none;
}
.pagination-wrapper .pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #161617;
  border-radius: 10px;
}
.pagination-wrapper .pagination-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: all 0.3s ease-in-out;
}
.pagination-wrapper .pagination-link.prev::before {
  border-right: 7px solid #fff;
}
.pagination-wrapper .pagination-link.next::before {
  border-left: 7px solid #fff;
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper {
    flex-direction: column-reverse;
    gap: 20px;
    align-items: center;
  }
}
.gls-parcel-shop-wrapper #gls-parcel-shop-canvas {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #gls-parcel-shop-canvas {
    flex-wrap: nowrap;
    height: 450px;
  }
}
.gls-parcel-shop-wrapper #left-canvas {
  width: 100%;
  order: 2;
  height: 175px;
  border: 1px solid #777;
}
@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #left-canvas {
    width: 25%;
    order: 1;
    height: 100%;
  }
}
.gls-parcel-shop-wrapper #right-canvas {
  width: 100%;
  height: 300px;
  order: 1;
}
@media (min-width: 768px) {
  .gls-parcel-shop-wrapper #right-canvas {
    width: 75%;
    height: 100%;
    order: 2;
  }
}
.gls-parcel-shop-wrapper #searchinput {
  width: 100%;
  margin-left: 0;
}
.gls-parcel-shop-wrapper .gls-parcel-shop-confirm-wrapper {
  display: flex;
  justify-content: center;
  padding: 10px 0;
}
.ordering-process #content-wrapper {
  padding-top: 300px;
}
@media (max-width: 1080px) {
  .ordering-process #content-wrapper {
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .ordering-process #content-wrapper {
    padding-top: 130px;
  }
}
.ordering-process .cart-table td,
.ordering-process .cart-table th {
  border: none;
}
.ordering-process .consents a {
  text-decoration: underline;
}
.cart-header {
  margin: 0 0 100px;
  padding: 0;
  display: flex;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  list-style: none;
  text-align: center;
  font-size: 1.5rem;
}
.cart-header .step {
  flex: 1;
}
.cart-header .step a,
.cart-header .step strong {
  padding: 1.875em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-weight: 700;
}
.cart-header .step a::before,
.cart-header .step strong::before {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  margin-right: 20px;
}
.cart-header .step.active a,
.cart-header .step.active strong {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  color: #fff;
}
.cart-header .step-1 a::before,
.cart-header .step-1 strong::before {
  content: url(/user/documents/assets/img/icon/cart.svg);
  border: 2px solid #161617;
}
.cart-header .step-1.active a::before,
.cart-header .step-1.active strong::before {
  content: url(/user/documents/assets/img/icon/cart-white.svg);
  background-color: #161617;
}
.cart-header .step-2 a::before,
.cart-header .step-2 strong::before {
  content: url(/user/documents/assets/img/icon/transport-black.svg);
  border: 2px solid #161617;
}
.cart-header .step-2.active a::before,
.cart-header .step-2.active strong::before {
  content: url(/user/documents/assets/img/icon/transport-white.svg);
  background-color: #161617;
}
.cart-header .step-3 a::before,
.cart-header .step-3 strong::before {
  content: url(/user/documents/assets/img/icon/account.svg);
  border: 2px solid #161617;
}
.cart-header .step-3.active a::before,
.cart-header .step-3.active strong::before {
  content: url(/user/documents/assets/img/icon/account-white.svg);
  background-color: #161617;
}
.row.cart-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
}
.row.cart-row .col-md-8 {
  flex: 1 1 850px;
}
.row.cart-row .col-md-4 {
  flex: 0 1 420px;
}
.row.cart-row .cart-content {
  padding: 40px;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}
.row.cart-row .checkout-box-wrapper h4 {
  margin: -40px -40px 40px;
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  padding: 20px 40px;
  color: #fff;
  font-size: 1.5rem;
}
.cart-table tr:not(.related-visible) + tr.related {
  display: none;
}
.cart-table tr {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #161617;
}
.cart-table tr td {
  padding: 0;
}
.cart-table tr .cart-p-image {
  flex: 0 1 100px;
}
.cart-table tr .p-name {
  flex: 2;
}
.cart-table tr .p-name .main-link {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.cart-table tr .p-name .show-related {
  display: flex;
  align-items: center;
  gap: 0.2em;
  font-size: 0.75rem;
}
.cart-table tr .p-name .show-related::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border: 2px solid #161617;
  border-style: none solid solid none;
  margin-left: 10px;
  transform: rotate(45deg);
}
.cart-table tr .p-availability,
.cart-table tr .p-price,
.cart-table tr .p-quantity,
.cart-table tr .p-total {
  flex: 1;
}
.cart-table tr .p-availability {
  text-align: right;
}
.cart-table tr .p-price {
  font-size: 0.75rem;
}
.cart-table tr .p-price strong {
  font-weight: 400;
}
.cart-table tr .p-total {
  position: relative;
}
.cart-table tr .p-total .price-final {
  font-weight: 400;
}
.cart-table tr .p-total form.inline {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.cart-table tr.related td {
  width: 100%;
  padding-left: 40px;
}
.cart-table tr.related .cart-related-product {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 40px;
  border: 2px solid #161617;
  border-radius: 20px;
  margin-bottom: 20px;
}
.cart-table tr.related .cart-related-product .cart-related-info {
  flex: 3;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-table
  tr.related
  .cart-related-product
  .cart-related-info
  .cart-related-img {
  flex: 0 1 61px;
}
.cart-table
  tr.related
  .cart-related-product
  .cart-related-info
  .cart-related-name {
  flex: 3;
  font-weight: 700;
}
.cart-table
  tr.related
  .cart-related-product
  .cart-related-info
  .cart-related-availability {
  flex: 1;
}
.cart-table tr.related .cart-related-product .cart-related-button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.cart-table tr.related .cart-related-product .cart-related-button .price-final {
  font-weight: 400;
}
.cart-table
  tr.related
  .cart-related-product
  .cart-related-button
  .add-to-cart-button {
  font-size: 0;
  padding: 9px;
}
.cart-table
  tr.related
  .cart-related-product
  .cart-related-button
  .add-to-cart-button::before {
  content: url(/user/documents/assets/img/icon/cart-white.svg);
  display: block;
  line-height: 0;
  background: 0 0;
  opacity: 1;
  position: initial;
  margin: 0;
}
.cart-table
  tr.related
  .cart-related-product
  .cart-related-button
  .add-to-cart-button::after {
  display: none;
}
.cart-table
  tr.related
  .cart-related-product
  .cart-related-button
  .add-to-cart-button:focus,
.cart-table
  tr.related
  .cart-related-product
  .cart-related-button
  .add-to-cart-button:hover {
  background-color: #161617;
}
.discount-coupon form {
  display: flex;
  gap: 10px;
}
.discount-coupon form::before {
  content: "%";
  font-size: 32px;
  line-height: 52px;
  display: inline-block;
}
.discount-coupon form #discountCouponCode {
  max-width: 320px;
}
.extras-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.extras-wrapper .extras-col {
  flex: 1 1 340px;
}
.extra.delivery {
  max-width: 480px;
  margin-left: auto;
}
.extra.delivery .price-range {
  height: 8px;
  border-radius: 999px;
  overflow: hidden;
  background-color: #161617;
  margin-top: 10px;
}
.extra.delivery .price-range > div {
  height: 100%;
  background-color: #5590ec;
  border-radius: 999px;
}
.back-shopping-link {
  margin-bottom: 100px;
}
.next-step-back {
  display: flex;
  align-items: center;
}
.next-step-back:focus,
.next-step-back:hover {
  text-decoration: underline;
}
.next-step-back::before {
  content: url(/user/documents/assets/img/icon/arrow-back.svg);
  display: inline-block;
  line-height: 0;
  margin-right: 0.5em;
}
.contact-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.contact-box ul li {
  padding: 0.3125em 0 0.3125em 34px;
  position: relative;
}
.contact-box .cellphone::before,
.contact-box .mail::before {
  display: inline-block;
  position: absolute;
  left: 0;
  line-height: 0;
}
.contact-box .mail::before {
  content: url(/user/documents/assets/img/icon/mail.svg);
}
.contact-box .cellphone::before {
  content: url(/user/documents/assets/img/icon/phone.svg);
}
.ordering-process .price-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 20px;
}
.ordering-process .price-wrapper > span,
.ordering-process .price-wrapper > strong {
  width: calc(50% - 10px);
}
.ordering-process .price-wrapper .price.price-primary {
  font-size: 1.5rem;
}
.ordering-process .price-wrapper > strong {
  text-align: right;
}
.ordering-process .content h4 {
  font-size: 1.75rem;
}
.next-step {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.shipping-billing-table {
  margin-bottom: 40px;
}
.shipping-billing-table .radio-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #161617;
}
.shipping-billing-table .radio-wrapper .payment-info {
  flex: 3;
}
.shipping-billing-table .radio-wrapper .payment-logo {
  display: none;
}
.shipping-billing-table .radio-wrapper .payment-shipping-price {
  flex: 1;
  text-align: right;
}
#checkoutContent {
  flex: 1 1 500px;
}
#checkoutSidebar {
  flex: 1 1 500px;
}
#checkoutSidebar .cart-content {
  padding: 0;
  background: 0 0;
  border-radius: 0;
}
#checkoutSidebar .cart-content .checkout-box {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 40px;
  margin-bottom: 20px;
}
#checkoutSidebar .cart-content .checkout-box .toggle-contacts {
  margin: -40px -40px 40px;
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  display: block;
  padding: 20px 40px;
  border-radius: 0;
  font-size: 1.75rem;
  font-weight: 700;
}
#checkoutSidebar .cart-content .checkout-box .toggle-contacts > span {
  display: none;
}
#checkoutSidebar .cart-content .checkout-box .toggle-contacts::after,
#checkoutSidebar .cart-content .checkout-box .toggle-contacts::before {
  display: none;
}
#checkoutSidebar .order-summary-inner {
  padding: 40px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}
#checkoutSidebar .order-summary-inner h4 {
  margin: -40px -40px 40px;
  padding: 20px 40px;
  background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
  color: #fff;
}
.cart-items .cart-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #161617;
}
.cart-items .cart-item .cart-item-name {
  flex: 3;
}
.cart-items .cart-item .cart-item-amount {
  flex: 1;
  text-align: right;
}
.cart-items .cart-item .cart-item-price {
  flex: 1;
  font-weight: 700;
  text-align: right;
}
.order-summary-item.helper,
.recapitulation-single {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.order-summary-item.helper strong,
.recapitulation-single strong {
  font-weight: 400 !important;
}
.order-summary-item.helper .recapitulation-shipping-billing-info span,
.recapitulation-single .recapitulation-shipping-billing-info span {
  display: block;
  text-align: right;
}
.order-summary-item.price {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #161617;
}
.in-dekujeme h1 {
  text-align: center;
}
.in-dekujeme #content {
  padding-top: 50px;
}
.in-dekujeme .recapitulation-table {
  width: 100%;
  max-width: 900px;
  text-align: left;
}
.in-dekujeme .recapitulation-table td,
.in-dekujeme .recapitulation-table th {
  border: none;
}
.in-dekujeme .recapitulation-table th {
  padding-left: 0;
}
.in-dekujeme .co-box {
  margin-bottom: 50px;
}
.in-dekujeme .reca-number {
  text-align: center;
  border-bottom: 1px solid #161617;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.in-dekujeme .reca-number,
.in-dekujeme h4 {
  font-size: 1.625rem;
}
.in-dekujeme .co-box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #161617;
  padding-left: 60px;
}
.in-dekujeme .cart-table tr:last-of-type {
  border-bottom: none;
}
@media (max-width: 1180px) {
  .cart-header {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .cart-table tr {
    flex-wrap: wrap;
  }
  .cart-table tr .p-name {
    flex-basis: calc(100% - 120px);
  }
}
@media (max-width: 767px) {
  .cart-header {
    margin-bottom: 50px;
    font-size: 0.75rem;
  }
  .cart-header .step a,
  .cart-header .step strong {
    flex-direction: column;
    padding: 18px;
  }
  .cart-header .step a::before,
  .cart-header .step strong::before {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cart-table tr {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .cart-table tr .p-availability,
  .cart-table tr .p-quantity {
    flex-basis: calc(50% - 10px);
    text-align: left;
  }
  .row.cart-row .cart-content {
    padding: 20px;
  }
  .row.cart-row .checkout-box-wrapper h4 {
    margin: -20px -20px 20px;
  }
  .cart-table tr .p-total form.inline {
    left: calc(100% - 20px);
  }
  .cart-table tr .p-name .show-related {
    display: initial;
  }
  .ordering-process .content h4 {
    font-size: 1.5rem;
  }
  .back-shopping-link {
    margin-bottom: 50px;
  }
  #checkoutSidebar .cart-content .checkout-box,
  #checkoutSidebar .order-summary-inner {
    padding: 20px;
  }
  #checkoutSidebar .cart-content .checkout-box .toggle-contacts,
  #checkoutSidebar .order-summary-inner h4 {
    margin: -20px -20px 20px;
    padding: 20px;
    font-size: 1.5rem;
  }
}
.top-navigation-bar {
  display: none;
}
.overall-wrapper {
  overflow: hidden;
}
.extended-banner-link {
  padding: 0.8125em 1.875em;
  border: 2px solid #161617;
  border-radius: 10px;
}
#carousel,
#tab-content,
.accordeon,
.benefitBanner,
.blog-wrapper,
.contact-form-wrapper,
.footer-banner,
.house,
.newsletter-wrapper,
.pagination-wrapper,
.product-top,
.products-block,
.type-category .content-wrapper-in,
.type-post .content,
.type-posts-listing #newsWrapper,
nav.anchors,
section.page-section {
  margin-bottom: 100px;
}
section.page-section {
  scroll-padding-top: 100px;
}
ul {
  padding-left: 15px;
}
.add-to-cart-button,
.btn-cart {
  background-color: #161617;
  color: #fff;
  padding: 0.65625em 0.9375em;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.add-to-cart-button::before,
.btn-cart::before {
  content: url(/user/documents/assets/img/icon/cart-white.svg);
  display: inline-block;
  line-height: 0;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.add-to-cart-button:focus,
.add-to-cart-button:hover,
.btn-cart:focus,
.btn-cart:hover {
  background-color: #fff;
  color: #161617;
}
.add-to-cart-button:focus::before,
.add-to-cart-button:hover::before,
.btn-cart:focus::before,
.btn-cart:hover::before {
  content: url(/user/documents/assets/img/icon/cart.svg);
}
.btn-primary {
  background-color: #fff;
  color: #161617;
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: #161617;
  color: #fff;
}
#formContact .btn-primary {
  background-color: #161617;
  color: #fff;
  border: 2px solid transparent;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
#formContact .btn-primary:focus,
#formContact .btn-primary:hover {
  background-color: #fff;
  color: #161617;
  border-color: #161617;
}
.btn-conversion:not(.add-to-cart-button),
.btn-default {
  background-color: #161617;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 0.8125em 1.875em;
  z-index: 1;
}
.btn-conversion:not(.add-to-cart-button)::after,
.btn-conversion:not(.add-to-cart-button)::before,
.btn-default::after,
.btn-default::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
.btn-conversion:not(.add-to-cart-button)::before,
.btn-default::before {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  opacity: 0;
}
.btn-conversion:not(.add-to-cart-button)::after,
.btn-default::after {
  background: #161617;
  opacity: 1;
}
.btn-conversion:not(.add-to-cart-button):focus,
.btn-conversion:not(.add-to-cart-button):hover,
.btn-default:focus,
.btn-default:hover {
  background-color: transparent;
}
.btn-conversion:not(.add-to-cart-button):focus::before,
.btn-conversion:not(.add-to-cart-button):hover::before,
.btn-default:focus::before,
.btn-default:hover::before {
  opacity: 1;
}
.btn-conversion:not(.add-to-cart-button):focus::after,
.btn-conversion:not(.add-to-cart-button):hover::after,
.btn-default:focus::after,
.btn-default:hover::after {
  opacity: 0;
}
.btn-secondary,
.btn.inline-block {
  border-radius: 10px;
  outline: 2px solid #161617;
  outline-offset: -2px;
  border: 5px solid transparent;
}
.btn-secondary:focus,
.btn-secondary:hover,
.btn.inline-block:focus,
.btn.inline-block:hover {
  border: 5px solid #161617;
}
.search .btn-default {
  background: 0 0;
}
.search .btn-default::after {
  display: none;
}
.search .btn-default::before {
  position: initial;
  z-index: initial;
  background: 0 0;
  opacity: 1;
}
@media (max-width: 767px) {
  #carousel,
  #tab-content,
  .accordeon,
  .benefitBanner,
  .blog-wrapper,
  .contact-form-wrapper,
  .footer-banner,
  .house,
  .newsletter-wrapper,
  .pagination-wrapper,
  .product-top,
  .products-block,
  .type-category .content-wrapper-in,
  .type-post .content,
  .type-posts-listing #newsWrapper,
  nav.anchors,
  section.page-section {
    margin-bottom: 50px;
  }
}
#header {
  position: fixed;
  max-width: 1920px;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1001;
  width: 100%;
}
#header::before {
  content: "";
  display: block;
  width: 100%;
  height: 300px;
  position: absolute;
  top: -40px;
  left: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 0,
    rgba(0, 0, 0, 0) 67.38%
  );
  z-index: -1;
  pointer-events: none;
}
.navigation-window-visible #header::before {
  background: rgba(0, 0, 0, 0.2);
  height: 300vh;
}
.site-name {
  margin: 0;
}
.site-name img {
  display: block;
  max-width: 210px;
}
.header-top {
  padding: 30px 60px;
  background-color: #fff;
  border-radius: 20px;
  white-space: nowrap;
}
#navigation {
  max-width: calc(1440px + 4rem);
  margin: 0 auto;
  padding: 0 2rem;
  width: 100%;
}
#navigation .menu-image,
#navigation .menu-level-3 {
  display: none;
}
.menu-level-1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 0;
  margin: 0;
}
.menu-level-1 > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.menu-level-1 > li > a {
  order: 1;
  width: 100%;
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
  line-height: 1.1428571429em;
  letter-spacing: 0.02em;
}
.menu-level-1 > li > a > .submenu-arrow {
  padding: 8px;
}
.menu-level-1 > li > a > .submenu-arrow::before {
  content: url(/user/documents/assets/img/icon/menu-arrow.svg);
  display: block;
  line-height: 0;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.menu-level-1 > li:nth-of-type(1) .menu-level-2 {
  background-color: #f6f8fe;
}
.menu-level-1 > li:nth-of-type(1) .menu-level-2 > li a::after {
  border-left-color: #5590ec;
}
.menu-level-1 > li:nth-of-type(1) > a {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
}
.menu-level-1 > li:nth-of-type(2) .menu-level-2 {
  background-color: #f6fcfa;
}
.menu-level-1 > li:nth-of-type(2) .menu-level-2 > li a::after {
  border-left-color: #22a37d;
}
.menu-level-1 > li:nth-of-type(2) > a {
  background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
}
.menu-level-1 > li:nth-of-type(3) .menu-level-2 {
  background-color: #fcf4ff;
}
.menu-level-1 > li:nth-of-type(3) .menu-level-2 > li a::after {
  border-left-color: #892ffb;
}
.menu-level-1 > li:nth-of-type(3) > a {
  background: linear-gradient(135deg, #892ffb 13.5%, #af76f9 87.5%);
}
.menu-level-1 > li:nth-of-type(4) .menu-level-2 {
  background-color: #fffcf4;
}
.menu-level-1 > li:nth-of-type(4) .menu-level-2 > li a::after {
  border-left-color: #ffbf21;
}
.menu-level-1 > li:nth-of-type(4) > a {
  background: linear-gradient(135.54deg, #f2a007 2.93%, #fee800 120.42%);
}
.menu-level-1 > li:nth-of-type(5) .menu-level-2 {
  background-color: #fff4f5;
}
.menu-level-1 > li:nth-of-type(5) .menu-level-2 > li a::after {
  border-left-color: #fb2f3a;
}
.menu-level-1 > li:nth-of-type(5) > a {
  background: linear-gradient(135deg, #fb2f3a 13.5%, #ec598d 87.5%);
}
.menu-level-1 > li.ext.exp .menu-level-2 {
  max-height: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-level-1 > li.ext.exp > a > .submenu-arrow::before {
  transform: none;
}
.menu-level-2 {
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  flex-direction: column;
  order: 2;
  transition: all 0.3s ease-in-out;
}
.menu-level-2 > li a {
  padding: 0.625em 25px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-level-2 > li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #000;
  transition: all 0.3s ease-in-out;
}
.menu-level-2 > li a:focus,
.menu-level-2 > li a:hover {
  background-color: #fff;
}
.menu-level-2 > li a:focus::after,
.menu-level-2 > li a:hover::after {
  transform: translateX(4px);
}
.top-navigation-menu {
  display: flex;
}
.top-navigation-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-navigation-bar-menu {
  display: flex;
}
.top-navigation-bar-menu a {
  display: inline-block;
  position: relative;
  padding: 0.625em 1.25em;
  font-weight: 700;
}
.top-navigation-bar-menu a::after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #161617;
  transition: all 0.15s ease-in-out;
}
.top-navigation-bar-menu a:focus::after,
.top-navigation-bar-menu a:hover::after {
  width: 100%;
}
.navigation-buttons {
  display: flex;
  align-items: center;
  gap: 40px;
}
.cart-count,
.top-nav-button {
  display: flex;
  align-items: center;
}
.cart-count:focus,
.cart-count:hover,
.top-nav-button:focus,
.top-nav-button:hover {
  color: #5590ec;
}
.cart-count::before,
.top-nav-button::before {
  display: block;
  line-height: 0;
  margin-right: 12px;
}
.top-nav-button::before {
  content: url(/user/documents/assets/img/icon/account.svg);
}
.cart-count {
  position: relative;
  padding: 0;
}
.cart-count::before {
  content: url(/user/documents/assets/img/icon/cart.svg);
}
.cart-count i {
  position: absolute;
  top: -3px;
  left: -3px;
  background-color: #5590ec;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.625rem;
  color: #fff;
}
.search {
  max-width: 450px;
  width: 100%;
}
#formSearchForm,
#formSearchFormContent {
  position: relative;
}
#formSearchForm button,
#formSearchFormContent button {
  font-size: 0;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#formSearchForm button::before,
#formSearchFormContent button::before {
  content: url(/user/documents/assets/img/icon/search.svg);
  display: block;
}
#formSearchForm input,
#formSearchFormContent input {
  border: 1px solid #161617;
  border-radius: 10px;
  padding-left: 54px;
  line-height: 1.5em;
}
.toggle-window[data-target="navigation"] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid #161617;
}
.toggle-window[data-target="navigation"]::before {
  content: "\e914";
  font-family: shoptet;
  font-size: 20px;
}
@media (min-width: 992px) {
  .toggle-window[data-target="navigation"] {
    display: none;
  }
}
@media (max-width: 1380px) {
  .cart-count > span,
  .top-nav-button > span {
    display: none;
  }
  .cart-count::before,
  .top-nav-button::before {
    margin-right: 0;
  }
  .navigation-buttons {
    gap: 20px;
  }
  .top-navigation-bar-menu a {
    padding-left: 0.625em;
    padding-right: 0.625em;
  }
}
@media (max-width: 1160px) {
  .menu-level-1 {
    gap: 12px;
  }
  .menu-level-1 > li > a {
    padding: 12px 18px;
  }
}
@media (max-width: 1080px) {
  .header-top {
    padding: 20px;
  }
  .site-name img {
    max-width: 150px;
  }
  #header {
    top: 20px;
  }
  #header > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  #navigation {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  #navigation {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in-out;
  }
  #navigation .navigation-in {
    max-width: 420px;
    margin-left: auto;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
  }
  .navigation-window-visible #navigation {
    max-height: calc(var(--vh, 1vh) * 100 - 124px);
    overflow-y: auto;
  }
  .menu-level-1 {
    flex-direction: column;
    gap: 0;
    align-items: stretch;
  }
  .menu-level-1 > li {
    border-radius: 0;
  }
  .menu-level-1 > li > a {
    font-size: 1.375rem;
    padding: 0.9090909091em;
    order: unset;
  }
  .menu-level-2 {
    order: unset;
  }
  .top-navigation-bar-menu {
    flex-direction: column;
    align-items: stretch;
  }
  .top-navigation-bar-menu li {
    width: 100%;
  }
  .top-navigation-bar-menu a {
    padding: 1.25em;
  }
}
@media (max-width: 720px) {
  .navigation-buttons {
    margin-left: auto;
  }
  .search {
    padding: 0 20px 20px;
  }
  #header {
    top: 10px;
  }
  #header > .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  #navigation .navigation-in {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .site-name img {
    max-width: 120px;
  }
}
.before-carousel {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.before-carousel .container {
  max-width: unset;
  padding: 0;
}
.extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.extended-banner-texts .extended-banner-text,
.extended-banner-texts .extended-banner-title {
  display: inline-block;
}
#carousel .item {
  margin-bottom: 110px;
}
#carousel .item img {
  border-radius: 0 0 20px 20px;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 900px;
}
#carousel .extended-banner-texts {
  position: absolute;
  bottom: -110px;
  right: 50%;
  width: calc(50vw - 2rem);
  max-width: 720px;
  background-color: #fff;
  padding: 40px 80px;
  border-radius: 20px;
}
#carousel .extended-banner-title {
  margin-bottom: 15px;
}
#carousel .extended-banner-text {
  margin-bottom: 30px;
}
.carousel-control {
  position: absolute;
  bottom: 110px;
  left: 50%;
  background-color: #161617;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-control.right {
  transform: translateX(calc(100% + 2px));
  border-radius: 0 10px 0 0;
}
.carousel-control.right::before {
  border-left: 7px solid #fff;
}
.carousel-control.left::before {
  border-right: 7px solid #fff;
}
.carousel-control::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: all 0.3s ease-in-out;
}
.mobile .wide-carousel {
  margin-left: -20px;
  margin-right: -20px;
}
@media (max-width: 1200px) {
  #carousel .extended-banner-texts {
    padding: 40px;
  }
}
@media (max-width: 800px) {
  #carousel .item {
    margin: 0;
  }
  #carousel .extended-banner-texts {
    position: relative;
    bottom: unset;
    right: unset;
    width: auto;
    max-width: unset;
    margin: -30px 2rem 0;
  }
  .carousel-control {
    left: unset;
    bottom: 40px;
    right: calc(2rem + 40px);
  }
  .carousel-control.right {
    transform: none;
    border-radius: 0 10px 10px 0;
  }
  .carousel-control.left {
    transform: translateX(calc(-100% - 2px));
    border-radius: 10px 0 0 10px;
  }
}
@media (max-width: 767px) {
  #carousel .extended-banner-texts {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
  .carousel-control {
    bottom: 20px;
    right: 40px;
  }
}
.accordeon-heading,
.homepage-group-title,
.products-related-header {
  color: #fff;
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  padding: 20px 40px;
  margin-bottom: 30px;
  border-radius: 20px;
}
.accordeon-heading.green,
.homepage-group-title.green,
.products-related-header.green {
  background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
}
.accordeon-heading.red,
.homepage-group-title.red,
.products-related-header.red {
  background: linear-gradient(135deg, #fb2f3a 13.5%, #ec598d 87.5%);
}
.accordeon-heading.yellow,
.homepage-group-title.yellow,
.products-related-header.yellow {
  background: linear-gradient(135.54deg, #f2a007 2.93%, #fee800 120.42%);
}
.products-block.products:not(.slick-initialized) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}
.flags-default,
.flags-extra {
  position: absolute;
  top: 20px;
  left: 20px;
}
.flags-default.contains-extra .flags-extra,
.flags-extra.contains-extra .flags-extra {
  border-radius: 0;
  position: initial;
  display: flex;
}
.products-block .product {
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  color: #fff;
}
.products-block .product .p {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products-block .product .image {
  position: relative;
  display: block;
}
.products-block .product .image img {
  display: block;
  width: 100%;
}
.products-block .product .p-in {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products-block .product .name {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
  display: block;
}
.products-block .product .ratings-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  margin-top: auto;
}
.products-block .product .availability span {
  color: #fff !important;
  background-color: #fb2f3a;
  display: inline-block;
  padding: 0.3125em 0.625em;
  border-radius: 10px;
  font-weight: 700;
}
.products-block .product .availability.in-stock span {
  background-color: #21a255;
}
.products-block .product .p-in-in {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-block .product .p-bottom > div {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.products-block .product .prices {
  font-size: 1.5rem;
  line-height: 1.1666666667em;
}
.products-block .product .prices .pr-list-unit {
  font-size: 0.75em;
  font-weight: 700;
}
.products-block .product .p-code {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: #161617;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
  padding: 0.41667em;
  font-size: 0.75rem;
}
.middle-banners-wrapper + .content-wrapper .homepage-group-title {
  background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
}
.middle-banners-wrapper + .content-wrapper .products-block.products .product {
  background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
}
.mobile.type-index #content .homepage-group-title:nth-child(n + 4),
.mobile.type-index #content .products-block.products:nth-child(n + 4) .product {
  background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
}
.flags-extra {
  border-radius: 5px;
  overflow: hidden;
}
.flags-default {
  border-radius: 5px;
  overflow: hidden;
  display: flex;
}
.flag {
  padding: 0.4166666667em;
  font-size: 0.75rem;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
.flag-new {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
}
.flag-action {
  background: linear-gradient(135deg, #fb2f3a 13.5%, #ec598d 87.5%);
}
.flag-tip {
  background: #161617;
}
.flag-discount {
  background-color: #0bbdd5;
}
@media (max-width: 767px) {
  .accordeon-heading,
  .homepage-group-title,
  .products-related-header {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
}
.benefitBanner__picture img {
  transition: all 0.3s ease-in-out;
}
.benefitBanner__content {
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.benefitBanner__title {
  display: block;
}
.benefitBanner__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.benefitBanner__link:focus .benefitBanner__content,
.benefitBanner__link:hover .benefitBanner__content {
  background-color: #161617;
  background-blend-mode: multiply;
}
.benefitBanner__link:focus .benefitBanner__picture img,
.benefitBanner__link:hover .benefitBanner__picture img {
  transform: scale(0.9);
}
@media (max-width: 767px) {
  .benefitBanner {
    display: grid;
    grid-template-columns: repeat(2, minmax(1px, 1fr));
    gap: 15px;
  }
  .benefitBanner .benefitBanner__title {
    font-size: 1rem;
  }
  .benefitBanner .benefitBanner__picture {
    padding: 30px;
  }
}
.house {
  position: relative;
  margin-top: 100px;
}
.house img {
  display: block;
}
.house .item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.house .item .control {
  position: absolute;
  z-index: 1;
}
.house .item .control > span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
}
.house .item .control > span::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  transition: all 0.3s ease-in-out;
}
.house .item .control ul {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  border-radius: 10px;
  max-width: 340px;
  margin-top: 10px;
  position: absolute;
  width: 260px;
}
.house .item .control ul a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0.625em 1.5625em;
  font-weight: 700;
}
.house .item .control ul a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #161617;
  transition: all 0.3s ease-in-out;
}
.house .item .control ul a:focus,
.house .item .control ul a:hover {
  background-color: #fff;
}
.house .item .control ul a:focus::after,
.house .item .control ul a:hover::after {
  transform: translateX(4px);
}
.house .item .control:focus,
.house .item .control:hover {
  z-index: 2;
}
.house .item .control:focus + img,
.house .item .control:hover + img {
  opacity: 1;
}
.house .item .control:focus ul,
.house .item .control:hover ul {
  max-height: 200px;
  padding: 10px 0;
}
.house .item .control:focus > span::before,
.house .item .control:hover > span::before {
  transform: rotate(180deg);
}
.house .item img {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.house .item.yellow .control > span {
  background: linear-gradient(135.54deg, #f2a007 2.93%, #fee800 120.42%);
}
.house .item.yellow .control ul {
  background-color: #fffcf4;
}
.house .item.yellow .control ul a::after {
  border-left-color: #ffbf21;
}
.house .item.green .control > span {
  background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
}
.house .item.green .control ul {
  background-color: #f6fcfa;
}
.house .item.green .control ul a::after {
  border-left-color: #22a37d;
}
.house .item.blue .control > span {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
}
.house .item.blue .control ul {
  background-color: #f6f8fe;
}
.house .item.blue .control ul a::after {
  border-left-color: #5590ec;
}
.house .item.red .control > span {
  background: linear-gradient(135deg, #fb2f3a 13.5%, #ec598d 87.5%);
}
.house .item.red .control ul {
  background-color: #fff4f5;
}
.house .item.red .control ul a::after {
  border-left-color: #fb2f3a;
}
.house .item.oplasteni .control {
  bottom: 21%;
  right: 16%;
}
.house .item.zaluzie-yellow .control {
  top: 50%;
  right: 22%;
}
.house .item.stineni .control {
  top: 21%;
  left: 29%;
}
.house .item.markyzy .control {
  bottom: 16%;
  left: 20%;
}
.house .item.vymena-skel .control {
  top: 28%;
  left: 61%;
}
.house .item.oprava-oken .control {
  bottom: 19%;
  left: 52%;
}
.house .item.okna .control {
  top: 28%;
  left: 61%;
  transform: translateX(calc(-100% - 10px));
}
.house .item.kovani .control {
  bottom: 19%;
  left: 52%;
  transform: translateX(calc(-100% - 10px));
}
.house .item.rolety .control {
  bottom: 16%;
  left: 20%;
  transform: translateX(calc(100% + 10px));
}
.house .item.zaluzie .control {
  top: 50%;
  right: 22%;
  transform: translateX(calc(100% + 10px));
}
.house-wrapper p {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.cat-grid {
  display: none;
}
@media (max-width: 1080px) {
  .house {
    display: none;
  }
  .cat-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
  }
  .cat-grid > a {
    flex: 0 1 335px;
  }
  .cat-grid .item {
    border-radius: 20px;
    overflow: hidden;
  }
  .cat-grid .item .image img {
    display: block;
  }
  .cat-grid .item .heading {
    padding: 20px;
    color: #fff;
  }
  .cat-grid .item .heading h3 {
    margin: 0;
  }
  .cat-grid .item.blue .heading {
    background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  }
  .cat-grid .item.green .heading {
    background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
  }
  .cat-grid .item.red .heading {
    background: linear-gradient(135deg, #fb2f3a 13.5%, #ec598d 87.5%);
  }
  .cat-grid .item.yellow .heading {
    background: linear-gradient(135.54deg, #f2a007 2.93%, #fee800 120.42%);
  }
}
.footer-banner {
  border-radius: 20px;
  overflow: hidden;
}
.footer-banner > a {
  display: flex;
}
.footer-banner > a img {
  width: 100%;
  display: block;
  flex: 3;
  object-fit: cover;
  object-position: left;
}
.footer-banner .extended-banner-texts {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  background: linear-gradient(135deg, #fb2f3a 13.5%, #ec598d 87.5%);
  padding: 40px;
}
.footer-banner .extended-banner-title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.footer-banner .extended-banner-text {
  margin-bottom: 40px;
}
.footer-banner .extended-banner-link {
  background-color: #161617;
  border: none;
}
.footer-banner .extended-banner-link:focus,
.footer-banner .extended-banner-link:hover {
  background-color: #fff;
  color: #161617;
}
.footer-banner:nth-of-type(odd) > a {
  flex-direction: row-reverse;
}
.footer-banner:nth-of-type(odd) .extended-banner-texts {
  background: linear-gradient(135.54deg, #f2a007 2.93%, #fee800 120.42%);
}
@media (max-width: 767px) {
  .footer-banner:nth-of-type(even) > a,
  .footer-banner > a {
    flex-direction: column;
  }
  .footer-banner .extended-banner-texts {
    padding: 20px;
  }
  .footer-banner .extended-banner-title {
    font-size: 1.375rem;
  }
  .footer-banner .extended-banner-text {
    margin-bottom: 30px;
  }
}
#newsWrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 20px;
}
time {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(22, 22, 23, 0.8);
  margin-bottom: 15px;
}
time::before {
  content: url(/user/documents/assets/img/icon/calendar.svg);
  display: inline-block;
  margin-right: 0.5em;
  line-height: 0;
}
.news-item {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  background-color: #fff;
  min-height: 345px;
}
.news-item .image {
  max-width: 345px;
  flex: 1;
  overflow: hidden;
}
.news-item .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.news-item .text {
  flex: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.news-item .title {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.news-item .description {
  color: rgba(22, 22, 23, 0.8);
  max-height: 150px;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-item .description p {
  margin-top: 0;
}
.news-item .description p:last-of-type {
  margin-bottom: 0;
}
.news-item .btn-read-more {
  margin-top: auto;
  padding: 0;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.news-item .btn-read-more::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #5590ec;
  transition: all 0.3s ease-in-out;
  margin-left: 1em;
}
.news-item .btn-read-more:focus::after,
.news-item .btn-read-more:hover::after {
  transform: translateX(4px);
}
.news-item:focus .image img,
.news-item:hover .image img {
  transform: scale(1);
}
.button-wrapper {
  margin-top: 40px;
  text-align: center;
}
.homepage-box.welcome-wrapper {
  display: none;
}
@media (max-width: 767px) {
  .news-item .text {
    padding: 20px;
  }
  .news-item .title {
    font-size: 1.375rem;
  }
}
@media (max-width: 640px) {
  #newsWrapper {
    display: flex;
    flex-direction: column;
  }
  .news-item {
    flex-direction: column;
  }
  .news-item .image {
    max-width: unset;
  }
}
.newsletter-wrapper {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  padding: 0;
  max-width: 1440px;
  width: auto;
}
.newsletter-wrapper > img:first-of-type {
  flex: 2;
  width: 100%;
}
.newsletter-wrapper .custom-footer__newsletter,
.newsletter-wrapper > img {
  flex: 1;
  width: 100%;
}
.newsletter-wrapper .custom-footer__newsletter {
  padding: 40px;
  align-self: center;
  position: relative;
}
.newsletter-wrapper h4 {
  font-size: 1.75rem;
  margin-bottom: 40px;
}
.newsletter-wrapper input {
  padding-left: 54px;
  background: url(/user/documents/assets/img/icon/mail.svg) 20px center
    no-repeat;
}
.newsletter-wrapper button {
  margin-top: 40px;
}
.newsletter-wrapper a {
  text-decoration: underline;
}
@media (max-width: calc(1440px + 4rem)) {
  .newsletter-wrapper {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .type-category .newsletter-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1180px) {
  .newsletter-wrapper .custom-footer__newsletter {
    flex: 2;
  }
  .newsletter-wrapper > img:last-of-type {
    display: none;
  }
  .newsletter-wrapper > img {
    object-fit: cover;
    object-position: right;
  }
}
@media (max-width: 840px) {
  .newsletter-wrapper {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .newsletter-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .newsletter-wrapper .custom-footer__newsletter {
    padding: 20px;
  }
  .newsletter-wrapper h4 {
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
  .newsletter-wrapper button {
    margin-top: 20px;
  }
}
.slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
.slick-list {
  margin: 0 -10px;
  overflow: visible;
}
.slick-track {
  display: flex !important;
}
.slick-arrow {
  font-size: 0;
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background-color: #161617;
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: all 0.3s ease-in-out;
  margin-left: 1em;
}
.slick-arrow.slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.slick-arrow.slick-prev::before {
  border-right: 7px solid #fff;
}
.slick-arrow.slick-next {
  right: 0;
  transform: translate(50%, -50%);
}
.slick-arrow.slick-next::before {
  border-left: 7px solid #fff;
}
.slick-arrow:focus,
.slick-arrow:hover {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
}
.instagram-wrapper {
  overflow: hidden;
}
.custom-footer__instagram {
  margin-bottom: 30px;
}
.custom-footer__instagram .instagram-follow-btn {
  display: none;
}
.custom-footer__instagram a {
  aspect-ratio: 1;
  border-radius: 20px;
  overflow: hidden;
}
.custom-footer__instagram a img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#footer {
  background-color: #fff;
  padding: 110px 0 40px;
}
#footer .site-name {
  max-width: 210px;
}
#footer h4 {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
#footer h5 {
  margin: 0;
  font-weight: 400;
}
#footer h5 a {
  padding: 0.625em 0;
  display: inline-block;
  font-size: 1rem;
}
#footer a:focus,
#footer a:hover {
  color: #5590ec;
  text-decoration: underline;
}
#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-footer {
  columns: 5;
  column-gap: 40px;
}
@media (min-width: 1300px) {
  .custom-footer .custom-footer__section11 {
    margin-top: 5px;
  }
}
.custom-footer > div {
  break-inside: avoid-column;
}
@media (max-width: 600px) {
  .custom-footer > div:not(.visible) > :not(h3) {
    display: none;
  }
  .custom-footer > div h3 {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .custom-footer > div h3::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 2px solid #161617;
    border-style: none solid solid none;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
  }
  .custom-footer > div.visible h3::after {
    transform: rotate(-135deg);
  }
}
.signature-wrapper {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  padding: 20px 0;
  font-size: 0.75rem;
}
.footer-bottom {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-bottom strong {
  color: #fff;
  font-weight: 400;
}
#signature .image img {
  max-width: 20px;
}
.footer-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-icons .footer-icon a {
  background-color: #161617;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
}
.footer-icons .footer-icon a img {
  display: block;
}
.custom-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.custom-footer-bottom .footer-icons {
  margin-left: auto;
}
.custom-footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.custom-footer-bottom ul a {
  padding: 0.3125em 1.25em;
}
.contact-banner {
  margin-top: 40px;
}
.contact-banner li {
  padding: 0.625em 0;
}
.contact-banner .address,
.contact-banner .project-mail,
.contact-banner .project-phone {
  margin-bottom: 0;
}
.address,
.project-mail,
.project-phone {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.address::before,
.project-mail::before,
.project-phone::before {
  content: url(/user/documents/assets/img/icon/mail.svg);
  display: inline-block;
  margin-right: 0.5em;
  line-height: 0;
}
.project-phone::before {
  content: url(/user/documents/assets/img/icon/phone.svg);
}
.address::before {
  content: url(/user/documents/assets/img/icon/address.svg);
}
#signature {
  align-items: center;
}
#signature .image {
  display: none !important;
}
.miranda {
  display: flex;
  align-items: center;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #161617;
}
.miranda img {
  margin-right: 10px;
}
@media (max-width: 1300px) {
  .custom-footer {
    columns: 4;
  }
  .custom-footer > div {
    margin-bottom: 20px;
  }
  .contact-banner {
    margin-top: 0;
  }
}
@media (max-width: 1080px) {
  .custom-footer {
    columns: 3;
  }
}
@media (max-width: 767px) {
  .custom-footer {
    columns: 2;
  }
  #footer {
    padding: 50px 0 30px;
  }
  #footer h4 {
    font-size: 1.25rem;
  }
  .custom-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .custom-footer-bottom .footer-icons {
    margin: 0;
  }
  .custom-footer-menu ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-bottom {
    flex-direction: column-reverse;
    gap: 10px;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .custom-footer {
    columns: unset;
    display: flex;
    flex-direction: column;
  }
}
.custom-category-header {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.custom-category-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.breadcrumbs-wrapper {
  display: none;
}
.type-detail .breadcrumbs-wrapper.container {
  padding: 0;
}
.type-category .breadcrumbs-wrapper,
.type-detail .breadcrumbs-wrapper {
  display: block;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .type-category .breadcrumbs-wrapper,
  .type-detail .breadcrumbs-wrapper {
    display: none;
  }
}
.category-description {
  max-width: 1100px;
  margin: -45px auto 45px;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.category-description .category-title {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  color: #fff;
  width: 100%;
  display: block;
  padding: 20px 40px;
  font-size: clamp(1.875rem, 2.8vw, 2.625rem);
  margin: 0;
}
.category-description .category-perex {
  padding: 40px 100px;
}
.category-description .category-perex ul {
  margin: 7.5px 0;
  padding-left: 15px;
}
.category-description .category-perex ul li {
  padding: 0.46875em 0;
}
.category-description .category-perex strong {
  font-size: 1.125em;
}
.type-category #productsTop,
.type-category .category-top > h4,
.type-category .subcategories {
  display: none;
}
.type-category:not(.empty-category) .sidebar {
  padding-top: 65px;
}
.type-category .products-block {
  margin-bottom: 20px;
}
#category-header {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
#category-header > div {
  display: none;
}
#category-header > form {
  overflow-x: auto;
}
#category-header > form input[type="radio"] + label {
  padding: 0.8125em 1.25em;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
#category-header > form input[type="radio"] + label::after,
#category-header > form input[type="radio"] + label::before {
  display: none !important;
}
#category-header > form input[type="radio"] + label:focus,
#category-header > form input[type="radio"] + label:hover {
  background-color: #161617;
  color: #fff;
}
#category-header > form input[type="radio"]:checked + label {
  background-color: #161617;
  color: #fff;
}
#category-header > form fieldset {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.box-categories h4 {
  display: none;
}
.categories {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}
.categories > .topic {
  padding: 20px 25px;
  font-weight: 700;
  font-size: 1.75rem;
}
.categories > .topic a {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categories > .topic .cat-trigger {
  padding: 4px;
  font-size: 0;
}
.categories > .topic .cat-trigger::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  transition: all 0.3s ease-in-out;
}
.categories.expanded > .topic .cat-trigger::before {
  transform: rotate(180deg);
}
.categories li.expandable:not(.expanded) > ul,
.categories:not(.expanded) > ul {
  display: none;
}
.categories:first-of-type {
  background-color: #f6f8fe;
}
.categories:first-of-type > .topic {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
}
.categories:first-of-type > ul li.expandable a .cat-trigger::before {
  border-top-color: #5590ec;
}
.categories:nth-of-type(2) {
  background-color: #f6fcfa;
}
.categories:nth-of-type(2) > .topic {
  background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
}
.categories:nth-of-type(2) > ul li.expandable a .cat-trigger::before {
  border-top-color: #22a37d;
}
.categories:nth-of-type(3) {
  background-color: #fff4f5;
}
.categories:nth-of-type(3) > .topic {
  background: linear-gradient(135deg, #fb2f3a 13.5%, #ec598d 87.5%);
}
.categories:nth-of-type(3) > ul li.expandable a .cat-trigger::before {
  border-top-color: #fb2f3a;
}
.categories ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.categories ul:not(.expanded) {
  display: none;
}
.categories ul a {
  display: inline-block;
}
.categories > ul {
  padding: 0.625em 0;
}
.categories > ul li.expandable a {
  padding-left: 26px;
  position: relative;
}
.categories > ul li.expandable a .cat-trigger {
  padding: 4px;
  font-size: 0;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 12px;
}
.categories > ul li.expandable a .cat-trigger::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  transition: all 0.3s ease-in-out;
}
.categories > ul li.expandable.expanded > a > .cat-trigger::before {
  transform: rotate(180deg);
}
.categories > ul > li {
  padding: 0 25px;
}
.categories > ul > li > a {
  padding: 0.625em 0;
  font-weight: 700;
}
.categories > ul > li > ul > li {
  padding-left: 12px;
}
.categories > ul > li > ul > li > a {
  padding: 0.625em 0;
  font-weight: 700;
}
.categories > ul > li > ul > li > ul > li {
  padding-left: 12px;
}
.categories > ul > li > ul > li > ul > li > a {
  padding: 0.625em 0;
}
.categories > ul > li > ul > li > ul > li > ul > li {
  padding-left: 12px;
}
.categories > ul > li > ul > li > ul > li > ul > li > a {
  padding: 0.625em 0;
}
.categories > ul a:focus,
.categories > ul a:hover {
  background-color: #fff;
  text-decoration: underline;
}
.categories li.active > a {
  text-decoration: underline;
}
.categories a {
  width: 100%;
}
.filters-wrapper {
  border-radius: 20px;
  overflow: hidden;
}
.filters-unveil-button-wrapper .unveil-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  font-size: 1.75rem;
  color: #fff;
  font-weight: 700;
  padding: 20px 25px;
  border-radius: 0;
}
.filters-unveil-button-wrapper .unveil-button::before {
  display: none;
}
.filters-unveil-button-wrapper .unveil-button::after {
  content: "";
  display: block;
  position: initial;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: 1;
}
#filters:not(.visible) {
  display: none;
}
#filters {
  background-color: #f6f8fe;
}
#filters > div,
#filters > form {
  padding: 0.625em 25px;
}
.in-servisni-prace .benefitBanner .benefitBanner__content,
.in-servisni-prace .category-description .category-title,
.in-servisni-prace .filters-unveil-button-wrapper .unveil-button,
.in-servisni-prace .homepage-group-title,
.in-servisni-prace .products-block .product,
.in-servisni-prace .signature-wrapper {
  background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
}
.in-hlinikove-oplasteni .benefitBanner .benefitBanner__content,
.in-hlinikove-oplasteni .category-description .category-title,
.in-hlinikove-oplasteni .filters-unveil-button-wrapper .unveil-button,
.in-hlinikove-oplasteni .homepage-group-title,
.in-hlinikove-oplasteni .products-block .product,
.in-hlinikove-oplasteni .signature-wrapper {
  background: linear-gradient(135deg, #fb2f3a 13.5%, #ec598d 87.5%);
}
.in-centrum-stineni .benefitBanner .benefitBanner__content,
.in-centrum-stineni .category-description .category-title,
.in-centrum-stineni .filters-unveil-button-wrapper .unveil-button,
.in-centrum-stineni .homepage-group-title,
.in-centrum-stineni .products-block .product,
.in-centrum-stineni .signature-wrapper {
  background: linear-gradient(135.54deg, #f2a007 2.93%, #fee800 120.42%);
}
@media (max-width: calc(1100px + 4rem)) {
  .category-description {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 1080px) {
  .category-description {
    margin-top: -100px;
  }
  .category-description .category-perex {
    padding: 40px;
  }
}
@media (max-width: 1024px) {
  .type-category .sidebar {
    display: none;
  }
  .type-category .subcategories {
    display: block;
  }
  .filters-wrapper {
    padding: 0 40px 40px;
  }
  .filters-wrapper .unveil-button {
    background: 0 0;
    color: #161617;
    border: 1px solid #161617;
    border-radius: 10px;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 0.8333333333em;
  }
  .filters-wrapper .unveil-button::after {
    content: url(/user/documents/assets/img/icon/filter.svg);
    width: auto;
    height: auto;
    border: none;
    line-height: 0;
  }
  .filters-wrapper .unveil-button:focus,
  .filters-wrapper .unveil-button:hover {
    color: #5590ec;
    border-color: #5590ec;
  }
  .category-description .category-perex {
    padding-bottom: 0;
  }
  .subcategories {
    list-style: none;
    margin: 0 0 20px;
    padding: 40px 40px 0;
  }
  .subcategories li:not(.subcategories-toggle) {
    display: none;
  }
  .subcategories .subcategories-toggle {
    padding: 0.8333333333em;
    font-size: 1.125rem;
    border: 1px solid #161617;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .subcategories .subcategories-toggle:focus,
  .subcategories .subcategories-toggle:hover {
    color: #5590ec;
    border-color: #5590ec;
  }
  .subcategories.visible li {
    display: block;
  }
  .subcategories li > a {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 20px;
  }
  .subcategories li > a .image {
    max-width: 40px;
  }
}
@media (max-width: 767px) {
  .custom-category-header {
    height: 525px;
  }
  .custom-category-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .category-description {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: -30px;
    margin-bottom: 50px;
  }
  .category-description .category-perex {
    padding: 20px 20px 0;
  }
  .category-description .category-title {
    padding: 20px;
  }
  .subcategories {
    padding: 20px 20px 0;
  }
  .filters-wrapper {
    padding: 0 20px 20px;
  }
}
.product-top {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}
.product-top > div {
  flex: 1 1 450px;
}
.product-top > div:first-of-type {
  display: none;
}
.type-detail #content-wrapper,
.type-manufacturer-detail #content-wrapper,
.type-manufacturers-listing #content-wrapper,
.type-page:not(.in-kontakty) #content-wrapper,
.type-posts-listing:not(.in-blog):not(.in-centrum-stineni):not(
    .in-hlinikove-oplasteni
  )
  #content-wrapper,
.type-search #content-wrapper {
  padding-top: 300px;
}
.product-top .p-image {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
}
.product-top .p-info-wrapper {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 60px;
}
.product-top .p-thumbnails a {
  border-radius: 20px;
  overflow: hidden;
}
.product-top .p-thumbnails a:not(:last-of-type) {
  margin-right: 20px;
}
.custom-add-to-cart {
  margin: 60px -60px -60px;
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
  padding: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.custom-add-to-cart .price-final {
  color: #fff;
  font-size: 2rem;
}
.p-info-wrapper .add-to-cart {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-left: auto;
}
.quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}
.quantity .decrease {
  order: 1;
}
.quantity .decrease::before {
  content: "-";
}
.quantity input {
  order: 2;
  max-width: 64px;
  font-size: 1rem;
  padding: 10px;
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  text-align: center;
  border-radius: 10px;
  border: 1px solid #161617;
  height: 100%;
}
.quantity .increase {
  order: 3;
}
.quantity .increase::before {
  content: "+";
}
.quantity .decrease,
.quantity .increase {
  cursor: pointer;
}
.quantity .decrease::before,
.quantity .increase::before {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}
.quantity .decrease-tooltip,
.quantity .increase-tooltip {
  position: absolute;
}
.p-info-wrapper {
  display: flex;
  flex-direction: column;
}
.p-info-wrapper .p-detail-inner-header {
  order: 1;
  margin-bottom: 20px;
}
.p-info-wrapper .p-detail-inner-header h1 {
  margin: 0;
}
.p-info-wrapper .stars-wrapper {
  order: 2;
  margin-bottom: 30px;
}
.p-info-wrapper .stars-wrapper .stars-label {
  display: none;
}
.p-info-wrapper .detail-parameters {
  order: 3;
  display: block;
  text-align: left;
}
.p-info-wrapper .detail-parameters tbody {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-info-wrapper .detail-parameters tbody tr:last-of-type {
  order: -1;
  margin-bottom: 10px;
}
.p-info-wrapper .detail-parameters tbody tr:last-of-type th {
  font-weight: 400;
}
.p-info-wrapper .detail-parameters tr {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-info-wrapper .detail-parameters td,
.p-info-wrapper .detail-parameters th {
  border: none;
  padding: 0;
}
.p-info-wrapper .detail-parameters select {
  max-width: unset;
}
.p-info-wrapper .p-short-description {
  order: 4;
  margin-bottom: 30px;
}
.p-info-wrapper .p-short-description ul {
  padding-left: 15px;
}
.p-info-wrapper .social-buttons-wrapper {
  order: 5;
}
.p-info-wrapper .social-buttons-wrapper .link-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.p-info-wrapper .social-buttons-wrapper .link-icon {
  display: flex;
  align-items: center;
}
.p-info-wrapper .social-buttons-wrapper .link-icon.print {
  display: none;
}
.p-info-wrapper .social-buttons-wrapper .link-icon::before {
  display: inline-block;
  line-height: 0;
  margin-right: 0.4em;
}
.p-info-wrapper .social-buttons-wrapper .link-icon.chat::before {
  content: url(/user/documents/assets/img/icon/chat.svg);
}
.p-info-wrapper .social-buttons-wrapper .link-icon.watchdog::before {
  content: url(/user/documents/assets/img/icon/watchdog.svg);
}
.p-info-wrapper .social-buttons-wrapper .link-icon.share::before {
  content: url(/user/documents/assets/img/icon/share.svg);
}
.p-info-wrapper > * {
  order: 10;
}
.p-info-wrapper .custom-add-to-cart {
  order: 1000;
}
.p-info-wrapper > p {
  display: none;
}
.p-info-wrapper .availability-label {
  color: #fff !important;
  background: linear-gradient(135deg, #fb2f3a 13.5%, #ec598d 87.5%);
  display: inline-block;
  padding: 0.3125em 0.625em;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
}
.p-info-wrapper .availability-label.in-stock {
  background: linear-gradient(135deg, #1ea07e 14%, #55bd64 86%);
}
.p-info-wrapper .p-final-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.p-info-wrapper .p-final-price-wrapper .price-save {
  display: none;
}
.p-info-wrapper .p-final-price-wrapper .price-standard {
  text-decoration: line-through;
}
.shipping-options {
  display: flex;
  align-items: center;
}
.shipping-options::before {
  content: url(/user/documents/assets/img/icon/shipping.svg);
  display: inline-block;
  line-height: 0;
  margin-right: 0.5em;
}
select {
  background-image: url(/user/documents/assets/img/icon/select-arrow.png);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  cursor: pointer;
}
.p-thumbnails-wrapper {
  position: relative;
}
.thumbnail-next,
.thumbnail-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute !important;
  top: 50%;
  width: 45px;
  height: 45px;
  background-color: #161617;
  border-radius: 10px !important;
}
.thumbnail-next::before,
.thumbnail-prev::before {
  content: "";
  display: block;
  position: initial;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  transition: all 0.3s ease-in-out;
}
.thumbnail-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.thumbnail-prev::before {
  border-right: 7px solid #fff;
}
.thumbnail-next {
  right: 0;
  transform: translate(50%, -50%);
}
.thumbnail-next::before {
  border-left: 7px solid #fff;
}
.p-detail .browse-p {
  display: none;
}
#tab-content {
  padding: 60px;
  border-radius: 20px;
  background-color: #fff;
}
#tab-content .tab-pane:not(.active) {
  display: none;
}
.shp-tabs-holder {
  display: flex;
  justify-content: flex-start;
  overflow-x: auto;
}
.p-detail-tabs {
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;
  margin: 0 0 50px;
  list-style: none;
}
.p-detail-tabs .shp-tab.active .shp-tab-link {
  background-color: #161617;
  color: #fff;
}
.p-detail-tabs .shp-tab-link {
  padding: 0.8125em 1.25em;
  background-color: #fff;
  display: inline-block;
}
.p-detail-tabs .shp-tab-link:focus,
.p-detail-tabs .shp-tab-link:hover {
  background-color: #161617;
  color: #fff;
}
@media (max-width: 1080px) {
  .type-detail #content-wrapper,
  .type-manufacturer-detail #content-wrapper,
  .type-manufacturers-listing #content-wrapper,
  .type-page:not(.in-kontakty) #content-wrapper,
  .type-posts-listing:not(.in-blog):not(.in-centrum-stineni):not(
      .in-hlinikove-oplasteni
    )
    #content-wrapper,
  .type-search #content-wrapper {
    padding-top: 160px;
  }
  .product-top {
    gap: 12px;
  }
  .product-top .p-info-wrapper {
    padding: 40px;
  }
  .custom-add-to-cart {
    margin: 40px -40px -40px;
  }
}
@media (max-width: 991px) {
  .type-detail #content-wrapper,
  .type-manufacturer-detail #content-wrapper,
  .type-manufacturers-listing #content-wrapper,
  .type-page:not(.in-kontakty) #content-wrapper,
  .type-posts-listing:not(.in-blog):not(.in-centrum-stineni):not(
      .in-hlinikove-oplasteni
    )
    #content-wrapper,
  .type-search #content-wrapper {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .product-top .p-info-wrapper {
    padding: 20px;
  }
  .product-top .p-info-wrapper .add-to-cart {
    width: 100%;
  }
  .custom-add-to-cart {
    margin: 20px -20px -20px;
    padding: 20px;
  }
  #tab-content {
    padding: 20px;
  }
  .p-detail-tabs {
    margin-bottom: 20px;
  }
}
.type-post .sidebar,
.type-posts-listing .sidebar {
  display: none;
}
nav.anchors {
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
nav.anchors .p-detail-tabs {
  margin: 0;
  overflow-x: auto;
}
.text-image-wrapper {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.text-image-wrapper .image,
.text-image-wrapper .texts {
  flex: 1 1 450px;
}
.text-image-wrapper .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-wrapper .texts {
  padding: 60px 100px;
  color: rgba(22, 22, 23, 0.8);
}
.text-image-wrapper h2 {
  font-size: 2.25rem;
  color: #161617;
}
.text-image-wrapper p.large {
  font-size: 1.125rem;
}
.text-image-wrapper ul {
  margin: 0;
}
.text-image-wrapper ul li {
  padding: 0.625em 0;
}
.text-image-wrapper .button-wrapper {
  text-align: left;
}
.in-centrum-stineni #newsWrapper,
.in-centrum-stineni .pagination-wrapper,
.in-hlinikove-oplasteni #newsWrapper,
.in-hlinikove-oplasteni .pagination-wrapper,
.in-okna-a-dvere #newsWrapper,
.in-okna-a-dvere .pagination-wrapper {
  display: none;
}
.in-centrum-stineni .position--benefitCategory,
.in-hlinikove-oplasteni .position--benefitCategory,
.in-okna-a-dvere .position--benefitCategory {
  margin-bottom: 100px !important;
}
@media (max-width: 767px) {
  .in-centrum-stineni .position--benefitCategory,
  .in-hlinikove-oplasteni .position--benefitCategory,
  .in-okna-a-dvere .position--benefitCategory {
    margin-bottom: 50px !important;
  }
}
.in-centrum-stineni #galerie .homepage-group-title,
.in-hlinikove-oplasteni #galerie .homepage-group-title,
.in-okna-a-dvere #galerie .homepage-group-title {
  background: linear-gradient(135deg, #5771e2 12%, #51a2f1 86.5%);
}
@media (max-width: 1080px) {
  .text-image-wrapper .texts {
    padding: 20px;
  }
}
@media (max-width: 978px) {
  .page-section:nth-of-type(even) .text-image-wrapper {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .content-inner .category-description {
    margin-left: 0;
    margin-right: 0;
  }
  .text-image-wrapper h2 {
    font-size: 1.625rem;
  }
  .button-wrapper {
    margin-top: 30px;
  }
}
.type-page .sidebar,
.type-posts-listing .sidebar {
  display: none;
}
.type-page .narrow-custom,
.type-posts-listing .narrow-custom {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.in-kontakty #content header {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  margin-bottom: 0;
  padding: 50px 20px 30px;
}
.in-kontakty h1 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
.in-kontakty .narrow {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.in-kontakty article {
  margin-top: -200px;
}
.in-kontakty section.page-section {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.in-kontakty .narrow-custom {
  padding-bottom: 50px;
}
.in-kontakty .map img {
  display: block;
}
.in-kontakty .newsletter-wrapper {
  display: none;
}
.opening-hours {
  text-align: left;
}
.opening-hours td,
.opening-hours th {
  border: none;
  padding: 0.3125em 0;
}
.opening-hours th {
  color: #5590ec;
  padding-right: 20px;
}
.accordeon {
  border-radius: 20px;
  overflow: hidden;
}
.accordeon.content-visible .accordeon-content {
  padding-top: 50px;
  padding-bottom: 50px;
  max-height: 1000px;
}
.accordeon.content-visible .accordeon-heading h2::after {
  transform: rotate(180deg);
}
.accordeon-heading {
  border-radius: 0;
  margin-bottom: 0;
  cursor: pointer;
}
.accordeon-heading h2 {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordeon-heading h2::after {
  content: "";
  display: block;
  position: initial;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  transition: all 0.3s ease-in-out;
}
.accordeon-content {
  background-color: #fff;
  padding: 0 100px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.accordeon-content .global-contact {
  margin-bottom: 40px;
}
.accordeon-content .team-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.accordeon-content .team-wrapper .member {
  flex: 1 1 200px;
}
.accordeon-content .team-wrapper .member figure {
  margin: 0 0 15px;
}
.accordeon-content .team-wrapper .member figure img {
  display: block;
  border-radius: 20px;
}
.accordeon-content .team-wrapper .member figure figcaption {
  margin-top: 15px;
  font-weight: 700;
  font-size: 1.125rem;
}
.accordeon-content .team-wrapper .member span {
  color: rgba(22, 22, 23, 0.8);
  display: block;
  margin-bottom: 15px;
  font-size: 1.125rem;
}
.contact-form-wrapper {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}
.contact-form-wrapper img {
  object-fit: cover;
  width: 50%;
  height: 100%;
}
#formContact {
  width: 50%;
}
#formContact fieldset {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px 100px;
  gap: 20px;
}
#formContact .form-group {
  width: 100%;
  margin: 0;
}
#formContact .form-group:nth-of-type(2),
#formContact .form-group:nth-of-type(3) {
  width: calc(50% - 10px);
}
#formContact .form-group label {
  font-weight: 700;
}
#formContact .form-group.submit-wrapper {
  width: auto;
}
#formContact .form-group.consents label,
#formContact .form-group.submit-wrapper label {
  font-weight: 400;
}
#formContact input,
#formContact textarea {
  max-width: unset;
  width: 100%;
}
#formContact a {
  text-decoration: underline;
}
#formContact h2 {
  margin: 0;
  width: 100%;
}
@media (max-width: 991px) {
  .accordeon.content-visible .accordeon-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .accordeon-content {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .in-kontakty #content header {
    padding: 20px;
  }
}
@media (max-width: 1180px) {
  #formContact fieldset {
    padding: 20px;
  }
}
@media (max-width: 920px) {
  .contact-form-wrapper {
    flex-direction: column;
  }
  .contact-form-wrapper img {
    width: 100%;
  }
  #formContact {
    width: 100%;
  }
}
@media (max-width: 600px) {
  #formContact .form-group:nth-of-type(2),
  #formContact .form-group:nth-of-type(3) {
    width: 100%;
  }
}
.news-item.first-article {
  flex-direction: column;
  align-items: center;
  border-radius: 0;
  background-color: transparent;
}
.news-item.first-article .image {
  max-width: unset;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  flex: unset;
}
.news-item.first-article .text {
  position: relative;
  flex: unset;
  max-width: 1100px;
  padding: 50px 100px;
  border-radius: 20px;
  background-color: #fff;
  margin-top: -200px;
}
.news-item.first-article .text .btn-read-more {
  margin-top: 40px;
}
.in-blog .content-inner > h1 {
  visibility: hidden;
  opacity: 0;
}
.text-center {
  text-align: center;
}
.next-prev {
  margin-top: 50px;
}
.type-post .content.narrow {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
}
.type-post .content.narrow .content-inner {
  border-radius: 20px;
  background-color: #fff;
  padding: 50px 100px;
}
@media (max-width: 991px) {
  .type-post .content.narrow .content-inner {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .type-post .content.narrow .content-inner {
    padding: 20px;
  }
}
.type-post .content.narrow iframe {
  max-width: 100%;
}
.type-post .content h2,
.type-post .content h3,
.type-post .content h4,
.type-post .content h5,
.type-post .content h6 {
  margin: 1.5em 0 1em;
}
.type-post .content h3 {
  font-size: 1.625rem;
}
.type-post .content h4 {
  font-size: 1.25rem;
}
.type-post .content table {
  border-radius: 10px;
  overflow: hidden;
}
.type-post .content table tr:nth-of-type(odd) td,
.type-post .content table tr:nth-of-type(odd) th {
  background-color: #f6f8fe;
}
.type-post .content table td,
.type-post .content table th {
  border: none;
  padding: 1.25em;
}
.type-post .content ul {
  list-style-type: square;
}
.type-post .content ul li {
  padding: 0.15625em 0;
}
.type-post .content ol {
  list-style: none;
  padding-left: 0;
  counter-reset: list;
}
.type-post .content ol li {
  position: relative;
  counter-increment: list;
  padding: 0.15625em 0 0.15625em 30px;
}
.type-post .content ol li::before {
  content: "0" counter(list) ")";
  position: absolute;
  left: 0;
  font-weight: 700;
}
@media (max-width: calc(1100px + 4rem)) {
  .news-item.first-article .text {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 991px) {
  .news-item.first-article .text {
    padding: 20px;
  }
}
@media (max-width: 840px) {
  .type-post .content.narrow {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .news-item.first-article .text {
    margin-left: 20px;
    margin-right: 20px;
  }
  .news-item.first-article .image {
    height: 525px;
  }
}
.customer-page .sidebar {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
}
.customer-page .content-wrapper {
  padding-top: 300px;
  margin-bottom: 100px;
}
@media (max-width: 1080px) {
  .customer-page .content-wrapper {
    padding-top: 166px;
  }
}
@media (max-width: 767px) {
  .customer-page .content-wrapper {
    padding-top: 124px;
  }
}
.columns.col-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.columns.col-3 .column {
  flex: 1 1 400px;
}
.after-usp-benefits .column {
  padding: 50px;
  background-color: #fff;
  border-radius: 20px;
}
#vyhody .benefitBanner {
  margin-bottom: 40px;
}
#dokumentace .text-image-wrapper,
#jak-to-funguje .text-image-wrapper {
  margin-bottom: 100px;
}
#dokumentace .text-image-wrapper .texts,
#jak-to-funguje .text-image-wrapper .texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#jak-to-funguje {
  counter-reset: howitworks;
}
#jak-to-funguje ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
#jak-to-funguje ol > li {
  counter-increment: howitworks;
  position: relative;
  padding: 0.625em 0 0.625em 32px;
}
#jak-to-funguje ol > li p {
  margin: 0 0 19px;
}
#jak-to-funguje ol > li p:last-of-type {
  margin-bottom: 0;
}
#jak-to-funguje ol > li::before {
  content: "0" counter(howitworks) ")";
  display: inline-block;
  font-weight: 700;
  position: absolute;
  left: 0;
}
.in-hlinikove-oplasteni .newsletter-wrapper {
  display: none;
}
#galerie .plus-gallery-item {
  border-radius: 20px;
  overflow: hidden;
}
#galerie .plus-gallery-item a {
  display: block;
}
#galerie .plus-gallery-item a img {
  width: 100%;
}
@media (max-width: 978px) {
  #jak-to-funguje .text-image-wrapper {
    flex-direction: column;
  }
  #jak-to-funguje .text-image-wrapper:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  #vyhody .benefitBanner .benefitBanner__item:nth-of-type(3) {
    grid-column-end: span 2;
  }
  .after-usp-benefits .column {
    padding: 20px;
  }
  #dokumentace .text-image-wrapper,
  #jak-to-funguje .text-image-wrapper {
    margin-bottom: 50px;
  }
}
.fvDoplnek-produkt {
  padding: 30px 40px;
  border: 1px solid #161617;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .fvDoplnek-produkt {
    padding: 20px;
  }
}
@media (max-width: 720px) {
  .popup-widget.cart-widget,
  .popup-widget.login-widget {
    top: 104px;
  }
  .popup-widget {
    right: 10px;
    width: calc(100% - 20px);
  }
}
.advanced-order .browse-p {
  display: none;
}
.type-search #header::before {
  display: none;
}
