body {max-width:100%;overflow-x: hidden;}
.overall-wrapper {
  padding-bottom: 0px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
[class*=" icon-"]:after,
[class^="icon-"]:after {
  display: none;
}
@media (min-width: 992px) {
  #header .header-top .header-top-wrapper .site-name {
    width: 144px;
    order: -3;
  }
  #header .header-top .header-top-wrapper > div.navigation-buttons {
    position: relative;
    width: 170px;
  }
  #header .header-top .header-top-wrapper > div.navigation-wrapper {
    width: 100% !important;
    flex: 1;
    flex-grow: 1;
    justify-self: stretch;
  }
}
.navigation-in ul li a b {
  font-weight: 600;
}
@media (min-width: 768px) {
  #navigation {
    height: 90px;
  }
  .navigation-in > ul > li a {
    border-radius: 0;
    font-size: 20px;
    padding: 16px 32px;
  }
  .navigation-tools {
    width: 0 !important;
  }

  #header
    .header-top
    .header-top-wrapper
    > div.navigation-wrapper:has(.menu-helper.visible) {
    position: relative;
    padding-right: 60px;
  }
  .navigation-in > ul > li > a {
    padding: 38px 32px;
  }
  .navigation-in > ul > li > a:hover,
  .navigation-in > ul > li:first-child > a:hover,
  .navigation-in > ul > li.ext.exp > a,
  .navigation-in > ul > li.ext.exp:first-child > a {
    margin-left: 0;
    margin-right: 0;
    padding: 38px 32px;
    background-color: transparent;
    color: var(--orange);
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
  .submenu-visible .navigation-in > ul > li.ext.exp > ul {
    border-bottom-style: none;
    top: 90px;
    left: 50%;
    width: calc(100dvw + 20px);
    max-width: 1920px;
    transform: translateX(-50%);
    background-color: #fff;
    box-shadow: 0 0.02604rem 0.02604rem rgba(0, 0, 0, 0.1);
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-weight: 500;
    padding: 0;
  }
  .navigation-in > ul > li.ext > ul,
  .navigation-in > ul > li.ext > ul > li {
    align-items: center;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    mix-blend-mode: multiply;
  }
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
}
.products-block > div .p {
  flex-direction: row-reverse;
  align-items: stretch;
  text-align: left;
}
.products-block > div .p .p-in {
  width: 50%;
  margin-right: -20%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.products-block .flags-default {
  width: auto;
  right: 0;
  display: flex;
  flex-direction: column;
}
.products-block .flags-default .flag {
  margin-right: 0;
}
.products-block > div .p .p-in .p-in-in .name {
  -webkit-line-clamp: 3;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.4;
  height: auto;
}
.products-block > div .p .p-in .p-bottom > div .prices .price-final strong {
  font-weight: 700;
  letter-spacing: 3px;
}
.flag.flag-new {
  background-color: var(--color-secondary-hover);
}
.flag.flag-tip {
  background-color: #555555;
}
.flag.flag-action {
  background-color: #b71111;
}
.content-wrapper {
  background-color: transparent;
}
.products-block > div .p .image {
  mix-blend-mode: multiply;
  padding: 0 20px;
}
.btn,
a.btn {
  border-radius: 25px;
}
.products-block > div .p .p-in .p-bottom > div .p-tools .add-to-cart-button i,
.btn.add-to-cart-button:before,
.btn.btn-cart:before,
a.btn.add-to-cart-button:before,
a.btn.btn-cart:before {
  display: none;
}

.slick-arrow,
.product-slider-holder .product-slider-navigation {
  position: absolute;
  top: calc(50% - 25px);
  left: -15px;
  z-index: 3;
  font-size: 0;
  padding: 0;
  border: none;
  width: 50px;
  height: 50px;
  background: var(--color-secondary);
  border-radius: 100%;
  color: #fff;
}
.slick-arrow:hover,
.product-slider-holder .product-slider-navigation:hover {
  background: var(--color-secondary-hover);
  color: #fff;
}
.slick-prev:before,
.slick-next:before,
.product-slider-holder .product-slider-navigation:before {
  content: "\e90c";
  font-family: shoptet;
  font-size: 22px;
  line-height: 50px;
}
.slick-prev:before,
.product-slider-holder .product-slider-navigation.navigation-prev:before {
  content: "\e90f";
}
.slick-next {
  left: unset;
  right: -25px;
}
.slick-arrow.slick-disabled {
  display: none !important;
}
.product-slider-holder .product-slider-navigation:before {
  color: #fff !important;
}
.product-slider-holder.has-navigation .product-slider-navigation {
  opacity: 1;
  display: grid;
  place-content: center;
  padding-right: 5px;
}
.product-slider-holder .product-slider-navigation.navigation-next {
  left: unset;
  padding-right: 0;
}
.news-item .image {
  margin-right: 0;
  flex: unset;
  height: unset !important;
}
.blog-wrapper .news-item .image img {
  -o-object-fit: unset;
  object-fit: unset;
  position: relative;
}
.one-column-body .homepage-blog-wrapper .news-item .image + .text {
  position: unset;
  background: #fff;
  color: #000;
}
.blog-wrapper .news-item .title {
  -webkit-line-clamp: 2;
  color: #000 !important;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 0;
  line-height: 1.4;
  text-transform: uppercase;
}
.blog-wrapper .news-item:hover .title {
  color: var(--orange) !important;
}
.blog-wrapper .news-item .description {
  color: #000 !important;
}
.blog-wrapper .news-item .read-article {
  color: var(--orange);
}
.blog-wrapper .news-item .read-article:hover {
  color: var(--color-secondary-hover);
}
.blog-wrapper .news-item .text {
  justify-content: flex-start;
}
.blog-wrapper .news-item .read-article {
  padding-top: 20px;
  margin-top: auto !important;
}
.blog-wrapper .news-item .image img,
.blog-wrapper .news-item .text {
  border-radius: 0;
}
@media (min-width: 1200px) {
  .blog-wrapper .news-item {
    flex-basis: 33.333%;
    width: 33.333%;
  }
}
@media (min-width: 768px) {
  #header .header-top .header-top-wrapper .site-name,
  #header .header-top .header-top-wrapper h1.site-name {
    width: 144px;
  }
}
.breadcrumbs {
  padding: 12px;
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .subcategories li {
    width: unset;
    flex: 1;
    max-width: 300px;
  }
  .subcategories li a {
    border: none;
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
  }
}
#category-header input[type="radio"] + label {
  margin-right: 4px;
  padding: 13px 16px !important;
  border-radius: 25px;
}
:where(body.ums_a11y_category_page--off)
  #category-header
  input[type="radio"]:checked
  + label {
  background-color: transparent;
  box-shadow: none;
  color: var(--orange);
}
:where(body.ums_a11y_category_page--off)
  #category-header
  input[type="radio"]
  + label:hover,
