/* ################
## TABELE
################ */
/* zewnętrzna krawędź tabeli */
.woocommerce table.shop_table,
.woocommerce-cart .cart-collaterals .cart_totals table {
    border: none;
}
/* zawartość tabeli
/* co drugi wiersz w tabeli dodatkowych informajci o produkcie */
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background-color: unset;
}
/* treść tabeli dodatkowych informacji o produkcie */
.woocommerce table.shop_attributes td {
    font-style: normal;
}
/* usunięcie kuponu */
.woocommerce .woocommerce-remove-coupon {
    text-decoration: none;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: 700;
    color: red;
}
/* miniaturki produktów */
.woocommerce #add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: unset;
    max-height: 64px;
}
/* kolor obramowania tabeli w środku */
.woocommerce .woocommerce-cart-form__cart-item.cart_item {
    border-top: 1px solid;
}
/* Kolumna "akcje" */
.woocommerce .woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* Kolumna "pobierz" */
.woocommerce td.download-file {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/* Kolumna "ilość" */
.woocommerce td.product-quantity {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    height: 64px;
}
/* ################
## PRODUKTY
################ */
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    margin: 0;
}
.woocommerce .woocommerce-variation-add-to-cart {
    margin-top: 8px;
}
/* strona produktu (single product summary, product thumbnails) */
.woocommerce div.product div.summary {
    width: 100%;
}
.woocommerce div.type-product {
    display: grid;
}
@media all and (min-width: 769px) {
    .woocommerce div.type-product {
        grid-template-columns: 2fr 3fr;
        grid-column-gap: 32px;
    }
}
.woocommerce div.product form.cart .variations select {
    min-width: unset;
    max-width: unset;
}
.woocommerce-page div.product div.images {
    width: 100%;
}
/* opis produktu */
.woocommerce div.product-description {
    width: 100%;
}
/* powiązane produkty */
.woocommerce section.related.products,
.woocommerce section.up-sells.upsells.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-top: 32px;
}
/* produkty z wariantami */
.woocommerce table.variations tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 16px;
}

.woocommerce td.product-name dl.variation dd p {
    display: inline-block;
    margin-top: 3px;
}

