body:not(.ordering-process).sticky #header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media (min-width: 768px) {
  body:not(.ordering-process).sticky #header .header-top {
    padding: 0;
    height: 0;
  }
  body:not(.ordering-process).sticky #header .site-name a img {
    max-height: 0;
  }
  body:not(.ordering-process).sticky .search-form {
    width: 0;
    height: 0;
    opacity: 0;
  }
  body:not(.ordering-process).sticky .navigation-buttons {
    top: 11px;
    position: absolute;
    right: 0;
  }
}

root {
  --template-font: "Roboto Condensed", sans-serif;
  --template-headings-font: "Roboto Condensed", sans-serif;
}
body {
  text-underline-offset: 4px;
}
.overall-wrapper {
  max-width: 100%;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  #header .header-top-wrapper > div.search {
    order: -99;
  }
  #header .site-name {
    text-align: center;
    margin-top: -30px;
  }
  .header-bottom {
    border: none !important;
    background: transparent;
  }
  #navigation {
    background-color: transparent;
  }
  #header .site-name a img {
    max-height: unset;
  }
  .navigation-in ul li a {
    padding: 2rem 12px;
  }
  .navigation-in > ul > li > a:hover,
  .navigation-in > ul > li.ext.exp > a,
  .navigation-in > ul > li.ext.exp:first-child > a,
  .navigation-in > ul > li:first-child > a:hover {
    margin-left: 0;
    margin-right: 0;
    padding-left: 12px;
    padding-right: 12px;
  }
  .navigation-in > ul > li.ext > a > span {
    display: inline-block;
    font-size: 9px;
  }
  #header .navigation-buttons a[data-target="cart"] {
    align-items: center;
    display: flex;
    background: #fff;
    border-radius: 10px;
    padding: 5px 15px 5px 15px;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
  }
  #header .navigation-buttons a[data-target="cart"] i {
    left: -5px;
  }
}
#header {
  border: none;
  background-image: url(/user/documents/upload/res/header_bg.jpg);
  background-position: top -42px center;
}
.top-navigation-bar {
  border: none !important;
  background-image: url(/user/documents/upload/res/header_bg.jpg);
  background-position: top center;
}
.top-navigation-bar .container {
  position: relative;
  isolation: isolate;
}
.top-navigation-bar .container:after {
  content: "";
  position: absolute;
  width: 150%;
  height: 100%;
  display: block;
  background: #ffffff21;
  margin-left: -25%;
  z-index: -1;
}
#header .header-bottom .container {
  border-top: 2px dashed #bfae8c;
}
.navigation-in > ul > li.exp > a,
.navigation-in > ul > li > a,
.navigation-in > ul > li > a:hover {
  color: #fff;
  font-size: 14px;
}
.top-navigation-menu {
  height: unset;
}
.top-navigation-bar a {
  color: #fff;
  padding: 10px 20px;
}
#header .search-input {
  border-radius: 10px;
  font-size: 14px;
  color: #666;
  padding: 10px 30px;
}
.search-input-icon:before {
  font-size: 16px;
}
.search-input-icon {
  left: unset;
  right: 0;
}
@media (min-width: 1200px) {
  #header .search {
    padding-left: 0px;
    padding-right: 80px;
  }
}
.navigation-buttons > a[data-target="cart"] i {
  font-size: 20px;
  height: 24px;
  left: -5px;
  line-height: 20px;
  right: unset;
  top: -5px;
  width: 24px;
  background-color: var(--color-secondary);
}
.btn.btn-cart,
.btn.btn-conversion,
a.btn.btn-cart,
a.btn.btn-conversion,
.btn.btn-cart:hover,
.btn.btn-conversion:hover,
a.btn.btn-cart:hover,
a.btn.btn-conversion:hover {
  color: #fff !important;
}
.cart-price.visible-lg-inline-block {
  font-weight: 600;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wide-carousel {
  animation: 1s fadeIn;
}
.content-wrapper {
  background-color: transparent;
}
.products-wrapper:nth-child(even):after,
.benefitBanner:after {
  content: "";
  background: #baab8f21;
  width: 150%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -25%;
  z-index: -1;
}
.carousel {
  margin-bottom: 0;
}
.benefitBanner {
  position: relative;
  margin: 0;
  padding: 30px 0;
}
.in-index #content {
  padding-top: 0px;
}
.benefitBanner__item {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin: 0;
  padding: 15px;
}
.benefitBanner__picture {
  flex: 0 0 200px;
  margin: 0;
  max-width: 200px;
  padding: 15px;
}
.benefitBanner__title {
  color: #c68234;
  font-size: 16px;
}
.benefitBanner__data {
  font-size: 14px;
}
.products-block > div .p {
  padding: 10px;
  background: #fff;
  border-radius: 10px;
}
.products-block > div {
  padding: 3px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
[class~="blog-hp"]:before,
.news-item .title {
  color: #c68234;
}
[class~="blog-hp"]:before {
  font-size: 34px;
  margin-bottom: 44px;
  margin-top: 66px;
  text-align: center;
  font-weight: 700;
  line-height: 1.1;
}
#footer {
  background-color: #444;
  border-color: #444;
  color: #fafafa;
}
.footer-bottom {
  background-color: #404040;
  color: #fafafa;
}
.copyright,
#signature a {
  color: #7e7e7e;
}
.footer-rows h4 {
  color: #fafafa;
  margin-bottom: 18px;
}
#footer a {
  color: #bbb;
}
#footer a:hover {
  color: #fff;
}

