@charset "UTF-8";
:root {
  --primary: #232f3e;
  --secondary: #C2211A;
  --accent-1: #146eb4;
  --accent-2: #C2211A;
  --white: #f2f2f2;
  --black: #000;
  --header-height: 60px;
  --pi-radius: 0;
  --pi-gap: 15px;
  --pi-border: 1px solid #232f3e;
  --pi-border-focus: 2px solid #232f3e;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
}

.btn {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  border-radius: 10px;
}

.btn-primary {
  color: #f2f2f2;
  background-color: #232f3e;
}

button:focus {
  outline: none;
}

@media (min-width: 768px) {
  #index #content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1380px;
    max-width: 100%;
  }
}
@media (min-width: 1680px) {
  .container {
    width: 1600px;
    max-width: 100%;
  }
}

#wrapper:has(.breadcrumb) {
  padding-top: 0;
}
#wrapper:has(.breadcrumb) .breadcrumb {
  margin-bottom: 30px;
}
#wrapper:has(.breadcrumb) {
  /* & > .container{
      @media(max-width: 768px){
          padding-top: 134px;
      }
  } */
}

@media (max-width: 767px) {
  #wrapper > .container {
    padding-top: 124px;
  }
}

@media (min-width: 768px) {
  #index #wrapper > .container {
    padding-top: 30px;
  }
}

