/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #0c0c0c;
    font-family: "Parkisans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

.container-big {
    width: 100%;
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-mid {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

a {
    color: #0c0c0c;
    font-weight: 700;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #0c0c0c;
    outline: 0;
    text-decoration: none
}

.entry-content ul li,
.entry-content ol li,
p {
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.entry-content .wpcf7-form input[type="submit"],
.btn-main a {
    background-color: #a97c52;
    color: white;
    padding: .75rem 1.75rem;
    border: 2px solid #cd9c6d;
    font-size: 1rem;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

.entry-content .wpcf7-form input[type="submit"]:hover,
.btn-main a:hover {
    color: #fff;
    background: #212f70;
    border: 2px solid #28377e;
}

.btn-main a:hover .fa-light {
    padding-left: .5rem;
    color: #bcbcbc;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#wrapper {}

.mastheader.mh__scroll {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.95);
    /* Możesz dostosować */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.mh-top {
    transition: opacity 0.3s ease-in-out;
}

.mastheader.mh__scroll .mh-top {
    opacity: 0;
    display: none;
    height: 0;
    overflow: hidden;
}

.mastheader.mh__scroll .mh-main {
    padding: .5rem 0;
    z-index: 999;
    background: #28377e;
}

.mastheader {
    padding: 0;
    z-index: 999;
    background: #28377e
}

.mh-top {
    padding: .75rem 0;
    color: #a6add0;
    font-size: .8rem;
    border-bottom: 1px solid #3b4b99;
}

.mh-top a {

    color: #a6add0;
}

.mh-top span {
    margin-right: .3rem;
    padding: 0rem .35rem;
    background: #4253a4;
    color: #fff;
    border-radius: 8px;
    font-size: .7rem;
}

.mh-top .fa-solid {
    color: #cd9c6d;
    padding-right: .3rem;
}

.mht4 {
    text-align: right;

}

.mht4>* {
    color: #fff;
    margin-left: .5rem;
}

.mh-main {
    padding: 2rem 0;
    position: relative;
}

.mh-main .row {
    align-items: center;
}

.logo {
    height: auto;
}

.logo img {
    max-height: 48px;
}

.mh-navigation {
    background: #212f70
}

#menu-item-75 a {
    background-color: #ad8156
}

.mh-navigation__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#producenci-container {
    position: relative;
    display: inline-block;
}


#producenci-button {
    color: #fff;
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin: 0rem;
    padding: .95rem 2.5rem;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

#producenci-button:hover {
    background-color: #ad8156
}

#producenci-container .dropdown-toggle::after {
    color: #cd9c6d;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

#producenci-dropdown {
    position: absolute;
    background-color: #976e45;
    z-index: 1;
    padding: 0;
    top: 100%;
    left: 0;
    border: none;
    width: 240px;
}

.subcategory-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.subcategory-list li {
    display: block;
}

.subcategory-list li a {
    text-decoration: none;
    color: #fff;
    padding: .5rem;
    font-size: .8rem;
    font-weight: 400;
    display: block
}

.subcategory-list li a:hover {
    background-color: #85603c
}


.navbar {
    margin: 0;
    padding: 0;
    justify-content: center
}

.wc-menu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.search-container {
    position: relative;
}

.search-container label {
    margin-bottom: 0;
}

.search-container .search-field:focus {
    outline: none;
    box-shadow: none;
}

.search-container input {
    background: transparent;
    border: none;
    color: #fff;
}

.search-container button[type=submit] {
    background: transparent;
    border: none;
    border-radius: 0;
}

.search-container input::placeholder {
    color: #cd9c6d;
}

.search-container button[type=submit]:hover .fa-solid {
    color: #cd9c6d;
}

.search-container .fa-solid {
    color: #fff;
}

.live-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 0;
    z-index: 9999;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: none;
}

@media (min-width: 991px) {
    .live-search-results {
        min-width: 320px;
    }
}

.ls-inner {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: .5rem;
}

.ls-inner__single {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .5rem;
    border: 1px solid #cfcfcf;
    border-radius: 0;
    background-color: #f4f4f4;
    transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.ls-inner__single:hover {
    background-color: #28377e;
    border-color: #1a2458;
    /* Ciemniejszy odcień #212f70 */
}

.ls-inner__single:hover .ls-inner__content span a {
    color: #ffffff;
    /* Białe napisy na hover */
}

.ls-inner__image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 5px;
}

.ls-inner__content {
    flex: 1;
    line-height: 1rem;
}

.ls-inner__content span a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
    font-size: .8rem;
}

.not-found {
    margin: 0;
    padding: .5rem;
    font-weight: 400;
    font-size: .8rem;
    color: #ff0000
}

.live-search-results {
    scrollbar-width: thin;
    /* Dla Firefoxa: cienki pasek */
    scrollbar-color: #cccccc #f4f4f4;
    /* Kolory: pasek i tło */
}

/* Dla przeglądarek opartych na WebKit */
.live-search-results::-webkit-scrollbar {
    width: 8px;
    /* Szerokość paska */
    height: 8px;
    /* Wysokość paska (dla poziomego przewijania, jeśli istnieje) */
}

.live-search-results::-webkit-scrollbar-thumb {
    background: #cccccc;
    /* Kolor paska przewijania */
    border-radius: 4px;
    /* Zaokrąglone rogi */
}

.live-search-results::-webkit-scrollbar-thumb:hover {
    background: #999999;
    /* Kolor paska podczas hover */
}

.live-search-results::-webkit-scrollbar-track {
    background: #f4f4f4;
    /* Kolor tła paska */
}

#mega-menu-wrap-wc-menu #mega-menu-wc-menu #mega-menu-item-76 {
    margin-right: 3rem;
}

#mega-menu-wrap-wc-menu #mega-menu-wc-menu #mega-menu-item-78 a {
    padding-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin: 0rem;
    padding: .75rem 2.5rem;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #ad8156
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #fff;
    background: #ad8156
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 240px;
    padding: 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #976e45;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem .5rem;
    font-size: .8rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #85603c
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #85603c
}

.dropdown-toggle::after {
    color: #cd9c6d;
}

.mhm-btn {
    text-align: right;
}

.mhm-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;

}

.mhm-contact>* {
    display: flex;
}


.mhm-contact .social a {
    color: #b0b0b0;
    padding: 0 .75rem;
    font-size: 1.2rem;
}

.mhm-contact .social a:hover {
    color: #599e48;
}


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#slider {
    position: relative;
}

#slider .item {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}

#slider .owl-item.active {
    opacity: 1;
}

#slider .box {
    position: relative;
    z-index: 999;
}

#slider .item h3 {
    margin: 0rem 0 2rem;
    font-size: 1.2rem;
    color: #cd9c6d;
    font-weight: 500;
}

#slider .item h2 {
    margin: 0 0 1rem;
    font-weight: 600;
    font-size: 3.4rem;
    color: #fff;
    letter-spacing: 0;
}

#slider .item .text {
    margin: 0 0 5rem;
    letter-spacing: 0px;
    max-width: 50%;
    color: #b7b7b7;
}

#slider .item .text p {
    font-size: 1rem;
    font-weight: 300;
}

#slider .item .btn-main a {
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 60px;
}

#slider .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(55deg, rgb(33 47 112 / 87%) 0%, rgb(0 0 0 / 67%) 50%, rgb(0 0 0 / 0%) 80%);
    top: 0;
    left: 0;
}


#slider .owl-controls {
    position: absolute;
    margin: 0;
    bottom: 3rem;
    left: 50%;
    transform: translate(-50%, -50%)
}

#slider .owl-controls .owl-page span {
    width: 1rem;
    height: 1rem;
    margin: 0 .2rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.top {
    position: relative;
}

.scroll-down {
    position: absolute;
    z-index: 999;
    bottom: 3rem;
    right: 3rem;
    z-index: 999;
}

.scroll-down a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #ffffff00;
    border: 2px solid #cd9c6d;
    padding: 1rem 1.1rem;
    border-radius: 100%;
    line-height: 55px;
}

.scroll-down a:hover {
    color: #fff;
    background: #212f70;
    border: 2px solid #28377e;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.service {
    padding: 5rem 0;
}

.section-title {
    margin: 0 0 3rem 0;
    text-align: center;
}

.section-title h1,
.section-title h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 1rem;
}

.section-title h3 {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 auto 0rem;
    max-width: 65%;
    line-height: 1.8rem;
    color: #777777
}

.section-title .txt {
    max-width: 65%;
    margin: 0 auto 0rem;
}

.four-widgets .box {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
    padding: 2rem;
    margin: 0 0 0rem;
    text-align: center;
    background: #28377e14;
    position: relative;
    transition: 0.3s ease-in-out
}

.four-widgets .box:hover {
    background: #faf4f0
}

.four-widgets .box__icon {
    max-width: 30%;
    margin: 0 auto 2rem;
}

.four-widgets .box__icon img {
    max-width: 100%;
}

.four-widgets .box__content {
    font-size: .85rem;
    font-weight: 300;
    color: #767676;
}