a,
table.detail-parameters tbody tr td a,
.link-icons .link-icon,
.breadcrumbs a {
  color: var(--color-secondary);
}
a:hover,
table.detail-parameters tbody tr td a:hover,
.link-icons .link-icon:hover,
.breadcrumbs a:hover,
.breadcrumbs a:hover {
  color: var(--color-secondary-hover);
  text-decoration: underline;
}
@media (min-width: 992px) {
  .multiple-columns-body .position--benefitProduct .benefitBanner__item {
    flex: 1 1 25%;
  }
}

.brand_carousel {
  padding: 44px 0;
}
.brand_carousel ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
  gap: 8px;
  margin-top: 30px;
}
.brand_carousel button {
  background-color: #cfcfcf;
  color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 2px;
  line-height: 0;
  outline: none;
  padding: 0;
  width: 32px;
}
.brand_carousel button:hover,
.brand_carousel .slick-active button,
.product-slider-holder .product-slider-pagination .pagination-button.active {
  background-color: var(--color-secondary);
}
.slick-track {
  display: flex;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .slick-dots li {
    flex: 1;
  }
  .brand_carousel .slick-dots li button {
    width: 100%;
  }
  .brand_carousel ul {
    padding: 0 30px;
  }
}

.blank-mode .cart-related-name,
.blank-mode .cart-table .main-link,
.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,
.cart-related-name,
.cart-table .main-link,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.navigation-hovered:before,
.search-focused:before,
.breadcrumbs,
.category-perex + h4,
.subcategories + h4,
#productsTop,
.social-buttons-wrapper {
  display: none;
}

.review_carousel {
}
.review_item {
  padding: 10px;
}
.review_inner {
  padding: 20px;
  background: #baab8f21;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  height: 100%;
  align-items: center;
}
.review_item img {
  border-radius: 100%;
  max-width: 25%;
}
.review_inner > div {
  width: 75%;
  padding-left: 15px;
}
.review_item .stars {
  width: auto;
}
.review_item h4 {
  margin: 12px 0;
}
.review_item h4 span {
  color: #111;
  font-size: 10px;
  font-weight: 400;
  margin-left: 20px;
}
#content .review_item p {
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 0;
}
#content .welcome h1 {
  text-align: center;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #111;
}
@media (min-width: 768px) {
  body:not(.ordering-process).sticky .navigation-buttons {
    top: 6px;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
    max-height: unset;
    max-width: unset;
    display: block;
    margin: auto;
  }
  .navigation-in > ul > li.ext > ul > li > a.menu-image {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  #navigation .menu-level-2 > li {
    flex-direction: column;
    align-items: center;
  }

  .sticky #header .header-bottom .container,
  .sticky #header .container {
    width: 100%;
  }
  .sticky #header .navigation-buttons a[data-target="cart"] {
    right: 10px;
    margin-left: 0;
    width: 180px;
  }
  .cart-price.visible-lg-inline-block {
    display: block !important;
  }
  .sticky .menu-helper.visible {
    right: 200px;
  }
  .sticky #navigation {
    width: calc(100% - 300px);
    flex: unset;
  }
  .sticky .popup-widget.cart-widget,
  .sticky .popup-widget.login-widget {
    top: 52px;
    position: fixed;
    right: 20px;
    left: unset;
  }
  .menu-helper.visible {
    height: auto;
  }
  .menu-helper > span {
    color: #fff;
    font-size: 14px;
    padding: 2rem 12px;
  }
  #navigation {
    height: 59px;
  }
}

