/*!******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/style.scss ***!
  \******************************************************************************************************************************************/
html {
  scroll-behavior: smooth;
}

.client-center-box {
  margin-top: 50px;
}
.client-center-box ul li {
  list-style: none;
}
.client-center-box ul li::marker {
  display: none;
}

.id--12 .content-inner table thead,
.id--12 .content-inner table tbody,
.customer-page .content-inner table thead,
.customer-page .content-inner table tbody {
  width: max-content;
  white-space: nowrap;
}

.btn,
.next-step-back,
.cp-button,
.chevron-after,
.login-btn,
.display-results-group {
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4em !important;
  cursor: pointer;
  text-decoration: none;
  font-family: "baskerville-urw", sans-serif;
  font-weight: 400;
  border-radius: 12px 12px 12px 12px;
  text-transform: unset !important;
}
.extended-banner-link {
  transition: all 0.3s ease-in-out;
  color: #8C7A66;
  background-color: #FFF;
  font-size: 1.8rem;
  line-height: 1.4em;
  padding: 12px 32px;
  border: unset;
  border-color: unset;
  border-radius: 0;
  text-transform: unset;
  cursor: pointer;
  font-weight: 700;
  border: 1px solid transparent;
}
.extended-banner-link:hover {
  background-color: transparent;
  color: #001024;
  border-color: #000;
}
.extended-banner-link:hover a {
  color: #001024;
}

.btn.btn-primary,
.btn-default,
.add-to-cart-button,
.btn-conversion,
.btn-cart {
  transition: all 0.3s ease-in-out;
  color: #FFF !important;
  background-color: #5A0E1A !important;
  font-size: 1.8rem;
  line-height: 1.4em !important;
  padding: 10px 24px 10px 24px !important;
  text-transform: unset;
  font-weight: 700;
  outline: none;
  border: 1px solid transparent !important;
}
.btn.btn-primary:hover,
.btn-default:hover,
.add-to-cart-button:hover,
.btn-conversion:hover,
.btn-cart:hover {
  background-color: transparent !important;
  color: #111 !important;
}
.btn.btn-primary.big,
.btn-default.big,
.add-to-cart-button.big,
.btn-conversion.big,
.btn-cart.big {
  padding: 17px 32px 15px 32px;
}

.btn.secondary,
.btn-secondary {
  border: 1px solid #3B342B !important;
  color: #3B342B !important;
  padding: 8px 30px 9px 30px;
  height: 44px;
  border-radius: 0;
  background-color: transparent !important;
  font-size: 1.8rem;
  font-weight: 700;
  outline: 1px solid transparent;
}
.btn.secondary.white,
.btn-secondary.white {
  color: #FFF !important;
  border-color: #FFF !important;
}
.btn.secondary:hover,
.btn-secondary:hover {
  outline: 1px solid #3B342B;
  transition: all 0.4s ease-in-out;
}

.btn.btn-xs.btn-primary {
  padding: 16px 40px 16px 40px !important;
}

.product .btn-primary,
.product .add-to-cart-button,
.product .btn-cart {
  transition: all 0.3s ease-in-out;
  padding: 10px 24px 10px 24px !important;
  color: #FFF !important;
  background-color: #8C7A66 !important;
  font-size: 1.8rem;
  border: none !important;
  border-radius: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: unset !important;
}
.product .btn-primary:hover,
.product .add-to-cart-button:hover,
.product .btn-cart:hover {
  background-color: #1E1A15 !important;
}
.product .btn-primary::before,
.product .add-to-cart-button::before,
.product .btn-cart::before {
  display: none;
}

.btn.btn-login,
.btn-login,
.btn-default,
.btn-border {
  transition: all 0.3s ease-in-out;
  color: #FFF !important;
  background-color: #5A0E1A !important;
  font-size: 1.4rem;
  line-height: 1.14em;
  padding: 10px 24px 10px 24px !important;
  border: unset !important;
  border-color: unset !important;
  border-radius: 0 !important;
}
.btn-border {
  padding: 16px 40px 16px 40px !important;
}

.btn-default {
  padding: 11px 40px 11px 40px;
}

button {
  padding: 0;
  margin: 0;
  border: unset;
  outline: unset;
}

fieldset {
  padding: 0;
  margin: 0;
  border: none;
}

.middle-banners-wrapper {
  margin: 0 !important;
  padding: 0 !important;
  background-color: unset !important;
  border: unset !important;
}

.body-banners {
  margin-bottom: 40px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  flex-direction: column;
}
.body-banners .col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .body-banners {
    margin-bottom: 40px;
  }
}

.latest-contribution-box {
  display: none;
}

address {
  font-style: normal;
  transition: all 0.3s ease-in-out;
  color: #000 !important;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 9px 0px;
  border: unset !important;
  border-color: unset !important;
  border-radius: 0 !important;
  text-transform: unset;
  gap: 8px;
  align-items: flex-start;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
}
address::before {
  content: "" !important;
  left: unset !important;
  top: unset !important;
  width: 24px !important;
  height: 24px !important;
  position: relative !important;
  display: block !important;
  background: url(assets/address.svg) no-repeat center center !important;
  background-size: cover !important;
}

a.tel, a.meet, a.whatsApp,
span.tel,
span.meet,
span.whatsApp {
  transition: all 0.3s ease-in-out;
  color: #000 !important;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 9px 0px;
  border: unset !important;
  border-color: unset !important;
  border-radius: 0 !important;
  text-transform: unset;
  gap: 8px;
  align-items: center;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
}
a.tel::before, a.meet::before, a.whatsApp::before,
span.tel::before,
span.meet::before,
span.whatsApp::before {
  content: "" !important;
  left: unset !important;
  top: unset !important;
  width: 24px !important;
  height: 24px !important;
  position: relative !important;
  display: block !important;
  background: url(assets/phone.svg) no-repeat center center !important;
  background-size: cover !important;
}
a.whatsApp::before,
span.whatsApp::before {
  background-image: url(assets/whats-app.svg) !important;
}
a.meet::before,
span.meet::before {
  background-image: url(assets/meet.svg) !important;
}
a.mail,
span.mail {
  font-style: normal;
  padding: 9px 0px;
  margin: 0;
  position: relative;
  color: #000 !important;
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 400;
  gap: 8px;
  align-items: center;
  display: flex;
  flex-direction: row !important;
  flex-wrap: nowrap;
}
a.mail span,
span.mail span {
  display: inline-block !important;
}
a.mail::before,
span.mail::before {
  content: "" !important;
  left: unset !important;
  top: unset !important;
  width: 24px !important;
  height: 24px !important;
  position: relative !important;
  display: block !important;
  background: url(assets/mail.svg) no-repeat center center !important;
  background-size: cover !important;
}
a.mail:hover:after,
span.mail:hover:after {
  transform: scale(1, 1);
}
a.mail::after,
span.mail::after {
  transition: all 0.3s ease-in-out;
  content: "";
  right: 0;
  width: calc(100% - 32px);
  transform: scale(0, 1);
  height: 1px;
  bottom: 0;
  position: absolute;
  display: block;
  background-color: #FFF;
}
a.mail.dark::after,
span.mail.dark::after {
  background-color: #000;
}
a.show-more,
span.show-more {
  transition: all 0.3s ease-in-out;
  color: #152339;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 12px;
}
a.show-more:hover::before,
span.show-more:hover::before {
  width: 0;
}
a.show-more::before,
span.show-more::before {
  transition: all 0.3s ease-in-out;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0;
  position: absolute;
  display: block;
  background-color: #000;
}

.instagram-icon,
.facebook-icon,
.youtube-icon {
  transition: all 0.3s ease-in-out;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.instagram-icon::before,
.facebook-icon::before,
.youtube-icon::before {
  transition: all 0.3s ease-in-out;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs {
    margin: 7px 0 0px 0 !important;
  }
}
.type-product .breadcrumbs {
  margin: 34px 0 27px !important;
  position: relative;
}
@media screen and (max-width: 767px) {
  .type-product .breadcrumbs {
    margin: 10px 0 10px !important;
  }
}
.type-product .breadcrumbs a, .type-product .breadcrumbs > span {
  color: #000;
}
.type-product .breadcrumbs #navigation-first a::before {
  content: url(assets/logo-small-black.svg);
}
.type-product .breadcrumbs #navigation-first .navigation-bullet::before {
  background: url(assets/breadcrumbs-first-black.svg) no-repeat center center;
}
.type-product .breadcrumbs .navigation-bullet::before {
  content: "";
  background: url(assets/breadcrumbs-second-black.svg) no-repeat center center;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px;
  margin: 14px 0 14px !important;
  border: none !important;
  background-color: unset !important;
  position: absolute;
  z-index: 10;
}
.breadcrumbs::before {
  display: none;
}
.breadcrumbs a {
  padding: 0 !important;
  min-height: unset !important;
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: 600;
  color: #FFF;
  text-decoration: unset !important;
}
.breadcrumbs a::before, .breadcrumbs a::after {
  display: none;
}
.breadcrumbs #navigation-first a {
  display: flex;
}
.breadcrumbs #navigation-first a::before {
  content: url(assets/breadcrumbs-logo.svg);
  display: block;
  position: relative !important;
  top: unset;
  transform: unset;
  width: unset;
  height: 17px;
  background-color: unset;
}
.breadcrumbs #navigation-first a span {
  display: none;
}
.breadcrumbs #navigation-first .navigation-bullet::before {
  content: "";
  background: url(assets/breadcrumbs-first.svg) no-repeat center center;
  width: 6px;
  height: 17px;
}
.breadcrumbs .navigation-bullet {
  font-size: 0;
  display: inline-block;
  padding: 0;
  margin: 0 8px;
}
.breadcrumbs .navigation-bullet::before {
  content: "";
  background: url(assets/breadcrumbs-second.svg) no-repeat center center;
  width: 8px;
  height: 14px;
  display: inline-block;
}
.breadcrumbs > span {
  display: flex;
  align-items: flex-start;
  gap: 0px;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 0 !important;
  color: #FFF;
  text-decoration: unset !important;
  line-height: 1em;
  height: 24px;
}
.breadcrumbs > span > span {
  padding: 0 !important;
}
.breadcrumbs > span > a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1em;
}
.breadcrumbs > span > a span {
  height: 24px;
  display: block;
  line-height: 1em;
  font-size: 1.3rem;
}
.breadcrumbs > span > a:hover {
  text-decoration: underline;
}
.breadcrumbs > span:last-child {
  text-decoration: underline;
}

.id--8 #content {
  max-width: 800px;
  margin: 0 auto;
}
.id--8 #register-form {
  margin-bottom: 80px;
}

.co-registration {
  border: none !important;
  border-color: unset !important;
}
.co-registration fieldset h4 {
  margin-bottom: 30px !important;
}
.stars .star.is-active:hover,
.stars .star.star-half:before,
.stars .star.star-on:before {
  color: #CD9933;
}

.stars a.star-off:before,
.stars span.star-off:before {
  color: #DDCBB9;
}

.f-30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .f-30 {
    font-size: 1.6rem;
  }
}

.f-24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .f-24 {
    font-size: 2rem;
  }
}

.f-20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .f-20 {
    font-size: 1.8rem;
  }
}

.f-18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .f-18 {
    font-size: 1.6rem;
  }
}

.f-14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .f-14 {
    font-size: 1.4rem;
  }
}

.homepage-group-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px;
}
.homepage-group-title::before, .homepage-group-title::after {
  height: 7px;
  font-size: 0px;
  line-height: 0px;
  margin-top: 11px;
}
@media screen and (max-width: 767px) {
  .homepage-group-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 5px;
  }
  .homepage-group-title::before {
    display: none;
  }
}

.swiper-button-prev,
.swiper-button-next {
  transition: all 0.3s ease-in-out;
  font-size: 0;
  position: absolute;
  bottom: 0;
  top: unset;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  border: none;
  outline: none;
  background-color: unset;
  background-color: #3B342B;
  z-index: 2;
  margin: 0 !important;
  transition: all 0.15s ease-in-out;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  transition: all 0.3s ease-in-out;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: unset;
  margin: 0 !important;
  background-image: url(assets/arrow-right.svg);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev.disabled,
.swiper-button-next.disabled {
  opacity: 0.5;
  cursor: auto;
}
.swiper-button-prev.slick-disabled,
.swiper-button-next.slick-disabled {
  cursor: auto;
}
@media (max-width: 767px) {
  .swiper-button-prev.slick-prev,
  .swiper-button-next.slick-prev {
    right: 36px;
  }
}

.swiper-button-prev {
  right: 44px;
  left: unset;
}
.swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.swiper {
  padding-bottom: 76px;
}
@media (max-width: 767px) {
  .swiper {
    padding-bottom: 76px;
  }
}

.swiper-button-next {
  right: 0rem;
  left: unset;
}

.slick-track {
  display: flex !important;
}

.slick-initialized .slick-list {
  border: none !important;
  padding: 0 !important;
  display: block;
  width: unset !important;
}
.slick-initialized .slick-list .slick-track {
  margin-left: unset;
  margin-right: unset;
}

.products-block.slick-initialized .slick-slide {
  height: inherit !important;
  margin: 0 0px;
}

.swiper-pagination {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-pagination {
    position: absolute;
    left: 50% !important;
    top: unset !important;
    right: unset !important;
    bottom: 0px !important;
    transform: unset;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 0px;
    width: unset !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    transition: all 0.3s ease-in-out;
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    background-color: #D4CDC4;
    width: 6px;
    height: 6px;
    overflow: hidden;
    border-radius: 0 !important;
    opacity: 1;
  }
  .swiper-pagination .swiper-pagination-bullet:hover {
    background-color: #8C7A66;
    border-color: #8C7A66;
  }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #8C7A66;
    width: 8px;
    height: 8px;
  }
}

.swiper-scrollbar {
  background-color: #E6E6E6;
  max-width: calc(100% - 116px);
  bottom: 20px !important;
  top: unset !important;
  left: 0 !important;
  font-size: 0;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #1E1A15;
}
@media screen and (max-width: 767px) {
  .swiper-scrollbar {
    display: none !important;
  }
}

.slick-dots {
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 8px;
}
.slick-dots li {
  transition: all 0.3s ease-in-out;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-color: #fff;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 2px 0 2px 0;
  cursor: pointer;
  border: 1px solid #E6E6E6;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:hover {
  background-color: #8C7A66;
  border-color: #8C7A66;
}
.slick-dots li.slick-active {
  background-color: #5A0E1A;
  border-color: #5A0E1A;
}
.slick-dots li:nth-child(n+6) {
  display: none;
}