#header {
  position: fixed;
  top: 0;
  width: 100%;
  color: #f2f2f2;
  background: #232f3e;
  font-family: "Poppins", sans-serif !important;
}
#header *:not(i) {
  font-family: "Poppins", sans-serif !important;
}
@media (min-width: 768px) {
  #header {
    position: relative;
    background: url("/img/nav-royal-parts.webp") center/cover no-repeat;
  }
}
@media (max-width: 991px) {
  #header .pi-search--expanded {
    display: none;
  }
}
@media (min-width: 992px) {
  #header .pi-search--modal {
    display: none;
  }
}
#header .header-top {
  padding: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 576px) {
  #header .header-top .container {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #header .header-top {
    transform: translateX(0);
    transition: none;
  }
  #header .header-top .header-top-right {
    padding: 0;
  }
  #header .header-top.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #232f3e;
  }
  #header .header-top.sticky .menu > .top-menu {
    border-top: none;
  }
  #header .header-top .container > .row {
    margin: 0;
  }
  #header .header-top .menu {
    width: 100%;
    padding-left: 0;
  }
  #header .header-top .menu > .top-menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  #header .header-top .menu > .top-menu a {
    color: #f2f2f2;
  }
  #header .header-top .menu > .top-menu > li:not(.category) {
    display: none;
  }
  #header .header-top .menu > .top-menu > .category .top-menu {
    padding-top: 10px;
  }
  #header .header-top .menu > .top-menu > .category > a {
    padding: 15px 10px;
    font-size: 18px;
    font-weight: 600;
  }
  #header .header-top .menu > .top-menu > .category:first-child a {
    padding-left: 0;
  }
  #header .header-top .menu > .top-menu > .category:nth-child(6) a {
    padding-right: 0;
  }
  #header .header-top .menu > .top-menu > .category > .sub-menu {
    top: unset;
    width: 100%;
    margin-left: 0 !important;
    transition: opacity 0.25s ease, visibility 0.25s ease;
  }
  #header .header-top .menu > .top-menu > .category > .sub-menu a {
    color: #232f3e;
    padding-bottom: 0;
  }
  #header .header-top .menu > .top-menu > .category > .sub-menu > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-flow: row dense;
    gap: 10px;
    margin: 15px;
  }
  #header .header-top .menu > .top-menu > .category > .sub-menu .top-menu[data-depth="3"] {
    display: none;
  }
  #header .header-top .menu > .top-menu > .category > .sub-menu .top-menu[data-depth="4"] {
    display: none;
  }
}
#header .header-top .js-top-menu-bottom {
  display: none;
}
#header .header-top #search_widget {
  display: none;
}
#header #mobile_top_menu_wrapper {
  width: 100vw;
  background: #232f3e;
  color: #f2f2f2;
  max-height: calc(100vh - 60px);
  overflow-y: scroll;
}
@media (min-width: 576px) {
  #header #mobile_top_menu_wrapper {
    width: 100%;
    padding: 0;
    padding-left: 30px;
  }
}
#header #mobile_top_menu_wrapper * {
  background: #232f3e;
  color: #f2f2f2;
}
#header #mobile_top_menu_wrapper #top-menu {
  padding-bottom: 30px;
}
#header #mobile_top_menu_wrapper .top-menu a[data-depth="0"] {
  padding: 15px;
}
#header #mobile_top_menu_wrapper .top-menu a[data-depth="1"] {
  padding-left: 30px;
}
#header #mobile_top_menu_wrapper .top-menu a[data-depth="2"] {
  padding-left: 45px;
}
#header #mobile_top_menu_wrapper .top-menu a[data-depth="3"] {
  padding-left: 60px;
}
#header.is-open .header-top {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
#header .header-nav {
  max-height: 60px;
  border-bottom: 0;
}
#header .header-nav .cart-amount {
  color: #f2f2f2;
}
@media (min-width: 768px) {
  #header .header-nav {
    max-height: unset;
    /* .container > .row{
        margin: 0;
    } */
  }
}
#header .header-nav {
  /* .container{
      padding-left: 0;
      padding-right: 0;
  } */
}
#header .header-nav .hidden-md-up {
  display: flex;
  min-height: 60px;
}
#header .header-nav .hidden-md-up #_desktop_user_info {
  margin-left: 33px;
}
#header .header-nav .hidden-md-up #_desktop_user_info .user-info {
  margin: 0;
}
#header .header-nav .hidden-md-up #_desktop_user_info .user-info a {
  margin: 0;
  color: #f2f2f2;
}
#header .header-nav .hidden-md-up #_desktop_user_info .user-info a i {
  font-size: 32px;
  margin-top: 14px;
}
#header .header-nav .hidden-md-up > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .header-nav .hidden-md-up > div:nth-child(2) #menu-icon {
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-top: 4px;
  height: 100%;
  border-left: 1px solid #f2f2f2;
}
#header .header-nav .hidden-md-up > div:nth-child(2) .blockcart {
  background: transparent;
  margin-left: 0;
  padding: 12px 10px;
}
#header .header-nav .hidden-md-up > div:nth-child(2) .blockcart .shopping-cart {
  color: #f2f2f2;
}
#header .header-nav .hidden-md-up > div:nth-child(2) .blockcart a:has(.cart-products-count) {
  display: flex;
  gap: 5px;
  align-items: center;
}
#header .header-nav .hidden-md-up > div:nth-child(2) .blockcart .cart-products-count {
  display: inline-block;
  color: #f2f2f2;
  background: #C2211A;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  padding-top: 3px;
}
#header .header-nav .hidden-md-up > div:nth-child(2) .blockcart .cart-amount {
  display: none;
}
@media (min-width: 768px) {
  #header .header-nav .container .row .hidden-sm-down > .col-xs-12 {
    padding: 20px 0;
    display: flex;
    align-items: center;
  }
  #header .header-nav .pi-logo img {
    max-width: 200px;
    margin-right: 30px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #header .header-nav .pi-logo img {
    max-width: 280px;
  }
}
@media (min-width: 768px) {
  #header .header-nav #_desktop_contact_link #contact-link {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0;
  }
  #header .header-nav #_desktop_contact_link #contact-link i {
    font-size: 20px;
  }
  #header .header-nav #_desktop_contact_link #contact-link div {
    display: flex;
  }
  #header .header-nav #_desktop_contact_link #contact-link div i {
    margin-right: 4px;
  }
  #header .header-nav #_desktop_contact_link #contact-link a {
    color: #f2f2f2;
    font-size: 14px;
  }
  #header .header-nav .pi-search {
    margin-left: auto;
    margin-right: 35px;
    /* #pi-search-form{
        display: flex;
        .pi-search__row{
            width: 20%;
            max-width: 100px;
            overflow-x: hidden;
        }
    } */
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #header .header-nav .pi-search {
    margin-left: auto;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #header .header-nav .pi-search:not(.pi-search--modal) {
    display: flex;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #header .header-nav .pi-search .pi-search__form--expanded > div:first-child input {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
  #header .header-nav .pi-search .pi-search__form--expanded > div:last-child button {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  #header .header-nav .pi-search .pi-search__row {
    max-width: 100%;
    border: 1px solid #232f3e;
    border-radius: 10px;
  }
  #header .header-nav .pi-search .pi-search__row:last-child {
    border: none;
  }
  #header .header-nav .pi-search .pi-search__row .form-control,
  #header .header-nav .pi-search .pi-search__row .form-select,
  #header .header-nav .pi-search .pi-search__row select,
  #header .header-nav .pi-search .pi-search__row input,
  #header .header-nav .pi-search .pi-search__row .pi-search__submit {
    background-color: white;
    color: #232f3e;
    background-clip: padding-box;
    font-size: 14px;
    font-weight: 600;
    border: none;
  }
  #header .header-nav .pi-search .pi-search__row input, #header .header-nav .pi-search .pi-search__row select {
    width: 100%;
  }
  #header .header-nav .pi-search .pi-search__row select {
    appearance: none; /* Modern browsers */
    -webkit-appearance: none; /* Safari/Chrome */
    -moz-appearance: none;
  }
  #header .header-nav .pi-search .pi-search__row .pi-search__submit i {
    margin-top: 3px;
  }
  #header .header-nav .pi-search .pi-search__row .pi-search__submit:active {
    transform: translateY(0);
  }
  #header .header-nav .pi-search .pi-search__row ::placeholder {
    color: #232f3e;
    opacity: 0.9;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  #header .header-nav .pi-search .pi-search__row {
    max-width: 120px !important;
    border: none;
    /* border-left: 1px solid rgba(245, 245, 245, .3); */
    border-radius: 0;
  }
  #header .header-nav .pi-search .pi-search__row:first-child {
    border-left: none;
  }
  #header .header-nav .pi-search .pi-search__row input, #header .header-nav .pi-search .pi-search__row select {
    width: 100px;
  }
  #header .header-nav .pi-search .pi-search__row .form-control,
  #header .header-nav .pi-search .pi-search__row .form-select,
  #header .header-nav .pi-search .pi-search__row select,
  #header .header-nav .pi-search .pi-search__row input,
  #header .header-nav .pi-search .pi-search__row .pi-search__submit {
    max-width: 150px;
    background-color: rgba(245, 245, 245, 0.2) !important;
    color: #f2f2f2;
  }
  #header .header-nav .pi-search .pi-search__row ::placeholder {
    color: #f2f2f2;
    opacity: 0.9;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  #header .header-nav .pi-search .pi-search__row {
    max-width: 150px !important;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #header .header-nav .pi-search .pi-search__row:first-child {
    min-width: fit-content;
  }
  #header .header-nav .pi-search .pi-search__row:first-child input {
    width: 300px;
    max-width: 300px;
  }
}
@media (min-width: 768px) {
  #header .header-nav .pi-search .pi-search__trigger-wrap {
    color: #f2f2f2;
    max-width: 202px;
  }
  #header .header-nav .pi-search .pi-search__trigger-wrap:hover {
    cursor: pointer;
  }
  #header .header-nav .pi-search .pi-search__trigger-wrap svg {
    color: #f2f2f2;
  }
  #header .header-nav .pi-search .pi-search__trigger-wrap input {
    /* background-color: #3F4361; */
    background-color: transparent;
    padding: 15px;
    padding-left: 40px;
    color: #f2f2f2;
    border: none;
    border-radius: 6px;
  }
  #header .header-nav .pi-search .pi-search__trigger-wrap input::placeholder {
    color: #f2f2f2;
    opacity: 1;
  }
  #header .header-nav #_desktop_user_info {
    padding: 0 10px;
  }
  #header .header-nav #_desktop_user_info .user-info {
    margin: 0;
  }
  #header .header-nav #_desktop_user_info a {
    color: #f2f2f2;
    font-weight: 600;
  }
  #header .header-nav #_desktop_user_info span {
    display: none;
  }
  #header .header-nav #_desktop_user_info i {
    font-size: 32px;
    margin-top: 12px;
  }
  #header .header-nav #_desktop_cart .blockcart {
    height: unset;
    margin-left: 0;
    padding: 15px 0;
    padding-right: 0;
    background: transparent;
    color: #f2f2f2;
    font-weight: 600;
  }
  #header .header-nav #_desktop_cart .blockcart .header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0;
  }
  #header .header-nav #_desktop_cart .blockcart .header img {
    width: 30px;
    height: 30px;
  }
  #header .header-nav #_desktop_cart .blockcart .header > a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  #header .header-nav #_desktop_cart .blockcart i {
    color: #f2f2f2 !important;
  }
  #header .header-nav #_desktop_cart .blockcart .hidden-sm-down {
    display: none;
  }
  #header .header-nav #_desktop_cart .blockcart .cart-products-count {
    display: block;
    padding-top: 2px;
    min-width: 24px;
    min-height: 24px;
    border-radius: 50%;
    background-color: #C2211A;
    color: #f2f2f2;
  }
  #header .header-nav #_desktop_cart .blockcart .cart-amount {
    color: #f2f2f2;
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  #header .header-nav {
    /* #_desktop_contact_link{
        margin-right: 30px;
    } */
  }
  #header .header-nav #search_widget {
    display: block;
    margin-left: auto;
  }
  #header .header-nav #search_widget form {
    max-width: 250px;
  }
  #header .header-nav #search_widget input {
    overflow: hidden;
    background: #3F4361;
    padding: 15px;
    font-size: 14px;
    color: #f2f2f2;
  }
  #header .header-nav #search_widget input::placeholder {
    color: #f2f2f2;
  }
  #header .header-nav #search_widget .search {
    left: unset;
    right: 10px;
    top: calc(50% + 2px);
    transform: translateY(-50%);
    padding: 0;
  }
}

