/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*
#header {
  background: red !important;
}*/
body {
  font-family: "Oswald", sans-serif;
}
.logo__gora {
  display: flex;
  justify-content: center;
}
.new__logo img {
  max-height: 50px;
  width: auto;
}

@media (max-width: 768px) {
  .drzewo_kategorii {
    display: none !important;
  }
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d7230b;
  --bs-btn-hover-border-color: #d7230b;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #797979;
  --bs-btn-disabled-border-color: #797979;
}
.btn-outline-primary {
  --bs-btn-color: black;
  --bs-btn-border-color: black;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #d7230b;
  --bs-btn-hover-border-color: #d7230b;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #000000;
  --bs-btn-active-border-color: #000000;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #797979;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #797979;
  --bs-gradient: none;
}
.j7s_header_top {
  background: #000000;
  padding: 10px 0;
  display: flex;
  justify-content: right;
}
.j7s_header_mid {
  display: flex;
  justify-content: space-between;
}
.header__logo img {
  max-height: 50px;
  width: auto;
}
.header__menu {
  display: flex;
  justify-content: right;
}
/*
.caption-description {
  max-width: none !important;
}*/
.display-1 {
  color: white !important;
}
.header-block__action-btn {
  color: white !important;
}
.header-block__icon {
  color: white !important;
}
.header-block__badge {
  background: red !important;
}
.menu__hamburger__icon {
  color: black !important;
  font-size: 30px !important;
}
.footer .footer__block__content-list a:hover {
  color: red !important;
}
.header {
  border-bottom: 1px solid black;
}
.product-miniature__quickview {
  display: none !important;
}
.product__left {
  padding: 0px !important;
  margin-top: 10px !important;
}
.product__col {
  margin-top: 0px !important;
}
.product__name__card {
  margin-bottom: 10px !important;
}
.product__total_header {
  flex-direction: row !important;
  justify-content: space-between !important;
}

.prices__wrapper {
  align-items: flex-end !important;
}
.prices__wrapper {
  margin-bottom: 0px !important;
}
.product__current-price {
  font-size: 1.2rem !important;
  position: relative;
  top: -5px;
}
.product__variants {
  .form-check-input {
    display: none;
  }
  .radio-variant {
    border: 1px solid #000000;
    padding: 5px 15px;
  }
  .radio-variant:hover {
    border: 1px solid #d7230b;
    background: #d7230b;
    color: white;
  }
  .form-check-input:checked {
    display: block;
    border: 1px solid #d7230b;
    background: #d7230b;
    color: white;
    position: relative;
    right: -5px;
    top: -10px;
  }

  .form-check-input {
  }
}
.dodano__do__koszyka {
  background: green;
  color: white;
}
.product-miniature__quickview_touch {
  display: none !important;
}
.add-to-cart {
  padding: 20px;
}
.detail {
  padding: 0px;
}
#block-reassurance {
  ul {
    display: flex;
  }
}
.bezpieczenstwo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
}
@media (min-width: 768px) {
  .logo__gora.md-hide {
    display: none !important;
  }
  .bezpieczenstwo {
    margin-top: 20px;
  }
}
.breadcrumb__wrapper {
  background: white;
}

@media (min-width: 970px) {
}

@media (max-width: 1200px) {
  .carousel-caption {
    left: 0px;
    right: 0px;
  }
  .display-1 {
    font-size: 2rem !important;
  }
  #add-to-cart-or-refresh {
    z-index: 9999;
    position: fixed;
    bottom: 0px;
    left: 0px;
    background: white;
    width: 100vw;
    padding: 15px;
  }
  .container {
    max-width: 100% !important;
  }
  .layout-full-width .products-selection,
  .layout-left-column .products-selection {
    margin-bottom: 0px;
  }
}
.block-category h1 {
  margin-bottom: 0px !important;
}

@media (min-width: 992px) {
  #products {
    position: relative;
    top: -50px;
  }
}

.page-product .product__variants .variant {
  margin-bottom: 0px !important;
}
.page-product .product__add-to-cart {
  margin-bottom: 0px !important;
}
.product__minimal-quantity {
  margin-top: 0px !important;
}
.ratio-homeSlider {
  h2 {
    background: rgba(0, 0, 0, 0.521);
    color: rgb(255, 255, 255) !important;
    padding: 15px;
    max-width: max-content;
  }
  h3 {
    background: rgba(0, 0, 0, 0.521);
    color: rgb(255, 255, 255) !important;
    padding: 15px;
    max-width: max-content;
  }
  p {
    color: rgb(255, 255, 255) !important;
    padding: 15px;
    max-width: max-content;
    min-width: 50%;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 1.2rem;
  }
  span {
    color: rgb(255, 255, 255) !important;
  }
}
.carousel .carousel-caption .caption-description {
  max-width: none !important;
}
.carousel-control-next {
  right: 0px !important;
}
.carousel-control-prev {
  left: 0px !important;
}
.carousel .carousel-control-next,
.carousel .carousel-control-prev {
  background: none !important;
}

