:root {
  --colors-foregrounds-headlines-primary: #1f1f1f;
  --colors-foregrounds-content-primary: #1f1f1f;
  --colors-foregrounds-content-secondary: #1d1d1b;
  --colors-foregrounds-content-tertiary: #1d1d1b;
  --colors-foregrounds-content-inverted: #fff;
  --colors-foregrounds-icons-primary: #777777;
  --colors-foregrounds-borders-primary: #b6b6b6;
  --colors-foregrounds-borders-secondary: #b6b6b6;
}

html,
body {
  font-size: 14px;
  color: #1d1d1b;
  font-family: "Lexend Deca", sans-serif;
  font-style: normal;
  overflow-x: clip;
  line-height: 1.5 !important;
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

::selection {
  color: #ffffff;
  background: #e0c189;
}

.external-fonts-loaded body,
.external-fonts-loaded .cart-table .main-link,
.external-fonts-loaded .cart-related-name {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
}

.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6 {
  font-family: "Teko", sans-serif;
  font-weight: 500;
}

.blank-mode .cart-table .main-link,
.blank-mode .cart-related-name {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
}

.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6 {
  font-family: "Teko", sans-serif;
  font-weight: 500;
}

.external-fonts-loaded h1,
.external-fonts-loaded h2,
.external-fonts-loaded h3,
.external-fonts-loaded h4,
.external-fonts-loaded h5,
.external-fonts-loaded h6,
.external-fonts-loaded .h1,
.external-fonts-loaded .h2,
.external-fonts-loaded .h3,
.external-fonts-loaded .h4,
.external-fonts-loaded .h5,
.external-fonts-loaded .h6,
.blank-mode h1,
.blank-mode h2,
.blank-mode h3,
.blank-mode h4,
.blank-mode h5,
.blank-mode h6,
.blank-mode .h1,
.blank-mode .h2,
.blank-mode .h3,
.blank-mode .h4,
.blank-mode .h5,
.blank-mode .h6 {
  font-family: "Teko", sans-serif;
  font-weight: 500;
}

.overall-wrapper {
  overflow: hidden;
}

h1,
.h1 {
  font-size: 36px;
}
@media only screen and (min-width : 768px) {
  h1,
  .h1 {
    font-size: 48px;
  }
}

h2,
.h2 {
  font-size: 30px;
}
@media only screen and (min-width : 768px) {
  h2,
  .h2 {
    font-size: 40px;
  }
}

h3,
.h3 {
  font-size: 24px;
}
@media only screen and (min-width : 768px) {
  h3,
  .h3 {
    font-size: 32px;
  }
}

h4,
.h4 {
  font-size: 20px;
}
@media only screen and (min-width : 768px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}

h5,
.h5 {
  font-size: 18px;
}
@media only screen and (min-width : 768px) {
  h5,
  .h5 {
    font-size: 18px;
  }
}

h6,
.h6 {
  font-size: 16px;
}
@media only screen and (min-width : 768px) {
  h6,
  .h6 {
    font-size: 16px;
  }
}

.btn,
.next-step,
.price-additional,
.price-final,
.price-measure,
.price-save,
.price-standard,
.price-wrapper,
.products .name,
ol.cart-header {
  font-family: "Lexend Deca", sans-serif;
}

@media only screen and (min-width : 768px) {
  .top-navigation-bar {
    border-color: transparent;
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > div {
    flex: initial;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > .top-navigation-contacts {
    order: 2;
    flex-shrink: 0;
    flex-basis: initial !important;
    margin-left: 30px;
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > .top-navigation-contacts .project-phone, .top-navigation-bar .container > .top-navigation-contacts .project-email {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > .top-navigation-contacts .project-phone::before, .top-navigation-bar .container > .top-navigation-contacts .project-email::before {
    content: "";
    display: block;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
  }
}
.top-navigation-bar .container > .top-navigation-contacts .project-phone::before {
  background-image: url(/user/documents/images/phone.svg);
}
.top-navigation-bar .container > .top-navigation-contacts .project-email::before {
  background-image: url(/user/documents/images/mail.svg);
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > .top-navigation-contacts .project-phone span, .top-navigation-bar .container > .top-navigation-contacts .project-email span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    font-family: "Lexend Deca", sans-serif;
    color: #1d1d1b;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > .top-navigation-menu {
    order: 1;
    flex-grow: 1;
    text-align: left;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container .top-navigation-bar-menu li {
    font-size: 13px;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container .top-navigation-bar-menu li::before {
    display: none !important;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container .top-navigation-bar-menu li a {
    display: block;
    padding: 4px 0;
    position: relative;
    padding-right: 25px;
    font-size: 14px;
    text-transform: none;
    color: #1d1d1b;
    opacity: 0.6;
  }
  .top-navigation-bar .container .top-navigation-bar-menu li a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > .top-navigation-tools {
    order: 3;
    flex-shrink: 0;
    flex-basis: initial !important;
    margin-left: 30px;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > .top-navigation-tools .languagesMenu .languagesMenu__box .languagesMenu__header {
    font-weight: 300;
    font-size: 13px;
    background-color: #f6f6f6;
    color: #1d1d1b;
    padding: 2px 10px;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > .top-navigation-tools .dropdown button {
    font-weight: 300;
    font-size: 13px;
    background-color: #f6f6f6;
    color: #1d1d1b;
    padding-left: 10px;
    height: 36px;
  }
}
.top-navigation-bar .container > .top-navigation-tools .languagesMenu .languagesMenu__box .languagesMenu__list, .top-navigation-bar .container > .top-navigation-tools .dropdown .dropdown-menu {
  background-color: #f6f6f6;
  border: none !important;
}
.top-navigation-bar .container > .top-navigation-tools .languagesMenu .languagesMenu__box .languagesMenu__list .languagesMenu__list__link, .top-navigation-bar .container > .top-navigation-tools .dropdown .dropdown-menu > li > a {
  font-weight: 300;
  font-size: 13px;
  color: #1d1d1b;
  padding: 5px 10px;
}
.top-navigation-bar .container > .top-navigation-tools .languagesMenu .languagesMenu__box .languagesMenu__list .languagesMenu__list__link::before, .top-navigation-bar .container > .top-navigation-tools .dropdown .dropdown-menu > li > a::before {
  display: none !important;
}
.top-navigation-bar .container > .top-navigation-tools .languagesMenu .languagesMenu__box .languagesMenu__list .languagesMenu__list__link:hover, .top-navigation-bar .container > .top-navigation-tools .dropdown .dropdown-menu > li > a:hover {
  background-color: #ffffff;
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > .top-navigation-tools .top-nav-button-login::before {
    content: "";
    display: block;
    margin-left: 12px;
    width: 24px;
    height: 24px;
    background-image: url(/user/documents/images/user.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (min-width : 768px) {
  .top-navigation-bar .container > .top-navigation-tools .top-nav-button-login span {
    display: none;
  }
}

@media only screen and (min-width : 768px) {
  #header .header-top {
    height: 85px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width : 768px) {
  #header .header-top > div {
    flex: initial;
  }
}
@media only screen and (min-width : 768px) {
  #header .header-top .site-name-wrapper {
    flex-grow: 1;
  }
}
@media only screen and (min-width : 768px) {
  #header .header-top .site-name-wrapper .site-name {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width : 768px) {
  #header .header-top .site-name-wrapper .site-name a img {
    max-height: 36px;
  }
}
@media only screen and (min-width : 768px) {
  #header .header-top .search {
    display: block;
  }
}
@media only screen and (min-width : 768px) {
  #header .header-top .search .search-form {
    width: 280px;
    position: relative;
  }
  #header .header-top .search .search-form::before {
    display: block;
    content: "";
    position: absolute;
    top: 16px;
    left: 16px;
    width: 16px;
    height: 16px;
    background-image: url(/user/documents/images/search.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#header .header-top .search .search-form .search-input::placeholder {
  color: #1d1d1b;
}
@media only screen and (min-width : 768px) {
  #header .header-top .search .search-form .search-input {
    border-radius: 0;
    width: 100%;
    padding: 14px 12px;
    padding-left: 46px;
    border: none;
    background-color: #F6F6F6;
    font-size: 13px;
    font-weight: 300;
    font-family: "Lexend Deca", sans-serif;
    height: auto;
  }
}
@media only screen and (min-width : 768px) {
  #header .header-top .search .search-form .btn {
    display: none;
  }
}
@media only screen and (min-width : 768px) {
  #header .header-top .navigation-buttons {
    margin-left: 30px;
  }
}
@media only screen and (min-width : 768px) {
  #header .header-top .navigation-buttons .btn.cart-count {
    display: flex;
    align-items: center;
  }
  #header .header-top .navigation-buttons .btn.cart-count::before {
    content: "";
    display: block;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background-image: url(/user/documents/images/cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
@media only screen and (min-width : 768px) {
  #header .header-top .navigation-buttons .btn.cart-count .cart-price {
    font-size: 14px;
    font-weight: 300;
    font-family: "Lexend Deca", sans-serif;
    color: #1d1d1b;
  }
}
@media only screen and (min-width : 768px) {
  #header #navigation {
    position: relative;
    background-color: #2a3144;
    color: #ffffff;
    height: 64px;
    overflow: initial;
  }
  #header #navigation::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: calc(100% - 2px);
    width: 100%;
    height: 100%;
    background-color: #2a3144;
  }
  #header #navigation::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: calc(100% - 2px);
    width: 100%;
    height: 100%;
    background-color: #2a3144;
  }
}
@media only screen and (min-width : 768px) {
  #header #navigation .navigation-in {
    background-color: #2a3144;
  }
}
@media only screen and (min-width : 768px) {
  #header .navigation-in > ul > li {
    border-color: transparent;
  }
}
#header #navigation .navigation-in > ul > li > a {
  font-weight: 300;
  font-family: "Lexend Deca", sans-serif;
}
@media only screen and (min-width : 768px) {
  #header #navigation .navigation-in > ul > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 14px;
  }
}
#header #navigation .navigation-in > ul > li > a > b {
  font-weight: 300;
}
#header #navigation .navigation-in > ul > li.ext > ul > li > div > a {
  font-weight: 300;
  color: #2a3144;
}