.popup-widget {
  z-index: 1100;
  position: fixed;
  top: 100px;
}
.popup-widget::before {
  display: none !important;
}
.popup-widget.login-widget {
  top: 65px;
  padding-top: 0 !important;
}
.popup-widget.login-widget.sticky {
  top: 65px;
}
@media screen and (max-width: 991px) {
  .popup-widget.login-widget {
    top: 65px;
  }
  .popup-widget.login-widget.sticky {
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .popup-widget.login-widget {
    top: 52px;
  }
  .popup-widget.login-widget.sticky {
    top: 52px;
  }
}
.popup-widget.cart-widget {
  top: 65px;
  margin-top: 0 !important;
}
.popup-widget.cart-widget.sticky {
  top: 65px;
}
@media screen and (max-width: 991px) {
  .popup-widget.cart-widget {
    top: 65px;
  }
  .popup-widget.cart-widget.sticky {
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .popup-widget.cart-widget {
    top: 55px;
  }
  .popup-widget.cart-widget.sticky {
    top: 52px;
  }
}

#watchdog-form .consents label {
  font-weight: 400 !important;
}

.watchdog-row {
  flex-wrap: wrap;
}
.watchdog-row input[type=email] {
  width: 100%;
}

.admin-logged .popup-widget.cart-widget {
  top: 86px;
}
.admin-logged .popup-widget.cart-widget.sticky {
  top: 65px;
}
@media screen and (max-width: 991px) {
  .admin-logged .popup-widget.cart-widget {
    top: 80px;
  }
  .admin-logged .popup-widget.cart-widget.sticky {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .admin-logged .popup-widget.cart-widget {
    top: 53px;
  }
  .admin-logged .popup-widget.cart-widget.sticky {
    top: 50px;
  }
}
.admin-logged .popup-widget.login-widget {
  top: 86px;
}
.admin-logged .popup-widget.login-widget.sticky {
  top: 65px;
}
@media screen and (max-width: 991px) {
  .admin-logged .popup-widget.login-widget {
    top: 50px;
  }
  .admin-logged .popup-widget.login-widget.sticky {
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .admin-logged .popup-widget.login-widget {
    top: 50px;
  }
  .admin-logged .popup-widget.login-widget.sticky {
    top: 50px;
  }
}

.cart-widget {
  max-height: calc(100vh - 150px);
  border: unset !important;
  max-width: 360px;
  left: 55% !important;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .cart-widget {
    width: 100vw;
    left: 0% !important;
    max-width: 100%;
    max-height: calc(100vh - 120px);
  }
}
@media screen and (max-width: 767px) {
  .cart-widget {
    max-height: calc(100vh - 42px);
  }
}
.cart-widget > .cart-widget-button {
  display: none !important;
}
.cart-widget .cart-widget-inner {
  padding: 0 14px 14px 14px;
}
.cart-widget .cart-widget-inner .cart-widget-products {
  height: unset !important;
  max-height: unset !important;
  padding: 10px;
}
.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 16px !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #E6E6E6 !important;
  justify-content: space-between !important;
}
.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-image {
  order: 1 !important;
  flex: 0 1 60px !important;
}
.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name {
  order: 2 !important;
  flex: 1 1 calc(100% - 60px - 16px) !important;
}
.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-price {
  order: 3 !important;
  font-weight: 700;
  display: flex !important;
  vertical-align: unset !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-price [data-testid=cartWidgetProductPrice] {
  font-size: 1.2rem;
  font-weight: 400;
}
.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-price .cart-widget-product-single-price {
  font-size: 1.2rem;
  font-weight: 400;
}
.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-amount {
  order: 4 !important;
  padding: unset !important;
  position: relative !important;
  display: flex !important;
  vertical-align: unset !important;
  max-width: unset !important;
  min-width: 60px !important;
  height: unset !important;
  max-height: unset !important;
}
.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-amount .quantity {
  margin-right: 30px;
}
.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-unit {
  display: none !important;
}
.cart-widget .cart-widget-inner .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete {
  visibility: visible !important;
  order: 5;
}
.cart-widget .cart-widget-inner .popup-cart-summary {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  padding: 0 20px !important;
  margin-bottom: 25px !important;
}
.cart-widget .cart-widget-inner .cart-widget-button {
  padding: 16px 0 0 0 !important;
  position: unset !important;
}
.cart-widget .cart-widget-inner .cart-widget-button a {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .cart-widget .cart-widget-inner .cart-widget-button {
    padding: 20px 20px 80px 20px !important;
  }
}

.cart-free-shipping {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  position: relative !important;
  bottom: unset !important;
  height: unset !important;
  left: unset !important;
  text-align: left !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.cart-free-shipping > div {
  padding: 0 !important;
}
.cart-free-shipping > div strong {
  color: #000 !important;
}
.cart-free-shipping .price-range {
  pad: 0;
}
.content-modal h1 {
  display: none;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .content-modal h1 {
    font-size: 2.4rem;
  }
}

#footer {
  overflow: hidden;
}
#footer .container {
  background-color: unset !important;
}

.custom-footer {
  padding: 48px 0 6px 0 !important;
  margin-bottom: 72px;
  margin-top: 96px;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: unset !important;
  gap: 48px 16px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 1400px) {
  .custom-footer {
    padding: 32px 0 60px 0 !important;
    gap: 40px 10px;
  }
}
@media screen and (max-width: 1300px) {
  .custom-footer {
    margin-top: 62px;
    margin-bottom: 42px;
    padding: 32px 0 30px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .custom-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px;
    padding: 16px 0 8px !important;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.custom-footer .banner {
  min-height: unset !important;
  margin-bottom: 0 !important;
}
.custom-footer .banner .banner-wrapper {
  margin: 0 !important;
}
.custom-footer .banner .banner-wrapper.active h4:after {
  transform: rotate(180deg);
}
.custom-footer .banner .banner-wrapper.active ul,
.custom-footer .banner .banner-wrapper.active .block {
  display: block;
}
@media screen and (max-width: 767px) {
  .custom-footer .banner .banner-wrapper h4 {
    width: 100%;
  }
  .custom-footer .banner .banner-wrapper h4:after {
    transform: rotate(0deg);
  }
}
.custom-footer > div {
  width: unset !important;
  padding: unset !important;
  flex: unset !important;
}
.custom-footer .custom-footer__instagram {
  display: none;
}
.custom-footer .google-reviews {
  padding: 10px;
  background-color: #F2F2F2;
}
.custom-footer .google-reviews h3 {
  margin: 0 0 16px 0;
}
.custom-footer .google-reviews img {
  margin-bottom: 24px;
  display: block;
}
.custom-footer .google-reviews .stars {
  margin-bottom: 16px;
}
.custom-footer .google-reviews .stars span {
  font-size: 2.4rem;
  line-height: 1em;
  margin-right: 5px;
  width: unset !important;
  height: unset !important;
  color: #000;
  font-weight: 500;
}
.custom-footer .google-reviews p {
  margin-bottom: 24px;
  font-size: 1.8rem;
  line-height: 1.2em;
  color: #000;
  font-weight: 500;
}
.custom-footer .google-reviews a.btn {
  width: 100%;
  text-align: center;
}
.custom-footer .custom-footer__banner5 {
  width: 100% !important;
  max-width: 100%;
}
.custom-footer .custom-footer__banner5 .social-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.custom-footer .custom-footer__banner5 .social-wrapper .left {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .custom-footer .custom-footer__banner5 .social-wrapper .left {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.custom-footer .custom-footer__banner5 .social-wrapper .left h4 {
  max-width: 172px;
}
@media screen and (max-width: 767px) {
  .custom-footer .custom-footer__banner5 .social-wrapper .left h4 {
    margin: 0;
  }
  .custom-footer .custom-footer__banner5 .social-wrapper .left h4 br {
    display: none;
  }
}
.custom-footer .custom-footer__banner5 .social-wrapper .left .links {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 14px;
  margin-top: 6px;
}
.custom-footer .custom-footer__banner5 .social-wrapper .left .links a {
  display: flex;
}
.custom-footer .custom-footer__banner4 .text-holder {
  padding: 0 0 0 0px;
}
.custom-footer .custom-footer__banner4 .text-holder address {
  margin-bottom: 16px;
}
.custom-footer .custom-footer__banner4 .text-holder a.btn {
  font-size: 1.4rem !important;
}
.custom-footer .custom-footer__banner1,
.custom-footer .custom-footer__banner2,
.custom-footer .custom-footer__banner3,
.custom-footer .custom-footer__banner4,
.custom-footer .custom-footer__banner16 {
  width: 100% !important;
  max-width: 268px;
  padding: 0 10px !important;
}
.custom-footer .custom-footer__banner1 > span,
.custom-footer .custom-footer__banner2 > span,
.custom-footer .custom-footer__banner3 > span,
.custom-footer .custom-footer__banner4 > span,
.custom-footer .custom-footer__banner16 > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.custom-footer .custom-footer__banner1 ul,
.custom-footer .custom-footer__banner2 ul,
.custom-footer .custom-footer__banner3 ul,
.custom-footer .custom-footer__banner4 ul,
.custom-footer .custom-footer__banner16 ul {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .custom-footer .custom-footer__banner1,
  .custom-footer .custom-footer__banner2,
  .custom-footer .custom-footer__banner3,
  .custom-footer .custom-footer__banner4,
  .custom-footer .custom-footer__banner16 {
    max-width: 100%;
  }
}
.custom-footer .custom-footer__banner16 {
  padding: 0 !important;
  max-width: 200px;
}
.custom-footer .custom-footer__banner16 h3 {
  margin: 0 0 16px 0;
}
.custom-footer .site-name {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  margin-bottom: 0;
  display: none !important;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .custom-footer .site-name {
    max-width: 100% !important;
    padding: 0 !important;
    margin-bottom: 36px;
  }
}
.custom-footer .site-name .social-wrapper {
  margin-top: 28px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0px;
}
.custom-footer .site-name .social-wrapper a {
  padding: 8px;
}
.custom-footer .site-name a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: unset;
  transform: translateY(-48px);
}
@media screen and (max-width: 767px) {
  .custom-footer .site-name a {
    transform: unset;
  }
}
.custom-footer .site-name a img {
  height: unset;
  max-height: unset;
}
.custom-footer h4 {
  display: flex;
  font-size: 2.4rem;
  line-height: 1em;
  color: #000 !important;
  font-weight: 500;
  text-transform: unset !important;
  padding: 0;
  margin: 0 0 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .custom-footer h4 {
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .custom-footer h4:after {
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(180deg);
  }
}
.custom-footer .custom-footer__banner4 h4:after,
.custom-footer .custom-footer__banner5 h4:after {
  display: none !important;
}
.custom-footer span,
.custom-footer address,
.custom-footer a {
  line-height: 1.4em;
}
.custom-footer ul {
  margin: 0;
}
.custom-footer ul li {
  color: #000 !important;
  padding: 0;
  font-size: 1.6rem;
  margin: 0 0 16px;
  font-weight: 400;
  line-height: 1.4em;
}
.custom-footer ul li a {
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4em;
  position: relative;
  color: #000 !important;
}
.custom-footer ul li a::before {
  transition: all 0.3s ease-in-out;
  content: "";
  left: 0;
  bottom: 3px;
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #000;
}
.custom-footer ul li a:hover {
  text-decoration: none !important;
}
.custom-footer ul li a:hover::before {
  width: 100%;
}
.custom-footer .project-phone,
.custom-footer .project-email,
.custom-footer address,
.custom-footer span {
  color: #ADACAD;
}
.custom-footer .project-phone:after {
  background-color: #ADACAD;
}
.custom-footer .project-email:after {
  background-color: #ADACAD;
}
.custom-footer .custom-footer__banner6,
.custom-footer .custom-footer__banner7,
.custom-footer .custom-footer__banner8,
.custom-footer .custom-footer__banner9,
.custom-footer .custom-footer__banner10,
.custom-footer .custom-footer__banner11,
.custom-footer .custom-footer__banner12,
.custom-footer .custom-footer__banner13,
.custom-footer .custom-footer__banner14,
.custom-footer .custom-footer__banner15,
.custom-footer .custom-footer__banner23,
.custom-footer .custom-footer__banner19,
.custom-footer .custom-footer__banner20,
.custom-footer .custom-footer__banner21,
.custom-footer .custom-footer__banner22,
.custom-footer .custom-footer__banner23,
.custom-footer .custom-footer__banner17,
.custom-footer .custom-footer__banner18 {
  display: none;
}
.custom-footer .custom-footer__banner6 img,
.custom-footer .custom-footer__banner7 img,
.custom-footer .custom-footer__banner8 img,
.custom-footer .custom-footer__banner9 img,
.custom-footer .custom-footer__banner10 img,
.custom-footer .custom-footer__banner11 img,
.custom-footer .custom-footer__banner12 img,
.custom-footer .custom-footer__banner13 img,
.custom-footer .custom-footer__banner14 img,
.custom-footer .custom-footer__banner15 img,
.custom-footer .custom-footer__banner23 img,
.custom-footer .custom-footer__banner19 img,
.custom-footer .custom-footer__banner20 img,
.custom-footer .custom-footer__banner21 img,
.custom-footer .custom-footer__banner22 img,
.custom-footer .custom-footer__banner23 img,
.custom-footer .custom-footer__banner17 img,
.custom-footer .custom-footer__banner18 img {
  display: none;
}
.custom-footer .custom-footer__newsletter {
  order: 20;
}
.custom-footer .custom-footer__newsletter .newsletter-header p {
  display: none;
}
@media screen and (max-width: 1160px) {
  .custom-footer .custom-footer__newsletter {
    max-width: 268px !important;
  }
  .custom-footer .custom-footer__newsletter .newsletter-header p {
    display: none;
  }
  .custom-footer .custom-footer__newsletter form {
    width: 100% !important;
    max-width: 268px !important;
  }
  .custom-footer .custom-footer__newsletter form fieldset {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .custom-footer .custom-footer__newsletter form .validator-msg-holder {
    order: -3;
    width: 100%;
  }
  .custom-footer .custom-footer__newsletter form input {
    order: 1;
    padding: 8px 12px !important;
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
  }
  .custom-footer .custom-footer__newsletter form button {
    position: relative;
    order: -2;
  }
}
@media screen and (max-width: 1160px) {
  .custom-footer .custom-footer__newsletter {
    max-width: 100% !important;
    width: 100% !important;
  }
  .custom-footer .custom-footer__newsletter form {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.id-723 .custom-footer__newsletter,
.id-29 .custom-footer__newsletter {
  width: 100%;
  max-width: 846px;
  margin: 0 auto 144px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .id-723 .custom-footer__newsletter,
  .id-29 .custom-footer__newsletter {
    margin: 0 auto 80px auto;
  }
}
.id-723 .custom-footer__newsletter .newsletter-header h4,
.id-29 .custom-footer__newsletter .newsletter-header h4 {
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .id-723 .custom-footer__newsletter .newsletter-header h4,
  .id-29 .custom-footer__newsletter .newsletter-header h4 {
    font-size: 2.6rem;
  }
}
.id-723 .custom-footer__newsletter .newsletter-header p,
.id-29 .custom-footer__newsletter .newsletter-header p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.4em;
  display: block;
}
@media screen and (max-width: 767px) {
  .id-723 .custom-footer__newsletter form,
  .id-29 .custom-footer__newsletter form {
    width: 100% !important;
  }
  .id-723 .custom-footer__newsletter form fieldset,
  .id-29 .custom-footer__newsletter form fieldset {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .id-723 .custom-footer__newsletter form .validator-msg-holder,
  .id-29 .custom-footer__newsletter form .validator-msg-holder {
    order: -3;
    width: 100%;
  }
  .id-723 .custom-footer__newsletter form input,
  .id-29 .custom-footer__newsletter form input {
    order: 1;
    padding: 8px 12px !important;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .id-723 .custom-footer__newsletter form button,
  .id-29 .custom-footer__newsletter form button {
    position: relative;
    order: -2;
  }
}

.custom-footer__newsletter .newsletter-header h4 {
  margin: 0 0 24px 0;
}
.custom-footer__newsletter .newsletter-header p {
  margin: 0 0 32px 0;
}
.custom-footer__newsletter form {
  width: 100% !important;
  max-width: 480px !important;
}
.custom-footer__newsletter form fieldset {
  max-width: 100%;
}
.custom-footer__newsletter form input {
  height: 48px;
  text-align: left;
  padding-right: 175px !important;
  width: 100% !important;
  max-width: 480px !important;
}
.custom-footer__newsletter form button {
  height: 48px !important;
}
.custom-footer__newsletter form button::before {
  display: none !important;
}
.custom-footer__newsletter form br {
  display: none !important;
}
.custom-footer__newsletter form .form-group {
  margin: 24px 0 0px 0 !important;
}
.custom-footer__newsletter form label {
  font-weight: 400 !important;
  font-size: 1.6rem !important;
}
.custom-footer__newsletter form label a {
  font-weight: 400 !important;
  font-size: 1.4rem !important;
  text-decoration: underline !important;
}

.footer-bottom-wrapper {
  background-color: #131313;
}
.footer-bottom-wrapper .footer-bottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
  gap: 16px;
  position: relative;
  border: none !important;
}
@media screen and (max-width: 1050px) {
  .footer-bottom-wrapper .footer-bottom {
    flex-direction: column-reverse !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
  }
}
.footer-bottom-wrapper .footer-bottom::before {
  content: "";
  left: 50%;
  top: 0px;
  height: 5px;
  transform: translateX(-50%);
  width: 100%;
  display: block;
  position: absolute;
  background-size: cover;
}
.footer-bottom-wrapper .footer-bottom::after {
  display: none;
}
.footer-bottom-wrapper #signature {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  flex: unset !important;
  width: unset !important;
  flex: unset;
  margin: 0;
}
.footer-bottom-wrapper #signature .image {
  display: none !important;
}
.footer-bottom-wrapper #signature .title,
.footer-bottom-wrapper #signature .company {
  flex: unset !important;
  width: unset !important;
  font-size: 1.3rem;
  color: #FFF;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
.footer-bottom-wrapper #signature .title:after {
  content: "|";
  margin-left: 5px;
}
.footer-bottom-wrapper #signature .company {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer-bottom-wrapper .copyright {
  font-size: 1.3rem;
  color: #FFF;
  font-weight: 500;
  margin: 0;
  line-height: 1.2em;
  flex: unset;
}
.footer-bottom-wrapper .copyright strong {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .footer-bottom-wrapper .platebni-metody {
    order: 0;
  }
}

.custom-footer__instagram {
  margin-bottom: 24px;
  overflow: hidden;
}
.custom-footer__instagram h4 {
  color: #1E1A15;
  font-size: 5.6rem;
  line-height: 1.2em;
  margin: 0 0 56px 0;
}
@media screen and (max-width: 767px) {
  .custom-footer__instagram h4 {
    font-size: 2.6rem;
    margin: 0 0 32px 0;
  }
}
.custom-footer__instagram .instagram-widget {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  width: calc(100vw - var(--scrollbar-width) + 0.9px) !important;
  min-width: 1903px;
  position: relative !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  max-width: unset !important;
  gap: 0px;
}
@media screen and (max-width: 1700px) {
  .custom-footer__instagram .instagram-widget {
    min-width: 116.6666666667vw;
  }
}
@media screen and (max-width: 1100px) {
  .custom-footer__instagram .instagram-widget {
    grid-template-columns: repeat(6, 1fr);
    min-width: 122.2222222222vw;
  }
  .custom-footer__instagram .instagram-widget a:nth-of-type(7), .custom-footer__instagram .instagram-widget a:nth-of-type(8) {
    display: none;
  }
}
.custom-footer__instagram .instagram-widget .instagram-follow-btn {
  display: none;
}
.custom-footer__instagram .instagram-widget a {
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 0;
  aspect-ratio: 240/240;
  position: relative;
  border-radius: 0px;
}
.custom-footer__instagram .instagram-widget a:hover div {
  opacity: 1;
}
.custom-footer__instagram .instagram-widget a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-footer__instagram .instagram-widget a div {
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 0;
}
.custom-footer__instagram .instagram-widget a div img {
  transition: all 0.3s ease-in-out;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: unset;
  height: unset;
  transform: unset;
}
.custom-footer__instagram .instagram-widget a div span {
  transition: all 0.3s ease-in-out;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #FFF;
  display: block;
}
@media screen and (max-width: 767px) {
  .custom-footer__instagram .instagram-widget {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
    padding: 0 0px !important;
    min-width: unset;
  }
  .custom-footer__instagram .instagram-widget a:nth-of-type(6) {
    display: none;
  }
  .custom-footer__instagram .instagram-widget a:nth-of-type(5) {
    display: none;
  }
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

label {
  cursor: pointer;
}

input[type=checkbox] + label {
  position: relative;
  padding-left: 24px;
  display: inline-block;
  color: #000;
  font-size: 1.4rem;
  line-height: 1.2em;
  padding: 0 0 0 34px !important;
}
input[type=checkbox] + label::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #E6E6E6 !important;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  top: 9px;
  left: 0;
}
input[type=checkbox] + label.disabled {
  opacity: 0.7;
}

input[type=checkbox]:checked + label::before {
  background-color: #8C7A66;
  border: 1px solid #B3B3B3 !important;
}
input[type=checkbox]:checked + label::after {
  content: url(assets/check.svg);
  display: block;
  line-height: 0;
  left: 5px;
  top: 9px;
  width: 15px;
  height: 15px;
  border: none !important;
  border-color: unset !important;
  background-color: unset !important;
  position: absolute;
}

input[type=radio] + label {
  padding-left: 44px;
  position: relative;
  display: inline-block;
}
input[type=radio] + label::before {
  content: "" !important;
  display: inline-block !important;
  width: 24px !important;
  height: 24px !important;
  border: 1px solid #EBEAE9 !important;
  background-color: #fff !important;
  border-radius: 50% !important;
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

input[type=radio]:checked + label::after {
  content: "";
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 50%;
  background-color: #8C7A66 !important;
  position: absolute !important;
  left: 3px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

input[type=date],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
input[type=number],
textarea,
select {
  border: unset !important;
  border-bottom: 1px solid #3B342B !important;
  font-size: 1.6rem !important;
  width: 100% !important;
  color: #000 !important;
  background-color: transparent !important;
  font-family: "baskerville-urw", sans-serif !important;
  padding: 8px 12px !important;
  border-radius: 0px !important;
  line-height: 1.4em;
}
input[type=date].focus-visible,
input[type=text].focus-visible,
input[type=email].focus-visible,
input[type=password].focus-visible,
input[type=tel].focus-visible,
input[type=search].focus-visible,
input[type=number].focus-visible,
textarea.focus-visible,
select.focus-visible {
  outline: none !important;
}
input[type=date]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: inherit;
  opacity: 1;
  color: inherit;
  font-family: inherit;
  color: #3B342B !important;
}
input[type=date]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=search]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  box-shadow: unset !important;
}

label {
  font-weight: 700;
  font-size: 1.4rem !important;
}

.js-validator-msg {
  color: #E82B37;
  font-size: 1.2rem;
  font-weight: 400;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=submit] {
  border: none;
  box-shadow: none;
  font-family: "baskerville-urw", sans-serif;
  font-size: 1.4rem;
  align-self: flex-start;
}

textarea {
  resize: none !important;
  border: 1px solid #000 !important;
}

.form-group,
.f-field-group {
  margin: 20px 0 16px 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
.form-group select,
.f-field-group select {
  width: 100% !important;
}
.form-group::before, .form-group::after,
.f-field-group::before,
.f-field-group::after {
  display: none;
}
.form-group .js-validator-msg,
.f-field-group .js-validator-msg {
  margin: 0 !important;
  text-align: left !important;
}
.form-group label,
.f-field-group label {
  width: 100%;
}
.form-group input:not([type=submit]),
.f-field-group input:not([type=submit]) {
  width: 100% !important;
  border-radius: 0px !important;
  height: unset !important;
}
.form-group input[type=checkbox] + label, .form-group input[type=radio] + label,
.f-field-group input[type=checkbox] + label,
.f-field-group input[type=radio] + label {
  margin-bottom: 0px;
  line-height: 1.2em;
  font-weight: 400 !important;
}
.form-group label,
.f-field-group label {
  margin-bottom: 0px;
  line-height: 1.2em;
  font-weight: 700 !important;
  color: #000 !important;
}
.form-group label span,
.f-field-group label span {
  white-space: nowrap;
}
.form-group:last-child,
.f-field-group:last-child {
  margin-bottom: 0;
}
.f-field-group {
  margin: 0px 0 16px 0;
}

.radio-wrapper {
  margin-bottom: 0px;
}

.required-asterisk::after {
  content: "*";
  display: inline-block;
  color: #F55F68;
  margin-left: 0em;
}

.filter-label.no-display {
  display: none;
}

body:not(.customer-page) #register-form {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
}

.required-asterisk {
  white-space: normal !important;
}

#company-info label {
  width: 100% !important;
}

select {
  background-color: transparent !important;
  background-image: url(assets/select-field.svg) !important;
  background-position: right 8px top 50%;
  background-repeat: no-repeat;
  background-size: 24px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
}
select:focus-visible {
  outline: none !important;
}
@media screen and (max-width: 767px) {
  select {
    height: 40px;
  }
}

#content .filter-section fieldset div.advanced-filters-wrapper,
#footer .filter-section fieldset div.advanced-filters-wrapper {
  margin-bottom: 0px !important;
}

.category-content-wrapper .products-block {
  gap: 0;
}
@media (max-width: 1000px) {
  .category-content-wrapper .products-block {
    margin-left: -2rem;
    width: calc(100% + 4rem);
  }
}
.category-content-wrapper .products-block .product .p {
  border: none;
}
.category-content-wrapper .products-block .product .p .p-in-in {
  align-items: start;
}
.category-content-wrapper .products-block .product .p .prices {
  order: 0;
  font-size: 1.8rem;
}
.category-content-wrapper .products-block .product .p .name {
  order: 1;
}
.category-content-wrapper .products-block .product .p .image {
  position: relative;
}
.category-content-wrapper .products-block .product .p .image .p-tools {
  position: absolute;
  bottom: 0;
  right: 0;
}
.category-content-wrapper .products-block .product .p .image .p-tools .btn-primary {
  padding: 10px !important;
  font-size: 0;
  background-color: transparent !important;
}
.category-content-wrapper .products-block .product .p .image .p-tools .btn-primary::after {
  content: url(assets/pwa_icon-plus.svg);
}

.mobile .category-title {
  margin: 20px 0 20px 0;
  text-align: center;
}

.mobile .subcategories,
.mobile .subcategories.with-image {
  overflow-x: scroll;
}

#subcategory-extra-wrapper {
  position: relative;
}
#subcategory-extra-wrapper::before {
  content: "";
  background: linear-gradient(270deg, #fff 10%, rgba(255, 255, 255, 0) 100%);
  height: 100%;
  width: 35%;
  position: absolute;
  right: 0;
  z-index: 99;
}

.subcategories,
.subcategories.with-image {
  display: flex;
  justify-content: center;
  height: max-content;
  flex-wrap: nowrap;
  position: relative;
  margin: 20px 0 0 0 !important;
}
.subcategories li,
.subcategories.with-image li {
  width: max-content;
  display: flex;
  height: max-content;
  align-items: center;
  justify-content: center;
}
.subcategories li a,
.subcategories.with-image li a {
  border: none;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  height: auto;
  gap: 8px;
}
.subcategories li a::after, .subcategories li a::before,
.subcategories.with-image li a::after,
.subcategories.with-image li a::before {
  display: none;
  content: "" !important;
}
.subcategories li a .image,
.subcategories.with-image li a .image {
  width: max-content;
}
.subcategories li a .image img,
.subcategories.with-image li a .image img {
  border-radius: 44px;
  border: 1px solid #C8BBAD;
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: unset !important;
}
.subcategories li a .text,
.subcategories.with-image li a .text {
  display: flex !important;
  width: 100%;
  max-height: 100% !important;
  padding-left: 0;
  overflow: visible !important;
  color: #000;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.4;
}

.mobile #filters-wrapper .filters-wrapper {
  display: none;
}

.mobile #filters-wrapper .filters-wrapper.active {
  display: block;
}

.mobile #filters {
  margin-bottom: 0 !important;
}

h4#create-filter-btn,
h4#create-sort-btn {
  margin: 0;
  padding: 16px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  border: 1px solid #999;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
h4#create-filter-btn::after,
h4#create-sort-btn::after {
  content: url(assets/plus.svg);
}

h4#create-filter-btn.active::after,
h4#create-sort-btn.active::after {
  content: url(assets/minus.svg);
}

#filters-wrapper:has(h4#create-filter-btn.active) {
  margin-bottom: 20px;
}

a.filtering-btn.no-before {
  display: none !important;
}

.mobile #category-header .listSorting {
  display: none;
}

.mobile #category-header.active .listSorting {
  display: unset;
  width: 100%;
}

.mobile #category-header .listSorting__controls {
  flex-direction: column !important;
  width: 100%;
  margin-top: 20px;
}
.mobile #category-header .listSorting__controls button {
  width: 100%;
  text-align: left;
  margin: 0 !important;
  background-color: transparent !important;
}

.mobile #filters-wrapper {
  margin-left: -2rem;
  width: calc(100% + 4rem);
  padding: 20px 2rem;
}

.mobile #filters-wrapper:has(.filters-wrapper.active) {
  transition: all 0.2s ease-in-out;
  background-color: #f4f2f0;
}

.mobile .filters-wrapper .slider-wrapper h4 {
  margin: 0;
  text-align: left;
}
.mobile .filters-wrapper .slider-wrapper .slider-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 8px;
}
.mobile .filters-wrapper .slider-wrapper .slider-header .slider-content {
  width: 100% !important;
  position: unset;
  order: 2;
}
.mobile .filters-wrapper .slider-wrapper .slider-header .from,
.mobile .filters-wrapper .slider-wrapper .slider-header .to {
  width: 50%;
  order: 0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.mobile .filters-wrapper #category-filter-hover {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.mobile .filters-wrapper #category-filter-hover .filter-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.mobile .filters-wrapper #category-filter-hover .filter-section form {
  display: none;
}
.mobile .filters-wrapper #category-filter-hover .filter-section h4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile .filters-wrapper #category-filter-hover .filter-section h4::after {
  content: url(assets/arrow-down.svg);
}
.mobile .filters-wrapper #category-filter-hover .filter-section.filter-form-visible form {
  display: flex;
}
.mobile .filters-wrapper #category-filter-hover .filter-section.filter-form-visible h4::after {
  transform: rotate(180deg);
}
.mobile .filters-wrapper #category-filter-hover .advanced-filters-wrapper {
  padding: 0 34px;
  gap: 8px;
}
.mobile .filters-wrapper #category-filter-hover .advanced-filters-wrapper > div {
  padding: 0;
}

.mobile .category-content-wrapper .products-block {
  margin-left: -2rem;
  width: calc(100% + 4rem);
}

.advanced-parameter-inner.yes-before::before {
  background-image: url(assets/pwa_icon-yes.svg);
}

.advanced-parameter-inner.yes-before {
  border-color: #5A0E1A;
}

.sidebar {
  background-color: #f4f2f0 !important;
}
.sidebar .sidebar-inner:has(.box-filters) {
  width: 100%;
  display: flex;
}

aside {
  display: flex;
  width: 100% !important;
  align-items: center;
  justify-content: center;
}

.box-filters {
  width: 100%;
}

.ui-slider .ui-slider-range {
  background-color: #5A0E1A;
}

.slider-content {
  width: 60% !important;
}

.filters-wrapper .filter-sections #category-filter-hover {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
}
@media (max-width: 1000px) {
  .filters-wrapper .filter-sections #category-filter-hover {
    justify-content: center !important;
  }
}
.filters-wrapper .filter-sections #category-filter-hover .filter-section {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 450px) {
  .filters-wrapper .filter-sections #category-filter-hover .filter-section {
    max-width: unset;
  }
}
.filters-wrapper .filter-sections .advanced-filters-wrapper > div {
  padding: 0;
  display: flex;
  justify-content: center;
}

.type-category .content-wrapper-in {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.type-category .content-wrapper-in .content {
  max-width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 900px) {
  .type-category .content-wrapper-in .content {
    max-width: 100%;
  }
}
.type-category .category-top-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.type-category .category-top-wrapper h1 {
  font-weight: 700;
  margin: 0px 0 7px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 5.6rem;
  width: 100%;
  max-width: 50%;
  padding: 0 30px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .type-category .category-top-wrapper h1 {
    max-width: 100%;
    font-size: 2.6rem;
  }
}
.type-category .category-top-wrapper .category-perex {
  padding: 0 30px 0 30px;
  color: #FFF;
  font-size: 1.6rem;
  width: 100%;
  max-width: 50%;
  text-align: center;
}
.type-category .category-top-wrapper .category-perex:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) and (min-width: 0px) {
  .type-category .category-top-wrapper .category-perex {
    padding: 0 20px 0 0;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .type-category .category-top-wrapper .category-perex {
    font-size: 1.6rem;
    max-width: 100%;
  }
  .type-category .category-top-wrapper .category-perex br {
    display: none;
  }
}
.type-category .category-top-wrapper .category-perex p {
  margin: 0 auto 8px auto;
  line-height: 1.4em;
  font-weight: 400;
  text-align: center;
  max-width: 464px;
  width: 100%;
}
.type-category .category-top-wrapper .category-perex p:last-of-type {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .type-category .category-top-wrapper .category-perex p {
    margin: 0 0 8px 0;
  }
  .type-category .category-top-wrapper .category-perex p:last-of-type {
    margin-bottom: 0px;
  }
}
.type-category .category-top-wrapper .category-top {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 88px 0 80px 0;
  min-height: 278px;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .type-category .category-top-wrapper .category-top {
    padding: 201px 2rem 9px 2rem;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 218px;
  }
  .type-category .category-top-wrapper .category-top .category-title {
    z-index: 3;
    position: relative;
  }
  .type-category .category-top-wrapper .category-top .category-perex {
    z-index: 4;
    position: relative;
  }
}
.type-category .category-top-wrapper .category-image {
  height: 100%;
  min-height: 278px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 100vw;
  width: calc(100vw - var(--scrollbar-width) + 0.9px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  z-index: -1;
  max-height: 100%;
  object-fit: cover;
  overflow: hidden;
  background-color: #848283;
}
.type-category .category-top-wrapper .category-image::before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  z-index: 2;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#000000", GradientType=1);
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .type-category .category-top-wrapper .category-image {
    grid-column-start: 1;
    grid-row: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100vw;
    max-width: 100vw;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    top: 0;
    transform: translateX(-50%);
  }
  .type-category .category-top-wrapper .category-image img {
    height: 100%;
    object-fit: cover;
    width: 100vw;
    max-width: 100vw;
  }
}
.type-category .category-top-wrapper .category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.type-category .category-top-wrapper .show-all-categories {
  border: 1px solid #c4c5c8;
  padding: 11px 44px 11px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #474446;
  width: 100%;
  position: relative;
  max-width: 450px;
  margin: 0 auto 8px 0;
}
.type-category .category-top-wrapper .show-all-categories::before {
  margin-right: 16px;
  line-height: 0;
}
.type-category .category-top-wrapper .show-all-categories:after {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 0;
  transform: translateY(-50%);
}
.type-category .custom-footer__banner10 {
  margin-bottom: 77px;
}

@media screen and (max-width: 767px) {
  body.in-rolex .category-top {
    background: linear-gradient(270deg, #0b5838 0%, #0f7047 100%) !important;
  }
}
.category-header div {
  font-size: 1.6rem !important;
  line-height: 1.4em !important;
  text-align: right !important;
  padding: 0 !important;
}
@media screen and (max-width: 1000px) and (min-width: 0px) {
  .category-header div {
    font-size: 1.6rem !important;
    line-height: 1.4em !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 auto !important;
  }
}

@media screen and (max-width: 900px) {
  .sub-holder {
    position: relative;
  }
  .sub-holder::before {
    content: "";
    left: 50%;
    width: 100vw;
    height: 184px;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    background-color: #fbfaf8;
    top: -40px;
  }
  .sub-holder .show-all-categories {
    border: 1px solid #E6E6E6 !important;
    padding: 11px 44px 11px 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 1.6rem !important;
    line-height: 1.5em !important;
    color: #474446 !important;
    width: 100% !important;
    position: relative !important;
    max-width: 450px !important;
    margin: 0 auto 8px 0 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
  }
  .sub-holder .show-all-categories:hover {
    color: #333333 !important;
  }
  .sub-holder .show-all-categories::before {
    margin-right: 8px;
    line-height: 0;
  }
  .sub-holder .show-all-categories:after {
    position: absolute;
    top: 50%;
    right: 8px;
    line-height: 0;
    transform: translateY(-50%);
  }
  .category-content-wrapper {
    display: flex;
    flex-direction: column;
  }
  #filters-wrapper {
    order: -1;
  }
  .sub-holder {
    order: -2;
  }
  .filters-unveil-button-wrapper .btn-default {
    border: 1px solid #E6E6E6 !important;
    padding: 11px 44px 11px 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 1.6rem !important;
    line-height: 1.5em !important;
    color: #474446 !important;
    width: 100% !important;
    position: relative !important;
    max-width: 450px !important;
    margin: 0 auto 80px 0 !important;
    border-radius: 0 !important;
    background-color: #fff !important;
    text-transform: unset !important;
  }
  .filters-unveil-button-wrapper .btn-default:hover {
    color: #333333 !important;
  }
  .filters-unveil-button-wrapper .btn-default::before {
    margin-right: 8px;
    line-height: 0;
  }
  .filters-unveil-button-wrapper .btn-default:after {
    position: absolute;
    top: 50%;
    right: 8px;
    line-height: 0;
    transform: translateY(-50%);
  }
}
.banner-category {
  grid-column: span 2;
  margin-bottom: 0 !important;
  display: block;
}
@media (max-width: 780px) {
  .banner-category {
    grid-column: span 1;
  }
}
.banner-category.first {
  width: 100%;
}
.banner-category .banner-wrapper,
.banner-category a {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  justify-content: center;
  height: 100%;
}
.banner-category .banner-wrapper:hover img,
.banner-category a:hover img {
  transform: translate(-50%, -50%);
}
.banner-category .banner-wrapper img,
.banner-category a img {
  width: 100%;
  height: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: left;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .banner-category .banner-wrapper img,
  .banner-category a img {
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .banner-category .banner-wrapper,
  .banner-category a {
    overflow: visible;
  }
}
.banner-category .extended-banner-texts {
  align-items: center;
  bottom: unset;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  left: unset;
  max-width: 82%;
  padding: 48px 32px;
  position: absolute;
  position: relative !important;
  right: unset;
  top: unset;
  transform: unset;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .banner-category .extended-banner-texts {
    max-width: 100%;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-category .extended-banner-texts .extended-banner-title,
.banner-category .extended-banner-texts .extended-banner-text,
.banner-category .extended-banner-texts .extended-banner-link {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  bottom: unset !important;
  right: unset !important;
  border: unset;
  box-shadow: unset;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .banner-category .extended-banner-texts .extended-banner-title,
  .banner-category .extended-banner-texts .extended-banner-text,
  .banner-category .extended-banner-texts .extended-banner-link {
    text-align: left;
  }
}
.banner-category .extended-banner-texts .extended-banner-title,
.banner-category .extended-banner-texts .extended-banner-text {
  background-color: unset !important;
  padding: 0 !important;
}
.banner-category .extended-banner-texts .extended-banner-title {
  font-size: 4.8rem;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .banner-category .extended-banner-texts .extended-banner-title {
    font-size: 3.2rem;
    margin: 0 0 16px 0;
  }
}
.banner-category .extended-banner-texts .extended-banner-title span {
  font-family: "baskerville-urw", sans-serif !important;
  color: #8C7A66;
  font-size: 2rem;
  line-height: 1.3em;
  font-weight: 500;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .banner-category .extended-banner-texts .extended-banner-title span {
    font-size: 1.4rem;
    margin: 0 0 16px 0;
  }
}
.banner-category .extended-banner-texts .extended-banner-text {
  font-size: 2rem;
  color: #000;
  line-height: 1.4em;
  margin-bottom: 40px;
  max-width: 100% !important;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .banner-category .extended-banner-texts .extended-banner-text {
    font-size: 1.4rem;
    margin: 0 0 16px 0;
  }
}
.banner-category .extended-banner-texts .extended-banner-link {
  height: unset;
  margin-top: 0 !important;
}
.banner-category .custom-category-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: nowrap;
  position: relative;
  padding: 70px;
  align-items: flex-start;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .banner-category .custom-category-banner {
    padding: 40px 0 338px 0;
  }
}
.banner-category .custom-category-banner picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  object-fit: cover;
}
.banner-category .custom-category-banner picture img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .banner-category .custom-category-banner picture {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
.banner-category .custom-category-banner h2 {
  color: #000;
  margin: 0 0 30px 0;
  width: 100%;
  max-width: 509px;
}
.banner-category .custom-category-banner p {
  width: 100%;
  max-width: 452px;
  margin: 0 0 60px 0;
  color: #000;
}
.banner-category .custom-category-banner a {
  width: unset;
  height: unset;
  margin-bottom: 24px;
}
.banner-category .custom-category-banner a:last-of-type {
  margin: unset;
}
@media screen and (max-width: 767px) {
  .banner-category .custom-category-banner a {
    padding: 10px 12px;
    width: 100%;
    text-align: center;
    margin-bottom: 9px;
  }
}

.filter-total-count {
  display: none !important;
}

.filter-section {
  border: unset !important;
  padding: 0 !important;
}
@media screen and (max-width: 900px) {
  .filter-section h4 {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.filter-section .filter-count {
  display: none;
}
.filter-section .filter-count::before {
  content: "(";
}
.filter-section .filter-count::after {
  content: ")";
}
.filter-section input[type=checkbox] + label {
  margin-bottom: 12px;
}
@media screen and (max-width: 450px) {
  .filter-section input[type=checkbox] + label {
    margin-bottom: 0;
  }
}
.filter-section form .display-more {
  color: #cdcbc9;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.filter-section.filter-form-visible h4:after {
  width: 0;
}
.filter-section.filter-form-visible form {
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 450px) {
  .filter-section.filter-form-visible form {
    margin-bottom: 8px;
  }
}

body:not(.mobile) .filter-section-button {
  display: none !important;
}

.filter-sections {
  background-color: unset !important;
  padding: 0 !important;
}

.sidebar-inner {
  padding: 0 !important;
}

.slider-wrapper {
  padding: 5px 0 !important;
}
.slider-wrapper h4 {
  font-weight: 700;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.5em;
  position: relative;
  padding-bottom: 6px;
  margin-bottom: 47px;
  text-transform: unset !important;
}

.slider-header {
  position: relative;
  padding-top: 0px;
}
.slider-header .from,
.slider-header .to {
  font-size: 1.2rem;
}
.slider-header .slider-content {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
}
.slider-header .slider-content .ui-slider-handle {
  background-color: #fff !important;
  border: 3px solid #5A0E1A;
}
.slider-header .slider-content .ui-slider-handle:after {
  display: none !important;
}

#clear-filters {
  width: 100%;
  display: flex;
  text-align: center;
}
#clear-filters .close-after {
  transition: all 0.3s ease-in-out;
  padding: 11px;
  width: 100%;
  color: #000 !important;
  font-size: 1.6rem;
  line-height: 1.5em;
  border: 1px solid #c4c5c8 !important;
  background-color: transparent !important;
  border-bottom: 4px;
}
#clear-filters .close-after:hover {
  background-color: #000 !important;
  color: #333333 !important;
}
#clear-filters .close-after::after {
  display: none !important;
}

.active-filters .active-list {
  display: none;
}

#productsTop {
  counter-reset: productCounter;
}
#productsTop .button-wrapper {
  display: none !important;
}
#productsTop .product {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin-bottom: 24px !important;
}
@media screen and (max-width: 767px) {
  #productsTop .product {
    margin-bottom: 8px !important;
  }
  #productsTop .product .p {
    border: unset !important;
    border-bottom: 1px solid #ececed !important;
  }
}
#productsTop .product .p {
  counter-increment: productCounter;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
  flex-direction: row;
  padding: 8px 16px;
}
#productsTop .product .p::before {
  content: counter(productCounter, decimal-leading-zero);
  font-size: 1.2rem;
  line-height: 1.2em;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  border-radius: 50%;
  font-weight: 700;
  background-color: #000;
  color: #333333;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #productsTop .product .p::before {
    display: none !important;
  }
}
#productsTop .product .p .image {
  width: 64px;
  height: 64px;
  padding: 0;
  min-height: unset;
  min-width: 64px;
  overflow: hidden;
  margin: 0 24px;
}
#productsTop .product .p .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  #productsTop .product .p .image {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #productsTop .product .p .image {
    margin-left: 0px;
    margin-right: 10px;
  }
}
#productsTop .product .p .p-in {
  display: flex;
  padding: 0;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  line-height: unset;
  position: relative;
  height: unset;
}
#productsTop .product .p .p-in .p-in-in {
  flex: unset;
  padding: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  gap: 8px;
}
#productsTop .product .p .p-in .p-in-in .extra-flags {
  display: none;
}
#productsTop .product .p .p-in .p-in-in .name {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #000;
}
#productsTop .product .p .p-in .p-in-in .ratings-wrapper .availability {
  font-size: 1.2rem;
  font-weight: 400;
  max-width: unset;
  margin: 0 !important;
}
#productsTop .product .p .p-in .p-bottom {
  flex: unset;
  width: unset;
}
#productsTop .product .p .p-in .p-bottom > div {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  width: unset;
  max-width: unset;
  min-width: unset;
  flex: unset;
}
#productsTop .product .p .p-in .p-bottom .prices {
  display: flex;
  flex: unset;
  flex-basis: unset;
  flex-direction: column;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: center;
}
#productsTop .product .p .p-in .p-bottom .price-final {
  white-space: nowrap;
}