#footer {
  padding: 0 !important;
  padding-top: 20px !important;
}
#footer .wishlist-modal .modal-text {
  color: #232f3e;
}
#footer #custom-text {
  color: #f2f2f2;
  padding: 50px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 60px;
  border-radius: 10px;
}
@media (min-width: 768px) {
  #footer #custom-text {
    margin-left: 0;
    margin-right: 0;
  }
}
#footer #custom-text {
  background: linear-gradient(to right, rgba(35, 47, 62, 0.9) 0%, rgba(35, 47, 62, 0.6) 75%), url("/img/customtextimg.jpg") center/cover no-repeat;
}
#footer #custom-text a {
  color: #f2f2f2;
  background-color: #C2211A;
}
#footer #custom-text h2 {
  color: #f2f2f2;
  text-align: left;
}
#footer #custom-text p, #footer #custom-text p .dark {
  color: #f2f2f2;
  text-align: left;
}
#footer #custom-text p:last-child {
  margin-bottom: 0;
}
#footer .footer-container {
  color: #232f3e;
  padding-top: 60px;
  background: #232f3e;
}
@media (min-width: 768px) {
  #footer .footer-container {
    background: url("/img/stopka-royal-parts.webp") right/cover no-repeat;
  }
}
#footer .footer-container > .container > .row:first-child {
  padding-bottom: 60px;
}
#footer .footer-container > .container > .row:last-child {
  display: none;
}
#footer .footer-container .h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
}
#footer .footer-container .row:has(.block-social) {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #footer .footer-container .row:has(.block-social) {
    flex-direction: row;
  }
}
#footer .footer-container .block-social {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  padding: 0 10px;
}
#footer .footer-container .block-social .h3 {
  text-align: left;
}
#footer .footer-container .block-social ul {
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#footer .footer-container .block-social ul li {
  background-color: transparent;
  margin: 0;
}
@media (min-width: 768px) {
  #footer .footer-container .block-social {
    margin-top: 0;
    padding: 0 15px;
  }
  #footer .footer-container .block-social ul {
    justify-content: flex-end;
  }
  #footer .footer-container .block-social .h3 {
    text-align: right;
  }
}
#footer .footer-container .row:has(.pi-copyright) {
  position: relative;
  color: #232f3e;
  background-color: #f2f2f2;
}
#footer .footer-container .row:has(.pi-copyright) > div {
  position: relative;
  z-index: 1;
}
#footer .footer-container .row:has(.pi-copyright)::after {
  content: "";
  position: absolute;
  display: block;
  height: calc(100% + 5px);
  width: 200vw;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f2f2f2;
  z-index: 0;
}
@media (max-width: 767px) {
  #footer .footer-container .block-contact {
    padding-top: 20px;
  }
}
#footer .footer-container .pi-copyright {
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
  padding-top: 20px;
  margin: 0 10px;
  font-size: 14px;
}
#footer .footer-container .pi-copyright a, #footer .footer-container .pi-copyright span, #footer .footer-container .pi-copyright p {
  color: #232f3e !important;
}
@media (min-width: 768px) {
  #footer .footer-container .pi-copyright {
    justify-content: flex-end;
    width: 25%;
    margin: 0;
  }
}
#footer .footer-container a, #footer .footer-container span, #footer .footer-container p {
  color: #f2f2f2;
}
#footer .footer-container .links .title {
  border: none;
}
#footer .footer-container .links ul {
  background-color: transparent;
}
#footer .footer-container .links ul li {
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  #footer .footer-container .links ul li {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  #footer .footer-container .links {
    padding-left: 0;
  }
  #footer .footer-container .links .h3 {
    min-height: 2em;
  }
}
@media (min-width: 992px) {
  #footer .footer-container .links .h3 {
    min-height: unset;
  }
}
@media (min-width: 768px) {
  #footer .footer-container .block-social {
    padding-right: 0;
  }
}
#footer .footer-container .row:nth-child(1) .block-contact {
  width: 100%;
}
#footer .footer-container .row:nth-child(1) .block-contact p {
  font-size: 14px;
  margin-bottom: 5px;
}
#footer .footer-container .row:nth-child(1) .block-contact span {
  display: none;
}
#footer .footer-container .row:nth-child(1) .block-contact .h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  #footer .footer-container .row:nth-child(1) .block-contact {
    width: 25%;
  }
}
#footer .footer-container .row:nth-child(2) {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  #footer .footer-container .row:nth-child(2) {
    flex-direction: row;
  }
}
#footer .footer-container .row:nth-child(2) .block-contact {
  padding-left: 0;
}
#footer .footer-container .row:nth-child(2) .block-contact .block-contact-title {
  display: none;
}
#footer .footer-container .row:nth-child(2) .block-contact a {
  text-decoration: none;
}
#footer .footer-container .row:nth-child(2) .block-contact a span {
  text-decoration: none;
}
#footer .footer-container .row:nth-child(2) .block-contact p, #footer .footer-container .row:nth-child(2) .block-contact a, #footer .footer-container .row:nth-child(2) .block-contact span {
  font-size: 14px;
  color: #232f3e;
}
#footer .footer-container .row:nth-child(2) .block-contact p span, #footer .footer-container .row:nth-child(2) .block-contact a span, #footer .footer-container .row:nth-child(2) .block-contact span span {
  display: none;
}
#footer .footer-container .row:nth-child(2) .block-contact p {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  #footer .footer-container .row:nth-child(2) .block-contact {
    width: 75%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .footer-container .row:nth-child(2) .block-contact p, #footer .footer-container .row:nth-child(2) .block-contact a {
    padding: 0;
    font-weight: 400;
  }
  #footer .footer-container .row:nth-child(2) .block-contact .h4 {
    padding: 0;
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
  }
  #footer .footer-container .row:nth-child(2) .block-contact #contact-infos {
    display: flex;
    gap: 4px;
  }
}
@media (min-width: 992px) {
  #footer .footer-container .row:nth-child(2) .block-contact p span {
    display: inline;
    margin-right: 4px;
  }
}

@media (min-width: 768px) {
  #index .products {
    margin: 0 -15px;
  }
}

#wrapper {
  display: block !important;
  margin-top: 60px;
  background: #fff;
  padding-top: 30px;
}
@media (min-width: 768px) {
  #wrapper {
    margin-top: 0;
  }
}

.carousel .carousel-item .caption .caption-description .page-content.page-cms ul, .carousel .carousel-item .caption .caption-description p, .page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
  color: #f2f2f2;
}

#carousel {
  left: unset;
  width: 100%;
  margin-left: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
}
#carousel .carousel-item {
  height: auto;
}
#carousel figure {
  width: 100%;
}
#carousel .carousel-indicators {
  margin-bottom: 0 !important;
}
#carousel .caption {
  top: 50%;
  left: 12.5%;
  transform: translateY(-50%);
  bottom: unset;
  position: absolute;
  width: 75%;
}
#carousel .caption a, #carousel .caption p {
  text-align: left;
}
#carousel .caption h2 {
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 700 !important;
  line-height: 35px;
  margin-bottom: 25px;
}
#carousel .caption .caption-description > a {
  display: none;
}
#carousel .caption .caption-description > p a {
  display: inline-block;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 3rem;
  font-size: 1rem;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #f2f2f2;
  background-color: #C2211A;
  border-color: #C2211A;
  border-radius: 10px;
}
#carousel .caption .caption-description > p a:first-child {
  display: none;
}
#carousel .carousel-inner {
  height: unset;
  position: relative;
  border-radius: 10px;
}
#carousel img {
  min-height: 250px;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.5);
}
@media (max-width: 767px) {
  #carousel .carousel-control {
    display: none;
  }
}
@media (min-width: 768px) {
  #carousel {
    padding-top: 30px;
    height: 360px;
    max-height: 360px;
  }
  #carousel .carousel-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/img/nakladka-slider-royal-partsv2.png") center/contain no-repeat;
    pointer-events: none;
  }
  #carousel img {
    object-fit: contain;
  }
  #carousel .caption h2 {
    font-size: 55px;
    line-height: 55px;
  }
}
@media (min-width: 992px) {
  #carousel {
    max-height: 468px;
    height: 468px;
  }
}
@media (min-width: 1200px) {
  #carousel {
    max-height: 550px;
    height: 550px;
  }
}
@media (min-width: 1440px) {
  #carousel {
    max-height: 660px;
    height: 660px;
  }
}
@media (min-width: 1680px) {
  #carousel {
    max-height: 760px;
    height: 760px;
  }
}