.four-widgets h3 {
    width: 100%;
    display: block;
    font-weight: 700;
    margin: 0rem 0 .5rem;
    font-size: 1.15rem;
    color: #0c0c0c;
}

.four-widgets h3 a:hover {
    text-decoration: underline;
}

.four-widgets .txt {
    width: 100%;
}

.top-rated {
    background: #faf4f0;
    padding: 5rem 0
}

.top-rated .section-title {
    text-align: left;
}

.hp-tabs {
    padding: 5rem 0;
    background: #fff;
}

.blog {
    padding: 5rem 0 3rem 0;
    background: #cd9c6d
}

body.category-blog .section-title,
.blog .section-title {
    margin: 0 0 3rem 0;
    text-align: left;
    color: #fff;
}

body.category-blog .section-title .txt {
    margin: 0 auto 0 0
}

.blog .section-title .txt {
    color: #fff;
    max-width: 65%;
    margin: 0 0 0 0;
}

.txt-epodlogi {
    padding: 2.5rem 0;
    text-align: center;
    background: #bb8c60
}

.txt-epodlogi p {
    font-size: .75rem;
    color: #fff6ed
}

.txt-epodlogi p:last-child {
    margin: 0;
}

.collections {
    padding: 6rem 0;
    background: #0c0c0c;
}

.collections .container-fluid {
    margin: 0 3rem;
}

.collections .section-title h2 {
    color: #fff;
}

.collections .section-title h2 a {
    transition: .2s ease-in-out;
    color: #fff;
}

.collections .section-title h2 a:hover {
    color: #fff;
    text-decoration: underline;
}

.collections .section-title .txt {
    margin: 0 auto;
    max-width: 55%;
}

.collections .box {
    min-height: 480px;
    object-fit: cover;
    position: relative;
}

.collections .box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(34deg, rgb(0 0 0 / 82%), rgb(0 0 0 / 0%));
    transition: background 0.3s ease-in-out;
    z-index: 1;
}

.collections .box:hover::before {
    background: linear-gradient(34deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.25)) !important;
}


.collections .box__content {
    position: relative;
    z-index: 2;
    padding: 13rem 3rem 3rem 3rem
}

.collections .box h3 {
    font-size: 2.4rem;
    margin: 0 0 0.5rem
}

.collections .box h3 a {
    color: #fff;
}

.collections .box h3 a:hover {}

.collections .box .txt {
    font-size: .9rem;
    max-width: 60%;
    color: #bcbcbc;
    font-weight: 300;
    margin-bottom: 3rem;
}

.collections .box .btn-small a {
    color: #fff;
}

.collections .box .btn-small a:hover {
    color: #b9b9b9;
}

.collections .box .btn-small a .fa-light {
    padding-left: 0.5rem;
    color: #bcbcbc;
}

/*--------------------------------------------------------------
# WooCommerce - default style, main, category
--------------------------------------------------------------*/

#wc ul.products li.product,
.woocommerce-page ul.products li.product {
    margin-bottom: 2rem;
}

#wc div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
}

#wc ul.products li.product a img {
    width: 100%;
    height: auto;
}

#wc ul.products li.product {
    position: relative;
    overflow: hidden;
}

#wc ul.products li.product img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

#wc ul.products li.product img:hover {
    transform: scale(1.1);
}


#wc ul.products li.product .woocommerce-loop-category__title,
#wc ul.products li.product .woocommerce-loop-product__title,
#wc ul.products li.product h3 {
    font-size: 1rem;
    background: #fff;
    padding: 1rem 0;
    margin: -1rem 0 0 0;
    z-index: 9999;
    position: relative;
}

body.page-id-2 .top-rated #wc ul.products li.product .woocommerce-loop-product__title {
    background: #faf4f0;
}

#wc ul.products li.product .woocommerce-loop-product__title:hover {
    text-decoration: underline;
}

#wc span.onsale {
    min-height: 1rem;
    min-width: 1rem;
    padding: .4rem .6rem;
    font-weight: 800;
    position: absolute;
    text-align: center;
    line-height: 1rem;
    top: 0;
    left: auto;
    margin: 0;
    right: 0;
    border-radius: 0;
    background-color: #ffa600;
    color: #fff;
    font-size: 1.2rem;
    z-index: 9;
}

#wc ul.products li.product .price {
    color: #28377e;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    font-size: .85rem;
}

#wc ul.products li.product .price ins {

    text-decoration: none;
}

#wc ul.products li.product .button {
    display: none;
}

.page-title .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    font-size: .85em;
    color: #ad8156
}

.page-title .woocommerce-breadcrumb a {
    color: #a6add0
}

#wc .woocommerce-result-count {
    margin: 0 0 .5rem;
    font-size: .9rem;
}

#wc .woocommerce-ordering select {
    vertical-align: top;
    border: 1px solid #eaeaea;
    padding: 0.2rem;
    font-size: .9rem;
}

#wc .term-description {
    margin-bottom: 3rem;
    padding: 3rem;
    background: #f4f4f4;
}

#wc .term-description h3 {
    font-size: 1.6rem;
    margin: 0 0 1.5rem;
    font-weight: 700;
}

#wc .term-description h4 {
    font-size: 1.1rem;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
    font-weight: 700;
}

body.page-id-20 #wc .woocommerce-form-login .form-row,
body.page-id-20 #wc .woocommerce-cart-form {
    padding: 0
}


#wc form.checkout_coupon,
#wc form.login,
#wc form.register {
    border: 2px solid #0c0c0c;
    padding: 2rem;
    margin: 1rem 0 2rem;
    text-align: left;
    border-radius: 0px;
}

#wc form.lost_reset_password .form-row input.input-text,
#wc form.lost_reset_password form .form-row textarea,
#wc form.woocommerce-ResetPassword .form-row input.input-text,
#wc form.woocommerce-ResetPassword form .form-row textarea,
#wc form.login .form-row input.input-text,
#wc form.login form .form-row textarea,
#wc form.register .form-row input.input-text,
#wc form.register form .form-row textarea {
    padding: 0.65rem;
}

/*--------------------------------------------------------------
# WooCommerce - single product, tabs, related
--------------------------------------------------------------*/
body.single-product #wc .product .onsale {
    display: none;
}

body.single-product #wc .product .related .onsale {
    display: block
}

#wc .sale-price-product {
    font-size: 1rem;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: .5rem;
    margin-bottom: 1rem;
    background-color: #ffa600;
    padding: .5rem 1rem;
}

#wc .sale-price-product i {
    font-size: 18px;
    color: #fff
}

#wc .omnibus-price {
    margin-top: .5rem;
}

#wc .omnibus-price p {
    margin: 0;
    font-size: .75rem;
}

#wc .omnibus-price p .fa-solid {
    color: #ad8156;
    padding-right: .3rem
}

#wc .woocommerce-breadcrumb {
    font-size: .8rem;
    margin: 0 0 0;
}

#wc .woocommerce-breadcrumb a {
    color: #28377e;
    font-weight: 500;
}

#wc .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}

#wc .product-label.new {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #FFEB3B;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 6px;
    border-radius: 0px;
    z-index: 10;
}

.woocommerce-breadcrumb .breadcrumb-product-title::first-letter {
    text-transform: uppercase;
}

#wc div.product div.images .flex-control-thumbs {
    margin: 0 0 2rem;
    clear: both;
}

#wc div.product div.images .flex-control-thumbs li {
    width: 25%;
    max-width: 100px;
    margin: 1rem 0.5rem 0 0;
}

#wc div.product .product_title {
    clear: none;
    padding: 0;
    font-weight: 400;
    font-size: 1.6rem;
    margin: 2rem 0 1rem;
    text-transform: uppercase;
    max-width: 100%;
}

#wc .summary {
    position: relative;
}

#wc .producent__img {
    display: block;
    position: absolute;
    top: 4.5rem;
    right: 0rem;
}

#wc .producent__img {
    max-width: 120px;
}

#wc .price-old {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-right: .75rem;
    display: block;
}

#wc div.product p.price {
    font-size: 1rem;
    color: #bcbcbc;
    font-weight: 700;
}

#wc .product .price-container {
    display: flex;
    flex-wrap: wrap;
    background: #28377e14;
    padding: .75rem;
    justify-content: flex-start;
    align-items: center;
    line-height: 16px;
    gap: 1rem;
}

#wc .product .price-container p {
    display: flex;
    margin: 0;
    font-size: 1.1rem;
}

#wc .product .price-container p .fa-solid {
    margin: 0 .35rem 0 0;
    color: #cd9c6d;
}

#wc .product .price-container p.price {
    color: #28377e;
    font-weight: 700;
    font-size: 1.1rem;
}

#wc .product .price-container span.extra {
    font-weight: 300;
    font-size: 1rem;
    margin-left: .35rem;
}

#wc .product .price-container p.price-per-strip,
#wc .product .price-container p.price-per-package {
    font-weight: 500;
}

#wc .price-calculator {
    padding: 1.25rem;
    margin-top: 1rem;
    border: 1px solid #28377e3b
}