.woocommerce table.variations tr:last-child {
    margin-bottom: 0;
}
.woocommerce td.value a.reset_variations {
    color: red;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
}
.woocommerce .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
/* ilość produktów */
.woocommerce div.product form.cart {
    margin-bottom: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.woocommerce div.product.virtual form.cart {
    margin-top: 32px;
}
.woocommerce .quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.woocommerce div.product form.cart div.quantity {
    float: none;
    border: 1px solid;
    border-right: none;
    height: 32px;
}
.woocommerce .input-text.qty.text {
    padding: 0;
    border-radius: 0;
    border: none;
    font-size: 18px;
    line-height: 0;
    background-color: transparent;
    font-size: 16px;
    font-weight: 800;
    width: 48px;
    margin: 0;
}
@media all and (min-width: 768px) {
    .woocommerce .input-text.qty.text {
        margin-left: 0;
    }
}
.woocommerce .quantity.buttons_added input {
    margin-top: 0;
    border-radius: 0;
    background-color: unset;
    border-top: none;
    border-left: none;
    border-bottom: none;
    font-size: 20px;
    line-height: 0;
    width: 16px;
    height: auto;
    padding: 8px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-right: 1px solid;
    text-align: center;
    -moz-appearance: textfield;
    -webkit-transition: background-color 1s;
    transition: background-color 1s;
}
.woocommerce .quantity.buttons_added input:active {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.woocommerce .quantity.buttons_added input.plus {
    border-left: 1px solid;
}
.woocommerce .woocommerce-cart-form .quantity.buttons_added input {
    border: none;
}
.woocommerce .quantity-button {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.woocommerce .input-text.qty.text::-webkit-inner-spin-button,
.woocommerce .input-text.qty.text::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.woocommerce .qty {
    margin-bottom: 4px;
}
/* SKU, kategorie */
.woocommerce .product_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.woocommerce .product_meta a {
    font-weight: regular;
    font-size: 14px;
}
/* produkt grupowy */
.woocommerce .woocommerce-grouped-product-list.group_table {
    width: 100%;
}
.woocommerce .woocommerce-grouped-product-list-item__label a,
.woocommerce .woocommerce-grouped-product-list-item__price .woocommerce-Price-amount.amount {
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
/* opis produktu krótki */
.woocommerce .woocommerce-product-details__short-description {
    margin: 32px 0;
}
/* miniaturka produktu */
.woocommerce ul.products li.product a img {
    margin: 0;
}
/* ################
## WYYNIKI WYSZUKIWANIA
################ */
.woocommerce .woocommerce-result-count,
.woocommerce h1.page-title {
    display: none;
}
.woocommerce a {
    text-decoration: none;
}
/* ################
## SORTOWANIE
################ */
.woocommerce .woocommerce-ordering {
    margin-bottom: 64px;
}
/* ################
## OCENY
################ */
.woocommerce .woocommerce-Reviews {
    width: 100%;
    margin-top: 64px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid lightgray;
    border-radius: 0;
}
.woocommerce .comment-reply-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 32px;
    display: block;
}
.woocommerce form.comment-form {
    max-width: 768px;
}
.woocommerce form.comment-form textarea {
    min-height: 128px;
}
.woocommerce form.comment-form p.form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.woocommerce #review_form #respond p:last-child {
    margin-bottom: 0;
}
/* oceny w miniaturkach */
.woocommerce ul.products li.product .star-rating {
    margin-bottom: 16px;
}
/* oceny w podsumowaniu */
.woocommerce div.product .woocommerce-product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce .woocommerce-product-rating .star-rating {
    margin-top: 0;
}
.woocommerce div.product .woocommerce-product-rating a.woocommerce-review-link {
    line-height: 0;
}
.woocommerce .star-rating {
    margin-bottom: 16px;
}
/* Galeria produktu */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.woocommerce-product-gallery__image {
    width: 100%;
}
/* ################
## DEPOZYTY
################ */
.woocommerce .wc-deposits-wrapper .wc-deposits-option li {
    padding: 6px 0 0 6px;
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 22px 0 -6px;
    border: none;
    box-shadow: none;
}
.woocommerce .wc-deposits-wrapper .wc-deposits-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
}
.woocommerce .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:before {
    margin: -14px 0 0 56px;
}
.woocommerce .wc-deposits-wrapper .wc-deposits-payment-plans {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:before,
.woocommerce .wc-deposits-wrapper.wc-deposits-optional .wc-deposits-payment-plans:after {
    display: none;
}
/* ################
## CENY
################ */
.woocommerce p.price:before,
.woocommerce span.price:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    content: "\f02b";
    font-weight: 900;
    margin-right: 8px;
}
.woocommerce p.price {
    margin-bottom: 16px;
}
.woocommerce ul.products li.product .price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4px;
}
.woocommerce ul.products li.product .price del {
    opacity: 1;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount:first-child {
    margin-right: 4px;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount.amount:last-child {
    margin-left: 4px;
}
/* cena wyprzedaży */
.woocommerce span.c-sale-date {
    font-size: 12px;
    margin-top: 4px;
    text-transform: none;
    width: 100%;
}
/* ################
## DODAJ DO KOSZYKA
################ */
button.single_add_to_cart_button:before,
a.product_type_simple:before,
a.product_type_grouped:before,
a.product_type_variable:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: "Font Awesome 5 Free";
    content: "\f217";
    font-weight: 900;
    margin-right: 8px;
}
@media all and (max-width: 767px) {
    .woocommerce ul.products[class*=columns-] li.product,
    .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%;
        float: left;
        clear: both;
        margin: 0 0 2.992em;
    }
}
/* ################
## KOMUNIKATY
################ */
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    display: none;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 32px 16px;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
    border: none;
}
/* ################
## MOJE KONTO
################ */
.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 2px solid black;
    margin-bottom: 32px;
}
@media all and (min-width: 768px) {
    .woocommerce .woocommerce-MyAccount-navigation ul {
        max-width: 160px;
        border-bottom: none;
    }
}