.product-slider .products-block > div:hover {
  box-shadow: none;
  z-index: 1;
}
.product-slider .products-block > div:hover p {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  z-index: 1;
}
.columns-mobile-2 .product-slider-holder .products-block .p .name,
.products-block > div .p .name {
  height: 48px;
  overflow: hidden;
  font-weight: 600;
  font-size: 18px;
}
.products-block .p .name:hover,
.products-block > div:hover .p a {
  text-decoration: none;
  color: var(--color-secondary);
}
.sidebar-inner > div.box-sm {
  border-style: none;
  background: #f0f0f0;
  border-radius: 10px;
}
.filter-sections {
  background-color: transparent;
}
.filter-count,
.top-products li.display-image:before {
  background-color: #a99672;
  color: #fff;
  border: none;
}
#filters h4:before {
  left: unset;
  right: 8px;
}
#filters h4 {
  padding-left: 0;
  font-size: 16px;
}
.ui-slider-handle,
.ui-slider-handle:hover {
  background-color: var(--color-secondary);
}
.ui-slider .ui-slider-range {
  background-color: #cecece;
  border-color: #cecece;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before,
input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  border-color: #a99672;
}
input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  background-color: var(--color-secondary);
  border-color: #fff;
  height: 12px;
  left: 3px;
  width: 12px;
  border-radius: 4px;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  font-size: 14px;
}
.category-top {
  margin-top: 20px;
}
.subcategories.with-image li a .image img {
  max-height: unset;
}
.subcategories.with-image li a .image {
  padding-right: 0px;
  width: 100%;
}
.subcategories li a {
  color: #222;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
  gap: 10px;
  text-align: center;
}
.subcategories.with-image li a .text {
  max-width: 100%;
  text-align: center;
}
.btn,
.btn.btn-conversion,
a.btn,
a.btn.btn-conversion {
  border-radius: 10px;
}
.btn.btn-default,
.btn.btn-default,
a.btn.btn-default,
.pagination a {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  color: #222;
  font-weight: 400;
  border-radius: 10px;
}
.pagination-top .pagination-link,
.pagination-top > strong {
  background-color: transparent;
  color: #222;
  border-radius: 10px;
}
.btn.btn-default:hover,
a.btn.btn-default:hover,
.pagination a:hover,
.pagination-top .pagination-link:hover {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
  color: #fff;
  font-weight: 400;
}
.products-block > div .p .p-bottom > div .p-tools .btn,
.products-block > div .p .p-bottom > div .p-tools .btn.btn-cart {
  font-weight: 600;
}
.p-thumbnails > div > div {
  display: inline-block;
  padding-top: 10px;
  border-top: 1px dashed #40404046;
}
.p-thumbnails,
.p-thumbnails > div {
  height: 120px;
}
.p-thumbnails-horizontal .p-thumbnail:before,
.p-thumbnails-horizontal .show360image:before {
  height: 3px;
  top: -13px;
  width: 100%;
  background: #a99672;
  opacity: 0;
}
.p-thumbnail.highlighted:before,
.p-thumbnail:hover:before,
.show360image.highlighted:before,
.show360image:hover:before {
  opacity: 1;
}
.p-thumbnails a.highlighted img,
.p-thumbnails a:hover img {
  border: none;
}
.p-detail-inner .p-detail-inner-header {
  display: block;
  margin: 20px 0 20px;
}
.p-to-cart-block {
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10xp;
}
.shp-tabs-holder ul.shp-tabs {
  font-weight: 500;
}
.shp-tabs-holder ul.shp-tabs a.shp-tab-link {
  font-size: 20px;
  font-family: "Roboto Condensed", sans-serif;
}
.shp-tabs-holder ul.shp-tabs .shp-tab.active a,
.shp-tabs-holder ul.shp-tabs .shp-tab a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  color: #a99672;
}
.shp-tabs-holder ul.shp-tabs .shp-tab.active,
.shp-tabs-holder ul.shp-tabs .shp-tab:hover {
  text-decoration: none;
}
.basic-description,
.extended-description {
  padding-right: 0;
  width: 100% !important;
}
.extended-description > p:first-child,
.responsive-nav .shp-tabs-holder {
  color: #111;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  display: block;
  font-style: normal;
  font-size: 24px;
  margin-top: 30px !important;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  border-bottom: 1px dashed #40404046;
}
table.detail-parameters tbody tr td {
  color: #a99672;
}
.p-detail-inner {
  align-items: center;
}
.in-registrace .sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sticky #navigation .navigation-in ul li.ext.exp > ul {
    top: 59px;
    left: 50vw;
    transform: translate(-50%, 0);
  }
  #navigation .menu-level-2 > li {
    text-align: center;
  }
  #navigation .menu-level-2 > li {
    padding: 0;
  }
  .navigation-in > ul > li.ext > ul > li > div {
    width: 100%;
  }
  .navigation-in > ul > li.ext > ul > li > div > a {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    padding-bottom: 7px;
  }
  .navigation-in > ul > li.ext > ul > li > div > ul > li > a {
    font-size: 12px;
  }
}