#main .page-footer {
  margin-bottom: 0;
}

#npCarousel {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.np-grid {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.pi-logocarousel {
  max-height: 250px;
}
.pi-logocarousel .pi-prev, .pi-logocarousel .pi-next {
  display: none;
}
.pi-logocarousel .pi-logo-carousel:first-child {
  margin-left: 0;
}
.pi-logocarousel .pi-logo-carousel:last-child {
  margin-right: 0;
}

#cc-main .cm__footer {
  background: #fff;
}

#cc-main .cm {
  background: #fff;
}

#cc-main .pm {
  background: #fff;
}

#cc-main .cm__link-group {
  display: flex;
  gap: 10px;
}
#cc-main .cm__link-group a {
  margin: 0;
}

/* .js-product{
    @media(max-width: 991px) and (min-width: 768px){
        &:nth-child(2n){
            padding-right: 0;
        }
        &:nth-child(2n-1){
            padding-left: 0;
        }
    }

    @media(max-width: 767px){
        padding: 0 15px;
    }

    @media(min-width: 992px){
        &:nth-child(3n){
            padding-right: 0;
        }
        &:nth-child(3n-2){
            padding-left: 0;
        }
    }
} */
@media (max-width: 767px) {
  .breadcrumb {
    position: absolute;
    top: 62px;
    left: 0;
    margin-bottom: 0;
    background: #f2f2f2;
    z-index: 10;
  }
  .breadcrumb ol {
    display: flex;
    width: 100vw;
    overflow-x: scroll;
    background-color: #f2f2f2;
    scrollbar-width: thin;
    scrollbar-color: #C2211A transparent;
  }
  .breadcrumb ol::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .breadcrumb ol::-webkit-scrollbar-thumb {
    background-color: #C2211A;
    border-radius: 8px;
  }
  .breadcrumb ol::-webkit-scrollbar-track {
    background: transparent;
  }
  .breadcrumb ol li {
    min-width: fit-content;
    background-color: #f2f2f2;
    color: #232f3e;
    padding: 12px 5px;
    font-size: 14px;
  }
  .breadcrumb ol li::after {
    content: ">";
  }
  .breadcrumb ol li:last-child {
    color: #232f3e;
  }
  .breadcrumb ol li:last-child::after {
    content: none;
  }
  .breadcrumb ol li span {
    min-width: fit-content;
    white-space: nowrap;
  }
  .breadcrumb ol li:first-child {
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 20px 0 !important;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .breadcrumb::before {
    content: "";
    position: absolute;
    background-color: #f2f2f2;
    height: 100%;
    width: 200vw;
    top: 50%;
    left: -50vw;
    z-index: -1;
    translate: 0 -50%;
  }
  .breadcrumb ol {
    font-size: 14px;
  }
  .breadcrumb ol li {
    color: #595959;
  }
  .breadcrumb ol li::after {
    content: ">";
  }
  .breadcrumb ol li:last-child {
    color: #232f3e;
  }
  .breadcrumb ol li:last-child::after {
    content: none;
  }
}
.product-miniature .thumbnail-container {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(95, 93, 93, 0.1019607843), 0 18px 18px 0 rgba(95, 93, 93, 0.1019607843);
}
.product-miniature .thumbnail-container .product-thumbnail img {
  height: revert-layer;
}
.product-miniature .product-flags {
  display: none !important;
}
.product-miniature .product-flags:has(.discount) {
  display: flex !important;
}
.product-miniature .product-flags:has(.discount) .product-flag:not(.discount) {
  display: none;
}
.product-miniature .product-flags:has(.discount) .discount {
  display: block;
  background: #232f3e;
  color: #f2f2f2;
  border-radius: 10px;
  margin-top: 12px;
  margin-left: 20px;
}
.product-miniature .wishlist-button-add {
  display: none;
}
.product-miniature .highlighted-informations {
  display: none;
}
.product-miniature .product-price-and-shipping-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-miniature .product-price-and-shipping-wrapper .add-to-cart {
  border: none;
  background-color: transparent;
}
.product-miniature .product-price-and-shipping-wrapper .add-to-cart:hover img {
  background-color: #a31610;
  cursor: pointer;
}
.product-miniature .product-price-and-shipping-wrapper img {
  padding: 5px;
  background-color: #C2211A;
  border-radius: 10px;
}
.product-miniature .product-price-and-shipping-wrapper i {
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}
.product-miniature .product-description {
  padding: 15px 0;
}
.product-miniature .product-description::after {
  display: none;
}
.product-miniature .product-description .product-title {
  margin: 0;
  margin-bottom: 15px;
  text-align: left;
  height: 4em;
}
.product-miniature .product-description .product-title a {
  color: #232f3e;
}
.product-miniature .product-description .product-price-and-shipping {
  display: flex;
  flex-direction: column-reverse;
  text-align: left;
}
.product-miniature .product-description .product-price-and-shipping .price {
  color: #232f3e;
  font-size: 18px;
}
.product-miniature .product-description .product-price-and-shipping .regular-price {
  font-size: 14px;
  color: #C2211A;
}

.featured-products h2 {
  text-align: left !important;
}
.featured-products .all-product-link {
  background-color: #C2211A;
  color: #f2f2f2;
  display: block;
  text-align: center;
  margin: 0 auto;
  max-width: fit-content;
  margin-top: 30px;
  font-weight: 400;
}
.featured-products .product {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .featured-products .product {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .featured-products .product {
    width: 33.33333%;
  }
}
@media (min-width: 1200px) {
  .featured-products .product {
    width: 25%;
  }
}

.block-categories {
  padding: 0;
}
.block-categories:not(:has(.category-sub-menu)) {
  display: none;
}
.block-categories:has(.category-sub-menu) li:has(.h6) {
  background-color: #232f3e;
  padding: 20px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.block-categories:has(.category-sub-menu) li:has(.h6) .h6 {
  font-family: "Poppins", sans-serif !important;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 600;
}
.block-categories ul li i {
  display: none;
}
.block-categories ul li > ul {
  margin-top: 0 !important;
  padding: 20px 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid #232f3e;
}
.block-categories ul li > ul a {
  font-size: 12px;
  font-weight: 400;
}
.block-categories ul li > ul ul {
  margin-top: 0;
}
.block-categories ul li > ul ul li {
  margin-top: 5px;
  margin-bottom: 0;
  padding-bottom: 3px;
  padding-left: 10px;
}

#left-column {
  padding-right: 30px;
}
#left-column #search_filters_wrapper {
  margin-left: 0;
  margin-right: 0;
}
#left-column #search_filters_wrapper .ok {
  background-color: #C2211A;
  color: #f2f2f2;
}
#left-column #search_filters {
  padding: 0;
}
#left-column #search_filters .facet ul li {
  padding: 2px 10px;
}
#left-column #search_filters .facet ul li a {
  color: #232f3e;
  font-size: 13px;
  margin-top: 0;
}
#left-column #search_filters .facet ul li .magnitude {
  color: #acacac;
}
#left-column #search_filters .custom-checkbox input[type=checkbox] + span {
  width: 16px;
  height: 16px;
  border: 2px solid #f2f2f2;
}
#left-column #search_filters .custom-checkbox input[type=checkbox] + span .checkbox-checked {
  color: #f2f2f2;
  background-color: #232f3e;
  font-size: 16px;
}
#left-column #search_filters > .h6 {
  padding-bottom: 30px;
  margin-bottom: 0;
}
#left-column #search_filter_controls {
  margin: 30px 0;
}
@media (min-width: 768px) {
  #left-column {
    padding-left: 0;
  }
}