.woocommerce .woocommerce-MyAccount-content > p mark {
    background-color: initial;
    font-style: normal;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    text-decoration: none;
    padding: 16px 0;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.woocommerce-page table.cart td.actions .coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (min-width: 768px) {
    .woocommerce-page table.cart td.actions .coupon {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.woocommerce-page table.cart td.actions .coupon .input-text+.button {
    margin: 16px 0 16px 0;
    height: auto;
}
@media all and (min-width: 768px) {
    .woocommerce-page table.cart td.actions .coupon .input-text+.button {
        margin: 0;
    }
}
.woocommerce-address-fields>p,
form.woocommerce-EditAccountForm.edit-account>p:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
form.woocommerce-EditAccountForm.edit-account fieldset {
    margin-top: 32px;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 32px;
}
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    margin-bottom: 32px;
}
.woocommerce-MyAccount-content address {
    font-weight: 600;
}
.woocommerce-MyAccount-content a.edit {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    max-width: 640px;
}
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 0;
}
.woocommerce-form.woocommerce-form-register.register p,
.woocommerce-form.woocommerce-form-register.register p a {
    font-size: 14px;
}
/* adres */
.woocommerce .woocommerce-customer-details address {
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    padding-left: 0;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    display: none;
}
/* ################
## KOSZYK
################ */
.woocommerce .wc-proceed-to-checkout {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button {
    margin-bottom: 0;
}
.woocommerce .woocommerce-info .showcoupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: none;
}
.woocommerce-checkout #payment div.form-row {
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.woocommerce .shipping-calculator-form {
    display: flex;
    flex-direction: column;
}
.woocommerce .shipping-calculator-form .form-row {
    margin: 0 0 16px 0;
}
/* pole kuponu */
.woocommerce-cart table.cart td.actions .coupon .input-text {
    min-width: 160px;
}
/* pusty koszyk */
.l-empty-cart-products {
    margin: 64px 0 32px 0;
}
/* szczegóły zamówienia */
.woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 32px;
}
.woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    width: 100%;
    margin: 0;
    padding: 0 16px 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}