.advanced-order
  .product-slider-holder
  .products-block
  > div
  .p
  .p-bottom.no-buttons
  > div
  .p-tools {
  display: flex;
}
.advanced-order .product-slider-holder.has-navigation {
  padding: 0;
}
@media (min-width: 1200px) {
  .columns-4 .advanced-order .products-block > div {
    max-width: 20%;
  }
  .columns-mobile-2
    .advanced-order
    .product-slider-holder
    .products-block
    .p
    .name,
  .advanced-order .products-block > div .p .name {
    height: 54px;
    font-size: 14px;
  }
  .advanced-order .products-block > div .p .stars-placeholder {
    height: auto;
  }
}
.advanced-order .products-block {
  justify-content: center;
}
.price-range > div {
  background-color: #a99672;
}
#navigation .navigation-in ul li.ext.exp > ul {
  border: dashed 2px #a99672;
  border-top: none;
}
.products-block .p .name:hover,
.products-block > div:hover .p a,
.subcategories li a:hover,
.subcategories li a:hover .text,
#navigation .navigation-in ul li:hover > a > span,
#navigation .navigation-in ul li:hover > div > a > span {
  text-decoration: none;
  color: #a99672;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  margin: auto;
}

@media (min-width: 1400px) {
  .xxxtype-category .content-wrapper.container {
    width: 100%;
  }
  .columns-3 .products-block > div,
  .columns-4 .products-block > div {
    width: 25%;
  }
}