:where(body.ums_a11y_category_page--off)
  #category-header
  input[type="radio"]:checked
  + label:hover {
  background-color: var(--orange);
  color: #fff;
}

.scrolled #header {
    position: fixed;
    top: -91px;
    left: 0;
    right: 0;
    z-index: 3;
    box-shadow: 0 0 30px #d8590421;
}
.scrolled-down #header {
    top: -91px;transition: all 0.5s ease;
}
.scrolled-up  #header {
    top: 0px;transition: all 0.5s ease;
}
@media (min-width:992px) {
.menu-helper {
    top: 23px;
}
}
@media (max-width: 991px) {
#header .header-top .header-top-wrapper {
    width: 100%;
}
}
@media (min-width: 768px) and (max-width:991px) {
#header .header-top .header-top-wrapper .site-name, #header .header-top .header-top-wrapper h1.site-name {
        justify-self: flex-start;
        margin-right: auto;
        text-align: left;
}
#header .header-top .header-top-wrapper {
    justify-content: flex-end;
}
.navigation-in > ul > li > a,
.navigation-in > ul > li > a:hover {
        padding: 20px !important;
 }
     #navigation {
        height: 56px;
    }
.scrolled-down #header {
    top: -117px;transition: all 0.5s ease;
}
}


@media (max-width:767px) {
.navigation-in {
    background-color: #040505;
    background-image: url("/user/documents/upload/res/imgs/about_bg.png");
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
    .navigation-in>ul>li {
        border: none !important;
    }
        .navigation-in>ul>li>a {
        color: #fff;
        justify-content: center;
        text-transform: uppercase;
    }
.navigation-in>ul>li.ext.exp>a, .navigation-in>ul>li>a:hover {
    color: var(--orange);
}
.navigation-in .exp {
        background-color: transparent;
}
    .navigation-in>ul>li .menu-level-2 a {
        font-weight: 300;
        color: #fff;
        text-align: center;
        padding: 8px 16px;
    }
    .navigation-window-visible .navigation-buttons a[data-target=navigation]:after {
        content: "\e912";
        font-family: shoptet;
        color: #000;
        opacity: 1;
    }
.navigation-window-visible .navigation-buttons a[data-target=navigation]:before,
.product-slider-holder.has-navigation .product-slider-navigation {display:none;}
}
#category-header {
    background-color: transparent;
}
@media (min-width: 992px) and (max-width:1439px) {
    .columns-3 .products-block>div, .columns-4 .products-block>div {
        width: 50%;
    }
}
.products-block > div .p {
    background: #F9F9F9;
}
.products-block>div .p .p-in .ratings-wrapper {
    order: -9;
}
.p-bottom > div {
    display: flex;
    flex-direction: column;
}
.p-detail-inner .p-image-wrapper .p-image,
.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a {
    mix-blend-mode: multiply;
}
.navigation-in ul li a b, .navigation-in > ul > li.ext > ul > li > div > a {
    font-weight: 700 !important;
}
    .navigation-in ul.menu-level-2 a:hover {
        color: var(--orange);
        text-decoration: underline;
        text-decoration-thickness: 2px;
        text-underline-offset: 4px;
    }
 .sidebar-inner .banner-wrapper {
        margin: 20px 0;
        overflow: hidden;
    }