#wc .price-calculator h3 {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0rem 0 0rem;
}

#wc .price-calculator #summary {
    margin: 1rem 0;
    font-size: 1.3rem;
}

#wc .price-calculator #summary p {
    margin: 1rem 0 0 0;
    font-size: 1.3rem;
}

#wc p.total-price {
    margin: 0 0 1rem 0;
    font-size: 1.3rem;
}

#wc p.total-price span,
#wc p.total-price span.currency {
    font-weight: 700
}

#wc .price-calculator #summary p span {
    display: block;
    margin-top: 0
}

#wc .price-calculator__inputs p,
#wc .price-calculator__area p {
    margin: 0 0 .5rem;
}

#wc .price-calculator__inputs input,
#wc .price-calculator__area input {
    background: #eeeff5;
    border: none;
    margin-bottom: 10px;
    width: 100%;
    padding: 5px;
}

#wc .price-calculator .quantity .qty {
    border: 2px solid #ddd;
    border-radius: 30px;
    width: 6rem;
    padding: .45rem 1rem
}

#wc #cart-calculator button[type="submit"] {
    float: none;
}

#wc #cart-calculator form {
    margin-top: 1rem;
}

#wc p.package-info {
    display: block;
    width: 100%;
    margin: .75rem 0 0 0;
    font-size: .85rem;
    clear: both;
}

#wc .price-calculator form.cart {
    margin: 0
}

#wc ul.wc-block-components-product-details li::before {
    content: none
}

#wc ul .wc-block-components-product-details__cena-za-1-listw,
#wc ul .wc-block-components-product-details__cena-za-1-paczk {
    list-style-type: none;
    padding: .75rem 0 0 0;
    font-size: .75rem;
    background: #28377e00;
    border-top: 1px solid #ad815652;
    color: #585858;
}

#wc ul .wc-block-components-product-details__cena-za-1-listw .wc-block-components-product-details__name,
#wc ul .wc-block-components-product-details__cena-za-1-paczk .wc-block-components-product-details__name {
    display: inline;
    font-weight: 400
}

#wc ul .wc-block-components-product-details__cena-za-1-listw .wc-block-components-product-details__value,
#wc ul .wc-block-components-product-details__cena-za-1-paczk .wc-block-components-product-details__value {
    display: inline;
    font-weight: 400
}

.wc-block-components-product-details__cena-za-1-listw,
.wc-block-components-product-details__cena-za-1-paczk {
    display: block;
    padding: 10px 0;
}

#wc .woocommerce-product-details__short-description {
    margin: 1rem 0 0rem;
    padding: 1.5rem;
    background: #28377e14;
}

#wc .wc-block-components-product-metadata__description {
    display: none;
}

#wc .woocommerce-product-details__short-description p {
    font-size: .9rem;
    margin: 0;
}

#wc .woocommerce-variation-price {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#wc .woocommerce-variation-price span.price {
    font-size: 1.6rem;
    color: #000;
    font-weight: 700;

}

#wc table.variations ul li {
    margin: 0 8px 0 0;
}

#wc div.product form.cart {
    margin: 1.5rem 0;
}

#wc .quantity .qty {
    width: 100%;
    text-align: left;
    border: 2px solid #cbcbcb;
    padding: 0.43rem;
    margin: 0 0 1rem;
}

#wc #load-more-container button {
    cursor: pointer
}

#wc form.register input#submit,
#wc form.register a.button,
#wc form.register button.button,
#wc form.register input.button,
#wc #load-more-container button,
#wc #respond input#submit.alt,
#wc a.button.alt,
#wc button.button.alt,
#wc input.button.alt,
#wc #review_form #respond .form-submit input,
#wc .woocommerce-error .button,
#wc .woocommerce-info .button,
#wc .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
#wc .cart .button,
#wc .cart input.button,
#wc #respond input#submit,
#wc a.button,
#wc button.button,
#wc input.button {
    background-color: #a97c52;
    color: white;
    padding: .75rem 1.75rem;
    border: 2px solid #cd9c6d;
    font-size: 1rem;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    transition: .2s ease-in-out;
}

#wc form.register input#submit:hover,
#wc form.register a.button:hover,
#wc form.register button.button:hover,
#wc form.register input.button:hover,
#wc #load-more-container button:hover,
#wc #respond input#submit.alt:hover,
#wc a.button.alt:hover,
#wc button.button.alt:hover,
#wc input.button.alt:hover,
#wc #review_form #respond .form-submit input:hover,
#wc .woocommerce-error .button:hover,
#wc .woocommerce-info .button:hover,
#wc .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
#wc .cart .button:hover,
#wc .cart input.button:hover,
#wc #respond input#submit:hover,
#wc a.button:hover,
#wc button.button:hover,
#wc input.button:hover {
    color: #fff;
    background: #212f70;
    border: 2px solid #28377e;
}

#wc div.product .woocommerce-tabs .panel {
    margin: 0 0 2rem;
    padding: 1.5rem;
    font-weight: 300;
    background: #28377e14
}

#wc div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#wc .woocommerce-Tabs-panel textarea {
    margin-top: .5rem;
}

#wc #tab-title-indywidualna_wycena_tab {
    background: #ff0000;
}

#wc #tab-title-indywidualna_wycena_tab a {
    color: #fff;
}

#wc .btn-main-product a {
    padding: 1.3rem 2.6rem;
    color: #000;
}

#wc .btn-main-product a:hover {
    background: #464646;
    border-color: #464646;
    color: #fff;
}

.availability-notice {
    list-style: none;
    margin: 1.5rem 0 0;
    padding: 0;
    color: #222222;
    font-size: .9rem;
    display: flex;
    align-items: center;
}

.availability-notice li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.availability-notice i {
    font-size: 1.2rem;
    color: #ff0000;
}


#wc #content div.product .woocommerce-tabs ul.tabs::after,
#wc #content div.product .woocommerce-tabs ul.tabs::before,
#wc div.product .woocommerce-tabs ul.tabs::after,
#wc div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
    content: none;
}

#wc div.product .woocommerce-tabs ul.tabs::after {
    content: none;
}

#wc div.product .woocommerce-tabs ul.tabs li.active::before {
    content: none;
}

#wc div.product .woocommerce-tabs ul.tabs li.active {
    background: #eeeff5;
    color: #0c0c0c;
    border-bottom: 2px solid #eeeff5;
}

#wc div.product .woocommerce-tabs ul.tabs li:hover {
    text-decoration: none;
    background: #eeeff5;
    border-bottom: 2px solid #eeeff5;
}

#wc div.product .woocommerce-tabs ul.tabs li::before,
#wc div.product .woocommerce-tabs ul.tabs li::after {
    content: none;
}

#wc div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: #a97c5214;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 0 0 0;
    transition: .25s ease-in-out;
    padding: .5rem 1rem;
    border-bottom: 2px solid #a97c52;
}

#wc div.product .woocommerce-tabs ul.tabs li a {
    padding: 0;
}

#wc .woocommerce-Tabs-panel h2 {
    font-size: 1.8rem;
    margin: 0 0 1rem;
}

#wc #tab-description h2,
#wc #tab-additional_information h2 {
    display: none;
}

#wc .time-information .fa-sharp,
#wc .steel-information .fa-sharp,
#wc .color-information .fa-sharp {
    color: #000;
    padding-right: .25rem;
}

#wc .time-information,
#wc .steel-information,
#wc .color-information {
    font-size: .8rem;
    font-weight: 300;
    color: #888;
    border-bottom: 1px solid #eaeaea;
    padding: 1rem 0;
}

#wc .time-information strong,
#wc .steel-information strong,
#wc .color-information strong {
    color: #000;
}

#wc .color-information {
    margin-bottom: 1rem;
}

#wc div.product .woocommerce-tabs ul.tabs li a {
    font-size: .9rem;
}

#wc .woocommerce-Tabs-panel--dimensions_corner_tab table td {
    width: 50%;
}

#wc .woocommerce-Tabs-panel--accessories_corner_tab .gallery-item {
    margin: 0 2rem 0 0;
    max-width: 47%
}

#wc .woocommerce-Tabs-panel--dimensions_corner_tab table td {
    width: 50%;
}

#wc .woocommerce-tabs {
    margin-top: 2rem;
}

#wc table.woocommerce-product-attributes {
    margin: 1rem 0 0 0;
}

#wc table.shop_attributes {
    border: 0;
    border-top: none;
    margin-bottom: 1.618em;
    width: 100%;
}

#wc table.shop_attributes tr {
    background: #dcdde3;
}

#wc table.shop_attributes tr:nth-child(even) {
    background: #ffffff;
}

#wc table.shop_attributes td {
    border: 0;
    font-style: normal;
    padding: .5rem;
    border-top: 0;
    border-bottom: none;
    margin: 0;
    line-height: 1.5;
}

#wc table.shop_attributes td p {
    padding: 0;
    font-size: .85rem;
    margin: 0;
}

#wc table.shop_attributes th {
    border-top: none;
    width: 300px;
    border-bottom: none;
    text-transform: uppercase;
    font-size: .85rem;
}