.products-block .p > a {
  padding: 0 20px;
}
.pagination-top:hover .pagination-link,
.pagination-top:hover > strong,
.pagination a:hover {
  background-color: transparent;
  color: var(--color-secondary);
  text-decoration: underline;
}
.pagination a {
  background-color: transparent;
  border-color: transparent;
}
.p-thumbnails-horizontal .p-thumbnail:before,
.p-thumbnails-horizontal .show360image:before {
  height: 5px;
}
.p-thumbnails.overflow-next .thumbnail-prev:hover,
.p-thumbnails.overflow-next .thumbnail-next:hover {
  color: #a99672;
}
.shp-tabs-holder ul.shp-tabs a.shp-tab-link {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
  text-decoration-color: #fff;
}
.description-inner .extended-description > p:first-child {
  color: #a99672;
  font-size: 24px;
  letter-spacing: 2px;
  border-bottom: dashed 2px;
}
.extended-description table.detail-parameters tr:nth-child(even) {
  background: #baab8f21;
}
table.detail-parameters tbody tr th .row-header-label {
  background-color: transparent;
}
table.detail-parameters tbody tr th:after {
  display: none;
}
.extended-description table.detail-parameters tbody tr th .row-header-label {
  padding: 7px 10px;
  font-weight: 500;
}
.type-product .products-header {
  text-align: left;
  font-optical-sizing: auto;
  display: block;
  font-style: normal;
  margin-top: 50px !important;
  padding-bottom: 18px;
  margin-bottom: 20px !important;
  color: #a99672;
  font-size: 24px;
  letter-spacing: 2px;
  border-bottom: dashed 2px;
}
.type-product .products-wrapper:nth-child(even):after {
  display: none;
}
.responsive-nav .shp-tabs-holder {
  color: #111;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  display: block;
  font-style: normal;
  font-size: 24px;
  margin-top: 30px !important;
  padding-bottom: 10px;
  margin-bottom: 20px !important;
  border-bottom: dashed 2px #a99672;
}
.p-to-cart-block,
.sidebar-inner > div.box-sm {
  background-color: #baab8f21;
}
.ui-slider .ui-slider-range {
  background-color: #a99672;
  border-color: #a99672;
}
.ui-slider-horizontal .ui-slider-handle {
  border-radius: 4px;
}
.price-range > div {
  background-color: var(--color-secondary);
}
.cart-widget-product:nth-child(even) {
  background: #baab8f21;
  border-bottom: none;
}
ol.cart-header li.active a:before,
ol.cart-header li.active strong:before,
ol.cart-header li.completed a:before,
ol.cart-header li.completed strong:before,
.quantity .decrease:hover:before,
.quantity .increase:hover:before {
  color: #fff;
}
.discount-coupon .input-group .btn {
  border-radius: 0 10px 10px 0;
}
tr.removeable .remove-item {
  opacity: 1;
  color: #d63500;
}
.ordering-process .co-box.co-payment-method h4,
.ordering-process .co-box h4 {
  color: #a99672;
  font-size: 24px;
  margin-top: 30px !important;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: dashed 2px #a99672;
}
.ordering-process .co-box h4:before {
  font-size: 20px;
  top: 30%;
}
.radio-wrapper input[type="checkbox"]:checked + label:before,
.radio-wrapper input[type="radio"]:checked + label:before {
  border-color: #a99672;
}
.radio-wrapper input[type="checkbox"]:checked + label:after,
.radio-wrapper input[type="radio"]:checked + label:after {
  background-color: var(--color-secondary);
  border-radius: 100%;
}
.radio-wrapper.active label > span b {
  color: #a99672;
}
#checkoutSidebar .toggle-contacts:hover {
  background: transparent;
  color: var(--color-secondary);
}
.top-navigation-bar .dropdown button {
  color: #fff;
}
.top-menu-trigger-visible .top-navigation-menu-trigger {
  padding: 10px 20px;
  color: #fff;
}
.top-navigation-bar .dropdown button:hover,
.top-navigation-bar a:hover,
.top-menu-trigger-visible .top-navigation-menu-trigger:hover {
  color: #fff;
  text-decoration: underline;
}
#header .navigation-buttons a {
  color: #fff;
}
@media (max-width: 767px) {
  #header .header-top a.cart-count i {
    bottom: unset;
    left: auto;
    right: 0px;
    top: 3px;
  }
  #header .navigation-buttons a[data-target="navigation"] {
    background: transparent;
  }
  #navigation .navigation-in ul li > a > b {
    text-decoration: none;
    padding: 0;
    font-weight: 600;
  }
  .navigation-in > ul > li > a {
    color: #222;
    padding: 14px 20px;
    font-size: 16px;
  }
  .navigation-in > ul > li:nth-child(even) {
    border: none;
    background: #baab8f21;
  }
  #navigation .menu-level-1 > li > a .submenu-arrow,
  #navigation .navigationActions > li > a .submenu-arrow {
    display: block;
    height: 44px;
    line-height: 44px;
  }
  .submenu-arrow:after {
    color: #a99672;
    font-size: 14px;
  }
  .navigation-in > ul > li.exp > a,
  .navigation-in > ul > li > a:hover {
    background: #a99672;
    color: #fff;
  }
  #navigation .navigation-in ul li:hover > a > b,
  #navigation .navigation-in ul li:hover > a > span,
  #navigation .navigation-in ul li:hover > div > a > span {
    text-decoration: none;
  }
  .navigation-in > ul > li > a > b,
  .navigation-in > ul > li > a > span {
    padding-bottom: 0;
    padding-top: 0;
  }
  #navigation .navigation-in ul li:hover > a > span {
    color: #fff;
  }
  .benefitBanner {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .benefitBanner__item {
    flex: 1 1 50%;
  }
  .benefitBanner__picture {
    flex: unset;
    padding: 0 15px;
  }
  .benefitBanner__data {
    font-size: 12px;
  }
  .welcome-wrapper {
    padding-bottom: 0;
    padding-bottom: 0;
  }
}

