/*!******************************************************************************************************************************************!*\
  !*** 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: "PT Sans", sans-serif;
  font-weight: 400;
}
.extended-banner-link {
  -webkit-transition: all 0 ease-in-out;
  -moz-transition: all 0 ease-in-out;
  -o-transition: all 0 ease-in-out;
  transition: all 0 ease-in-out;
  color: #FFFFFF !important;
  background-color: #A40019 !important;
  font-size: 1.6rem;
  line-height: 1.256875em;
  padding: 14px 77px 14px 77px;
  border: unset !important;
  border-color: unset !important;
  border-radius: 0px !important;
  text-transform: unset;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .extended-banner-link {
    padding: 10px 16px;
  }
}

.btn.btn-primary,
.btn-default:not(button),
.add-to-cart-button,
.btn-conversion,
.btn-cart,
.next-step-forward,
#submit-order {
  transition: all 0s ease-in-out !important;
  color: #FFFFFF !important;
  background-color: #A40019 !important;
  font-size: 1.6rem !important;
  line-height: 1.256875em !important;
  padding: 13px 20px !important;
  border: unset !important;
  border-color: unset !important;
  border-radius: 0px !important;
  text-transform: unset;
  cursor: pointer;
  font-weight: 700 !important;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 8px;
}
.btn.btn-primary:hover,
.btn-default:not(button):hover,
.add-to-cart-button:hover,
.btn-conversion:hover,
.btn-cart:hover,
.next-step-forward:hover,
#submit-order:hover {
  background-color: #000 !important;
}
.btn.btn-primary.white,
.btn-default:not(button).white,
.add-to-cart-button.white,
.btn-conversion.white,
.btn-cart.white,
.next-step-forward.white,
#submit-order.white {
  background-color: #FFFFFF !important;
  color: #000 !important;
}
.btn.btn-primary.blue,
.btn-default:not(button).blue,
.add-to-cart-button.blue,
.btn-conversion.blue,
.btn-cart.blue,
.next-step-forward.blue,
#submit-order.blue {
  background-color: #A40019 !important;
  color: #FFFFFF !important;
}
.btn.btn-primary.blue:hover,
.btn-default:not(button).blue:hover,
.add-to-cart-button.blue:hover,
.btn-conversion.blue:hover,
.btn-cart.blue:hover,
.next-step-forward.blue:hover,
#submit-order.blue:hover {
  background-color: #000 !important;
}

.login-button::before {
  content: url(assets/user-white.svg);
  height: 24px;
}

.next-step-forward,
#submit-order {
  text-transform: unset !important;
}

.next-step-forward,
#submit-order {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px;
  padding: 13px 15px !important;
  width: 100% !important;
}
.next-step-forward::before,
#submit-order::before {
  content: url(assets/step-next.svg) !important;
  height: 24px;
  width: 24px;
}

.btn.btn-primary.catalog-btn {
  align-items: flex-end;
  border-radius: 4px 4px 0 0 !important;
}
.btn.btn-primary.catalog-btn::before {
  content: url(assets/Excavator.svg);
  height: 24px;
}
.btn.btn-primary.catalog-btn::after {
  content: url(assets/catalog-arrow.svg);
  height: 24px;
}

.btn-conversion::after {
  display: none !important;
}

.link-like,
.btn.secondary,
.btn-secondary,
.show-all-categories,
.btn.load-products,
.next-step-back {
  transition: all 0s ease-in-out !important;
  color: #000 !important;
  background-color: transparent !important;
  font-size: 1.6rem !important;
  line-height: 1.5em !important;
  padding: 11px 15px !important;
  height: 48px !important;
  border-color: unset !important;
  border-radius: 0px !important;
  text-transform: unset !important;
  cursor: pointer;
  font-weight: 700 !important;
  display: flex;
  flex-direction: row;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 16px;
  border: 1px solid #A40019 !important;
}
.link-like.white,
.btn.secondary.white,
.btn-secondary.white,
.show-all-categories.white,
.btn.load-products.white,
.next-step-back.white {
  color: #FFFFFF !important;
  border-color: #FFFFFF !important;
  background-color: transparent !important;
}
.link-like.white:hover,
.btn.secondary.white:hover,
.btn-secondary.white:hover,
.show-all-categories.white:hover,
.btn.load-products.white:hover,
.next-step-back.white:hover {
  color: #000 !important;
  background-color: #FFFFFF !important;
}
.link-like:hover,
.btn.secondary:hover,
.btn-secondary:hover,
.show-all-categories:hover,
.btn.load-products:hover,
.next-step-back:hover {
  color: #FFFFFF !important;
  background-color: #A40019 !important;
}

.next-step-back {
  padding: 11px 15px 11px 56px !important;
  position: relative;
}
.next-step-back:hover::before {
  filter: invert(1);
}
.next-step-back::before {
  display: block;
  position: absolute;
  margin: 0 !important;
  left: 15px;
  content: url(assets/arrow-next-back.svg) !important;
  height: 24px;
}

.link-like:hover::before {
  filter: invert(1);
}
.link-like::before {
  margin: 0 !important;
  content: url(assets/write-dark.svg) !important;
  height: 24px;
}

.btn.btn-xs.btn-primary {
  padding: 6px 20px 6px 20px !important;
  width: unset;
  max-width: 170px;
}

.product .add-to-cart-button,
.product .btn-cart {
  transition: all 0.3s ease-in-out;
  padding: 9px 16px 9px 16px !important;
  color: #FFFFFF !important;
  background-color: #A40019 !important;
  font-size: 1.6rem;
  line-height: 1.625em;
  border: none !important;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: unset !important;
  border-radius: 0px !important;
  backdrop-filter: unset !important;
  box-shadow: unset !important;
  height: 48px !important;
}
.product .add-to-cart-button:hover,
.product .btn-cart:hover {
  background-color: #000 !important;
}
.product .add-to-cart-button::before,
.product .btn-cart::before {
  display: none !important;
}

.product .btn-primary {
  background-color: unset !important;
  border: 1px solid #A40019 !important;
  color: #000 !important;
}
.product .btn-primary:hover {
  background-color: #A40019 !important;
  color: #FFFFFF !important;
}

.btn.btn-login,
.btn-login,
.btn-default,
.btn-border {
  transition: all 0.3s ease-in-out;
  color: #FFFFFF !important;
  background-color: #A40019 !important;
  font-size: 1.4rem;
  line-height: 1.14em;
  padding: 10px 24px 10px 24px !important;
  border: unset !important;
  border-color: unset !important;
}
.btn.btn-login:hover,
.btn-login:hover,
.btn-default:hover,
.btn-border:hover {
  background-color: #A40019 !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;
}

.row.body-banners {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.body-banners {
  margin-bottom: 0px;
  margin-left: -16px !important;
  margin-right: -16px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 40px;
}
.body-banners::before, .body-banners::after {
  display: none !important;
}
.body-banners .col-sm-4,
.body-banners .col-sm-8 {
  padding: 0 !important;
  width: 100%;
  max-width: calc(50% - 20px);
}
.body-banners .col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .body-banners {
    flex-direction: column;
    gap: 8px;
  }
  .body-banners .col-sm-4,
  .body-banners .col-sm-8 {
    max-width: 100%;
  }
  .body-banners .banner-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.content-wrapper.homepage-box.middle-banners-wrapper .container {
  display: flex;
  justify-content: space-between;
}

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

address {
  font-style: normal;
}

a.tel, a.project-phone, a.project-email, a.mail, a.meet, a.whatsApp, a.address,
span.tel,
span.project-phone,
span.project-email,
span.mail,
span.meet,
span.whatsApp,
span.address,
address.tel,
address.project-phone,
address.project-email,
address.mail,
address.meet,
address.whatsApp,
address.address {
  transition: all 0.3s ease-in-out;
  color: #000 !important;
  font-size: 1.3rem !important;
  line-height: 1.2307692308em !important;
  font-weight: 700 !important;
  padding: 0px !important;
  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:hover, a.project-phone:hover, a.project-email:hover, a.mail:hover, a.meet:hover, a.whatsApp:hover, a.address:hover,
span.tel:hover,
span.project-phone:hover,
span.project-email:hover,
span.mail:hover,
span.meet:hover,
span.whatsApp:hover,
span.address:hover,
address.tel:hover,
address.project-phone:hover,
address.project-email:hover,
address.mail:hover,
address.meet:hover,
address.whatsApp:hover,
address.address:hover {
  text-decoration: underline;
}
a.tel::before, a.project-phone::before, a.project-email::before, a.mail::before, a.meet::before, a.whatsApp::before, a.address::before,
span.tel::before,
span.project-phone::before,
span.project-email::before,
span.mail::before,
span.meet::before,
span.whatsApp::before,
span.address::before,
address.tel::before,
address.project-phone::before,
address.project-email::before,
address.mail::before,
address.meet::before,
address.whatsApp::before,
address.address::before {
  content: "" !important;
  left: unset !important;
  top: unset !important;
  width: 20px !important;
  height: 20px !important;
  position: relative !important;
  display: block !important;
  background: url(assets/phone-dark.svg) no-repeat center center !important;
  background-size: cover !important;
  margin: unset !important;
  font-size: unset !important;
}
a.address::before,
span.address::before,
address.address::before {
  background-image: url(assets/address.svg) !important;
}
a.mail:hover, a.project-email:hover,
span.mail:hover,
span.project-email:hover,
address.mail:hover,
address.project-email:hover {
  text-decoration: underline;
}
a.mail span, a.project-email span,
span.mail span,
span.project-email span,
address.mail span,
address.project-email span {
  display: inline-block !important;
}
a.mail::before, a.project-email::before,
span.mail::before,
span.project-email::before,
address.mail::before,
address.project-email::before {
  background-image: url(assets/email-dark.svg) !important;
}
a.mail:hover:after, a.project-email:hover:after,
span.mail:hover:after,
span.project-email:hover:after,
address.mail:hover:after,
address.project-email:hover:after {
  transform: scale(1, 1);
}
a.mail.dark::after, a.project-email.dark::after,
span.mail.dark::after,
span.project-email.dark::after,
address.mail.dark::after,
address.project-email.dark::after {
  background-color: #000;
}
a.show-more,
span.show-more,
address.show-more {
  transition: all 0.3s ease-in-out;
  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,
address.show-more:hover::before {
  width: 0;
}
a.show-more::before,
span.show-more::before,
address.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;
}

.type-category .breadcrumbs {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .breadcrumbs-wrapper .breadcrumbs {
    display: none !important;
  }
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin: 0px 0 20px !important;
  border: none !important;
  background-color: unset !important;
  z-index: 10;
}
.breadcrumbs::before {
  display: none;
}
.breadcrumbs > span {
  position: relative;
}
.breadcrumbs a {
  padding: 0 !important;
  min-height: unset !important;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  font-weight: 400;
  color: #FFFFFF;
  text-decoration: unset !important;
}
.breadcrumbs a::before, .breadcrumbs a::after {
  display: none;
}
.breadcrumbs #navigation-first {
  position: relative;
}
.breadcrumbs #navigation-first a {
  display: flex;
  height: 14px !important;
}
.breadcrumbs #navigation-first a::before {
  display: block;
  position: relative !important;
  top: unset;
  transform: unset;
  width: unset;
  height: 24px;
  background-color: unset;
}
.breadcrumbs #navigation-first .navigation-bullet {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  margin: 0;
}
.breadcrumbs #navigation-first .navigation-bullet::before {
  content: "/";
  font-size: 1.2rem;
  color: #58585A;
}
.breadcrumbs .navigation-bullet {
  font-size: 0;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 10px);
  margin: 0;
}
.breadcrumbs .navigation-bullet::before {
  content: "/";
  font-size: 1.2rem;
  color: #58585A;
}
.breadcrumbs > span {
  display: flex;
  align-items: center;
  gap: 0px;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  color: #000;
  text-decoration: unset !important;
  font-weight: 700 !important;
  padding: 4px;
  background-color: #F8F8F8;
}
.breadcrumbs > span > span {
  padding: 0 !important;
}
.breadcrumbs > span > a {
  color: #000;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
}
.breadcrumbs > span > a span {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
.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: #ebc205;
}

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

.swiper-button-prev,
.swiper-button-next {
  transition: all 0.3s ease-in-out;
  font-size: 0;
  position: absolute;
  bottom: unset;
  top: calc(50% - 100px);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  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: unset;
  z-index: 2;
  margin: 0 !important;
  box-shadow: unset;
  border-radius: 0%;
  transition: all 0.15s ease-in-out;
}
.swiper-button-prev::before,
.swiper-button-next::before {
  transition: all 0.3s ease-in-out;
  content: "";
  left: unset;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: unset;
  margin: 0 !important;
  background-image: url(assets/arrow-black-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.swiper-button-lock,
.swiper-button-next.swiper-button-lock {
  display: none;
}
.swiper-button-prev.slick-disabled,
.swiper-button-next.slick-disabled {
  cursor: auto;
}
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
}

.swiper-button-prev {
  right: unset;
  left: -20px;
}
.swiper-button-prev::before {
  right: unset;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.swiper {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .swiper {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1500px) {
  .swiper {
    padding: 0 0px 48px;
  }
}

.swiper-button-next {
  right: -20px;
  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 {
  position: relative;
  left: 50% !important;
  top: unset !important;
  right: unset !important;
  bottom: 15px !important;
  transform: translateX(-50%);
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 5px 0px;
  width: 100% !important;
  max-width: 100% !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: #DCDDDE;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 0px !important;
  opacity: 1;
  margin: 0 4px !important;
}
.swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #A40019;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  height: 10px;
  background-color: #A40019;
}

.swiper-scrollbar {
  background-color: #EBEBEB;
  max-width: calc(100% - 116px);
  bottom: 20px !important;
  top: unset !important;
  left: 0 !important;
  font-size: 0;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #A40019;
}
@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: #ffffff;
  width: 10px;
  height: 10px;
  overflow: hidden;
  border-radius: 2px 0 2px 0;
  cursor: pointer;
  border: 1px solid #EBEBEB;
}
.slick-dots li button {
  display: none;
}
.slick-dots li:hover {
  background-color: #ffe680;
  border-color: #ffe680;
}
.slick-dots li.slick-active {
  background-color: #ffe680;
  border-color: #ffe680;
}

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

#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: 127px;
}
.admin-logged .popup-widget.cart-widget.sticky {
  top: 52px;
}
@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: 50px;
  }
  .admin-logged .popup-widget.cart-widget.sticky {
    top: 50px;
  }
}
.admin-logged .popup-widget.login-widget {
  top: 127px;
}
.admin-logged .popup-widget.login-widget.sticky {
  top: 52px;
}
@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 - 50px);
  }
}
@media screen and (max-width: 767px) {
  .cart-widget {
    max-height: calc(100vh - 50px);
  }
}
.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 #EBEBEB !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-amount .quantity input.amount {
  width: 56px !important;
}
.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;
  }
}

.shipping-options-popup p {
  padding-right: 30px;
}

#footer {
  overflow: hidden;
  background-color: #f8f8f8;
}
#footer .container {
  background-color: unset !important;
  max-width: calc(1440px + 12rem);
  margin: 0 auto !important;
  width: 100%;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .container:before, #footer .container:after {
  content: "";
  display: table;
}
#footer .container:after {
  clear: both;
}
@media (max-width: 767px) {
  #footer .container {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}

.custom-footer {
  padding: 40px 0 80px 0 !important;
  display: flex;
  flex-direction: row;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  background-color: unset !important;
  gap: 40px;
  border-color: unset;
  border: unset;
  background-repeat: no-repeat;
  background-position: -120px bottom;
  color: #000 !important;
}
@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: 0px;
    padding: 0 !important;
    margin-bottom: 40px;
    margin-top: 24px;
  }
}
.custom-footer .custom-footer__banner2 span {
  display: block;
  font-weight: 400 !important;
}
.custom-footer .custom-footer__banner2 span span {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .custom-footer .custom-footer__banner2 span span {
    display: flex;
    flex-direction: column;
  }
}
.custom-footer .custom-footer__banner2 span span:first-of-type {
  padding-top: 7px;
}
.custom-footer .custom-footer__banner2 span a {
  font-weight: 700 !important;
}
@media screen and (max-width: 767px) {
  .custom-footer .block {
    margin-bottom: 16px;
  }
}
.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 {
  display: none;
}
.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 ul {
    margin-top: 16px;
  }
}
.custom-footer > div {
  width: unset !important;
  padding: unset !important;
  flex: unset !important;
}
.custom-footer .custom-footer__instagram {
  display: none;
}
.custom-footer .custom-footer__banner5 {
  display: none !important;
}
.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 a,
.custom-footer address,
.custom-footer span {
  color: #000 !important;
}
.custom-footer .custom-footer__banner9 .tel {
  margin: 0 0 8px 0;
}
.custom-footer .custom-footer__banner9 .mail {
  margin: 0 0 8px 0;
}
.custom-footer .custom-footer__banner9 .address {
  margin: 0 0 40px 0;
}
.custom-footer .custom-footer__banner9 .address:last-of-type {
  margin: 0;
}
.custom-footer .custom-footer__banner9,
.custom-footer .custom-footer__banner10,
.custom-footer .custom-footer__banner15,
.custom-footer .custom-footer__banner16 {
  width: 100% !important;
  max-width: 256px;
  padding: 8px 0px !important;
}
.custom-footer .custom-footer__banner9 > span,
.custom-footer .custom-footer__banner10 > span,
.custom-footer .custom-footer__banner15 > span,
.custom-footer .custom-footer__banner16 > span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.custom-footer .custom-footer__banner9 ul,
.custom-footer .custom-footer__banner10 ul,
.custom-footer .custom-footer__banner15 ul,
.custom-footer .custom-footer__banner16 ul {
  margin: 0;
}
@media screen and (max-width: 992px) {
  .custom-footer .custom-footer__banner9,
  .custom-footer .custom-footer__banner10,
  .custom-footer .custom-footer__banner15,
  .custom-footer .custom-footer__banner16 {
    max-width: 226px;
  }
}
@media screen and (max-width: 767px) {
  .custom-footer .custom-footer__banner9,
  .custom-footer .custom-footer__banner10,
  .custom-footer .custom-footer__banner15,
  .custom-footer .custom-footer__banner16 {
    max-width: 100%;
  }
}
.custom-footer .custom-footer__banner1 {
  max-width: 192px;
}
@media screen and (max-width: 820px) {
  .custom-footer .custom-footer__banner1 {
    max-width: 256px;
  }
}
.custom-footer .social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: 100%;
  gap: 20px;
}
.custom-footer .social a {
  padding: 10px;
}
.custom-footer .site-name {
  position: relative !important;
  left: unset !important;
  top: unset !important;
  margin-bottom: 0;
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding-right: 0px !important;
  max-width: 256px;
  width: 100% !important;
}
@media screen and (max-width: 767px) {
  .custom-footer .site-name {
    padding: 0 !important;
    margin-bottom: 0px;
    margin-right: auto !important;
  }
}
.custom-footer .site-name a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: unset;
  transform: unset;
  width: 100%;
  padding: 28px;
}
@media screen and (max-width: 767px) {
  .custom-footer .site-name a {
    transform: unset;
  }
}
.custom-footer .site-name a img {
  width: 100%;
  height: unset;
  max-height: unset;
}
.custom-footer .custom-footer__banner17 {
  width: 100% !important;
  max-width: 1137px;
  margin-left: auto;
}
.custom-footer .custom-footer__banner17 .lower {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.custom-footer .custom-footer__banner17 .desktop-nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 8px;
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .custom-footer .custom-footer__banner17 .desktop-nav {
    display: none;
  }
}
.custom-footer .custom-footer__banner17 .desktop-nav a {
  width: 72px;
  aspect-ratio: 1;
}
.custom-footer .custom-footer__banner17 .desktop-nav a img {
  width: 100%;
  object-fit: cover;
}
.custom-footer .custom-footer__banner17 .socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
}
.custom-footer .custom-footer__banner17 .socials a {
  display: flex;
  padding: 8px;
}
.custom-footer .custom-footer__banner9 h4::after, .custom-footer .custom-footer__banner9 h4::before {
  display: none !important;
}
.custom-footer .custom-footer__banner9 span {
  display: block;
}
.custom-footer h4 {
  display: flex;
  font-size: 2rem;
  line-height: 1.4em;
  color: #A40019 !important;
  font-weight: 700;
  text-transform: uppercase !important;
  padding: 0;
  margin: 0 0 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .custom-footer h4 {
    font-size: 1.8rem;
    margin: 0 0 0px;
  }
  .custom-footer h4:after, .custom-footer h4::before {
    content: "";
    right: 0;
    top: 50%;
    width: 16px;
    height: 2px;
    display: block;
    position: absolute;
    background-color: #A40019;
    border-radius: 40px;
    transform: translateY(-50%);
  }
  .custom-footer h4:after {
    transform: translateY(-50%) rotate(90deg);
  }
}
.custom-footer span,
.custom-footer address,
.custom-footer a {
  line-height: 1.4em;
}
.custom-footer ul {
  margin: 0;
}
.custom-footer ul li {
  padding: 0;
  color: #000 !important;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  font-weight: 700;
  margin: 0 0 16px;
}
.custom-footer ul li a {
  transition: all 0.3s ease-in-out;
  padding: 0;
  text-decoration: unset !important;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
.custom-footer ul li a:hover {
  text-decoration: underline !important;
}
@media screen and (max-width: 767px) {
  .custom-footer ul {
    display: none;
    margin-top: 16px;
  }
}
.custom-footer .project-phone,
.custom-footer .project-email,
.custom-footer address,
.custom-footer span {
  color: #000;
}
.custom-footer .project-phone:after {
  background-color: #000;
}
.custom-footer .project-email:after {
  background-color: #000;
}
.custom-footer .custom-footer__banner1,
.custom-footer .custom-footer__banner2,
.custom-footer .custom-footer__banner3,
.custom-footer .custom-footer__banner4,
.custom-footer .custom-footer__banner5,
.custom-footer .custom-footer__banner6,
.custom-footer .custom-footer__banner7,
.custom-footer .custom-footer__banner8,
.custom-footer .custom-footer__banner11,
.custom-footer .custom-footer__banner12,
.custom-footer .custom-footer__banner13,
.custom-footer .custom-footer__banner14,
.custom-footer .custom-footer__banner19,
.custom-footer .custom-footer__banner21,
.custom-footer .custom-footer__banner22,
.custom-footer .custom-footer__banner18 {
  display: none;
}
.custom-footer .custom-footer__banner1 img,
.custom-footer .custom-footer__banner2 img,
.custom-footer .custom-footer__banner3 img,
.custom-footer .custom-footer__banner4 img,
.custom-footer .custom-footer__banner5 img,
.custom-footer .custom-footer__banner6 img,
.custom-footer .custom-footer__banner7 img,
.custom-footer .custom-footer__banner8 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__banner19 img,
.custom-footer .custom-footer__banner21 img,
.custom-footer .custom-footer__banner22 img,
.custom-footer .custom-footer__banner18 img {
  display: none;
}
.custom-footer .custom-footer__newsletter {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: linear-gradient(90deg, #ac76bc 1.75%, #eebbd2 63.99%, rgba(238, 187, 210, 0) 67.98%);
  border-radius: 16px;
  overflow: hidden;
  padding-right: 36.5% !important;
  position: relative;
}
@media screen and (max-width: 900px) {
  .custom-footer .custom-footer__newsletter {
    background: linear-gradient(179.65deg, #ac76bc 19.14%, #eebbd2 56.1%, rgba(238, 187, 210, 0) 71.68%);
    padding-right: 0 !important;
    padding: 20px 18px 222px 18px !important;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
}
.custom-footer .custom-footer__newsletter .img {
  max-width: 37%;
  min-width: 37%;
  position: absolute;
  right: 0;
  z-index: -1;
  height: 100%;
}
.custom-footer .custom-footer__newsletter .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .custom-footer .custom-footer__newsletter .img {
    width: 100%;
    max-width: 100%;
    height: 222px;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .custom-footer .custom-footer__newsletter .img {
    height: 262px;
  }
}
.custom-footer .custom-footer__newsletter .newsletter-header {
  display: flex;
  padding: 48px 76px 48px 80px;
}
@media screen and (max-width: 1400px) {
  .custom-footer .custom-footer__newsletter .newsletter-header {
    padding: 28px 36px 28px 40px;
  }
}
@media screen and (max-width: 900px) {
  .custom-footer .custom-footer__newsletter .newsletter-header {
    padding: 0;
    margin-bottom: 40px;
  }
}
.custom-footer .custom-footer__newsletter .newsletter-header h4 {
  font-size: 4rem;
  line-height: 1.17em;
  color: #000 !important;
  font-weight: 700 !important;
}
.custom-footer .custom-footer__newsletter .newsletter-header p {
  display: none;
}
.custom-footer__newsletter {
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  background: linear-gradient(90deg, #ac76bc 1.75%, #eebbd2 63.99%, rgba(238, 187, 210, 0) 67.98%);
  border-radius: 16px;
  overflow: hidden;
  padding-right: 36.5% !important;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .custom-footer__newsletter {
    background: linear-gradient(90deg, #ac76bc 1.75%, #eebbd2 66.99%, rgba(238, 187, 210, 0) 70.98%);
  }
}
.custom-footer__newsletter .img {
  max-width: 37%;
  min-width: 37%;
  position: absolute;
  right: 0;
  z-index: -1;
  height: 100%;
}
.custom-footer__newsletter .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-footer__newsletter .newsletter-header {
  display: flex;
  padding: 48px 76px 48px 80px;
}
.custom-footer__newsletter .newsletter-header h4 {
  margin: 0 0 0px 0;
  font-size: 4rem;
  line-height: 1.17em;
  color: #000 !important;
  font-weight: 700 !important;
}
.custom-footer__newsletter .newsletter-header p {
  display: none;
}
.custom-footer__newsletter form {
  width: 100% !important;
  max-width: 400px !important;
}
@media screen and (max-width: 1200px) {
  .custom-footer__newsletter form {
    max-width: 290px !important;
  }
}
.custom-footer__newsletter form fieldset {
  max-width: 100%;
}
.custom-footer__newsletter form .validator-msg-holder {
  position: relative;
}
.custom-footer__newsletter form .validator-msg-holder::before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
.custom-footer__newsletter form input {
  height: 44px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 400;
  padding: 11px 44px !important;
  background-color: #ffffff;
}
.custom-footer__newsletter form button {
  height: 44px !important;
  background-color: transparent !important;
}
.custom-footer__newsletter form button:hover {
  background-color: transparent !important;
}
.custom-footer__newsletter form button::before {
  content: "" !important;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}
.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.4rem !important;
  line-height: 1.2em;
  color: #000 !important;
  border: unset !important;
  border-color: unset !important;
}
.custom-footer__newsletter form label span {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
.custom-footer__newsletter form label span br {
  display: block !important;
}
.custom-footer__newsletter form label span::after {
  display: none !important;
}
.custom-footer__newsletter form label a {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
  font-weight: 400 !important;
  font-size: 1.4rem !important;
  text-decoration: underline !important;
}

.footer-bottom-wrapper {
  background-color: #000;
  color: #FFFFFF !important;
}
.footer-bottom-wrapper .footer-bottom {
  max-width: calc(1440px + 12rem);
  margin: 0 auto !important;
  width: 100%;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 16px !important;
  padding-bottom: 15px !important;
  gap: 16px;
  position: relative;
  border: none !important;
}
.footer-bottom-wrapper .footer-bottom:before, .footer-bottom-wrapper .footer-bottom:after {
  content: "";
  display: table;
}
.footer-bottom-wrapper .footer-bottom:after {
  clear: both;
}
@media (max-width: 767px) {
  .footer-bottom-wrapper .footer-bottom {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@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: center;
  gap: 8px;
  flex: unset !important;
  width: unset !important;
  flex: unset;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer-bottom-wrapper #signature {
    display: flex;
    flex-direction: column;
  }
}
.footer-bottom-wrapper #signature .image {
  display: none !important;
}
.footer-bottom-wrapper #signature .title,
.footer-bottom-wrapper #signature .company,
.footer-bottom-wrapper #signature span {
  flex: unset !important;
  width: unset !important;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.2em;
  margin: 0;
}
.footer-bottom-wrapper #signature .title {
  order: 5;
}
.footer-bottom-wrapper #signature .title img {
  width: unset;
  margin: 0;
}
.footer-bottom-wrapper #signature .company {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
}
.footer-bottom-wrapper #signature .company img {
  margin-right: 8px;
}
.footer-bottom-wrapper .copyright {
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: 400;
  margin: 0;
  line-height: 1.1428571429em;
  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: 0px;
  overflow: hidden;
  max-width: calc(1440px + 12rem);
  margin: 0 auto !important;
  width: 100%;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  padding-bottom: 0px;
}
.custom-footer__instagram:before, .custom-footer__instagram:after {
  content: "";
  display: table;
}
.custom-footer__instagram:after {
  clear: both;
}
@media (max-width: 767px) {
  .custom-footer__instagram {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.custom-footer__instagram h4 {
  color: #000;
  font-size: 2.4rem;
  line-height: 1.3333333333em;
  position: relative;
  text-transform: uppercase !important;
  padding-bottom: 0px;
  margin-bottom: 40px;
}
.custom-footer__instagram h4 a {
  color: #F4FAFF;
  text-decoration: unset;
}
.custom-footer__instagram h4 a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .custom-footer__instagram h4 {
    font-size: 2.2rem;
    margin: 0 0 16px 0;
  }
}
.custom-footer__instagram .instagram-widget {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  position: relative !important;
  max-width: unset !important;
}
@media screen and (max-width: 1100px) {
  .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: 1;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.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;
  aspect-ratio: 1/1;
}
.custom-footer__instagram .instagram-widget a div span {
  transition: all 0.3s ease-in-out;
  font-size: 1.6rem;
  line-height: 1.2em;
  color: #FFFFFF;
  display: block;
}
@media screen and (max-width: 767px) {
  .custom-footer__instagram .instagram-widget {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    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;
  }
}

.scroll-to-top {
  position: absolute;
  right: 0;
  top: 48px;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .scroll-to-top {
    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]:disabled + label:before {
  background-color: #e8e8e8;
}

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: 0px;
  border: 1px solid #d6d5d6 !important;
  display: inline-block;
  position: absolute;
  background-color: #ffffff;
  top: 9px;
  left: 0;
}

input[type=checkbox]:checked + label::before {
  background-color: #FFFFFF;
}
input[type=checkbox]:checked + label::after {
  content: url(assets/check-dark.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 #d6d5d6 !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: #000 !important;
  position: absolute !important;
  left: 3px;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.form-control {
  height: unset !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: 1px solid #ebebeb !important;
  font-size: 1.6rem !important;
  width: 100% !important;
  color: #000 !important;
  background-color: #ffffff !important;
  font-family: "PT Sans", sans-serif !important;
  padding: 11px !important;
  border-radius: 4px !important;
  line-height: 1.256875em;
}
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;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
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: 500;
  font-size: 1.6rem !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: "PT Sans", 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[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: 8px;
  line-height: 1.2em;
  font-weight: 600 !important;
  color: #000 !important;
  font-size: 1.4rem;
  line-height: 1.2em;
}
.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: #ff4b36;
  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-image: url(assets/select-arrow.svg) !important;
  background-position: right 8px top 50%;
  background-repeat: no-repeat;
  background-size: 24px !important;
  border: 1px solid #dcddde !important;
  border-radius: 0 !important;
  background-color: #f8f8f8 !important;
  padding: 8px 32px 8px 8px !important;
  font-size: 1.6rem !important;
  line-height: 1.5em;
  color: #58585A !important;
  height: unset !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer !important;
  border-color: #DCDDDE !important;
}
select:focus-visible {
  outline: none !important;
}
@media screen and (max-width: 767px) {
  select {
    height: 40px;
  }
}

body.mobile.type-category .content-wrapper-in .content {
  max-width: 100% !important;
  overflow: hidden;
}

body.in-aktualne-zbierky #content-wrapper .content-wrapper-in,
body.in-utulky #content-wrapper .content-wrapper-in {
  display: none !important;
}

body.in-aktualne-zbierky.type-category .category-top-wrapper .category-top,
body.in-utulky.type-category .category-top-wrapper .category-top {
  min-height: unset;
}

body.in-aktualne-zbierky.type-category .category-top-wrapper h1,
body.in-utulky.type-category .category-top-wrapper h1 {
  display: block !important;
}

body.mobile.type-category .content-wrapper-in .content {
  padding: 0 !important;
}

.type-category .content-wrapper-in {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 48px 0;
}
@media screen and (max-width: 992px) {
  .type-category .content-wrapper-in {
    padding: 24px 0;
  }
}
.type-category .content-wrapper-in::before {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  width: calc(100vw - var(--scrollbar-width) + 0.1px);
  display: block;
  height: 100%;
  background-color: #f8f8f8;
  z-index: -1;
}
.type-category .content-wrapper-in .content {
  max-width: calc(100% - 340px);
  padding: 0 0 0 20px !important;
}
@media screen and (max-width: 992px) {
  .type-category .content-wrapper-in .content {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .type-category .content-wrapper-in aside {
    order: 2 !important;
  }
}
@media screen and (max-width: 767px) {
  .type-category .show-more-subcategories {
    margin-top: 12px !important;
  }
}
.type-category .subcategories {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  width: 100%;
  margin: 0px 0 0px 0 !important;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .type-category .subcategories {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
@media screen and (max-width: 370px) {
  .type-category .subcategories {
    grid-template-columns: repeat(2, 1fr);
  }
}
.type-category .subcategories.active li {
  display: flex;
}
.type-category .subcategories li {
  width: 100% !important;
  padding: 0;
}
.type-category .subcategories li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
  height: unset;
  padding: 0 !important;
  border: 1px solid #dcddde;
  background-color: #f8f8f8;
  color: #000;
}
.type-category .subcategories li a::before {
  display: none;
}
.type-category .subcategories li a:hover {
  border-color: #A40019;
  background-color: #A40019;
  color: #FFFFFF;
}
.type-category .subcategories li a:hover .text::before {
  content: url(assets/arrow-right-nav-hov.svg);
}
.type-category .subcategories li a .image {
  aspect-ratio: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}
.type-category .subcategories li a .image img {
  width: 100%;
  max-width: 100%;
  height: unset;
  aspect-ratio: 1;
}
.type-category .subcategories li a .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 64px;
  width: 100%;
  padding: 8px 28px 8px 8px;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  position: relative;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .type-category .subcategories li a .text {
    padding: 8px 20px 8px 4px;
  }
}
.type-category .subcategories li a .text::before {
  content: url(assets/arrow-right-nav.svg);
  font-size: 8px;
  line-height: 8px;
  margin-top: -4px;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

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

.category-content-wrapper {
  display: flex;
  flex-direction: column;
}

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

#filters {
  padding: 0 20px;
}

#filters-wrapper {
  order: -3;
}

.filter-section div:has(input[disabled]) {
  display: none;
}

.filters-unveil-button-wrapper > a.btn.btn-default {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  font-size: 1.6rem !important;
  line-height: 1.5em !important;
  gap: 8px !important;
  position: relative !important;
  background-color: #f1f2f5 !important;
  padding: 12px 20px !important;
  margin: 0 !important;
  color: #000 !important;
}
.filters-unveil-button-wrapper > a.btn.btn-default::before {
  content: url(assets/filter-red.svg);
  width: 24px;
  height: 24px;
  display: block;
}
.filters-unveil-button-wrapper > a.btn.btn-default::after {
  content: "";
  width: 10px;
  height: 2px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  border-radius: 40px;
  background-color: #A40019;
}

body.type-category.mobile .filters-unveil-button-wrapper {
  margin-top: 24px;
}
body.type-category.mobile .filters-unveil-button-wrapper > a.btn.btn-default::after {
  content: "|";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #A40019;
}

body.type-category .show-all-categories {
  display: flex;
  justify-content: space-between;
  text-align: center;
  font-size: 2rem;
  line-height: 1.35em;
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
  padding: 6px 10px !important;
  height: 42px !important;
  grid-column: span 2;
  border-radius: 4px !important;
}
body.type-category .show-all-categories::before {
  height: 24px;
}
body.type-category .show-all-categories::after {
  height: 24px;
}
@media screen and (max-width: 500px) and (min-width: 0px) {
  body.type-category .show-all-categories {
    grid-column: span 1;
  }
}

.category-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.category-top h1 {
  margin: 0 0 32px 0;
  font-size: 2.8rem;
  line-height: 1.3214285714em;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media screen and (max-width: 767px) {
  .category-top h1 {
    margin: 0 0 24px 0;
  }
}
.category-top .toggle {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3333333333em;
  color: #000;
  padding: 4px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 24px;
}
.category-top .toggle:hover::before {
  transform: scale(1, 1);
}
.category-top .toggle::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  left: 0;
  top: unset;
  bottom: 0px;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #A40019;
  position: absolute;
  transform: scale(0, 1);
}
@media screen and (max-width: 1024px) {
  .category-top .toggle {
    margin: 0 auto 20px auto;
  }
}
.category-top .category-perex {
  position: relative;
  overflow: hidden;
  color: #58585A;
}
.category-top .category-perex.active {
  height: unset;
}
.category-top .category-perex.active::before {
  display: none;
}
.category-top .category-perex .plus-gallery-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.category-top .category-perex .plus-gallery-wrap .plus-gallery-item {
  width: 100% !important;
  height: unset !important;
}
.category-top .category-perex .plus-gallery-wrap .plus-gallery-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.category-top .category-perex .plus-gallery-wrap .plus-gallery-item img {
  position: unset !important;
  transform: unset !important;
  width: 100% !important;
}
.category-top .category-perex iframe,
.category-top .category-perex video {
  width: 100%;
  height: unset;
  min-height: 145px;
  aspect-ratio: 1080/465;
}
.category-top .category-perex p,
.category-top .category-perex blockquote {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 0 0 32px 0;
}
.category-top .category-perex h3 {
  font-size: 2rem;
  line-height: 1.4em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 32px 0;
  color: #A40019;
}
.category-top .category-perex h4 {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 0 0 32px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.category-top .category-perex ul {
  margin: 0 0 32px 0;
}
.category-top .category-perex ul li {
  margin-bottom: 8px;
}
.category-top .category-perex ul li::marker {
  color: #A40019;
}
.category-top .category-perex ol {
  margin: 0 0 32px 0;
  list-style: none;
  counter-reset: custom-counter;
  padding: 0;
}
.category-top .category-perex ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 2em;
  margin-bottom: 8px;
}
.category-top .category-perex ol li::before {
  content: counter(custom-counter, decimal-leading-zero) ")";
  position: absolute;
  left: 0;
  color: #A40019;
  font-weight: 700;
}
.category-top .category-perex a[download] {
  color: #58585a;
}
.category-top .category-perex a[download]::before {
  content: url(assets/file.svg);
  height: 16px;
  width: 16px;
  margin-right: 8px;
}

.banner-category {
  grid-column: span 1;
  margin-bottom: 0 !important;
  display: block;
  width: 100% !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .banner-category {
    grid-column: span 2;
  }
}
@media (max-width: 370px) {
  .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%;
  padding: 0;
  background-color: #ffffff;
  border-radius: 0px;
}
.banner-category .banner-wrapper:hover img,
.banner-category a:hover img {
  transform: scale(1);
}
.banner-category picture {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
}
.banner-category picture img {
  height: 100%;
}
.banner-category .extended-banner-texts {
  align-items: center;
  bottom: unset;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  left: unset;
  max-width: 100%;
  padding: 0;
  position: absolute;
  position: relative !important;
  right: unset;
  top: unset;
  transform: unset;
  width: 100%;
  height: 100%;
  gap: 294px;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .banner-category .extended-banner-texts {
    max-width: 100%;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.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: center;
  }
}
.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: 2.8rem;
  line-height: 1.2em;
  color: #FFFFFF;
  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 {
    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;
  display: none !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;
  transition: all 0s ease-in-out !important;
  font-size: 1.6rem !important;
  line-height: 1.625em !important;
  padding: 8px 15px 10px 15px !important;
  height: 40px !important;
  border-color: unset !important;
  border-radius: 40px !important;
  text-transform: unset !important;
  cursor: pointer;
  font-weight: 600 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  border: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
  background-color: transparent !important;
}
.banner-category .extended-banner-texts .extended-banner-link:hover {
  color: #000 !important;
  background-color: #FFFFFF !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-title {
  font-size: 1.4rem;
  line-height: 1.1428571429em;
  color: #000;
  font-weight: 700;
}

.filter-section {
  border: unset !important;
  padding: 0 !important;
}
@media screen and (max-width: 900px) {
  .filter-section {
    margin-bottom: 10px !important;
  }
  .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;
}
.filter-section form .display-more {
  color: #cdcbc9;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}
.filter-section.filter-form-visible h4:after {
  transform: rotate(90deg);
}
.filter-section.filter-form-visible form {
  display: block;
}

body:not(.mobile) .filter-section-button {
  display: none !important;
}
body:not(.mobile) #category-filter-hover {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-right: 20px;
  gap: 15px 20px;
}
@media (max-width: 767px) {
  body:not(.mobile) #category-filter-hover {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
  }
  body:not(.mobile) #category-filter-hover:before {
    content: "Filtrace";
    display: block;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 16px;
    width: 100%;
    padding-bottom: 4px;
    border-bottom: 2px solid #A40019;
  }
}
body:not(.mobile) #category-filter-hover .filter-section {
  position: relative;
}
@media (max-width: 767px) {
  body:not(.mobile) #category-filter-hover .filter-section:not(:nth-last-child(2)) {
    border-bottom: 1px solid #A40019;
  }
}
body:not(.mobile) #category-filter-hover .filter-section form {
  display: none;
  padding: 0;
}
body:not(.mobile) #category-filter-hover .filter-section form .filter-count {
  display: none;
}
@media (max-width: 767px) {
  body:not(.mobile) #category-filter-hover .filter-section h4 {
    padding: 0;
  }
}
body:not(.mobile) #category-filter-hover .filter-section fieldset > div:not(.advanced-filters-wrapper) {
  padding: 8px 0;
  width: 100%;
}
body:not(.mobile) #category-filter-hover .filter-section fieldset > div:not(.advanced-filters-wrapper):has(input:checked) {
  border-color: solid #A40019;
}
body:not(.mobile) #category-filter-hover .filter-section.filter-form-visible {
  padding-bottom: 24px;
  position: relative;
  height: 40px;
}
@media (max-width: 767px) {
  body:not(.mobile) #category-filter-hover .filter-section.filter-form-visible {
    height: auto;
  }
}
@media (max-width: 767px) {
  body:not(.mobile) #category-filter-hover .filter-section.filter-form-visible h4:not(:last-child) {
    margin-bottom: 24px;
    padding: 0;
  }
}
body:not(.mobile) #category-filter-hover .filter-section.filter-form-visible form {
  display: block;
  position: relative;
  z-index: 2;
  background: #fff;
  width: 100%;
  left: 0;
  max-height: 220px;
  overflow-y: scroll;
  padding: 20px;
  border-width: 0 1px 1px 1px;
  border-color: #A40019;
  border-style: solid;
}
@media (max-width: 767px) {
  body:not(.mobile) #category-filter-hover .filter-section.filter-form-visible form {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    border: none;
    background-color: transparent;
  }
}
body:not(.mobile) #category-filter-hover .filter-section.filter-form-visible form input[type=checkbox] + label::before {
  background-color: transparent;
}

.filter-section-parametric.disabled {
  filter: opacity(0.5);
  pointer-events: none;
}

@media screen and (min-width: 1000px) {
  .filter-section-button {
    display: none !important;
  }
}
.filter-sections {
  background-color: unset !important;
  padding: 0 !important;
}

.active-filters {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 35px;
  order: -1;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .active-filters {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.active-filters > div {
  flex: 0 1 auto;
}
.active-filters .active-title {
  font-weight: 700;
  margin-right: 1em;
  padding: 0.5em 0;
}
.active-filters .active-filters-title {
  font-weight: 700;
  margin-right: 8px;
}
.active-filters #clear-filters {
  margin: 15px 0;
  text-decoration: unset;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.256875em;
  height: 32px;
  padding: 6px 12px;
  border: unset !important;
  background-color: #000 !important;
  color: #FFFFFF !important;
  cursor: pointer;
  text-transform: unset !important;
  position: relative !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.active-filters #clear-filters a {
  text-decoration: underline;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
.active-filters #clear-filters:hover {
  color: #ff3838;
}
.active-filters .filter-count {
  display: none;
}
.active-filters .active-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-right: 10px;
  position: relative;
}
.active-filters .filter-label {
  flex: 0 1 auto;
  display: flex;
  position: relative;
  align-items: center;
  font-size: 1.6rem !important;
  line-height: 1.256875em !important;
  color: #58585a;
  border-radius: 0px;
  padding: 6px 32px 6px 12px;
  background-color: #f8f8f8;
}
.active-filters .filter-label:before, .active-filters .filter-label:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background-color: black;
  top: 50%;
  right: 10px;
  border-radius: 5px;
  transform: translateY(-50%);
}
.active-filters .filter-label:before {
  transform: rotate(45deg);
}
.active-filters .filter-label:after {
  transform: rotate(-45deg);
}
.active-filters .filter-label:hover::after, .active-filters .filter-label:hover::before, .active-filters .filter-label:focus::after, .active-filters .filter-label:focus::before {
  background-color: #ff3838;
}

body.type-category .sidebar {
  width: 340px;
  background: linear-gradient(270deg, #f5f4f4 0.15%, rgba(255, 255, 255, 0) 37.19%), linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 10.65%), linear-gradient(0deg, #ffffff 4.05%, rgba(255, 255, 255, 0) 11.7%);
  padding: 0 !important;
}

body.type-category .sidebar-inner {
  padding: 0 !important;
}
@media screen and (max-width: 992px) {
  body.type-category .sidebar-inner {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 32px;
    flex-wrap: wrap;
  }
}

.slider-wrapper {
  padding: 5px 0 !important;
}
.slider-wrapper h4 {
  font-size: 1.4rem;
  line-height: 1.1428571429em;
  color: #000;
  font-weight: 700;
  text-transform: unset !important;
}
.slider-wrapper h4 span {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
.slider-wrapper h4::after {
  display: none !important;
}

.slider-header {
  position: relative;
  padding-top: 15px;
}
.slider-header .from,
.slider-header .to {
  font-size: 1.3rem;
  border: unset !important;
  padding: 0px 0px;
  border-radius: 24px;
  width: unset !important;
}
.slider-header .slider-content {
  background-color: #000;
  border-radius: 24px;
}
.slider-header .slider-content .ui-slider {
  background-color: unset !important;
}
.slider-header .slider-content .ui-slider-range {
  background-color: #A40019;
}
.slider-header .slider-content {
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
}
.slider-header .slider-content .ui-slider-handle {
  background-color: #ffffff !important;
  border: 3px solid #A40019;
}
.slider-header .slider-content .ui-slider-handle:after {
  display: none !important;
}

.category__secondDescription {
  display: none;
}

.categories li.active > a,
.categories li.active > a:hover {
  background-color: unset !important;
}

#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: #58585A;
  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: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  #category-header {
    flex-direction: row !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    order: -2;
  }
}
#category-header form {
  max-width: 100%;
}
#category-header div {
  font-weight: 400 !important;
  line-height: 1.6rem !important;
  line-height: 1.5em !important;
  color: #000;
  text-align: left !important;
  display: flex !important;
  flex: unset !important;
  gap: 6px;
}
#category-header div > strong {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  #category-header > div {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  #category-header {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
    align-items: flex-start;
  }
}
#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 form {
  max-width: 100%;
}
#category-header form fieldset {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1px;
}
#category-header form input[type=radio] + label {
  transition: all 0.3s ease-in-out;
  padding: 8px 16px;
  font-weight: 400 !important;
  line-height: 1.6rem !important;
  line-height: 1.625em !important;
  color: #000;
  border-bottom: 1px solid transparent;
  margin: 0 !important;
  border-radius: 0px;
  background-color: transparent;
}
#category-header form input[type=radio] + label::before, #category-header form input[type=radio] + label::after {
  display: none !important;
}
#category-header form input[type=radio] + label:hover {
  border-bottom-color: #A40019;
}
#category-header form input[type=radio]:checked + label {
  border-bottom-color: #A40019;
}
#category-header form input[type=radio]:checked + label::before, #category-header form input[type=radio]:checked + label::after {
  display: none !important;
}
#category-header form input[type=radio]:checked + label:after {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  #category-header form {
    overflow: auto;
  }
  #category-header form fieldset {
    display: flex;
    max-width: 100%;
  }
}
#category-header .helper {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  max-width: 240px !important;
  margin: 0 !important;
  order: -1;
}
#category-header .helper form {
  display: none;
}
#category-header .helper form.active {
  display: flex;
  padding: 16px;
  position: absolute;
  background-color: #fff;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  border-radius: 0px;
  max-width: 400px;
  -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 form.active label {
  padding: 0 !important;
  background-color: #ffffff !important;
  color: #000 !important;
  border: unset !important;
  font-size: 1.6rem !important;
  margin-bottom: 12px !important;
}
#category-header .helper form.active label:last-of-type {
  margin-bottom: 0 !important;
}
#category-header .helper form.active fieldset {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#category-header .helper .sorting-label {
  font-size: 1.6rem;
  font-weight: 700;
}
#category-header .helper .actual-sorting {
  border: unset !important;
  padding: 0px 0px 0 32px !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  font-size: 1.6rem !important;
  line-height: 1.5em !important;
  border-radius: 0px;
  width: 100% !important;
  position: relative !important;
  color: #000 !important;
  background-color: #ffffff;
  gap: 8px !important;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #category-header .helper .actual-sorting {
    padding: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  #category-header .helper .actual-sorting strong {
    display: none !important;
  }
}
#category-header .helper .actual-sorting::after {
  content: url(assets/arrow-right-dark-small.svg);
  height: 24px;
  transform: rotate(90deg);
}
#category-header .helper .actual-sorting::before {
  content: url(assets/sorting.svg);
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  line-height: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #category-header .helper .actual-sorting::before {
    display: none !important;
  }
}

.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;
    margin-bottom: 0 !important;
  }
}
.pagination-wrapper .pagination-top {
  min-width: unset !important;
  order: 2;
  transition: all 0.3s ease-in-out;
  border: 1px solid #000 !important;
  color: #000 !important;
  font-size: 1.6rem;
  line-height: 1.256875em;
  padding: 10px 15px 9px 15px;
  border-radius: 40px;
  text-transform: unset !important;
  margin-left: 0px;
  font-weight: 700;
  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: #C2C3F0 !important;
}
.pagination-wrapper .pagination-top .pagination-link {
  display: none;
}
.pagination-wrapper .pagination-top .js-scroll-top {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
  text-transform: unset !important;
  height: unset;
  width: unset;
}
.pagination-wrapper .pagination-loader {
  min-width: unset;
  order: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  gap: 10px 0;
}
@media screen and (max-width: 767px) {
  .pagination-wrapper .pagination-loader {
    width: 100%;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .pagination-wrapper .pagination-loader > span {
    width: unset !important;
  }
}
.pagination-wrapper .pagination {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
  min-width: unset !important;
  order: 3;
  margin-left: auto;
  position: relative;
  z-index: 20;
}
@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: 40px;
  height: 40px;
  display: flex;
  border-radius: 0px !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  border: none;
  outline: none;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  border: unset;
  background-color: #dcddde;
}
.pagination-wrapper .pagination .pagination-link::before {
  transition: all 0.3s ease-in-out;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  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-black-right.svg);
}
.pagination-wrapper .pagination .pagination-link:hover {
  background-color: #000 !important;
}
.pagination-wrapper .pagination .pagination-link:hover::before {
  filter: invert(1);
}
.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 {
  transform: translate(-50%, -50%) rotate(0deg);
}
.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;
}

.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 #000000 !important;
  background-color: transparent !important;
  color: #5C5ED7 !important;
}
.btn-holder-filter .filtering-btn:hover {
  background-color: #ffffff !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;
}
.btn-holder-filter .filtering-btn.no-before {
  height: 40px;
}
.btn-holder-filter .filtering-btn.no-before::before {
  display: none;
}

@media (max-width: 767px) {
  .filter-section {
    width: 100%;
  }
}
.filter-section h4 {
  font-size: 1.4rem;
  line-height: 1.1428571429em;
  color: #000;
  font-weight: 700;
  text-transform: unset !important;
  padding: 16px 0;
  border-bottom: 1px solid #A40019;
}
@media (max-width: 767px) {
  .filter-section h4 {
    padding: 10px 0;
  }
}
.filter-section.filter-section-parametric h4 {
  cursor: pointer;
}
.filter-section.filter-section-parametric h4::after, .filter-section.filter-section-parametric h4::before {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  content: "" !important;
  width: 10px !important;
  right: 7px !important;
  height: 2px !important;
  border-radius: 40px !important;
  background-color: #A40019 !important;
  position: absolute !important;
  display: block !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.filter-section.filter-section-parametric h4::before {
  transform: translateY(-50%) rotate(90deg) !important;
  width: 10px !important;
}
.filter-section.filter-section-parametric form,
.filter-section.filter-section-parametric .custom-search {
  display: none;
}
.filter-section.filter-section-parametric.filter-form-visible h4::before {
  width: 0 !important;
}
.filter-section.filter-section-parametric.filter-form-visible form,
.filter-section.filter-section-parametric.filter-form-visible .custom-search {
  display: block;
}

.filter-section-parametric:not(.filter-form-visible) .custom-search,
.filter-section-parametric:not(.filter-form-visible) form {
  display: none;
}

.subcategories-bottom h2 {
  padding: 8px 0 7px 0;
  font-size: 2rem;
  line-height: 1.4em;
  text-transform: uppercase;
  border-bottom: 1px solid #A40019;
  margin: 0 0 32px 0;
}
.subcategories-bottom .subcategories {
  margin: 0 0 32px 0 !important;
}

.box-bg-variant {
  padding: 0 !important;
}
.box-bg-variant h4 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 1.6rem;
  line-height: 1.5em;
  gap: 8px;
  position: relative;
  background-color: #f1f2f5;
  padding: 12px 20px;
  margin: 0;
}
.box-bg-variant h4::before {
  content: url(assets/category-red.svg);
  width: 24px;
  height: 24px;
  display: block;
}
.box-bg-variant h4::after {
  content: "";
  width: 10px;
  height: 2px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  display: block;
  border-radius: 40px;
  background-color: #A40019;
}
.box-bg-variant #categories {
  padding: 0 20px !important;
}
.box-bg-variant .cat-trigger {
  display: none !important;
}
.box-bg-variant .categories {
  margin: 0 !important;
}
.box-bg-variant .categories.expandable {
  position: relative;
}
.box-bg-variant .categories.expandable .cat-trigger {
  position: absolute !important;
  right: 7px !important;
  left: unset !important;
  bottom: unset !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  background: unset !important;
}
.box-bg-variant .categories.expandable .cat-trigger::after, .box-bg-variant .categories.expandable .cat-trigger::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "" !important;
  width: 10px !important;
  right: 7px !important;
  height: 2px !important;
  border-radius: 40px !important;
  background-color: #A40019 !important;
  position: absolute !important;
  display: block !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.box-bg-variant .categories.expandable .cat-trigger::before {
  transform: translateY(-50%) rotate(90deg) !important;
}
.box-bg-variant .categories.expandable ul.hovered {
  display: flex !important;
  flex-direction: column;
  position: absolute;
  left: 340px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background-color: #ffffff;
  padding: 20px;
  z-index: 99;
  border: 1px solid #A40019;
  backdrop-filter: blur(20px);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.0509803922);
}
.box-bg-variant .categories.expandable ul.hovered:before {
  content: "";
  width: 100px;
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  position: absolute;
  background-color: transparent;
  z-index: -1;
}
.box-bg-variant .categories.expandable ul.hovered li {
  position: relative;
  display: flex;
  flex-direction: row;
}
.box-bg-variant .categories.expandable ul.hovered li .cat-trigger {
  display: none !important;
}
.box-bg-variant .categories.expandable ul.hovered li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #A40019;
  border-radius: 50%;
}
.box-bg-variant .categories.expandable ul.hovered li a {
  padding-left: 16px;
}
.box-bg-variant .categories.expandable .cat-ul-title {
  margin-bottom: 16px;
  font-size: 1.6rem;
  font-weight: 600;
}
.box-bg-variant .categories.expanded .cat-trigger::before {
  width: 0 !important;
}
.box-bg-variant .topic > a {
  font-size: 1.4rem;
  line-height: 1.1428571429em;
  font-weight: 700;
  color: #000;
  padding: 12px 0;
  position: relative;
}
.box-bg-variant .topic > a:hover {
  color: #A40019;
  text-decoration: underline !important;
}
.box-bg-variant .topic.active > a, .box-bg-variant .topic.child-active > a {
  background-color: unset;
  color: unset;
  border-bottom: 1px solid #A40019;
}
.box-bg-variant .filter-section-parametric-id-96 input[type=checkbox] + label.disabled,
.box-bg-variant .filter-section-parametric-id-99 input[type=checkbox] + label.disabled {
  display: none;
}
.box-bg-variant .categories ul {
  padding: 0 0 0 10px;
}
.box-bg-variant .categories ul li.expandable .cat-trigger {
  position: absolute !important;
  right: 7px !important;
  left: unset !important;
  bottom: unset !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 24px !important;
  height: 24px !important;
  display: block !important;
  background: unset !important;
}
.box-bg-variant .categories ul li.expandable .cat-trigger::after, .box-bg-variant .categories ul li.expandable .cat-trigger::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "" !important;
  width: 10px !important;
  right: 7px !important;
  height: 2px !important;
  border-radius: 40px !important;
  background-color: #A40019 !important;
  position: absolute !important;
  display: block !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.box-bg-variant .categories ul li.expandable .cat-trigger::before {
  transform: translateY(-50%) rotate(90deg) !important;
}
.box-bg-variant .categories ul li.expanded .cat-trigger::before {
  width: 0 !important;
}
.box-bg-variant .categories ul li.active > a {
  background-color: unset;
  color: #000;
  border-bottom: 1px solid #A40019;
}
.box-bg-variant .categories ul li.active > a:hover {
  color: unset;
}
.box-bg-variant .categories ul li a {
  font-size: 1.4rem;
  line-height: 1.1428571429em;
  font-weight: 400;
  color: #58585a;
  padding: 6px 20px 6px 10px;
  position: relative;
}

#category-header {
  z-index: 4;
}

#category-header.category-header .display-switcher {
  display: flex !important;
  align-items: center;
  gap: 8px;
  position: relative;
}
#category-header.category-header .display-switcher::before {
  content: url(assets/dolazdice.svg);
  height: 24px;
}
#category-header.category-header .display-switcher span:first-child {
  font-weight: 600;
}
#category-header.category-header .display-switcher span.selected {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
#category-header.category-header .display-switcher span.selected::before, #category-header.category-header .display-switcher span.selected::after {
  display: inline-block;
  line-height: 0;
}
#category-header.category-header .display-switcher span.selected::before {
  width: 24px;
  height: 24px;
}
#category-header.category-header .display-switcher span.selected::after {
  content: "";
  width: 6px;
  height: 6px;
  border-style: none solid solid none;
  border-width: 1px;
  border-color: #000;
  transform: rotate(45deg);
  margin-bottom: 3px;
  margin-left: 6px;
}
#category-header.category-header .display-switcher .display-switcher__buttons {
  display: none !important;
  position: absolute;
  z-index: 5;
  right: 0;
  top: 100%;
  background-color: #ffffff;
  padding: 10px 33px 10px 10px !important;
  -webkit-box-shadow: 0px 5px 16px 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 5px 16px 5px rgba(0, 0, 0, 0.16);
}
#category-header.category-header .display-switcher .display-switcher__buttons button {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 5px;
  color: #000;
  text-align: right;
  background-color: unset !important;
}
#category-header.category-header .display-switcher .display-switcher__buttons button::before {
  display: inline-block;
  line-height: 0;
  width: 24px;
  height: 24px;
}
#category-header.category-header .display-switcher .display-switcher__buttons.visible {
  display: block !important;
}
@media (max-width: 767px) {
  #category-header.category-header .display-switcher {
    width: unset !important;
  }
  #category-header.category-header .display-switcher span:not(.selected) {
    font-size: 0;
  }
}

.products-inline .p-in-in .code-plus-stars {
  position: absolute;
  display: flex;
  top: 0;
  align-items: center;
  gap: 12px;
}
.products-inline .p-in-in .code-plus-stars .p-code {
  position: relative !important;
}
.products-inline .p-in-in .code-plus-stars .p-code .stars-wrapper {
  height: unset;
}

.in-brity-a-profily-valcovane-v-metrazi .p-tools form {
  display: none !important;
}

.type-detail:has(.ask-for-price) .how-many {
  display: none;
}

input[type=text].custom-search {
  border-radius: 4px 4px 0 0 !important;
  border-color: #A40019 !important;
}
@media (max-width: 767px) {
  input[type=text].custom-search {
    border-radius: 4px !important;
    margin: 10px 0;
  }
}
input[type=text].custom-search:focus-visible, input[type=text].custom-search:focus {
  outline: none;
}

.load-more-button {
  background-color: transparent;
  border-bottom: 1px solid #58585A;
}

.type-product .content-wrapper-in #content {
  padding: 0 !important;
  margin-bottom: 0px;
}
.ask-for-price {
  margin-bottom: 0;
  font-weight: 700;
  color: #FFFFFF !important;
  background-color: #A40019;
  padding: 10px 15px;
}
.ask-for-price:before {
  display: none;
}

#product-detail-form {
  margin-bottom: 0px !important;
}

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

.pagination-appendix {
  display: none;
}

.products-related .p .availability {
  display: block !important;
}

@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 .price-standard {
  display: none;
}
.flag-discount .parameter-dependent.noDisplay, .flag-discount .parameter-dependent.no-display {
  display: none !important;
}

.p-detail-inner {
  position: relative;
  padding-bottom: 46px;
}
.p-detail-inner::before {
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 100%;
  position: absolute;
  width: calc(100vw - var(--scrollbar-width) + 0.1px);
  background-color: #ffffff;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-detail-inner {
    margin-bottom: 0px;
  }
}

.p-detail-inner .product-top {
  margin-left: auto !important;
  margin-right: auto !important;
}

.p-detail .p-detail-tabs-wrapper .col-sm-12 {
  max-width: 100%;
}

.product-top {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1310px) {
  .product-top {
    padding: 0 !important;
  }
}
.product-top .p-image-wrapper {
  padding: 0 0px 0 0 !important;
  width: 100% !important;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .product-top .p-image-wrapper {
    aspect-ratio: unset !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 880px) {
  .product-top .p-image-wrapper {
    max-width: 100% !important;
    margin: 0px 0 40px 0;
    padding: 0 !important;
  }
  .product-top .p-image-wrapper .slick-dots {
    bottom: -30px;
  }
}
.product-top .p-image-wrapper .p-image {
  aspect-ratio: 1/1;
  border: unset !important;
  margin-bottom: 0px !important;
  width: 100%;
  border-radius: 0px;
  max-width: 100%;
  border: unset;
}
.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: flex;
    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;
  aspect-ratio: 1/1;
  width: 100%;
}
.product-top .p-image-wrapper .p-image a img {
  width: 100%;
  height: unset !important;
  object-fit: cover;
  max-width: unset;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .product-top .p-image-wrapper .p-image a img {
    width: unset !important;
    height: unset !important;
    object-fit: unset !important;
    max-width: unset !important;
    aspect-ratio: unset !important;
    max-height: 328px;
    margin: 0 auto;
  }
}
.product-top .p-image-wrapper .p-thumbnails-wrapper {
  width: 100%;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div {
  position: unset !important;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div a {
  margin-right: 20px;
}
.product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div a.highlighted img {
  border-color: #A40019 !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 {
  border: 1px solid #dcddde !important;
}
.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;
  max-height: unset !important;
  background-color: #ffd634;
  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;
}
.product-top .p-image-wrapper .carousel-control:hover {
  background-color: #A40019;
}
.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 50px 0 50px !important;
  width: 100% !important;
  max-width: 50%;
  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 0px 0;
}
.product-top .p-info-wrapper .flags {
  position: unset;
  order: -5;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  white-space: nowrap;
  margin: 0 0 30px 0;
}
.product-top .p-info-wrapper .flags .flags {
  margin: 0 0 0px 0;
  order: unset;
}
@media screen and (max-width: 1200px) {
  .product-top .p-info-wrapper {
    padding: 0 20px 0 20px !important;
  }
}
.product-top .p-info-wrapper .p-final-price-wrapper {
  order: 3;
}
.product-top .p-info-wrapper .p-final-price-wrapper .price-save {
  display: none;
}
.product-top .p-info-wrapper .p-final-price-wrapper .price-final-holder {
  color: #000 !important;
}
.product-top .p-info-wrapper .upper-parameters .p-code {
  margin: 0;
}
.product-top .p-info-wrapper .upper-parameters strong,
.product-top .p-info-wrapper .upper-parameters .p-code-label {
  font-weight: 700;
  color: #000;
  margin: 0;
}
.product-top .p-info-wrapper .upper-parameters span {
  color: #58585A;
  margin-left: 12px;
}
.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 {
  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;
  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;
}
@media screen and (max-width: 880px) {
  .product-top .p-info-wrapper {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
.product-top .p-info-wrapper .shipping-options {
  order: 5;
  gap: 10px;
  font-size: 1.6rem !important;
  color: #58585A !important;
  margin-left: unset;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: flex-start;
  text-decoration: underline !important;
  margin: 14px 0 30px 0;
  letter-spacing: 0em;
}
.product-top .p-info-wrapper .shipping-options::before {
  display: inline-block;
  line-height: 0;
  position: relative;
  height: 24px;
  content: url(assets/delivery-red.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: #EBEBEB !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: flex;
  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;
  min-height: unset !important;
}
.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 {
  margin: 0 !important;
  max-height: 24px;
}
@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: flex;
  flex-wrap: wrap;
  margin: 0;
  align-items: center;
  height: unset !important;
  max-height: unset !important;
  min-height: unset !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .social-buttons-wrapper .link-icons {
    gap: 10px !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !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: 10px !important;
  margin: 0 !important;
  padding: 10px 8px !important;
  height: unset !important;
  text-transform: unset !important;
  color: #58585A !important;
  align-items: center !important;
  background-color: #f8f8f8 !important;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.share {
  order: 5;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  color: #58585A;
  font-weight: 700;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.share::before {
  height: 24px;
  margin: 0;
  content: url(assets/share-detail.svg);
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.watchdog {
  order: 4;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  color: #58585A;
  font-weight: 700;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.watchdog::before {
  height: 24px;
  margin: 0;
  content: url(assets/watch-detail.svg);
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.print {
  order: 5;
  font-size: 1.6rem;
  color: #58585A;
  display: none !important;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.chat {
  order: 2;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  color: #58585A;
  font-weight: 700;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.chat::before {
  height: 24px;
  margin: 0;
  content: url(assets/ask-detail.svg);
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.whatsapp {
  order: 2;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  color: #58585A;
  font-weight: 700;
}
.product-top .p-info-wrapper .social-buttons-wrapper .link-icon.whatsapp::before {
  height: 24px;
  width: 24px;
  margin: 0;
  content: "";
  mask-image: url(assets/whatsapp.svg);
  -webkit-mask-image: url(assets/whatsapp.svg);
  -moz-mask-image: url(assets/whatsapp.svg);
  -o-mask-image: url(assets/whatsapp.svg);
  -ms-mask-image: url(assets/whatsapp.svg);
  background-color: #58585A;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -moz-mask-position: center;
  -moz-mask-size: contain;
  -o-mask-position: center;
  -o-mask-size: contain;
  -ms-mask-position: center;
  -ms-mask-size: contain;
}
.product-top .p-info-wrapper .file-wrapper {
  display: flex;
  padding: 10px 8px;
  justify-content: space-between;
  align-items: center;
  background-color: #f8f8f8;
  order: 7;
  width: 100%;
  margin-top: 20px;
  font-weight: 700;
}
.product-top .p-info-wrapper .file-wrapper a {
  color: #58585A;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.product-top .p-info-wrapper .file-wrapper a::after {
  height: 30px;
  width: 30px;
  margin: 0 10px 0 0;
  content: "";
  mask-image: url(assets/file-download.svg);
  -webkit-mask-image: url(assets/file-download.svg);
  -moz-mask-image: url(assets/file-download.svg);
  -o-mask-image: url(assets/file-download.svg);
  -ms-mask-image: url(assets/file-download.svg);
  background-color: #58585A;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -moz-mask-position: center;
  -moz-mask-size: contain;
  -o-mask-position: center;
  -o-mask-size: contain;
  -ms-mask-position: center;
  -ms-mask-size: contain;
}
.product-top .p-info-wrapper .availability-value {
  display: none;
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .availability-value {
    margin-bottom: 0px;
  }
}
.product-top .p-info-wrapper .availability-value .availability-label-first {
  font-size: 1.6rem !important;
  line-height: 1.256875em;
  color: #58585A;
  display: none !important;
}
.product-top .p-info-wrapper .availability-value .availability-label {
  font-size: 1.6rem !important;
  line-height: 1.256875em;
  color: #58585A;
}
.product-top .p-info-wrapper .availability-value .availability-amount {
  display: none !important;
  color: #58585A;
}
.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: 20px !important;
  width: 100%;
  margin-bottom: 0px;
  padding: 30px;
  border-radius: 0;
  background-color: rgba(195, 0, 30, 0.1019607843);
}
@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 .qty-plus-measure {
  order: -1;
  display: flex;
  align-items: stretch;
  gap: 8px;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .quantity {
  order: -1;
  background-color: #FFFFFF !important;
  border-radius: 0;
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .quantity input.amount {
  width: 56px !important;
}
@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 .quantity > label span {
  margin-right: 4px;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .add-to-cart-button {
  transition: all 0s ease-in-out !important;
  color: #FFFFFF !important;
  background-color: #A40019 !important;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 16px 32px;
  width: 100% !important;
  border: unset !important;
  border-color: unset !important;
  border-radius: 0px !important;
  text-transform: unset !important;
  cursor: pointer;
  font-weight: 700;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 32px;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .add-to-cart-button::before {
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  content: url(assets/cart-white.svg);
  height: 24px;
  margin-right: 0;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .add-to-cart {
  margin: 0 !important;
  width: 100%;
  order: 0;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .availability-value {
  order: -2;
  display: flex;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper {
  margin: 0 !important;
  display: flex !important;
  order: -2;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper {
    display: flex;
    width: 100%;
    justify-content: center !important;
  }
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-final,
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-additional {
  font-size: 1.8rem;
  line-height: 1.3333333333em;
  color: #000 !important;
  font-weight: 700;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-final .price-final-holder,
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-additional .price-final-holder {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
.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-size: 1.6rem;
  line-height: 1.5em;
  color: #58585A;
  font-weight: 400;
  margin: 0 !important;
}
.product-top .p-info-wrapper .add-to-cart-wrapper .p-final-price-wrapper .price-standard span {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
.product-top .p-info-wrapper [data-testid=productCardDescr] {
  order: 3;
  display: none !important;
}
.product-top .p-info-wrapper [data-testid=productCardDescr] a {
  color: #ffe680 !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: 0px !important;
}
.product-top .p-info-wrapper .detail-parameters tbody {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 8px;
}
.product-top .p-info-wrapper .detail-parameters th {
  color: #000 !important;
  font-weight: 700 !important;
  font-size: 1.6rem;
}
.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;
  margin-bottom: 0;
}
.product-top .p-info-wrapper .detail-parameters tr.sold-out {
  display: none !important;
}
.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%;
  font-weight: 700;
  font-size: 1.6rem !important;
  line-height: 1.5em;
}
.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;
  border: 1px solid #dcddde !important;
  border-radius: 0 !important;
  background-color: #f8f8f8 !important;
  padding: 8px 32px 8px 8px !important;
  font-size: 1.6rem !important;
  line-height: 1.5em;
  color: #58585A !important;
}
.product-top .p-info-wrapper .p-short-description {
  order: 1;
  color: #000 !important;
  margin-bottom: 20px;
}
.product-top .p-info-wrapper .p-short-description p {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin-bottom: 0px;
}
.product-top .p-info-wrapper .p-detail-inner-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  order: 0;
  width: 100%;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .p-detail-inner-header .p-detail-info {
    margin-bottom: 0px !important;
  }
}
.product-top .p-info-wrapper .p-detail-inner-header h1 {
  order: 1;
  margin: 0px 0 12px 0 !important;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.product-top .p-info-wrapper .p-detail-inner-header h1 .product-appendix {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  .product-top .p-info-wrapper .p-detail-inner-header h1 {
    font-size: 2.4rem;
  }
}
.product-top .p-info-wrapper .p-detail-inner-header .p-code {
  order: 3;
  margin-bottom: 0px;
}
.product-top .p-info-wrapper .p-detail-inner-header .p-code .default-variant {
  display: inline-block;
}
.product-top .p-info-wrapper .p-detail-inner-header .p-code .parameter-dependent {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #000;
  font-weight: 400;
}
.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-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: 2;
  margin-bottom: 14px;
  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: 0px;
}
@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,
.product-top .p-info-wrapper .p-detail-inner-header .p-detail-info > div .product-p-code {
  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: 6px !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: 32px !important;
  display: none !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::before {
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 100%;
  position: absolute;
  width: calc(100vw - var(--scrollbar-width) + 0.1px);
  background-color: #ffffff;
  display: block;
}
@media screen and (max-width: 767px) {
  .shp-tabs-holder {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.shp-tabs-holder .shp-tabs {
  margin: 0 auto !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 20px;
  position: relative;
  z-index: 10;
}
.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-bottom-color: #A40019 !important;
}
.shp-tabs-holder .shp-tabs .shp-tab.active .shp-tab-link {
  border-bottom-color: #A40019 !important;
}
.shp-tabs-holder .shp-tabs .shp-tab .shp-tab-link {
  transition: all 0.3s ease-in-out;
  padding: 8px 16px 10px 16px !important;
  background-color: transparent !important;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #A40019 !important;
  border-radius: 0 !important;
  border: unset !important;
  border-bottom: 2px 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 {
  max-width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 1310px) {
  .shp-tabs-wrapper {
    padding: 0 !important;
  }
}
.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: #ffffff;
  border: 1px solid #EBEBEB;
}
.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 #EBEBEB !important;
  color: #58585A !important;
  padding: 13px 24px 9px;
  border-radius: 8px 0 8px 0 !important;
  background-color: #ffffff !important;
}
.shp-tabs-wrapper .banner .banner-wrapper a .extended-banner-texts .extended-banner-link:hover {
  color: #FFFFFF !important;
  background-color: #ffdc4e !important;
  border-color: #ffdc4e !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;
}
#relatedFiles li img {
  display: none;
}
#relatedFiles li a {
  font-size: 2rem;
  line-height: 1.6em;
  color: #58585A !important;
  padding: 0px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#relatedFiles li a::before {
  content: "";
  background-image: url(assets/file-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 14px;
}

.basic-description,
.extended-description,
#ratingTab,
#productDiscussion,
#productVideos,
.videos-wrapper,
#relatedFiles {
  width: 100%;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  .basic-description,
  .extended-description,
  #ratingTab,
  #productDiscussion,
  #productVideos,
  .videos-wrapper,
  #relatedFiles {
    border: unset;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
  }
}
.basic-description h3,
.extended-description h3,
#ratingTab h3,
#productDiscussion h3,
#productVideos h3,
.videos-wrapper h3,
#relatedFiles h3 {
  margin: 0 0 40px 0;
  color: #000;
}
.basic-description p,
.extended-description p,
#ratingTab p,
#productDiscussion p,
#productVideos p,
.videos-wrapper p,
#relatedFiles p {
  line-height: 1.5em;
  margin-top: 0;
}
.basic-description table,
.extended-description table,
#ratingTab table,
#productDiscussion table,
#productVideos table,
.videos-wrapper table,
#relatedFiles table {
  width: 100%;
}

#productDiscussion {
  border: unset;
}

.products-alternative:after {
  display: none !important;
}

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

.products-related:after {
  display: none !important;
}

#productsAlternative,
#relatedProducts {
  position: relative;
  margin: 0 -2rem 66px -2rem;
  padding: 0 2rem;
  overflow: hidden !important;
}
@media screen and (max-width: 1023px) {
  #productsAlternative,
  #relatedProducts {
    padding: 48px 20px 48px;
  }
}
@media screen and (max-width: 767px) {
  #productsAlternative,
  #relatedProducts {
    padding: 24px 24px 54px 24px;
    margin: 0 !important;
    border-radius: 0 !important;
  }
}
#productsAlternative .swiper,
#relatedProducts .swiper {
  overflow: visible !important;
  padding: 0 !important;
  position: unset !important;
}
#productsAlternative h2,
#relatedProducts h2 {
  text-align: left;
  padding: 8px 0px 8px 20px;
  position: relative;
  margin: 0 0 40px 0 !important;
  color: #000;
}
@media screen and (max-width: 767px) {
  #productsAlternative h2,
  #relatedProducts h2 {
    text-align: left !important;
  }
}
#productsAlternative .swiper-pagination,
#relatedProducts .swiper-pagination {
  bottom: -15px !important;
}
@media screen and (min-width: 768px) {
  #productsAlternative .swiper-pagination,
  #relatedProducts .swiper-pagination {
    display: none !important;
  }
}
#productsAlternative .products-related,
#relatedProducts .products-related {
  margin-bottom: 0px !important;
}
#productsAlternative .swiper-button-prev,
#productsAlternative .swiper-button-next,
#relatedProducts .swiper-button-prev,
#relatedProducts .swiper-button-next {
  width: 48px;
  height: 48px;
  position: absolute;
  left: unset;
  top: 0;
  right: 0;
  bottom: unset;
  opacity: 1;
  visibility: visible;
  border: none;
  outline: none;
  transform: unset;
  background-color: #dcddde;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#productsAlternative .swiper-button-prev::before,
#productsAlternative .swiper-button-next::before,
#relatedProducts .swiper-button-prev::before,
#relatedProducts .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-black-right.svg);
}
#productsAlternative .swiper-button-prev:hover,
#productsAlternative .swiper-button-next:hover,
#relatedProducts .swiper-button-prev:hover,
#relatedProducts .swiper-button-next:hover {
  background-color: #000;
}
#productsAlternative .swiper-button-prev:hover::before,
#productsAlternative .swiper-button-next:hover::before,
#relatedProducts .swiper-button-prev:hover::before,
#relatedProducts .swiper-button-next:hover::before {
  background-image: url(assets/arrow-white-right.svg);
}
#productsAlternative .swiper-button-prev,
#relatedProducts .swiper-button-prev {
  right: 56px;
}
#productsAlternative .swiper-button-prev::before,
#relatedProducts .swiper-button-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

#productsAlternative {
  margin: 0 -1px 0px -1px;
}
@media screen and (max-width: 767px) {
  #productsAlternative {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    max-width: 100vw;
  }
}

#productVideos {
  opacity: 1 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
#productVideos iframe {
  height: unset;
  aspect-ratio: 920/516;
  max-width: 920px;
  width: 100%;
  height: unset !important;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  #productVideos iframe {
    aspect-ratio: 335/188;
  }
}
@media screen and (max-width: 880px) {
  #productVideos {
    flex-direction: column;
  }
}

@media screen and (max-width: 880px) {
  #productVideos iframe,
  .basic-description iframe,
  .extended-description iframe {
    max-width: 100%;
    min-height: unset;
  }
}

#description {
  margin-bottom: 50px;
}
#description .description-inner {
  align-items: flex-start;
  display: flex !important;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px 50px !important;
  padding: 0 !important;
  justify-content: flex-start;
}
#description .description-inner .detail-title {
  font-size: 2rem;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #000;
  border-bottom: 1px solid #A40019;
  margin: 0 0 50px 0;
  padding: 8px 0;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #description .description-inner .detail-title {
    margin: 0 0 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #description .description-inner .detail-title {
    margin: 0 0 24px 0;
  }
}
#description .description-inner .basic-description {
  font-size: 1.6rem;
  line-height: 1.625em;
  color: #58585A;
  max-width: 520px;
  width: 100%;
  padding: 0 !important;
}
@media screen and (max-width: 1100px) {
  #description .description-inner .basic-description {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #description .description-inner .basic-description {
    margin-bottom: 0;
  }
}
#description .description-inner .basic-description h3 {
  font-size: 2rem;
  line-height: 1.625em;
  color: #000;
  padding-left: 32px;
  margin: 0 0 8px 0;
}
#description .description-inner .basic-description h3::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  background-color: unset !important;
  height: 18px;
}
@media screen and (max-width: 767px) {
  #description .description-inner .basic-description h3 {
    font-size: 2rem;
  }
}
#description .description-inner .basic-description h4 {
  font-size: 1.6rem;
  margin: 0 0 8px 0;
  line-height: 1.625em;
}
#description .description-inner .basic-description h2 {
  font-size: 2.4rem;
  line-height: 1.625em;
  margin: 0 0 16px 0;
}
#description .description-inner .basic-description p {
  line-height: 1.625em;
  margin: 0 0 24px 0;
  font-weight: 400;
  color: #58585A;
}
#description .description-inner .basic-description ul li,
#description .description-inner .basic-description ol li {
  color: #58585A;
  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: #000;
}
#description .description-inner .basic-description ul li span {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
#description .description-inner .basic-description ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  height: 6px;
  width: 6px;
  display: block;
  background-color: #000;
  border-radius: 50%;
}
#description .description-inner .basic-description .plus-gallery-wrap .plus-gallery-item {
  border: unset !important;
}
@media screen and (max-width: 480px) {
  #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;
}
#description .description-inner .basic-description #pobo-all-content {
  width: 100%;
  max-width: 100%;
}
#description .description-inner .basic-description .widget-projector {
  width: 100% !important;
  max-width: 100% !important;
}
#description .description-inner .basic-description .widget-typography {
  max-width: 100% !important;
}
#description .description-inner .basic-description .widget-typography p {
  font-size: 2rem;
}
#description .description-inner .basic-description .widget-typography p a {
  white-space: nowrap !important;
}
#description .description-inner .basic-description .widget-text {
  padding: 0 0 32px 0 !important;
}
#description .description-inner .basic-description .widget-text::before {
  display: none !important;
}
#description .description-inner .basic-description .widget-text::after {
  display: none !important;
}
#description .description-inner .basic-description .widget-text p:last-of-type {
  margin: 0 !important;
}
#description .description-inner .basic-description .widget-image-right-two-column {
  padding: 0 0 80px 0;
}
#description .description-inner .basic-description .widget-image-right-two-column .rc-image-right-two-column__image {
  display: none !important;
}
#description .description-inner .basic-description .widget-image-right-two-column div {
  width: 100%;
}
#description .description-inner .basic-description .widget-image-right-two-column img {
  max-width: 100%;
  width: unset;
  height: unset;
  margin: 0 auto;
  display: block;
}
#description .description-inner .basic-description .widget-image-left-two-column {
  padding: 0 0 80px 0;
}
#description .description-inner .basic-description .widget-image-left-two-column .rc-image-left-two-column__image {
  display: none !important;
}
#description .description-inner .basic-description .widget-image-left-two-column div {
  width: 100%;
}
#description .description-inner .basic-description .widget-image-left-two-column img {
  max-width: 100%;
  width: unset;
  height: unset;
  margin: 0 auto;
  display: block;
}
#description .description-inner .extended-description {
  width: 100%;
  max-width: 620px;
  flex: auto;
  padding: 56px;
  background-color: #f8f8f8;
}
@media screen and (max-width: 1260px) {
  #description .description-inner .extended-description {
    max-width: 450px;
    padding: 24px;
  }
}
@media screen and (max-width: 1100px) {
  #description .description-inner .extended-description {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #description .description-inner .extended-description {
    padding: 0;
    background-color: unset;
  }
}
#tab-content {
  display: flex;
  flex-direction: column;
}
#tab-content #relatedFiles {
  order: 20;
}
#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 #EBEBEB;
  margin: 0;
}
#tab-content .detail-parameters tr {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
  width: 100%;
  padding: 10px;
  border-bottom: unset;
}
#tab-content .detail-parameters tr.sold-out {
  display: none !important;
}
#tab-content .detail-parameters tr th {
  color: #58585A;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.5em;
  text-align: left;
  padding: 0 !important;
}
#tab-content .detail-parameters tr td,
#tab-content .detail-parameters tr a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5em;
  padding: 0 !important;
  color: #58585A;
  text-align: right;
  max-width: calc(100% - 100px);
  word-break: break-all;
}
#tab-content .detail-parameters tr {
  padding: 12px 24px;
}
#tab-content .detail-parameters tr:first-of-type {
  border-bottom: 1px solid #A40019;
}
#tab-content .detail-parameters tr:nth-of-type(even) {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #tab-content .detail-parameters tr:nth-of-type(even) {
    background-color: unset;
  }
}
@media screen and (max-width: 767px) {
  #tab-content .detail-parameters tr:nth-of-type(odd) {
    background-color: #f8f8f8;
  }
}

#relatedProductsWrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
}
#relatedProductsWrapper::before {
  content: "";
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 100%;
  position: absolute;
  width: calc(100vw - var(--scrollbar-width) + 0.1px);
  background-color: #ffffff;
  display: block;
}
@media screen and (max-width: 767px) {
  #relatedProductsWrapper {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
    margin-bottom: 24px;
  }
  #relatedProductsWrapper::before {
    border-radius: 0;
  }
}

#relatedProducts,
#productsAlternative {
  position: relative;
}
#relatedProducts .swiper-pagination-bullet,
#productsAlternative .swiper-pagination-bullet {
  background-color: #f5f4f4 !important;
}
#relatedProducts .swiper-pagination-bullet.swiper-pagination-bullet-active,
#productsAlternative .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000 !important;
}

.p-image {
  position: relative;
}
.p-image .swiper-pagination-bullet {
  background-color: #93b6f3 !important;
}
.p-image .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #A40019 !important;
}

#ratingTab p[data-testid=textArea] {
  text-align: center;
}
#ratingTab #ratingWrapper {
  margin-bottom: 40px;
  margin-left: unset;
}
#ratingTab #ratingWrapper .rate-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
#ratingTab #ratingWrapper .rate-wrap::before, #ratingTab #ratingWrapper .rate-wrap::after {
  display: none;
}
#ratingTab #ratingWrapper .rate-wrap .col-sm-6:not(.rate-average-wrap) {
  width: 100% !important;
  max-width: calc(100% - 250px) !important;
  padding: 0 0 0 20px;
  border-left: 1px solid #d6d5d6;
}
@media screen and (max-width: 767px) {
  #ratingTab #ratingWrapper .rate-wrap .col-sm-6:not(.rate-average-wrap) {
    max-width: 100% !important;
    border: unset;
    padding: 0 20px;
  }
}
#ratingTab #ratingWrapper .rate-wrap .rate-average-wrap {
  width: 100% !important;
  padding: 0 !important;
  max-width: 250px !important;
}
@media screen and (max-width: 767px) {
  #ratingTab #ratingWrapper .rate-wrap .rate-average-wrap {
    max-width: 100% !important;
    padding: 0 !important;
  }
}
#ratingTab #ratingWrapper .rate-wrap .rate-form-trigger {
  margin: 0;
  color: #000 !important;
}
#ratingTab .votes-wrap {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 40px;
}
#ratingTab .votes-wrap .vote-wrap {
  flex-direction: column !important;
  padding: 50px !important;
  border-radius: 0px !important;
  border-top-width: 0px;
  border: unset !important;
  background-color: #f8f8f8 !important;
  width: 100%;
}
#ratingTab .votes-wrap .vote-wrap .vote-summary {
  display: flex;
  flex-direction: column-reverse !important;
  gap: 8px;
  align-items: flex-start !important;
  margin-bottom: 16px;
  font-weight: 700;
}
@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 0px !important;
  line-height: 1em !important;
}
#ratingTab .votes-wrap .vote-wrap .vote-content {
  color: #58585A !important;
  font-size: 1.6rem;
  font-weight: 400;
}
#ratingTab .votes-wrap .vote-wrap .vote-rating .stars {
  gap: 6px !important;
}
#ratingTab .votes-wrap .vote-wrap .vote-pic {
  display: none !important;
}
#ratingTab .votes-wrap .vote-wrap .vote-rating .vote-delimeter,
#ratingTab .votes-wrap .vote-wrap .vote-rating .vote-time {
  display: none;
}
#ratingTab,
#relatedFiles,
#productDiscussion {
  margin-bottom: 80px;
  visibility: visible;
  opacity: 1 !important;
}
#ratingTab h3,
#relatedFiles h3,
#productDiscussion h3 {
  border-bottom: 1px solid #A40019 !important;
  padding: 8px 0 !important;
}
#ratingTab #ratingWrapper,
#relatedFiles #ratingWrapper,
#productDiscussion #ratingWrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #ratingTab .rate-wrap,
  #relatedFiles .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,
  #relatedFiles .rate-wrap::before,
  #relatedFiles .rate-wrap::after,
  #productDiscussion .rate-wrap::before,
  #productDiscussion .rate-wrap::after {
    display: none;
  }
}
#ratingTab .stars,
#relatedFiles .stars,
#productDiscussion .stars {
  display: flex !important;
  align-items: center !important;
  gap: 0px !important;
}
#ratingTab .stars a,
#ratingTab .stars span,
#relatedFiles .stars a,
#relatedFiles .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,
#relatedFiles .stars a::before,
#relatedFiles .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,
#relatedFiles .stars a.star-off,
#relatedFiles .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,
#relatedFiles .stars a.star-on,
#relatedFiles .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,
#relatedFiles .stars a.star-half,
#relatedFiles .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,
  #relatedFiles .stars a,
  #relatedFiles .stars span,
  #productDiscussion .stars a,
  #productDiscussion .stars span {
    width: 20px;
    height: 20px;
  }
  #ratingTab .stars a::before,
  #ratingTab .stars span::before,
  #relatedFiles .stars a::before,
  #relatedFiles .stars span::before,
  #productDiscussion .stars a::before,
  #productDiscussion .stars span::before {
    font-size: 20px;
    line-height: 20px;
  }
}
#ratingTab .rate-average,
#relatedFiles .rate-average,
#productDiscussion .rate-average {
  font-size: 5.6rem !important;
  font-weight: 500 !important;
  color: #A40019 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
#ratingTab .rate-average:after,
#relatedFiles .rate-average:after,
#productDiscussion .rate-average:after {
  content: "z 5";
  color: #58585A;
  font-size: 2.4rem;
}
#ratingTab .vote-title,
#relatedFiles .vote-title,
#productDiscussion .vote-title {
  font-size: 2rem;
  line-height: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
#ratingTab .stars,
#relatedFiles .stars,
#productDiscussion .stars {
  justify-content: center !important;
}
#ratingTab .rate-value,
#relatedFiles .rate-value,
#productDiscussion .rate-value {
  font-weight: 700 !important;
  font-size: 1.6rem !important;
}
#ratingTab .rate-list .rate-star .star-off::before,
#relatedFiles .rate-list .rate-star .star-off::before,
#productDiscussion .rate-list .rate-star .star-off::before {
  content: url(assets/star-on-2.svg);
}
#ratingTab .rate-list .rate-block,
#relatedFiles .rate-list .rate-block,
#productDiscussion .rate-list .rate-block {
  background-color: #ebebeb;
  border-radius: 0px;
  padding-right: 0 !important;
}
#ratingTab .rate-list .rate-block .rate-bar,
#relatedFiles .rate-list .rate-block .rate-bar,
#productDiscussion .rate-list .rate-block .rate-bar {
  border-radius: 0px;
  background-color: #f8991c;
}
#ratingTab .rate-list .rate-block .rate-bar .rate-count,
#relatedFiles .rate-list .rate-block .rate-bar .rate-count,
#productDiscussion .rate-list .rate-block .rate-bar .rate-count {
  display: none;
}
#ratingTab .rate-star-wrap,
#relatedFiles .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,
#relatedFiles .rate-star-wrap .stars,
#productDiscussion .rate-star-wrap .stars {
  gap: 6px !important;
}
#ratingTab .rate-star-wrap .stars-label,
#relatedFiles .rate-star-wrap .stars-label,
#productDiscussion .rate-star-wrap .stars-label {
  display: none !important;
  font-size: 1.3rem;
}
#ratingTab .rating-icon,
#relatedFiles .rating-icon,
#productDiscussion .rating-icon {
  padding: 10px 35px;
  border: 1px solid #000;
  border-radius: 8px 0 8px 0;
}
#ratingTab .rate-average-inner,
#relatedFiles .rate-average-inner,
#productDiscussion .rate-average-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
#ratingTab .votes-wrap,
#relatedFiles .votes-wrap,
#productDiscussion .votes-wrap {
  width: 100%;
  max-width: 100% !important;
  margin-bottom: 40px;
}
#ratingTab .votes-wrap .vote-wrap,
#relatedFiles .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,
#relatedFiles .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 #EBEBEB !important;
  background-color: #ffffff !important;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #ratingTab .votes-wrap .vote-wrap .helper,
  #relatedFiles .votes-wrap .vote-wrap .helper,
  #productDiscussion .votes-wrap .vote-wrap .helper {
    padding: 16px !important;
  }
}
#ratingTab .votes-wrap .vote-wrap .vote-header span,
#relatedFiles .votes-wrap .vote-wrap .vote-header span,
#productDiscussion .votes-wrap .vote-wrap .vote-header span {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
#ratingTab .votes-wrap .vote-wrap .vote-header .vote-summary .vote-name,
#relatedFiles .votes-wrap .vote-wrap .vote-header .vote-summary .vote-name,
#productDiscussion .votes-wrap .vote-wrap .vote-header .vote-summary .vote-name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-bottom: 0px;
}
#ratingTab .votes-wrap .vote-wrap .vote-header .vote-summary .vote-name span,
#relatedFiles .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: 700;
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-bottom: 0px;
}
#ratingTab .votes-wrap .vote-wrap .vote-content,
#relatedFiles .votes-wrap .vote-wrap .vote-content,
#productDiscussion .votes-wrap .vote-wrap .vote-content {
  color: #58585A !important;
  font-size: 1.6rem;
  font-weight: 400;
}
#ratingTab .row .form-group,
#relatedFiles .row .form-group,
#productDiscussion .row .form-group {
  width: 100%;
}

.how-many {
  padding: 5px 10px;
  max-width: 65px;
  display: flex;
  align-items: center;
  background: #fff;
}
.how-many input {
  border: none !important;
  padding: 0 !important;
}

.flag-metraz {
  display: none !important;
}

.add-comment {
  margin-left: unset !important;
}

.better-price {
  order: 6;
  margin: 20px 0 10px 0;
}
.better-price .better-price-link::before {
  display: none;
}

.better-price-link-to {
  order: -3;
}
.better-price-link-to input::placeholder {
  color: #d6d5d6;
}

#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 50px 50px 200px !important;
  border-radius: 0px !important;
  border-top-width: 0px;
  border: unset !important;
  background-color: #f8f8f8 !important;
  width: 100%;
}
@media screen and (max-width: 992px) {
  #discussionWrapper .vote-wrap {
    padding: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #discussionWrapper .vote-wrap {
    padding: 16px !important;
  }
}
#discussionWrapper .vote-wrap .vote-name {
  font-size: 1.6rem !important;
  margin: 0 0 0px !important;
  line-height: 1em !important;
}
#discussionWrapper .vote-wrap .vote-name::after {
  content: "|";
  margin: 0 10px;
}
#discussionWrapper .vote-wrap .vote-content {
  color: #58585A !important;
  font-size: 1.6rem;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
#discussionWrapper .vote-wrap .vote-pic {
  position: absolute;
  left: 50px;
  top: 50px;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 992px) {
  #discussionWrapper .vote-wrap .vote-pic {
    display: none !important;
  }
}
#discussionWrapper .vote-wrap .vote-pic > .vote-initials {
  color: #FFFFFF !important;
  background-color: #ebc205 !important;
  font-size: 2.8rem !important;
  line-height: 1.3214285714em !important;
  font-weight: 700 !important;
}
#discussionWrapper .vote-wrap .vote-rating .vote-delimeter,
#discussionWrapper .vote-wrap .vote-rating .vote-time {
  font-size: 1.6rem !important;
  line-height: 1.5em !important;
  color: #58585A !important;
  font-weight: 400 !important;
}
#discussionWrapper .add-comment {
  margin-left: unset !important;
  justify-content: flex-start;
  box-shadow: unset !important;
  display: flex;
}

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

#ratingTab,
#description,
#ratingWrapper,
#productDiscussion,
#productVideos,
#relatedProducts,
#discussionWrapper,
.basic-description,
.extended-description,
#relatedFiles {
  scroll-margin-top: 150px;
}
#ratingTab > h3,
#description > h3,
#ratingWrapper > h3,
#productDiscussion > h3,
#productVideos > h3,
#relatedProducts > h3,
#discussionWrapper > h3,
.basic-description > h3,
.extended-description > h3,
#relatedFiles > h3 {
  font-size: 2rem;
  line-height: 1.4em;
  color: #000;
  font-weight: 700;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
#ratingTab > h3::before,
#description > h3::before,
#ratingWrapper > h3::before,
#productDiscussion > h3::before,
#productVideos > h3::before,
#relatedProducts > h3::before,
#discussionWrapper > h3::before,
.basic-description > h3::before,
.extended-description > h3::before,
#relatedFiles > h3::before {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .shp-tabs {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
  }
  .hidden-links {
    display: none !important;
  }
  .navigation-btn {
    display: none !important;
  }
}
.variants-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(84px, 1fr));
  gap: 24px;
  width: 100%;
  margin-bottom: 24px;
  order: 1000;
}
.variants-wrapper .variant {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.variants-wrapper .variant .variant-image {
  aspect-ratio: 1;
  width: 100%;
}
.variants-wrapper .variant .variant-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.variants-wrapper .variant .variant-name {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3333333333em;
  color: #000;
}

.benefits-in-detail.benefitBanner {
  order: 8;
  grid-template-columns: repeat(3, 1fr);
  padding: 48px 0;
}
@media (max-width: 767px) {
  .benefits-in-detail.benefitBanner {
    grid-template-columns: 1fr;
  }
}
.benefits-in-detail.benefitBanner .benefitBanner__item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.benefits-in-detail.benefitBanner .benefitBanner__item .benefitBanner__title {
  font-size: 1.8rem;
  line-height: 1.3333333333em;
  color: #000;
  text-transform: none !important;
}
.benefits-in-detail.benefitBanner .benefitBanner__item .benefitBanner__picture {
  margin: 0;
}

.cart-header-wrapper {
  max-width: calc(1440px + 12rem);
  margin: 0 auto !important;
  width: 100%;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0px !important;
  position: unset;
}
.cart-header-wrapper:before, .cart-header-wrapper:after {
  content: "";
  display: table;
}
.cart-header-wrapper:after {
  clear: both;
}
@media (max-width: 767px) {
  .cart-header-wrapper {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
@media (max-width: 767px) {
  .cart-header-wrapper {
    padding: 0px 20px 0;
    margin-bottom: 40px;
    margin-top: 0px !important;
  }
}
.cart-header-wrapper:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  display: block;
  position: absolute;
  background: url(assets/cart-bg.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .cart-header-wrapper:before {
    display: none;
  }
}

.cart-header {
  display: flex !important;
  justify-content: space-between !important;
  max-width: 782px !important;
  list-style: none !important;
  padding: 50px 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;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px !important;
  }
}
.cart-header strong {
  font-weight: 400;
  position: relative;
}
.cart-header li {
  display: inline-block !important;
  padding: 0 !important;
}
.cart-header li.active {
  background-color: #FFFFFF !important;
}
.cart-header li.active a,
.cart-header li.active strong {
  color: #000 !important;
}
.cart-header .step {
  border: 1px solid #dcddde !important;
  top: unset !important;
  border-radius: 0px !important;
  width: unset;
  background-color: transparent;
}
@media (max-width: 767px) {
  .cart-header .step {
    border: unset !important;
    background-color: transparent !important;
  }
}
.cart-header .step a,
.cart-header .step strong {
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  padding: 8px 40px 8px 8px;
  gap: 26px;
  position: relative;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  color: #58585A !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.256875em;
  text-decoration: none !important;
  white-space: nowrap;
  text-transform: unset !important;
  font-family: "PT Sans", sans-serif;
  border: unset !important;
  border-color: transparent !important;
}
@media screen and (max-width: 767px) {
  .cart-header .step a,
  .cart-header .step strong {
    font-size: 1.3rem;
    white-space: normal;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 4px !important;
    gap: 10px !important;
  }
}
.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: "";
  position: relative;
  width: 56px;
  height: 56px;
  display: block;
  line-height: 0;
  margin: 0;
  left: unset !important;
  top: unset !important;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transform: unset !important;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0%;
  background-color: transparent !important;
}
.cart-header .step a::after,
.cart-header .step strong::after {
  content: url(assets/step-after.svg);
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  line-height: 0;
  margin: 0;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  margin-left: 32px;
}
@media screen and (max-width: 1000px) {
  .cart-header .step a::after,
  .cart-header .step strong::after {
    display: none;
  }
}
.cart-header .step a:hover,
.cart-header .step strong:hover {
  border: unset !important;
  border-color: unset !important;
}
.cart-header .step a:hover span,
.cart-header .step strong:hover span {
  text-decoration: underline;
}
@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 a,
.cart-header .step.active strong {
  background-color: #FFFFFF !important;
  font-weight: 700 !important;
  color: #000 !important;
}
@media (max-width: 767px) {
  .cart-header .step.active a,
  .cart-header .step.active strong {
    border: unset !important;
    background-color: transparent !important;
  }
}
.cart-header .step.active a::before,
.cart-header .step.active strong::before {
  background-color: #A40019 !important;
}
.cart-header .step-1 a::before,
.cart-header .step-1 strong::before {
  background-image: url(assets/step-1-inactive.svg);
}
.cart-header .step-1.active a::before,
.cart-header .step-1.active strong::before {
  opacity: 1;
  background-image: url(assets/step-1-active.svg);
}
.cart-header .step-2 a::before,
.cart-header .step-2 strong::before {
  background-image: url(assets/step-2-inactive-2.svg);
}
.cart-header .step-2.active a::before,
.cart-header .step-2.active strong::before {
  opacity: 1;
  background-image: url(assets/step-2-active.svg);
}
.cart-header .step-3 a::before,
.cart-header .step-3 strong::before {
  background-image: url(assets/step-3-inactive.svg);
}
.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;
  background-image: url(assets/step-3-active.svg);
}
.cart-header .step-3.active a::after,
.cart-header .step-3.active strong::after {
  display: none;
}
.cart-header .step-1.completed,
.cart-header .step-2.completed,
.cart-header .step-3.completed {
  background-color: rgba(255, 255, 255, 0.8) !important;
  border-color: #ebebeb !important;
}
.cart-header .step-1.completed a,
.cart-header .step-1.completed strong,
.cart-header .step-2.completed a,
.cart-header .step-2.completed strong,
.cart-header .step-3.completed a,
.cart-header .step-3.completed strong {
  color: #000 !important;
}
.cart-header .step-1.completed a::before,
.cart-header .step-1.completed strong::before,
.cart-header .step-2.completed a::before,
.cart-header .step-2.completed strong::before,
.cart-header .step-3.completed a::before,
.cart-header .step-3.completed strong::before {
  content: "";
  opacity: 1 !important;
}

.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;
}

.id--17 .col-md-8#checkoutContent {
  padding: 0px !important;
}
@media (max-width: 1050px) {
  .id--17 .col-md-8#checkoutContent {
    max-width: 100%;
  }
}

.cart-row {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: space-between;
}
@media screen and (max-width: 1100px) {
  .cart-row {
    padding-bottom: 16px;
    margin-bottom: 24px;
    border-bottom: 1px solid #d6d5d6;
  }
}
.cart-row::before, .cart-row::after {
  display: none !important;
}
.cart-row .col-md-8 {
  flex: 1 1 940px;
  max-width: 65.2777777778%;
}
.cart-row .col-md-8 .cart-content {
  padding: 0 !important;
}
.cart-row .col-md-8#checkoutContent {
  flex: 1 1 714px;
  width: 100%;
  max-width: 714px;
}
@media (max-width: 1050px) {
  .cart-row .col-md-8#checkoutContent {
    max-width: 100%;
  }
}
.cart-row .col-md-4 {
  flex: 0 1 420px;
  width: 100%;
  max-width: 33.6538461538%;
  padding: 0 !important;
}
@media (max-width: 1180px) {
  .cart-row .col-md-4 {
    max-width: 48.0769230769%;
  }
}
@media (max-width: 1180px) {
  .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: 1050px) {
  .cart-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 1180px) {
  .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;
}

@media screen {
  .in-kosik .cart-row .col-md-4 {
    flex: 100%;
  }
}

.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;
}
.id--17 #checkoutSidebar .next-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .id--17 #checkoutSidebar .next-step {
    flex-direction: column-reverse;
  }
}

#checkoutSidebar {
  position: initial !important;
  flex: 0 1 670px;
  max-width: 670px;
  width: 100%;
  background-color: rgba(195, 0, 30, 0.1019607843) !important;
  border-radius: 0px;
  padding: 40px !important;
  margin-bottom: 0px !important;
  max-width: 100%;
  border: unset;
}
@media (max-width: 767px) {
  #checkoutSidebar {
    padding: 20px !important;
  }
}
#checkoutSidebar .order-summary {
  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 !important;
}

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

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

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

.order-button-text {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}

.cart-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cart-content form,
.cart-content fieldset,
.cart-content .co-billing-address {
  width: 100%;
}

.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;
}
.applied-coupon form {
  width: unset;
}
.applied-coupon form::before {
  display: none !important;
}
.applied-coupon form .btn {
  padding: 8px 20px !important;
  height: unset !important;
}

.price-wrapper {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(1px, 1fr));
  gap: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.price-wrapper .price-label {
  font-weight: 700 !important;
  font-size: 1.6rem !important;
  color: #000;
}
.price-wrapper .price-label.price-secondary {
  padding: 0 !important;
  font-weight: 700 !important;
  font-size: 1.3rem !important;
  color: #58585A;
}
.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.3rem !important;
  color: #58585A;
}
.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;
  }
}

.id--16 .back-shopping-link {
  display: none !important;
}
.id--16 .next-step {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .id--16 .next-step {
    flex-direction: column;
  }
}

.back-shopping-link {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1300px) {
  .back-shopping-link {
    margin-top: 32px;
  }
}

body.id--9,
body.id--16,
body.id--17 {
  background-color: #f8f8f8 !important;
}

.sidebar-in-cart .extra.delivery {
  width: 100%;
}
.sidebar-in-cart .extra.delivery span {
  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.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: #fff;
  margin-top: 10px;
  width: 100%;
  border-radius: 0px;
  padding: 0 !important;
}
.price-range > div {
  height: 100%;
  background-color: #198332;
  border-radius: 0px;
}

#shipping-address,
.co-box-additional {
  width: 100%;
}

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: #ffffff;
  padding: 0 0 20px 0;
  border-radius: 0px !important;
  margin-bottom: 24px;
  border-bottom: 1px solid #f8f8f8 !important;
}
table.cart-table tr.related {
  border: unset !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  border-bottom: 1px solid #f8f8f8 !important;
}
table.cart-table tr.related td {
  background-color: transparent !important;
}
table.cart-table tr.related-visible {
  border-bottom: unset !important;
}
table.cart-table tr.related-visible .p-name .show-related b::before {
  transform: rotate(90deg);
}
@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;
  border-radius: 0 !important;
  border: unset !important;
  overflow: hidden;
}
table.cart-table .cart-p-image img {
  width: 100px;
  display: block;
}
table.cart-table .p-name {
  flex: 1 1 220px;
  min-width: 220px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
table.cart-table .p-name a {
  color: #000 !important;
  margin: 0;
}
table.cart-table .p-name .availability {
  display: none !important;
}
table.cart-table .p-name .product-sku {
  order: -1;
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  font-weight: 400;
  color: #000;
  margin-bottom: 8px;
}
table.cart-table .p-name span {
  display: block;
  font-size: 1.3rem;
}
table.cart-table .p-name .show-related {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2rem;
  white-space: nowrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  table.cart-table .p-name .show-related {
    gap: 0;
    flex-wrap: wrap;
  }
}
table.cart-table .p-name .show-related b {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0px;
  gap: 8px;
}
table.cart-table .p-name .show-related b::before {
  content: url(assets/show-related.svg);
  padding: 0 !important;
  margin: 0;
  height: 24px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  table.cart-table .p-name .show-related b {
    gap: 0;
    margin-right: 4px;
  }
}
table.cart-table .p-name .show-related::after {
  display: none;
}
table.cart-table .main-link {
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 12px;
  display: block;
  font-size: 1.6rem !important;
  text-decoration: none;
  color: #000 !important;
  text-transform: unset !important;
  line-height: 1.5em !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
table.cart-table .main-link .product-appendix {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
table.cart-table .main-link:hover {
  color: #000 !important;
}
table.cart-table .p-availability {
  flex: 1 1 200px;
  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: 400;
}
table.cart-table .p-price {
  font-size: 1.2rem;
  color: #999798;
}
table.cart-table .p-price strong {
  color: #999798;
  font-weight: 400;
}
table.cart-table .p-price,
table.cart-table .p-total {
  flex: 1 1 120px;
  text-align: right;
}
table.cart-table .p-price form,
table.cart-table .p-total form {
  width: unset !important;
}
table.cart-table .p-price .unit-value,
table.cart-table .p-total .unit-value {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: #999798 !important;
}
table.cart-table .p-price .price-final,
table.cart-table .p-total .price-final {
  white-space: nowrap;
  font-size: 1.2rem !important;
  font-weight: 400 !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 {
  flex: 1 1 200px;
  min-width: 110px;
}
table.cart-table .p-total .price-final {
  white-space: nowrap;
  font-size: 1.6rem !important;
  font-weight: 700 !important;
  color: #000 !important;
  font-family: "PT Sans", sans-serif;
}
table.cart-table .p-quantity {
  flex: 1 0 88px;
  justify-content: flex-end;
}
table.cart-table .p-quantity form {
  display: flex;
  justify-content: flex-end;
}
table.cart-table .p-quantity .quantity {
  width: 88px;
  border: 1px solid #f8f8f8 !important;
}
table.cart-table .p-quantity .quantity input.amount {
  border-radius: 4px !important;
  border-color: #808080 !important;
  width: 56px !important;
}
table.cart-table .p-quantity .quantity .increase {
  order: 3;
}
table.cart-table .p-quantity .quantity .decrease {
  order: -1;
  margin-bottom: 0;
}
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;
  gap: 16px;
  align-items: center;
  background-color: #f8f8f8;
  border: unset !important;
  padding: 20px;
  border-radius: 0px !important;
  margin-bottom: 8px;
}
table.cart-table .cart-related-product .btn.add-to-cart-button {
  font-size: 0 !important;
  width: 42px;
  height: 42px;
  border-radius: 0% !important;
  position: relative !important;
  line-height: 1.5em;
  color: #000 !important;
  padding: 8px 8px 8px 8px;
  background-color: #A40019 !important;
  border-color: #A40019 !important;
}
table.cart-table .cart-related-product .btn.add-to-cart-button::before {
  content: url(assets/cart-white.svg);
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
  margin: unset !important;
  display: block;
  position: absolute;
}
@media screen and (max-width: 767px) {
  table.cart-table .cart-related-product .btn.add-to-cart-button {
    margin-left: auto !important;
  }
}
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;
  margin-bottom: 0px;
  display: block;
  font-size: 1.6rem !important;
  text-decoration: none;
  color: #000 !important;
  text-transform: unset !important;
  line-height: 1.5em !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
table.cart-table .cart-related-img {
  flex: 0 1 40px;
  max-width: 40px !important;
  border-radius: 0px;
  overflow: hidden;
}
table.cart-table .cart-related-img img {
  display: block;
}
table.cart-table .cart-related-availability {
  margin-left: auto;
  text-align: center;
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5em;
}
@media (max-width: 767px) {
  table.cart-table .cart-related-availability {
    padding-left: 0px !important;
    text-align: left !important;
  }
  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: 120px;
}
table.cart-table .cart-related-button .btn {
  padding: 0.9em;
}
table.cart-table .cart-related-button .price-final {
  font-family: "PT Sans", sans-serif;
  font-size: 1.8rem;
  line-height: 1.2em;
  font-weight: 700;
  color: #000;
  margin: 0 !important;
  min-width: 150px;
}

.summary-wrapper .box {
  background-color: rgba(195, 0, 30, 0.1019607843) !important;
  border: unset !important;
  border-radius: 0px;
  padding: 0;
  margin-bottom: 32px !important;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .summary-wrapper .box {
    margin-bottom: 16px !important;
  }
}

.upper-summary {
  order: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  .upper-summary {
    padding: 0;
    gap: 16px;
  }
}
.upper-summary h4 {
  font-size: 1.8rem;
  line-height: 1.3888888889em;
  padding: 12px 20px;
  margin: 0 0 24px 0;
  border-bottom: 1px solid #A40019;
}

.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;
  margin: 0 0 20px 0;
  text-transform: unset !important;
  font-family: "PT Sans", 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: 12px;
  width: 12px;
  padding: 0 !important;
  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: 40px;
  background-color: #000000;
}
.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: red;
  transform: rotate(-45deg);
}
.remove-item:hover::after {
  background-color: red;
  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;
}

.back-to-cart {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  .back-to-cart {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .back-to-cart {
    width: 100%;
  }
}

.cart-content select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
}

.cart-summary {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: rgba(195, 0, 30, 0.1019607843);
  border-radius: 0px !important;
  margin-bottom: 0px;
  gap: 12px;
  padding: 20px !important;
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .cart-summary {
    max-width: 100%;
    flex: unset;
    justify-content: flex-start;
    padding: 16px !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 .extra.delivery {
  padding: 0 !important;
  margin-bottom: 0px;
  margin-top: 0px;
  align-items: center;
  gap: 10px;
}
.cart-summary .extras-wrapper .extra.delivery.free-shipping::before {
  line-height: 0;
  display: inline-block !important;
  margin-right: 1em;
  max-height: 67px;
  position: relative !important;
  top: unset !important;
  left: unset !important;
  bottom: unset !important;
  right: unset !important;
  margin: 0 !important;
  color: #000;
}
.cart-summary .extras-wrapper .extra.delivery.free-shipping span {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #000 !important;
}
.cart-summary .extras-wrapper .extra.delivery.free-shipping span strong {
  color: #000 !important;
}
.cart-summary .extras-wrapper .extra.delivery::before {
  display: none;
}
.cart-summary .extras-wrapper .extra.delivery span {
  font-size: 1.6rem;
  line-height: 1.5em;
}
.cart-summary .extras-wrapper .extras-col {
  flex: unset !important;
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}

.discount-coupon {
  padding: 0 20px 0 20px !important;
  margin-bottom: 20px !important;
}
.discount-coupon::before {
  display: none !important;
}
.discount-coupon form {
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.discount-coupon form::before {
  content: url(assets/procena-dark.svg) !important;
  font-size: 24px !important;
  line-height: 20px !important;
  left: 28px !important;
  top: 12px !important;
  margin: 0 !important;
  color: #848283 !important;
  position: absolute;
}
.discount-coupon #discountCouponCode {
  height: unset !important;
  max-height: unset !important;
  border-radius: unset !important;
  padding: 10px 10px 10px 42px !important;
  height: 48px !important;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.625em;
}
.discount-coupon #discountCouponCode:focus {
  box-shadow: unset !important;
  border-color: #000 !important;
}
.discount-coupon #discountCouponCode::placeholder {
  color: #000;
}
.discount-coupon button {
  border: 1px solid #A40019 !important;
  color: #000 !important;
  padding: 7px 14px 7px 14px !important;
  border-radius: 0;
  background-color: transparent !important;
  font-size: 1.6rem;
  font-weight: 700;
  height: 48px !important;
  flex: unset !important;
}
.co-box-additional {
  margin-bottom: 64px !important;
  border: none !important;
  border-color: unset !important;
}

.co-basic-information {
  margin-bottom: 0px !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 .row .col-sm-6 .form-group {
  margin: 0 !important;
}
.co-basic-information .col-sm-6 {
  flex: 1 1 200px;
}
.co-basic-information .select-label {
  display: none;
}

.ordering-process .content-wrapper.container {
  position: relative;
}
@media screen and (max-width: 767px) {
  .ordering-process .content-wrapper.container {
    padding-left: 1.6rem !important;
    padding-right: 1.6rem !important;
  }
}

.cart-content {
  margin-bottom: 0px;
  margin-top: 0 !important;
}
.cart-content.summary-wrapper {
  margin-top: 64px !important;
}
@media screen and (max-width: 1180px) {
  .cart-content.summary-wrapper {
    margin-top: 0 !important;
  }
}
.cart-content h2 {
  position: relative;
  margin-bottom: 64px;
  margin-top: 0;
  width: 100%;
  text-transform: uppercase;
  padding: 8px 0;
  border-bottom: 2px solid #A40019;
}

.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;
}

#order-form {
  margin-bottom: 0px;
}

#checkoutContent .cart-content {
  max-width: 100%;
  padding: 0 !important;
  margin-top: 58px;
}
#checkoutContent .cart-content .box {
  margin-bottom: 64px;
}
#checkoutContent .cart-content .box:last-of-type {
  margin-bottom: 64px;
}
@media (max-width: 1000px) {
  #checkoutContent .cart-content {
    max-width: 100%;
  }
}
#checkoutContent .cart-content .form-group input {
  border: 1px solid #dcddde !important;
  border-radius: 0 !important;
  background-color: #f8f8f8 !important;
}
#checkoutContent .cart-content .form-group.company-shopping {
  display: none;
}
.login-helper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 64px;
  margin: 0 0 64px 0;
}
@media screen and (max-width: 767px) {
  .login-helper {
    flex-direction: column;
    gap: 16px;
    margin: 0 0 24px 0;
  }
}
.login-helper div,
.login-helper a {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .login-helper div,
  .login-helper a {
    max-width: 400px;
  }
}
.login-helper .btn-primary {
  height: 48px !important;
}
.login-helper.no-btn {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0px;
}
.login-helper.no-btn .next-step-back {
  margin-bottom: 20px;
}

#order-billing-methods .radio-wrapper {
  border-bottom: 1px solid #f8f8f8 !important;
  margin-bottom: 0px !important;
}

#select-country-payment {
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  #select-country-payment {
    margin-bottom: 24px;
  }
}

h4.order-information {
  display: none;
}

.select-label {
  display: none !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: 0 !important;
  border: unset !important;
}
.shipping-billing-table .radio-wrapper:not(:last-child) {
  border-bottom: 1px solid #f8f8f8 !important;
  margin-bottom: 0px !important;
}
.shipping-billing-table .radio-wrapper label {
  display: flex;
  align-items: center;
  gap: 0px;
  border-radius: 0px;
  padding: 24px 24px 24px 40px !important;
  border: unset !important;
  border-top: unset !important;
  background-color: transparent;
}
.shipping-billing-table .radio-wrapper label::before {
  left: 16px !important;
}
.shipping-billing-table .radio-wrapper label::after {
  left: 19px !important;
}
.shipping-billing-table .radio-wrapper .payment-logo {
  order: -1;
  flex-basis: 30px !important;
  margin-left: 20px;
}
.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: #00bb1f;
  text-transform: unset !important;
}
.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;
  margin-left: 20px;
}
.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: 100%;
  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-empty h1 {
  text-align: center;
}

.cart-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #A40019;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cart-item {
    padding: 8px 0px 20px 0px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.cart-item.cart-item-gift {
  padding: 16px;
  border-radius: 5px;
}
.cart-item:last-of-type {
  margin-bottom: 30px;
}
.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;
  line-height: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cart-item .cart-item-name a {
    font-size: 1.6rem;
    line-height: 1.5em;
    font-weight: 700 !important;
  }
}
.cart-item .cart-item-name a span {
  font-size: 1.6rem;
  line-height: 1.5em;
  color: #58585A !important;
  font-weight: 400 !important;
}
.cart-item .cart-item-name span {
  color: #58585A !important;
  font-weight: 700 !important;
  font-size: 1.6rem !important;
}
.cart-item .cart-item-amount {
  color: #58585A !important;
  text-align: center;
  border: unset !important;
  padding: 0 !important;
  font-size: 1.6rem;
}
.cart-item .cart-item-amount .unit-value {
  color: #58585A !important;
  padding: 0;
  font-size: 1.6rem;
}
.cart-item .cart-item-amount,
.cart-item .cart-item-price {
  text-align: right !important;
  white-space: nowrap;
  border: unset !important;
  padding: 0 !important;
  width: 80px !important;
}
.cart-item .cart-item-price {
  font-weight: 700;
  color: #000;
  width: 140px !important;
}
@media (max-width: 767px) {
  .cart-item .cart-item-name {
    margin: 0;
    width: 100%;
  }
  .cart-item .cart-item-amount {
    right: 0;
    top: 30px;
    display: flex;
    justify-content: flex-end;
    position: unset !important;
  }
}

.gift-items {
  padding: 16px !important;
  margin: 30px 0 24px 0 !important;
  border: 1px solid #ebeae9 !important;
  background-color: #ffffff !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;
  font-size: 1.6rem !important;
  line-height: 1.5em !important;
}
.order-summary-item .price-wrapper {
  padding: 0 !important;
  margin: 0 !important;
}
.order-summary-item.helper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 8px;
  gap: 8px;
}
.order-summary-item.helper strong,
.order-summary-item.helper div {
  font-size: 1.6rem;
  line-height: 1.1em;
  font-weight: 700;
  color: #000;
}
.order-summary-item.helper .recapitulation-shipping-billing-info--withVat {
  order: 3;
}
.order-summary-item.helper div:first-child {
  flex: unset !important;
  width: 100% !important;
  max-width: 50% !important;
  padding-right: 5px;
  order: 1;
}
.order-summary-item.helper [data-testid=recapItemTotalPrice] {
  font-size: 1.6rem;
  font-weight: 700;
  order: 2;
  max-width: 40%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .order-summary-item.helper {
    margin-bottom: 16px;
  }
}
.order-summary-item > div:first-child {
  margin-right: auto;
}

#shipping-billing-summary {
  padding-bottom: 16px;
  margin-bottom: 32px;
  border-bottom: 1px solid #A40019;
}
@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: wrap !important;
  justify-content: space-between !important;
  padding: 0 !important;
  color: #000;
  font-size: 1.6rem !important;
  line-height: 1.5em !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;
  flex: unset !important;
  width: 100%;
  max-width: calc(100% - 135px);
  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: #198332;
  font-weight: 700;
}
@media (max-width: 767px) {
  .recapitulation-single .recapitulation-shipping-billing-info, .recapitulation-single > strong {
    max-width: 100% !important;
  }
}
@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;
}
.shipping-billing-name span {
  margin-left: 24px;
}

.billing-name .payment-info {
  margin-left: 20px;
}

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

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

.co-delivery-method {
  display: flex;
  flex-direction: column;
}
.co-delivery-method .btn-holder {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  margin-top: 32px;
}
.co-delivery-method .btn-holder::before, .co-delivery-method .btn-holder::after {
  content: "";
  width: calc(50% - 100px);
  height: 1px;
  background-color: #fffae6;
}
.co-delivery-method .btn-holder a.btn {
  padding: 10px 24px 8px 24px !important;
  height: 39px !important;
}

@media screen and (max-width: 767px) {
  .back-homepage {
    width: 100%;
  }
}

.co-box {
  margin-bottom: 20px;
  padding: 0 !important;
}
.co-box h4 {
  text-transform: uppercase !important;
  font-size: 4.8rem !important;
  line-height: 1.1666666667em !important;
  color: #000 !important;
  font-weight: 700;
  margin-left: unset !important;
  padding-left: unset !important;
  position: relative;
  padding-bottom: 0px;
  padding: 8px 0 !important;
  margin-bottom: 40px !important;
  border-bottom: 1px solid #A40019;
}
.co-box h4::before {
  display: none !important;
}
.co-box h4::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .co-box h4 {
    font-size: 3.2rem !important;
    margin-bottom: 20px !important;
  }
}

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

#company-info {
  margin-bottom: 10px;
  max-height: none !important;
  max-width: none !important;
  overflow: visible !important;
  position: inherit !important;
  transform: scaleY(1) scaleX(1) !important;
  transform-origin: center !important;
  transition: all 0.3s ease-out !important;
  visibility: visible !important;
}

.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: #ffffff;
}
.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;
}

.id--9 .cart-summary {
  display: none;
}

.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: #FFFFFF;
  color: #F4FAFF;
  font-weight: 700;
  border: 2px solid #F4FAFF !important;
  font-size: 12px;
  line-height: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .ordering-process #navigation {
    display: none !important;
  }
}
.ordering-process #content {
  margin-bottom: 60px;
}
@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 + 4.8rem);
  margin: 0 auto;
  width: 100%;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@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: center;
  gap: 4px !important;
  height: 48px;
  font-size: 1.6rem !important;
  white-space: nowrap !important;
}
#submit-order::before {
  margin-right: 12px !important;
}
#submit-order:after {
  display: none !important;
}
#submit-order .order-button-text {
  font-size: 1.6rem !important;
  text-transform: unset !important;
  height: unset !important;
  min-height: unset !important;
  line-height: 1.5em !important;
  font-weight: 700 !important;
}
#submit-order .order-button-suffix {
  font-size: 1.6rem !important;
  text-transform: unset !important;
  height: unset !important;
  min-height: unset !important;
  line-height: 1.5em !important;
  padding: 0;
  font-weight: 700 !important;
  margin: 0 !important;
}

.ordering-process-footer {
  padding: 56px 0;
  color: #FFFFFF !important;
  z-index: 9999;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ordering-process-footer {
    padding: 24px 0;
  }
}
.ordering-process-footer .container {
  display: flex;
  flex-direction: row;
  align-self: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ordering-process-footer .container::before, .ordering-process-footer .container::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .ordering-process-footer .container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.ordering-process-footer .contact-holder {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .ordering-process-footer .contact-holder {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.ordering-process-footer .phone-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
}
.ordering-process-footer span,
.ordering-process-footer a,
.ordering-process-footer p {
  color: #000 !important;
}
.ordering-process-footer .secure-payment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  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):not(.product-add) {
    display: grid !important;
    grid-template-columns: minmax(1px, 150px) auto;
    padding: 15px;
    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;
  }
}
@media screen and (max-width: 840px) and (max-width: 370px) {
  table.cart-table .p-name {
    width: 180px;
  }
}
@media (max-width: 840px) {
  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: auto;
    top: 20%;
    right: 16px;
  }
}
@media (max-width: 840px) and (max-width: 370px) {
  table.cart-table form.inline {
    bottom: auto;
    top: 20%;
    right: 0;
  }
}
@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 .product-add {
    gap: 0;
    justify-content: space-between;
  }
  table.cart-table .product-add .cart-p-image,
  table.cart-table .product-add .p-availability,
  table.cart-table .product-add .p-price {
    display: none;
  }
  table.cart-table .product-add .p-quantity,
  table.cart-table .product-add .p-total {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    justify-self: unset;
    flex: unset;
    justify-content: unset;
    align-items: center;
    align-self: center;
  }
  table.cart-table .product-add .p-total {
    justify-content: unset;
    min-width: unset;
  }
  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;
}

.form-group.date-picker label span {
  font-size: 1.2rem;
}

.recapitulation-shipping-billing-info--withVat {
  max-width: 100% !important;
}

/* 2) Modal UI */
.psc-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}