#category-header {
  background-color: unset !important;
  margin-bottom: 31px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  overflow: hidden;
  margin-top: 31px;
}
#category-header .listSorting {
  max-width: 100%;
}
#category-header .listItemsTotal {
  font-weight: 600 !important;
  line-height: 1.4rem !important;
  color: #000 !important;
  line-height: 1.5em !important;
}
#category-header .listItemsTotal > strong {
  font-weight: 600 !important;
  line-height: 1.4rem !important;
  color: #000 !important;
  line-height: 1.5em !important;
}
@media screen and (max-width: 1000px) {
  #category-header {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
  }
}
#category-header .all-products {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  display: inline-block !important;
  padding: 0 !important;
  flex: unset !important;
  width: unset !important;
  display: none !important;
}
#category-header .all-products strong {
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
}
#category-header .listSorting {
  max-width: 100%;
}
#category-header .listSorting .listSorting__controls {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#category-header .listSorting button {
  transition: all 0.3s ease-in-out;
  padding: 10px 0px;
  background-color: #fff;
  font-size: 1.6rem !important;
  line-height: 1.4em;
  color: #000;
  border: unset;
  border-bottom: 2px solid transparent;
  margin: 0 12px 0 0 !important;
}
#category-header .listSorting button::before, #category-header .listSorting button::after {
  display: none !important;
}
#category-header .listSorting button:hover {
  border-color: #8C7A66;
}
#category-header .listSorting .listSorting__control--current {
  border-color: #8C7A66;
}
#category-header .listSorting .listSorting__control--current::before, #category-header .listSorting .listSorting__control--current::after {
  display: none !important;
}
#category-header .listSorting .listSorting__control--current:after {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  #category-header .listSorting {
    overflow: auto;
  }
  #category-header .listSorting .listSorting__controls {
    display: flex;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #category-header .helper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
  }
  #category-header .helper .listSorting {
    display: none;
  }
  #category-header .helper .listSorting.active {
    display: flex;
    padding: 30px;
    position: absolute;
    background-color: #fff;
    z-index: 100;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-box-shadow: 0px 5px 16px 5px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 5px 16px 5px rgba(0, 0, 0, 0.12);
  }
  #category-header .helper .listSorting.active .listSorting__controls {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #category-header .helper .sorting-label {
    font-size: 1.6rem;
    color: #474446;
    font-weight: 700;
  }
  #category-header .helper .actual-sorting {
    border: 1px solid #c4c5c8 !important;
    padding: 11px 44px 11px 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    font-size: 1.6rem !important;
    line-height: 1.5em !important;
    color: #474446 !important;
    width: 100% !important;
    position: relative !important;
    max-width: 450px !important;
    margin: 0 auto 0px 0 !important;
  }
  #category-header .helper .actual-sorting:after {
    position: absolute;
    top: 50%;
    right: 20px;
    line-height: 0;
    transform: translateY(-50%);
  }
}

.all-products {
  display: none;
}

.pagination-wrapper {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row !important;
  justify-content: flex-start;
  margin: 56px 0 120px 0 !important;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .pagination-wrapper {
    margin: 40px 0 65px 0 !important;
    justify-content: space-between;
  }
}
.pagination-wrapper .pagination-top {
  min-width: unset !important;
  order: 2;
  transition: all 0.3s ease-in-out;
  border-bottom: 1px solid #000 !important;
  color: #000 !important;
  padding: 12px 24px 12px 24px;
  border-radius: 12px 12px 0 0;
  line-height: 1em;
  letter-spacing: 0.004em;
  text-transform: unset !important;
  margin-left: 12px;
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination-top {
    padding: 12px 24px 12px 24px;
  }
}
.pagination-wrapper .pagination-top:hover {
  background-color: #B3B3B3 !important;
}
.pagination-wrapper .pagination-top .pagination-link {
  display: none;
}
.pagination-wrapper .pagination-top .js-scroll-top {
  margin: 0;
  font-size: 2rem;
  line-height: 1em;
  text-transform: unset !important;
  height: unset;
  width: unset;
}
.pagination-wrapper .pagination-loader {
  min-width: unset;
  order: 1;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination-loader {
    width: 100%;
  }
}
.pagination-wrapper .pagination-loader .load-products {
  transition: all 0.3s ease-in-out;
  border: 1px solid #000 !important;
  color: #3B342B !important;
  padding: 12px 24px 12px 24px;
  background-color: #fff !important;
  font-size: 1.8rem;
  line-height: 1em;
  font-weight: 700;
}
.pagination-wrapper .pagination-loader .load-products:hover {
  background-color: #000 !important;
  color: #FFF !important;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination-loader .load-products {
    padding: 12px 12px 12px 12px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .pagination-wrapper .pagination-loader .load-products {
    width: 100%;
  }
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  min-width: unset !important;
  order: 3;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination {
    margin-right: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
.pagination-wrapper .pagination .current {
  order: 2;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border-radius: 0 !important;
  margin: 0 !important;
}
.pagination-wrapper .pagination a,
.pagination-wrapper .pagination strong {
  margin: 0 !important;
}
.pagination-wrapper .pagination a[data-testid=linkFirstPage],
.pagination-wrapper .pagination strong[data-testid=linkFirstPage] {
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  order: 1;
  margin-left: 32px;
  border-radius: 0 !important;
}
.pagination-wrapper .pagination a[data-testid=linkLastPage],
.pagination-wrapper .pagination strong[data-testid=linkLastPage] {
  min-width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  order: 5;
  margin-right: 32px;
  border-radius: 0 !important;
}
.pagination-wrapper .pagination .pagination-link {
  transition: all 0.3s ease-in-out;
  font-size: 0;
  width: 44px;
  height: 44px;
  display: flex;
  border-radius: 0 !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  border: none;
  outline: none;
  position: relative;
  background-color: #3B342B;
  z-index: 2;
  margin: 0 !important;
  transition: all 0.15s ease-in-out;
}
.pagination-wrapper .pagination .pagination-link::before {
  transition: all 0.3s ease-in-out;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: unset;
  margin: 0 !important;
  background-image: url(assets/arrow-right.svg);
}
.pagination-wrapper .pagination .pagination-link:hover {
  background-color: #8C7A66;
}
.pagination-wrapper .pagination .pagination-link .sr-only {
  height: 0;
  width: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.pagination-wrapper .pagination .pagination-link.next {
  order: 4;
}
.pagination-wrapper .pagination .pagination-link.next::before {
  right: 2px;
}
.pagination-wrapper .pagination .pagination-link.prev {
  order: 2;
}
.pagination-wrapper .pagination .pagination-link.prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.category__secondDescription .show-more {
  margin-bottom: 20px;
  display: inline-block;
}
.category__secondDescription .carousel-cat .slick-arrow {
  display: none !important;
}
.category__secondDescription .carousel-cat img {
  margin-right: 8px !important;
}
.category__secondDescription img {
  width: calc(33.3333333333% - 19px);
  margin-right: 19px;
  margin-bottom: 19px;
}
.category__secondDescription img:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .category__secondDescription img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 19px;
  }
}
.category__secondDescription .buttons-wrapper {
  display: none;
}

.filter-section-boolean,
#price-filter-form {
  display: none !important;
}

.btn-holder-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 24px 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .btn-holder-filter {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
  }
}
.btn-holder-filter .filtering-btn {
  width: 100%;
  max-width: 100% !important;
  font-size: 1.6rem !important;
  line-height: 1.4em !important;
  text-transform: unset !important;
  font-weight: 700 !important;
  position: relative !important;
  padding: 0.7rem 2.4rem 0.7rem 2.4rem !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 8px;
  border: 1px solid #000 !important;
  background-color: transparent !important;
  color: #333333 !important;
}
.btn-holder-filter .filtering-btn:hover {
  background-color: #fff !important;
}
.btn-holder-filter .filtering-btn::before {
  content: "";
  display: block;
  position: relative;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(assets/filtering-btn.svg);
}
.btn-holder-filter .filtering-btn.no-before {
  height: 40px;
}
.btn-holder-filter .filtering-btn.no-before::before {
  display: none;
}