.overall-wrapper {
    xxxmax-width: 1920px;
    overflow-x: hidden;
    margin: 0 auto;
}
@media (min-width:1921px) {
#header {
    background-repeat: repeat-x;
}
.products-wrapper:nth-child(even):after, .benefitBanner:after, .top-navigation-bar .container:after {
    width: 350%;
    left: -125%;
}
.carousel-inner {
    min-height: auto !important;
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
    max-width: 1418px;
}
.content-wrapper.container {
    overflow-x: hidden;
}
}

.price-standard>span {
    color: #d63500;
    font-size: 14px;
}
.products-block>div .p .p-bottom>div .prices .price-save {
    color: #4f875e;
}
.product-slider-holder .product-slider-navigation:before, .product-slider-holder .product-slider-navigation:hover:before {
    background-color: #fff;
    color: var(--color-secondary-hover);
}
@media (max-width: 767px) {
.product-slider-holder .product-slider-navigation {
    top: 50%;
}
#filters-wrapper {    border-radius: 10px;
    border: dashed 2px #a99672;
    background-color: #baab8f21;
    border-radius: 10px;}
.category-header #products-listing-order, .mobile .category-header #products-listing-order {
    border: dashed 2px #a99672;
    background-color: #baab8f21;
    color: #a99672;
}
#filters-wrapper:before {
    content: 'Filtry';
    font-family: "Roboto Condensed", sans-serif;
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 2px;
}
.products-block .p > a {
    padding: 0;
}
}

@media (min-width: 768px) {
#header .navigation-buttons a {
    color: #222;
}
}

#discussion-form input[type=submit].btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;
    padding: 15px;
    font-weight: 600;
}
#discussion-form input[type=submit].btn:hover {
    background-color: var(--color-secondary-hover);
    border-color: var(--color-secondary-hover);
    color: #fff;
}
.flag.flag-discount {
    background-color: #a99672;
}
.flag.flag-discount .price-standard>span {
    color: #fff;
    margin: 0;
}

#download_list {
    margin: 0px 0 30px;
    padding-top: 30px;
    border-top: dashed 2px #a99672;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    list-style-type: none;
    justify-content: center;
}
#download_list li {max-width:200px;}
#download_list li:before {display: none;}
#download_list a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
}
#download_list a::before {
    content: url(/user/documents/upload/res/icons_download.svg);
    display: block;
    width: 48px;
    height: 48px;
    background: #baab8f21;
    border-radius: 10px;
}
#download_list a:hover::before {background-color: #a99672;}

@media (max-width: 767px) {
.subcategories.with-image li {
    width: 33.333%;
    padding: 7px 0;
}
#filters-wrapper {
    margin-bottom: 30px;
}
}
@media (max-width: 991px) {
.subcategories li a {
    padding: 0 10px;
}
}
@media (min-width: 768px) {
.desktop .banners-row {
    margin-top: 0px;
}
}
.navigation-buttons {z-index: 1;}
.top-navigation-bar {
    z-index: 2;
    position: relative;
}
#header .site-name {z-index: 3;}
.products-block>div .p .p-bottom>div .p-tools {padding:10px 0 0;}
.stars .star.is-active:hover, .stars .star.star-half:before, .stars .star.star-on:before {
    color: #c68234;
}
.products-block>div .p .p-bottom {
    padding: 10px 10px 0;
}
.stars-placeholder {display: none;}
.products-block>div .p .p-bottom>div .prices .price-final {
    flex-basis: unset;
}
.products-block>div .p .p-bottom>div .prices .price-standard, .products-block>div .p .p-bottom>div .prices .price-save {
    margin: 0;
}
.products-block>div .p .p-bottom>div .prices {
    gap: 5px 10px;
}