#wc #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
    padding: 0;
}

#wc #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 50px;
    height: auto;
    background: #ebe9eb;
    border: none;
    margin: 0;
    box-shadow: none;
}

#wc #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 66px;
    border: 1px solid #ddd;
    border-radius: -0;
    padding: 1rem 1rem 0 1rem;
}

#wc #review_form #respond {
    font-size: .85rem;
}

#wc .delivery-time .fal {
    padding-right: 1rem;
    color: #222;
}

#wc #mega-menu-wrap-shop-category {
    margin-bottom: 2rem;
}

#wc p {
    margin: 0 0 1rem;
}

#wc #tab-description ul {
    padding: 0;
    margin: 0;
}

#wc #tab-description ul li::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0da";
    padding-right: .5rem;
    color: #222;
}

.download-files-inner .box {
    padding: 1rem 1rem;
    background: #f4f4f4;
    border: 1px solid #ad8156;
    margin-bottom: 0rem;
    transition: .2s ease-in-out;
}

.download-files-inner .row>*:nth-child(n+4) .box {
    margin-top: 1rem;
}

.download-files-inner .box:hover {
    background: #ad8156;
    border: 1px solid #ad8156;
}

.download-files-inner .box:hover .fa-solid {
    color: #fff;
}

.download-files-inner .box:hover a {

    color: #fff;
}

.download-files-inner .box .fa-solid {
    margin: 0 .3rem 0 0;
    color: #ad8156;
}

.download-files-inner .box a {
    font-size: 1.2rem;
    font-weight: 500
}

/*--------------------------------------------------------------
# WooCommerce FILTER
--------------------------------------------------------------*/

.filter-wc {
    display: none;
}

.filter-btn {
    display: none;
}

@media (min-width: 992px) {
    .filter-wc {
        display: block;
        position: static;
        width: auto;
        height: auto;
        background: none;
        box-shadow: none;
        overflow: visible;
        padding: 0;
    }

    .filter-btn {
        display: none;
    }
}

@media (max-width: 991px) {
    .filter-wc {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255);
        z-index: 9999999;
        overflow-y: auto;
        padding: 1rem;
    }

    .filter-btn {
        display: block;
        width: 100%;
        background: #f4f4f4;
        border: 1px solid #ad8156;
        padding: .75rem;
        font-size: 1rem;
        font-weight: 500;
        margin: 0 0 .75rem;
    }
}

.close-modal-btn {
    display: none;
}

@media (max-width: 991px) {
    .close-modal-btn {
        position: absolute;
        top: 5px;
        right: 16px;
        background: #fff;
        color: #ff0000;
        border: 1px solid #cfcfcf;
        border-radius: 50%;
        width: 24px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        cursor: pointer;
        z-index: 10001;
        transition: background 0.2s ease;
    }

    .close-modal-btn:hover {
        background: #ff0000;
        color: #fff;
    }
}

#selected-filters-box {
    display: none;
}

#selected-producer,
#selected-acoustic {
    display: none;
}

.filter-attribute {
    display: none;
}

.filter-attribute.active {
    display: block;
}

.filter-wc label {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .85rem;
}

.filter-wc select {
    width: 100%;
    margin: 0 0 1rem;
    display: block;
    background: #28377e14;
    padding: .5rem;
    border: none;
    font-size: .85rem;
}

.selected-filters {
    padding: 1.25rem;
    margin-top: 0rem;
    border: 1px solid #28377e3b;
    position: relative;
    margin-bottom: .5rem
}

#selected-filters-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 1.25rem;
    margin-top: 0rem;
    border: 1px solid #28377e3b;
    margin-bottom: 1rem;
}

#selected-filters-box h3 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0
}

#selected-filters-box #selected-filters-list {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

#selected-filters-box .selected-filter {
    display: inline-flex;
    align-items: center;
    padding: .4rem .6rem .3rem .6rem;
    border: 1px solid #212f7026;
    border-radius: 30px;
    background-color: #4253a42e;
    color: #000000;
    white-space: nowrap;
    font-size: .75rem;
    margin: 0;
}

#selected-filters-box .remove-filter {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    background-color: #4253a46b;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    text-align: center;
    margin-left: 5px;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 1px;
    font-size: 15px;
}

#selected-filters-box .remove-filter:hover {
    background-color: #ff0000;
    color: #fff;
}

#reset-filters {
    margin: 0 0 0 1rem;
    padding: 0;
    background-color: #ffffff;
    color: #ad8156;
    border: none;
    cursor: pointer;
    font-size: .85rem;
    border-radius: 0;
    transition: background-color 0.3s ease;
}

#reset-filters:hover {
    color: #ff0000;
}

.woocommerce-ordering {
    display: none
}

#screen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999999;
    justify-content: center;
    align-items: center;
}

#screen-overlay .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #3b4b99;
    border-top: 5px solid #172254;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.woocommerce-pagination {
    display: none;
}

/*--------------------------------------------------------------
# WooCommerce Notice
--------------------------------------------------------------*/

#wc .wc-empty-cart-message {
    width: 100%;
}

#wc .woocommerce-notices-wrapper ul li::before {
    content: none
}

#wc .woocommerce-notices-wrapper ul.woocommerce-error {
    margin: 0 0 2rem 0;
    padding: 1rem 2rem 1rem 3rem
}

#wc .woocommerce-notices-wrapper ul.woocommerce-error li {
    margin: 0;
}

#wc .wc-block-components-notice-banner__content a {
    background: #0c0c0c !important;
    color: #fff !important;
    padding: 0.2rem 0.2rem 0.1rem 0.2rem !important;
    font-size: .85rem;
    text-decoration: none;
    opacity: 1;
}

#wc .wc-block-components-notice-banner__content a:hover {
    background: #404040 !important;
}

#wc .wc-block-components-notice-banner.is-info {
    background-color: #ffffff;
    border-color: #0c0c0c;
}

#wc .wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 2px solid;
    border-radius: 1px;
    box-sizing: border-box;
    color: #0c0c0c;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    background: #fff;
    border: 1px solid #28377e3b;
    margin: 0 0 1rem;
}

.woocommerce-info::before {
    color: #ad8156
}



/*--------------------------------------------------------------
# WooCommerce Page WC with new design cart and checkout
--------------------------------------------------------------*/
.page-wrapper .new-cart .entry-content table.shop_table tr,
.page-wrapper .new-cart .entry-content .cart_totals tr td,
.page-wrapper .new-cart .entry-content table.shop_table th {
    padding: .5rem;
    font-size: .85rem;
    font-weight: 400;
}

.page-wrapper .new-cart .entry-content .cart_totals tr td li {
    font-size: .85rem;
}

.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle a,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle a {
    font-weight: 400;
    color: #172254
}


.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-error,
.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info,
.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-message,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-error,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-message {
    background: #fff;
    border: none;
    margin: 0 0 1rem;
    padding: 0 0 0 1.35rem;
    font-size: .85rem;
}

.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-error::before,
.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-info::before,
.page-wrapper .new-checkout .entry-content .woocommerce-form-login-toggle .woocommerce-message::before,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-error::before,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-info::before,
.page-wrapper .new-checkout .entry-content .woocommerce-form-coupon-toggle .woocommerce-message::before {
    top: 0em;
    left: 0;
}

.page-wrapper .new-checkout .entry-content form.woocommerce-form-login label {
    display: block;
}

#shipping-calculator-form label {
    margin: 0 0 .2rem;
    font-size: .8rem;
}

#shipping-calculator-form .form-row {
    margin-bottom: .5rem
}

#shipping-calculator-form .form-row .input-text {
    border: 1px solid hsl(29.66deg 34.66% 50.78%);
    border-radius: 0px;
    padding: .5rem;
    font-size: .85rem;
}

#shipping-calculator-form button.button {
    font-size: .85rem;
    margin-top: 1rem;
    padding: .6rem 1rem
}

.page-wrapper .new-cart #shipping-calculator-form .select2-container--default .select2-selection--single {
    background: transparent;
}

.page-wrapper .new-cart .wp-block-group {
    display: flex;
    gap: 0 2rem;
    flex-wrap: wrap;
}

.page-wrapper .new-cart .wp-block-group .woocommerce-notices-wrapper {
    width: 100%;
}

.page-wrapper .new-cart .woocommerce-cart-form {
    width: 70%;
    flex-shrink: 0;
    padding: 0 !important
}

.page-wrapper .new-cart .cart-collaterals {
    flex-grow: 1;
    width: 24%;
}

.page-wrapper .new-cart .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.page-wrapper .new-cart .cart-collaterals .cart_totals h2 {
    margin-top: 0;
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 40%;
}

.page-wrapper .new-checkout .table-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 1rem;
}

.page-wrapper .new-checkout .table-title h3 {
    margin: 0 !important;
    font-size: 1.2rem;
}

.page-wrapper .new-checkout .btn-main {
    line-height: 45px;
}

.page-wrapper .new-checkout #cart-review tbody {
    display: block
}