.type-category .filter-section {
  position: relative;
  display: none;
  position: relative;
  z-index: 10;
}
.type-category .filter-section.filter-section-count, .type-category .filter-section.filter-section-boolean, .type-category .filter-section.filter-section-button {
  display: none !important;
}
.type-category.new-one {
  display: block;
}
.type-category .sidebar-inner .filters-wrapper {
  padding: 23px 20px !important;
}
@media screen and (max-width: 1000px) {
  .type-category .sidebar-inner .filters-wrapper {
    padding: 50px 20px !important;
  }
}
.type-category .sidebar-inner .filters-wrapper .filters {
  display: flex !important;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  padding: 0px;
}
@media screen and (max-width: 1340px) {
  .type-category .sidebar-inner .filters-wrapper .filters {
    flex-direction: column;
  }
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper {
  max-width: 418px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper {
    max-width: 500px;
  }
}
@media screen and (max-width: 1000px) {
  .type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper {
    max-width: 100%;
  }
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper .slider-header {
  display: flex;
  justify-content: space-between;
  gap: 2px;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  padding: 0;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper .slider-header::before, .type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper .slider-header::after {
  display: none;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper h4 {
  padding: 0;
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.4em;
  border: unset;
  font-weight: 700;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper h4 span {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 700;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper .from,
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper .to {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  white-space: nowrap;
  width: unset;
  font-size: 1.4rem;
  line-height: 1.2em;
  font-weight: 400;
  padding: 5px;
  gap: 3px;
  color: #000;
  min-width: 80px;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper .from {
  justify-content: flex-end;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper .to {
  justify-content: flex-start;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper .slider-content {
  background-color: #D6D5D6;
  width: 192px;
  order: unset;
  position: relative;
  top: unset;
  left: unset;
  height: 4px;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper .slider-content .ui-slider-horizontal {
  height: 4px;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper #slider {
  background-color: #D6D5D6;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper #slider .ui-slider-range {
  background-color: #5A0E1A;
}
.type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper #slider .ui-slider-handle {
  height: 22px !important;
  top: -9px !important;
  width: 22px !important;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 20px;
  align-items: flex-start;
  flex-wrap: nowrap;
  position: relative;
  z-index: 10;
  justify-content: space-between;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections .btn-primary {
  width: 100%;
  max-width: 292px !important;
  font-size: 1.6rem !important;
  line-height: 1.4em !important;
  text-transform: unset !important;
  font-weight: 500 !important;
  position: relative !important;
  padding: 0.7rem 2.4rem 0.7rem 2.4rem !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 8px;
  border: 1px solid #000 !important;
  background-color: transparent !important;
  color: #333333 !important;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections .btn-primary:hover {
  background-color: #fff !important;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections .btn-primary::before {
  content: "";
  display: block;
  position: relative;
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(assets/filtering-btn.svg);
}
@media screen and (max-width: 1100px) and (min-width: 0px) {
  .type-category .sidebar-inner .filters-wrapper .filters .filter-sections .btn-primary {
    max-width: 40%;
  }
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 490px) {
  .type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover {
    flex-direction: column;
  }
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover.active .filter-section-parametric {
  display: block;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section {
  position: relative;
  display: block;
  position: relative;
  z-index: 10;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section.filter-section-count, .type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section.filter-section-boolean, .type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section.filter-section-button {
  display: none !important;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section.filter-section-parametric-id-0 {
  z-index: 2;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section.filter-section-parametric-id-1 {
  z-index: 1;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section:nth-of-type(1) {
  display: block;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section:nth-of-type(2):not(.filter-section-count) {
  display: block;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section.active {
  display: block;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section.active:nth-of-type(2):not(.filter-section-count) {
  display: block;
}
@media screen and (max-width: 1340px) and (min-width: 1100px) {
  .type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section:nth-of-type(3) {
    display: block;
  }
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section.filter-form-visible h4::after {
  transform: rotate(90deg);
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section.filter-form-visible form {
  display: block;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section h4 {
  transition: all 0.3s ease-in-out;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4em;
  padding: 8px 40px 8px 20px;
  cursor: pointer;
  text-transform: unset !important;
  border-radius: 0px;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #D6D5D6;
  border-radius: 0px;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section h4::after {
  content: "";
  right: 12px;
  top: 12px;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(assets/arrow-down.svg);
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section form {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0.8em;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 16px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 10px 16px 8px rgba(0, 0, 0, 0.12);
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section form input[type=checkbox] + label {
  width: 100%;
  font-size: 1.4rem;
}
.type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover .filter-section form.active {
  display: block;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .type-category .sidebar-inner {
    padding: 75px 20px 55px 20px;
  }
  .type-category .sidebar-inner .filters-wrapper .filters {
    padding: 0px;
  }
  .type-category .sidebar-inner .filters-wrapper .filters .slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .type-category .sidebar-inner .filters-wrapper .filters .filter-sections #category-filter-hover {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
}

fieldset:has(div.advanced-filters-wrapper) {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.type-product .content-wrapper-in #content {
  padding: 0 !important;
  margin-bottom: 80px;
}
#product-detail-form {
  margin-bottom: 0px !important;
}

.browse-p {
  display: none !important;
}

.pagination-appendix {
  display: none;
}

.p-detail .chrono-banner {
  padding: 0 0 46px 0;
}
.p-detail .benefitBanner {
  padding: 40px 0rem 80px;
}
@media screen and (max-width: 1000px) {
  .p-detail .benefitBanner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-detail .benefitBanner {
    padding: 40px 0rem 40px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-detail .benefitBanner .benefitBanner__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.p-detail .benefitBanner .benefitBanner__item .benefitBanner__picture {
  max-width: 48px;
  margin-right: 20px !important;
}
.p-detail .benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__title {
  text-align: left;
}
.p-detail .benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__data {
  text-align: left;
}

.flag-discount.noDisplay, .flag-discount.no-display,
.choose-variant.noDisplay,
.choose-variant.no-display {
  display: none !important;
}

.flag-discount {
  padding: 7px 12px 7px 12px !important;
}
.flag-discount .price-standard {
  display: none;
}
.flag-discount .parameter-dependent {
  display: inline-block;
  font-size: 1.6rem;
}
.flag-discount .parameter-dependent.noDisplay, .flag-discount .parameter-dependent.no-display {
  display: none !important;
}

.p-detail-inner {
  position: relative;
  margin-bottom: 46px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-detail-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 880px) {
  .p-detail-inner {
    margin-bottom: 20px;
  }
}

/*
Section START
*/
.custom-last-image-wrapper {
  display: flex;
  width: 100%;
  aspect-ratio: 1/1;
  margin-top: 20px;
}

.mobile .product-top .p-image-wrapper {
  height: max-content;
  max-width: 100vw !important;
  width: 100vw !important;
  aspect-ratio: 1/1;
  margin-left: -2rem;
}
.mobile .product-top .p-image-wrapper .custom-slider-wrapper .swiper-slide {
  border-radius: 0px !important;
}
.mobile .product-top .p-image-wrapper .p-image a img {
  object-position: 0;
}

.product-top .p-image-wrapper .swiper-pagination-bullets {
  position: absolute;
}

.p-short-description {
  display: none !important;
}

.special-holder {
  display: none !important;
}

.p-detail-tabs {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .p-detail-tabs {
    display: none !important;
  }
}

.price-quantity-wrapper {
  order: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.price-quantity-wrapper .p-final-price-wrapper {
  margin: 0;
}
.price-quantity-wrapper .price-final-holder {
  font-size: 2rem;
}
.price-quantity-wrapper .quantity .increase {
  order: 3;
}
.price-quantity-wrapper .quantity .decrease {
  order: 1;
}
.price-quantity-wrapper .quantity label {
  order: 2;
}

#productVideos {
  margin-bottom: 0 !important;
}

.basic-description p {
  text-align: center;
}

/*
Section END
*/
.product-top {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  display: flex;
  width: 100%;
  gap: 32px;
  justify-content: space-around;
}
@media screen and (max-width: 980px) {
  .product-top {
    flex-direction: column;
    justify-content: start;
    gap: 16px;
  }
}
.product-top > div:has(.p-detail-info) {
  display: none;
}
.product-top .p-image-wrapper {
  padding: 0 0 0 0 !important;
  width: max-content !important;
  max-width: 63.33% !important;
  display: flex;
  flex-direction: row-reverse;
}
.product-top .p-image-wrapper .flags .flags-extra {
  position: relative;
  top: unset;
  right: unset;
  margin-top: 0px;
}
.product-top .p-image-wrapper .flags-default,
.product-top .p-image-wrapper .flags,
.product-top .p-image-wrapper .flags-extra {
  order: 0;
  position: absolute;
  left: unset;
  top: 24px;
  right: 24px;
  bottom: unset;
  display: flex;
  gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-top .p-image-wrapper .flags-default::before,
.product-top .p-image-wrapper .flags::before,
.product-top .p-image-wrapper .flags-extra::before {
  display: none;
}
.product-top .p-image-wrapper .flags-default .default-variant,
.product-top .p-image-wrapper .flags .default-variant,
.product-top .p-image-wrapper .flags-extra .default-variant {
  display: inline-block !important;
}
.product-top .p-image-wrapper .flags-default .default-variant.noDisplay,
.product-top .p-image-wrapper .flags .default-variant.noDisplay,
.product-top .p-image-wrapper .flags-extra .default-variant.noDisplay {
  display: none !important;
}
.product-top .p-image-wrapper .flags-default .flag-discount .price-standard,
.product-top .p-image-wrapper .flags .flag-discount .price-standard,
.product-top .p-image-wrapper .flags-extra .flag-discount .price-standard {
  display: none;
}
.product-top .p-image-wrapper .flags-default .flag-discount .price-save,
.product-top .p-image-wrapper .flags .flag-discount .price-save,
.product-top .p-image-wrapper .flags-extra .flag-discount .price-save {
  font-size: 1.3rem !important;
}
.product-top .p-image-wrapper .flags-default .flag-discount .price-save .parameter-dependent,
.product-top .p-image-wrapper .flags .flag-discount .price-save .parameter-dependent,
.product-top .p-image-wrapper .flags-extra .flag-discount .price-save .parameter-dependent {
  display: inline-block !important;
}
.product-top .p-image-wrapper .flags-default .flag-discount .price-save .parameter-dependent.noDisplay, .product-top .p-image-wrapper .flags-default .flag-discount .price-save .parameter-dependent.empty,
.product-top .p-image-wrapper .flags .flag-discount .price-save .parameter-dependent.noDisplay,
.product-top .p-image-wrapper .flags .flag-discount .price-save .parameter-dependent.empty,
.product-top .p-image-wrapper .flags-extra .flag-discount .price-save .parameter-dependent.noDisplay,
.product-top .p-image-wrapper .flags-extra .flag-discount .price-save .parameter-dependent.empty {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .product-top .p-image-wrapper .flags-default,
  .product-top .p-image-wrapper .flags,
  .product-top .p-image-wrapper .flags-extra {
    left: unset;
    top: unset;
    position: relative;
    right: unset;
  }
}
@media screen and (max-width: 1330px) {
  .product-top .p-image-wrapper {
    max-width: 56% !important;
  }
}
@media screen and (max-width: 980px) {
  .product-top .p-image-wrapper {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    padding: 0 !important;
  }
  .product-top .p-image-wrapper .slick-dots {
    bottom: 5%;
  }
  .product-top .p-image-wrapper .p-image {
    border: unset !important;
  }
}
.product-top .p-image-wrapper .p-image {
  overflow: hidden;
  max-height: 763px !important;
  margin-bottom: 0px !important;
  max-width: 772px !important;
  width: 100%;
  border-radius: 0px;
  aspect-ratio: 1/1;
}
.product-top .p-image-wrapper .p-image #wrap {
  border-radius: 0px;
  overflow: hidden;
  height: 100%;
}
.product-top .p-image-wrapper .p-image #wrap a {
  height: 100%;
}
.product-top .p-image-wrapper .p-image #wrap a img {
  height: 100%;
}
@media screen and (max-width: 880px) {
  .product-top .p-image-wrapper .p-image {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  .product-top .p-image-wrapper .p-image {
    padding-top: 0px;
    max-height: unset !important;
    display: block !important;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
  }
  .product-top .p-image-wrapper .p-image .custom-slider-wrapper {
    width: 100%;
  }
}
.product-top .p-image-wrapper .p-image a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  max-height: 763px !important;
}
.product-top .p-image-wrapper .p-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
@media (max-width: 767px) {
  .product-top .p-image-wrapper .p-image a img {
    width: 100vw;
    object-position: -6rem;
  }
}
.product-top .p-image-wrapper .p-thumbnails-wrapper {
  width: unset;
  flex: unset;
  margin-right: 32px;
  padding: 32px 0;
}
@media screen and (max-width: 880px) {
  .product-top .p-image-wrapper .p-thumbnails-wrapper {
    margin-right: 2rem;
  }
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails {
  width: 104px;
  height: 100%;
  overflow-y: scroll;
  border-radius: 0 !important;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails::-webkit-scrollbar {
  width: 2px;
  background-color: #fff;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #fff;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails::-webkit-scrollbar-corner {
  display: none;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner {
  left: 0px;
  width: unset;
  height: 9999em;
  height: auto;
  width: calc(100% - 2px);
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner::before {
  display: none;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div a {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
  margin: 0 0 20px 0 !important;
  border-radius: 0px;
  overflow: hidden !important;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div a:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div a.highlighted {
  border-color: #000;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div a.cbox-gal {
  display: none !important;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div a::before {
  display: none !important;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div a img {
  width: calc(100% + 4px);
  border: unset !important;
  object-fit: contain;
  height: calc(100% + 4px);
  object-position: center center;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .thumbnail-prev,
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .thumbnail-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-top .p-image-wrapper .p-thumbnails-wrapper {
    display: none !important;
  }
}
.product-top .p-image-wrapper .carousel-control {
  transition: all 0.3s ease-in-out;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  border: none;
  outline: none;
  background-color: unset;
  background-color: #3B342B;
  z-index: 2;
  margin: 0 !important;
  transition: all 0.15s ease-in-out;
}
.product-top .p-image-wrapper .carousel-control::before {
  transition: all 0.3s ease-in-out;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: unset;
  margin: 0 !important;
  background-image: url(assets/arrow-right.svg);
}
.product-top .p-image-wrapper .carousel-control:hover {
  background-color: #8C7A66;
}
.product-top .p-image-wrapper .carousel-control:after {
  display: none;
}
.product-top .p-image-wrapper .carousel-control.slick-disabled {
  cursor: auto;
}
@media (max-width: 767px) {
  .product-top .p-image-wrapper .carousel-control.slick-prev {
    right: 36px;
  }
}
.product-top .p-image-wrapper .carousel-control.slick-disabled {
  cursor: auto;
}
@media (max-width: 767px) {
  .product-top .p-image-wrapper .carousel-control.slick-prev {
    right: 36px;
  }
}
.product-top .p-image-wrapper .carousel-control.left {
  left: -17px;
}
.product-top .p-image-wrapper .carousel-control.left::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media (max-width: 768px) {
  .product-top .p-image-wrapper .carousel-control.left {
    right: 56px;
    transform: unset;
    left: unset;
    top: unset;
    bottom: 0px;
  }
}
.product-top .p-image-wrapper .carousel-control .swiper {
  padding-bottom: 68px;
}
.product-top .p-image-wrapper .carousel-control.right {
  right: -17px;
}
@media (max-width: 768px) {
  .product-top .p-image-wrapper .carousel-control.right {
    right: 0;
    transform: unset;
    top: unset;
    bottom: 0px;
  }
}
.product-top .p-info-wrapper {
  padding: 0 !important;
  width: 100% !important;
  max-width: 36.67% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
  float: right;
  margin: 0 0 40px 0;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  .product-top .p-info-wrapper {
    padding: 0 0px 0 0px !important;
  }
}
@media screen and (max-width: 880px) {
  .product-top .p-info-wrapper {
    margin-bottom: 0;
  }
}
.product-top .p-info-wrapper .special-holder {
  width: 100%;
  order: 1;
  margin-bottom: 39px !important;
}
.product-top .p-info-wrapper .special-holder .flag {
  width: 100% !important;
  max-width: unset !important;
  text-align: center !important;
  justify-content: center !important;
  line-height: 1.4em !important;
  font-size: 1.6rem !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}
.product-top .p-info-wrapper .product-detail-contact {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  order: 6;
  width: 100%;
  gap: 0px;
  padding-bottom: 58px;
  position: relative;
  margin-bottom: 15px;
}
.product-top .p-info-wrapper .product-detail-contact::before {
  content: "";
  left: 0;
  bottom: 8px;
  height: 1px;
  background-color: #000;
  display: block;
  position: absolute;
  width: 100%;
}
.product-top .p-info-wrapper .product-detail-contact::after {
  content: url(assets/logo-white-bg.svg);
  height: 17px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.product-top .p-info-wrapper .product-detail-contact .btn.mark {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 41px;
}
.product-top .p-info-wrapper .product-detail-contact .btn.mark::before {
  transition: all 0.3s ease-in-out;
  content: url(assets/logo-small-black.svg);
  height: 17px;
  margin: 0 !important;
}
.product-top .p-info-wrapper .product-detail-contact .btn.mark:hover::before {
  filter: invert(1);
}
.product-top .p-info-wrapper .product-detail-contact .whatsApp,
.product-top .p-info-wrapper .product-detail-contact .tel,
.product-top .p-info-wrapper .product-detail-contact .meet {
  font-size: 1.6rem !important;
  line-height: 1.4em !important;
  font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .product-detail-contact .whatsApp,
  .product-top .p-info-wrapper .product-detail-contact .tel,
  .product-top .p-info-wrapper .product-detail-contact .meet {
    margin-left: 32px;
  }
}
.product-top .p-info-wrapper .product-detail-contact .whatsApp {
  margin-bottom: 7px;
}
.product-top .p-info-wrapper .product-detail-contact .tel {
  margin-bottom: 3px;
}
.product-top .p-info-wrapper .price-additional {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 880px) {
  .product-top .p-info-wrapper {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
@media screen and (max-width: 980px) {
  .product-top .p-info-wrapper {
    max-width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-top .p-info-wrapper .shipping-options {
  order: 5;
  gap: 8px;
  font-size: 2rem !important;
  color: #2B2219;
  margin-left: auto;
  display: flex;
  align-items: center;
  font-weight: 400;
  justify-content: flex-end;
  text-decoration: underline !important;
  margin-bottom: 0px;
  letter-spacing: -0.02em;
}
.product-top .p-info-wrapper .shipping-options::before {
  display: inline-block;
  line-height: 0;
  position: relative;
  height: 16px;
  content: url(assets/Doprava.svg);
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .shipping-options {
    gap: 8px;
  }
}
.product-top .p-info-wrapper #dkLabNoteMainWrapper {
  order: 5;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
  width: 100%;
  margin-bottom: 29px;
}
.product-top .p-info-wrapper #dkLabNoteMainWrapper .dkLabNoteAttachmentWrapper {
  width: 100%;
}
.product-top .p-info-wrapper #dkLabNoteMainWrapper .dkLabNoteAttachmentWrapper .dkLabNoteResult {
  top: unset !important;
}
.product-top .p-info-wrapper #dkLabNoteMainWrapper .dkLabNoteAttachmentWrapper #dkLabNoteFileForm {
  display: flex;
  gap: 10px;
}
.product-top .p-info-wrapper #dkLabNoteMainWrapper .dkLabNoteAttachmentWrapper #dkLabNoteFileForm .dkLabFileButton {
  background-color: #FAFBFB;
  border-radius: 8px;
  padding: 2px 6px;
}
.product-top .p-info-wrapper #dkLabNoteMainWrapper .dkLabNoteAttachmentWrapper #dkLabNoteFileForm .dkLabFileButton .dkLabNoteChooseAttachLabel {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 0;
  top: unset;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}
.product-top .p-info-wrapper #dkLabNoteMainWrapper #dkLabNoteDetailWrapper {
  width: 100%;
}
.product-top .p-info-wrapper #dkLabNoteMainWrapper #dkLabNoteDetailWrapper .dkLabNoteDetailDiv .dkLabNoteHeader {
  margin: 11px 0 4px 0;
}
.product-top .p-info-wrapper #dkLabNoteMainWrapper #dkLabNoteDetailWrapper .dkLabNoteDetailDiv .dkLabNoteHeader span {
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 1.6rem;
}
.product-top .p-info-wrapper #dkLabNoteMainWrapper #dkLabNoteDetailWrapper .dkLabNoteDetailDiv .dkLabNoteTextArea {
  box-shadow: unset;
  border-color: #E6E6E6 !important;
  border-radius: 8px !important;
  padding: 8px !important;
  height: 92px !important;
}
.product-top .p-info-wrapper .social-buttons-wrapper {
  order: 7;
  margin-top: 6px;
  width: 100%;
  display: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.product-top .p-info-wrapper .social-buttons-wrapper .social-buttons {
  top: 100% !important;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-top .p-info-wrapper .social-buttons-wrapper .social-buttons .close-wrapper {
  flex: unset !important;
}
.product-top .p-info-wrapper .social-buttons-wrapper .dkLabFavouriteDiv {
  order: 1;
  padding: 0px !important;
  margin: 0 !important;
  min-width: 128px !important;
  max-width: 128px !important;
}
.product-top .p-info-wrapper .social-buttons-wrapper .dkLabFavouriteDiv:hover span {
  color: #000 !important;
}
.product-top .p-info-wrapper .social-buttons-wrapper .dkLabFavouriteDiv .dkLabFavDetailSpan {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px !important;
  font-size: 1.3rem;
  line-height: 1em;
  text-align: left;
  font-size: 1.4rem;
  color: #000 !important;
}
.product-top .p-info-wrapper .social-buttons-wrapper .dkLabFavouriteDiv .dkLabFavDetailSpan::before {
  content: url(assets/favourite-detail.svg) !important;
  margin: 0 !important;
  max-height: 24px;
}
.product-top .p-info-wrapper .social-buttons-wrapper .dkLabFavouriteDiv .dkLabFavDetailSpan.dkLabFavouriteDetailLinkRemove::before {
  content: url(assets/favourite-detail-hov.svg) !important;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .social-buttons-wrapper .dkLabFavouriteDiv {
    padding: 0 6px;
    max-width: 60px !important;
    min-width: unset !important;
  }
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icons {
  display: none !important;
  flex-wrap: wrap;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  height: unset !important;
  max-height: unset !important;
  min-height: unset !important;
  width: 100% !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .social-buttons-wrapper .link-icons {
    gap: 10px !important;
  }
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon {
  height: unset !important;
  max-height: unset !important;
  min-height: unset !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  height: unset !important;
  text-transform: unset !important;
  color: #000 !important;
  align-items: center !important;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.share {
  order: 2;
  font-size: 1.4rem;
  color: #523B35;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.share::before {
  margin: 0;
  content: url(assets/Share.svg);
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.watchdog {
  order: 1;
  font-size: 1.4rem;
  color: #523B35;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.watchdog::before {
  margin: 0;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.print {
  order: 5;
  font-size: 1.4rem;
  color: #523B35;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.print::before {
  margin: 0;
  content: url(assets/Print.svg);
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.chat {
  display: none !important;
}
.product-top .p-info-wrapper .detail-parameters td select[data-parameter-name=Velikost] option[data-index="1"]::before {
  content: url(assets/pwa_icon-watch1.svg);
  display: inline-flex;
}
.product-top .p-info-wrapper .availability-value {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: 100%;
  order: 6;
  font-size: 1.4rem !important;
  line-height: 1.5em;
  gap: 8px;
  margin-bottom: 0;
}
.product-top .p-info-wrapper .availability-value .availability-label-first {
  font-size: 1.4rem !important;
  line-height: 1.5em;
  color: #000;
  display: none !important;
}
.product-top .p-info-wrapper .availability-value .availability-label {
  font-size: 2rem !important;
  line-height: 1.5em;
}
.product-top .p-info-wrapper .availability-value .availability-amount {
  color: #3BAC31;
}
.product-top .p-info-wrapper .add-to-cart-wrapper {
  order: 6;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px !important;
  width: 100%;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .add-to-cart-wrapper {
    position: relative;
  }
  .product-top .p-info-wrapper .add-to-cart-wrapper .quantity {
    margin-left: 20px;
    position: relative;
    z-index: 5;
  }
}
.product-top .p-info-wrapper .add-to-cart-wrapper .quantity {
  margin-right: unset;
  max-width: calc(40% - 12px);
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .add-to-cart-wrapper .quantity {
    margin-left: unset !important;
  }
}
.product-top .p-info-wrapper .add-to-cart-wrapper .add-to-cart {
  margin: 0 !important;
  width: 100%;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .add-to-cart button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1em;
  text-transform: unset !important;
  width: 100%;
  max-width: calc(100% - 0px);
  border-radius: 0px !important;
  padding: 10px 24px 10px 24px;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .add-to-cart button::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .add-to-cart-wrapper .add-to-cart {
    position: relative;
    z-index: 5;
    margin-right: 0px !important;
    width: 100% !important;
  }
  .product-top .p-info-wrapper .add-to-cart-wrapper .add-to-cart .btn {
    width: 100%;
  }
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper {
  margin: 0 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  max-width: calc(60% - 12px) !important;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper {
    display: flex;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 10px;
  }
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-final {
  font-size: 2rem;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-final .price-final-holder {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1em;
  display: inline-block;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-measure,
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-save {
  display: none !important;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-standard {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1em;
  margin: 0;
  text-decoration: none !important;
  color: #000;
  position: relative;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-standard::before {
  content: "";
  top: 14px;
  width: 110%;
  left: -5%;
  height: 1px;
  background-color: #000;
  position: absolute;
  z-index: 2;
  display: block;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-standard::after {
  content: "/ ks";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1em;
  display: inline-block;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-standard span {
  color: #000;
  text-decoration: none !important;
}
.product-top .p-info-wrapper [data-testid=productCardDescr] {
  order: 3;
  display: none !important;
}
.product-top .p-info-wrapper [data-testid=productCardDescr] a {
  color: #8C7A66 !important;
  font-size: 1.4rem !important;
  line-height: 1.5em !important;
  text-decoration: underline !important;
}
.product-top .p-info-wrapper [data-testid=productCardDescr] a::before {
  display: none;
}
.product-top .p-info-wrapper [data-testid=productCardDescr] a::after {
  display: none;
}
.product-top .p-info-wrapper .detail-parameters {
  order: 4;
  width: 100%;
  margin-bottom: 0 !important;
}
.product-top .p-info-wrapper .detail-parameters tbody {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  gap: 11px 16px;
}
@media screen and (max-width: 880px) {
  .product-top .p-info-wrapper .detail-parameters tbody {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}
.product-top .p-info-wrapper .detail-parameters th {
  color: #000 !important;
  font-weight: 500 !important;
  font-size: 1.6rem;
  padding: 0 0 4px 0;
}
.product-top .p-info-wrapper .detail-parameters tr {
  width: 100% !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  display: none;
  margin-bottom: 0;
}
.product-top .p-info-wrapper .detail-parameters tr.variant-list, .product-top .p-info-wrapper .detail-parameters tr.surcharge-list {
  display: flex !important;
}
.product-top .p-info-wrapper .detail-parameters tr th {
  width: 100%;
}
.product-top .p-info-wrapper .detail-parameters td {
  width: 100% !important;
  padding: 0;
}
.product-top .p-info-wrapper .detail-parameters select {
  max-width: 100% !important;
  width: 100% !important;
}
.product-top .p-info-wrapper .p-short-description {
  order: 1;
  color: #000 !important;
  margin-bottom: 30px;
}
.product-top .p-info-wrapper .p-short-description p {
  line-height: 1.1em;
  margin-bottom: 12px;
}
.product-top .p-info-wrapper .p-detail-inner-header {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  order: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .p-detail-inner-header {
    flex-direction: column-reverse !important;
  }
  .product-top .p-info-wrapper .p-detail-inner-header .p-detail-info {
    margin-bottom: 0 !important;
  }
}
.product-top .p-info-wrapper .p-detail-inner-header .flag {
  font-size: 1.4rem !important;
  padding: 4px 9px 4px 9px !important;
  letter-spacing: -0.01em;
}
.product-top .p-info-wrapper .p-detail-inner-header .flag .price-save {
  font-size: 1.6rem !important;
}
.product-top .p-info-wrapper .p-detail-inner-header .flag.flag-discount {
  padding: 3px 9px 3px 9px !important;
}
.product-top .p-info-wrapper .p-detail-inner-header .flags-default {
  top: unset !important;
  left: unset !important;
  position: relative !important;
  gap: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.product-top .p-info-wrapper .p-detail-inner-header .flags-default::before, .product-top .p-info-wrapper .p-detail-inner-header .flags-default::after {
  display: none;
}
.product-top .p-info-wrapper .p-detail-inner-header .flags-default .flags-extra {
  gap: 8px;
  margin-top: 0;
}
.product-top .p-info-wrapper .p-detail-inner-header h1 {
  order: 1;
  margin: 0px 0 20px 0 !important;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2em;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .p-detail-inner-header h1 {
    font-size: 2.4rem;
    line-height: 1.2em;
    margin: 8px 0 17px 0 !important;
  }
}
.product-top .p-info-wrapper .p-detail-inner-header .p-code {
  display: none;
  order: 2;
  margin-bottom: 6px;
}
.product-top .p-info-wrapper .p-detail-inner-header .p-code .p-code-label {
  display: inline-block;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-right: 5px;
}
.product-top .p-info-wrapper .p-detail-inner-header .p-code .choose-variant {
  display: inline-block;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  color: #000 !important;
}
.product-top .p-info-wrapper .p-detail-inner-header .p-code .choose-variant.no-display {
  display: none;
}
.product-top .p-info-wrapper .p-detail-inner-header .stars-wrapper {
  gap: 16px;
  display: none !important;
}
.product-top .p-info-wrapper .p-detail-inner-header .stars-label {
  color: #474446;
  font-size: 1.3rem !important;
}
.product-top .p-info-wrapper .p-detail-inner-header .stars {
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  height: unset !important;
}
.product-top .p-info-wrapper .p-detail-inner-header .stars a,
.product-top .p-info-wrapper .p-detail-inner-header .stars span {
  display: flex !important;
  position: relative !important;
  width: 20px !important;
  height: 20px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
.product-top .p-info-wrapper .p-detail-inner-header .stars a::before,
.product-top .p-info-wrapper .p-detail-inner-header .stars span::before {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 20px !important;
  line-height: 20px !important;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .product-top .p-info-wrapper .p-detail-inner-header .stars a,
  .product-top .p-info-wrapper .p-detail-inner-header .stars span {
    width: 20px;
    height: 20px;
  }
  .product-top .p-info-wrapper .p-detail-inner-header .stars a::before,
  .product-top .p-info-wrapper .p-detail-inner-header .stars span::before {
    font-size: 20px;
    line-height: 20px;
  }
}
.product-top .p-info-wrapper .p-detail-inner-header .p-detail-info {
  order: 3;
  margin-bottom: 10px;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
}
.product-top .p-info-wrapper .p-detail-inner-header .p-detail-info .stars-wrapper {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .p-detail-inner-header .p-detail-info .stars-wrapper {
    flex-wrap: wrap;
  }
}
.product-top .p-info-wrapper .p-detail-inner-header .p-detail-info > div .brand-label {
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-right: 5px;
}

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

.custom-slider-wrapper {
  padding: 0 !important;
}
.custom-slider-wrapper .swiper-slide {
  border-radius: 12px !important;
  overflow: hidden !important;
  height: 283px !important;
}

.delivery-time-label,
.delivery-time,
.delivery-time .parameter-dependent {
  font-size: 1.4rem !important;
  font-weight: 400;
  padding: 0 !important;
}

.shp-tabs-row {
  margin-bottom: 0 !important;
}
.shp-tabs-row .navigation-btn {
  display: none !important;
}
@media screen and (max-width: 880px) {
  .shp-tabs-row {
    margin-bottom: 0px !important;
  }
}

.shp-tabs-holder {
  position: relative;
  margin-bottom: 20px;
}
.shp-tabs-holder .shp-tabs {
  margin: 0 auto !important;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .shp-tabs-holder .shp-tabs {
    justify-content: flex-start;
  }
  .shp-tabs-holder .shp-tabs::after {
    content: "";
    right: 0px;
    width: 50px;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    display: block;
    position: absolute;
    z-index: 10;
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.681109944) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.681109944) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.681109944) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  }
}
.shp-tabs-holder .shp-tabs .shp-tab {
  transition: all 0.3s ease-in-out;
}
.shp-tabs-holder .shp-tabs .shp-tab[data-testid=tabAlternativeProducts] {
  order: 10;
}
.shp-tabs-holder .shp-tabs .shp-tab:hover .shp-tab-link {
  border-color: #8C7A66 !important;
}
.shp-tabs-holder .shp-tabs .shp-tab.active .shp-tab-link {
  border-color: #8C7A66 !important;
}
.shp-tabs-holder .shp-tabs .shp-tab .shp-tab-link {
  transition: all 0.3s ease-in-out;
  padding: 6px 0 !important;
  background-color: transparent !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  border-radius: 0 !important;
  border: unset !important;
  border-bottom: 3px solid !important;
  border-color: transparent !important;
}
.shp-tabs-holder,
.shp-tab-link,
.shp-tabs {
  background-color: unset !important;
  color: #000 !important;
}

.shp-tab a {
  border-top: unset !important;
}
.shp-tab.active a {
  border-bottom: 1px solid #000 !important;
}

@media screen and (max-width: 880px) {
  .shp-tabs-wrapper .row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .shp-tabs-wrapper .row .banner-holder {
    order: -1;
  }
}
.shp-tabs-wrapper .responsive-nav {
  max-width: 100%;
  width: 100%;
}
.shp-tabs-wrapper .banner {
  margin-bottom: 24px;
}
.shp-tabs-wrapper .banner.mb-16 {
  margin-bottom: 48px !important;
}
.shp-tabs-wrapper .banner .banner-wrapper a {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: hidden;
  position: relative;
  width: 100%;
  justify-content: center;
  height: 100%;
  padding: 40px 24px;
}
.shp-tabs-wrapper .banner .banner-wrapper a:hover img {
  transform: translate(-50%, -50%);
}
.shp-tabs-wrapper .banner .banner-wrapper a img {
  width: 100%;
  height: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  object-position: left;
}
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts {
  align-items: flex-start;
  bottom: unset;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  left: unset;
  max-width: 100%;
  padding: 24px;
  position: absolute;
  position: relative !important;
  right: unset;
  top: unset;
  transform: unset;
  width: 100%;
  background-color: #fff;
  border: 1px solid #E6E6E6;
}
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts .extended-banner-title,
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts .extended-banner-text,
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts .extended-banner-link {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  bottom: unset !important;
  right: unset !important;
  border: unset;
  box-shadow: unset;
  margin: 0;
  text-align: left;
}
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts .extended-banner-title,
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts .extended-banner-text {
  background-color: unset !important;
  padding: 0 !important;
}
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts .extended-banner-title {
  font-size: 3.2rem;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts .extended-banner-text {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.4em;
  margin-bottom: 16px;
  max-width: 100% !important;
  font-weight: 500;
  text-align: left;
}
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts .extended-banner-link {
  height: unset;
  margin-top: 0 !important;
  border: 1px solid #E6E6E6 !important;
  color: #333333 !important;
  padding: 13px 24px 9px;
  border-radius: 8px 0 8px 0 !important;
  background-color: #fff !important;
}
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts .extended-banner-link:hover {
  color: #FFF !important;
  background-color: #594D40 !important;
  border-color: #594D40 !important;
}
.shp-tabs-wrapper .banner .banner-wrapper .last-banner-holder {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
}
.shp-tabs-wrapper .banner .banner-wrapper .last-banner-holder p {
  padding: 24px 15px 24px 24px;
  font-size: 3.2rem;
  color: #161617;
}
@media screen and (max-width: 880px) {
  .shp-tabs-wrapper .banner {
    margin-bottom: 0px;
    max-width: calc(50% - 12px);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .shp-tabs-wrapper .banner {
    margin-bottom: 0px;
    max-width: 100vw;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .shp-tabs-wrapper .banner .banner-wrapper {
    margin: 0 !important;
  }
  .shp-tabs-wrapper .banner .banner-wrapper a {
    padding: 24px !important;
  }
  .shp-tabs-wrapper .banner .banner-wrapper .last-banner-holder {
    padding: 0 24px;
    margin: 0 0 24px 0 !important;
  }
  .shp-tabs-wrapper .banner .banner-wrapper .last-banner-holder img {
    max-width: 200px;
    display: none;
  }
  .shp-tabs-wrapper .banner .banner-wrapper .last-banner-holder p {
    font-size: 3.2rem;
    padding: 0;
  }
}

.banner-holder {
  float: right;
  max-width: 342px;
}
@media screen and (max-width: 880px) {
  .banner-holder {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 24px;
    padding: 0 !important;
  }
  .banner-holder .banner {
    margin-bottom: 0px;
    max-width: calc(50% - 12px);
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .banner-holder {
    max-width: 100vw;
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
  }
  .banner-holder .banner {
    margin-bottom: 0px;
    max-width: 100vw;
    width: 100vw;
  }
  .banner-holder .banner .banner-wrapper {
    margin: 0 !important;
  }
  .banner-holder .banner .banner-wrapper a {
    padding: 24px !important;
  }
  .banner-holder .banner .banner-wrapper .last-banner-holder {
    padding: 0 24px;
    margin: 0 0 24px 0 !important;
  }
  .banner-holder .banner .banner-wrapper .last-banner-holder img {
    max-width: 200px;
  }
  .banner-holder .banner .banner-wrapper .last-banner-holder p {
    font-size: 1.6rem;
    padding: 0;
  }
}

#relatedFiles {
  display: block;
  opacity: 1;
  padding: 0 !important;
  margin: 30px 0 80px 0 !important;
}
@media screen and (max-width: 767px) {
  #relatedFiles {
    margin: 20px 0 40px 0 !important;
  }
}
#relatedFiles .files-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
#relatedFiles li {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid #F5F4F4;
  border-right: 1px solid #F5F4F4;
  border-left: 1px solid #F5F4F4;
}
#relatedFiles li img {
  display: none;
}
#relatedFiles li a {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #5B595A;
  padding: 20px;
}

.extended-description {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#productDiscussion {
  border: unset;
}

.products-block.products-alternative > div:nth-child(4n),
.products-block.products-related > div:nth-child(4n) {
  border-right-style: unset !important;
}

#productsAlternative,
#relatedProducts {
  position: relative;
  margin: 0 -1px 102px -1px;
}
#productsAlternative h2,
#relatedProducts h2 {
  text-align: center;
  padding: 0 80px;
  margin: 0 0 56px 0;
}
@media screen and (max-width: 767px) {
  #productsAlternative h2,
  #relatedProducts h2 {
    padding: 0px;
    margin: 0 0 40px 0;
  }
}
#productsAlternative .products-related,
#relatedProducts .products-related {
  margin-bottom: 0px !important;
}
#productsAlternative .product .p-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
#productsAlternative .btn.btn-primary {
  background-color: transparent !important;
  font-size: 0;
  padding: 0 !important;
}
#productsAlternative .btn.btn-primary::after {
  content: url(assets/pwa_icon-plus.svg);
  padding: 8px;
  display: flex;
  justify-content: center;
}
#productsAlternative .product .image {
  position: relative;
}
#productsAlternative .p {
  border: 1px solid #E6E6E6;
}
#productsAlternative .p-in-in .prices {
  order: 1 !important;
}
#productsAlternative .p-in-in .prices .price-final {
  color: #000;
}
#productsAlternative .p-in-in .name {
  order: 2;
}

#productVideos {
  opacity: 1 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  order: 4;
}
#productVideos iframe {
  height: unset;
  width: 100%;
}
@media screen and (max-width: 880px) {
  #productVideos {
    flex-direction: column;
  }
}
#productVideos .content-wrapper {
  display: flex;
  flex-direction: column;
  padding: 40px 60px;
}
#productVideos .content-wrapper h3 {
  margin-bottom: 20px !important;
}
#productVideos .content-wrapper .video-popis {
  text-align: center;
}

#productVideos,
.basic-description,
.extended-description {
  max-width: 1196px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 880px) {
  #productVideos,
  .basic-description,
  .extended-description {
    margin-bottom: 20px;
  }
}
#productVideos .side-detail-img,
.basic-description .side-detail-img,
.extended-description .side-detail-img {
  max-width: 38.5%;
  height: auto;
  max-height: 55vh;
  min-height: 30%;
  width: 100%;
  object-fit: cover;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  #productVideos .side-detail-img,
  .basic-description .side-detail-img,
  .extended-description .side-detail-img {
    max-width: 45%;
  }
}
@media screen and (max-width: 880px) {
  #productVideos .side-detail-img,
  .basic-description .side-detail-img,
  .extended-description .side-detail-img {
    max-width: 100%;
    min-height: unset;
  }
}
@media screen and (max-width: 880px) {
  #productVideos iframe,
  .basic-description iframe,
  .extended-description iframe {
    max-width: 100%;
    min-height: unset;
    aspect-ratio: 375/500 !important;
  }
}
#productVideos .content-wrapper,
.basic-description .content-wrapper,
.extended-description .content-wrapper {
  width: 100%;
  max-width: 61.5%;
}
@media screen and (max-width: 1200px) {
  #productVideos .content-wrapper,
  .basic-description .content-wrapper,
  .extended-description .content-wrapper {
    max-width: 55%;
  }
}
@media screen and (max-width: 880px) {
  #productVideos .content-wrapper,
  .basic-description .content-wrapper,
  .extended-description .content-wrapper {
    padding: 24px 20px;
    max-width: 100%;
    min-height: unset;
  }
}
#productVideos .content-wrapper h3:first-of-type,
.basic-description .content-wrapper h3:first-of-type,
.extended-description .content-wrapper h3:first-of-type {
  text-align: center;
  font-weight: 500;
  font-size: 2.8rem;
  margin: 0 auto 34px;
}
@media screen and (max-width: 767px) {
  #productVideos .content-wrapper h3:first-of-type,
  .basic-description .content-wrapper h3:first-of-type,
  .extended-description .content-wrapper h3:first-of-type {
    font-size: 2.2rem;
  }
}
#productVideos .content-wrapper .ul-wrapper,
.basic-description .content-wrapper .ul-wrapper,
.extended-description .content-wrapper .ul-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  max-width: 474px;
  width: 100%;
  margin: 0 auto 24px;
  gap: 48px;
}
#productVideos .content-wrapper .ul-wrapper ul,
#productVideos .content-wrapper .ul-wrapper ol,
.basic-description .content-wrapper .ul-wrapper ul,
.basic-description .content-wrapper .ul-wrapper ol,
.extended-description .content-wrapper .ul-wrapper ul,
.extended-description .content-wrapper .ul-wrapper ol {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #productVideos .content-wrapper .ul-wrapper,
  .basic-description .content-wrapper .ul-wrapper,
  .extended-description .content-wrapper .ul-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.mobile #description .description-inner .basic-description span {
  font-size: 1.4rem !important;
}
.mobile #description .description-inner .extended-description {
  margin-bottom: 0;
}
.mobile #description .description-inner .extended-description .content-wrapper {
  padding: 0;
}

.mobile #productVideos .content-wrapper {
  padding: 0 !important;
}
.mobile #productVideos .content-wrapper h3 {
  margin-bottom: 0 !important;
}
.mobile #productVideos .content-wrapper:has(.video-popis) {
  padding: 24px 20px;
}

#description .description-inner {
  padding: 0 !important;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
}
#description .description-inner .basic-description {
  padding-right: 0;
  margin-top: 0px;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 880px) {
  #description .description-inner .basic-description {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  #description .description-inner .basic-description {
    margin-bottom: 0;
  }
}
#description .description-inner .basic-description h2 {
  font-size: 2rem;
  line-height: 1.4em;
  margin: 16px 0 8px 0;
  font-weight: 700;
  color: #333333;
}
#description .description-inner .basic-description span {
  line-height: 1.4em;
  color: #4D4D4D;
  font-size: 1.6rem !important;
}
#description .description-inner .basic-description p {
  line-height: 1.4em;
  margin: 0;
  font-weight: 400;
  color: #594D40;
}
#description .description-inner .basic-description ul li,
#description .description-inner .basic-description ol li {
  color: #333333;
  font-weight: 400;
  margin-bottom: 8px;
}
#description .description-inner .basic-description ul li:last-of-type,
#description .description-inner .basic-description ol li:last-of-type {
  margin: 0;
}
#description .description-inner .basic-description ol {
  counter-reset: my-awesome-counter;
}
#description .description-inner .basic-description ol li {
  position: relative;
  counter-increment: my-awesome-counter;
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}
#description .description-inner .basic-description ol li:last-of-type {
  margin: 0;
}
#description .description-inner .basic-description ol li::before {
  margin-right: 14px;
  content: counter(my-awesome-counter, decimal-leading-zero) ") ";
}
#description .description-inner .basic-description ul {
  padding-left: 0;
}
#description .description-inner .basic-description ul li {
  list-style: none;
  padding-left: 26px;
  position: relative;
  margin-bottom: 10px;
  color: #333333;
}
#description .description-inner .basic-description ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  height: 6px;
  width: 6px;
  display: block;
  background-color: #333333;
  border-radius: 50%;
}
#description .description-inner .basic-description .plus-gallery-wrap .plus-gallery-item {
  border: unset !important;
}
@media screen and (max-width: 767px) {
  #description .description-inner .basic-description .plus-gallery-wrap .plus-gallery-item {
    width: calc(100% - 10px) !important;
    max-width: 100% !important;
  }
}
#description .description-inner .basic-description .plus-gallery-wrap .plus-gallery-item a {
  display: flex;
  border: unset !important;
}
#description .description-inner .basic-description .plus-gallery-wrap .plus-gallery-item a img {
  position: relative;
  top: unset !important;
  transform: unset !important;
}
@media screen and (max-width: 880px) {
  #description .description-inner .basic-description {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#description .description-inner .basic-description .content-wrapper {
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  #description .description-inner .basic-description .content-wrapper {
    padding-top: 0px;
  }
}
@media screen and (max-width: 450px) {
  #description .description-inner .basic-description .content-wrapper {
    padding: 0;
  }
}
#description .description-inner .extended-description {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #description .description-inner .extended-description {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #description .description-inner .extended-description {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 880px) {
  #description .description-inner .extended-description {
    flex-direction: column-reverse;
  }
}
#description .description-inner .extended-description .content-wrapper {
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 880px) {
  #description .description-inner .extended-description .content-wrapper {
    padding-top: 0px;
  }
}

