article.product.type-product {
    width: 100%;
    margin: 6rem auto 0;
    min-height: 100vh;
    padding-top: 5rem;
}

article.product.type-product .entry-content {
    margin: 0 0;
    width: 100%!important;
}

.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs {
    display: none;
}

.product-template-default header .entry-title {
    display: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 40%;
}

.product-price-button-block {
    max-width: 50% !important;
    background: transparent !important;
}

.woocommerce div.product div.images img {
    display: block;
    height: auto;
    box-shadow: none;
    max-height: 54rem !important;
    width: auto !important;
}

.single-product #secondary {
    display: none;
}

.woocommerce-product-details__short-description {
    color: #383838;
    font-size: 1.3rem;
    line-height: 1.8;
    display: none;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    border: 0.2rem solid #2b6cbc;
    padding: 1.3rem 1.7rem 1.3rem 1.7rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    color: #45af00;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
}

.product-price-button-block .quantity {
    margin-right: 15px !important;
    text-transform: uppercase;
    overflow: hidden;
    border: 0.2rem solid #2b6cbc;
    padding: 0.3rem 1.7rem 0.3rem 1.7rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    color: #45af00;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
}

.quantity input[type="number"] {
    color: #383838!important;
    font-size: 1.3rem;
}

.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: flex;
    align-items: center;
}

.summary.entry-summary h1 {
    margin-left: -4.5rem;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
.woocommerce ul.products li.product .button {
    display: block !important;
    margin: 1em auto 0;
    border: 0.2rem solid #2b6cbc;
    padding: 1.3rem 0.7rem 1.3rem 0.7rem;
    border-radius: 2rem;
    font-size: 1.1rem;
    color: #45af00;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    width: 81% !important;
    text-align: center;
    max-width: 15rem;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: 1.2rem !important;
}

.woocommerce ul.products li.product .button:hover {
    background: #2b6cbc;
    color: #fff;
}

.wc-block-grid__product-title,
h2.woocommerce-loop-product__title {
    color: #383838;
    text-align: center;
    font-size: 1.2rem !important;
    font-weight: 700;
    line-height: 1;
}

.wc-block-grid__product-price.price span.woocommerce-Price-amount.amount,
ul.products.columns-4 span.woocommerce-Price-amount.amount {
    color: #2B6CBC;
    text-align: center;
    line-height: 1.5;
    font-size: 2rem;
    width: 100%;
    display: block;
    font-weight: 900;
}

.product-price-button-block .product_meta {
    display: none;
}

p.price.aaaa span.woocommerce-Price-amount.amount {
    text-align: left;
    font-size: 3.8rem;
    color: #45AF00;
    font-weight: 900;
}

p.price.aaaa span.woocommerce-Price-amount.amount:after {
    font-size: 3.8rem;
    color: #45AF00;
    font-weight: 900;
}

p.price.aaaa small.woocommerce-price-suffix,
p.price.aaaa small.woocommerce-price-suffix span.woocommerce-Price-amount.amount {
    width: auto !important;
    padding-right: 0.5rem;
    font-size: 2.1rem !important;
    font-weight: 900 !important;
    color: #383838 !important;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    background-color: transparent;
    position: relative;
    z-index: 2;
    text-indent: 0!important;
    text-transform: uppercase;
    font-size: 1rem!important;
    line-height: 1!important;
    font-weight: 600;
    border: 0.2rem solid #2b6cbc;
    padding: 0.5rem 1.7rem 0.5rem 1.7rem!important;
    border-radius: 2rem!important;
    color: #45af00;
}

.woocommerce div.product {
    display: flex;
    flex-direction: row-reverse;  
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: #2b6cbc;
    text-align: left;
    font-size: 2.5rem!important;
    font-weight: 700;
    line-height: 1;
}

.woocommerce-tabs.wc-tabs-wrapper {
    color: #383838;
    font-size: 1.3rem;
    line-height: 1.8;
}

section.related.products {
    display: none;
}

.related-products-new section.related.products {
    display: block;
}

.price .woocommerce-Price-amount.amount:after {
    content: " netto";
    line-height: 1.5;
    font-size: 2rem;
}

.wp-admin .price .woocommerce-Price-amount.amount:after {
    display: none;
}

small.woocommerce-price-suffix span.woocommerce-Price-amount.amount {
    width: auto !important;
    padding-right: 0.5rem;
    font-size: 1.2rem !important;
    font-weight: 400 !important;
    color: #383838 !important;
}

.wc-block-grid__product-price.price small.woocommerce-price-suffix,
small.woocommerce-price-suffix {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #383838;
    text-align: center;
    line-height: 1.5;
    font-size: 1.2rem;
}

small.woocommerce-price-suffix .woocommerce-Price-amount.amount:after {
    display: none;
}

p.price.aaaa small.woocommerce-price-suffix {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

table.wp-list-table .column-price .price .woocommerce-Price-amount.amount:after {
    display: none;
}

.woocommerce-cart .funktion-section-home,
.woocommerce-checkout .funktion-section-home,
.product .funktion-section-home {
    padding-bottom: 3rem;
    padding-top: 5rem;
}
.woocommerce-cart .funktion-section-home-content,
.woocommerce-checkout .funktion-section-home-content,
.product .funktion-section-home-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    padding: 4rem 0 0 0;
}

.woocommerce-cart .funktion-section-home.funktion-section-product-content .funktion-section-home-block,
.woocommerce-checkout .funktion-section-home.funktion-section-product-content .funktion-section-home-block,
.product .funktion-section-home.funktion-section-product-content .funktion-section-home-block {
    width: 16.6%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.woocommerce-cart .funktion-section-home-img,
.woocommerce-checkout .funktion-section-home-img,
.product .funktion-section-home-img {
    width: 4rem;
    height: 5rem;
    margin-bottom: 1.5rem;
}

.woocommerce-cart .funktion-section-home-img img,
.woocommerce-checkout .funktion-section-home-img img,
.product .funktion-section-home-img img {
    height: 100%;
}

.woocommerce-cart .funktion-section-home-text,
.woocommerce-checkout .funktion-section-home-text,
.product .funktion-section-home-text {
    color: #45AF00;
    font-size: 1.3rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 2rem;
}

.related-products-new {
    display: grid;
    width: 100%;
    grid-column: span 10;
    background: #F2F2F2;
    position: relative;
    padding: 3rem 0 2rem;
    z-index: 1;
    margin-bottom: 3rem;
}

.related-products-new:before {
    content: '';
    position: absolute;
    width: 1000%;
    height: 100%;
    left: -50%;
    top: 0;
    background: #F2F2F2;
    z-index: -1;
}

.dostawa-page-title {
    color: #2B6CBC;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 600;
}

section.related.products img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    -webkit-transform: none;
    transform: none;
    width: auto;
    max-width: max-content;
    display: block;
    transition: none;
    max-height: 190px;
    height: auto;
    margin: 0 auto 1em !important;
}

.woocommerce-tabs.wc-tabs-wrapper {
    display: none !important;
}

.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    padding-right: 2rem;
}