.page-wrapper .new-checkout #cart-review thead tr {
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    border: none;
    align-items: stretch;
}

.page-wrapper .new-checkout #cart-review .cart_item {
    width: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    align-items: stretch;
}

.page-wrapper .new-checkout #cart-review thead tr .product-name,
.page-wrapper .new-checkout #cart-review .cart_item .product-name {
    width: 80%;
    text-align: left;
}

.page-wrapper .new-checkout #cart-review thead tr .product-total,
.page-wrapper .new-checkout #cart-review .cart_item .product-total {
    width: 20%;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.page-wrapper .new-checkout #cart-review thead {
    display: block;
}

.page-wrapper .new-checkout #cart-review thead tr th {
    padding: 1rem;
    font-size: .85rem;
    font-weight: 400;
}

.page-wrapper .new-checkout #cart-review tfoot {
    display: none
}

.page-wrapper .new-checkout .woocommerce-checkout-review-order-table thead {
    display: none
}

.page-wrapper .new-checkout .woocommerce-checkout-review-order-table tbody {
    display: none
}

#wc table.woocommerce-checkout-review-order-table .cart-discount>*:nth-child(2),
.page-wrapper .new-checkout .woocommerce-checkout-review-order-table .cart-discount>*:nth-child(2) {
    font-size: .85rem
}


.page-wrapper #wc .woocommerce-account-fields .form-row {
    padding: 0;
}

.page-wrapper #wc .woocommerce-billing-fields h3 {
    margin-top: 1rem
}

.page-wrapper #wc #billing_faktura_na_firme_field legend {
    font-size: 1.1rem;
    margin: 0;
    font-weight: 700;
}

.page-wrapper #wc #billing_faktura_na_firme_field label {
    display: inline-block;
    margin: 0 .5rem 0 0;
}

.page-wrapper #wc .woocommerce-shipping-fields h3#ship-to-different-address {
    margin-top: 0;
}

.page-wrapper .new-checkout .form-row label {
    line-height: 1.5;
    font-size: .85rem;
    display: none
}

.page-wrapper .new-checkout .form-row .input-text {
    border: 1px solid hsl(29.66deg 34.66% 50.78%);
    border-radius: 0px;
    padding: .5rem;
    font-size: .85rem;
}

#wc table.woocommerce-checkout-review-order-table th {
    width: 30%;
}

#wc .wc-block-components-sidebar-layout .wc-block-components-main {
    padding-right: 2rem;
}

#wc .wc-block-components-sidebar {
    padding-left: 0rem;
}

#wc .wc-block-cart-items__header>* {
    background: #ad8156 !important;
    color: #fff;
}

#wc .wc-block-cart-items__header-product {
    visibility: inherit !important;
    color: #ad8156;
}

#wc .wc-block-cart-items__header-image {
    padding-left: .5rem;
    font-size: 1.1rem
}

#wc .wc-block-cart-items__header-total {
    padding-right: .5rem;
    font-size: 1.1rem
}

#wc .wc-block-cart__totals-title {
    background: #ad8156 !important;
    font-size: 1.1rem;
    padding-left: .5rem;
    color: #fff;
}

#wc .is-large.wc-block-cart .wc-block-cart-items td {
    padding: 2rem 0rem 2rem 1rem;
    vertical-align: top;
}

#wc .wc-block-components-product-name {
    font-size: 1.2rem;
}

#wc .wc-block-components-formatted-money-amount {
    color: #28377e;
    font-weight: 700;
    font-size: 1.1rem;
}

#wc .wc-block-components-formatted-money-amount {
    color: #28377e;
    font-size: .85rem;
}

#wc .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    color: #28377e;
    font-weight: 700;
    font-size: 1.1rem;
    padding-right: 1rem;
}

#wc .wp-block-woocommerce-cart-line-items-block tbody>*:nth-child(even) {
    background: #ad815612
}

#wc .wc-block-components-form .wc-block-components-text-input input[type=email],
#wc .wc-block-components-form .wc-block-components-text-input input[type=number],
#wc .wc-block-components-form .wc-block-components-text-input input[type=password],
#wc .wc-block-components-form .wc-block-components-text-input input[type=tel],
#wc .wc-block-components-form .wc-block-components-text-input input[type=text],
#wc .wc-block-components-form .wc-block-components-text-input input[type=url],
#wc .wc-block-components-text-input input[type=email],
#wc .wc-block-components-text-input input[type=number],
#wc .wc-block-components-text-input input[type=password],
#wc .wc-block-components-text-input input[type=tel],
#wc .wc-block-components-text-input input[type=text],
#wc .wc-block-components-text-input input[type=url],
#wc .wc-blocks-components-select .wc-blocks-components-select__select {
    border: 1px solid hsl(29.66deg 34.66% 50.78%);
    border-radius: 0px;
}

#wc .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
#wc .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
#wc .wc-block-components-form .wc-block-components-text-input input[type=password]:focus,
#wc .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
#wc .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
#wc .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
#wc .wc-block-components-text-input input[type=email]:focus,
#wc .wc-block-components-text-input input[type=number]:focus,
#wc .wc-block-components-text-input input[type=password]:focus,
#wc .wc-block-components-text-input input[type=tel]:focus,
#wc .wc-block-components-text-input input[type=text]:focus,
#wc .wc-block-components-text-input input[type=url]:focus,
#wc .wc-blocks-components-select .wc-blocks-components-select__select:focus {
    border: 1px solid #28377e;
    outline: none;
}

#wc .wc-block-components-validation-error p {
    font-size: .7rem
}

#wc .woocommerce form.checkout_coupon {
    border: 0;
    padding: 1rem 1rem 1rem 1rem;
    margin: 0rem 0 1rem 0;
    text-align: left;
    border-radius: 0;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
}

#wc .woocommerce form.checkout_coupon .form-row {
    padding-right: 0;
    padding-left: 0;
}

#wc .woocommerce form[name="checkout"] {
    padding: 0;
}

#wc .woocommerce-shipping-fields__field-wrapper,
#wc .woocommerce-address-fields__field-wrapper,
#wc .woocommerce-billing-fields__field-wrapper {
    margin: 0 -.5rem;
    display: flex;
    flex-wrap: wrap;
}

#wc .form-row-wide {
    width: 100%;
}

#wc .form-row-one3,
#wc .form-row-two3,
#wc .form-row-three3 {
    width: 33.33%;
    box-sizing: border-box;
    padding: .5rem;
    vertical-align: top;
}

#wc .woocommerce form .form-row-first,
#wc .woocommerce form .form-row-last,
#wc .woocommerce-page form .form-row-first,
#wc .woocommerce-page form .form-row-last {
    width: 50%;
    overflow: visible;
    padding: .5rem;
}

#wc .woocommerce form {
    padding: .5rem
}

#wc .woocommerce form .form-row {
    padding: .5rem;
}

#wc .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid hsl(29.66deg 34.66% 50.78%);
    border-radius: 0px;
    padding: .5rem;
}

#wc .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaaaaa00;
    border-radius: 0px;
    height: 48px;
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ad8156
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #28377e;
    color: #fff;
}

#wc .entry-content h3 {
    margin: 2rem 0 .75rem;
}

#wc .wc-block-cart__submit-container a,
#wc .wc-block-components-shipping-calculator-address__button {
    background: #ad8156;
    border: 2px solid #cd9c6d;
    color: #fff;
    box-shadow: none;
    border-radius: 30px;
}

#wc .wc-block-cart__submit-container a:hover,
#wc .wc-block-components-shipping-calculator-address__button:hover {
    color: #fff;
    background: #212f70;
    border: 2px solid #28377e;
}

#wc .wc-block-components-totals-item__description p {
    font-size: .85rem
}

#wc .wc-block-components-totals-item__value span.wc-block-components-totals-shipping__change-address__link {
    font-size: 1rem
}

#wc .wc-block-components-totals-item__value span {
    font-size: 1.4rem;
}


#wc .col-1 {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex-direction: flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

#wc .col-2 {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
}

#wc .woocommerce-shipping-destination {
    display: none
}

#wc .woocommerce-additional-fields__field-wrapper {
    margin: 0 -.5rem
}


#wc table.woocommerce-checkout-review-order-table {
    border-collapse: collapse;
    border: none;
}

#wc #order_review table thead {
    background: #28377e;
    color: #fff;
    border: 1px solid #28377e;
}

#wc .woocommerce-checkout-review-order-table tbody tr>*:nth-child(1) {
    width: 75%;
}

#wc table.woocommerce-checkout-review-order-table tr {
    border: 1px solid #ddd;
}

#wc table.woocommerce-checkout-review-order-table tbody>*:nth-child(even) {
    background: #28377e0f;
}

#wc table.woocommerce-checkout-review-order-table td {
    border: none;
    padding: 1rem;
    vertical-align: middle;
    line-height: 1.5em;
}

#wc table.woocommerce-checkout-review-order-table tr>*:nth-child(2) {
    background: #28377e0f;
    text-align: right;
    font-size: 1.2rem;
}