#category #wrapper {
  padding-top: 0;
}
#category #content-wrapper #js-product-list-header {
  margin-bottom: 30px;
}
#category #content-wrapper #js-product-list-header .card-block {
  padding: 0;
  margin: 0;
  min-height: unset;
}
#category #content-wrapper #js-product-list-header .card-block h1 {
  font-size: 22px;
  font-weight: 600;
  color: #232f3e;
  padding-bottom: 0;
  margin-bottom: 0;
}
#category #content-wrapper #js-product-list-header .card-block:has(#category-description) h1 {
  margin-bottom: 30px;
}
#category #content-wrapper #js-product-list-header #category-description p {
  color: #232f3e;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
#category #content-wrapper #js-product-list-header #category-description p:last-child {
  margin-bottom: 0;
}
#category #content-wrapper #subcategories {
  display: none;
  /* border: none;
  padding: 0;
  margin-bottom: 30px;

  h2{
      color: $primary;
      margin-bottom: 30px;
  }

  .subcategories-list{
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      grid-template-rows: auto;
      align-items: center;
      gap: 10px;
      margin: 0;

      li{
          width: 100%;
          margin: 0;
          padding: 10px;

          h5{
              margin-bottom: 0;

              a{
                  color: $primary;
              }
          }
      }

      @media(min-width: 768px){
          grid-template-columns: repeat(2, 1fr);
      }

      @media(min-width: 992px){
          grid-template-columns: repeat(3, 1fr);
      }

      @media(min-width: 1200px){
          grid-template-columns: repeat(4, 1fr);
      }
  } */
}
#category #content-wrapper #js-product-list-top {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  #category #content-wrapper #js-product-list-top {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
#category #content-wrapper #js-product-list-top .row {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  #category #content-wrapper #js-product-list-top .row {
    width: 50%;
  }
}
#category #content-wrapper #js-product-list-top > * {
  padding: 0 15px;
}
#category #content-wrapper #js-product-list-top #search_filter_toggler {
  background: #C2211A;
  color: #f2f2f2;
}
#category #content-wrapper #js-product-list-top .dropdown-menu {
  color: #232f3e;
  background: #f2f2f2;
  border-radius: 0;
}
#category #content-wrapper #js-product-list-top .dropdown-menu a {
  color: #232f3e;
}
#category #content-wrapper #js-product-list-top .dropdown-menu a:hover {
  background-color: #232f3e;
  color: #f2f2f2;
}
#category #content-wrapper .sort-by-row > span {
  color: #232f3e;
  margin: 0 !important;
  text-align: left;
  width: auto;
}
#category #content-wrapper .sort-by-row .select-title {
  border: none;
  background-color: #f2f2f2;
}
#category #content-wrapper .pagination {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
@media (min-width: 768px) {
  #category #content-wrapper .pagination {
    justify-content: flex-end;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #category #content-wrapper .pagination {
    width: 50%;
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0 !important;
  }
}
#category #content-wrapper .pagination .page-list {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 0;
  width: fit-content;
  max-width: 300px;
}
#category #content-wrapper .pagination .page-list::after {
  display: none;
}
#category #content-wrapper .pagination .page-list li:last-child {
  float: unset;
}
#category #content-wrapper .pagination .page-list li a {
  color: #232f3e;
}
#category #content-wrapper .pagination .page-list li.current a {
  color: #C2211A;
}
#category #content-wrapper .active_filters {
  background-color: #fff;
}
#category #content-wrapper .active_filters .h6 {
  color: #232f3e;
}
#category #content-wrapper .active_filters .filter-block {
  background-color: #C2211A;
  color: #f2f2f2;
}
#category #content-wrapper .active_filters .filter-block .close {
  color: #f2f2f2;
}
#category #content-wrapper .up a {
  background: #f2f2f2;
  color: #232f3e;
}
@media (min-width: 768px) {
  #category #content-wrapper {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  #category #wrapper > .container {
    padding-top: 0 !important;
  }
}

#product .product-information {
  display: flex;
  flex-direction: column;
}
#product #content {
  max-width: unset;
}
#product .product-manufacturer {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
#product .product-manufacturer span {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #product #wrapper {
    padding-top: 45px;
  }
  #product #wrapper .tabs {
    padding: 20px 15px;
  }
  #product #wrapper .breadcrumb {
    position: absolute;
    top: 62px;
    left: 0;
    margin-bottom: 0;
    z-index: 10;
  }
  #product #wrapper .breadcrumb ol {
    display: flex;
    width: 100vw;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color: #C2211A transparent;
  }
  #product #wrapper .breadcrumb ol::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  #product #wrapper .breadcrumb ol::-webkit-scrollbar-thumb {
    background-color: #C2211A;
    border-radius: 8px;
  }
  #product #wrapper .breadcrumb ol::-webkit-scrollbar-track {
    background: transparent;
  }
  #product #wrapper .breadcrumb ol li {
    min-width: fit-content;
    background-color: #f2f2f2;
    color: #232f3e;
    padding: 12px 5px;
    font-size: 14px;
  }
  #product #wrapper .breadcrumb ol li span {
    min-width: fit-content;
    white-space: nowrap;
  }
  #product #wrapper .breadcrumb ol li:first-child {
    padding-left: 15px;
  }
}
#product #wrapper #product-availability {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
  flex-wrap: wrap;
}
#product #wrapper #product-availability .availability-text {
  color: #55c65e;
  font-weight: 600;
}
#product #wrapper #product-availability .stock-count {
  font-weight: 600;
}
#product #wrapper #product-availability .circle {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
#product #wrapper #product-availability .circle.available {
  background-color: #55c65e;
}
#product #wrapper #product-availability .circle.last_items {
  background-color: yellow;
}
#product #wrapper #product-availability .circle.unavailable {
  background-color: #C2211A;
}
#product #wrapper .product-condition {
  margin-top: 10px;
  margin-bottom: 10px;
}
#product #wrapper .product-additional-info .tabs {
  margin: 0;
  padding: 0;
}
#product #wrapper .product-flags .product-flag:not(.discount) {
  display: none;
}
#product #wrapper .product-flags .product-flag.discount {
  background-color: #146eb4;
  border-radius: 10px;
  margin-top: 16px;
  margin-left: 16px;
}
#product #wrapper .wishlist-button-add {
  display: none;
}
#product #wrapper .product-prices {
  display: flex;
  align-items: center;
  gap: 20px;
}
#product #wrapper .product-prices .tax-shipping-delivery-label {
  font-family: "Poppins", sans-serif !important;
  font-size: 18px;
  color: #232f3e;
  font-weight: 600;
}
#product #wrapper .product-price {
  color: #232f3e;
  font-size: 26px;
  font-weight: 600;
  font-family: "poppins", sans-serif !important;
  margin-bottom: 0;
}
#product #wrapper .product-price .current-price {
  margin-bottom: 0;
  display: flex;
  gap: 15px;
  align-items: flex-end;
}
#product #wrapper .product-price .tax-shipping-delivery-label {
  margin-bottom: 4px;
}
#product #wrapper .product-price .tax-shipping-delivery-label > div {
  display: none;
}
#product #wrapper .product-price .regular-price {
  color: #C2211A;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.7;
}
#product #wrapper .product-price .discount {
  display: none;
}
#product #wrapper .add-to-cart {
  background-color: #C2211A;
  border-radius: 10px;
}
#product #wrapper .add-to-cart:hover {
  background-color: #a31610;
}
#product #wrapper .add-to-cart:hover img {
  background-color: #a31610;
}
#product #wrapper .product-images > li.thumb-container .thumb.selected, #product #wrapper .product-images > li.thumb-container .thumb:hover {
  border: 3px solid #232f3e;
}
#product #wrapper .tabs .nav-tabs .nav-link.active, #product #wrapper .tabs .nav-tabs .nav-link:hover {
  border-bottom: 3px solid #232f3e;
  color: #232f3e;
}
#product #wrapper .product-images {
  margin-bottom: 30px;
}
#product #wrapper h1.h1 {
  overflow-x: clip;
  margin-bottom: 30px;
}
#product #wrapper .product-accessories .h5 {
  font-size: 22px;
  font-family: "poppins", sans-serif !important;
  font-weight: 600;
  margin-bottom: 30px;
}
#product #wrapper .page-footer {
  display: none;
}
#product #wrapper .pi-product-info {
  margin-bottom: 15px;
}
#product #wrapper .pi-product-info span {
  font-size: 15px;
}
#product #wrapper .pi-product-info .product-condition {
  display: none;
}
#product #wrapper #quantity_wanted {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#product #wrapper .product-description * {
  color: #232f3e;
}
#product #wrapper .bootstrap-touchspin-up {
  border-top-right-radius: 10px;
}
#product #wrapper .bootstrap-touchspin-down {
  border-bottom-right-radius: 10px;
}
#product #wrapper {
  /* .product-features:last-child{
      display: none;
  } */
}
@media (min-width: 768px) {
  #product #wrapper {
    padding-top: 0;
  }
  #product #wrapper > .container {
    padding: 0;
  }
  #product #wrapper .product-accessories .product {
    padding: 0 15px;
  }
  #product #wrapper .breadcrumb {
    padding: 20px 0 !important;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  #product #wrapper .breadcrumb::before {
    content: "";
    position: absolute;
    background-color: #f2f2f2;
    height: 100%;
    width: 200vw;
    top: 50%;
    left: -50%;
    z-index: -1;
    translate: 0 -50%;
  }
  #product #wrapper .breadcrumb ol {
    font-size: 14px;
    padding: 0 15px;
  }
  #product #wrapper .breadcrumb ol li {
    color: #595959;
  }
  #product #wrapper .breadcrumb ol li::after {
    content: ">";
  }
  #product #wrapper .breadcrumb ol li:last-child {
    color: #232f3e;
  }
  #product #wrapper .breadcrumb ol li:last-child::after {
    content: none;
  }
}