/*.woocommerce-checkout header,
.woocommerce-cart header,
.woocommerce-shop header {
    background: #E5E5E5 !important;
}*/

.woocommerce-checkout header.entry-header,
.woocommerce-cart header.entry-header,
.woocommerce-shop header.entry-header {
    padding: 4.5rem 0 4rem;
    background: #e5e5e5;
    margin: 0;
    position: relative;
    z-index: 1;
}

.woocommerce-checkout header.entry-header:before,
.woocommerce-cart header.entry-header:before,
.woocommerce-shop header.entry-header:before {
    content: '';
    width: 120%;
    height: 120%;
    position: absolute;
    left: -10%;
    top: -20%;
    z-index: 0;
    background: #e5e5e5;
}

.woocommerce-checkout header.entry-header h1,
.woocommerce-cart header.entry-header h1,
.woocommerce-shop header.entry-header h1 {
    margin: 0;
    color: #2b6cbc;
    text-align: left;
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.woocommerce-checkout article,
.woocommerce-cart article,
.woocommerce-shop article {
    padding-top: 7rem;
}

.woocommerce .woocommerce-ordering,
.woocommerce-shop p.woocommerce-result-count {
    display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img,
.woocommerce ul.products li.product a img {
    max-width: 18rem !important;
}

.woocommerce-shop .woocommerce.columns-4 {
    padding-top: 6rem;
}

.product-template-default .woocommerce-product-gallery.images {
    width: 60% !important;
    position: relative !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    overflow: hidden;
    height: 100%;
    min-height: 54rem;
    min-height: 52rem;
    z-index: 1;
}

.product-template-default .woocommerce-product-gallery:after {
    content: '';
    position: absolute;
    left: 30%;
    top: -11rem;
    width: 75rem;
    height: 75rem;
    border-radius: 100%;
    background: #45af00;
    z-index: -1;
}

.product-template-default div.product div.summary {
    display: none;
}

.product-price-button-block h1.product_title.entry-title {
    display: block;
    font-size: 4.5rem !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 1rem;
}

.product-price-button-block {
  padding: 8rem 0 2rem 12rem !important;  
}


.product-template-default nav.navigation.post-navigation,
.product-template-default .footer-cont-form-section,
.product-template-default .kontakt-personal-section {
    display: none;
}


.wc-block-components-sidebar-layout .wc-block-components-main table tr:first-child th:first-child {
  border-top-left-radius: 33px;
}

.wc-block-components-sidebar-layout .wc-block-components-main table tr:first-child th:last-child {
  border-top-right-radius: 33px;
}

.wc-block-components-sidebar-layout .wc-block-components-main table tr:last-child td:first-child {
  border-bottom-left-radius: 33px;
}

.wc-block-components-sidebar-layout .wc-block-components-main table tr:last-child td:last-child {
  border-bottom-right-radius: 33px;
}

/*.wc-block-components-sidebar-layout table tr th:first-child,
.wc-block-components-sidebar-layout table tr td:first-child {
  border-left: 1px solid #707070;
}*/

.wc-block-components-sidebar-layout td.wc-block-cart-item__total {
    display: none;
}

.wc-block-components-sidebar-layout .wc-block-components-product-metadata {
    display: none;
}

.wc-block-components-sidebar-layout  .wc-block-cart-item__wrap {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.wc-block-components-sidebar-layout .wc-block-cart-item__quantity {
    display: flex;
    flex-direction: row;
}

a.wc-block-components-product-name {
    color: #383838;
    text-decoration: none;
    font-size: 1.2rem;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 1.4rem;
    color: #383838;
    font-weight: 900;
}

.wc-block-cart-items__row .wc-block-components-quantity-selector {
    border-radius: 2rem;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 0.25em;
    position: relative;
    width: 107px;
    border: 3px solid #2B6CBC;
    font-size: 1.3rem;
    font-weight: 600;
}

tr.wc-block-cart-items__header {
    color: transparent;
}

button.wc-block-cart-item__remove-link {
    color: transparent !important;
    height: 2.5rem;
    background: url(/wp-content/uploads/2024/03/trash.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-left: 1rem !important;
}

/*.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
    background: #2B6CBC;
    padding: 2rem;
    border-radius: 3rem;
    border: 1px solid #707070;
    color: #fff;
}*/

.wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block {
    background: #2B6CBC;
    padding: 2rem 2rem 0rem 2rem;
    border-radius: 3rem 3rem 0 0;
    border: 1px solid #707070;
    color: #fff;
    border-bottom: none;
}

/*.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__payment-options.wp-block-woocommerce-cart-express-payment-block {
    background: #2B6CBC;
    padding: 0rem 2rem 0rem 2rem;
    border-radius: 0 0;
    border: 1px solid #707070;
    color: #fff;
    border-top: none;
    border-bottom: none;
}
*/
.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit {
    background: #2B6CBC;
    padding: 0rem 2rem 2rem 2rem;
    border-radius: 0 0 3rem 3rem;
    border: 1px solid #707070;
    border-top: none;
}

span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    height: 0;
    display: none;
    visibility: hidden;
    padding: 0;
}

.wc-block-components-totals-coupon a {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
}

a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    border: 0.2rem solid #2b6cbc;
    padding: 1.3rem 1.7rem 1.3rem 1.7rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    color: #45af00;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff;
    width: 23rem;
}

.wc-block-cart__submit-container {
    text-align: center;
    padding-top: 2rem !important;
}

td.wc-block-cart-item__product {
    padding-top: 3rem !important;
}

span.wc-block-components-totals-item__label {
    font-size: 1.3rem;
}

.wc-block-components-totals-item__value {
    font-weight: 900 !important;
    font-size: 1.6rem !important;
}

.wc-block-components-totals-wrapper {
    border-top: none !important;
    padding: 0 !important;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
    padding-top: 3rem;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address__link {
    font-weight: 400;
    color: #fff;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
 .wc-block-components-form .wc-block-components-text-input input[type=number],
  .wc-block-components-form .wc-block-components-text-input input[type=tel], 
  .wc-block-components-form .wc-block-components-text-input input[type=text], 
  .wc-block-components-form .wc-block-components-text-input input[type=url], 
  .wc-block-components-text-input input[type=email],
   .wc-block-components-text-input input[type=number],
    .wc-block-components-text-input input[type=tel], 
    .wc-block-components-text-input input[type=text],
     .wc-block-components-text-input input[type=url] {
    background-color: #fff;
    color: #45AF00 !important;
    font-size: 1.2rem !important;
    padding: 1em;
    width: 100%;
    border: 1px solid #707070 !important;
    border-radius: 1rem !important;
    font-weight: 600 !important;
}

.wc-block-components-text-input input::placeolder {
    font-size: 1.2rem !important;
    color: #383838 !important;
    font-weight: 500 !important;
}

.wc-block-components-title.wc-block-components-title {
    color: #2B6CBC;
    font-weight: 900;
    font-size: 1.5rem !important;
}

.wc-block-components-title.wc-block-components-title:before {
    display: none;
}

.wc-block-components-form .wc-block-components-checkout-step {
    background: none;
    border: none;
    padding: 2rem 1.5rem !important;
    position: relative;
    border: 0.1rem solid #707070 !important;
    margin-bottom: 2rem !important;
    border-radius: 1.5rem !important;
}

button.components-button.wc-block-components-button,
a.wc-block-components-checkout-return-to-cart-button {
    display: block !important;
    border: 0.2rem solid #2b6cbc;
    padding: 1.3rem 0.7rem 1.3rem 0.7rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    color: #45af00 !important;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    width: 100% !important;
    text-align: center;
    max-width: 20rem;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
a.wc-block-components-checkout-return-to-cart-button svg {
    display: none;
}

input#components-form-token-input-0 {
    border-radius: 1rem;
}

.wc-block-checkout__terms,
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span,
.wc-block-checkout__form span.wc-block-components-checkout-step__heading-content,
.wc-block-checkout__form p.wc-block-components-checkout-step__description {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    color: #383838;
    font-weight: 500;
}

.woocommerce-shop .footer-cont-form-section,
.woocommerce-shop .kontakt-personal-section,
.woocommerce-cart .footer-cont-form-section,
.woocommerce-cart .kontakt-personal-section,
.woocommerce-checkout .footer-cont-form-section,
.woocommerce-checkout .kontakt-personal-section {
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 0.1rem solid #707070;
    border-radius: 2rem 1.5rem;
    background: #2B6CBC;
    overflow: hidden;
    padding-bottom: 1rem;
}

.wc-block-components-order-summary.wc-block-components-panel {
    padding: 0 !important;
}

button.wc-block-components-panel__button {
    display: none;
}

.wc-block-components-panel__content {
    background: #fff;
    padding: 2rem;
}

.wp-block-woocommerce-checkout-order-summary-block span.wc-block-components-order-summary__button-text {
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__description .wc-block-formatted-money-amount {
    display: none;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item {
    color: #fff;
}

.woocommerce-checkout .entry-content {
    padding-top: 3rem;
}

/*
.woocommerce-account header#masthead {
    display: none;
}*/


.woocommerce-account .my-account-content .woocommerce {
    padding: 2rem 1.5rem !important;
    position: relative;
    border: 0.1rem solid #707070 !important;
    border-radius: 1.5rem !important;
} 

.woocommerce-account .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.woocommerce-account .entry-content .my-account-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.my-account-content form.woocommerce-form.woocommerce-form-login.login {
    margin: 0 !important;
    border: none;
    padding: 0;
}

.woocommerce-account h1.entry-title {
    display: none;
}

.woocommerce-account .footer-cont-form-section,
.woocommerce-account .kontakt-personal-section {
    display: none;
}

.woocommerce-account h2 {
    color: #2B6CBC;
    text-align: left;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

.zaloguj-konta-block-title {
      color: #383838;
    text-align: center;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 3rem;  
}

.zaloguj-konta-block {
    display: block;
    flex-direction: column;
    justify-content: center;
    padding-left: 7rem;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background-color: #fff;
    color: #45AF00 !important;
    font-size: 1.2rem !important;
    padding: 1em;
    width: 100%;
    border: 1px solid #707070 !important;
    border-radius: 1rem !important;
    font-weight: 600 !important;
}

button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
button.woocommerce-button.button.woocommerce-form-login__submit {
    border: 0.2rem solid #2b6cbc;
    padding: 1.3rem 1.7rem 1.3rem 1.7rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    color: #45af00;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
}

.my-account-content .g-recaptcha {
    margin-top: 1rem;
    margin-bottom: 1rem !important;
}

.woocommerce-account article {
    padding-top: 9rem;
}

.my-account-content .blue-border {
    display: flex;
    width: 100%;
    justify-content: center;
}

.my-account-content .blue-border a {
    width: 18rem;
    text-align: center;
}

nav.woocommerce-MyAccount-navigation li a {
    color: #45AF00;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 900;
    margin-bottom: 0.5rem;
    padding-top: 0.3rem;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
    color: #383838;
    font-size: 1.3rem;
    line-height: 1.8;
}

.woocommerce-account .woocommerce .col2-set .col-1, .woocommerce-account .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}

.page-id-604 .woocommerce .u-column2.col-2, 
.page-id-680 .woocommerce .u-column1.col-1 {
    display: none;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100% !important;
}

.rejestracja-content-page .woocommerce {
    padding: 2rem 1.5rem !important;
    position: relative;
    border: 0.1rem solid #707070 !important;
    border-radius: 1.5rem !important;
    max-width: 30rem;
}

.rejestracja-content-page .woocommerce:has(nav.woocommerce-MyAccount-navigation),
.logged-in .rejestracja-content-page .woocommerce {
    min-width: 30rem;
    max-width: 100%;
}

.rejestracja-content-page form.woocommerce-form.woocommerce-form-register.register {
    padding: 0;
    border: none;
}

.rejestracja-content-page {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.rejestracja-content-page .zaloguj-block-ico {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 2rem;
}

.zaloguj-block-ico div:last-child {
    color: #45af00;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 900;
    padding-left: 2rem;
}

.zaloguj-block-ico div:first-child {
    width: 6.5rem;
    height: 6.5rem;
}

.zaloguj-block-ico div:first-child img {
    height: 100%;
    width: auto;
}

form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button,
.woocommerce-address-fields p button.button,
p.woocommerce-form-row.form-row button.woocommerce-Button.button {
    border: 0.2rem solid #2b6cbc;
    padding: 1.3rem 1.7rem 1.3rem 1.7rem;
    border-radius: 2rem;
    font-size: 1.3rem;
    color: #45af00;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    min-width: 15rem;
}

.logged-in .zaloguj-konta-block {
    display: none;
}

#menu-shop {
    display: none;
}

.woocommerce-billing-fields h3 {
    color: #2B6CBC;
    font-weight: 900;
    font-size: 1.5rem !important;
}

form.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: row;
}

.woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set {
    width: 100%;
    background: none;
    border: none;
    padding: 2rem 1.5rem !important;
    position: relative;
    border: 0.1rem solid #707070 !important;
    margin-bottom: 2rem !important;
    border-radius: 1.5rem !important;
    max-width: 60rem;
    float: left;
}

h3#order_review_heading {
    position: absolute;
    right: 30rem;
    color: #2B6CBC;
    font-weight: 900;
    font-size: 1.5rem !important;
}

div#order_review {
    width: 40%;
    float: right;
    padding-left: 5%;
    margin-top: 4rem;
}

.woocommerce-checkout .woocommerce .col2-set .col-1, .woocommerce-checkout .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}

.woocommerce-checkout .woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
    border: 0.1rem solid #707070;
    border-radius: 2rem 1.5rem;
    overflow: hidden;
    padding-bottom: 1rem;
    background: #2B6CBC;
}

.woocommerce-checkout thead {
    background: #fff;
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
}

.woocommerce-checkout tbody {
    background: #fff;
    font-size: 1rem;
    position: relative;
    z-index: 1;
}

.woocommerce-checkout thead:after,
.woocommerce-checkout tbody:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 105%;
    left: -5%;
    background: #fff;
    top: -5px;
    z-index: 0;
}