@media all and (min-width: 425px) {
    .woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        width: 50%;
    }
}
@media all and (min-width: 768px) {
    .woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        width: 33%;
    }
}
@media all and (min-width: 1024px) {
    .woocommerce .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
        width: 20%;
    }
}
.woocommerce .return-to-shop {
    display: flex;
    justify-content: center;
}
/* materiały do pobrania */
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
    display: flex;
    flex-direction: column;
}
/* ################
## CHECKOUT
################ */
.woocommerce .showcoupon {
    margin-top: 16px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last {
    width: 100%;
}
.woocommerce form.checkout_coupon {
    border: none;
    padding: 0;
    margin: 0 0 64px 0;
    text-align: left;
    border-radius: 0;
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
}
@media all and (min-width: 960px) {
    .woocommerce form.checkout_coupon {
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 56px;
    }
    .woocommerce form.checkout_coupon > p:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .woocommerce form.checkout_coupon .form-row-first {
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .woocommerce form.checkout_coupon .form-row-last {
        grid-column-start: 2;
        grid-column-end: 3;
    }
}
.woocommerce form.checkout_coupon .clear {
    display: none;
}
@media all and (min-width: 768px) {
    .woocommerce form.login,
    .woocommerce form.register {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .woocommerce form.checkout_coupon>p:first-child {
        width: 100%;
    }
}
.woocommerce .woocommerce-checkout__wrappers {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 56px;
    margin-top: 48px;
    width: 100%;
}
@media all and (min-width: 1024px) {
    .woocommerce .woocommerce-checkout__wrappers {
        grid-template-columns: repeat(2, 1fr);
    }
}
.woocommerce .woocommerce-checkout h3 {
    margin-top: 32px;
}
/* dodatkowe pole zgody na politykę prywatności oraz regulamin strony */
p.woo-agreements.woocommerce-validated input[type="checkbox"].woocommerce-form__input-checkbox:checked+span,
p.woo-agreements.woocommerce-validated input[type="checkbox"].woocommerce-form__input-checkbox:checked+span a {
    color: green;
}
p.woo-agreements.woocommerce-validated input[type="checkbox"].woocommerce-form__input-checkbox+span,
p.woo-agreements.woocommerce-validated input[type="checkbox"].woocommerce-form__input-checkbox+span a {
    color: red;
}
/* nota o polityce prywatności przed zakupem */
.woocommerce .woocommerce-checkout #payment div.form-row {
    padding: 0;
    margin: 16px 0 0 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}
/* ################
## WOO WIDGETY
################ */
/* miniatury */
.woocommerce ul.product_list_widget .product-title {
    display: inline-block;
    margin-bottom: 4px;
    transition: color .3s;
}
ins {
    background-color: unset;
    color: unset;
}
.woocommerce ul.product_list_widget .star-rating {
    margin-bottom: 8px;
}
.woocommerce ul.product_list_widget li {
    padding: 16px 0;
    border-bottom: 1px solid white;
}
.woocommerce ul.product_list_widget li a {
    width: 100%;
    display: flex;
}
.woocommerce ul.product_list_widget li img {
    margin: 0 8px 0 0;
    width: 80px;
    height: 80px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.woocommerce ul.product_list_widget li:last-child {
    border-bottom: none;
}
.woocommerce ul.product-categories {
    list-style: none;
}
/* ################
## PRZYCISKI CTA
################ */
.woocommerce div.product form.cart .button {
    line-height: 0;
    min-width: unset;
    margin-top: 32px;
}
.woocommerce div.product form.cart .button.disabled.out-of-stock {
    margin-top: 0;
}
.woocommerce a.button {
    padding: unset;
}
.woocommerce a.button,
.woocommerce div.product form.cart .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}
.woocommerce ul.products li.product .button {
    margin-top: 16px;
}
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce div.product form.cart .button,
.woocommerce-page table.cart td.actions .coupon .input-text+.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled,
.woocommerce button.button,
.woocommerce button.button.alt {
    border-style: solid;
}
.woocommerce a.button.alt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* ################
## PĘTLA
################ */
.woocommerce ul.products {
    display: grid;
    grid-template-columns: 1fr;
}
@media all and (min-width: 768px) {
    .woocommerce ul.products.columns-2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce ul.products.columns-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .woocommerce ul.products.columns-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}
.woocommerce ul.products li.product {
    width: unset !important;
    margin: 0;
}
.woocommerce ul.products::before {
    display: none;
}
/* plakietka wyprzedaż w produkcie */
.woocommerce ul.products li.product span.onsale,
.woocommerce ul.products li.product span.itsnew {
    position: absolute;
    display: block;
    border-radius: 0;
    margin: 0;
    min-width: unset;
    min-height: unset;
    line-height: 1;
    top: 8px;
    font-weight: 700;
}
.woocommerce ul.products li.product span.onsale {
    right: 8px;
}
.woocommerce ul.products li.product span.itsnew {
    left: 8px;
}
/* stock */
.woocommerce ul.products li.product .remaining {
    font-weight: 700;
}
.woocommerce ul.products li.product .remaining.remaining--sold-out {
    color: #ff0000;
}
.woocommerce div.product p.stock {
    font-weight: 700;
    margin-bottom: 8px;
}
/* ################
## ODZYSKIWANIE HASŁA
################ */
.woocommerce .woocommerce-LostPassword.lost_password a,
.woocommerce p.lost_password a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row--first {
    margin-top: 64px;
}
form.woocommerce-ResetPassword.lost_reset_password {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* ################
## woocommerce.php
################ */
.l-woo {
    display: flex;
    flex-direction: column-reverse;
} 

@media all and (min-width: 1024px) {
    .l-woo {
        display: grid;
        grid-template-columns: 1.5fr 5fr;
        grid-gap: 48px;
    }
}
/* ################
## RÓŻNE
################ */

.woocommerce form .form-row {
    padding: 0;
    margin: 8px 0;
}

.woocommerce form .form-row .input-checkbox {
    display: inline-block;
}

.woocommerce .search-field + button[type="submit"] {
    display: none;
}