.blockreassurance_product .item-product {
  margin-right: 10px;
  padding-top: 7px;
}
.blockreassurance_product .block-title {
  font-weight: 600;
  color: #232f3e;
}
.blockreassurance_product p {
  color: #232f3e;
  padding-left: 0;
  margin-top: 10px;
}

.group-span-filestyle .btn-default {
  background: #232f3e;
}

#contact .contact-rich h4 {
  color: #232f3e;
}
#contact .contact-rich .block .icon {
  color: #232f3e;
}
#contact .contact-rich .block .icon i, #contact .contact-rich .block .icon span {
  font-size: 2rem;
}
#contact .contact-rich .block .data {
  color: #232f3e;
}
#contact .contact-rich .block .data a {
  color: #232f3e;
  text-decoration: underline;
}
#contact .contact-rich .block a {
  color: #232f3e;
  text-decoration: underline;
}
#contact #content {
  padding-top: 0;
}
#contact .contact-form {
  padding-top: 0;
}
#contact .contact-form .form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 0;
}
#contact .contact-form .form-group label {
  width: fit-content;
  text-align: left;
}
#contact .contact-form .form-group label::after {
  content: "*";
  color: #C2211A;
  margin-left: 5px;
}
#contact .contact-form .form-group:has(#file-upload) label::after {
  content: "";
  margin-left: 0;
}
#contact .contact-form .form-group > div {
  max-width: 600px;
  width: 100%;
}
#contact .contact-form .form-group h3 {
  text-align: center;
}
#contact .contact-form .form-group span.form-control-comment {
  display: none;
}
#contact .contact-form .form-group .offset-md-3 {
  margin-left: 0;
}
#contact .contact-form .form-group .form-check-input {
  margin-left: 0;
}
#contact .contact-form .form-group .form-check-input + .form-check-label {
  padding-left: 30px;
}
#contact .contact-form .form-group .form-control {
  border: 1px solid #232f3e;
  border-radius: 10px;
}
#contact .contact-form .form-group .bootstrap-filestyle input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact .contact-form .form-group .bootstrap-filestyle span label {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
#contact .contact-form footer {
  text-align: center !important;
}
#contact .contact-form .alert li:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  #contact #wrapper > .container {
    padding-top: 0 !important;
  }
}

#cart .blockreassurance_product {
  padding: 0 15px;
}
#cart .bootstrap-touchspin-up {
  border-top-right-radius: 10px;
}
#cart .bootstrap-touchspin-down {
  border-bottom-right-radius: 10px;
}
#cart .price {
  color: #232f3e !important;
}
#cart .cart-grid-body {
  margin-bottom: 30px;
}
#cart .cart-grid-body > a.label {
  color: #f2f2f2;
  background-color: #C2211A;
  padding: 0.5rem 1.25rem;
  border-radius: 10px;
  font-weight: 600;
}
#cart .cart-grid-body > a.label i {
  margin-bottom: 2px;
}
#cart .js-cart-line-product-quantity {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media (min-width: 768px) {
  #cart .blockreassurance_product {
    padding: 70px 0 14px;
    margin-top: 0;
  }
  #cart .blockreassurance_product > div:not(.clearfix) {
    width: 33.3333%;
  }
}
#cart .card-block {
  padding-left: 0;
}
#cart .cart-item {
  padding: 15px 0;
  border-bottom: 1px solid #f2f2f2;
}
#cart .cart-item:last-child {
  border-bottom: none;
}
#cart .product-line-grid-body {
  padding-right: 0;
}
#cart .product-line-grid-body .product-price {
  margin: 10px 0;
}
#cart .product-line-grid-right {
  margin-top: 15px;
  padding: 0;
}
#cart .cart-summary-line {
  margin-bottom: 15px;
}
@media (max-width: 360px) {
  #cart .product-line-grid-right .price, #cart .product-line-grid-right .qty {
    width: 50%;
  }
}
@media (max-width: 575px) {
  #cart .product-line-grid-left {
    padding: 0;
  }
}
@media (max-width: 767px) {
  #cart .product-line-grid-right .price {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  #cart .product-line-grid {
    display: flex;
    align-items: center;
  }
  #cart .product-line-grid-left {
    padding-left: 0;
  }
  #cart .product-line-grid-right {
    margin-top: 0;
    padding: 0;
  }
  #cart .cart-grid-body {
    padding: 0;
  }
  #cart .product-line-grid-body {
    padding-right: 15px;
  }
  #cart .cart-grid-body .cart-overview {
    padding: 15px 0;
  }
  #cart .cart-grid-right {
    padding: 0;
    width: 100%;
  }
  #cart .cart-grid-right .card-block {
    padding: 0;
  }
  #cart .blockreassurance_product {
    display: flex;
  }
  #cart .cart-grid.row {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  #cart .cart-grid-body {
    padding-right: 15px;
  }
  #cart .cart-grid-right {
    width: 33.33333%;
    margin-top: 75px;
    padding-left: 15px;
  }
}