.woocommerce-checkout tbody tr,
.woocommerce-checkout thead tr {
    position: relative;
    z-index: 2;
} 

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    font-weight: 500;
    color: #fff;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot td {
    font-weight: 700;
    font-size: 1.3rem;
    color: #fff;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none !important;
    display: block !important;
    border: 0.2rem solid #2b6cbc;
    padding: 1.3rem 0.7rem 1.3rem 0.7rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    color: #45af00 !important;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    width: 100% !important;
    text-align: center;
    max-width: 20rem;
    margin: 1rem auto;
}

.woocommerce-checkout .wp-block-button a {
    float: none !important;
    display: block !important;
    border: 0.2rem solid #2b6cbc;
    padding: 1.3rem 0.7rem 1.3rem 0.7rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    color: #45af00 !important;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    width: 100% !important;
    text-align: center;
    max-width: 20rem;
    min-width: 18rem;
}

.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table td {
    padding: 0.5rem 1rem;
}

.woocommerce-checkout h3#ship-to-different-address span {
    font-weight: 600;
    font-size: 1.3rem !important;
}

.woocommerce-checkout .entry-content {
    padding-top: 3rem;
    padding-bottom: 6rem;
}


.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.5rem !important;
    text-transform: none;
    line-height: 1.5;
    color: #45AF00;
    padding-top: 1rem;
}