.psc-modal__box {
  width: min(92vw, 360px);
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.psc-modal__title {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.psc-modal__desc {
  margin: 0 0 14px;
  font-size: 14px;
  color: #555;
}

.psc-modal__row {
  display: grid;
  gap: 10px;
}

.psc-input {
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.psc-btn {
  padding: 12px;
  font-size: 16px;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.psc-btn--primary {
  background: #111;
  color: #fff;
}

.psc-error {
  color: #c01818;
  font-size: 13px;
  margin: 6px 0 0;
  display: none;
}

.psc-hint {
  font-size: 12px;
  color: #777;
  margin-top: 6px;
}

.psc-loading {
  text-align: center;
  padding: 18px 0;
  font-size: 14px;
  color: #333;
}

#deliveryRegionId {
  cursor: not-allowed !important;
}

.footer-banners {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.footer-banners .footer-banner {
  width: 100% !important;
  padding: 0 !important;
}

.partners {
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  .partners {
    padding: 20px 0;
  }
}
.partners h2 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .partners h2 {
    margin-bottom: 20px !important;
  }
}
.partners .swiper {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .partners .swiper {
    padding-bottom: 20px !important;
  }
}
.partners .wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .partners .wrapper {
    justify-content: center;
    align-items: center;
  }
}
.partners .wrapper .partners-prev,
.partners .wrapper .partners-next {
  width: 48px;
  height: 48px;
  position: relative;
  left: unset;
  top: unset;
  right: unset;
  bottom: unset;
  opacity: 1;
  visibility: visible;
  border: none;
  outline: none;
  transform: unset;
  background-color: #dcddde;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.partners .wrapper .partners-prev::before,
.partners .wrapper .partners-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-black-right.svg);
}
.partners .wrapper .partners-prev:hover,
.partners .wrapper .partners-next:hover {
  background-color: #000;
}
.partners .wrapper .partners-prev:hover::before,
.partners .wrapper .partners-next:hover::before {
  background-image: url(assets/arrow-white-right.svg);
}
.partners .wrapper .partners-prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.partners .wrapper .partners-pagination {
  position: unset;
  transform: unset;
  width: unset !important;
  max-width: unset !important;
  margin-right: 16px;
}

.about-us {
  padding: 80px 0;
  background-color: rgba(238, 238, 238, 0.4);
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100vw - var(--scrollbar-width) + 0.9px);
}
@media screen and (max-width: 992px) {
  .about-us {
    background-color: #ffffff;
    padding: 40px 0;
  }
}
.about-us .flex-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 992px) {
  .about-us .flex-holder {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.about-us .flex-holder::after {
  content: "";
  left: 5px;
  bottom: 0;
  width: 10%;
  height: 16px;
  position: absolute;
  background-color: #4d5356;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .about-us .flex-holder::after {
    display: none;
  }
}
.about-us .flex-holder::before {
  content: "";
  right: 0;
  bottom: 0;
  width: calc(90% - 2px);
  height: 16px;
  position: absolute;
  background-color: #A40019;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .about-us .flex-holder::before {
    display: none;
  }
}
.about-us picture {
  width: 100%;
  max-width: 48.125%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .about-us picture {
    max-width: 500px;
  }
}
.about-us .right {
  width: 100%;
  max-width: 49.0972222222%;
  padding: 20px 124px 20px 0;
}
@media screen and (max-width: 992px) {
  .about-us .right {
    padding: 30px 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-us .right {
    padding: 30px 0 0 0;
    max-width: 100%;
  }
}
.about-us .right h2 {
  position: relative;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 60px 0 !important;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1em;
}
@media screen and (max-width: 992px) {
  .about-us .right h2 {
    margin: 0 0 40px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .about-us .right h2 {
    margin: 0 0 20px 0 !important;
    padding-left: 0;
  }
}
.about-us .right h2::before {
  content: "";
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  position: absolute;
  background-color: #A40019;
  display: block;
}
@media screen and (max-width: 767px) {
  .about-us .right h2::before {
    display: none;
  }
}
.about-us .right h2 small {
  font-size: 1.4rem;
  line-height: 1em;
  color: #A40019;
}
.about-us .right p {
  margin: 0 0 60px 0 !important;
  font-size: 1.6rem;
  line-height: 1.5em;
}
@media screen and (max-width: 992px) {
  .about-us .right p {
    margin: 0 0 40px 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .about-us .right p {
    margin: 0 0 20px 0 !important;
  }
}
.about-us .right .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 32px;
}
@media screen and (max-width: 1100px) {
  .about-us .right .wrapper {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.about-us .right .wrapper .block {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  text-align: right;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1100px) {
  .about-us .right .wrapper .block {
    border-bottom: 1px solid #f8f8f8;
    padding: 12px 0;
  }
}
.about-us .right .wrapper .block h4 {
  width: 110px;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .about-us .right .wrapper .block h4 {
    text-align: left;
  }
}
.about-us .right .wrapper .block span {
  max-width: calc(100% - 130px);
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.3333333333em;
  font-weight: 700;
}

.faq {
  padding: 80px 0;
}
.faq .container {
  padding: 0 !important;
}
@media screen and (max-width: 992px) {
  .faq {
    padding: 40px 0;
  }
}
.faq .flex-holder {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .faq .flex-holder {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq .flex-holder {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.faq .left {
  width: 100%;
  max-width: 44.9305555556%;
}
@media screen and (max-width: 992px) {
  .faq .left {
    max-width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .faq .left {
    max-width: 100%;
  }
}
.faq .left h2 {
  margin: 0 0 40px 0 !important;
}
.faq .left p {
  font-size: 1.8rem;
  line-height: 1.3333333333em;
  margin: 0 0 40px 0 !important;
}
.faq .faq-questions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 32px;
}
.faq .single-faq {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.faq .single-faq.active h4 {
  border-color: #dcddde;
}
.faq .single-faq.active h4:after {
  width: 0;
}
.faq .single-faq.active .faq-content {
  display: block;
}
.faq .single-faq h4 {
  width: 100%;
  position: relative;
  padding: 24px 60px 24px 24px;
  cursor: pointer;
  border-bottom: 1px solid #f8f8f8;
  margin: 0;
}
@media screen and (max-width: 992px) {
  .faq .single-faq h4 {
    padding: 24px 60px 24px 24px;
  }
}
.faq .single-faq h4:hover {
  border-color: #dcddde;
}
.faq .single-faq h4::before, .faq .single-faq h4:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  top: 50%;
  right: 31px;
  transform: translateY(-50%);
  background-color: #A40019;
  border-radius: 40px;
}
.faq .single-faq h4:after {
  transform: translateY(-50%) rotate(90deg);
}
.faq .single-faq .faq-content {
  padding: 24px;
  background-color: #f8f8f8;
  display: none;
}
.faq .single-faq .faq-content p {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 0;
}
.faq .right {
  width: 100%;
  max-width: 46.4583333333%;
  position: relative;
  z-index: 2;
  padding: 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 992px) {
  .faq .right {
    max-width: calc(50% - 10px);
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .faq .right {
    max-width: 100%;
  }
}
.faq .right .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.faq .right .icon {
  max-width: 64px;
  aspect-ratio: 1/1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq .right .icon {
    display: none;
  }
}
.faq .right .holder {
  border-left: 6px solid #A40019;
  padding: 0 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 40px;
  gap: 0;
}
.faq .right .holder h4 {
  margin: 0;
  line-height: 1em;
}
.faq .right .holder span {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3333333333em;
}
.faq .right .tel {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  line-height: 1.3333333333em !important;
  margin: 0 0 16px 0px;
}
.faq .right .mail {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  line-height: 1.3333333333em !important;
  margin: 0 0 40px 0px;
}
.zastupce {
  position: relative;
  overflow: hidden;
}
.zastupce::after {
  content: "";
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
  height: 8px;
  width: 38px;
  background-color: #4d5356;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .zastupce::after {
    display: none;
  }
}
.zastupce::before {
  content: "";
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  height: 8px;
  width: calc(100% - 40px);
  background-color: #A40019;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .zastupce::before {
    display: none;
  }
}
.zastupce .flex-holder {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  flex-wrap: wrap;
  position: relative;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .zastupce .flex-holder {
    display: flex;
    flex-direction: column;
  }
}
.zastupce .img {
  position: absolute;
  right: -80px;
  top: 0;
}
@media screen and (max-width: 1360px) {
  .zastupce .img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .zastupce .img {
    position: relative;
    right: unset;
    top: unset;
    display: flex;
    order: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
  }
  .zastupce .img::after {
    content: "";
    left: 0;
    bottom: 0;
    display: block;
    position: absolute;
    height: 8px;
    width: 38px;
    background-color: #4d5356;
    z-index: 3;
  }
  .zastupce .img::before {
    content: "";
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    height: 8px;
    width: calc(100% - 40px);
    background-color: #A40019;
    z-index: 3;
  }
}
.zastupce .block {
  width: 100%;
  max-width: 256px;
  z-index: 0;
  order: 3;
}
.zastupce .block:first-child {
  order: 0;
}
.zastupce .block h5:not(.small) {
  padding: 0 20px;
  border-left: 6px solid #A40019;
  text-transform: uppercase;
  margin: 0;
}
.zastupce .block h5.small {
  margin: 0 0 16px 0;
}
.zastupce .block .tel {
  margin: 0 0 8px 0;
}
.zastupce .block .mail {
  margin: 0 0 8px 0;
}
.zastupce .block p {
  font-size: 1.3rem;
  line-height: 1.2307692308em;
  color: #58585a;
  margin: 0;
}
.zastupce .block p strong {
  font-weight: 700;
  color: #000;
}

.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: #ff4b36;
  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: #000000 !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: #000000;
  }
}
.shop-review {
  padding: 120px 0 80px 0;
  margin-bottom: 0px;
  position: relative;
  width: calc(100vw - var(--scrollbar-width) + 0.1px);
  transform: translateX(-50%);
  left: 50%;
  overflow: hidden;
}
.shop-review .container {
  overflow: hidden;
}
.shop-review .container .swiper {
  overflow: visible !important;
}
@media (max-width: 1440px) {
  .shop-review {
    padding: 80px 0 60px 0;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .shop-review {
    padding: 40px 0 32px 0;
    margin-bottom: 0px;
  }
  .shop-review .swiper-button-next {
    display: none;
  }
  .shop-review .swiper-button-prev {
    display: none;
  }
}
.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 .swiper {
  overflow: visible !important;
}
.shop-review .flex-holder .title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}
.shop-review .flex-holder h2 {
  text-align: left;
  margin: 0;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 32px;
}
.shop-review .flex-holder h2::after {
  content: "";
  height: 1px;
  width: 38px;
  background-color: #F4FAFF;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.shop-review .votes-wrap {
  max-width: 100%;
  width: 100%;
  margin: 0 0 0px 0;
}
.shop-review .votes-wrap .vote-rating {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 16px;
  overflow: visible !important;
}
.shop-review .votes-wrap .vote-rating .vote-time {
  color: #58585A;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .shop-review .votes-wrap {
    margin: 0 0 0px 0;
  }
}
.shop-review .votes-wrap .vote-wrap {
  width: 100%;
  width: 100%;
  max-width: 100%;
  padding: 48px 40px;
  margin-right: 0px;
  margin-bottom: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  height: auto;
}
.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-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;
  }
}
.vote-wrap {
  display: flex !important;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #ffffff;
  border-radius: 12px;
  position: relative !important;
  padding: 24px 36px;
}
.vote-wrap .vote-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 20px;
}
.vote-wrap .vote-content {
  font-size: 1.6rem;
  line-height: 1.256875em;
  color: #848283;
  margin: 0 0 0px 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%;
  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: 1.8rem;
  line-height: 1.4444444444em;
  color: #000;
  margin-bottom: 24px;
  font-weight: 700;
  font-family: "PT Sans", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.vote-wrap .vote-name::before {
  height: 32px;
}
@media (max-width: 767px) {
  .vote-wrap .vote-name {
    font-size: 1.8rem;
  }
}
.vote-wrap .vote-name span {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  text-transform: inherit;
  transition: inherit;
}
.vote-wrap .vote-summary .vote-rating {
  overflow: visible !important;
}

.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-2.svg);
}
.stars .star.star-half:before {
  content: url(assets/star-half-2.svg);
}
.stars .star.star-off::before {
  content: url(assets/star-off-2.svg);
}

