body:not(.wp-core-ui),
html:not(.wp-toolbar),
.acf-block-preview {
  /* Tutaj umieszczamy style globalne */
  font-family: inherit;
  background: #f9f9fa;
  color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body:not(.wp-core-ui) *,
html:not(.wp-toolbar) *,
.acf-block-preview * {
  font-family: "Montserrat";
}
body:not(.wp-core-ui) body,
html:not(.wp-toolbar) body,
.acf-block-preview body {
  background: #f9f9fa;
  color: var(--dark-green-600);
}
body:not(.wp-core-ui) .dark-green-text,
html:not(.wp-toolbar) .dark-green-text,
.acf-block-preview .dark-green-text {
  color: var(--dark-green-600);
}
body:not(.wp-core-ui) .light-green-text,
html:not(.wp-toolbar) .light-green-text,
.acf-block-preview .light-green-text {
  color: var(--green);
}
body:not(.wp-core-ui) main,
html:not(.wp-toolbar) main,
.acf-block-preview main {
  position: relative;
  z-index: 2;
}
body:not(.wp-core-ui) h1,
body:not(.wp-core-ui) h2,
body:not(.wp-core-ui) h3,
body:not(.wp-core-ui) h4,
body:not(.wp-core-ui) h5,
body:not(.wp-core-ui) h6,
body:not(.wp-core-ui) p,
html:not(.wp-toolbar) h1,
html:not(.wp-toolbar) h2,
html:not(.wp-toolbar) h3,
html:not(.wp-toolbar) h4,
html:not(.wp-toolbar) h5,
html:not(.wp-toolbar) h6,
html:not(.wp-toolbar) p,
.acf-block-preview h1,
.acf-block-preview h2,
.acf-block-preview h3,
.acf-block-preview h4,
.acf-block-preview h5,
.acf-block-preview h6,
.acf-block-preview p {
  font-family: "Montserrat";
  margin: 0;
  color: #12230a;
}
body:not(.wp-core-ui) p,
html:not(.wp-toolbar) p,
.acf-block-preview p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
body:not(.wp-core-ui) img,
body:not(.wp-core-ui) svg,
html:not(.wp-toolbar) img,
html:not(.wp-toolbar) svg,
.acf-block-preview img,
.acf-block-preview svg {
  display: flex;
  width: 100%;
  height: auto;
}
body:not(.wp-core-ui) .et-container,
html:not(.wp-toolbar) .et-container,
.acf-block-preview .et-container {
  width: 1320px;
  margin: auto;
}
@media only screen and (max-width: 1366px) {
  body:not(.wp-core-ui) .et-container,
  html:not(.wp-toolbar) .et-container,
  .acf-block-preview .et-container {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) .et-container,
  html:not(.wp-toolbar) .et-container,
  .acf-block-preview .et-container {
    width: calc(100% - 36px);
  }
}
body:not(.wp-core-ui) .heading-1,
html:not(.wp-toolbar) .heading-1,
.acf-block-preview .heading-1 {
  font-size: 68px;
  line-height: 95px;
}
body:not(.wp-core-ui) .heading-1.w-600,
html:not(.wp-toolbar) .heading-1.w-600,
.acf-block-preview .heading-1.w-600 {
  font-weight: 600;
}
body:not(.wp-core-ui) .heading-2,
html:not(.wp-toolbar) .heading-2,
.acf-block-preview .heading-2 {
  font-size: 55px;
  line-height: 77px;
}
body:not(.wp-core-ui) .heading-2.w-600,
html:not(.wp-toolbar) .heading-2.w-600,
.acf-block-preview .heading-2.w-600 {
  font-weight: 600;
}
body:not(.wp-core-ui) .heading-3,
html:not(.wp-toolbar) .heading-3,
.acf-block-preview .heading-3 {
  font-size: 44px;
  line-height: 61px;
}
body:not(.wp-core-ui) .heading-3.w-600,
html:not(.wp-toolbar) .heading-3.w-600,
.acf-block-preview .heading-3.w-600 {
  font-weight: 600;
}
body:not(.wp-core-ui) .heading-4,
html:not(.wp-toolbar) .heading-4,
.acf-block-preview .heading-4 {
  font-size: 35px;
  line-height: 49px;
}
body:not(.wp-core-ui) .heading-4.w-600,
html:not(.wp-toolbar) .heading-4.w-600,
.acf-block-preview .heading-4.w-600 {
  font-weight: 600;
}
body:not(.wp-core-ui) .heading-5,
html:not(.wp-toolbar) .heading-5,
.acf-block-preview .heading-5 {
  font-size: 28px;
  line-height: 39px;
}
body:not(.wp-core-ui) .heading-5.w-600,
html:not(.wp-toolbar) .heading-5.w-600,
.acf-block-preview .heading-5.w-600 {
  font-weight: 600;
}
body:not(.wp-core-ui) .heading-6,
html:not(.wp-toolbar) .heading-6,
.acf-block-preview .heading-6 {
  font-size: 22px;
  line-height: 30px;
}
body:not(.wp-core-ui) .heading-6.w-600,
html:not(.wp-toolbar) .heading-6.w-600,
.acf-block-preview .heading-6.w-600 {
  font-weight: 600;
}
body:not(.wp-core-ui) .heading-7,
html:not(.wp-toolbar) .heading-7,
.acf-block-preview .heading-7 {
  font-size: 18px;
  line-height: 23px;
}
body:not(.wp-core-ui) .label,
html:not(.wp-toolbar) .label,
.acf-block-preview .label {
  color: var(--Dark-Green-600, #12230a);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 23.4px */
}
body:not(.wp-core-ui) .screen-reader-text,
html:not(.wp-toolbar) .screen-reader-text,
.acf-block-preview .screen-reader-text {
  display: none;
}
body:not(.wp-core-ui) .btn-theme,
html:not(.wp-toolbar) .btn-theme,
.acf-block-preview .btn-theme {
  font-size: 17px;
  font-weight: 600;
  line-height: 28px;
  background-color: var(--green);
  color: #fff;
  box-shadow: 0px 31px 12px rgba(102, 200, 57, 0.01), 0px 17px 10px rgba(102, 200, 57, 0.05), 0px 8px 8px rgba(102, 200, 57, 0.09), 0px 2px 4px rgba(102, 200, 57, 0.1), 0px 0px 0px rgba(102, 200, 57, 0.1);
  border-radius: 8px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  text-decoration: none;
  cursor: pointer;
}
body:not(.wp-core-ui) .btn-theme img,
html:not(.wp-toolbar) .btn-theme img,
.acf-block-preview .btn-theme img {
  margin-right: 14px;
}
body:not(.wp-core-ui) .btn-theme:hover,
html:not(.wp-toolbar) .btn-theme:hover,
.acf-block-preview .btn-theme:hover {
  background: #77ce4f;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) .btn-theme,
  html:not(.wp-toolbar) .btn-theme,
  .acf-block-preview .btn-theme {
    font-size: 12px;
    height: 50px;
  }
}
body:not(.wp-core-ui) .btn-theme.btn-theme-mini,
html:not(.wp-toolbar) .btn-theme.btn-theme-mini,
.acf-block-preview .btn-theme.btn-theme-mini {
  font-size: 14px;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
body:not(.wp-core-ui) .btn-secondary,
body:not(.wp-core-ui) .btn-tertiary,
html:not(.wp-toolbar) .btn-secondary,
html:not(.wp-toolbar) .btn-tertiary,
.acf-block-preview .btn-secondary,
.acf-block-preview .btn-tertiary {
  font-size: 17px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
  color: var(--green);
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9fa;
  border: 1px solid #dedfde;
  border-radius: 8px;
}
body:not(.wp-core-ui) .btn-secondary:hover,
body:not(.wp-core-ui) .btn-tertiary:hover,
html:not(.wp-toolbar) .btn-secondary:hover,
html:not(.wp-toolbar) .btn-tertiary:hover,
.acf-block-preview .btn-secondary:hover,
.acf-block-preview .btn-tertiary:hover {
  color: var(--green);
  transition-duration: 0.5s;
}
@media only screen and (max-width: 567px) {
  body:not(.wp-core-ui) .btn-secondary,
  body:not(.wp-core-ui) .btn-tertiary,
  html:not(.wp-toolbar) .btn-secondary,
  html:not(.wp-toolbar) .btn-tertiary,
  .acf-block-preview .btn-secondary,
  .acf-block-preview .btn-tertiary {
    font-size: 16px;
    white-space: pre;
    line-height: 25px;
  }
}
body:not(.wp-core-ui) .btn-tertiary,
html:not(.wp-toolbar) .btn-tertiary,
.acf-block-preview .btn-tertiary {
  color: #12230a;
}
body:not(.wp-core-ui) .btn-tertiary:hover,
html:not(.wp-toolbar) .btn-tertiary:hover,
.acf-block-preview .btn-tertiary:hover {
  color: #12230a;
}
body:not(.wp-core-ui) .btn-disabled,
html:not(.wp-toolbar) .btn-disabled,
.acf-block-preview .btn-disabled {
  background: #cfd1cf;
  color: #b2b4b1;
  box-shadow: none;
  pointer-events: none;
}

.woocommerce-order-received .btn-only-checkout {
  display: none;
}
.woocommerce-order-received header#header:after {
  background: url(/wp-content/themes/ergotree/assets/img/kolo-order.png);
  width: 802px;
  height: 765px;
  right: -50px;
  top: 94px;
  display: flex !important;
}
@media only screen and (max-width: 991px) {
  .woocommerce-order-received header#header:after {
    right: -306px;
    top: 224px;
  }
}

.woocommerce-order {
  margin-top: 72px;
}
.woocommerce-order p {
  display: none;
}
@media only screen and (max-width: 991px) {
  .woocommerce-order {
    margin-top: 103px;
  }
}
.woocommerce-order .custom-order {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}
.woocommerce-order .custom-order .heading-5 {
  text-align: center;
  margin-bottom: 32px;
}
.woocommerce-order .custom-order p {
  display: block;
  text-align: center;
  position: relative;
  z-index: 2;
}
.woocommerce-order .custom-order .method {
  text-transform: lowercase;
}
.woocommerce-order .custom-order .btn-secondary {
  max-width: 358px;
  margin-top: 79px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 991px) {
  .woocommerce-order .custom-order .btn-secondary {
    margin-top: 20px;
  }
}
.woocommerce-order .custom-order .btn-only-mobile {
  display: none;
}
@media only screen and (max-width: 991px) {
  .woocommerce-order .custom-order .btn-only-mobile {
    display: flex;
    margin-top: 199px;
  }
}
.woocommerce-order .woocommerce-thankyou-order-received {
  display: none;
}
.woocommerce-order .woocommerce-order-details__title {
  margin-bottom: 20px;
}
.woocommerce-order .woocommerce-thankyou-order-details {
  display: none;
}
.woocommerce-order .woocommerce-customer-details {
  display: none;
}

.bold-not-bold > b,
.bold-not-bold > strong {
  font-weight: 600;
}

.svg-unset svg {
  width: unset !important;
}

.jak-to-dziala-dostawa {
  isolation: unset !important;
}

.o-nas-async-images {
  z-index: 10;
}

.page-id-205 footer {
  background: #fcfcfc;
}

.page-id-29 h1,
.page-id-30 h1,
.privacy-policy h1 {
  text-align: center;
  margin-bottom: 40px !important;
}
.page-id-29 p,
.page-id-30 p,
.privacy-policy p {
  margin-bottom: 20px !important;
}
.page-id-29 .has-text-align-center,
.page-id-30 .has-text-align-center,
.privacy-policy .has-text-align-center {
  text-align: center;
}
.page-id-29 a,
.page-id-30 a,
.privacy-policy a {
  color: var(--green);
}
.page-id-29 ul li,
.page-id-30 ul li,
.privacy-policy ul li {
  font-size: 18px;
  line-height: 25px;
}
.page-id-29 figure,
.page-id-30 figure,
.privacy-policy figure {
  margin: 0;
}
.page-id-29 table,
.page-id-29 td,
.page-id-29 th,
.page-id-30 table,
.page-id-30 td,
.page-id-30 th,
.privacy-policy table,
.privacy-policy td,
.privacy-policy th {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-id-29 table,
.page-id-30 table,
.privacy-policy table {
  margin-bottom: 30px;
}
.page-id-29 table td,
.page-id-30 table td,
.privacy-policy table td {
  padding: 8px;
}