.woocommerce-order {
    color: #383838;
} 

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    color: #383838;
    font-size: 2rem;
    font-weight: 700;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    padding: 0;
} 

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 1.1rem !important;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    font-weight: 800;
}

section.woocommerce-bacs-bank-details h2 {
    padding-bottom: 2rem;
    padding-top: 4rem;
}

section.woocommerce-order-details h2 {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

table.woocommerce-table.shop_table.order_details,
table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details,
.woocommerce-order-details table.shop_table {
    max-width: 40rem !important;
}

section.woocommerce-columns.woocommerce-columns--2.woocommerce-columns--addresses.col2-set.addresses {
    max-width: 40rem;
}













@media only screen and (max-width: 800px) {


.woocommerce-checkout article, .woocommerce-cart article, .woocommerce-shop article {
    padding-top: 0;
}

.woocommerce-checkout header.entry-header, .woocommerce-cart header.entry-header, .woocommerce-shop header.entry-header {
    padding: 25px 0;
    background: #e5e5e5;
    margin: 0;
    position: relative;
    z-index: 1;
}

.woocommerce-checkout header.entry-header h1, .woocommerce-cart header.entry-header h1, .woocommerce-shop header.entry-header h1 {
    margin: 0;
    color: #2b6cbc;
    text-align: left;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.wc-block-grid__products .wc-block-grid__product-image img, .woocommerce ul.products li.product a img {
    max-width: 350px !important;
}

.wc-block-grid__product-title, h2.woocommerce-loop-product__title {
    color: #383838;
    text-align: center;
    font-size: 16px !important;
    font-weight: 700;
    line-height: 1.2;
    padding: 5px 0;
}


.wc-block-grid__product-price.price span.woocommerce-Price-amount.amount, ul.products.columns-4 span.woocommerce-Price-amount.amount {
    color: #2b6cbc;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 900;
}

.price .woocommerce-Price-amount.amount:after {
    content: " netto";
    line-height: 1.5;
    font-size: 18px;
}

.wc-block-grid__product-price.price small.woocommerce-price-suffix, small.woocommerce-price-suffix {
    font-size: 14px;
}

small.woocommerce-price-suffix span.woocommerce-Price-amount.amount {
    width: auto !important;
    padding-right: .5rem;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #383838 !important;
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link, .woocommerce ul.products li.product .button {
    display: block !important;
    margin: 1em auto 0;
    border: 2px solid #2b6cbc;
    padding: 1.3rem .7rem 1.3rem .7rem;
    border-radius: 20px;
    font-size: 16px;
    color: #45af00;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    width: 100% !important;
    text-align: center;
    max-width: 100%;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 50px;
    padding: 0;
    list-style: none outside;
    clear: both;
}

.woocommerce-cart .funktion-section-home.funktion-section-product-content .funktion-section-home-block, .woocommerce-checkout .funktion-section-home.funktion-section-product-content .funktion-section-home-block, .product .funktion-section-home.funktion-section-product-content .funktion-section-home-block {
    width: 46%;
}

.woocommerce-cart .funktion-section-home-img, .woocommerce-checkout .funktion-section-home-img, .product .funktion-section-home-img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

.woocommerce-cart .funktion-section-home-text, .woocommerce-checkout .funktion-section-home-text, .product .funktion-section-home-text {
    color: #45af00;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    padding-bottom: 20px;
}

.woocommerce-cart .funktion-section-home-content, .woocommerce-checkout .funktion-section-home-content, .product .funktion-section-home-content {
    padding: 50px 0 0 0;
}

.table-kompresator-page {
    padding-top: 35px;
}

.single-product .table-kompresator-col:first-child {
    width: 30% !important;
}

.single-product .table-kompresator-col {
    width: 70% !important;
}

.table-section-kompresator-page {
    padding-top: 40px;
    padding-bottom: 60px;
}

.woocommerce div.product {
    display: flex;
    flex-direction: column;
}

.product-template-default .woocommerce-product-gallery.images {
        width: 100% !important;
}

.woocommerce div.product div.images img {
    max-height: 400px !important;   
}

.product-template-default .woocommerce-product-gallery:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    width: 109%;
    height: 100%;
    border-radius: 100%;
    background: #45af00;
    z-index: -1;
}

.product-price-button-block {
    max-width: 100% !important;
    background: transparent !important;
    margin-bottom: 35px;
}

.product-price-button-block {
    padding: 8rem 0 2rem 10rem !important;
}

.product-price-button-block h1.product_title.entry-title {
    display: block;
    font-size: 26px !important;
    font-weight: 800 !important;
    line-height: 1.1 !important;
    margin-bottom: 15px;
}

p.price.aaaa span.woocommerce-Price-amount.amount {
    text-align: left;
    font-size: 24px;
    color: #45af00;
    font-weight: 900;
}

p.price.aaaa span.woocommerce-Price-amount.amount:after {
    font-size: 24px;
    color: #45af00;
    font-weight: 900;
}

p.price.aaaa small.woocommerce-price-suffix, p.price.aaaa small.woocommerce-price-suffix span.woocommerce-Price-amount.amount {
    width: auto !important;
    padding-right: .5rem;
    font-size: 18px !important;
    font-weight: 900 !important;
    color: #383838 !important;
}

.woocommerce-product-details__short-description {
    color: #383838;
    font-size: 14px;
    line-height: 1.8;
}

.quantity input[type="number"] {
    color: #383838 !important;
    font-size: 14px;
}

.product-price-button-block .quantity {
    margin-right: 15px !important;
    text-transform: uppercase;
    overflow: hidden;
    border: 2px solid #2b6cbc;
    padding: .3rem 1.7rem .3rem 1.7rem;
    border-radius: 20px;
    font-size: 1.3rem;
    color: #45af00;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    border: 2px solid #2b6cbc;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 18px;
    color: #45af00;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 900;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: flex;
    grid-template-columns: 80px 132px;
    padding: 16px 0;
    flex-direction: row;
    align-items: center;
}

.wc-block-components-sidebar-layout .wc-block-components-main table tr:last-child td:first-child {
    border-bottom-left-radius: 33px;
    max-width: 150px;
}

.wc-block-components-sidebar-layout .wc-block-cart-item__wrap {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

a.wc-block-components-product-name {
    color: #383838;
    text-decoration: none;
    font-size: 12px;
}

span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
    font-size: 14px;
    color: #383838;
    font-weight: 900;
    text-align: left;
}

.wc-block-cart-items__row .wc-block-components-quantity-selector {
    border-radius: 2rem;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 0.25em;
    position: relative;
    width: 107px;
    border: 2px solid #2B6CBC;
    font-size: 14px;
    font-weight: 600;
}

button.wc-block-cart-item__remove-link {
    color: transparent !important;
    height: 45px;
    background: url(/wp-content/uploads/2024/03/trash.svg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-left: 10px !important;
    width: 25px;
}

span.wc-block-components-totals-item__label {
    font-size: 16px;
}

.wc-block-components-totals-item__value {
    font-weight: 800 !important;
    font-size: 20px !important;
}

.wc-block-components-totals-item__description {
    font-size: 12px;
    width: 100%;
}

.wc-block-components-sidebar {
    font-size: 12px;
}


a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 18px;
    border: 2px solid #2b6cbc;
    width: auto;
}

.wc-block-components-sidebar.wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-block {
    background: #2B6CBC;
    padding: 15px 15px 0rem 15px;
    border-radius: 3rem 3rem 0 0;
    border: 1px solid #707070;
    color: #fff;
    border-bottom: none;
}

.wc-block-components-sidebar.wc-block-cart__sidebar .wc-block-cart__submit {
    padding: 0rem 15px 15px 15px;
}

.wp-block-woocommerce-checkout-order-summary-block {
    border: 0.1rem solid #707070;
    border-radius: 2rem 1.5rem;
    background: #2B6CBC;
    overflow: hidden;
    padding-bottom: 1rem;
    padding: 15px;
}

.wc-block-checkout__terms, .wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span, .wc-block-checkout__form span.wc-block-components-checkout-step__heading-content, .wc-block-checkout__form p.wc-block-components-checkout-step__description {
    font-size: 12px !important;
    margin-bottom: 10px;
}


.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    font-size: 12px !important;
}

.wc-block-components-form .wc-block-components-text-input input[type="email"], .wc-block-components-form .wc-block-components-text-input input[type="number"], .wc-block-components-form .wc-block-components-text-input input[type="tel"], .wc-block-components-form .wc-block-components-text-input input[type="text"], .wc-block-components-form .wc-block-components-text-input input[type="url"], .wc-block-components-text-input input[type="email"], .wc-block-components-text-input input[type="number"], .wc-block-components-text-input input[type="tel"], .wc-block-components-text-input input[type="text"], .wc-block-components-text-input input[type="url"] {
    font-size: 14px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    height: 15px !important;
    width: 15px !important;
}

.wc-block-components-title.wc-block-components-title {
    color: #2b6cbc;
    font-weight: 700;
    font-size: 12px !important;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__label-group {
    font-size: 12px !important;
}

label.components-base-control__label.css-4dk55l.e1puf3u1 {
    font-size: 12px !important;
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em;
    font-size: 12px !important;
}

.wc-block-checkout__actions_row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

button.components-button.wc-block-components-button, a.wc-block-components-checkout-return-to-cart-button {
    display: block !important;
    border: .2rem solid #2b6cbc;
    padding: 1.3rem .7rem 1.3rem .7rem;
    border-radius: 2rem;
    font-size: 1.2rem;
    color: #45af00 !important;
    text-decoration: none;
    line-height: 1.3;
    font-weight: 800;
    text-transform: uppercase;
    background: #fff;
    z-index: 2;
    text-align: center;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 18px;
    border: 2px solid #2b6cbc;
    width: auto;
    line-height: 1.4;
    max-width: 215px;
    margin: 10px auto;
    min-height: 1rem !important;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 55px;
    font-size: 14px !important;
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
        height: 15px !important;
        width: 15px !important;
}

.wc-block-components-validation-error {
    font-size: 10px;
}

form.checkout.woocommerce-checkout {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set {
    max-width: 100%;
}

h3#order_review_heading {
    position: relative;
    right: auto;
    color: #2b6cbc;
    font-weight: 900;
    font-size: 22px !important;
    margin: 25px 0;
}

.woocommerce-billing-fields h3 {
    color: #2b6cbc;
    font-weight: 900;
    font-size: 22px !important;
    margin: 15px 0;
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 14px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal;
    background-color: #fff;
    color: #45af00 !important;
    font-size: 12px !important;
    padding: 1em;
    width: 100%;
    border: 1px solid #707070 !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
}

span.woocommerce-input-wrapper {
    font-size: 14px;
}

.woocommerce-checkout h3#ship-to-different-address span {
    font-weight: 600;
    font-size: 16px !important;
}

div#order_review {
    width: 100%;
    float: right;
    padding-left: 0;
    margin-top: 4rem;
}

.woocommerce-checkout thead {
    background: #fff;
    font-size: 18px;
    position: relative;
    z-index: 1;
}

.woocommerce-checkout tbody {
    background: #fff;
    font-size: 12px;
    position: relative;
    z-index: 1;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot th {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
}

.woocommerce-checkout .woocommerce table.shop_table tfoot td {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #e9e6ed;
    border-radius: 5px;
    font-size: 14px;
}

.woocommerce-checkout .wp-block-button a,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 18px;
    border: 2px solid #2b6cbc;
    width: auto;
    max-width: 350px;
}

.woocommerce-checkout .entry-content {
    padding-top: 3rem;
    padding-bottom: 60px;
}

.woocommerce-message,
.woocommerce-info {
    font-size: 12px;
}



}