#wc table.woocommerce-checkout-review-order-table .product-name {
    font-size: 1.2rem;
}

#wc table.woocommerce-checkout-review-order-table .product-name strong {
    color: #ad8156
}

#wc .woocommerce td.product-name .wc-item-meta p,
#wc .woocommerce td.product-name .wc-item-meta:last-child,
#wc .woocommerce td.product-name dl.variation p,
#wc .woocommerce td.product-name dl.variation:last-child {
    font-size: .85rem;
    margin-bottom: 0;
    color: #28377ebd;
}

#wc #payment .place-order {
    padding: 2rem 1rem;
    background: #f2f3f7;
}

#wc #payment .place-order .form-row {
    padding: 0;
}

#wc #shipping_method li {
    margin: 0
}

#wc #shipping_method li::before {
    content: none
}

#wc #payment .place-order ul li {
    margin: 0
}

#wc .woocommerce-terms-and-conditions-checkbox-text {
    font-size: .85rem
}

#wc .wc_payment_method label {
    width: auto
}

#wc #add_payment_method #payment,
#wc .woocommerce-cart #payment,
#wc .woocommerce-checkout #payment {
    background: transparent;
    border-radius: 0;
}

#wc #add_payment_method #payment ul.payment_methods,
#wc .woocommerce-cart #payment ul.payment_methods,
#wc .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 0;
    border-bottom: 0;
    margin: 0;
    list-style: none outside;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #2a377e;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    font-size: .85rem;
    border-radius: 0px;
    background-color: #2a377e !important;
    color: #ffffff;
}

#add_payment_method #payment div.payment_box p,
.woocommerce-cart #payment div.payment_box p,
.woocommerce-checkout #payment div.payment_box p {
    font-size: .85rem;
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    vertical-align: middle;
}

#wc .woocommerce-shipping-totals form .form-row,
#wc .woocommerce-shipping-totals form {
    padding: 0
}

#wc .woocommerce-shipping-contents {
    margin: 0
}

#wc .woocommerce-privacy-policy-text p {
    font-size: .85rem;
    margin:
        0
}

#wc .woocommerce-NoticeGroup-checkout ul {
    padding: 1rem;
}

#wc .woocommerce-NoticeGroup-checkout ul::before {
    position: static;
}

#wc .woocommerce-NoticeGroup-checkout ul li::before {
    content: none
}

#wc .woocommerce-NoticeGroup-checkout ul li {
    font-size: .85rem
}

#wc .woocommerce-NoticeGroup-checkout ul li a {
    padding-left: 0rem;
    font-weight: 500;
}

#wc .woocommerce #payment #place_order,
#wc .woocommerce-page #payment #place_order {
    float: none
}

#wc tr.order-total .includes_tax .woocommerce-Price-currencySymbol::after {
    content: " podatku";
    font-size: inherit;
}

/*--------------------------------------------------------------
# Thank You Page
--------------------------------------------------------------*/

#wc .woocommerce-thankyou-order-received {
    background: #ad8156;
    color: #fff;
    padding: 1rem;
    font-size: 1.4rem;
    margin: 0 0 1rem;
    font-weight: 700;
}

#wc .woocommerce-bacs-bank-details {
    padding: 1.5rem;
    margin-top: 2rem;
    background: #f4f4f4;
}

#wc .woocommerce-bacs-bank-details .wc-bacs-bank-details {
    margin: 0;
}

#wc .woocommerce-bacs-bank-details h2.wc-bacs-bank-details-heading {
    font-weight: 700;
    margin: 0rem 0 .5rem;
    font-size: 1.5rem;
}


#wc .woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name {
    font-size: 1rem;
    margin: 0 0 1rem 0;
}

#wc .woocommerce-order-details h2.woocommerce-order-details__title {
    font-weight: 700;
    margin: 2rem 0 1rem 0;
    font-size: 1.5rem;

}

#wc table.shop_table tbody th,
#wc table.shop_table tfoot td,
#wc table.shop_table tfoot th,
#wc .woocommerce-table--order-details td {
    padding: 1rem;
    font-size: .85rem;
}

#wc .woocommerce-table--order-details tr>*:nth-child(2) {
    text-align: right;
}

#wc ul.wc-bacs-bank-details li::before,
#wc ul.woocommerce-thankyou-order-details li::before {
    content: none
}

#wc ul.order_details {
    margin: 0 0 0rem;
    list-style: none;
}

#wc .woocommerce ul.order_details li {
    margin-right: 2rem;
    text-transform: uppercase;
    font-size: .8rem;
    line-height: 1;
    border-right: 1px solid #eaeaea;
    padding-right: 2rem;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#wc .woocommerce ul.order_details li strong {
    display: block;
    font-size: .85rem;
    text-transform: none;
    line-height: 1.5;
    color: #28377e;
}

#wc table.shop_table {
    margin: 0 0 1rem 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    border: none;
    border-radius: 0;
    font-size: 1rem;
}

#wc table.shop_table thead {
    background: #28377e;
    color: #fff;
    border: 1px solid #28377e;
}

#wc table.shop_table thead th {

    padding: 1rem;
}

#wc table.shop_table tr {
    border: 1px solid #ddd;
}

#wc .woocommerce-cart-form table.shop_table td {
    font-size: 1rem;
    font-weight: 700;
    padding: 1rem;
    line-height: 1.5em;
    border: none;
}


#wc table.shop_table tbody>*:nth-child(even) {
    background: #28377e0f;
}

#wc table.shop_table tr td.product-price {
    display: table-cell
}

#wc table.shop_table tr td.product-quantity input {
    margin: 0;
    width: 65%;
}

#wc table.shop_table tr td.product-subtotal {
    font-size: 1.4rem;
}

#wc .woocommerce #content table.cart img,
#wc .woocommerce table.cart img,
#wc .woocommerce-page #content table.cart img,
#wc .woocommerce-page table.cart img {
    width: 120px;
    box-shadow: none;
}

#wc .woocommerce table.cart td.actions .input-text {
    width: 120px;
    padding: .55rem;
    margin: 0 1rem 0 0;
}

/*--------------------------------------------------------------
# My Account
--------------------------------------------------------------*/
#wc address,
#wc .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid #28377e3b;
    text-align: left;
    width: 100%;
    border-radius: 0;
    padding: 1rem;
    box-sizing: border-box;
    font-size: .85rem;
}

#wc .woocommerce-customer-details address p.woocommerce-customer-details--phone,
#wc .woocommerce-customer-details address p.woocommerce-customer-details--email {
    margin: 0;
    font-size: .85rem;
}

#wc .woocommerce-Addresses .col-1,
#wc .woocommerce-column--billing-address {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex-direction: flex: 0 0 49%;
    max-width: 49%;
    width: 49%;
}

#wc .woocommerce-Addresses .col-2,
#wc .woocommerce-column--shipping-address {
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex-direction: flex: 0 0 49%;
    max-width: 49%;
    width: 49%;
}

/* ----- My Account ----- */

#wc .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
    padding: 2rem;
    background: #f4f4f4;
    margin: 0 0 3rem 0;
}

#wc .woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left
}

#wc .woocommerce-MyAccount-navigation ul li {
    margin: 0 1.5rem 0 0;
    display: inline-block;
}

#wc .woocommerce-MyAccount-navigation ul li a {

    color: #030303
}

#wc .woocommerce-MyAccount-navigation-link--dashboard::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f80b";
    display: inline-block;
    padding-right: .5rem;
    color: #cd9c6d;
}

#wc .woocommerce-MyAccount-navigation-link--orders::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f737";
    display: inline-block;
    padding-right: .5rem;
    color: #cd9c6d;
}

#wc .woocommerce-MyAccount-navigation-link--downloads::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f56e";
    display: inline-block;
    padding-right: .5rem;
    color: #cd9c6d;
}

#wc .woocommerce-MyAccount-navigation-link--edit-address::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f5a0";
    display: inline-block;
    padding-right: .5rem;
    color: #cd9c6d;
}

#wc .woocommerce-MyAccount-navigation-link--edit-account::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f2bb";
    display: inline-block;
    padding-right: .5rem;
    color: #cd9c6d;
}

#wc .woocommerce-MyAccount-navigation-link--customer-logout::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f2f5";
    display: inline-block;
    padding-right: .5rem;
    color: #cd9c6d;
}

#wc .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
    margin: 0 auto;
}

#wc .woocommerce-MyAccount-content fieldset {
    border: 3px solid #f3f1ef;
    margin: 2rem 0 2rem 0;
    padding: 2rem;
}

#wc .woocommerce-MyAccount-content fieldset legend {
    font-weight: 500;
    font-size: 1.6rem;
    padding: 0 0 0 .5rem;
}

#wc form.woocommerce-EditAccountForm {
    margin-bottom: 2rem;
}

#wc .woocommerce-MyAccount-orders thead th {
    padding: 1rem
}

#wc .woocommerce-MyAccount-orders th {
    border: 0
}

#wc .woocommerce-Address-title {
    margin-bottom: .3rem
}