@media only screen and (min-width : 768px) {
  .menu-helper {
    top: 100px;
    right: 20px;
  }
  .menu-helper::after {
    background-color: #2a3144;
  }
  .menu-helper .menu-level-1 {
    border: none !important;
    background-color: #f6f6f6;
  }
  .menu-helper > ul > li {
    border: none !important;
  }
  .menu-helper > ul > li > a {
    color: #2a3144;
    font-weight: 300;
    font-family: "Lexend Deca", sans-serif;
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .responsive-tools [data-target=search],
  .responsive-tools [data-target=search]:hover {
    color: #1d1d1b;
    margin-right: 85px !important;
  }
  .navigation-buttons a[data-target=cart] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    right: 60px !important;
    top: -45px !important;
  }
  .navigation-buttons a[data-target=cart]::before {
    content: "";
    display: block;
    margin-right: 12px;
    width: 24px;
    height: 24px;
    background-image: url(/user/documents/images/cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0 !important;
  }
  .responsive-tools > a[data-target=navigation]::before {
    border-radius: 0;
    background-color: #1d1d1b;
  }
  #header .site-name img {
    max-height: 50px;
    max-width: 150px;
  }
  #header #navigation .navigation-in a {
    font-weight: 300;
    color: #2a3144;
  }
}
@media (max-width: 360px) {
  #header .site-name img {
    max-width: 120px;
  }
}
@media screen and (max-width: 767px) {
  body.template-11.mobile-header-version-1:not(.paxio-merkur):not(.venus) #header .cart-count {
    top: -45px !important;
    position: absolute !important;
  }
}
#footer {
  background-color: #1d1d1b;
  color: #ffffff;
  overflow: hidden;
  margin-top: 60px;
}
@media only screen and (min-width : 768px) {
  #footer {
    margin-top: 120px;
  }
}
#footer > .footer-rows {
  background-color: #1d1d1b;
  color: #ffffff;
  position: relative;
}
#footer .custom-footer {
  border-color: #1d1d1b;
  padding-bottom: 30px;
  padding-top: 140px;
}
@media only screen and (min-width : 768px) {
  #footer .custom-footer {
    padding-bottom: 50px;
    padding-top: 160px;
  }
}
@media only screen and (min-width : 1200px) {
  #footer .custom-footer {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
#footer h4 {
  color: #e0c189;
  font-family: "Teko", sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
}
#footer ul > li {
  font-size: 13px;
  line-height: 1.5 !important;
  padding-bottom: 4px;
}
#footer .news-item-widget {
  line-height: 1.5 !important;
  padding-bottom: 4px;
  margin-bottom: 0;
}
#footer .news-item-widget > h5 {
  line-height: 1.5 !important;
  margin: 0;
  padding: 0;
}
#footer ul > li > a, #footer .news-item-widget > h5 > a {
  color: #ffffff;
  font-family: "Lexend Deca", sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
}
#footer ul > li > a:hover, #footer .news-item-widget > h5 > a:hover {
  color: #e0c189;
  text-decoration: underline;
}
#footer .footer-bottom {
  position: relative;
  background-color: #ffffff;
  color: #1d1d1b;
  padding-bottom: 10px;
  padding-top: 10px;
}
#footer .footer-bottom::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% - 2px);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#footer .footer-bottom::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% - 2px);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}
#footer .site-name {
  display: none !important;
}