#blockcart-modal .cart-content .page-content.page-cms ul.cart-products-count, #blockcart-modal .cart-content p.cart-products-count, .page-content.page-cms #blockcart-modal .cart-content ul.cart-products-count {
  color: #232f3e;
}

#blockcart-modal .product-total {
  background-color: transparent !important;
}
#blockcart-modal .cart-content .btn-primary {
  background-color: #C2211A;
}
#blockcart-modal .cart-content .btn-primary:hover {
  background-color: #a31610;
}

#module-pi_search-search .pi_search-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #module-pi_search-search .pi_search-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  #module-pi_search-search .pi_search-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1200px) {
  #module-pi_search-search .pi_search-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

#authentication .form-control {
  border: 1px solid #232f3e;
  border-radius: 10px;
}
#authentication #field-password {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#authentication .form-footer.clearfix {
  text-align: center;
}
#authentication .input-group .input-group-btn > .btn[data-action=show-password] {
  background: #232f3e;
}

#registration .form-footer.clearfix {
  display: flex;
  justify-content: center;
}
#registration .form-control {
  border-radius: 10px;
  border: 1px solid #232f3e;
}
#registration #field-password {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#registration .input-group .input-group-btn > .btn[data-action=show-password] {
  background: #232f3e;
}
#registration .js-customer-form .required {
  position: relative;
}
#registration .js-customer-form .required::after {
  content: "*";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -25%;
  color: #C2211A;
}

#password .center-email-fields {
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
}
#password .center-email-fields label {
  padding-left: 0;
  margin-bottom: 15px;
  text-align: left;
}
#password .center-email-fields .email {
  width: 240px;
  margin-bottom: 15px;
}
#password .center-email-fields #send-reset-link {
  width: fit-content;
}

#checkout #payment-option-2-container {
  align-items: center;
}
#checkout #payment-option-3-container img {
  width: unset;
}
#checkout .log-in {
  border-radius: 25px !important;
  padding: 12px !important;
  max-width: 330px !important;
  width: 100% !important;
  height: auto !important;
  color: #f2f2f2 !important;
  background-color: #232f3e !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}
#checkout .asgusloadercontainer {
  display: none !important;
}
#checkout .vat_number .asgusloadercontainer {
  display: none !important;
}
#checkout .vat_number .asgusloadercontainer:first-of-type {
  display: block !important;
  margin-top: 10px;
  margin-bottom: 16px;
}
#checkout #pdinvoicebillpro {
  margin-top: 0 !important;
}
#checkout #pdinvoicebillpro .card-title {
  font-size: 14.5px !important;
}
#checkout #checkout-guest-form .form-group:has(#field-siret) {
  display: none;
}
#checkout #invoice-address #pdinvoicebillpro {
  display: none;
}
#checkout .delivery-options .row.delivery-option {
  flex-wrap: wrap;
}
#checkout .delivery-options .row.delivery-option label {
  width: 90% !important;
}
#checkout .delivery-options .row.delivery-option .apaczka-additional-div {
  padding-left: 50px !important;
}
#checkout .delivery-options .row.delivery-option .apaczka-additional-div button {
  margin-top: 10px;
}
#checkout #delivery-address .form-group:has(#field-vat_number) {
  display: none;
}
#checkout #delivery-address .form-group:has(#field-company) {
  display: none;
}
#checkout #delivery-address .form-fields {
  display: flex;
  flex-direction: column;
}
#checkout .classic-login {
  margin-left: 0;
}
#checkout .classic-login a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
}
#checkout #login-form .password-confirm-wrapper {
  display: none !important;
}
#checkout #docchoice {
  display: none;
}
#checkout .form-control {
  border-radius: 10px;
  border: 1px solid #232f3e;
}
#checkout #conditions-to-approve .condition-label {
  position: relative;
  padding-left: 0;
}
#checkout #conditions-to-approve .condition-label::after {
  content: "*";
  position: absolute;
  right: 0;
  font-size: 13.5px;
}
@media (min-width: 1440px) {
  #checkout #conditions-to-approve .condition-label::after {
    right: -20px;
  }
}
#checkout #main .asgusloadercontainer {
  display: none;
}
#checkout .terms-and-conditions {
  justify-content: flex-start !important;
}
#checkout .account-fields .form-group {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#checkout .business-fields-separator:after {
  display: none !important;
}
#checkout #create_account {
  margin-bottom: 35px;
}
#checkout .condition-label {
  padding-left: 0;
}
#checkout .input-group .input-group-btn > .btn[data-action=show-password] {
  background: #232f3e;
}
#checkout .continue {
  background: #C2211A;
}
#checkout .delivery-option {
  border-radius: 10px;
}
#checkout #order-items > .row {
  display: flex;
  align-items: center;
  width: calc(100% + 15px);
}
#checkout #order-items .total-value {
  background-color: #fff !important;
}
#checkout .form-group:has(.custom-checkbox) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #checkout .form-group:has(.custom-checkbox) .required {
    float: right;
  }
}
#checkout .form-group:has(.custom-checkbox) .form-control-comment {
  display: none;
}
@media (min-width: 768px) {
  #checkout #content-wrapper {
    padding: 0;
    padding-top: 15px;
  }
}
#checkout .cart-grid-body {
  padding-left: 0;
}
#checkout .cart-grid-right {
  padding-right: 15px;
}
#checkout .cart-grid-right .card-block {
  padding-right: 0;
  padding-left: 0;
}
#checkout .header-nav {
  padding: 0 !important;
}
#checkout .step-number {
  background-color: #C2211A !important;
  color: #f2f2f2 !important;
  opacity: 1 !important;
  border: none !important;
}
#checkout section.checkout-step .step-number {
  border: none !important;
}
#checkout section.checkout-step.-unreachable .step-title {
  opacity: 1 !important;
}
#checkout .required {
  position: relative;
}
#checkout .required::after {
  content: "*";
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -25%;
  color: #C2211A;
}
#checkout #field-vat_number {
  margin-bottom: 10px;
  position: relative;
}
#checkout #field-vat_number::after {
  content: "Wypełnij bo otrzymać fakturę";
  position: absolute;
  bottom: 0;
  left: 0;
  color: #7a7a7a;
}

#cms #content {
  padding: 0;
}
#cms #content * {
  color: #232f3e !important;
}

#manufacturer .sort-by {
  max-width: fit-content;
  text-align: left;
}
#manufacturer .select-title {
  border: none;
  background-color: #f2f2f2;
  max-width: 270px;
}
#manufacturer .page-list {
  gap: 15px;
  justify-content: flex-end !important;
}
#manufacturer .page-list .current a {
  color: #C2211A;
}
#manufacturer #js-product-list-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#manufacturer #js-product-list-top > div, #manufacturer #js-product-list-top > nav {
  width: 100%;
}
@media (min-width: 768px) {
  #manufacturer #js-product-list-top {
    flex-direction: row;
  }
  #manufacturer #js-product-list-top > div, #manufacturer #js-product-list-top > nav {
    width: 50%;
  }
}