.benefitBanner {
  max-width: calc(1440px + 12rem);
  margin: 0 auto !important;
  width: 100%;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-top: 48px;
  padding-bottom: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px;
}
.benefitBanner:before, .benefitBanner:after {
  content: "";
  display: table;
}
.benefitBanner:after {
  clear: both;
}
@media (max-width: 767px) {
  .benefitBanner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.benefitBanner::before {
  display: none;
}
.benefitBanner::after {
  display: none;
}
@media (max-width: 1023px) {
  .benefitBanner {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .benefitBanner {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.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.1px);
  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 #58585A;
}
.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%;
  padding: 0 10px;
  background-color: #ffffff;
  margin: 0;
  border-right: 1px solid #d6d5d6;
}
.benefitBanner__item:last-of-type {
  border-right: none;
}
@media screen and (max-width: 1023px) {
  .benefitBanner__item:nth-of-type(even) {
    border-right: unset !important;
  }
}
@media screen and (max-width: 767px) {
  .benefitBanner__item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
    border-right: unset !important;
    border-bottom: 2px solid #d6d5d6;
    padding: 0 0 16px 12px;
  }
  .benefitBanner__item:last-of-type {
    border-bottom: unset !important;
  }
}
.benefitBanner__item .benefitBanner__picture {
  margin-bottom: 24px;
  margin-right: 0 !important;
  flex: unset !important;
}
@media screen and (max-width: 767px) {
  .benefitBanner__item .benefitBanner__picture img {
    max-width: 40px;
  }
}
.benefitBanner__item .benefitBanner__content {
  padding-right: 0 !important;
}
.benefitBanner__item .benefitBanner__title {
  font-size: 3rem;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0 0 6px 0;
  font-family: "PT Sans", sans-serif;
  display: inline-block;
  text-align: center;
  text-transform: uppercase !important;
  color: #A40019;
}
@media screen and (max-width: 767px) {
  .benefitBanner__item .benefitBanner__title {
    font-size: 2.4rem;
    margin: 0 0 8px 0;
    text-align: left;
  }
}
.benefitBanner__item .benefitBanner__data {
  font-size: 1.6rem;
  line-height: 1.3em;
  color: #000;
  margin: 0 0 0px 0;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .benefitBanner__item .benefitBanner__data {
    font-size: 1.2rem;
    margin: 0 0 0px 0;
    text-align: left;
  }
}

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