.sidebar-inner {
    height: auto;
}
.sidebar-inner>.banner {
    position: sticky;
    top: 0;
    padding: 0;
}
.sidebar-inner {
    border-style: none;
}
.breadcrumbs {
    position: relative;
    isolation: isolate;
    margin-bottom: 20px;
}
.breadcrumbs:after {
    content: '';
    display: block;
    position: absolute;
    background-color: #d859040d;
    width: 100dvw;
    height: 100%;
    top: 0;
    z-index: -1;
}
.subcategories.with-image li a {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 10px 20px;
    border-radius: 10px;
        height: 100%;
}
.subcategories.with-image li a .image {
    width: 140px;
}
.subcategories.with-image li a .image img {
    max-height: 100px;
    mix-blend-mode: multiply;
}
.subcategories.with-image li a .text {
    text-align: center;
    padding-left: 0;
    width: 100%;
    max-height: unset;
    white-space: normal;
}
    .subcategories {
        align-items: stretch;
    }
.subcategories li a:before {display: none;}
.products-inline.products-top>div .p .image {
    mix-blend-mode: multiply;
}
.products-inline.products-top>div {
    padding: 10px 20px;
    margin: 0;
    border-radius: 8px;
}
.products-block>div {border-radius: 8px;}
.subcategories li a:hover, .products-inline.products-top>div:hover, .products-block>div:hover {
    background-color: transparent;
    box-shadow: 0 0 30px #00000014;
}
.products-top-header, #productsTop {display: none;}
#category-header {
    justify-content: center;
}
    #content .btn.unveil-button, #footer .btn.unveil-button {
        min-width: 250px;
    }
#content #filters {
    background-color: #d859040d;
    border: none;
}
.filter-sections {
    background-color: transparent;
}
.filter-section {
    border-bottom-color: #d8590436;
}
#category-filter-hover .filter-section:first-child, .filter-section+.filter-section {
    border-top-color: #d8590436;
}
.slider-content, .ui-slider {
    background-color: #222;
}
.ui-slider .ui-slider-range, .ui-slider-handle:hover {
    background-color: var(--color-secondary-hover);
}
.slider-header {
    padding-bottom: 30px;
}
.slider-header .from, .slider-header .to {
    font-size: 20px;
    font-weight: 700;
}
.filter-count {
    background-color: #696969;
    color: #fff;
}
input[type=checkbox]+label:before, input[type=radio]+label:before {
    border-color: var(--orange);
}
    #content .filter-section fieldset div label:hover {
        color: var(--orange);
    }
.filter-total-count {
    color: #222;
    text-align: center;
}
    .multiple-columns-body.mobile .filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button, .multiple-columns-body.mobile .filters-wrapper .filters-unveil-button-wrapper i, .one-column-body .filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button, .one-column-body .filters-wrapper .filters-unveil-button-wrapper i {
        background-color: var(--color-secondary);
        border-color: var(--color-secondary);
        color: #fff;
    }
        .multiple-columns-body.mobile .filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button:hover,
        .one-column-body .filters-wrapper .filters-unveil-button-wrapper .btn.btn-default.unveil-button:hover {
        background-color: var(--color-secondary-hover);
        border-color: var(--color-secondary-hover);
        color: #fff;
    }