.newsletter__block {
  background: rgb(255, 255, 255);
  /*
  background-image: url("/img/cash.jpg");*/
  /* background-position: center;Center the image */
  /*background-repeat: no-repeat;  Do not repeat the image */
}
.email-subscription .email-subscription__content__inputs input[type="email"] {
  color: black !important;
  padding: 15px 20px !important;
  font-size: large;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid black !important;
  box-shadow: 8px 8px 4px rgba(0, 0, 0, 0.5);
}
.email-subscription
  .email-subscription__content__inputs
  input[type="email"]::placeholder {
  color: rgb(112, 112, 112);
}
.email-subscription .email-subscription__content {
  /*max-width: 80% !important;*/
}
.newsletter__image {
  align-content: end;
}
.newsletter__image--right {
  position: relative;
  left: -50px;
  z-index: 5;
}
.newsletter__content {
  z-index: 10;
}
.newsletter__submit {
  padding: 15px 25px 20px 25px;
  font-size: 1.2rem;
  max-width: 40%;
  margin-top: 15px;
  margin-bottom: 25px;
}
.zgoda__newsletter {
  margin-top: 10px;
  font-weight: 200;
  padding: 0px 10px 10px 15px;
}
.email-subscription__content__inputs {
  display: block !important;
}
.newsletter__header {
  padding-bottom: 20px;
  padding-top: 10px;
}
.zalety__block {
  display: flex;
  justify-content: center;
  gap: 20px;
  float: left;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  background: none;
}
.md-hide {
  display: none !important;
}
.sm-hide {
  display: none !important;
}
@media (min-width: 768px) {
  .md-hide {
    display: block !important;
  }
}
@media (min-width: 970px) {
  .sm-hide {
    display: block !important;
  }
}
.zaleta {
  text-align: center;
  width: 200px;
  min-width: 20%;
  max-width: 300px;
}

.button__zgoda {
  display: flex;
}
.zalety__block {
  padding: 20px;
  border-radius: 10px;
  max-width: 1200px;
}
.zalety_all {
  width: 100%;
  display: inline-grid;
  justify-content: center;
  text-align: center;
  background-image: url("/img/green.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  padding-top: 40px;
  padding-bottom: 30px;
}
.zalety__icon {
  font-size: 3rem;
  color: #d7230b;
  position: relative;
}
.zalety_txt {
  padding-left: 15px;
  padding-right: 15px;
}
.zalety_nazwa {
  font-size: 1.2rem;
  margin-top: 0px;
}
@media (max-width: 768px) {
  .zalety_nazwa {
    font-size: 1rem;
  }
}
.zaleta {
  color: rgb(0, 0, 0);
  padding: 20px 5px;
  margin-bottom: 25px;
  text-align: center;
  border: 1px solid #d7230b;
}

.features__all {
  text-align: center;
  display: flex;
  justify-content: center;

  padding-top: 15px;
  margin-bottom: 10px;
  /*background-image: url("/img/stack2.jpg");
  background-size: 75%;
  background-position: center;
  background-repeat: no-repeat;*/
}
.fraturec__container {
  display: ruby;
  flex: auto;
  max-width: 1200px;
  max-width: 56.625rem;
}
.zaleta {
  background: black;
  perspective: 1000px;
  cursor: pointer;
  background: transparent;
  border: none;
  box-shadow: none;
  display: inline-block;
  max-width: 20%;
  display: inline-table;
  border: 1px solid #d7230b;
  margin: 0.8rem;
}
.zaleta__flip {
  position: relative;
  width: 220px;
  height: 220px;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}
.zaleta:hover .zaleta__flip,
.zaleta.flipped .zaleta__flip {
  transform: rotateY(180deg);
}
.zaleta__front,
.zaleta__back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border: 1px solid #d7230b;
  border-radius: 12px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zaleta__back {
  transform: rotateY(180deg);
  background: #d7230b;
  color: #fff;
}
.blockcart-modal {
  z-index: 9999;
}
.features__title {
  margin: auto;

  padding-bottom: 20px;
}
.email-subscription .email-subscription__content {
  max-width: fit-content !important;
  margin-left: 5px;
}
.zaleta_1 {
  text-align: center;
}
.zaleta_flip_front {
  border: 1px solid #d7230b;
  padding: 15px;
  padding-top: 30px;
  margin: 10px;
  background: rgba(255, 255, 255, 0.788);
}
@media screen and (max-width: 768px) {
  .zaleta_flip_front {
    padding: 10px;
    padding-top: 20px;
    margin: 2px;
  }
}
.zaleta__txt {
  font-weight: 200;
  font-size: 1rem;
  padding-top: 5px;
}
.zalety__image {
  position: absolute;
  bottom: 0;
  right: 0;

  /* object-fit: cover; */
  z-index: 5;
  max-height: 70%;
}
.container__zalety {
  position: relative;
  padding-bottom: 55px;
}
.banner__zdjecie {
  width: 100%;
}
.row__max__height {
  max-height: 80px;
}
.row__max__height {
  padding-left: 15px;
  padding-right: 15px;
}
.zaleta_1 {
  position: relative;
  z-index: 10;
}
.logowanie__content {
  min-width: 100vw;
  display: flex;
  justify-content: center;
}