#tab-content .detail-parameters {
  width: 100%;
}
#tab-content .detail-parameters h6 {
  display: block;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 7px 20px 10px 20px;
  border-bottom: 1px solid #B3B3B3;
  margin: 0;
}
#tab-content .detail-parameters tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #E6E6E6;
}
#tab-content .detail-parameters tr th {
  color: #000;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4em;
  text-align: left;
  padding: 0 !important;
  line-height: 1.4em;
}
#tab-content .detail-parameters tr td,
#tab-content .detail-parameters tr a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.4em;
  padding: 0 !important;
  line-height: 1.4em;
  color: #333333;
  text-align: right;
  max-width: calc(100% - 100px);
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #tab-content .detail-parameters tr {
    padding: 8px 0;
  }
}

#relatedProducts {
  position: relative;
}

#ratingTab p[data-testid=textArea] {
  text-align: center;
}
#ratingTab #ratingWrapper {
  margin-bottom: 40px;
}
#ratingTab #ratingWrapper .rate-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#ratingTab #ratingWrapper .rate-wrap::before, #ratingTab #ratingWrapper .rate-wrap::after {
  display: none;
}
#ratingTab #ratingWrapper .rate-wrap .col-sm-6 {
  width: 100% !important;
  max-width: 100% !important;
}
#ratingTab #ratingWrapper .rate-wrap .rate-average-wrap {
  width: unset !important;
  padding: 0 !important;
}
#ratingTab #ratingWrapper .rate-wrap .rate-form-trigger {
  margin: 0;
  color: #000 !important;
}
#ratingTab #ratingWrapper .rate-wrap .rate-form-trigger .link-like {
  transition: all 0.3s ease-in-out;
  border: 1px solid #666666 !important;
  color: #666666 !important;
  padding: 12px 24px 12px 24px;
  border-radius: 12px 12px 12px 12px;
  background-color: #E6E6E6 !important;
  font-size: 2rem;
  line-height: 1em;
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.06);
  cursor: pointer !important;
  font-weight: 500;
}
#ratingTab #ratingWrapper .rate-wrap .rate-form-trigger .link-like:hover {
  background-color: #B3B3B3 !important;
}
#ratingTab #ratingWrapper .rate-wrap .rate-form-trigger .link-like::before {
  display: none;
}
#ratingTab .votes-wrap {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 40px;
}
#ratingTab .votes-wrap .vote-wrap {
  flex-direction: column !important;
  padding: 50px 220px 50px !important;
  border-radius: 12px !important;
  border-top-width: 0px;
  border: 1px solid #E6E6E6 !important;
  background-color: #fff !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #ratingTab .votes-wrap .vote-wrap {
    padding: 16px !important;
  }
}
#ratingTab .votes-wrap .vote-wrap .vote-name {
  font-size: 3rem !important;
  margin: 0 0 10px !important;
  line-height: 1em !important;
}
#ratingTab .votes-wrap .vote-wrap .vote-content {
  font-size: 1.6rem !important;
  line-height: 1.5em;
  color: #000 !important;
}
@media screen and (min-width: 768px) {
  #ratingTab .votes-wrap .vote-wrap .vote-rating {
    position: absolute;
    left: 50px;
    top: 50px;
  }
}
#ratingTab .votes-wrap .vote-wrap .vote-rating .stars {
  gap: 6px !important;
}
#ratingTab .votes-wrap .vote-wrap .vote-pic {
  display: none;
}
#ratingTab .votes-wrap .vote-wrap .vote-rating .vote-delimeter,
#ratingTab .votes-wrap .vote-wrap .vote-rating .vote-time {
  display: none;
}
#ratingTab,
#productDiscussion {
  margin-bottom: 80px;
  visibility: visible;
  opacity: 1 !important;
}
#ratingTab #ratingWrapper,
#productDiscussion #ratingWrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #ratingTab .rate-wrap,
  #productDiscussion .rate-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 24px !important;
  }
  #ratingTab .rate-wrap::before, #ratingTab .rate-wrap::after,
  #productDiscussion .rate-wrap::before,
  #productDiscussion .rate-wrap::after {
    display: none;
  }
}
#ratingTab .stars,
#productDiscussion .stars {
  display: flex !important;
  align-items: center !important;
  gap: 0px !important;
}
#ratingTab .stars a,
#ratingTab .stars span,
#productDiscussion .stars a,
#productDiscussion .stars span {
  display: flex !important;
  position: relative !important;
  width: 20px !important;
  height: 20px !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
}
#ratingTab .stars a::before,
#ratingTab .stars span::before,
#productDiscussion .stars a::before,
#productDiscussion .stars span::before {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  font-size: 12px !important;
  line-height: 12px !important;
}
#ratingTab .stars a.star-off,
#ratingTab .stars span.star-off,
#productDiscussion .stars a.star-off,
#productDiscussion .stars span.star-off {
  color: #f9cab5;
}
#ratingTab .stars a.star-on,
#ratingTab .stars span.star-on,
#productDiscussion .stars a.star-on,
#productDiscussion .stars span.star-on {
  color: #2a2a28;
}
#ratingTab .stars a.star-half,
#ratingTab .stars span.star-half,
#productDiscussion .stars a.star-half,
#productDiscussion .stars span.star-half {
  color: #2a2a28;
}
@media (max-width: 767px) {
  #ratingTab .stars a,
  #ratingTab .stars span,
  #productDiscussion .stars a,
  #productDiscussion .stars span {
    width: 20px;
    height: 20px;
  }
  #ratingTab .stars a::before,
  #ratingTab .stars span::before,
  #productDiscussion .stars a::before,
  #productDiscussion .stars span::before {
    font-size: 20px;
    line-height: 20px;
  }
}
#ratingTab .rate-average,
#productDiscussion .rate-average {
  font-size: 5.6rem !important;
  font-weight: 500 !important;
  color: #1E1A15 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
#ratingTab .rate-average:after,
#productDiscussion .rate-average:after {
  content: "z 5";
  color: #333333;
  font-size: 2.4rem;
}
#ratingTab .vote-title,
#productDiscussion .vote-title {
  display: none;
}
#ratingTab .stars,
#productDiscussion .stars {
  justify-content: center !important;
}
#ratingTab .rate-value,
#productDiscussion .rate-value {
  font-weight: 700 !important;
  font-size: 1.6rem !important;
}
#ratingTab .rate-list .rate-block,
#productDiscussion .rate-list .rate-block {
  background-color: #F6F2EE;
  border-radius: 30px;
  padding-right: 0 !important;
}
#ratingTab .rate-list .rate-block .rate-bar,
#productDiscussion .rate-list .rate-block .rate-bar {
  border-radius: 30px;
  background-color: #6E5954;
}
#ratingTab .rate-list .rate-block .rate-bar .rate-count,
#productDiscussion .rate-list .rate-block .rate-bar .rate-count {
  display: none;
}
#ratingTab .rate-star-wrap,
#productDiscussion .rate-star-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: unset;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  width: unset;
  flex: unset;
}
#ratingTab .rate-star-wrap .stars,
#productDiscussion .rate-star-wrap .stars {
  gap: 6px !important;
}
#ratingTab .rate-star-wrap .stars-label,
#productDiscussion .rate-star-wrap .stars-label {
  display: none !important;
  font-size: 1.3rem;
}
#ratingTab .rating-icon,
#productDiscussion .rating-icon {
  padding: 10px 35px;
  border: 1px solid #000;
  border-radius: 8px 0 8px 0;
}
#ratingTab .rate-average-inner,
#productDiscussion .rate-average-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
#ratingTab .votes-wrap,
#productDiscussion .votes-wrap {
  width: 100%;
  max-width: 100% !important;
}
#ratingTab .votes-wrap .vote-wrap,
#productDiscussion .votes-wrap .vote-wrap {
  border: unset;
  padding: unset;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#ratingTab .votes-wrap .vote-wrap .helper,
#productDiscussion .votes-wrap .vote-wrap .helper {
  flex-direction: column !important;
  padding: 32px 56px !important;
  border-radius: 0 !important;
  border-top-width: 0px;
  border: 1px solid #E6E6E6 !important;
  background-color: #fff !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #ratingTab .votes-wrap .vote-wrap .helper,
  #productDiscussion .votes-wrap .vote-wrap .helper {
    padding: 16px !important;
  }
}
#ratingTab .votes-wrap .vote-wrap .vote-header .vote-pic .vote-initials,
#productDiscussion .votes-wrap .vote-wrap .vote-header .vote-pic .vote-initials {
  background-color: #E6E6E6 !important;
  color: #000 !important;
}
#ratingTab .votes-wrap .vote-wrap .vote-header .vote-summary .vote-name,
#productDiscussion .votes-wrap .vote-wrap .vote-header .vote-summary .vote-name {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-bottom: 8px;
}
#ratingTab .votes-wrap .vote-wrap .vote-header .vote-summary .vote-name span,
#productDiscussion .votes-wrap .vote-wrap .vote-header .vote-summary .vote-name span {
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-bottom: 8px;
}
#ratingTab .votes-wrap .vote-wrap .vote-content,
#productDiscussion .votes-wrap .vote-wrap .vote-content {
  color: #706E6F;
  font-size: 1.4rem;
  font-weight: 500;
}
#ratingTab .row .form-group,
#productDiscussion .row .form-group {
  width: 100%;
}

#discussionWrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
}
#discussionWrapper .discussionContainer {
  width: 100%;
}
#discussionWrapper .vote-wrap {
  flex-direction: column !important;
  padding: 50px !important;
  border-radius: 12px !important;
  border-top-width: 0px;
  border: 1px solid #E6E6E6 !important;
  background-color: #fff !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #discussionWrapper .vote-wrap {
    padding: 16px !important;
  }
}
#discussionWrapper .vote-wrap .vote-name {
  font-size: 3rem !important;
  margin: 0 0 10px !important;
  line-height: 1em !important;
}
#discussionWrapper .vote-wrap .vote-content {
  font-size: 1.6rem !important;
  line-height: 1.5em;
  color: #000 !important;
}
#discussionWrapper .vote-wrap .vote-pic {
  display: none;
}
#discussionWrapper .vote-wrap .vote-rating .vote-delimeter,
#discussionWrapper .vote-wrap .vote-rating .vote-time {
  display: none;
}
#discussionWrapper .add-comment {
  margin-left: unset !important;
  justify-content: flex-start;
  box-shadow: unset !important;
  display: flex;
}
#discussionWrapper .add-comment .link-like {
  transition: all 0.3s ease-in-out;
  border: 1px solid #666666 !important;
  color: #666666 !important;
  padding: 12px 24px 12px 24px;
  border-radius: 12px 12px 12px 12px;
  background-color: #E6E6E6 !important;
  font-size: 2rem;
  line-height: 1em;
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  white-space: nowrap !important;
  font-weight: 500;
}
#discussionWrapper .add-comment .link-like:hover {
  background-color: #B3B3B3 !important;
}
#discussionWrapper .add-comment .link-like::before {
  display: none;
}

.shp-tabs-wrapper .col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#ratingTab,
#description,
#ratingWrapper,
#productDiscussion,
#productVideos,
#relatedProducts,
#discussionWrapper {
  scroll-margin-top: 150px;
}
#ratingTab h3,
#description h3,
#ratingWrapper h3,
#productDiscussion h3,
#productVideos h3,
#relatedProducts h3,
#discussionWrapper h3 {
  font-size: 2.4rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .hidden-links {
    display: none !important;
  }
  .navigation-btn {
    display: none !important;
  }
}
.p-info-wrapper .p-short-description {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.cart-header-wrapper {
  padding: 0px 2rem;
  position: relative;
  margin-bottom: 94px;
  background-position: center;
  background-size: cover;
}
@media (max-width: 767px) {
  .cart-header-wrapper {
    padding: 0px 20px;
    margin-bottom: 40px;
  }
}

.in-krok-1 .cart-header-wrapper {
  padding: 0px 2rem;
  position: relative;
  margin-bottom: 94px;
}
@media (max-width: 767px) {
  .in-krok-1 .cart-header-wrapper {
    margin-bottom: 30px;
  }
}

.cart-header {
  display: flex !important;
  justify-content: center !important;
  max-width: 789px !important;
  list-style: none !important;
  padding: 36px 0 !important;
  margin: 0 auto !important;
  text-align: center !important;
  position: relative !important;
  background-color: unset !important;
  border: unset !important;
  text-transform: unset !important;
  gap: 64px;
}
.cart-header::before, .cart-header::after {
  display: none;
}
@media (max-width: 900px) {
  .cart-header {
    max-width: 100% !important;
    display: flex !important;
    padding: 25px 0 !important;
    gap: 4px;
  }
}
@media (max-width: 767px) {
  .cart-header {
    padding: 16px 0 !important;
  }
}
.cart-header strong {
  font-weight: 400;
  position: relative;
}
.cart-header li {
  display: inline-block !important;
  padding: 0 !important;
}
.cart-header li.active a,
.cart-header li.active strong {
  color: #FFF !important;
  background-color: #8C7A66 !important;
  border-color: #8C7A66 !important;
}
.cart-header li.active:hover a,
.cart-header li.active:hover strong {
  color: #FFF !important;
  background-color: #8C7A66 !important;
  border-color: #8C7A66 !important;
}
.cart-header li:hover a,
.cart-header li:hover strong {
  background-color: rgba(140, 122, 102, 0.4) !important;
  border-color: rgba(140, 122, 102, 0.4) !important;
}
.cart-header .step {
  flex: 1 1 auto;
  border: unset !important;
  border-bottom-color: unset !important;
  border-radius: 0px;
  top: unset !important;
  width: unset;
}
.cart-header .step a,
.cart-header .step strong {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  padding: 20px 24px 22px 24px;
  gap: 26px;
  position: relative;
  flex-direction: row;
  border-radius: 0px;
  text-align: center;
  justify-content: center;
  color: #000 !important;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  text-decoration: none !important;
  white-space: nowrap;
  text-transform: unset !important;
  font-family: "baskerville-urw", sans-serif;
  border: 1px solid #E6E6E6 !important;
  background-color: #fff !important;
}
@media screen and (max-width: 767px) {
  .cart-header .step a,
  .cart-header .step strong {
    font-size: 1.3rem;
    white-space: normal;
  }
}
@media screen and (max-width: 340px) {
  .cart-header .step a,
  .cart-header .step strong {
    white-space: normal;
  }
}
.cart-header .step a span,
.cart-header .step strong span {
  margin-top: 0px;
  text-transform: unset !important;
}
.cart-header .step a span::before,
.cart-header .step strong span::before {
  display: none;
}
.cart-header .step a::before,
.cart-header .step strong::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  line-height: 0;
  margin: 0;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(3px);
  display: none !important;
}
.cart-header .step a::after,
.cart-header .step strong::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 0;
  margin: 0;
  right: -44px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(assets/arrow-right-black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.cart-header .step a:hover,
.cart-header .step strong:hover {
  border-bottom-color: #A68E5D;
}
@media (max-width: 767px) {
  .cart-header .step a,
  .cart-header .step strong {
    flex-direction: column;
    align-items: center;
    padding: 12px 8px;
    height: 100%;
    justify-content: flex-start !important;
  }
  .cart-header .step a::before,
  .cart-header .step strong::before {
    top: 10px;
  }
  .cart-header .step a::after,
  .cart-header .step strong::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart-header .step a,
  .cart-header .step strong {
    font-size: 1.3rem;
  }
}
@media (max-width: 480px) {
  .cart-header .step a,
  .cart-header .step strong {
    font-size: 1.3rem;
  }
}
.cart-header .step a {
  text-decoration: none;
}
.cart-header .step a:hover {
  text-decoration: underline;
}
.cart-header .step.active {
  border-color: #001024 !important;
}
.cart-header .step-1 a::before,
.cart-header .step-1 strong::before {
  opacity: 0.25;
}
.cart-header .step-1.active a::before,
.cart-header .step-1.active strong::before {
  opacity: 1;
}
.cart-header .step-2 a::before,
.cart-header .step-2 strong::before {
  opacity: 0.25;
}
.cart-header .step-2.active a::before,
.cart-header .step-2.active strong::before {
  opacity: 1;
}
.cart-header .step-3 a::before,
.cart-header .step-3 strong::before {
  opacity: 0.25;
}
.cart-header .step-3 a::after,
.cart-header .step-3 strong::after {
  display: none;
}
.cart-header .step-3.active a::before,
.cart-header .step-3.active strong::before {
  opacity: 1;
}
.cart-header .step-3.active a::after,
.cart-header .step-3.active strong::after {
  display: none;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.cart-content {
  padding: 0 !important;
  background-color: unset !important;
}
.cart-content .col-sm-12 {
  padding: 0 !important;
}

.cart-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: space-between;
}
.cart-row::before, .cart-row::after {
  display: none !important;
}
.cart-row .col-md-8 {
  flex: 1 1 952px;
  max-width: 66.5%;
}
.cart-row .col-md-8 .cart-content {
  padding: 0 !important;
}
.cart-row .col-md-8#checkoutContent {
  width: 100%;
  max-width: 670px;
}
@media (max-width: 1300px) {
  .cart-row .col-md-8#checkoutContent {
    max-width: 480px;
  }
}
@media (max-width: 1100px) {
  .cart-row .col-md-8#checkoutContent {
    max-width: 100%;
    flex: unset;
  }
}
.cart-row .col-md-4 {
  flex: 0 1 400px;
  width: 100%;
  max-width: 32.3%;
  padding: 0 !important;
}
@media (max-width: 1100px) {
  .cart-row .col-md-4 {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .cart-row .col-md-4 {
    max-width: 100%;
    flex: unset;
    flex-basis: unset;
  }
}
@media (max-width: 767px) {
  .cart-row {
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .cart-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 1100px) {
  .cart-row .col-md-8 {
    max-width: 100%;
  }
  .cart-row .col-md-4 {
    max-width: 600px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cart-row .col-md-4 {
    max-width: 100%;
    width: 100%;
  }
}

.branch-picker-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px;
  max-width: 100%;
}

.content-modal iframe {
  max-width: 100%;
}

.select2-container {
  position: absolute;
  z-index: 11700;
  left: 21px !important;
  top: 250px !important;
  max-width: calc(100% - 40px);
}
.select2-container .select2-results {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #FFF;
}

.detail-information {
  margin-top: 80px;
}

.co-billing-address {
  border: unset !important;
}

.id--17 #checkoutSidebar .recapitulation-single span:first-of-type::after {
  content: ":";
}
.id--17 #checkoutSidebar .recapitulation-single strong span::after {
  display: none;
}

#checkoutSidebar {
  position: initial !important;
  flex: 0 1 670px;
  max-width: 670px;
  width: 100%;
}
#checkoutSidebar [data-testid=recapPaymentMethod] {
  margin: 0 !important;
}
#checkoutSidebar .next-step {
  padding: 0 !important;
}
#checkoutSidebar .consents {
  margin-top: 20px;
}
#checkoutSidebar .consents a {
  color: #000;
  text-decoration: underline;
}
#checkoutSidebar h4 {
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
}

@media (max-width: 1000px) {
  #checkoutSidebar {
    flex: unset;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  #checkoutSidebar {
    flex: unset;
    max-width: 100%;
  }
}
.checkout-box-wrapper,
.checkout-box {
  display: none;
}

.summary-wrapper h4,
#summary-box h4 {
  font-size: 3rem;
  border: unset;
  text-transform: unset !important;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .summary-wrapper .box,
  #summary-box .box {
    margin-bottom: 20px;
  }
}

#summary-box {
  padding: 40px;
  border-radius: 0px;
  border: 1px solid #B3B3B3;
}
@media (max-width: 767px) {
  #summary-box {
    padding: 20px;
  }
}

.summary-wrapper {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.extras-wrapper {
  max-width: 587px;
}
.extras-wrapper .extras-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.extras-wrapper .extras-col .discount-coupon {
  order: -1;
}

.discount-coupon {
  margin-bottom: 0 !important;
}
.discount-coupon.btn-secondary {
  font-family: "baskerville-urw", sans-serif;
}

.p-discount {
  display: none !important;
}

.next-step-forward,
#submit-order {
  transition: all 0.3s ease-in-out;
  padding: 10px 24px 10px 24px !important;
  color: #FFF !important;
  background-color: #8C7A66 !important;
  font-size: 1.8rem !important;
  border: none !important;
  border-radius: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: unset !important;
  text-align: center !important;
}
.next-step-forward:hover,
#submit-order:hover {
  background-color: #1E1A15 !important;
}
.next-step-forward::before,
#submit-order::before {
  display: none;
}
.next-step-forward:after,
#submit-order:after {
  display: none !important;
}

.next-step-back {
  border: 1px solid #3B342B !important;
  color: #3B342B !important;
  padding: 8px 23px 9px 23px;
  height: 44px;
  border-radius: 0;
  background-color: transparent !important;
  font-size: 1.8rem;
  font-weight: 700;
  width: 100%;
}
.next-step-back:hover {
  color: #FFF !important;
  background-color: #594D40 !important;
  border-color: #594D40 !important;
}