.content-inner {
  max-width: 100%;
  width: 100%;
}

body.type-posts-listing {
  background-color: #f5f4f4;
}

.type-posts-listing #content-wrapper {
  position: relative;
  background-color: transparent !important;
  margin-top: 0px;
}
.type-posts-listing #content-wrapper .title-wrapper {
  margin-top: 48px;
}
.type-posts-listing #content-wrapper h1 {
  margin: 0 0 48px 0;
}
@media screen and (max-width: 767px) {
  .type-posts-listing #content-wrapper h1 {
    margin: 36px 0 24px 0;
  }
}
.type-posts-listing #content-wrapper .pagination-top {
  display: none !important;
}

.plus-gallery-item {
  border: unset !important;
  border-color: unset !important;
}

#newsWrapper {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(342px, 1fr));
  gap: 48px 40px;
}
@media screen and (max-width: 480px) {
  #newsWrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 0;
  }
}

.news-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  background-color: #ffffff;
  padding: 0 !important;
  border: 1px solid #fffae6;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  flex-basis: 100%;
  margin-right: 0px;
  margin-bottom: 0px;
}
@media screen and (max-width: 980px) {
  .news-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.news-item > a {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media screen and (max-width: 980px) {
  .news-item > a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.news-item .image {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block;
  margin-right: 0 !important;
  max-width: 100%;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  aspect-ratio: 390/225;
  border-bottom: 8px solid #A40019 !important;
}
@media screen and (max-width: 980px) {
  .news-item .image {
    max-width: 100%;
  }
}
.news-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-item .image a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
.news-item .text {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 24px 24px 24px;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
}
.news-item .text time {
  font-size: 1.4rem;
  line-height: 1.3571428571em;
  color: #000;
  margin-bottom: 16px;
  font-weight: 400;
  order: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
}
.news-item .text .title {
  font-family: "PT Sans", sans-serif;
  margin: 0 0 0px 0;
  font-size: 2rem;
  line-height: 1.35em;
  color: #58585A;
  font-weight: 800;
  order: 0;
  padding-bottom: 64px;
}
.news-item .text .title::after {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.news-item .text .show-more,
.news-item .text .read-article {
  display: inline-block;
  order: 3;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2em;
  font-size: 1.4rem;
  color: #A40019;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: auto;
}
.news-item .text .show-more:hover::before,
.news-item .text .read-article:hover::before {
  transform: scale(0, 1);
}
.news-item .text .show-more::before,
.news-item .text .read-article::before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  left: 0;
  top: unset;
  left: unset;
  bottom: 0px;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #A40019;
  position: absolute;
  transform: scale(1, 1);
}
.news-item .text .description {
  order: 2;
  margin-bottom: 12px;
  display: none !important;
}
.post-header-wrapper > div {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  max-width: calc(1248px + 4rem) !important;
}
.post-header-wrapper .post-header-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding: 107px 0;
}
.post-header-wrapper .post-header-texts .post-date {
  display: none !important;
}
.post-header-wrapper .post-header-texts h1 {
  margin: 0;
  color: #FFFFFF;
}
.post-header-wrapper .post-description {
  display: none;
}
.post-header-wrapper .post-header-image {
  overflow: hidden;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100vw - var(--scrollbar-width) + 0.1px);
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.post-header-wrapper .post-header-image img {
  z-index: 2;
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .post-header-wrapper .post-header-image img {
    aspect-ratio: unset !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .post-header-wrapper .post-header-texts {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    min-height: unset;
    padding: 60px 0;
  }
  .post-header-wrapper .post-header-image {
    overflow: hidden;
  }
  .post-header-wrapper .post-header-image img {
    height: 100%;
    object-fit: cover;
    min-height: unset;
  }
}

.news-item-detail {
  margin: 100px auto 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .news-item-detail {
    margin: 48px auto 0 auto;
  }
}
.news-item-detail time {
  display: none;
}
.news-item-detail .text p:first-of-type {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3571428571em;
}
.news-item-detail .next-prev {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .news-item-detail .next-prev {
    flex-direction: column;
    padding: 24px 0;
    margin: 0;
    gap: 12px;
  }
  .news-item-detail .next-prev a.btn {
    width: 100% !important;
    max-width: 300px !important;
    justify-content: center !important;
  }
}
.news-item-detail .next-prev a.btn {
  transition: all 0s ease-in-out !important;
  color: #000 !important;
  background-color: transparent !important;
  font-size: 1.4rem !important;
  line-height: 1.2em !important;
  padding: 9px 16px 9px 16px !important;
  height: 48px !important;
  border-color: unset !important;
  border-radius: 40px !important;
  text-transform: unset;
  cursor: pointer;
  font-weight: 700 !important;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 8px;
  height: 40px !important;
  border: 1px solid #000 !important;
}
.news-item-detail .next-prev a.btn::after {
  height: 24px;
}
.news-item-detail .next-prev a.btn[data-testid=buttonPreviousArticle] {
  margin-right: auto;
}
.news-item-detail .next-prev a.btn[data-testid=buttonPreviousArticle]::after {
  display: none;
}
.news-item-detail .next-prev a.btn[data-testid=buttonPreviousArticle]::before {
  height: 24px;
  transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .news-item-detail .next-prev a.btn[data-testid=buttonPreviousArticle] {
    margin: unset !important;
  }
}
.news-item-detail .next-prev a.btn[data-testid=buttonNextArticle] {
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .news-item-detail .next-prev a.btn[data-testid=buttonNextArticle] {
    margin: unset !important;
  }
}

#formProductQuestion fieldset {
  display: flex;
  flex-direction: column;
}
#formProductQuestion fieldset .ico {
  order: -1;
}
#formProductQuestion fieldset .company-name {
  order: -2;
}

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