#wc .woocommerce-Address-title h2 {
    margin: 0 0 0
}

#wc .addresses .title .edit {
    float: none;
    font-size: .75rem;
    color: #ff0000;
    margin: 0 0 .5rem;
}

/*--------------------------------------------------------------
# WooCommerce Login Page
--------------------------------------------------------------*/

#wc #customer_login .col-2,
#wc #customer_login .col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex-direction: flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
}

#wc #customer_login .col-2 {
    padding: 0 0rem 0 1rem
}

#wc #customer_login .col-1 {
    padding: 0 1rem 0 0
}

#wc .login .woocommerce-form-login__submit {
    display: block;
    margin: 1rem 0 0 0;
}

#wc form.woocommerce-ResetPassword,
#wc form.checkout_coupon,
#wc form.login {
    border: 2px solid #eee;
    padding: 2rem;
    margin: 0;
    text-align: left;
    border-radius: 0;
}

body.page-id-20 #wc form.login {
    border: 0;
    padding: 1rem 1rem 0rem 1rem;
    margin: 0rem 0 1rem 0;
    text-align: left;
    border-radius: 0;
    border: 1px solid #f4f4f4;
    background: #f4f4f4;
    display: flex;
    flex-direction: column;
}

body.page-id-20 #wc form.login p.lost_password {
    font-size: .75rem
}

#wc form.register {
    border: 2px solid #cd9c6d;
    padding: 2rem;
    margin: 0;
    text-align: left;
    border-radius: 0;
}

#wc form.register .form-row input.input-text {
    color: #111;
}

#wc form.register .woocommerce-privacy-policy-text {
    padding: 1rem 0rem 2rem 0rem;

}

#wc form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: 1rem;
    top: 5px;
    cursor: pointer;
}

#wc .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
}

/*--------------------------------------------------------------
# TABS
--------------------------------------------------------------*/

/* Android 2.3 :checked fix */
@-webkit-keyframes fake {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@keyframes fake {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

.wc-tabs {
    margin: 0px;
    width: 100%;
    -webkit-animation: fake 1s infinite;
    animation: fake 1s infinite;
}

.wc-tabs .state {
    position: absolute;
    left: -10000px;
}

.wc-tabs .flex-tabs {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    flex-wrap: wrap;
    justify-content: center;
}

.wc-tabs .flex-tabs .tab {
    width: auto;
}

.wc-tabs .flex-tabs .panel {
    background-color: #fff;
    padding: 0rem;
    min-height: auto;
    display: none;
    width: 100%;
    flex-basis: auto;
}

.wc-tabs .tab {
    display: inline-block;
    background-color: #a97c52;
    color: white;
    padding: .75rem 1.75rem;
    border: 2px solid #cd9c6d;
    font-size: 1rem;
    border-radius: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    vertical-align: top;
    cursor: pointer;
    margin-bottom: 1.5rem;
    margin-right: 2rem;
    transition: .25s ease-in-out;
}

.wc-tabs .tab:hover {
    color: #fff;
    background: #212f70;
    border: 2px solid #28377e;
}

#wc div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

#tab-one:checked~.tabs #tab-one-label,
#tab-two:checked~.tabs #tab-two-label,
#tab-three:checked~.tabs #tab-three-label,
#tab-four:checked~.tabs #tab-four-label {

    color: #fff;
    background: #212f70;
    border: 2px solid #28377e;
}

#tab-one:checked~.tabs #tab-one-panel,
#tab-two:checked~.tabs #tab-two-panel,
#tab-three:checked~.tabs #tab-three-panel,
#tab-four:checked~.tabs #tab-four-panel {
    display: block;
}

@media (max-width: 600px) {
    .flex-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .flex-tabs .tab {
        background: #f4f4f4;
        border-bottom: none;
    }

    .flex-tabs .tab:last-of-type {
        border-bottom: none;
    }

    .flex-tabs #tab-one-label {
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .flex-tabs #tab-two-label {
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .flex-tabs #tab-three-label {
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .flex-tabs #tab-four-label {
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .flex-tabs #tab-one-panel {
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .flex-tabs #tab-two-panel {
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .flex-tabs #tab-three-panel {
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .flex-tabs #tab-four-panel {
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    #tab-one:checked~.tabs #tab-one-label,
    #tab-two:checked~.tabs #tab-two-label,
    #tab-three:checked~.tabs #tab-three-label,
    #tab-four:checked~.tabs #tab-four-label {
        border-bottom: none;
    }

    #tab-one:checked~.tabs #tab-one-panel,
    #tab-two:checked~.tabs #tab-two-panel,
    #tab-three:checked~.tabs #tab-three-panel,
    #tab-four:checked~.tabs #tab-four-panel {
        border-bottom: none
    }
}

/*--------------------------------------------------------------
# Side Mini Cart WooCommerce
--------------------------------------------------------------*/
body.woocommerce-cart .xoo-wsc-basket,
body.woocommerce-checkout .xoo-wsc-basket {
    display: none !important
}

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
    border-radius: 30px;
}

.xoo-wsc-footer,
.xoo-wsc-footer a {
    font-size: 1rem;
    font-weight: 400;
}

.xoo-wsc-sum-col {
    padding-right: 1rem;
}

.xoo-wsc-product {
    display: flex;
    border-bottom: 1px solid #172254;
}

span.xoo-wsc-pname,
span.xoo-wsc-pname a:hover {
    color: #ad8156
}

.xoo-wsc-sml-qty {
    margin-bottom: -.5rem
}

.xoo-wsc-sm-left>*:not(:last-child) {
    padding-bottom: 0px;
    font-size: .8rem;
    color: #6f7dbe;
}

span.xoo-wsc-pname {
    margin-bottom: 1rem;
}

.xoo-wsc-sml-qty,
.xoo-wsc-pprice,
.xoo-wsc-pprice bdi {
    box-sizing: border-box;
    font-size: .8rem;
    color: #6f7dbe;
}

.xoo-wsc-smr-ptotal bdi {
    font-size: 1.2rem;
    color: #fff;
}



/*--------------------------------------------------------------
# tPay
--------------------------------------------------------------*/
#wc .tpay-pbl-container .tpay-pbl .tpay-item>div>div {
    border: 2px solid #6b7bd1;
    border-radius: 5px;
    padding: 0 0 .5rem;
}

#wc .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .3rem;
    padding: 0;
    position: relative;
    box-shadow: none;
}

#wc .tpay-pbl-container .tpay-pbl .tpay-item>div>div .name {
    color: #d0d0d0;
    display: block;
    font-size: .85rem;
    text-align: center;
    padding: .5rem .5rem 0 .5rem;
}

#wc .tpay-pbl-container .tpay-pbl .tpay-item>div {
    padding: .5rem;
}

#wc .wc_payment_method label {
    display: inline-block !important
}

#wc .tpay-pbl-container {
    background: #2a377e
}

#wc .tpay-pbl-container .tpay-pbl .tpay-item>div>div .tpay-group-logo-holder {
    background: #fff;
}

#wc .tpay-pbl-container .tpay-pbl .tpay-item input:checked+div>div {
    border: 2px solid #ad8156;
    box-shadow: 0 0 15px 5px #ad8156a1;
}

#wc .tpay-accept-conditions a,
#wc .woocommerce-checkout #payment div.payment_box p {
    color: #fff;
}

#wc .tpay-blik0 {
    background: #2a377e;
    padding: 0 0 0 0;
}

#wc .tpay-blik0 .tpay_blik-payment-alias.active,
#wc .tpay-blik0 .tpay_blik-payment-form.active {
    background: linear-gradient(280deg, #a97c52, #a97c52);
    border: 2px solid #cd9c6d;
    margin: 0 0 1rem;
}

/*--------------------------------------------------------------
# Search results
--------------------------------------------------------------*/


article#wc {
    margin-bottom: 2rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0rem;
}

article#wc li {
    list-style-type: none;
}

article#wc img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    object-fit: cover;
    transition: transform 0.3s ease-in-out;
}

article#wc img:hover {
    transform: scale(1.1);
}

article#wc .woocommerce-loop-product__title {
    font-size: 1rem;
    background: #fff;
    padding: 1rem 0;
    margin: -1rem 0 0 0;
    z-index: 9999;
    position: relative;
}

article#wc .woocommerce-loop-product__title:hover {
    text-decoration: underline;
}

/* Cena produktu */
article#wc .price {
    color: #28377e;
    display: block;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 0.85rem;
}

/* Ukrywanie przycisku "Dodaj do koszyka" */
article#wc .button {
    display: none;
}


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


.page-title {
    border-top: 1px solid #3b4b99;
    padding: 1.5rem 0;
    background: #212f70
}