.box-bg-default[data-testid=tableCart] {
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.box-bg-default[data-testid=tableCart] .next-step {
  order: 2;
  gap: 10px;
}

.applied-coupon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.price-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(1px, 1fr));
  gap: 5px 8px;
  padding-left: 0px;
  padding: 0 !important;
}
.price-wrapper .price-label {
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  color: #000;
  width: 200px;
}
.price-wrapper .price-label.price-secondary {
  padding: 0 !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  color: #000;
}
.price-wrapper .price {
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  color: #000;
}
.price-wrapper .price.price-secondary {
  padding: 0 !important;
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  color: #000;
}
.price-wrapper strong {
  text-align: right;
  font-weight: 400;
}

.order-button-text {
  text-transform: unset !important;
}

.next-step {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  gap: 10px;
  margin-bottom: 0px;
}
.next-step .order-button-suffix {
  margin-left: 0.2em;
}
.next-step .next-step-finish .order-button-text {
  text-transform: unset;
}
@media screen and (max-width: 767px) {
  .next-step {
    padding: 0 0 0px 0 !important;
  }
  .next-step .next-step-forward {
    width: 100% !important;
  }
}

.back-shopping-link {
  display: none !important;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 16px;
}
.back-shopping-link .next-step-back {
  background-color: #fff !important;
  width: unset !important;
}
.back-shopping-link .next-step-back:hover {
  color: #000 !important;
}
@media screen and (max-width: 1300px) {
  .back-shopping-link {
    margin-top: 32px;
  }
}

.sidebar-in-cart .extra.delivery {
  padding: 30px 30px;
  line-height: 1.6em;
  margin-bottom: 16px;
  background-color: #fff !important;
  border-radius: 0px;
  width: 100%;
  border: 1px solid #E6E6E6;
}
.sidebar-in-cart .extra.delivery span {
  color: #474446;
  line-height: 1.2em;
}
.sidebar-in-cart .extra.delivery strong {
  color: #000 !important;
}
.sidebar-in-cart .extra.delivery strong:first-of-type {
  color: #000 !important;
}
.sidebar-in-cart .extra.delivery::before {
  display: none;
}
.sidebar-in-cart .extra.delivery.free-shipping {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  gap: 10px;
  order: -1;
}
.sidebar-in-cart .extra.delivery.free-shipping strong {
  font-weight: 700;
}
.sidebar-in-cart .extra.delivery.free-shipping::before {
  line-height: 0;
  display: inline-block;
  margin-right: 1em;
  max-height: 67px;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  margin: 0 !important;
}
.sidebar-in-cart .cart-content {
  margin-bottom: 0;
  padding: 0 !important;
}

.price-range {
  height: 4px;
  overflow: hidden;
  background-color: #EBEBEB;
  margin-top: 10px;
  width: 100%;
  border-radius: 30px;
  padding: 0 !important;
}
.price-range > div {
  height: 100%;
  background-color: #8C7A66;
  border-radius: 30px;
}

table.cart-table {
  width: 100%;
  display: block;
  margin: 0;
}
table.cart-table h2 {
  font-size: 2.8rem;
  padding-bottom: 20px;
}
table.cart-table tbody {
  width: 100%;
  padding-top: 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
table.cart-table td,
table.cart-table th {
  padding: 0;
  border: unset !important;
}
table.cart-table tr {
  display: flex;
  gap: 16px;
  align-items: center;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  padding: 17px 0;
}
table.cart-table tr.related-visible {
  border-bottom: 0;
}
table.cart-table tr.related-visible .p-name .show-related::after {
  transform: rotate(-135deg);
  top: 2px;
}
@media (max-width: 767px) {
  table.cart-table tr {
    margin-bottom: 10px;
  }
}
table.cart-table .cart-p-image {
  flex: 0 1 100px;
  min-width: 100px;
  max-width: 100px;
}
table.cart-table .cart-p-image img {
  width: 100px;
  display: block;
}
table.cart-table .p-name {
  flex: 1 1 300px;
  padding: 0 !important;
}
table.cart-table .p-name a {
  color: #000;
}
table.cart-table .p-name .availability,
table.cart-table .p-name .product-sku {
  display: none !important;
}
table.cart-table .p-name span {
  display: block;
  font-size: 1.3rem;
}
table.cart-table .p-name .show-related {
  display: block;
  font-size: 1.2rem;
  white-space: nowrap;
}
table.cart-table .p-name .show-related::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 9px;
  border: 2px solid #000;
  border-style: none solid solid none;
  transform: rotate(45deg);
  margin-left: 0.6em;
  position: relative;
  top: -2px;
  transition: all 0.15s ease-in-out;
}
table.cart-table .main-link {
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 7px;
  display: block;
  font-size: 1.6rem !important;
  text-decoration: none;
  color: #000 !important;
  text-transform: unset !important;
  line-height: 1.5em !important;
}
table.cart-table .main-link:hover {
  color: #000 !important;
}
table.cart-table .p-availability {
  flex: 1 1 100px;
  text-align: right;
}
table.cart-table .p-availability .p-label {
  display: none !important;
}
table.cart-table .p-availability .availability-amount {
  display: none;
}
table.cart-table .p-availability .availability-label {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 700;
}
table.cart-table .p-price {
  font-size: 1.3rem;
  color: #848283;
}
table.cart-table .p-price strong {
  color: #848283;
  font-weight: 700;
}
table.cart-table .p-price,
table.cart-table .p-total {
  flex: 1 1 130px;
  text-align: right;
}
table.cart-table .p-price .unit-value,
table.cart-table .p-total .unit-value {
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #999798 !important;
}
table.cart-table .p-price .price-final,
table.cart-table .p-total .price-final {
  white-space: nowrap;
  font-size: 1.3rem !important;
  font-weight: 700 !important;
  color: #999798 !important;
}
table.cart-table .p-price .price-final[data-testid=cartItemPrice],
table.cart-table .p-total .price-final[data-testid=cartItemPrice] {
  font-size: 1.2rem;
  color: #999798 !important;
}
table.cart-table .p-total .price-final {
  white-space: nowrap;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  font-family: "baskerville-urw", sans-serif;
}
table.cart-table .p-quantity {
  flex: 1 0 113px;
  justify-content: flex-end;
}
table.cart-table .p-quantity form {
  display: flex;
  justify-content: flex-end;
}
table.cart-table .p-quantity .quantity {
  width: 95px;
}
table.cart-table .p-quantity .quantity input.amount {
  width: 64px;
}
table.cart-table .p-total {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}
table.cart-table tr.related:not(.visible) {
  display: none;
}
table.cart-table tr.related {
  padding: 0 0 0 50px;
  background-color: transparent;
  margin-top: 0px;
}
table.cart-table tr.related td {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  table.cart-table tr.related {
    margin-top: 0px;
  }
}
table.cart-table .cart-related-product {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 28px 40px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background-size: cover;
}
table.cart-table .cart-related-product .btn.add-to-cart-button {
  font-size: 0;
  width: 42px;
  height: 42px;
  position: relative !important;
  line-height: 1.5em;
  color: #333333 !important;
  padding: 8px 8px 8px 8px;
  border-radius: 0 !important;
  background-color: #1E1A15 !important;
}
table.cart-table .cart-related-product .btn.add-to-cart-button:hover {
  color: #FFF !important;
  background-color: #594D40 !important;
  border-color: #594D40 !important;
}
table.cart-table .cart-related-product .btn.add-to-cart-button::before {
  margin: unset !important;
  display: block;
}
table.cart-table .cart-related-product .cart-related-button a.btn-primary {
  font-size: 1.4rem;
  text-transform: unset;
  line-height: 1.2em;
  padding: 0.8em 0.8em 0.8em 0.8em;
}
table.cart-table .cart-related-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 5;
  padding: 0 !important;
}
@media (max-width: 767px) {
  table.cart-table .cart-related-info {
    gap: 10px;
  }
}
table.cart-table .cart-related-name {
  text-decoration: none;
  font-weight: 700 !important;
  margin-bottom: 0px !important;
  font-size: 1.6rem !important;
  color: #000 !important;
  text-decoration: none;
  padding: 0 !important;
  text-transform: none !important;
}
table.cart-table .cart-related-img {
  flex: 0 1 61px;
}
table.cart-table .cart-related-img img {
  display: block;
}
table.cart-table .cart-related-availability {
  margin-left: auto;
  text-align: right;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  table.cart-table .cart-related-availability {
    padding-left: 34px;
  }
  table.cart-table .cart-related-availability::before {
    left: 0px;
  }
}
table.cart-table .cart-related-button {
  flex: 2;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  white-space: nowrap;
  width: unset !important;
  flex: unset !important;
  min-width: 180px;
}
table.cart-table .cart-related-button .btn {
  padding: 0.9em;
}
table.cart-table .cart-related-button .price-final {
  font-family: "baskerville-urw", sans-serif;
  font-size: 1.6rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
  margin: 0 !important;
}

.summary-wrapper .box {
  background-color: #fff !important;
  border: 1px solid #E6E6E6 !important;
  padding: 40px;
  margin-bottom: 30px !important;
  border-radius: 0px;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .summary-wrapper .box {
    padding: 20px;
    margin-bottom: 16px !important;
  }
}

.upper-summary {
  order: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 32px;
}
.upper-summary .cart-summary {
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  .upper-summary {
    padding: 0;
    gap: 16px;
  }
}

.free-gift {
  display: flex;
  flex-direction: column;
  order: 3;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  text-align: left;
  padding: 22px 30px 30px 30px;
  background-color: #F5F4F4;
}
.free-gift h4 {
  font-size: 3.2rem;
  line-height: 1.2em;
  color: #474446;
  margin: 0 0 20px 0;
  text-transform: unset !important;
  font-family: "baskerville-urw", sans-serif;
}
.free-gift .free-gifts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.remove-item {
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 20px;
  width: 20px;
  cursor: pointer;
  z-index: 120;
  opacity: 1 !important;
}
.remove-item .sr-only {
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  display: none !important;
}
.remove-item::before, .remove-item::after {
  transition: all 0.3s ease-in-out;
  content: "" !important;
  height: 2px;
  width: 100%;
  position: absolute;
  border-radius: 0px;
  background-color: #000;
}
.remove-item::before {
  transform: rotate(45deg);
}
.remove-item::after {
  transform: rotate(-45deg);
}
.remove-item:hover {
  transition: all 0.3s ease-in-out;
}
.remove-item:hover::before {
  background-color: #A68E5D;
  transform: rotate(-45deg);
}
.remove-item:hover::after {
  background-color: #A68E5D;
  transform: rotate(45deg);
}

.free-gift-trigger {
  margin-bottom: 40px;
}

.free-product-gifts,
.free-gifts {
  padding: 0;
  margin: 0;
  list-style: none;
}
.free-product-gifts li,
.free-gifts li {
  margin-bottom: 10px;
}
.free-product-gifts li label,
.free-gifts li label {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: default;
}
.free-product-gifts li label .free-gifts-img,
.free-gifts li label .free-gifts-img {
  flex: 0 0 60px;
  display: flex;
}
.free-product-gifts li label .free-gifts-img img,
.free-gifts li label .free-gifts-img img {
  width: 60px;
  height: 60px;
}
.free-product-gifts li.active,
.free-gifts li.active {
  border: 1px solid #EBEBEB;
  border-radius: 5px;
}

.free-gifts-img-hover {
  display: none !important;
}

.cart-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}
.cart-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 28px;
  gap: 12px;
  padding: 0 !important;
}
@media screen and (max-width: 1300px) {
  .cart-summary {
    max-width: 100%;
    flex: unset;
    justify-content: flex-start;
    padding: 0 !important;
  }
}
.cart-summary h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  text-align: left;
  font-weight: 700 !important;
  padding: 0 !important;
  font-size: 2rem !important;
  margin: 0 0px 0px 0 !important;
  text-transform: unset !important;
}
.cart-summary h4 span {
  font-size: 1.4rem !important;
}
.cart-summary .extras-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.cart-summary .extras-wrapper .extras-col {
  flex: unset !important;
  width: 100%;
  max-width: 100% !important;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon {
  padding: 0 !important;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon form {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon.active::before {
  display: none !important;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon::before {
  font-size: 24px !important;
  line-height: 20px !important;
  left: 5px !important;
  top: 10px !important;
  margin: 0 !important;
  color: #848283 !important;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon #discountCouponCode {
  height: unset !important;
  max-height: unset !important;
  border-radius: unset !important;
  padding: 9px 10px 9px 34px !important;
  height: 40px !important;
  color: #333333;
  font-size: 1.6rem;
  border-right: unset !important;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon #discountCouponCode:focus {
  box-shadow: unset !important;
  border-color: #333333 !important;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon #discountCouponCode::placeholder {
  color: #848283;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon button {
  border: 1px solid #3B342B !important;
  color: #3B342B !important;
  padding: 7px 14px 8px 14px;
  border-radius: 0;
  background-color: transparent !important;
  font-size: 1.6rem;
  font-weight: 700;
  height: 40px !important;
  flex: unset !important;
}
.cart-summary .extras-wrapper .extras-col .discount-coupon button:hover {
  color: #FFF !important;
  background-color: #594D40 !important;
  border-color: #594D40 !important;
}

.co-box-additional {
  border: none !important;
  border-color: unset !important;
}

.co-basic-information .row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.co-basic-information .row::before, .co-basic-information .row::after {
  display: none !important;
}
.co-basic-information .row .col-sm-6 {
  padding: 0 !important;
}
.co-basic-information .col-sm-6 {
  flex: 1 1 200px;
}
.co-basic-information .select-label {
  display: none;
}

.cart-content {
  margin-bottom: 0px;
  margin-top: 0 !important;
}
.cart-content h2 {
  font-size: 3rem;
  margin: 0 0 0px 0;
  padding: 0 0 26px 0;
  line-height: 1em;
  border-bottom: 1px solid #B3B3B3;
}

.order-icon {
  margin: 0 !important;
  padding: 0 0 20px 0 !important;
  text-transform: unset !important;
  font-size: 3.2rem !important;
  color: #000 !important;
}
.order-icon::before {
  display: none !important;
}

#checkoutContent .cart-content {
  max-width: 100%;
  padding: 0 !important;
  margin-top: 58px;
}
#checkoutContent .cart-content .box {
  margin-bottom: 48px;
}
@media (max-width: 1000px) {
  #checkoutContent .cart-content {
    max-width: 100%;
  }
}
#checkoutContent .cart-content .form-group.company-shopping #company-shopping + label::before {
  border-radius: 50%;
}
#checkoutContent .cart-content .form-group #another-shipping + label::before {
  border-radius: 50%;
}
#checkoutContent .cart-content .form-group .btn-secondary {
  border: 1px solid #3B342B !important;
  color: #3B342B !important;
  padding: 8px 23px 9px 23px !important;
  height: 44px !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
}
#checkoutContent .cart-content .form-group .btn-secondary:hover {
  color: #FFF !important;
  background-color: #594D40 !important;
  border-color: #594D40 !important;
}
#order-billing-methods .radio-wrapper {
  padding: 8px 0 !important;
}

.shipping-billing-table .radio-wrapper input[type=radio] + label {
  flex-wrap: nowrap !important;
}
.shipping-billing-table .radio-wrapper input[type=radio] + label .payment-info {
  padding-right: 0 !important;
}
.shipping-billing-table .radio-wrapper {
  padding: 8px 0 8px 0;
  border-bottom: 1px solid #E6E6E6;
}
.shipping-billing-table .radio-wrapper label {
  display: flex;
  align-items: center;
  gap: 20px;
}
.shipping-billing-table .radio-wrapper .payment-logo {
  order: -1;
  flex-basis: 32px !important;
}
.shipping-billing-table .radio-wrapper .payment-logo img {
  width: 100%;
  display: block;
}
.shipping-billing-table .radio-wrapper .payment-shipping-price {
  margin-left: auto;
  white-space: nowrap;
}
.shipping-billing-table .radio-wrapper .payment-shipping-price.for-free {
  color: #71B929;
}
.shipping-billing-table .radio-wrapper input[type=radio] + label::before, .shipping-billing-table .radio-wrapper input[type=radio] + label::after {
  top: 50%;
  transform: translateY(-50%);
}
.shipping-billing-table .radio-wrapper .sublabel {
  font-size: 1.3rem;
  color: #000;
  font-weight: 700;
}
.shipping-billing-table .radio-wrapper .sublabel a {
  text-decoration: none;
  color: inherit;
}

.radio-wrapper label {
  padding: 10px 16px 10px 43px !important;
  margin-right: 0;
}
.radio-wrapper .payment-info {
  display: flex;
  flex-wrap: wrap;
}
.radio-wrapper .payment-info > b {
  font-size: 1.6rem;
  color: #000;
  text-transform: unset !important;
  margin-right: 0.3em;
}
.radio-wrapper .payment-info .sublabel,
.radio-wrapper .payment-info em {
  width: 100%;
}
.radio-wrapper a {
  text-decoration: underline;
}

.radio-wrapper.inactive-child {
  opacity: 0.6;
  cursor: not-allowed;
}
.radio-wrapper.inactive-child .not-possible-info {
  display: block;
}
.radio-wrapper.inactive-child label {
  cursor: inherit;
}

.cart-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

.id--16 .cart-inner,
.id--17 .cart-inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.cart-items {
  margin-bottom: 16px;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 16px 0px 16px 0px;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cart-item {
    padding: 8px 0px 8px 0px;
  }
}
.cart-item.cart-item-gift {
  padding: 16px;
  border-radius: 5px;
}
.cart-item:last-of-type {
  border: unset;
  margin-bottom: 24px;
  border-bottom: unset;
}
.cart-item:not(:last-child) {
  border-bottom: 1px solid #E6E6E6;
}
.cart-item .cart-item-name {
  margin-right: auto;
  border: unset !important;
  padding: 0 !important;
  text-transform: unset !important;
}
.cart-item .cart-item-name a {
  color: #000;
  text-decoration: none;
  text-transform: unset !important;
  font-size: 1.6rem;
  font-weight: 700;
}
.cart-item .cart-item-name span {
  color: #C9BA9C !important;
  font-weight: 700 !important;
  font-size: 1.6rem !important;
}
.cart-item .cart-item-amount {
  color: #000 !important;
  text-align: center;
  border: unset !important;
  padding: 0 !important;
  font-size: 1.6rem;
}
.cart-item .cart-item-amount .unit-value {
  color: #000 !important;
  padding: 0;
  font-size: 1.6rem;
}
.cart-item .cart-item-amount,
.cart-item .cart-item-price {
  text-align: right;
  white-space: nowrap;
  border: unset !important;
  padding: 0 !important;
}
.cart-item .cart-item-price {
  font-weight: 700;
  padding: 0 0 25px 0 !important;
}
@media (max-width: 480px) {
  .cart-item .cart-item-name {
    margin: 0;
    width: 100%;
  }
  .cart-item .cart-item-amount {
    position: absolute !important;
    right: 0;
    top: 26px;
    display: flex;
    justify-content: flex-end;
  }
}

.gift-items {
  padding: 16px !important;
  margin: 30px 0 24px 0 !important;
  border: 1px solid #EBEAE9 !important;
  background-color: #fff !important;
}
.gift-items .for-free {
  color: #000;
  font-size: 1.6rem;
  text-transform: unset !important;
}
.gift-items img {
  display: none;
}
.gift-items .cart-item-gift {
  border: unset !important;
}
.gift-items .cart-item-name span {
  font-size: 1.6rem;
}

.order-summary-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px;
  border: none !important;
  border-color: none !important;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.order-summary-item.helper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  margin-bottom: 8px;
}
.order-summary-item.helper strong,
.order-summary-item.helper div {
  font-size: 2rem;
  line-height: 1.1em;
  font-weight: 700;
}
.order-summary-item.helper div:first-child {
  flex: unset !important;
  width: 100% !important;
  max-width: 50% !important;
  padding-right: 5px;
}
.order-summary-item.helper [data-testid=recapItemTotalPrice] {
  font-size: 1.6rem;
}
.order-summary-item > div:first-child {
  margin-right: auto;
}
.order-summary-item .price-wrapper {
  width: 100%;
}

#shipping-billing-summary {
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #E6E6E6;
}
@media screen and (max-width: 767px) {
  #shipping-billing-summary {
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}

.recapitulation-single {
  margin-bottom: 8px;
  display: flex !important;
  align-items: center !important;
  gap: 0px;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  justify-content: flex-start !important;
  padding: 0 !important;
}
.recapitulation-single .recapitulation-shipping-billing-label, .recapitulation-single > span {
  white-space: nowrap;
  flex: unset !important;
}
.recapitulation-single .recapitulation-shipping-billing-label {
  display: flex !important;
  padding-right: 5px !important;
  flex: unset !important;
}
.recapitulation-single [data-testid=recapPaymentMethod] {
  margin-top: 30px;
}
.recapitulation-single .recapitulation-shipping-billing-info, .recapitulation-single > strong {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
  font-weight: 700;
}
.recapitulation-single .recapitulation-shipping-billing-info span, .recapitulation-single > strong span {
  margin-left: auto;
  order: 10;
  font-weight: 400;
  color: #000;
}
.recapitulation-single .recapitulation-shipping-billing-info .for-free, .recapitulation-single > strong .for-free {
  color: #000;
}
@media (max-width: 767px) {
  .recapitulation-single {
    max-width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
    margin-bottom: 15px !important;
  }
}

.shipping-billing-name {
  font-weight: 700;
}

.radio-wrapper.active label > span b {
  color: #000 !important;
}

.co-contact-information label[for=login] {
  display: none;
}

.co-box {
  margin-bottom: 20px;
  padding: 0 !important;
}
.co-box h4 {
  border-bottom: 1px solid #B3B3B3 !important;
  margin: 0 0 10px 0 !important;
  padding: 0 0 10px 0 !important;
  text-transform: unset !important;
  font-size: 2.8rem !important;
  color: #000 !important;
  font-weight: 700;
}
.co-box h4::before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .co-box h4 {
    font-size: 2.4rem !important;
  }
}

.box {
  margin-bottom: 54px;
  border: none !important;
}

#company-info {
  margin-bottom: 10px;
}

.form-group-hasTooltip {
  position: relative;
}
.form-group-hasTooltip label {
  padding-right: 20px;
}
.form-group-hasTooltip .show-tooltip {
  position: absolute;
  top: 10px;
  left: unset;
  right: 0;
}

.shp-flag-label:before {
  border: none;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 24px;
  height: 24px;
  line-height: 1em;
  left: -10px;
  margin: 0 !important;
}

.country-flag,
.phone-combined-input select {
  display: none;
}

.country-flags.active .country-flag,
.country-flag.selected {
  display: flex;
  align-items: center;
}

.country-flag .shp-flag {
  max-width: 40px;
  max-height: 27px;
}

.country-flags:not(.active) .country-flag.selected .shp-flag,
.country-flags:not(.active) .country-flag.selected .shp-flag-name {
  display: none;
}

.country-flags {
  position: absolute;
  top: 0;
  left: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.country-flags::after {
  content: "";
  display: block;
  height: 54.5%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #000;
}
.country-flags.active {
  height: auto;
  border-right: none;
  z-index: 2;
}
.country-flags.active::before {
  display: none;
}
.country-flags.active .country-flags-inner {
  padding-top: 40px !important;
  max-height: 500px;
  overflow-y: auto;
  background-color: #fff;
}
.country-flags .country-flag.selected::before {
  line-height: 0;
  margin-right: 6px;
}

.country-flags.active {
  left: 0;
}
.country-flags.active .country-flags-inner {
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.country-flags.active .country-flag.selected::before {
  display: none;
}

.phone-combined-input {
  width: 100% !important;
  max-width: 100% !important;
}

.phone-combined-input {
  position: relative;
}
.phone-combined-input input#phone {
  padding-left: 110px !important;
}

.not-possible-info {
  display: none;
}

.question-tooltip {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #333333;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ordering-process #content {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .ordering-process #content {
    margin-bottom: 32px;
  }
}

.custom-empty-cart .btn-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 144px;
}
.custom-empty-cart .btn-holder .btn {
  height: 44px !important;
}
.custom-empty-cart #content {
  padding-top: 100px;
  max-width: calc(1440px + 4rem);
  margin: 0 auto;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .custom-empty-cart #content {
    padding-left: 1em;
    padding-right: 1em;
  }
}
.custom-empty-cart #content .col-md-4,
.custom-empty-cart #content .col-md-8 {
  display: none;
}
.custom-empty-cart .cart-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  list-style: none;
  padding: 0;
  margin: 60px 0;
}
.custom-empty-cart .cart-contact .tel,
.custom-empty-cart .cart-contact .cellphone {
  margin: 0;
  font-weight: 700;
  color: #000;
  font-size: 2rem;
}
.custom-empty-cart .cart-contact .header-opening-hours {
  display: none;
}
.custom-empty-cart .cart-contact .mail {
  margin-top: 0;
}
.custom-empty-cart .buttons-wrapper {
  margin-bottom: 50px;
}

#submit-order {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
  padding: 21px;
}
#submit-order .order-button-text {
  font-size: 1.8rem !important;
  text-transform: unset !important;
  height: unset !important;
  min-height: unset !important;
  line-height: 1.4em !important;
}
#submit-order .order-button-suffix {
  font-size: 1.8rem !important;
  text-transform: unset !important;
  height: unset !important;
  min-height: unset !important;
  line-height: 1.4em !important;
  padding: 0;
}