#filters-wrapper {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dadada;
    margin-bottom: 40px;
    padding-bottom: 16px;
}
@media (min-width:992px) {
.products-block>div {
    padding: 40px;
}
}
@media (min-width:992px) {
.p-image + .row {
    margin-left: 0;
    margin-right: 0;
}
.p-thumbnails-wrapper {
    margin: 0;
    padding: 0;
}
.p-thumbnails {
    height: auto;
    margin-bottom: 0;
}
.p-thumbnails>div {
    height: auto;
    position: relative;
    width: 100%;
}
.p-thumbnails>div>div {
    display: flex;
    flex-wrap: wrap;
}
.p-thumbnails>div>div:before,
.p-thumbnails>div>div:after {display:none;}
.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a.p-thumbnail {
    margin-right: 0;
    width: 50%;
}
.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a img {
    max-width: 100%;
    width: 100%;
}
.p-thumbnails a:first-child {
    order: 99;
    display: none;
}
    .p-thumbnails a.video-thumbnail:first-child {
        order: -9;
        display: block;
    }
.p-thumbnails .thumbnail-next, .p-thumbnails .thumbnail-prev {
    display: none;
}
}
.p-data-wrapper .p-detail-full-width {
    width: 100%;
    margin: 0;
    position: unset;
    transform: none;
}
.p-data-wrapper .description-inner {
    flex-direction: column;
    gap: 40px;
}
    .mobile .p-data-wrapper .description-inner .basic-description, .one-column-body .p-data-wrapper .description-inner .basic-description {
        padding-right: 0;
        width: 100%;
    }
    .mobile .p-data-wrapper  .description-inner .extended-description, .one-column-body .p-data-wrapper  .description-inner .extended-description {
        min-width: 100%;
        width: 100%;
    }
.social-buttons-wrapper {
    display: none;
}
.p-data-wrapper .responsive-nav,
.p-data-wrapper .responsive-nav + div {
    padding: 0;
}
.p-detail-full-width #tab-content {
    box-shadow: none;
}
.shp-tabs-holder ul.shp-tabs li.shp-tab.active a {
    box-shadow: none;
}
.basic-description td, .basic-description th {
    border-right-style: solid;
    border-right-width: 1px;
    text-align: left;
    padding: 8px 16px;
    border-right-color: #dadada;
}
.basic-description tr:nth-child(odd) {    background-color: var(--color-tertiary);}
.basic-description tbody {border: none;}
.basic-description tbody {
    border-radius: 8px;
    overflow: hidden;
    border: solid 1px #dadada;
}
.discussion-form, .discussionContainer>.discussion>.vote-wrap:nth-child(odd), .votes-wrap.admin-response {
    background-color: transparent;
}
#rozcestnik {text-align: center;}
    .homepage-group-title.h4 {
        text-transform: uppercase;
}
.products-block>div .p .p-in .ratings-wrapper .star-list {
    justify-content: flex-start;
    margin: 0 0 0 -10px;
}
@media (min-width:992px) and (max-width:1199px) {
.products-block>div .p .image {
    width: 60%;
}
}
body {
    background-color: #F9F9F9;
}
@media (max-width:991px) {
body:not(.in-index) .products-block {
    gap: 50px;
}
.products-block > div .p .p-in {
    width: 60%;
    margin-right: -20%;
}
}
@media (max-width:479px) {
.subcategories.with-image li a .image {
    width: 100px;
}
.products-block > div .p {
    flex-direction: column-reverse;
}
.products-block > div .p .p-in {
    width: 100%;
    margin-right: 0;
}
.products-block>div .p .image {
    width: 100%;
    margin-top: -20%;
}
.products-block>div:hover {
    box-shadow: none;
}
.products-block>div:not(:first-child)  {
    border-radius: 0;
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #dadada;
}
}
@media (max-width: 767px) {
    .navigation-window-visible #navigation {
        width: 100%;
        left: 0;
    }
    #navigation {
        width: 100%;
        left: 100%;
    }
.subcategories li {
    width: auto;
}
}
.subcategories li a {
    border: none;
}
.products-block {
    justify-content: center;
}

#footer, .footer-rows .rate-wrapper {
    background-color: #222;
}
.footer-bottom, .footer-bottom-full-width {
    background-color: #252525;
}
#footer .footer-bottom, #footer .footer-bottom a, #signature {
    color: #595959;
}
#footer .footer-bottom a:hover, #signature:hover {
    color: var(--color-secondary);
}
#footer {
    isolation: isolate;
    position: relative;
}
#footer:after {
    content: '';
    position: absolute;
    background: #222;
    width: 100dvw;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
#footer a {
    color: #808080;
}
#footer a:hover {
    color: var(--color-secondary);
}
    .footer-rows .custom-footer>div {
        flex-basis: 100%;
        width: 100%;
        padding: 30px 20px;
    }
#footer h4 {display:none;}
.footer-rows .custom-footer ul {
    display: flex;
    flex-wrap:wrap;
    justify-content:center;
    margin: 0;
    align-items: center;
    gap: 20px;
}
#footer h4>span:after {display:none;}
#footer .cellphone a {margin:0 40px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    line-height: 56px;
}
#footer .social-icon-list a {
    color: #222;
}
#footer .social-icon-list a:hover {
    color: #fff;
    background:var(--color-secondary);
}
#footer .cellphone a:hover {
    color:var(--color-secondary);
}
#footer .contact-box {
    min-height: unset;
}
.footer-rows .custom-footer>div + div {
    padding: 0 20px 30px 20px;
}