.siteCookies__form, .siteCookies--bottom.siteCookies--scrolled {
  background-color: #c68234;
}
.siteCookies__button {
  background-color: var(--color-secondary);
  color: #fff;
}
@media (min-width: 768px) {
  .siteCookies__form {
    background-color: #c68234;
  }
}
.siteCookies__link:hover {
    color: var(--color-secondary);
    text-decoration: none;
    background: #fff;
}
/*
.siteCookies__form {
  background-color: #c68234;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: none;
}
.siteCookies__button {
  background-color: var(--color-secondary);
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  line-height: 32px;
  border-radius: 7px;
}
.siteCookies__link {
  background-color: transparent;
  font-weight: 400;
  border-radius: 0;
  font-size: 12px;
  line-height: 32px;
  border: none;
}
.siteCookies__links a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
  background: transparent;
}
.siteCookies__text {
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .siteCookies--bottom {
    left: 0;
    margin-left: 0;
    width: 100%;
  }
  .siteCookies__form {
    display: flex;
    align-items: center;
    margin: 0 auto;
    max-width: 100%;
    padding: 5px 24px;
    width: 100%;
    background-color: #c68234;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
  }
  .siteCookies__content {
    display: flex;
    gap: 0 10px;
    align-items: center;
  }
  .siteCookies__links {
    flex: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: auto;
  }
  .siteCookies__text {
    margin-bottom: 0;
    font-size: 12px;
  }
}
*/

.review_inner > div {
    width: 100%;
    padding-left: 0;
}
.category__secondDescription {
    margin: 50px 0;
}
@media (max-width: 991px) {
.welcome-wrapper {
    margin-bottom: 0px;
    margin-top: 50px;
    padding-bottom: 0;
    padding-top: 0;
}
}
[class~="blog-hp"]:before {
    color: #111;
    text-transform: none;
    margin-top: 0;
    font-family: "Roboto Condensed", sans-serif;
}
.blog-hp {
    margin-top: 0;
}
.site-msg.information {
        max-width: 100%;
        box-shadow: none;
        opacity: 1;
        background: #6f481e;
        color: #fff;
        padding: 10px;
        text-align:center;
}
.site-msg, .site-msg .close:before {
    color: #fff;
}
@media (min-width: 768px) {
.site-msg.information {
        max-width: 100%;
        position: relative;
        box-shadow: none;
        opacity: 1;
        left: 0;
        bottom: unset;
    }
}
.custom-footer__banner33 .banner-wrapper > span {display:block;}
.delivery-time {
    display: none;
}
.brand_carousel:before {
    content: 'Naše značky';
    margin-top: 0;
    word-wrap: break-word;
    font-weight: 700;
    line-height: 1.1;
    text-transform: none;
    font-size: 34px;
    margin-bottom: 44px;
    font-family: "Roboto Condensed", sans-serif;
    color: #111;
    text-align: center;
    display: block;
}
.detail-parameter.detail-parameter-delivery-date, .delivery-time-row {
    display: none;
}
.social-buttons-wrapper {
    display: block;
    padding: 20px;
}

.homepage-group-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.products-top-wrapper {
    display: none;
}
@media (max-width: 767px) {
    body:not(.mobile-header-version-0):not(.template-07).template-13.is-hib-mobile-fixed .overall-wrapper, body:not(.mobile-header-version-0):not(.template-07).template-13.is-hib-mobile-fixed.type-index .overall-wrapper {
        padding-top: 126px;
    }
}