.content-wrapper.latest-contribution-box {
  display: none !important;
}

.homepage-box.middle-banners-wrapper {
  background-color: transparent;
  border: none !important;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media only screen and (min-width : 768px) {
  .banners-row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (min-width : 768px) {
  .banners-row .banner-wrapper + .banner-wrapper {
    margin-top: 24px;
  }
}

.h4.homepage-group-title,
h4.homepage-group-title {
  font-size: 36px !important;
  text-align: left !important;
  font-weight: 500 !important;
}
@media only screen and (min-width : 768px) {
  .h4.homepage-group-title,
  h4.homepage-group-title {
    font-size: 48px !important;
  }
}
@media only screen and (min-width : 992px) {
  .h4.homepage-group-title,
  h4.homepage-group-title {
    font-size: 52px !important;
  }
}
@media only screen and (min-width : 1200px) {
  .h4.homepage-group-title,
  h4.homepage-group-title {
    font-size: 64px !important;
  }
}

.homepage-box {
  padding-bottom: 40px;
  padding-top: 25px;
  background-color: #ffffff;
  border-bottom: 1px solid #969696;
  margin-bottom: 0;
}
@media only screen and (min-width : 768px) {
  .homepage-box {
    padding-bottom: 80px;
    padding-top: 40px;
  }
}

.flag {
  text-transform: uppercase;
  font-weight: 300;
  color: black !important;
  font-family: "Lexend Deca", sans-serif;
}

.products-block.products > .product {
  padding: 20px;
}
.products-block.products > .product .p-in .p-in-in .name {
  font-size: 20px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  color: #1d1d1b;
  height: auto;
  margin-bottom: 15px;
  text-align: left;
}
.products-block.products > .product .p-in .p-in-in .product-appendix {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  color: #1d1d1b;
  text-align: left;
}
.products-block.products > .product .p-in .p-in-in .ratings-wrapper {
  display: none !important;
}
.products-block.products > .product .p-in .p-bottom > div {
  align-items: center;
}
.products-block.products > .product .p-in .p-bottom .prices {
  display: block;
}
.products-block.products > .product .p-in .p-bottom .prices .price-additional {
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  color: #1d1d1b;
  opacity: 0.5;
  margin-bottom: 8px;
}
.products-block.products > .product .p-in .p-bottom .prices .price, .products-block.products > .product .p-in .p-bottom .prices .price.price-final, .products-block.products > .product .p-in .p-bottom .prices .price > strong {
  font-size: 22px;
  font-family: "Lexend Deca", sans-serif !important;
  font-weight: 600;
  color: #1d1d1b;
}
.products-block.products > .product .p-in .p-bottom .p-tools .availability {
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  margin-bottom: 8px;
}
.products-block.products > .product .p-in .p-bottom .p-tools .btn.btn-primary {
  position: relative;
  font-size: 14px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  color: #e0c189;
  background-color: #1d1d1b;
  padding: 5px 45px 5px 20px;
  border-radius: 20px;
  text-transform: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.products-block.products > .product .p-in .p-bottom .p-tools .btn.btn-primary::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url("/user/documents/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s ease;
}
.products-block.products > .product .p-in .p-bottom .p-tools .btn.btn-primary:hover::after {
  transform: translateY(-50%) translateX(7px);
}
.products-block.products > .product .p-in .p-bottom .p-desc {
  font-size: 12px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 300;
  color: #1d1d1b;
  opacity: 0.5;
  max-height: 72px;
}
.products-block.products > .product .widget-parameter-wrapper {
  display: none !important;
}

.popup-widget h2 {
  font-size: 24px;
}

.popup-widget.cart-widget {
  border-width: 0;
}
.popup-widget.cart-widget::before {
  display: none !important;
  border-color: transparent !important;
}
.popup-widget.cart-widget .cart-widget-product-name a {
  font-weight: 300;
  font-size: 14px;
  color: #1d1d1b;
}
.popup-widget.cart-widget .cart-widget-button .btn.btn-conversion {
  background-color: #2a3144;
  border-color: #2a3144;
}

.popup-widget.login-widget {
  border-width: 0;
  top: 36px;
}
.popup-widget.login-widget::before {
  display: none !important;
  border-color: transparent !important;
}
.popup-widget.login-widget .popup-widget-inner {
  border-width: 0;
}

.admin-logged .popup-widget.login-widget {
  top: 60px;
}

.quantity {
  border-radius: 0;
  border-color: #b6b6b6;
}
.quantity .amount {
  text-align: center;
  color: #1d1d1b;
  font-weight: 300;
  font-size: 16px;
}

.quantity .decrease,
.quantity .increase {
  border-color: #b6b6b6;
}

.form-group {
  margin-bottom: 10px;
}

.form-control {
  border-radius: 0;
  border: 0 !important;
  font-weight: 300;
  font-size: 14px;
  height: auto;
  padding: 10px 12px;
  color: #1d1d1b;
  background-color: #f6f6f6;
}
.form-control::placeholder {
  color: #1d1d1b;
}

.btn {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
  color: #e0c189;
  font-weight: 300;
  border-radius: 0;
  text-transform: none;
}
.btn:hover {
  background-color: #e0c189;
  border-color: #e0c189;
  color: #1d1d1b;
}
.btn.btn-default {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
  color: #e0c189;
  font-weight: 300;
  border-radius: 0;
  text-transform: none;
}
.btn.btn-default:hover {
  background-color: #e0c189;
  border-color: #e0c189;
  color: #1d1d1b;
}
.btn.btn-conversion {
  background-color: #e0c189;
  border-color: #e0c189;
  color: #1d1d1b;
  font-weight: 300;
  border-radius: 0;
  text-transform: none;
}
.btn.btn-conversion:hover {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
  color: #ffffff;
}
.btn.btn-secondary {
  background-color: #e0c189;
  border-color: #e0c189;
  color: #1d1d1b;
  font-weight: 300;
  border-radius: 0;
  text-transform: none;
}
.btn.btn-secondary:hover {
  background-color: #1d1d1b;
  border-color: #1d1d1b;
  color: #ffffff;
}

.search-whisperer {
  background-color: #f6f6f6;
  border: none !important;
  border-color: transparent;
}

.search-whisperer-documents a {
  padding: 10px 16px;
}

.search-whisperer ul li a {
  padding: 10px;
}

.search-whisperer .price {
  font-size: 14px;
  font-weight: 600;
}

.search-whisperer-image {
  display: none !important;
}

.search .btn.btn-default {
  height: 100%;
}

.siteCookies {
  color: #ffffff;
  font-size: 14px;
}

.siteCookies__form {
  background-color: #2a3144;
}

#CybotCookiebotDialogBodyContentTitle {
  color: #ffffff;
  font-size: 24px;
  margin-top: 0;
}

.sidebar-inner .box-categories {
  padding-top: 10px;
}

.sidebar-inner > div h4 {
  font-size: 28px;
  margin-bottom: 5px;
}

.sidebar .sidebar-inner .categories {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0c189;
}

.sidebar-inner .box-categories {
  padding-top: 10px;
}

.slider-wrapper {
  padding: 10px 0 0px;
}

@media only screen and (min-width : 768px) {
  .filter-sections {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

#category-filter-hover .filter-section:first-child,
.filter-section + .filter-section {
  border-color: transparent !important;
}

.box.box-sm.box-filters {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.sidebar-inner > div {
  border-color: transparent !important;
}

.filter-section.filter-section-button {
  text-align: left;
}

.filter-section.filter-section-button .toggle-filters {
  font-weight: 600;
  color: #2a3144;
}

.category-top .category-title {
  margin: 0 -20px;
  padding: 50px 20px;
  background-image: url(/user/documents/images/category-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width : 768px) {
  .category-top .category-title {
    padding: 80px 20px;
  }
}

.category-top .category-perex {
  margin-top: 20px;
}

.category-top .subcategories {
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: 1fr;
}
@media only screen and (min-width : 360px) {
  .category-top .subcategories {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width : 1200px) {
  .category-top .subcategories {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.category-top .subcategories li {
  width: 100% !important;
  height: 100% !important;
}

.category-top .subcategories li a {
  border: 1px solid #cfcfcf !important;
  font-weight: 300;
  height: 100% !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-top .subcategories li a .text {
  max-height: initial;
}

#categories {
  font-weight: 400;
  position: relative;
}

#categories a:hover {
  text-decoration: none;
}

#categories .expandable > ul {
  display: none;
}

#categories .expandable > .topic > a > span,
#categories .expandable > a > span {
  bottom: auto;
  cursor: pointer;
  display: block;
  font-size: 6px;
  height: 18px;
  left: 14px;
  line-height: 18px;
  position: absolute;
  right: auto;
  text-align: center;
  top: 6px;
  width: 12px;
  z-index: 1;
}

#categories .expandable > .topic > a > span:before,
#categories .expandable > a > span:before {
  content: "\e918";
  height: 12px;
  line-height: 12px;
  transition: transform 0.3s ease-out;
  width: 12px;
}

#categories .expandable.expanded > .topic > a > span:before,
#categories .expandable.expanded > a > span:before {
  content: "\e919";
  transform: rotate(0deg);
}

#categories .expandable > .topic > a > span:before,
#categories .expandable.expanded > .topic > a > span:before {
  content: "/";
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  margin-top: 0px;
  margin-left: 0px;
  font-weight: 700;
}

#categories .expandable.expanded > ul {
  display: block;
}

#categories .expandable.external > .topic > a > span:before,
#categories .expandable.external > a > span:before {
  transform: rotate(0deg);
}

.categories {
  position: relative;
}

.categories .topic > a {
  padding-left: 35px;
  position: relative;
  color: #1d1d1b;
  font-weight: 700;
  padding-top: 8px;
  padding-bottom: 8px;
}

.categories ul {
  margin: 0;
  padding: 0;
}

.categories ul a {
  padding-left: 50px;
  position: relative;
  color: #1d1d1b;
  font-weight: 500;
  opacity: 0.85;
}

.categories ul a:before {
  content: "";
  display: none;
  font-size: 0;
  height: 0;
  margin-right: 0;
  vertical-align: middle;
  width: 0;
}

.categories ul ul a {
  padding-left: 65px;
  font-weight: 400;
  color: #1d1d1b;
  opacity: 0.7;
}

.categories ul ul ul a {
  padding-left: 80px;
  font-weight: 400;
  color: #1d1d1b;
  opacity: 0.6;
}

.categories ul ul ul ul a {
  padding-left: 95px;
  font-weight: 400;
  color: #1d1d1b;
  opacity: 0.5;
}

.categories ul ul ul ul ul a {
  padding-left: 110px;
  font-weight: 400;
  color: #1d1d1b;
  opacity: 0.4;
}

.categories ul ul ul ul ul ul a {
  padding-left: 130px;
  font-weight: 400;
  color: #1d1d1b;
  opacity: 0.4;
}

.categories li {
  list-style-type: none;
  position: relative;
}

.categories a {
  border-bottom-style: none;
  border-bottom-width: 0;
  display: block;
  line-height: 1.2;
  padding-bottom: 5px;
  padding-right: 10px;
  padding-top: 5px;
  text-decoration: none;
}

.breadcrumbs-wrapper .breadcrumbs {
  font-size: 14px;
  background-color: #f6f6f6;
  overflow: hidden;
  opacity: 0.8;
}

.breadcrumbs-wrapper .breadcrumbs > span > a::before {
  top: -18.5%;
  transform: rotate(-35deg);
}

.breadcrumbs-wrapper .breadcrumbs > span > a::after {
  bottom: -18.5%;
  transform: rotate(35deg);
}

.navigation-home-icon-wrapper::before {
  display: block;
  content: "";
  margin-right: 12px;
  width: 20px;
  height: 20px;
  background-image: url(/user/documents/images/home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 0 !important;
  margin-top: -10px;
}

.content-inner {
  max-width: initial;
}

.news-item-detail time {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 15px;
  background-color: #e0c189;
  font-size: 14px;
  font-weight: 300;
  color: #1d1d1b;
}

.news-item-detail h1[data-testid=textArticleTitle] {
  margin: 0.6em 0;
}

.news-wrapper .news-item {
  margin-bottom: 30px;
  background-color: #f6f6f6;
  display: grid;
  grid-template-columns: 1fr;
  padding-bottom: 0;
}
@media only screen and (min-width : 1200px) {
  .news-wrapper .news-item {
    grid-template-columns: 1fr 2fr;
  }
}
.news-wrapper .news-item .image {
  margin-right: 0;
  width: 100%;
}
.news-wrapper .news-item .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (min-width : 1200px) {
  .news-wrapper .news-item .image img {
    height: 100%;
  }
}
.news-wrapper .news-item .text {
  padding: 15px 15px 15px 15px;
  width: 100%;
}
@media only screen and (min-width : 480px) {
  .news-wrapper .news-item .text {
    padding: 20px 20px 20px 20px;
  }
}
@media only screen and (min-width : 768px) {
  .news-wrapper .news-item .text {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .news-wrapper .news-item .text {
    padding: 30px 20px 30px 40px;
  }
}
.news-wrapper .news-item .text time {
  line-height: 1.5;
  font-size: 14px;
  color: #1d1d1b;
  margin-bottom: 1.4em;
}
.news-wrapper .news-item .text .title {
  font-family: "Teko", sans-serif;
  font-size: 24px;
  color: #1d1d1b;
  font-weight: 500;
  margin-bottom: 0.8em;
}
@media only screen and (min-width : 768px) {
  .news-wrapper .news-item .text .title {
    font-size: 32px;
  }
}
.news-wrapper .news-item .text .description {
  line-height: 1.5;
  font-size: 14px;
  color: #1d1d1b;
  max-width: 500px;
}
.news-wrapper .news-item .text .read-more {
  font-size: 14px;
  color: #1d1d1b;
  text-decoration: underline;
}
.news-wrapper .news-item .text .read-more:hover {
  text-decoration: none;
}
.news-wrapper .news-item:last-child {
  margin-bottom: 0;
}

.p-detail-inner-header .product-appendix {
  font-size: 16px;
  font-weight: 300;
  font-family: "Lexend Deca", sans-serif;
}

.p-detail-inner-header .p-code {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.6;
  margin-left: 20px;
}

.p-thumbnails a img {
  border-color: transparent;
}

.product-top .p-detail-info .stars-wrapper, .product-top .p-detail-info .stars-wrapper + div {
  font-size: 14px;
  opacity: 0.6;
}
.product-top .p-final-price-wrapper .price-additional {
  opacity: 0.6;
  margin-top: 5px;
}
.product-top .p-final-price-wrapper .price-measure {
  opacity: 0.6;
  margin-top: 5px;
}
.product-top .availability-value {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.product-top .detail-parameters th .shipping-options {
  text-decoration: underline;
}
.product-top .p-short-description + p {
  display: none;
}
.product-top .social-buttons-wrapper .link-icons .link-icon {
  background-color: #f6f6f6;
  padding: 10px 20px;
  margin-right: 8px;
}
.detail-parameters th {
  font-weight: 300;
  opacity: 0.7;
}

.p-info-wrapper .add-to-cart .add-to-cart-button {
  display: flex;
  align-items: center;
}
.p-info-wrapper .add-to-cart .add-to-cart-button::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/user/documents/images/cart.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 10px;
  margin-top: 2px;
}
.p-info-wrapper .add-to-cart .add-to-cart-button:hover::before {
  background-image: url(/user/documents/images/cart-white.svg);
}

.flag.flag-freeshipping {
  background-color: #d2d2d2;
  color: #1d1d1b;
  font-weight: 300;
}

.flag.flag-discount {
  background-color: #1d1d1b;
  color: #f6f6f6;
  font-weight: 300;
}
.flag.flag-discount .price-standard {
  color: #f6f6f6;
  font-weight: 300;
}
.flag.flag-discount .price-save {
  color: #e0c189;
  font-weight: 300;
  font-size: 16px;
  margin-top: 5px;
}

.cBottomBanner {
  width: 100%;
  height: auto;
  margin-top: 60px;
}
@media only screen and (min-width : 768px) {
  .cBottomBanner {
    margin-top: 120px;
  }
}
.cBottomBanner__item {
  display: block;
  width: 100%;
  height: auto;
  text-decoration: none;
  color: #ffffff;
}
.cBottomBanner__itemImg {
  width: 100%;
  height: auto;
  display: none;
}
@media only screen and (min-width : 768px) {
  .cBottomBanner__itemImg {
    display: block;
  }
}
.cBottomBanner__itemImg--mobile {
  display: block;
}
@media only screen and (min-width : 768px) {
  .cBottomBanner__itemImg--mobile {
    display: none;
  }
}

.cFooterLogo {
  position: absolute;
  display: block;
  top: 50px;
  width: 160px;
  left: 10px;
}
@media only screen and (min-width : 768px) {
  .cFooterLogo {
    top: 60px;
    left: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .cFooterLogo {
    top: 86px;
    width: 180px;
  }
}
.cFooterLogo__img {
  display: block;
  width: 100%;
  height: auto;
}

.cFooterSocials {
  position: absolute;
  display: flex;
  top: 85px;
  left: 10px;
}
@media only screen and (min-width : 768px) {
  .cFooterSocials {
    top: 100px;
    left: 20px;
  }
}
@media only screen and (min-width : 1200px) {
  .cFooterSocials {
    top: 140px;
  }
}
.cFooterSocials__link {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
.cFooterSocials__icon {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cFooterContact__item {
  display: flex !important;
  align-items: center;
  margin-bottom: 15px;
  color: #ffffff;
  transition: color 0.3s ease;
}
.cFooterContact__item--mail {
  margin-bottom: 25px;
}
.cFooterContact__item:hover .cFooterContact__itemTextTitle, .cFooterContact__item:hover .cFooterContact__itemTextValue {
  color: #e0c189;
}
.cFooterContact__itemIcon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}
.cFooterContact__itemIcon > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cFooterContact__itemText {
  display: block;
}
.cFooterContact__itemTextTitle {
  display: block;
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 3px;
}
.cFooterContact__itemTextValue {
  display: block;
  color: #ffffff;
  font-size: 15px;
}

.cLineBanner {
  padding: 20px 0 40px 0;
  background-color: #f6f6f6;
}
@media only screen and (min-width : 768px) {
  .cLineBanner {
    padding: 40px 0 80px 0;
  }
}
.cLineBanner .content-wrapper {
  background-color: transparent;
}
.cLineBanner__inner {
  display: block;
  margin: 0 10px;
}
@media only screen and (min-width : 768px) {
  .cLineBanner__inner {
    margin: 20px;
  }
}
.cLineBanner__heading {
  display: flex;
  align-items: center;
  font-size: 36px !important;
  text-align: left !important;
  font-weight: 500 !important;
  margin-top: 0;
}
@media only screen and (min-width : 768px) {
  .cLineBanner__heading {
    font-size: 48px !important;
  }
}
@media only screen and (min-width : 992px) {
  .cLineBanner__heading {
    font-size: 52px !important;
  }
}
@media only screen and (min-width : 1200px) {
  .cLineBanner__heading {
    font-size: 64px !important;
  }
}
.cLineBanner__headingIcon {
  display: block;
  height: 1em;
  width: auto;
  margin-left: 10px;
}
.cLineBanner__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media only screen and (min-width : 768px) {
  .cLineBanner__grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cLineBanner__gridItem {
  border: none;
  display: block;
  transform: scale(1);
  transition: transform 0.3s ease-in-out;
}
.cLineBanner__gridItem:hover {
  transform: scale(1.025);
}
.cLineBanner__gridItemImage {
  width: 100%;
  display: none;
}
@media only screen and (min-width : 768px) {
  .cLineBanner__gridItemImage {
    display: block;
  }
}
.cLineBanner__gridItemImage--mobile {
  display: block;
}
@media only screen and (min-width : 768px) {
  .cLineBanner__gridItemImage--mobile {
    display: none;
  }
}

.cAbout {
  margin: 0 -10px;
}
@media only screen and (min-width : 768px) {
  .cAbout {
    margin: 0 -20px;
  }
}
.cAbout__hero {
  position: relative;
  height: 300px;
  padding: 0 20px;
}
@media only screen and (min-width : 480px) {
  .cAbout__hero {
    height: 400px;
  }
}
@media only screen and (min-width : 768px) {
  .cAbout__hero {
    padding: 0 30px;
  }
}
.cAbout__heroTitle {
  position: relative;
  z-index: 5;
  margin-top: 0;
  color: #e0c189;
  padding-top: 40px;
}
.cAbout__heroImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cAbout__features {
  position: relative;
  z-index: 10;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: -40px;
}
@media only screen and (min-width : 768px) {
  .cAbout__features {
    padding: 0 30px;
    gap: 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .cAbout__features {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cAbout__feature {
  display: block;
  padding: 30px;
  background-color: #f6f6f6;
  border-bottom: 16px solid #e0c189;
}
.cAbout__featureTitle {
  margin-bottom: 15px;
  margin-top: 0;
}
@media only screen and (min-width : 768px) {
  .cAbout__featureTitle {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.cAbout__featureText {
  font-size: 14px;
}
.cAbout__quote {
  padding: 0 20px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media only screen and (min-width : 768px) {
  .cAbout__quote {
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 0 30px;
  }
}
.cAbout__company {
  padding: 0 20px;
  max-width: 600px;
  margin: 0 auto;
}
@media only screen and (min-width : 768px) {
  .cAbout__company {
    padding: 0 30px;
  }
}
.cAbout__companyName {
  display: block;
}
.cAbout__companyText {
  display: block;
}
.cAbout__companyText p:first-child {
  font-size: 16px;
}
@media only screen and (min-width : 768px) {
  .cAbout__companyText p:first-child {
    font-size: 18px;
  }
}
.cAbout__companyPerson {
  margin-top: 30px;
}
.cAbout__companyLink {
  text-decoration: underline;
}
.cAbout__companyLink:hover {
  text-decoration: none;
}

.in-o-nas .pageArticleDetail header {
  display: none !important;
}

.cContact {
  margin: 0 -10px;
}
@media only screen and (min-width : 768px) {
  .cContact {
    margin: 0 -20px;
  }
}
.cContact__header {
  padding: 0 20px;
}
@media only screen and (min-width : 768px) {
  .cContact__header {
    padding: 0 30px;
  }
}
.cContact__heading {
  display: block;
}
.cContact__info {
  display: flex;
  flex-wrap: wrap;
}
.cContact__phone, .cContact__email {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: #1d1d1b;
  text-decoration: none !important;
  margin: 5px 25px 5px 0;
}
.cContact__phone:hover, .cContact__email:hover {
  color: #e0c189;
  text-decoration: underline !important;
}
.cContact__icon {
  display: block;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-top: 2px;
  flex-shrink: 0;
}
.cContact__main {
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  border-bottom: 1px solid #777777;
}
@media only screen and (min-width : 768px) {
  .cContact__main {
    padding: 50px 30px;
  }
}
@media only screen and (min-width : 1200px) {
  .cContact__main {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.cContact__addressBlock {
  display: block;
}
.cContact__addressTitle {
  font-size: 20px;
  margin-bottom: 20px;
}
.cContact__address {
  font-size: 14px;
}
.cContact__note {
  display: flex;
  padding: 10px 15px;
  align-items: center;
  font-size: 20px;
  font-family: "Teko", sans-serif;
  background-color: #e0c189;
  margin-top: 20px;
  font-weight: 500;
}
.cContact__noteIcon {
  display: block;
  object-fit: contain;
  height: 32px;
  width: 32px;
  margin-right: 10px;
}
.cContact__mapWrapper {
  position: relative;
  height: 100%;
  min-height: 200px;
  width: 100%;
}
.cContact__map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cContact__bottom {
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}
@media only screen and (min-width : 768px) {
  .cContact__bottom {
    padding: 0 30px;
    margin-top: 50px;
  }
}
@media only screen and (min-width : 1200px) {
  .cContact__bottom {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
.cContact__company {
  display: block;
}
.cContact__companyTitle {
  font-size: 20px;
  margin-bottom: 20px;
}
.cContact__companyAddress {
  font-size: 14px;
}
.cContact__bank {
  display: block;
}
.cContact__bankTitle {
  font-size: 20px;
  margin-bottom: 20px;
}
.cContact__bankInfo {
  font-size: 14px;
}

.in-kontakty .pageArticleDetail header {
  display: none !important;
}

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