.page-title .pt-inner,
.page-title .pt-inner>* {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.page-title h1 {
    font-size: 1.3rem;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.page-title .sep {
    font-size: 1.3rem;
    color: #ad8156;
    margin: 0 1.5rem;
}

.page-title h3 {
    margin: 0;
    font-weight: 300;
    font-size: 1rem;
    color: #ad8156;
}

body.category-blog .page-wrapper {
    background: #bb8c60;
}

body.category-blog .page-wrapper .entry-page {
    background: #cd9c6d;
}

.page-wrapper {
    padding: 0 0 0rem;
    background: #f9f9f9;
}

.entry-page {
    background: #fff;
    padding: 4rem 0
}

.entry-content {}

.entry-content h2 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
}

#wc .entry-content h3 {
    color: #0c0c0c;

}

.entry-content h3 {
    font-weight: 700;
    margin: 1.5rem 0 .75rem;
    font-size: 1.2rem;
    color: #2a377e;
}


.entry-content h4 {
    font-weight: 700;
    margin: 1.5rem 0 .75rem;
    font-size: 1.2rem;
    color: #ad8156
}

.entry-content hr {
    margin: 3rem 0;
}

.entry-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.entry-content ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #2a377e;
    font-weight: 300;
}

.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content figure img {
    transition: .2s ease-in-out;
}

.entry-content figure img:hover {
    opacity: .85
}

.entry-content label {}

.entry-content select {
    min-height: 40px;
}

.entry-content input,
.entry-content select,
.entry-content textarea {
    padding: .5rem;
    border-radius: 0;
    border: 1px solid hsl(29.66deg 34.66% 50.78%);
}

.entry-content textarea {
    margin-top: 1.5rem;
}

.entry-content .wpcf7 label {
    font-weight: 700;
    margin: 1rem 0 0 0;
}

.entry-content .wpcf7 .wpcf7-radio label {
    font-weight: 400;
    margin-top: .5rem;
}

.entry-content .wpcf7 .wpcf7-radio .first {
    margin: 0;
}

.entry-content .form-control:focus {
    border: 1px solid #28377e;
}

.entry-content table {
    margin: 2rem 0 2rem;
}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
    font-size: .85rem;
    font-weight: 300;
}

.wpcf7 p {
    font-size: .9rem;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: .75rem;
    font-weight: normal;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1rem;
}

#about-col {
    margin-bottom: 2rem;
}

#about-col>*:nth-child(2) {
    background: #eaeaea;
    padding: 3rem;
}

.related h2,
h2.another {
    text-align: center;
    font-weight: 700;
    margin: 2rem 0 1rem;
}

.related ul.products h2 {
    text-align: left;
}

.related .btn-main {
    text-align: center;
    margin-top: 5rem;
}

.thumb-img img {
    max-width: 100%;
    max-height: 280px;
    object-fit: cover;
    transition: .25s ease-in-out;
}

.thumb-img img:hover {
    opacity: .85
}

.pw-archive article {
    margin: 0 0 2rem 0;
}

.pwa-box {
    transition: .2s ease-in-out;
}

.pwa-box h3 {
    margin: 1.5rem 0 0 0;
    font-weight: 700;
    font-size: 1.2rem;
}

.pwa-box h3 a {
    color: #fff;
}

.pwa-box h3 a:hover {
    text-decoration: underline
}

.pwa-box .btn-small-without {
    transition: .25s ease-in-out;
    margin-top: 2rem;
}

.pwa-box .btn-small-without a {
    color: #fff
}

.pwa-box .btn-small-without:hover {
    padding: 0 0 0 .75rem;
}

.btn-small {
    margin-top: 1rem;
}

.btn-small a {
    font-size: .75rem;
}

.page-navi {
    margin-top: 2rem;
    text-align: center;
}

.page-navi .wp-pagenavi a,
.page-navi .wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #ddd;
    padding: .3rem .6rem;
    margin: 3px;
}

.page-navi .wp-pagenavi a:hover,
.page-navi .wp-pagenavi span.current {
    border-color: #cc9d6d;
    background: #cc9d6d;
    color: #fff;
}


.pw-single-blog .entry-page {
    padding-top: 0;
    padding-bottom: 0
}

.pw-single-blog .entry-content {
    padding: 5rem 3rem 5rem 0;
}

.sidebar-post {
    padding: 5rem 0 5rem 3rem;
    border-left: 1px solid #ad81564a
}

.blog-list {
    margin-bottom: 2rem;
}

.product-list {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1px solid #ad81564a
}

.blog-list__single,
.product-list__single {
    display: flex;
    margin-bottom: 2rem;
    align-items: flex-start;
}

.blog-thumbnail,
.product-thumbnail {
    flex: 0 0 30%;
    margin-right: 1rem
}

.blog-thumbnail img,
.product-thumbnail img {
    width: 100%;
    height: auto;
    min-height: 80px;
    object-fit: cover
}

.blog-details,
.product-details {
    flex: 1;
}

.blog-title,
.product-title {
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 .3rem;
}

.blog-meta {
    font-weight: 700;
    font-size: 0.85rem;
    color: #ad8156
}

.blog-meta .blog-date {
    display: block;
}

.product-price {
    color: #28377e;
    display: block;
    font-weight: 700;
    margin-top: .3rem;
    font-size: .85rem;
}

.blog-thumbnail img,
.product-thumbnail img {
    transition: filter 0.3s ease;
    /* Płynna animacja */
}

.blog-thumbnail:hover img,
.product-thumbnail:hover img {
    filter: brightness(0.8);
    /* Przyciemnia obrazek */
}

.blog-title a,
.product-title a {
    text-decoration: none;
    transition: text-decoration 0.3s ease, color 0.3s ease;
    /* Płynna animacja */
}

.blog-title a:hover,
.product-title a:hover {
    color: #28377e;
    /* Zmiana koloru (opcjonalnie) */
}

.product-list h3.product-list__title,
.blog-list h3.blog-list__title {
    margin: 0 0 2rem;
    font-weight: 700;
    font-size: 1.3rem;
}

.blog-list .btn-main,
.product-list .btn-main {
    margin-top: 2rem;
}

.blog-list .btn-main a,
.product-list .btn-main a {
    padding: .75rem 1.25rem;
    font-size: .85rem;
}

#wc .entry-content ul.products li::before {
    content: none
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.cta {
    padding: 5rem 0rem;
    background: url('https://www.e-podlogi.com.pl/wp-content/uploads/2024/12/cta-bg.jpg')center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.cta .container-mid {
    position: relative;
    z-index: 2;
}

.cta__inner {
    max-width: 50%;
    padding-left: 5rem;
    margin: 0 0 0 auto;
}

.cta__inner .phone {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 700;
    color: #fff;
}

.cta__inner .envelope {
    margin-bottom: 2rem;
    color: #fff;
    font-size: 1.6rem;
}

.cta__inner .envelope::after {

    content: "";
    display: block;
    width: 75px;
    height: 2px;
    background: #a97c52;
    margin: 2rem 0 2rem;
}

.cta h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 1rem;
    color: #fff;
}

.cta p {
    font-size: .85rem;
    max-width: 100%;
    color: #a6add0;
    font-weight: 300;
    margin-bottom: 3rem;
}

#footer-wrapper {
    padding: 0rem 0 0 0;
    background: #0c0c0c;
    color: #a8a8a8
}

.footer-widget {
    background: url('https://www.e-podlogi.com.pl/wp-content/uploads/2024/04/footer-bg.jpg')center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
}

.fw-inner .row>*:nth-child(1) {
    padding: 3rem;
    background: #161616
}

.fw-inner .row>*:nth-child(2) {
    padding-left: 4rem;
    padding-bottom: 3rem
}

.footer-widget h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 4rem 0 1rem;
    color: #fff;
}

.footer-widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    margin: 0 0 .5rem;
    font-size: .85rem;
    transition: .2s ease-in-out;
}

.footer-widget ul li a {
    color: #a8a8a8;
    font-weight: 400;
}

.footer-widget ul li:hover {
    padding-left: .5rem;
}

.footer-widget ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #cd9c6d;
    font-weight: 300;
}

.footer-widget #block-12 {
    margin-top: 4.75rem;
}

.footer-widget #block-12>* {
    margin: 0 0 0 1rem;
}

.footer-widget .fa-brands {
    padding: 0.5rem;
    font-size: 1.1rem;
    border-radius: 100%;
    border: 1px solid #28377e;
    background: #28377e;
    color: #fff;
}

.footer-widget .widget {}

.footer-widget a {
    color: #fff;
}

.footer-widget p {
    font-size: .85rem;
}

.footer-bottom {
    background: #0f0f0f;
    padding: 2rem 0;
    font-size: .7rem;
}


.fb-inner .row {
    align-items: center;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: left;
}

.footer-bottom .footer-author {
    text-align: left;

}


.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {
    font-weight: 700;
}

.footer-bottom .footer-credits a:hover,
.footer-bottom a:hover,
.footer-bottom .footer-author a:hover {}

.scroll-top {
    text-align: right;
}


.scroll-top a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #ffffff00;
    border: 2px solid #cd9c6d;
    padding: 1rem 1.1rem;
    border-radius: 100%;
    line-height: 55px;
}

.scroll-top a:hover {
    color: #ffffff;
    background: #cd9c6d;
    border: 2px solid #cd9c6d;
}