.ordering-process-footer {
  padding: 40px 0;
  border-top: 1px solid #C9BA9C;
}
.ordering-process-footer .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.ordering-process-footer .container::before, .ordering-process-footer .container::after {
  display: none;
}
@media screen and (max-width: 950px) {
  .ordering-process-footer .container {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.ordering-process-footer .contact-box {
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: flex-start;
  min-height: unset !important;
  padding-left: 32px !important;
}
.ordering-process-footer .contact-box::before {
  content: "";
  left: 0px;
  height: 50px;
  width: 1px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #A68E5D;
  display: block;
  position: absolute;
}
@media screen and (max-width: 950px) {
  .ordering-process-footer .contact-box {
    padding-left: 0px !important;
    padding-top: 0px !important;
  }
  .ordering-process-footer .contact-box::before {
    content: "";
    left: 0px;
    height: 1px;
    width: 100%;
    max-width: 500px;
    top: 0;
    transform: unset;
  }
}
@media screen and (max-width: 767px) {
  .ordering-process-footer .contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
  .ordering-process-footer .contact-box::before {
    display: none;
  }
}
.ordering-process-footer .contact-box .mail {
  margin: 0;
  padding: 0 !important;
}
.ordering-process-footer .contact-box .mail::before {
  display: none !important;
}
.ordering-process-footer .contact-box .mail .project-email {
  position: relative;
  font-size: 1.8rem;
  line-height: 1em;
  padding-left: 34px;
}
.ordering-process-footer .contact-box .mail .project-email::before {
  position: absolute;
  top: 0;
  left: 0;
}
.ordering-process-footer .contact-box .mail + span {
  font-size: 1.3rem;
  padding-left: 34px;
}
.ordering-process-footer .contact-box a,
.ordering-process-footer .contact-box span {
  color: #000 !important;
}
.ordering-process-footer .contact-box.phone-wrapper .project-phone {
  position: relative;
  font-size: 1.8rem;
  line-height: 1em;
}
.ordering-process-footer .contact-box.phone-wrapper .project-phone::before {
  position: absolute;
  top: 0;
  left: 0;
}
.ordering-process-footer .contact-box.phone-wrapper span {
  padding-left: 34px;
}
.ordering-process-footer .contact-box.phone-wrapper span:last-of-type {
  font-size: 1.3rem;
}
.ordering-process-footer .secure-payment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.ordering-process-footer .secure-payment span {
  display: block;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.ordering-process-footer .secure-payment img {
  max-width: 192px;
}
@media screen and (max-width: 767px) {
  .ordering-process-footer .secure-payment {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}

@media (max-width: 840px) {
  .cart-header::before, .cart-header::after {
    display: none;
  }
  table.cart-table tr:not(.related) {
    display: grid !important;
    grid-template-columns: minmax(1px, 150px) auto;
    padding: 10px 0;
    gap: 0;
    position: relative;
  }
  table.cart-table .cart-p-image {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-right: 20px;
    max-width: 60px;
    min-width: 60px;
  }
  table.cart-table .cart-p-image img {
    width: 60px;
  }
  table.cart-table .p-name {
    grid-column: 2/3;
    grid-row: 1/2;
    margin-bottom: 0px;
    max-width: 100%;
    min-width: 100%;
    width: 217px;
  }
  table.cart-table .p-availability {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-bottom: 7px;
  }
  table.cart-table .p-quantity {
    grid-column: 2/3;
    grid-row: 3/5;
    justify-self: end;
    padding-right: 30px !important;
    padding-left: 0 !important;
    margin-right: 30px;
  }
  table.cart-table .p-quantity .quantity {
    padding-left: 0 !important;
  }
  table.cart-table .p-price {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  table.cart-table .p-total {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  table.cart-table form.inline {
    position: absolute;
    bottom: 18px;
    right: 0;
  }
}
@media (max-width: 840px) and (max-width: 370px) {
  table.cart-table form.inline {
    bottom: 24px;
  }
}
@media (max-width: 840px) {
  table.cart-table .cart-related-product {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
  }
  table.cart-table .cart-related-product .cart-related-info {
    display: grid;
    grid-template-columns: minmax(60px, 65px) auto;
    width: 100%;
    padding: 0 !important;
  }
  table.cart-table .cart-related-product .cart-related-img {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 60px;
    height: 60px;
  }
  table.cart-table .cart-related-product .cart-related-name {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  table.cart-table .cart-related-product .cart-related-availability {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-left: 0;
  }
  table.cart-table .cart-related-product .cart-related-button {
    padding: 0 !important;
    width: 100%;
    justify-content: space-between;
    margin-left: auto;
  }
  table.cart-table .cart-related-product .cart-related-button .price-final {
    margin: 0 !important;
    font-size: 2rem;
    color: #000;
  }
}
@media screen and (max-width: 840px) and (max-width: 767px) {
  table.cart-table .cart-related-product .cart-related-button {
    margin-left: unset;
    width: 100% !important;
  }
}
@media (max-width: 840px) {
  table.cart-table tr.related {
    padding-left: 0;
  }
  table.cart-table .p-availability,
  table.cart-table .p-price,
  table.cart-table .p-total {
    text-align: left;
  }
  table.cart-table tr {
    align-items: start;
  }
  table.cart-table .p-total {
    justify-content: flex-start;
  }
  table.cart-table .p-availability {
    font-size: 1.2rem;
  }
  .shipping-billing-table .radio-wrapper .payment-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.radio-wrapper[data-submethod=applepay] {
  display: none;
}

.in-krok-2 select::-ms-expand {
  display: none;
}

.id--9 .content,
.id--16 .content {
  padding: 0 !important;
}

.p-label {
  display: none !important;
}

@media screen and (max-width: 480px) {
  .continue-shopping,
  .next-step-back {
    width: 100%;
  }
}
.form-group.date-picker label span {
  font-size: 1.2rem;
}

.type-product .faq-section .container,
.type-product .chrono-banner .container,
.type-product .form-section .container {
  padding: 0 !important;
}

body.mobile:not(.type-category):not(.type-product):not(.id-720):not(.id-726):not(.id-723):not(.id-29) section div.container {
  padding: 0 !important;
}

.chrono-banner {
  padding: 0 0 96px 0;
}
@media screen and (max-width: 1300px) {
  .chrono-banner {
    padding: 0 0 72px 0;
  }
}
@media screen and (max-width: 900px) {
  .chrono-banner {
    padding: 0 0 60px 0;
  }
}
.chrono-banner .chrono-banner-content {
  background-color: rgba(0, 0, 0, 0.75);
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  padding: 24px 80px 0px 50px;
}
@media screen and (max-width: 1440px) {
  .chrono-banner .chrono-banner-content {
    padding: 24px 40px 0px 30px;
  }
}
@media screen and (max-width: 1300px) {
  .chrono-banner .chrono-banner-content {
    padding: 20px 20px 0px 16px;
  }
}
@media screen and (max-width: 900px) {
  .chrono-banner .chrono-banner-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.chrono-banner .chrono-banner-content .bg {
  width: unset;
  margin-right: 46px;
}
@media screen and (max-width: 1440px) {
  .chrono-banner .chrono-banner-content .bg {
    max-width: 190px;
    margin-top: auto;
  }
}
@media screen and (max-width: 1300px) {
  .chrono-banner .chrono-banner-content .bg {
    margin-right: 24px;
    max-width: 170px;
  }
}
@media screen and (max-width: 1100px) {
  .chrono-banner .chrono-banner-content .bg {
    max-width: 155px;
  }
}
@media screen and (max-width: 900px) {
  .chrono-banner .chrono-banner-content .bg {
    order: 4;
    margin-top: 10px;
    margin-right: 0;
  }
}
@media screen and (max-width: 370px) {
  .chrono-banner .chrono-banner-content .bg {
    max-width: 105px;
    margin-top: 40px;
  }
}
.chrono-banner .chrono-banner-content .logo-big {
  width: unset;
  margin-right: 56px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1440px) {
  .chrono-banner .chrono-banner-content .logo-big {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1330px) {
  .chrono-banner .chrono-banner-content .logo-big {
    margin-right: 32px;
    max-width: 280px;
  }
}
@media screen and (max-width: 1100px) {
  .chrono-banner .chrono-banner-content .logo-big {
    max-width: 240px;
  }
}
@media screen and (max-width: 900px) {
  .chrono-banner .chrono-banner-content .logo-big {
    order: 1;
    width: unset;
    max-width: unset;
    margin: 14px 18px 34px 18px;
    max-height: 40px;
  }
}
.chrono-banner .chrono-banner-content .text-holder {
  max-width: 408px;
  margin-right: 86px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .chrono-banner .chrono-banner-content .text-holder {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .chrono-banner .chrono-banner-content .text-holder {
    margin-right: 32px;
  }
}
@media screen and (max-width: 900px) {
  .chrono-banner .chrono-banner-content .text-holder {
    order: 2;
    width: 100%;
    max-width: 100%;
    margin-bottom: 23px;
    margin-right: 0;
  }
}
.chrono-banner .chrono-banner-content .text-holder .stars {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .chrono-banner .chrono-banner-content .text-holder .stars {
    gap: 4px;
    margin-bottom: 14px;
  }
}
.chrono-banner .chrono-banner-content .text-holder p {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1em;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .chrono-banner .chrono-banner-content .text-holder p {
    font-size: 2rem;
    max-width: 256px;
  }
}
.chrono-banner .chrono-banner-content .logo {
  margin-bottom: 11px;
}
@media screen and (max-width: 1300px) {
  .chrono-banner .chrono-banner-content .logo {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1100px) {
  .chrono-banner .chrono-banner-content .logo {
    max-width: 86px;
  }
}
@media screen and (max-width: 900px) {
  .chrono-banner .chrono-banner-content .logo {
    order: 3;
    margin-right: 45px;
  }
}

.our-brands {
  padding: 0 0 144px 0;
}
.our-brands .container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1300px) {
  .our-brands {
    padding: 0 0 80px 0;
  }
}
.our-brands .upper {
  display: none;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  gap: 32px;
  margin: 0 0 32px 0;
}
@media screen and (max-width: 767px) {
  .our-brands .upper {
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 0 29px 0;
  }
}
.our-brands .upper h2 {
  margin: 0;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  .our-brands .upper .btn {
    display: none;
  }
}
.our-brands .flex-holder {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media screen and (max-width: 1000px) {
  .our-brands .flex-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .our-brands .flex-holder {
    margin-bottom: 22px;
  }
}
.our-brands .flex-holder .single-brand {
  width: 100%;
  max-width: calc(16.6666666667% - 6px);
  position: relative;
  overflow: hidden;
}
.our-brands .flex-holder .single-brand::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 0;
}
@media screen and (max-width: 1400px) {
  .our-brands .flex-holder .single-brand {
    max-width: calc(20% - 6px);
  }
}
@media screen and (max-width: 1000px) {
  .our-brands .flex-holder .single-brand {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
.our-brands .flex-holder .single-brand.active {
  max-width: calc((16.6666666667% - 6px) * 3 + 13px);
}
@media screen and (max-width: 1400px) {
  .our-brands .flex-holder .single-brand.active {
    max-width: calc((20% - 6px) * 2 + 13px);
  }
}
@media screen and (max-width: 1000px) {
  .our-brands .flex-holder .single-brand.active {
    max-width: 100%;
    min-height: 200px;
  }
}
.our-brands .flex-holder .single-brand picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-brands .flex-holder .single-brand picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .our-brands .flex-holder .single-brand picture {
    height: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .our-brands .flex-holder .single-brand picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    height: unset;
  }
}
.our-brands .flex-holder .single-brand .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.8em 2.4em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}
@media screen and (max-width: 1300px) {
  .our-brands .flex-holder .single-brand .text {
    padding: 8px;
  }
}
@media screen and (max-width: 1000px) {
  .our-brands .flex-holder .single-brand .text {
    position: relative;
    padding: 16px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}
.our-brands .flex-holder .single-brand .text h3 {
  color: #000;
  text-transform: none;
  margin: 0;
  font-size: 2.4rem;
}
@media screen and (max-width: 900px) {
  .our-brands .flex-holder .single-brand .text h3 {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .our-brands .flex-holder .single-brand .text h3 {
    font-size: 2.2rem;
  }
}
.our-brands .flex-holder .single-brand .text .extended-banner-link {
  position: relative;
  top: unset;
  left: unset;
  bottom: unset;
  right: unset;
  transform: unset;
  height: unset;
  margin: unset;
  display: flex;
  padding: 0.6em;
  background: rgba(0, 0, 0, 0);
  font-size: 0;
}
.our-brands .flex-holder .single-brand .text .extended-banner-link::after {
  content: url(assets/arrow-right-black.svg);
}
.our-brands .btn-holder {
  display: none;
}
@media screen and (max-width: 767px) {
  .our-brands .btn-holder {
    display: flex;
  }
  .our-brands .btn-holder .btn {
    width: 100%;
  }
}

.vykup-hodinek {
  padding: 0 0 128px 0;
}
@media screen and (max-width: 1300px) {
  .vykup-hodinek {
    padding: 0 0 72px 0;
  }
}
.vykup-hodinek .flex-holder {
  padding: 92px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  position: relative;
  gap: 32px;
  margin-bottom: 100px;
}
@media screen and (max-width: 1300px) {
  .vykup-hodinek .flex-holder {
    padding: 60px 0;
  }
}
@media screen and (max-width: 900px) {
  .vykup-hodinek .flex-holder {
    padding: 195px 0 0 0;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .vykup-hodinek .flex-holder {
    margin-bottom: 90px;
  }
}
.vykup-hodinek .flex-holder .text-holder {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 73px 80px 80px 80px;
  width: 100%;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .vykup-hodinek .flex-holder .text-holder {
    max-width: 50%;
    padding: 53px 60px 60px 60px;
  }
}
@media screen and (max-width: 900px) {
  .vykup-hodinek .flex-holder .text-holder {
    max-width: 100%;
    padding: 20px 24px 24px 24px;
    margin: 0 12px;
  }
}
.vykup-hodinek .flex-holder .text-holder h2 {
  margin: 0 0 25px 0;
}
@media screen and (max-width: 767px) {
  .vykup-hodinek .flex-holder .text-holder h2 {
    margin: 0 0 21px 0;
  }
}
.vykup-hodinek .flex-holder .text-holder p {
  margin: 0 0 19px 0;
  color: #333333;
  font-weight: 700;
}
.vykup-hodinek .flex-holder .text-holder p:last-of-type {
  margin: 0 0 35px 0;
}
.vykup-hodinek .flex-holder .text-holder p a {
  color: #8C7A66;
}
.vykup-hodinek .flex-holder picture {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  max-width: 75%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .vykup-hodinek .flex-holder picture {
    max-width: 65%;
  }
}
@media screen and (max-width: 900px) {
  .vykup-hodinek .flex-holder picture {
    max-width: 100%;
    height: 265px;
  }
  .vykup-hodinek .flex-holder picture img {
    object-fit: cover;
  }
}
.vykup-hodinek .flex-holder picture img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.buyout-process {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  justify-items: center;
  align-items: start;
}
@media screen and (max-width: 900px) {
  .buyout-process {
    grid-template-columns: repeat(1, 1fr);
    gap: 34px;
  }
}
.buyout-process .single-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
}
.buyout-process .single-step:last-of-type:after {
  display: none;
}
@media screen and (max-width: 900px) {
  .buyout-process .single-step:last-of-type:after {
    display: block;
  }
}
.buyout-process .single-step:after {
  content: "";
  left: calc(100% + 48px);
  transform: translateX(-50%);
  position: absolute;
  top: 25px;
  width: calc(100% - 144px);
  height: 1px;
  background-color: #E6E6E6;
  display: block;
}
@media screen and (max-width: 1300px) {
  .buyout-process .single-step:after {
    left: calc(100% + 12px);
  }
}
@media screen and (max-width: 900px) {
  .buyout-process .single-step:after {
    left: 50%;
    width: 100%;
    top: 87px;
  }
}
.buyout-process .single-step .number {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #8C7A66;
  position: relative;
  margin-bottom: 18px;
}
.buyout-process .single-step .number span {
  line-height: 1em;
  font-size: 2.8rem;
  color: #FFF;
}
.buyout-process .single-step .number .icon {
  position: absolute;
  right: -16px;
  bottom: -16px;
  z-index: 2;
  padding: 4px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .buyout-process .single-step .number {
    margin-bottom: 23px;
  }
}
.buyout-process .single-step .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  text-align: center;
  padding: 24px 20px;
}
@media screen and (max-width: 1300px) {
  .buyout-process .single-step .text {
    padding: 8px 39px;
  }
}
.buyout-process .single-step h3 {
  font-weight: 700;
  margin: 0 0 10px 0;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .buyout-process .single-step h3 {
    letter-spacing: 0;
  }
}
.buyout-process .single-step p {
  font-weight: 700;
  font-size: 1.8rem;
}
.buyout-process .single-step p a {
  text-decoration: underline;
}
.buyout-process .single-step p a:hover {
  text-decoration: none;
}

.our-partners {
  padding: 0 0 177px 0;
}
@media screen and (max-width: 1300px) {
  .our-partners {
    padding: 0 0 96px 0;
  }
}
@media screen and (max-width: 900px) {
  .our-partners {
    padding: 0 0 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .our-partners {
    padding: 0 0 67px 0;
  }
}
.our-partners .flex-holder {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 34px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .our-partners .flex-holder {
    padding: 23px 0;
  }
}
.our-partners .flex-holder picture {
  position: absolute;
  width: 100%;
  max-width: 66.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 1300px) {
  .our-partners .flex-holder picture {
    max-width: 60%;
  }
}
@media screen and (max-width: 900px) {
  .our-partners .flex-holder picture {
    max-width: 100%;
    top: 250px;
    max-height: 265px;
    overflow: hidden;
  }
  .our-partners .flex-holder picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.our-partners .flex-holder .text-wrapper {
  width: 100%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .our-partners .flex-holder .text-wrapper {
    max-width: 100%;
    margin: 0 8px;
  }
}
.our-partners .flex-holder .text-wrapper .logo-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  padding: 0 62px 25px 0;
  margin-bottom: 41px;
}
@media screen and (max-width: 1300px) {
  .our-partners .flex-holder .text-wrapper .logo-holder {
    padding: 0 50px 35px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .our-partners .flex-holder .text-wrapper .logo-holder {
    padding: 0 40px 25px 0;
    margin-bottom: 226px;
  }
}
@media screen and (max-width: 1300px) {
  .our-partners .flex-holder .text-wrapper .logo-holder .partner-logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 900px) {
  .our-partners .flex-holder .text-wrapper .logo-holder .partner-logo {
    max-width: 270px;
  }
}
.our-partners .flex-holder .text-wrapper .logo-holder .small {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .our-partners .flex-holder .text-wrapper .logo-holder .small {
    max-width: 70px;
    right: 9;
  }
}
.our-partners .flex-holder .text-wrapper .text-holder {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 73px 80px 80px 80px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1300px) {
  .our-partners .flex-holder .text-wrapper .text-holder {
    padding: 53px 60px 60px 60px;
  }
}
@media screen and (max-width: 900px) {
  .our-partners .flex-holder .text-wrapper .text-holder {
    padding: 20px 24px 24px 24px;
  }
}
.our-partners .flex-holder .text-wrapper .text-holder h2 {
  margin: 0 0 23px 0;
}
@media screen and (max-width: 900px) {
  .our-partners .flex-holder .text-wrapper .text-holder h2 {
    margin: 0 0 20px 0;
  }
}
.our-partners .flex-holder .text-wrapper .text-holder p {
  margin: 0 0 20px 0;
  color: #333333;
  font-weight: 700;
}
.our-partners .flex-holder .text-wrapper .text-holder p:last-of-type {
  margin: 0 0 31px 0;
}
.our-partners .flex-holder .text-wrapper .text-holder p a {
  color: #8C7A66;
}
.faq-section {
  margin-top: 72px;
  margin-bottom: 72px;
}
.faq-section .container {
  max-width: 100%;
  width: 100%;
}
.faq-section .flex-holder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  margin-bottom: 46px;
}
@media screen and (max-width: 1100px) {
  .faq-section .flex-holder {
    padding: 33px 0px 37px;
    margin-bottom: 32px;
  }
}
@media (max-width: 430px) {
  .faq-section .flex-holder {
    padding: 0;
    margin: 0 -2rem 32px -2rem;
  }
}
.faq-section .flex-holder picture {
  /*
  width: calc(100vw - var(--scrollbar-width) + 0.9px);
  max-width: 1440px;
  height: 100%;
  object-fit: cover;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  overflow: hidden;
  */
  width: 100%;
}
.faq-section .flex-holder picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 95px;
}
.faq-section .flex-holder h2 {
  padding: 80px;
  margin: 0;
  z-index: 10;
  position: absolute;
  text-align: left;
  color: #FFF;
  top: 50%;
  transform: translateY(-50%);
}
.faq-section .faq-questions {
  margin: 0 auto 50px auto;
  max-width: 960px;
  width: 100%;
}
.faq-section .faq-questions .question {
  border-bottom: 1px solid #B3B3B3;
}
@media (max-width: 430px) {
  .faq-section .faq-questions .question {
    font-size: 1.8rem;
  }
}
.faq-section .faq-questions .question.active h3:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-section .faq-questions .question.active .faq-content {
  display: flex;
  flex-direction: column;
}
.faq-section .faq-questions .question:hover h3:after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-section .faq-questions .question h3 {
  font-size: 2rem;
  line-height: 1.2em;
  font-weight: 700;
  display: block;
  padding: 32px 44px 32px 16px;
  position: relative;
  margin: 0;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.faq-section .faq-questions .question h3:after {
  transition: all 0.3s ease-in-out;
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  background: url(assets/arrow-down.svg) no-repeat center center;
  background-size: cover;
  right: 17px;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-questions .question h3 {
    padding: 32px 60px 32px 0px;
  }
}
.faq-section .faq-questions .question .faq-content {
  display: none;
  padding: 29px 32px 34px 32px;
  transition: all 0.3s ease-in-out;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .faq-section .faq-questions .question .faq-content {
    padding: 22px 24px;
  }
}
.faq-section .faq-questions .question .faq-content p {
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #000;
  margin: 0;
  font-weight: 400;
}
.faq-section .faq-questions .question .faq-content ul {
  margin: 0;
}
.faq-section .faq-questions .question .faq-content ul li {
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #8C7A66;
}
.faq-section .faq-questions .question .faq-content strong {
  font-weight: 700;
}
.faq-section .faq-questions .question .faq-content a {
  font-weight: 700;
  margin: 0;
  text-decoration: underline;
  color: #1E1A15;
}
.faq-section .faq-questions .question .faq-content a:hover {
  text-decoration: none;
}
.faq-section .btn-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  flex-direction: row;
}
.faq-section .btn-holder:hover {
  border: 2px;
}

.type-page .content-inner {
  max-width: 100% !important;
}

.id-720 h2,
.id-720 h3,
.id-720 h4,
.id-720 h5,
.id-720 p,
.id-726 h2,
.id-726 h3,
.id-726 h4,
.id-726 h5,
.id-726 p,
.id-723 h2,
.id-723 h3,
.id-723 h4,
.id-723 h5,
.id-723 p,
.id-29 h2,
.id-29 h3,
.id-29 h4,
.id-29 h5,
.id-29 p {
  margin-top: 0;
}
.id-720 .content-inner article header[itemprop=headline],
.id-726 .content-inner article header[itemprop=headline],
.id-723 .content-inner article header[itemprop=headline],
.id-29 .content-inner article header[itemprop=headline] {
  display: none;
}
.id-720 .title-section,
.id-720 .bg-content,
.id-720 .faq-section,
.id-720 .our-brands,
.id-726 .title-section,
.id-726 .bg-content,
.id-726 .faq-section,
.id-726 .our-brands,
.id-723 .title-section,
.id-723 .bg-content,
.id-723 .faq-section,
.id-723 .our-brands,
.id-29 .title-section,
.id-29 .bg-content,
.id-29 .faq-section,
.id-29 .our-brands {
  position: relative;
  width: calc(100vw - var(--scrollbar-width) + 0.9px);
  transform: translateX(-50%);
  left: 50%;
}
.id-720 section,
.id-726 section,
.id-723 section,
.id-29 section {
  scroll-margin-top: 150px;
}

.id-726 .title-section {
  margin: 0 0 0px 0;
}
.id-723 .title-section {
  margin: 0 0 72px 0;
}
@media screen and (max-width: 767px) {
  .id-723 .title-section {
    margin: 0 0 40px 0;
  }
}
.id-723 .faq-section .btn-holder .btn {
  display: none;
}

.id-29 .title-section {
  margin: 0 0 90px 0;
}
@media screen and (max-width: 767px) {
  .id-29 .title-section {
    margin: 0 0 40px 0;
  }
}

.title-section {
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767px) {
  .title-section {
    margin: 0 0 68px 0;
  }
}
.title-section.pb-0 {
  padding: 0;
}
.title-section picture {
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
}
.title-section picture img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .title-section picture {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: unset;
  }
}
.title-section .text-helper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .title-section .text-helper {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    padding: 80px 20px 85px;
    max-width: 100%;
  }
}
.title-section span {
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.4em;
  font-size: 1.6rem;
  margin: 0 0 16px;
  display: block;
}
.title-section h2 {
  color: #FFF;
  font-size: 5.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .title-section h2 {
    font-size: 3rem;
  }
}

.dkLabVisitedProductsNew {
  margin-top: 0 !important;
}

.process-byout {
  padding: 0 0 129px 0;
}
@media screen and (max-width: 767px) {
  .process-byout {
    padding: 0 0 80px 0;
  }
}

.faq.vykup {
  padding: 0 0 144px 0;
}
@media screen and (max-width: 767px) {
  .faq.vykup {
    padding: 0 0 80px 0;
  }
}

.bg-content {
  padding: 65px 0 112px;
  background-color: #8C7A66;
  margin: 0 0 72px 0;
}
@media screen and (max-width: 767px) {
  .bg-content {
    padding: 40px 0 112px;
    margin: 0 0 40px 0;
  }
}
.bg-content:after {
  content: url(assets/logo-about-us-devider.svg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px;
  height: 20px;
}
.bg-content::before {
  content: "";
  left: 0;
  width: 100%;
  bottom: 44px;
  height: 1px;
  display: block;
  position: absolute;
  background-color: #E6E6E6;
}
.bg-content h2 {
  text-align: center;
  color: #FFF;
  margin: 0 0 29px 0;
}
.bg-content p {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  margin: 0 auto 16px auto;
  width: 100%;
  max-width: 781px;
  line-height: 1.4em;
}
.bg-content p:last-of-type {
  margin: 0 auto 0px auto;
}

.iconic-watch {
  padding: 0 0 144px 0;
}
@media screen and (max-width: 1100px) {
  .iconic-watch {
    padding: 0 0 100px 0;
  }
}
@media screen and (max-width: 767px) {
  .iconic-watch {
    padding: 0 0 80px 0;
  }
}
.iconic-watch .flex-holder {
  background-color: #004C25;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .iconic-watch .flex-holder {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
.iconic-watch .flex-holder .left-side {
  width: 100%;
  max-width: 66.2%;
  padding: 74px 80px 80px 80px;
}
@media screen and (max-width: 1100px) {
  .iconic-watch .flex-holder .left-side {
    padding: 32px 30px 32px 30px;
  }
}
@media screen and (max-width: 767px) {
  .iconic-watch .flex-holder .left-side {
    max-width: 100%;
  }
}
.iconic-watch .flex-holder .left-side h2 {
  color: #FFF;
  margin: 0 0 27px 0;
  width: 100%;
  max-width: 356px;
}
.iconic-watch .flex-holder .left-side .text-holder {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 57px;
}
@media screen and (max-width: 930px) {
  .iconic-watch .flex-holder .left-side .text-holder {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
.iconic-watch .flex-holder .left-side .text-holder p {
  color: #FFF;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 1100px) {
  .iconic-watch .flex-holder .left-side .text-holder p {
    margin: 0 0 16px 0;
  }
}
.iconic-watch .flex-holder img {
  width: 100%;
  max-width: 33.8%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .iconic-watch .flex-holder img {
    max-width: 100%;
    max-height: 400px;
  }
}

.vykup-hodinek.second {
  padding: 0 0 144px 0;
}
@media screen and (max-width: 900px) {
  .vykup-hodinek.second {
    padding: 0 0 80px 0;
  }
}
.vykup-hodinek.second .flex-holder {
  justify-content: flex-end;
  padding: 60px 0;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .vykup-hodinek.second .flex-holder {
    padding: 177px 0 0 0;
  }
}
.vykup-hodinek.second .flex-holder .text-holder p {
  font-weight: 400;
}
.vykup-hodinek.second .flex-holder picture {
  right: unset;
  left: 0;
  max-width: 73.2%;
}
@media screen and (max-width: 1100px) {
  .vykup-hodinek.second .flex-holder picture {
    max-width: 65%;
  }
}
@media screen and (max-width: 900px) {
  .vykup-hodinek.second .flex-holder picture {
    max-width: 100%;
  }
}

.our-disposition {
  padding: 0 0 144px 0;
}
@media screen and (max-width: 900px) {
  .our-disposition {
    padding: 0 0 80px 0;
  }
}
.our-disposition .flex-holder {
  background-color: #F2F2F2;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .our-disposition .flex-holder {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.our-disposition .flex-holder .text-holder {
  width: 100%;
  max-width: 32.2%;
  padding: 74px 40px 80px 80px;
}
@media screen and (max-width: 1300px) {
  .our-disposition .flex-holder .text-holder {
    padding: 44px 20px 50px 50px;
  }
}
@media screen and (max-width: 900px) {
  .our-disposition .flex-holder .text-holder {
    padding: 24px 20px 20px 20px;
    max-width: 100%;
  }
}
.our-disposition .flex-holder .text-holder h2 {
  margin: 0 0 34px 0;
}
.our-disposition .flex-holder .text-holder p {
  margin: 0 0 20px 0;
  line-height: 1.4em;
}
.our-disposition .flex-holder .text-holder p:last-of-type {
  margin: 0;
}
.our-disposition .flex-holder .text-holder a.btn {
  margin-top: 32px;
}
@media screen and (max-width: 900px) {
  .our-disposition .flex-holder .text-holder a.btn {
    display: none;
  }
}
.our-disposition .flex-holder .benefits {
  width: 100%;
  max-width: 33.9%;
  padding: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 1300px) {
  .our-disposition .flex-holder .benefits {
    padding: 20px;
  }
}
@media screen and (max-width: 900px) {
  .our-disposition .flex-holder .benefits {
    padding: 0 20px 20px 20px;
    max-width: 100%;
  }
}
.our-disposition .flex-holder .benefits .benefit {
  width: 100%;
  padding: 18px 22px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid #EBEBEB;
  background-color: rgba(255, 255, 255, 0.6);
  gap: 24px;
}
.our-disposition .flex-holder .benefits .benefit img {
  width: 32px;
  height: 32px;
}
.our-disposition .flex-holder .benefits .benefit h4 {
  font-size: 1.6rem;
  line-height: 1.4em;
  font-weight: 700;
  max-width: calc(100% - 56px);
  width: 100%;
  text-align: left;
  margin: 0;
}
.our-disposition .flex-holder .img {
  width: 100%;
  max-width: 33.9%;
  overflow: hidden;
}
.our-disposition .flex-holder .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .our-disposition .flex-holder .img {
    max-width: 100%;
    max-height: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 20px;
  }
}
.our-disposition .flex-holder .btn-holder {
  display: none;
}
@media screen and (max-width: 900px) {
  .our-disposition .flex-holder .btn-holder {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    width: 100%;
    gap: 16px;
    padding: 20px 20px 24px;
  }
  .our-disposition .flex-holder .btn-holder .btn {
    max-width: 500px;
    width: 100%;
  }
}

.banner-section {
  position: relative;
  margin: 0 0 72px 0;
}
@media screen and (max-width: 767px) {
  .banner-section {
    margin: 0 auto 80px;
    max-width: 430px;
  }
}
.banner-section picture {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
}
.banner-section picture img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .banner-section picture {
    min-height: 450px;
  }
  .banner-section picture img {
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .banner-section picture {
    max-height: 717px;
  }
}
.banner-section .text-holder {
  position: absolute;
  left: 0;
  padding-left: 80px;
  top: 47%;
  transform: translateY(-50%);
  z-index: 10;
  max-width: 570px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .banner-section .text-holder {
    padding: 40px 24px;
  }
}
@media screen and (max-width: 1023px) {
  .banner-section .text-holder {
    top: 0;
    transform: unset;
  }
}
.banner-section .text-holder span {
  color: #FFF;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  display: block;
}
.banner-section .text-holder h2 {
  text-transform: uppercase;
  font-size: 5.6rem;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .banner-section .text-holder h2 {
    font-size: 3rem;
  }
}
.contact-information {
  container: contact-holder/inline-size;
  padding: 0 0 168px 0;
}
@media screen and (max-width: 900px) {
  .contact-information {
    padding: 0 0 80px 0;
  }
}
.contact-information .flex-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
@container contact-holder (max-width: 1300px) {}
@container contact-holder (max-width: 767px) {
  .contact-information .flex-holder {
    margin-bottom: 32px;
  }
}
.contact-information .flex-holder h2 {
  width: 100%;
  max-width: 390px;
}
@container contact-holder (max-width: 1300px) {
  .contact-information .flex-holder h2 {
    max-width: 100%;
  }
}
.contact-information .flex-holder .blocks {
  width: 100%;
  max-width: calc(100% - 390px);
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@container contact-holder (max-width: 1300px) {
  .contact-information .flex-holder .blocks {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-information .flex-holder .blocks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.contact-information .flex-holder .blocks .single-block {
  padding: 0 20px;
  border-left: 1px solid #B3B3B3;
  width: 100%;
}
@media screen and (max-width: 900px) {
  .contact-information .flex-holder .blocks .single-block {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .contact-information .flex-holder .blocks .single-block {
    border-left: unset;
    border-top: 1px solid #B3B3B3;
    padding: 24px 0px;
  }
}
.contact-information .flex-holder .blocks .single-block:nth-of-type(1) {
  max-width: 36%;
}
@media screen and (max-width: 767px) {
  .contact-information .flex-holder .blocks .single-block:nth-of-type(1) {
    max-width: 100%;
  }
}
.contact-information .flex-holder .blocks .single-block:nth-of-type(2) {
  max-width: 28.5%;
}
@media screen and (max-width: 767px) {
  .contact-information .flex-holder .blocks .single-block:nth-of-type(2) {
    max-width: 100%;
  }
}
.contact-information .flex-holder .blocks .single-block:nth-of-type(3) {
  max-width: 35.5%;
}
@media screen and (max-width: 767px) {
  .contact-information .flex-holder .blocks .single-block:nth-of-type(3) {
    max-width: 100%;
  }
}
.contact-information .flex-holder .blocks .single-block h3 {
  margin: 0 0 26px 0;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .contact-information .flex-holder .blocks .single-block h3 {
    font-size: 2.2rem;
    margin: 0 0 16px 0;
  }
}
.contact-information .flex-holder .blocks .single-block .content {
  padding: 0 12px 0 20px;
}
.contact-information a.map {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-information a.map picture {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contact-information a.map picture img {
  width: 100%;
  height: auto;
}

.close {
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 20px;
  width: 20px;
  right: 21px;
  top: 21px;
  cursor: pointer;
  z-index: 120;
}
.close::before, .close::after {
  content: "";
  transition: all 0.3s ease-in-out;
  height: 2px;
  width: 100%;
  position: absolute;
  margin-top: 0px;
  border-radius: 0px;
  background-color: #000;
}
.close::before {
  transform: rotate(45deg);
  background-color: #fff;
}
.close::after {
  transform: rotate(-45deg);
  background-color: #fff;
}
.close:hover {
  transition: all 0.3s ease-in-out;
}
.close:hover::before, .close:hover::after {
  background-color: #fff;
}
.close:hover::before {
  transform: rotate(-45deg);
}
.close:hover::after {
  transform: rotate(45deg);
}

.bg-close {
  transition: all 0.5s ease-in-out;
  z-index: -2;
  position: fixed;
  width: 100%;
  top: 0;
  height: 100vh;
  display: block;
  opacity: 0;
  visibility: visible;
  background-color: #000;
  opacity: 0;
}

.modal {
  transition: all 0.3s ease-in-out;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2150;
  display: none;
  flex-direction: row;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow-y: auto;
}
.modal::-webkit-scrollbar {
  width: 5px;
  background-color: #F8EFEB;
}
.modal::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #F8EFEB;
}
.modal::-webkit-scrollbar-thumb {
  background: #F55F68;
  border-radius: 10px;
}
.modal::-webkit-scrollbar-corner {
  display: none;
}
.modal.active {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.modal.active .bg-close {
  opacity: 0.6;
}
.modal .close {
  right: -50px;
  top: 0;
  left: unset;
}
.modal .modal-text {
  transition: all 0.4s ease-in-out;
  max-width: 700px;
  width: 100%;
  background-color: #ffe0e0;
  position: relative;
  padding: 25px;
  transform: scale(1, 0);
  transform-origin: top;
}
.modal .modal-text.active {
  transition: all 0.4s ease-in-out;
  transform: scale(1, 1);
}
.modal .modal-text .holder {
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.modal .modal-text .holder p,
.modal .modal-text .holder h2,
.modal .modal-text .holder h3,
.modal .modal-text .holder h4,
.modal .modal-text .holder h5,
.modal .modal-text .holder blockquote,
.modal .modal-text .holder span,
.modal .modal-text .holder a {
  color: #000 !important;
}
.modal .modal-text .holder img {
  width: 100%;
  margin-bottom: 25px;
}
.modal .modal-text .holder.op1 {
  opacity: 1;
}

@media screen and (max-width: 767px) and (min-height: 0px) {
  .modal {
    overflow: unset;
    padding: 0;
  }
  .modal .modal-text {
    padding-top: 100px;
  }
  .modal .modal-text .close {
    top: 20px;
    right: 20px;
  }
  .modal .close div {
    background-color: #000;
  }
}
.shop-review {
  background-color: #FAF7F5;
  padding: 120px 0 80px 0;
  margin-bottom: 120px;
}
@media (max-width: 1440px) {
  .shop-review {
    padding: 80px 0 60px 0;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .shop-review {
    padding: 40px 0 32px 0;
    margin-bottom: 40px;
  }
  .shop-review .swiper-button-next {
    top: unset;
    bottom: 114px;
  }
  .shop-review .swiper-button-prev {
    top: unset;
    bottom: 114px;
  }
}
.shop-review .container {
  position: relative;
}
.shop-review .flex-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.shop-review .flex-holder h2 {
  text-align: center;
  margin: 0 0 56px 0;
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .shop-review .flex-holder h2 {
    text-align: left;
    padding: 0;
    margin: 0 0 24px 0;
  }
}
.shop-review .votes-wrap {
  max-width: 100%;
  width: 100%;
  margin: 0 0 64px 0;
}
@media screen and (max-width: 767px) {
  .shop-review .votes-wrap {
    margin: 0 0 132px 0;
  }
}
.shop-review .votes-wrap .vote-wrap {
  width: 100%;
  width: 100%;
  max-width: 100%;
  padding: 32px 56px 32px 32px;
  margin-right: 0px;
  margin-bottom: 0;
  border-radius: 0 !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.shop-review .votes-wrap .vote-wrap .vote-header {
  margin-bottom: 16px;
}
.shop-review .votes-wrap .vote-wrap .vote-header .vote-pic {
  display: none;
}
.shop-review .votes-wrap .vote-wrap .vote-header .vote-summary .vote-name {
  margin: 0 !important;
}
.shop-review .votes-wrap .vote-wrap .vote-header .vote-summary .vote-rating {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.shop-review .votes-wrap .vote-wrap .vote-header .vote-summary .vote-rating .vote-time {
  color: #333333;
  font-size: 1.3rem;
}
.shop-review .votes-wrap .vote-wrap .vote-content {
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .shop-review .votes-wrap .vote-wrap {
    padding: 50px 20px 20px 20px;
  }
  .shop-review .votes-wrap .vote-wrap::before {
    left: 20px;
    top: 20px;
    width: 16px;
    height: 14px;
  }
}
.shop-review .btn {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.14em;
}

.vote-wrap {
  display: flex !important;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #fff;
  position: relative !important;
  padding: 20px;
  border: 1px solid #E6E6E6;
}
.vote-wrap .vote-content {
  font-size: 1.4rem;
  line-height: 1.5em;
  color: #333333;
  margin: 0 0 17px 0;
}
.vote-wrap .vote-pic {
  height: 50px;
  min-width: 50px;
  padding-right: 0 !important;
  margin-right: 20px;
}
.vote-wrap .vote-pic .vote-initials {
  border-radius: 50%;
  background-color: #E4E7ED;
  color: #000;
  width: 100% !important;
  height: 100% !important;
  font-size: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1em !important;
  padding-left: 4px !important;
}
.vote-wrap .vote-pic img {
  display: none;
}
.vote-wrap .vote-name {
  font-size: 2.2rem;
  line-height: 1.2em;
  color: #000;
  margin-bottom: 14px;
  font-weight: 300;
  font-family: "baskerville-urw", sans-serif;
}
.vote-wrap .vote-name span {
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 1.2em;
  font-family: "baskerville-urw", sans-serif;
}
.stars {
  width: unset;
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  height: 24px;
}
.stars .star {
  height: 24px;
  line-height: 24px;
  width: 24px;
  font-size: 0 !important;
}
.stars .star.star-on::before {
  content: url(assets/star-on-big.svg);
}
.stars .star.star-off::before {
  content: url(assets/star-off.svg);
}

.benefitBanner {
  width: 100%;
  max-width: calc(1440px + 4rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}
@media (max-width: 1300px) {
  .benefitBanner {
    grid-template-columns: 1fr;
  }
}
.benefitBanner .benefitBanner__item:nth-child(2) {
  overflow: unset;
}
.benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture {
  position: relative;
}
.benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture::before, .benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture::after {
  content: "";
  position: absolute;
  width: 20vw;
  height: 1px;
  background-color: #E6E6E6;
}
@media (max-width: 1600px) {
  .benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture::before, .benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture::after {
    width: 14vw;
  }
}
@media (max-width: 1400px) {
  .benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture::before, .benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture::after {
    display: none;
  }
}
.benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture::before {
  left: -23vw;
}
@media (max-width: 1600px) {
  .benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture::before {
    left: -20vw;
  }
}
.benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture::after {
  right: -23vw;
}
@media (max-width: 1600px) {
  .benefitBanner .benefitBanner__item:nth-child(2) .benefitBanner__picture::after {
    right: -20vw;
  }
}
@media (max-width: 430px) {
  .benefitBanner {
    padding: 1em;
  }
  .benefitBanner .benefitBanner__item {
    display: flex;
    flex-direction: column;
    margin: 0 !important;
    align-items: flex-start;
  }
  .benefitBanner .benefitBanner__picture img {
    max-width: 34px !important;
  }
  .benefitBanner .benefitBanner__picture .benefitBanner__title {
    padding-left: 0.5em;
    margin-bottom: 0;
  }
  .benefitBanner .benefitBanner__content {
    width: 100% !important;
    padding: 0 !important;
  }
  .benefitBanner .benefitBanner__content .benefitBanner__data {
    font-weight: 400;
  }
}

.benefit-section {
  position: relative;
  margin: 0 0 126px 0;
  padding: 67px 0 0 0;
  overflow: hidden;
  position: relative;
  width: calc(100vw - var(--scrollbar-width) + 0.9px);
  transform: translateX(-50%);
  left: 50%;
}
@media screen and (max-width: 767px) {
  .benefit-section {
    padding: 36px 0 0 0;
    margin: 0 0 60px 0;
  }
}
.benefit-section h2 {
  margin: 0 0 47px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefit-section h2 {
    margin: 0 0 23px 0;
  }
}
.benefit-section::before {
  content: "";
  width: 1500px;
  max-width: calc(100vw - var(--scrollbar-width) + 0.9px - 10px);
  height: 80%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border-radius: 20px;
  border: 1px solid #333333;
}
@media (max-width: 1023px) {
  .benefit-section::before {
    max-width: 100vw;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .benefit-section::before {
    height: 94.8%;
  }
}
.benefit-section .benefitBanner {
  max-width: 100%;
  margin: 0 auto;
  padding: unset;
}

.benefitBanner__item {
  display: flex;
  width: 100%;
  flex: unset;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  text-align: center;
  max-width: 100%;
  background-size: cover;
  -webkit-box-shadow: 0px 10px 15px -10px rgba(0, 0, 0, 0.16);
  box-shadow: none;
  margin-bottom: 0;
}
@media screen and (max-width: 1300px) {
  .benefitBanner__item {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: left;
    margin-bottom: 0 !important;
    background-size: cover;
    position: relative;
    margin-left: 4vw !important;
    margin-right: 4vw !important;
  }
  .benefitBanner__item::before {
    content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    background-color: #fff;
  }
}
.benefitBanner__item .benefitBanner__picture {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .benefitBanner__item .benefitBanner__picture img {
    max-width: 56px;
  }
}
.benefitBanner__item .benefitBanner__content {
  padding: 24px 20px;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  height: max-content;
  gap: 8px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 1300px) {
  .benefitBanner__item .benefitBanner__content {
    margin-top: 0;
    width: 50vw;
  }
}
.benefitBanner__item .benefitBanner__title {
  font-size: 3.2rem;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0 0 0 0;
  font-family: "baskerville-urw", sans-serif;
  display: inline-block;
  text-align: center;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .benefitBanner__item .benefitBanner__title {
    font-size: 2rem;
    margin: 0 0 8px 0;
    text-align: left;
  }
}
.benefitBanner__item .benefitBanner__data {
  font-size: 2rem;
  line-height: 1.3em;
  color: #666;
  margin: 0 0 0px 0;
  font-weight: 500;
  text-align: center;
  max-width: 70% !important;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .benefitBanner__item .benefitBanner__data {
    font-size: 1.6rem;
    margin: 0 0 0px 0;
    text-align: left;
  }
}

body.mobile .news-section .container {
  padding: 0 !important;
}

.news-section {
  margin-bottom: 87px;
}
.news-section .upper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  margin: 0 0 38px 0;
}
@media screen and (max-width: 767px) {
  .news-section .upper .show-more {
    display: none;
  }
}
.news-section h2 {
  margin: 0 0 0px 0;
}
.news-section .show-more {
  padding-bottom: 8px;
}
.news-section .show-more::before {
  bottom: -7px;
}
.news-section .news-item {
  margin-right: 24px;
}
.news-section .news-holder {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 900px) {
  .news-section .news-holder {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
.news-section .mobile-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .news-section .mobile-button {
    display: block;
    margin-top: 32px;
  }
}

.type-posts-listing .news-item:first-of-type {
  grid-column: 1/-1;
}
.type-posts-listing .news-item:first-of-type .image {
  height: 600px;
}
@media screen and (max-width: 1100px) {
  .type-posts-listing .news-item:first-of-type .image {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .type-posts-listing .news-item:first-of-type .image {
    height: 216px;
  }
}

.news-holder,
.news-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(343px, 1fr));
  gap: 24px;
}
@media screen and (max-width: 900px) {
  .news-holder,
  .news-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

.id-784 .content-wrapper-in #content {
  padding: 0 !important;
}
.id-784 .content-wrapper-in #content .content-inner {
  max-width: 100% !important;
}

.news-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 100%;
  background-color: #FAF9F9;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.news-item .image {
  width: 100%;
  height: 216px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  margin-right: 0 !important;
}
.news-item .image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
.news-item .image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  flex-wrap: nowrap;
}
.news-item .text time {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #999798;
  margin-bottom: 4px;
  font-weight: 400;
  order: 0;
}
.news-item .text .title {
  font-family: "baskerville-urw", sans-serif;
  margin-bottom: 28px;
  font-size: 2.2rem;
  line-height: 1.2em;
  color: #000;
  font-weight: 300;
  order: 1;
}
.news-item .text .show-more {
  order: 2;
}
.news-item .text .description {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .news-item .text {
    padding: 0 20px 20px 20px;
  }
}

.post-header-wrapper > div {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
.post-header-wrapper .post-header-texts {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  padding: 100px;
  z-index: 3;
  padding: 100px;
}
.post-header-wrapper .post-header-texts .post-date {
  display: none;
}
.post-header-wrapper .post-header-texts h1 {
  color: #333333;
  margin: 0;
}
.post-header-wrapper .post-description {
  display: none;
}
.post-header-wrapper .post-header-image {
  overflow: hidden;
  position: relative;
}
.post-header-wrapper .post-header-image::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.post-header-wrapper .post-header-image img {
  z-index: 2;
  width: 100%;
  max-height: 550px;
  min-height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .post-header-wrapper .post-header-image img {
    max-height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .post-header-wrapper .post-header-texts {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    min-height: 500px;
    padding: 100px 0px;
  }
  .post-header-wrapper .post-header-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100%;
  }
  .post-header-wrapper .post-header-image img {
    height: 100%;
    object-fit: cover;
    min-height: unset;
  }
}

.news-item-detail {
  margin: 0 auto;
  max-width: 800px;
}
.news-item-detail time {
  display: none;
}

.form-section {
  margin: 0 0 144px 0;
}
@media screen and (max-width: 1300px) {
  .form-section {
    margin: 0 0 77px 0;
  }
}
@media screen and (max-width: 900px) {
  .form-section {
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 767px) {
  .form-section {
    background-color: #F2F2F2;
    position: relative;
    width: calc(100vw - var(--scrollbar-width) + 0.9px);
    transform: translateX(-50%);
    left: 50%;
  }
}
.form-section .form-part {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1000px) {
  .form-section .form-part {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.form-section .form-part .form {
  padding: 71px 120px 80px 80px;
  background-color: #F2F2F2;
  width: 100%;
  max-width: 50%;
  font-size: 0;
}
@media screen and (max-width: 1300px) {
  .form-section .form-part .form {
    padding: 51px 60px 60px 60px;
  }
}
@media screen and (max-width: 1000px) {
  .form-section .form-part .form {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .form-section .form-part .form {
    padding: 40px 20px;
  }
}
.form-section .form-part .form h2 {
  font-size: 5.6rem;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767px) {
  .form-section .form-part .form h2 {
    font-size: 2.6rem;
  }
}
.form-section .form-part .form p {
  font-size: 1.6rem;
  line-height: 1.4em;
  margin: 0 0 48px 0;
}
.form-section .form-part .form p a {
  text-decoration: underline;
}
.form-section .form-part .form button {
  transition: all 0.3s ease-in-out !important;
  color: #FFF !important;
  background-color: #8C7A66 !important;
  font-size: 1.8rem !important;
  line-height: 1.4em !important;
  padding: 10px 24px 10px 24px !important;
  border: unset !important;
  border-color: unset !important;
  border-radius: 0 !important;
  text-transform: unset !important;
  font-weight: 700 !important;
}
.form-section .form-part .form button:hover {
  background-color: #1E1A15 !important;
}
.form-section .form-part .form .formeo .f-addon,
.form-section .form-part .form .formeo.formeo-editor .field-edit [contenteditable],
.form-section .form-part .form .formeo input,
.form-section .form-part .form .formeo select,
.form-section .form-part .form .formeo textarea {
  height: unset !important;
  line-height: unset !important;
  font-size: 1.6rem;
}
.form-section .form-part .form .formeo input {
  height: 40px !important;
}
.form-section .form-part .form .wt-error-message-wrapper,
.form-section .form-part .form .wt-success-message-wrapper {
  font-size: 1.6rem !important;
}
.form-section .form-part .form #fake-file-input {
  display: none;
}
.form-section .form-part .form #fake-file-input + label {
  font-size: 1.8rem !important;
  font-weight: 400;
  width: unset;
  max-width: unset;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 8px 12px;
  border-bottom: 1px solid #000;
}
.form-section .form-part .form #fake-file-input + label:after {
  content: url(assets/file.svg);
  height: 16px;
  display: inline-block;
}
.form-section .form-part .form label,
.form-section .form-part .form h4 {
  margin: 0 0 4px 0 !important;
  letter-spacing: -0.04em !important;
}
.form-section .form-part .form label .text-error,
.form-section .form-part .form h4 .text-error {
  margin-left: 5px;
  color: #d9534f;
}
.form-section .form-part .form label a:hover,
.form-section .form-part .form h4 a:hover {
  color: #8C7A66;
}
.form-section .form-part .form .f-btn-group {
  float: left !important;
}
.form-section .form-part .form h4 {
  margin: 0 0 8px 0 !important;
  line-height: 1.2em !important;
  font-weight: 700 !important;
  color: #000 !important;
  display: inline-block !important;
  font-size: 1.4rem !important;
}
.form-section .form-part .form h4.no-marked:after {
  display: none;
}
.form-section .form-part .form h4:after {
  content: "*";
  margin-left: 5px;
  color: #d9534f;
}
.form-section .form-part .form h4 span {
  margin: 0 0 8px 0;
  line-height: 1.2em;
  font-weight: 700 !important;
  color: #000 !important;
  display: inline-block !important;
  font-size: 1.4rem !important;
}
.form-section .form-part .form .f-field-group.has-error:after {
  background-color: unset !important;
  color: #F55F68;
}
.form-section .form-part .form .formeo-row {
  padding: 0 !important;
}
@media screen and (max-width: 480px) {
  .form-section .form-part .form .formeo-row {
    flex-direction: column !important;
    gap: 14px !important;
  }
  .form-section .form-part .form .formeo-row input {
    width: 100%;
    max-width: 100%;
  }
}
.form-section .form-part .form .render-form {
  margin: 0 !important;
}
.form-section .form-part .form .formeo-row-wrap {
  margin-bottom: 14px !important;
}
.form-section .form-part .form .formeo-row-wrap:last-of-type {
  margin: 0 !important;
}
.form-section .form-part .form .formeo-row-wrap p {
  margin: 0 0 14px 0 !important;
}
.form-section .form-part .form .formeo-row-wrap.hidden-files {
  display: none;
}
.form-section .form-part .form .loaded-files-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  flex-direction: column;
}
.form-section .form-part .form .loaded-files-wrapper .single-filename {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
}
.form-section .form-part .form .loaded-files-wrapper .single-filename .filename {
  font-size: 1.6rem;
  line-height: 1.4em;
  position: relative;
  max-width: calc(100% - 40px);
  width: 100%;
}
.form-section .form-part .form .loaded-files-wrapper .single-filename .delete {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  transform: unset;
  left: unset;
}
.form-section .form-part picture {
  width: 100%;
  max-width: 50%;
  height: auto;
}
@media screen and (max-width: 1000px) {
  .form-section .form-part picture {
    max-width: 100%;
    max-height: 424px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
.form-section .form-part picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 720/1019;
}
@media screen and (max-width: 1000px) {
  .form-section .form-part picture img {
    aspect-ratio: 375/424;
  }
}
.form-section .usps {
  background-color: #000;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 76px;
  padding: 32px 80px;
}
@media screen and (max-width: 1000px) {
  .form-section .usps {
    padding: 32px 20px;
    gap: 48px;
  }
}
@media screen and (max-width: 767px) {
  .form-section .usps {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form-section .usps .usp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
}
.form-section .usps .usp img {
  max-width: 32px;
  max-height: 32px;
  margin-bottom: 3px;
}
.form-section .usps .usp h4 {
  width: 100%;
  max-width: 280px;
  margin: 0 0 11px 0;
  color: #FFF;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form-section .usps .usp h4 {
    font-size: 2rem;
  }
}
.form-section .usps .usp p {
  width: 100%;
  max-width: 280px;
  margin: 0;
  color: #B3B3B3;
  text-align: center;
}

.link-like:focus, .link-like:hover, a:focus, a:hover {
  color: #5A0E1A;
}

.id--15 .order-icon {
  padding: 16px 0 !important;
}

.type-page article {
  margin-bottom: 100px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding: 0;
  width: 100%;
}

.faq-section .container {
  margin: 0;
  padding-left: 80px;
  padding-right: 80px;
}

.benefits-wrapper-prepared {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 430px) {
  .benefits-wrapper-prepared {
    padding-top: 40px;
  }
}

.footer-banners {
  margin-top: 0;
}

.btn-border-hover {
  border: 1px solid transparent;
}
.btn-border-hover:hover {
  border-color: #000 !important;
}

.mobile .btn-border-hover {
  width: 100% !important;
}

/*# sourceMappingURL=scss-style.css.map*/