#order-confirmation #wrapper {
  padding-top: 0;
}
@media (min-width: 768px) {
  #order-confirmation #content-wrapper {
    padding: 0;
  }
}
#order-confirmation #order-items .image img {
  width: 25%;
}
#order-confirmation .card-block {
  padding-left: 0;
  padding-right: 0;
}
#order-confirmation #order-items .h3,
#order-confirmation .row .text-sm-center {
  text-align: left !important;
}
#order-confirmation .all-product-link {
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  border-radius: 10px;
  line-height: 1.25;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
}

@media (max-width: 991px) {
  .pi-search--modal #pi-search-form {
    grid-template-columns: 1fr;
  }
}

#blockcart-modal .product-name {
  color: #232f3e !important;
}

.product-line-info a.label {
  color: #232f3e !important;
}

.product-line-info a.label:hover {
  color: #146eb4 !important;
}

.pi-search--modal {
  position: relative;
}
.pi-search--modal .pi-search__trigger-wrap {
  position: relative;
  display: block;
  max-width: 560px;
}
.pi-search--modal .pi-search__trigger-input {
  width: 100%;
  padding: 0.65rem 0.85rem 0.65rem 2.25rem;
  border: 1px solid #232f3e;
  border-radius: 0;
  line-height: 1.3;
  cursor: pointer;
  background: #fff;
}
.pi-search--modal .pi-search__trigger-input:hover {
  border-color: #bbb;
}
.pi-search--modal .pi-search__trigger-input:focus {
  outline: none;
  border: 2px solid #232f3e;
}
.pi-search--modal .pi-search__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #f2f2f2;
}
.pi-search--modal .pi-modal[aria-hidden=true] {
  display: none;
}
.pi-search--modal .pi-modal[aria-hidden=false] {
  display: block;
}
.pi-search--modal .pi-modal {
  position: fixed;
  inset: 0;
  z-index: 1050;
}
.pi-search--modal .pi-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(17, 24, 39, 0.55);
  backdrop-filter: blur(2px);
}
.pi-search--modal .pi-modal__dialog {
  position: relative;
  margin: 6vh auto;
  background: #fff;
  max-width: 860px;
  width: calc(100% - 2rem);
  border-radius: 0;
  padding: 1.25rem;
  z-index: 1;
}
.pi-search--modal .pi-modal__close {
  position: absolute;
  top: 0.5rem;
  right: 0.65rem;
  background: none;
  border: 0;
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  color: #666;
}
.pi-search--modal .pi-modal__close:hover {
  color: #000;
}
.pi-search--modal .pi-modal__title {
  margin: 0 0 1rem 0;
  font-size: 1.25rem;
  font-weight: 600;
}
.pi-search--modal .pi-search__form {
  display: grid;
  grid-template-columns: repeat(var(--pi-cols, 1), 1fr);
  gap: 15px;
  margin-top: 20px;
}
.pi-search--modal .pi-search__row {
  flex: 1 1 0;
  min-width: 0;
}
.pi-search--modal .pi-search__row--full {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .pi-search--modal .pi-search__row--full {
    grid-column: 1/-1;
  }
  .pi-search--modal .pi-search__icon {
    left: 0.6rem;
  }
}
.pi-search--modal .pi-search__select,
.pi-search--modal .pi-search__input {
  width: 100%;
  height: 2.75rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid #232f3e;
  border-radius: 0.375rem;
  background: #fff;
  transition: border-color 0.15s ease;
}
.pi-search--modal .pi-search__select:focus,
.pi-search--modal .pi-search__input:focus {
  outline: none;
  border: 2px solid #232f3e;
}
.pi-search--modal .pi-search__select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%);
  background-position: calc(100% - 18px) 16px, calc(100% - 12px) 16px;
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.pi-search--modal #pi-search-title {
  color: #232f3e;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.pi-search--modal .pi-search__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 2.75rem;
  padding: 0 1rem;
  border: 0;
  border-radius: 0.375rem;
  background: #232f3e;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: filter 0.15s ease, transform 0.02s ease;
}
.pi-search--modal .pi-search__submit:hover {
  filter: brightness(1.05);
}
.pi-search--modal .pi-search__submit:active {
  transform: translateY(1px);
}
.pi-search--modal .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pi-search--expanded {
  position: relative;
  margin: 0 15px;
}
.pi-search--expanded .pi-search__form--expanded {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.pi-search--expanded .pi-search__row {
  width: 100%;
}
.pi-search--expanded .pi-search__row--full {
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .pi-search--expanded .pi-search__form--expanded {
    align-items: end;
  }
  .pi-search--expanded .pi-search__row--full {
    grid-column: 1/-1;
  }
}
.pi-search--expanded .pi-search__select,
.pi-search--expanded .pi-search__input {
  flex: 1 1 0;
  min-width: 0;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #232f3e;
  border-radius: 0;
  background: #3A3D5C;
  color: #f2f2f2;
}
.pi-search--expanded .pi-search__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 2.5rem;
  background-image: linear-gradient(45deg, transparent 50%, #f2f2f2 50%), linear-gradient(135deg, #f2f2f2 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 18px) 50%, calc(100% - 12px) 50%, 100% 0;
  background-size: 6px 6px, 6px 6px, 2.5rem 100%;
  background-repeat: no-repeat;
}
.pi-search--expanded .pi-search__select::-ms-expand {
  display: none;
}
.pi-search--expanded .pi-search__select:focus {
  border: 2px solid #232f3e;
}
.pi-search--expanded .pi-search__input::placeholder {
  color: #f2f2f2;
}
.pi-search--expanded .pi-search__select:focus,
.pi-search--expanded .pi-search__input:focus {
  outline: none;
}
.pi-search--expanded .pi-search__submit {
  flex: 0 0 50px;
  height: 40px;
  border: 1px solid #232f3e;
  border-radius: 0;
  background: #3A3D5C;
  color: #f2f2f2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 10px;
}
.pi-search--expanded .pi-search__submit:hover {
  filter: brightness(1.05);
}
.pi-search--expanded .pi-search__submit:active {
  transform: translateY(1px);
}
.pi-search--expanded .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.pi-search--expanded .pi-select {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
}
.pi-search--expanded .pi-select__button {
  width: 100px;
  max-width: 100px;
  height: 40px;
  padding: 0 15px;
  border: none;
  background: rgba(245, 245, 245, 0.2);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pi-search--expanded .pi-select__button:focus {
  outline: none;
  border: none;
}
.pi-search--expanded .pi-select__list {
  width: fit-content;
  max-width: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  max-height: 260px;
  overflow: auto;
  background: #232f3e;
  color: #f2f2f2;
  border: 1px solid #232f3e;
  border-radius: 10px;
  z-index: 30;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  display: none;
}
.pi-search--expanded .pi-select__list[aria-hidden=false] {
  display: block;
}
.pi-search--expanded .pi-select__option {
  padding: 10px 12px;
  cursor: pointer;
  font-size: 14px;
}
.pi-search--expanded .pi-select__option[aria-selected=true] {
  background: #45496B;
}
.pi-search--expanded .pi-select__option[aria-current=true] {
  background: #3A3D5C;
}
.pi-search--expanded .pi-select__option:hover {
  background: #51557A;
}
.pi-search--expanded .pi-select select.pi-search__select {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

#password-policy ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 5px;
}

.faceted-overlay {
  display: none !important;
}

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