@media (min-width: 768px) {
    .menu-helper>ul>li {
        position: relative;
    }
    .submenu-visible .menu-helper>ul>li.ext.exp>ul {
    display: block;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
}
.menu-helper>ul {overflow:visible;width: 320px;background-color: #f5f4f1;}
.menu-helper>ul>li.ext>ul, .menu-helper>ul>li.exp>a, .menu-helper>ul>li.exp>ul>li {background-color: #f5f4f1;}
.menu-helper>ul>li.ext.exp>a {
    background: #a99672;
    color: #fff;
}
}

.site-msg.information {
    background: #4f875e;
    padding: 10px;
}
@media (min-width: 992px) {
body:has(.information) .popup-widget.cart-widget {top: 141px;}
body:has(.information).admin-logged .popup-widget.cart-widget {top: 166px;}
body:has(.information) .popup-widget.login-widget {top: 70px;}
body:has(.information).admin-logged .popup-widget.login-widget {top: 95px;}
}
@media (max-width: 991px) {
.site-msg.information {
    position: fixed;
    bottom: 0;
    top: unset;
    left:0;
}
}
.top-nav-button {
    color: #fff;
}
.top-nav-button:hover {
    color: #fff;text-decoration: underline;
}
.top-navigation-bar-menu li:first-child a {
    padding: 6px 20px;
    margin:4px 0;
    border-radius: 10px;
    background: #5f322c;
}
.top-navigation-bar-menu li:first-child a:hover {
    background: var(--color-secondary-hover);text-decoration:none;
}
.top-navigation-bar .container {
    padding: 0;
}
.carousel {
  width:100%;
    max-width: 1418px;
    margin: 0 auto;
}
.carousel-control.left, .carousel-control.right {
    background: #fff;
    opacity: 1;
}
.carousel-control:before {
    color: #54332d;
    border: none;
    font-size: 22px;
    line-height: 44px;
}
.carousel-control.right {
    right: 0;
  border-radius: 10px 0 0 10px;
}
.carousel-control.left {
    left: 0;
    border-radius: 0 10px 10px 0;    
}
.carousel-control:hover.left, .carousel-control:hover.right {
    background: var(--color-secondary-hover);
}
.carousel-control:hover:before {
    color: #fff;
}
.news-item .image {
        border-radius: 12px;
        overflow: hidden;
    }
    #navigation .menu-level-2 {
        padding: 20px;
}
.box.box-bg-variant.box-categories {
    border-style: none;
    border-radius: 10px;
    background-color: #baab8f21;
    overflow: hidden;
}
.categories .topic>a {
    padding: 16px;
    font-size: 100%;
    border-bottom: solid 1px #b4a484;
}
#categories .expandable>.topic>a>span, #categories .expandable>a>span {
    position: unset;
}
.box-bg-variant .categories a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#categories a:hover {
    background: var(--color-secondary-hover);
    color: #fff;
}
.categories .topic.active>a,
.categories .topic.active>a:hover,
.categories .topic.child-active>a,
.categories .topic.child-active>a:hover {
    background-color: #a99672;
    color: #fff;
}
#categories .expandable>.topic.active>a>span,
.categories .topic.child-active>a>span {
    color: #fff;
}
.categories ul a {
font-weight: normal;
    padding-left: 30px;
    padding-right: 16px;
}
.subcategories.with-image li {
    padding: 5px;
}
.subcategories li a {
    border: solid 1px #b4a484;
    border-radius: 10px;
    padding: 10px;
}
.subcategories li a .text {
    font-size: 14px;
}
.subcategories li a:hover {
border-color: var(--color-secondary-hover);
    color: var(--color-secondary-hover);
}
.subcategories li a:hover .text {color: var(--color-secondary-hover);}
.responsive-nav .shp-tabs-holder {
    padding-bottom: 0px;
}
.shp-tabs-holder ul.shp-tabs a.shp-tab-link {
    text-decoration-color: #fff;
    border: dashed 2px #a99672;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    margin: 0 3px;
}
.shp-tabs-holder ul.shp-tabs .shp-tab.active a, .shp-tabs-holder ul.shp-tabs .shp-tab a:hover {
    text-decoration: none;
    color: #fff;
    background: #a99672;
    border-style: solid solid none solid;
}
.shp-tabs-holder ul.shp-tabs .shp-tab:not(.active) a:hover {
    background:var(--color-secondary-hover);
    border-color:var(--color-secondary-hover);
}
.responsive-nav .navigation-btn {
    background: transparent;
    color: #a99672;
}
@media (max-width: 767px) {
#header .navigation-buttons a[data-target="search"] {
    display: none;
}
#header .search {
        display: block;
        order: 3;
        width: 100%;
        padding: 0 10px 10px;
}
.searchWhisperer {
    background-color: #a99672;
}
    .custom-footer__banner33 .banner {
        margin-bottom: 0;
    }
.flag.flag-discount .price-standard>span {
    display: none;
}
.flags-extra .flag .price-save {
    font-size: 16px;
}
}
@media (min-width: 480px) and (max-width: 767px) {
    .overall-wrapper {
        padding-top: 139px;
    }
}
@media (max-width: 479px) {
    .overall-wrapper {
        padding-top: 109px;
    }
.subcategories {
    flex-direction: column;
}
.subcategories.with-image li {
    width: 100%;
    padding: 3px 0;
}
.subcategories li a {
height:100%;
    flex-direction: row;
    justify-content: flex-start;
    gap:20px;
    padding: 0 10px;
}
.subcategories.with-image li a .image {
    width: 75px;
}
.subcategories.with-image li a .text {
    text-align: left;
}
.columns-mobile-2 .products-block .p .name {
        padding: 0;
        font-size: 16px;
    }
}
.subcategories {
        align-items: stretch;
}
.subcategories li a {
       height:100%;
}