.type-page article {
  margin-bottom: 0px;
}
.type-page #content {
  padding: 80px 0;
}
.type-page #content p {
  margin-bottom: 40px;
}
.type-page #content h1 {
  margin-top: 0;
}
.type-page #content h1,
.type-page #content h2,
.type-page #content h3,
.type-page #content h4 {
  text-align: center;
  color: #A40019;
}
.type-page #content h5 {
  text-align: center;
  color: #000;
}
.type-page #content ul {
  margin: 0 0 32px 0;
}
.type-page #content ul li::marker {
  color: #A40019;
}
.type-page #content ol {
  margin: 0 0 32px 0;
  list-style: none;
  counter-reset: custom-counter;
  padding: 0;
}
.type-page #content ol li {
  counter-increment: custom-counter;
  position: relative;
  padding-left: 2em;
}
.type-page #content ol li::before {
  content: counter(custom-counter, decimal-leading-zero) ")";
  position: absolute;
  left: 0;
  color: #A40019;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .f-btn-group {
    width: 100% !important;
  }
  .f-btn-group button {
    width: 100% !important;
    max-width: 400px !important;
    justify-content: center !important;
  }
}

.f-field-group.has-error:after {
  background-color: transparent !important;
  color: red !important;
}

.wt-error-message-wrapper {
  background-color: transparent !important;
  color: red !important;
}

.formeo .f-field-group > label {
  margin-bottom: 10px !important;
}

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