/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Darker+Grotesque:wght@300..900&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #0c0c0c;
    font-family: "Darker Grotesque", 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: #ff7400;
    outline: 0;
    text-decoration: none;
}

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

strong {
    font-weight: 700;
}

.btn-main {
    line-height: 2rem;
}

.entry-content input[type="submit"],
.btn-main a {
    transition: .2s ease-in-out;
    background: #0c0c0c00;
    border: 2px solid #ff7400;
    color: #231f20;
    padding: 0.8rem 2rem 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}

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


.btn-main a .fa-regular {
    padding-left: .5rem;
    color: #ff7400;
}

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

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

.mastheader {
    padding: 0;
    z-index: 999;
}

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

.mh-top .row,
.mh-main .row {
    margin: 0 1rem;
    align-items: center;
}

.logo {
    height: auto;
}

.logo img {
    max-width: 100%;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #0c0c0c;
    margin: 0 1.5rem;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #ff7400
}

.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: #ff7400
}

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

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #0c0c0c;
    text-decoration: none;
    background-color: #eaeaea;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0c0c0c;
    text-decoration: none;
    background-color: #eaeaea;
}

.dropdown-toggle::after {
    color: #0c0c0c
}

.mhm-btn {
    text-align: left
}

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

}

.mhm-contact .social a,
.mhm-contact .phone a {
    font-size: 1.3rem;
}

.mhm-contact .social a {
    color: #ff7400;
}

.mhm-contact .social a:last-child {
    color: #ff7400;
    margin: 0 0 0 .5rem
}

.mhm-contact>* .fa-regular {
    color: #ff7400;
    padding: 0 .5rem 0 0;
}

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

#slider {}

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

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

#slider .item h2 {
    margin: 0 0 1rem;
    font-weight: 700;
    font-size: 4rem;
    color: #fff;
    max-width: 75%;
}

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

#slider .item .text p {
    font-size: 1.3rem;
    font-weight: 400;
}

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

.cta__inner .btn-main a,
#slider .btn-main a {
    color: #fff;
}

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

#slider .owl-controls .owl-page {

    display: inline-block;

}

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

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

.top {
    position: relative;
}

.scroll-down {
    position: absolute;
    z-index: 999;
    left: auto;
    right: 6rem;
    bottom: 0;
    z-index: 999;
}

.scroll-down a {
    transition: .25s ease-in-out;
    font-size: 1.1rem;
    font-weight: 700;
    background: #ff7400;
    border: 2px solid #ff7400;
    color: #fff;
    padding: 1rem 1.3rem;
    border-radius: 100%;
}

.scroll-down a:hover {
    color: #ff7400;
    background: #fff;
    border: 2px solid #fff;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/

body.page-id-47 .offer {
    padding: 0
}

.offer {
    padding: 6rem 0 6rem;
}

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

.section-title .row {
    align-items: end
}


.section-title h1 {
    font-size: 2.4rem;
    font-weight: 700;
    color: #ff7400;
    font-weight: 700;
    margin: 0 0 1rem;
}

.section-title h2 {
    color: #6b6b6b;
    margin: 0 0 0rem;
    font-size: 1.3rem;
    max-width: 75%;
    margin: 0 auto;
    line-height: 1.5rem
}

.offer .box {
    position: relative;
    padding: 10rem 3rem 3rem 3rem;
    margin-bottom: 2rem;
}

.offer .box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top right, rgb(0 0 0 / 100%), #ee1c2400);
    z-index: 1;
    transition: opacity 0.3s ease;
    opacity: 0.85;

}

.offer .box:hover::before {
    opacity: 1;
}

.offer .box__content {
    position: relative;
}

.offer .box,
.box__content h3,
.offer .box__content {
    transition: transform 0.3s ease;
}

.offer .box:hover .box__content,
.offer .box:hover .box__content {
    transform: translateY(-2rem);
}

.offer .box__content {
    position: relative;
    z-index: 2;
}


.offer .box__content h3 a {
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
}


.offer .box__content .txt {
    color: #e1e1e1;
    max-width: 95%;
    font-size: 1.15rem;
    font-weight: 400;
    line-height: 1.5rem;
}

.offer .box__content .btn-small {
    text-align: left;
    margin-top: 2rem;
}

.offer .box__content .btn-small i {
    font-size: 1.4rem;
    color: #ff7400
}

.about {
    padding: 0 0 6rem 0;
}

.about__inner-left h2 {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0rem;
}

.about__inner-left h3 {
    margin: 0rem 0 2rem;
    color: #ff7400;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0px;

}

.about__inner-right img {
    max-width: 100%;
}

.about__inner-left .txt {
    color: #6b6b6b;
    margin-bottom: 3rem;
}

.about__inner-left .txt p {
    font-size: 1.3rem;
}

/*--------------------------------------------------------------
# WooCommerce - Main style
--------------------------------------------------------------*/
#wc ul.products li.product .woocommerce-loop-category__title,
#wc ul.products li.product .woocommerce-loop-product__title,
#wc ul.products li.product h3,
#wc ul.product-subcategories li h3,
.promotions ul.products li.product .woocommerce-loop-product__title,
.newest ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 0rem;
    padding: 0 0 0rem;
}

#wc ul.products li.product .woocommerce-loop-category__title:hover,
#wc ul.products li.product .woocommerce-loop-product__title:hover,
#wcul.products li.product h3:hover,
.promotions ul.products li.product .woocommerce-loop-product__title:hover,
.newest ul.products li.product .woocommerce-loop-product__title:hover {
    text-decoration: underline;
}

#wc ul.products li.product .price {
    font-size: 1.1rem;
    color: #ff7400
}


#wc ul.products li.product a.button,
#wc div.product .related ul.products li.product a.button {
    display: none;
}

#wc ul.products li.product a img {
    transition: .2s ease-in-out;
}

#wc ul.products li.product a img:hover {
    opacity: .8
}

#wc .woocommerce-result-count {
    font-size: .85rem;
}

#wc .woocommerce-ordering select {
    border: 1px solid #ddd;
    font-size: .85rem;
}

.page-title .woocommerce-breadcrumb {
    margin: 0;
}

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

.shop-category-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.shop-category-list li a {
    display: inline-block;
    padding: .4rem .85rem;
    background: #f5f5f5;
    color: #0c0c0c;
    text-decoration: none;
    border-radius: 0px;
    transition: background 0.3s;
}

.shop-category-list li a:hover {
    background: #ff7400;
    color: #fff;
}


/*--------------------------------------------------------------
# WooCommerce Single Product
--------------------------------------------------------------*/
#wc div.product div.images .flex-control-thumbs li {
    width: 12%;
    float: left;
    margin: 0.5rem 0.5rem 0 0;
    list-style: none;
}

#wc div.product .product_title {
    clear: none;
    margin: 1rem 0 0rem 0;
    padding: 0;
    font-weight: 700;
    font-size: 3rem;
}

#wc div.product p.price,
#wc div.product span.price {
    color: #ff7400;
    font-size: 1.8rem;
    font-weight: 700;
}

#wc div.product form.cart div.quantity {
    margin: 0 1rem 0 0
}

#wc .moved-full-description>p:first-child {
    display: none
}

#wc .quantity .qty {
    width: 4rem;
    text-align: center;
    padding: 0.82rem;
    border: 2px solid #ddd;
    border-radius: 0;
}

#wc #payment #place_order,
.woocommerce-page #payment #place_order,
#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 {
    transition: .2s ease-in-out;
    background: #0c0c0c00;
    border: 2px solid #ff7400;
    color: #231f20;
    padding: 1rem 2rem 1rem;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
}

#wc #payment #place_order:hover,
.woocommerce-page #payment #place_order: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 {
    background: #ff7400;
    color: #fff;
}

#wc .btn-modal {
    margin-top: 2rem
}

.modal-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 1rem;
}

.modal-form-box {
    background-color: #fff;
    border-radius: 8px;
    max-width: 600px;
    width: 100%;
    padding: 2rem;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    animation: modalFadeIn 0.3s ease-out;
}

.modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 1.8rem;
    color: #333;
    cursor: pointer;
    line-height: 1;
    font-weight: bold;
    transition: color 0.2s ease-in-out;
}

.modal-close:hover {
    color: #000;
}

.modal-content {
    margin-top: 1rem;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-dialog {
    max-width: 768px;
}

.modal.fade.in {
    display: block;
}

.modal-backdrop.in {
    opacity: 0.6;
}

.modal-content {
    border-radius: 0;
    border: none;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}

.modal-header {
    background: #ff7400;
    color: #fff;
    padding: 1.5rem;
    border-bottom: none;
}

.modal-header .modal-title {
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
    font-size: 2rem;
    font-weight: 300;
    text-shadow: none;
}

.modal-body {
    padding: 2rem;
    background: #fff;
}

/* === FORMULARZ CF7 W MODALU === */
.modal-body .wpcf7-form input[type="text"],
.modal-body .wpcf7-form input[type="email"],
.modal-body .wpcf7-form input[type="tel"],
.modal-body .wpcf7-form textarea {
    width: 100%;
    padding: .5rem;
    font-size: .9rem;
    border: 2px solid #ddd;
    border-radius: 0;
    background: #fff;
    margin-bottom: 1rem;
    font-family: "Darker Grotesque", sans-serif;
    font-weight: 500;
}

.modal-body .wpcf7-form input[type="text"]:focus,
.modal-body .wpcf7-form input[type="email"]:focus,
.modal-body .wpcf7-form input[type="tel"]:focus,
.modal-body .wpcf7-form textarea:focus {
    border-color: #ff7400;
    outline: none;
}

.modal-body .wpcf7-form input[type="submit"] {
    background: transparent;
    border: 2px solid #ff7400;
    color: #231f20;
    padding: 0.8rem 2rem 1rem;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

.modal-body .wpcf7-form input[type="submit"]:hover {
    background: #ff7400;
    color: #fff;
    border: 2px solid #ff7400;
}

/* === ZGODA / AKCEPTACJA === */
.modal-body .wpcf7-form .wpcf7-acceptance {
    margin: 1.5rem 0;
    font-size: .95rem;
}

.modal-body .wpcf7-form .wpcf7-acceptance label a {
    color: #ff7400;
    font-weight: 700;
    text-decoration: underline;
}

/* === RESPONSYWNOŚĆ === */
@media (max-width: 576px) {
    .modal-dialog {
        margin: 1rem auto;
        width: 95%;
    }
}

.related h2 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 2rem 0 1rem
}

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

#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 li::after,
#wc div.product .woocommerce-tabs ul.tabs li::before,
#wc div.product .woocommerce-tabs ul.tabs li::after,
#wc div.product .woocommerce-tabs ul.tabs li::before {
    content: none;
}

#wc div.product .woocommerce-tabs ul.tabs li.active {
    background: #0c0c0c;
    color: #fff;
    z-index: 2;
    border-color: #0c0c0c;
}

#wc div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}

#wc div.product .woocommerce-tabs ul.tabs li {
    border: 2px solid #dddddd;
    background-color: #ffffff;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0 0.5rem 0 0;
    padding: 0 1rem;
}

#wc div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 0.2rem 0;
    font-weight: 700;
    color: #ff7400;
    text-decoration: none;
    font-size: .8rem;
}

#wc div.product .woocommerce-tabs ul.tabs li:hover {
    background: #ff7400;
    border-color: #ff7400;
}

#wc div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #fff;
}

#wc .woocommerce-Tabs-panel h2 {
    font-size: 1.5rem;
}

#wc table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 0.5rem;
    border-top: 0;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
    line-height: 1.5;
    font-size: .8rem;
}

#wc table.shop_attributes td {
    font-size: .8rem;
    padding: 0.5rem;
    border-top: 0;
    border-bottom: 1px solid #eaeaea;
}

#wc table.shop_attributes td p {
    font-size: .8rem;
}

/*--------------------------------------------------------------
# WooCommerce Notice
--------------------------------------------------------------*/
#wc .woocommerce-error a.button::before,
#wc .woocommerce-info a.button::before,
#wc .woocommerce-message a.button::before {
    content: none;
}

#wc .woocommerce-NoticeGroup-checkout {
    width: 100%;
}

.woocommerce-message::before {
    content: "\e015";
    color: share-post;
}

.woocommerce-message::before {
    color: #ff7400;
}

.woocommerce-info::before {
    color: #ff7400;
}

.woocommerce-info::before {
    color: share-post;
}

#wc .woocommerce-error,
#wc .woocommerce-info,
#wc .woocommerce-message {
    padding: 1rem 2rem 1rem 4rem;
    margin: 0 0 2em;
    position: relative;
    background-color: #f4f4f4;
    color: #222;
    border-top: none;
    list-style: none outside;
    width: 100%;
    word-wrap: break-word;
}

#wc .woocommerce-error li::before,
#wc .woocommerce-info li::before,
#wc .woocommerce-message li::before {
    content: none;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li::before {
    content: none;
}

#wc .woocommerce-error li {
    margin: 0;
    padding: 0;
}

#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 input.button {
    padding: .45rem 1.4rem;
    float: right;
}

/*--------------------------------------------------------------
# WooCommerce Page WC with new design cart and checkout
--------------------------------------------------------------*/

body.woocommerce-cart #wc .woocommerce {
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce-cart #wc .woocommerce .woocommerce-notices-wrapper {
    width: 100%;
}

body.woocommerce-cart #wc .woocommerce .woocommerce-cart-form {
    width: 100%;
}

body.woocommerce-cart #wc .woocommerce .cart-collaterals {
    width: 100%;
}

#wc .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
    padding: 2.5rem;
    background: #f4f4f4;
}

#wc .woocommerce-checkout {}

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

#wc #order_review_heading {
    display: none;
}

#wc #order_review {
    width: 100%;
}

#wc .col-1 {
    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 .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-shipping-fields {
    display: none
}

#wc .shipping-method-description {
    font-size: .8rem
}

#wc table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-size: 1.4rem;
    margin: 0;
}

#wc .wc-block-components-formatted-money-amount {
    white-space: nowrap;
    font-size: 1.3rem;
    color: #ff7400;
    font-weight: 700;
}

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

#wc .is-large.wc-block-cart .wc-block-cart-items th,
#wc .is-large.wc-block-cart .wc-block-cart__totals-title {
    font-size: 1.15rem;
}

#wc .wc-block-cart .wc-block-cart__submit-container {
    background: #ff7400;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700
}

#wc .wc-block-cart .wc-block-cart__submit-container a {

    color: #fff;
}

#wc .wc-block-cart .wc-block-cart__submit-container:hover {
    background: #0c0c0c;
}

#wc .wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    font-size: 1.15rem;
    font-weight: 500;
}

#wc .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    background: #ff7400;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700
}

#wc .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
    background: #0c0c0c;
}

#wc .wc-block-components-order-summary-item__description h3 {
    margin: 0;
    color: #0c0c0c;
}

#wc .wc-block-components-order-summary .wc-block-components-order-summary-item__individual-prices {
    padding-top: 0;
    margin-top: -.5rem;
}

#wc .custom-notice-bar {
    padding: 1rem;
    background: #000000;
    margin: 0 0 1rem;
    color: #fff;
    font-size: 1.3rem;
}

#wc .custom-notice-bar a {
    color: #ff7400;
}

#wc .custom-notice-bar .fa-solid {
    color: #ff7400;
    padding-right: .5rem;
}

/*--------------------------------------------------------------
# WooCommerce Table
--------------------------------------------------------------*/

#wc .shop_table {
    margin: 0 0 2rem 0;
    border: none;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    background: transparent;
}

#wc table.shop_table tfoot .custom-info td {
    font-size: .85rem;
    font-weight: 500;
}

#wc table.shop_table tfoot .custom-info td div {
    max-width: 60%;
    margin: 0 0 0 auto;
    text-align: right;
}

#wc table.shop_table tfoot .custom-info td div a {

    text-decoration: underline;
    font-weight: 700;
}

#wc .shop_table thead {
    background: #f4f4f4;
}

#wc .shop_table thead th {
    padding: 1rem;
    border: none;
}

#wc .shop_table thead th.product-subtotal {
    font-size: .85rem;
    text-align: right;
    padding-right: 1rem;
}

#wc .shop_table td {
    border-right: 0;
    border-left: 0;
    border-top: 0;
    border-bottom: 1px solid #ddd;
    padding: 2rem 1rem;
    vertical-align: middle;
    line-height: 1.5em;
}

#wc table.shop_table td a {
    color: #222
}

#wc table.shop_table td.product-name a {
    font-size: 1.2rem;
    font-weight: 700;
}

#wc table.shop_table td.product-name dl.variation {
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
}

#wc table.shop_table td.product-name dl.variation dt {}

#wc table.shop_table td.product-name dl.variation dd {
    margin-right: .5rem;
}

#wc table.shop_table td.product-name dl.variation dd p {
    margin: 0;
    font-size: 1rem;
}

#wc table.cart td:nth-of-type(4),
#wc table.cart th:nth-of-type(4) {
    display: none;
}

#wc table.cart td:nth-of-type(6),
#wc table.cart th:nth-of-type(6) {
    text-align: right;
}

#wc .woocommerce-billing-fields h3 {
    display: none
}

#wc table.shop_table td a.button {
    color: #fff
}

#wc table.shop_table td a.button:hover {
    color: #fff
}

#wc table.shop_table td a:hover {
    color: #111111;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px;
    max-width: 200px;
}

.woocommerce-page #wc table.cart .woocommerce-cart-form__cart-item .product-thumbnail img {
    width: 70%;
    padding: 0rem;
    margin: 0rem 0;
    height: auto;
}

#wc table.shop_table .quantity .qty {
    width: 5rem;
    text-align: center;
    border: 2px solid #ddd;
    border-radius: 0px;
    padding: .35rem 1rem;
    background: #fff;
}

#wc table.shop_table .quantity .qty:hover {
    border: 2px solid #ddd;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cecece;
    padding: 15px 1rem;
    margin: 0 1rem 0 0;
    outline: 0;
    font-size: .85rem;
    text-transform: uppercase;
    border-radius: 0;
    text-align: center;

}

#wc #payment ul.wc_payment_methods li.wc_payment_method .tpay-amPmCheckbox input[type="checkbox"]+label {
    color: #fff;
}

.shop_table .coupon .input-text {
    width: 160px !important;
}

#wc .wc-proceed-to-checkout {
    margin: 0 0 0 auto;
    float: right;
    padding: 0;
    margin: 0
}

#wc .wc-proceed-to-checkout a.button.alt {
    font-size: 1.2rem;
    font-weight: 700;
    max-width: 400px;
}

#wc .woocommerce-checkout-payment li label {
    width: auto;
}

#wc .cart-collaterals th {
    padding: 1rem 1rem;
    border: 1px solid #f4f4f4;
}

#wc .cart-collaterals td {
    padding: 1rem;
    border-top: 0;
    border-bottom: 2px solid #1a8b71;
    font-size: 1rem;
}

#wc .woocommerce-shipping-destination {
    font-size: .85rem
}

#wc ul#shipping_method li {
    text-align: right;
}

tr.fee td {
    text-align: right
}

#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 {
    border-top: none;
}

#wc .woocommerce ul#shipping_method li::before {
    content: none
}

#wc a.woocommerce-terms-and-conditions-link {
    color: #bdd73d
}

#wc .cart_totals h2 {
    font-weight: 700;
    margin: 0rem 0 1rem;
    font-size: 1.3rem;
}

#wc .cart_totals h2::after {
    content: none
}

#wc .amount-free-shipping-info {
    margin-bottom: 2rem;
    text-align: center;
    background: #111111;
    padding: 2rem;
    color: #fff;
    font-size: 2rem;
    margin-top: 1rem;
}

#wc .amount-free-shipping-info span {
    font-weight: 700;
}

/*--------------------------------------------------------------
# WooCommerce Order
--------------------------------------------------------------*/
#wc h3 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-size: 1.4rem;
    color: #ff7400;
}

#wc h3#pw-sp {
    margin-top: 0;
}

#wc h3#ship-to-different-address label {
    font-size: 1.4rem;
}

#wc .woocommerce-additional-fields h3 {
    display: none
}

#wc .woocommerce-additional-fields__field-wrapper .cvi-3 {
    margin-bottom: 2rem !important
}

#wc .woocommerce-additional-fields__field-wrapper .cvi-4 {
    margin-top: 1rem !important
}

#wc .cvi-5 {
    margin-bottom: 1rem !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

#wc .cvi-6 {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
}

#wc .cvi-7 {
    margin-bottom: 1rem !important;
}

#wc .cvi-8 {
    margin-bottom: 2rem !important;
}

#wc .cvi-9 {
    margin-top: 1.5rem !important;
}

#wc legend,
#wc .cvi-hedng {
    font-size: 1.4rem;
    font-weight: 700;
}

#wc .cvi-hedng {
    margin: 3rem 0 0 0 !important
}

#wc .woocommerce .woocommerce-additional-fields .notes {
    font-size: 1.4rem;
    margin: 2rem 0 2rem;
}

#wc .woocommerce .woocommerce-additional-fields .notes label {
    font-weight: 700;
    font-size: 1.2rem;
}

#wc #order_plik_field {
    margin-bottom: 3rem;
}

#wc .fcf-radio-images .woocommerce-input-wrapper {
    margin: -10px -10px -10px 0;
}

#wc .fpf-radio-images .woocommerce-input-wrapper label {
    margin: 0rem .5rem 0rem 10px !important;
}

#wc .woocommerce .woocommerce-additional-fields .fcf-radio-images label {
    font-size: 1.1rem;
    line-height: 1rem;
    margin: 1rem .5rem 0rem 10px !important;
}

#wc .woocommerce .woocommerce-additional-fields .fcf-radio-images label label {
    margin-top: .5rem;
}

#wc .woocommerce-additional-fields .fcf-radio-images label span {
    font-weight: 500;
    font-size: .8rem;
    text-transform: lowercase
}

#wc .fcf-radio-images input[type=radio]+label img {
    padding: .5rem;
    margin-bottom: .3rem;
}

#wc .fcf-radio-images input[type=radio]:checked+label img {
    padding: .5rem;
}

#wc .fcf-radio-images input[type=radio]:checked+label img {
    border-color: #bdd73d
}

#wc .woocommerce-table--order-details td.woocommerce-table__product-name ul.wc-item-meta {
    padding-left: 0;
}

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

#wc form .form-row input.input-text,
#wc form .form-row select {
    line-height: 2rem;
}

#wc form .form-row input.input-text,
#wc form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    padding: .28rem;
    font-size: .85rem;
    border-radius: 0;
    background: #fff;
    border: 1px solid #ddd;
}

#wc table.shop_table tbody th,
#wc table.shop_table tfoot td,
#wc table.shop_table tfoot th {
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    border-top: 0;
}

#wc .woocommerce-checkout-review-order-table .product-total,
#wc .cart-subtotal td,
#wc .order-total td {
    text-align: right;
}

#wc .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 3rem;
    margin: 0 0 -4px;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}

#wc .woocommerce-checkout-review-order-table tr.cart_item br {
    display: none
}

#wc .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 3rem;
}

#wc .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 3rem;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
}

#wc .checkout_coupon p {
    width: 100%;
}

#wc h3#order_review_heading {
    margin: 2rem 0 1rem;
}

#wc #respond input#submit,
#wc a.button,
#wc button.button,
#wc input.button {
    float: none;
}

#wc ul#shipping_method li {
    font-size: 1rem;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #1a8b710f;
    border: 0;
    padding: 2rem;
    border-radius: 0;
    color: #0c0c0c;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1rem;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    border-radius: 2px;
    line-height: 1.5;
    font-size: .85rem;
    background: #2fb092;
    color: #fff
}

#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 #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    content: "";
    display: block;
    border: 1em solid #2fb092;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}

#wc .wc_payment_methods li {
    background: #1a8b71;
    color: #fff;
}

#wc li.wc_payment_method {
    font-size: .9rem;
}

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

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

#wc form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: block;
    margin-left: 0rem;
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    display: none;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 700;
    font-size: 1rem;
    padding: 2rem 2rem 1rem 2rem;
    border-bottom: 1px solid #2fb092;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    border: none;
    float: right;
    margin-top: 2rem;
    margin-bottom: 1rem;
    margin-right: 2rem;
    font-size: 1.3rem;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
    border: none;
    background: #393938;
    color: #fff;
}

#wc .paczkomaty-shipping .select2-container {
    margin-bottom: .5rem;
}

#wc #payment .mailchimp-newsletter {
    margin-left: 1rem;
}

#wc #add_payment_method #payment ul.payment_methods,
#wc .woocommerce-cart #payment ul.payment_methods,
#wc .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: none;
    padding: 0 0 0rem 0;
}

#wc .woocommerce-privacy-policy-text {
    padding: 2rem 0 0 0
}

#wc .woocommerce-privacy-policy-text a {
    font-weight: 700;
    color: #0c0c0c;
}

.wpmc-tabs-wrapper .wpmc-tab-item:before {
    border-width: 4px;
}

.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {
    margin-top: -20px;
}

.wpmc-tabs-wrapper .wpmc-tab-item .wpmc-tab-number {

    line-height: 35px;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    height: 40px;
    font-size: 20px;
}

.wpmc-tabs-wrapper .wpmc-tab-item.current .wpmc-tab-number {
    color: #fff;
    background: #ff7400;
    border: 2px solid #ff7400;
}

.wpmc-nav-wrapper {
    margin-top: 3rem;
}

#order_kolory_elementow_drewnianych_field,
#order_kolory_elementow_metalowych_field {
    border-top: 1px solid #DDD;
    padding-top: 2rem !important
}

/*--------------------------------------------------------------
# WooCommerce Order Received
--------------------------------------------------------------*/

#wc h3#order_review_heading {
    margin: 2rem 0 1rem;
}

#wc p.woocommerce-thankyou-order-received {
    font-size: 1.2rem;
    background: #ff7400;
    font-weight: 700;
    line-height: 1.8rem;
    padding: 1rem 2rem;
    color: #fff;
    margin-bottom: 1rem;
}

#wc .woocommerce-bacs-bank-details h3.wc-bacs-bank-details-account-name {
    display: none;
}

#wc h3.wc-bacs-bank-details-account-name::after {
    content: none;
}

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

#wc ul.order_details li {
    margin: 0 2rem 0 0rem;
    border-right: none;
    list-style-type: none;
}

#wc ul.order_details li::before {
    content: none;
}

#wc .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: none;
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 0px;
    padding: 2rem;
    background: #f4f4f4;
}

#wc .woocommerce-table--order-details td ul.wc-item-meta li {
    display: inline-block;
    font-size: 1rem;
    margin: 0 2rem 0 0;
}

#wc .woocommerce-table--order-details td ul.wc-item-meta li p {
    font-size: 1rem;
    margin: 0;
}

#wc .woocommerce-table--order-details td ul.wc-item-meta li::before {
    content: none
}

#wc .woocommerce-customer-details p {
    font-size: 1rem;
    margin: 0;
}

#wc .woocommerce-order-details h2,
#wc .woocommerce-customer-details h2 {
    margin: 2rem 0 1rem;
    font-size: 1.4rem;
}

#wc .woocommerce-column--shipping-address {
    display: none
}

#wc h2.woocommerce-order-details__title {
    display: none
}

/*--------------------------------------------------------------
# WooCommerce My Account
--------------------------------------------------------------*/

/* ----- 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: center;
}

#wc .woocommerce-MyAccount-navigation ul li {
    margin: 0 1.5rem;
    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: #ff7400;
}

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

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

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

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


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

}

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

}


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

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

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

#wc .woocommerce-form-row span {
    font-size: .9rem;
    margin-top: .5rem;
}

#wc .woocommerce-MyAccount-content #user_tc_company_field::before {
    content: "Dane firmy";
    display: block;
    margin: 2rem 0 1rem;
    font-weight: 700;
    font-size: 1.6rem;
    color: #383a3d;
}

#wc .woocommerce-MyAccount-content #user_tc_regon_field {
    margin-bottom: 2rem;
}

#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-content .woocommerce-wishlist-your-wishlists {
    padding: 0 2rem 2rem 0;
    border-right: 1px solid #eee;
    border-bottom: 0;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-your-wishlists h3 {
    margin: 0 0 1rem 0;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-your-wishlists ul {
    list-style-type: none;
    margin: 0;
    padding: 0px 0 0 0rem;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-your-wishlists ul .fa {
    font-size: .75rem;
    color: #111111;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-your-wishlists ul li a {
    color: #030303;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-actions {
    padding-top: 0;
    border-top: 0;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-actions a {
    padding: .2rem;
    margin: 0;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: #030303;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-actions a:hover {
    background-color: #111111;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-item a.woocommerce-wishlist-remove-product .fa {
    font-size: .75rem;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-item .woocommerce-wishlist-remove-product {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #ff1100;
    color: #FFFFFF;
    width: 18px;
    height: 18px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-header h3 {
    margin: 0 0 0rem 0;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-item-content {
    width: 70%;
    padding-left: 2rem;
    float: left;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-item .woocommerce-wishlist-stock,
#wc .woocommerce-MyAccount-content .woocommerce-wishlist-item .no-stock-status-box {
    display: none;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-categories {
    display: none;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-add-to-cart {
    position: static;
    padding: 0 0 2rem 0
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-add-to-cart button {
    color: #fff;
    border: 2px solid #030303;
    background: #030303;
    transition: .25s ease-in-out;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    padding: .5rem 2rem;
    border-radius: 25px;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-add-to-cart a.reset_variations {
    margin-left: .5rem;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-add-to-cart table.variations {
    margin: 0 0 1rem;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-add-to-cart .variations .value>select {
    margin-bottom: 0rem;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    padding: .25rem .75rem;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-title {
    color: #030303;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-price {
    color: #111111;
    padding: 1rem 0 .5rem 0;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-price del {
    color: #909090
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-price ins {
    text-decoration: none;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-share {
    display: flex;
    border-bottom: 0;
    padding-bottom: 0rem;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-share-title {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0;
    padding-top: .5rem;
    margin-right: 1rem;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-share a.woocommerce-wishlist-share-facebook .fa {
    display: none;
}

#wc .woocommerce-MyAccount-content .woocommerce-wishlist-share a.woocommerce-wishlist-share-facebook::before {
    content: "FB";
    display: block;
    font-weight: 700;
    font-size: .85rem;
}

#wc .woocommerce-MyAccount-content .woocommerce .woocommerce-wishlist-add-to-cart .quantity input.qty {
    width: 4rem;
    text-align: center;
    border: 2px solid #c884b6;
    border-radius: 30px;
    padding: 1.05rem 1rem;
}

.woocommerce-wishlist-your-wishlists h3,
.wishlistmodal h2,
.woocommerce-wishlist-header-title {
    margin: 0 0 1rem 0;
    font-size: 1.2rem;
    font-weight: 700;
}

#woocommerce-wishlist-create-button,
#woocommerce-wishlist-edit-button {
    margin-top: 1rem;
    padding: .2rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    border: none;
    background: #030303;
    color: #fff;
    font-weight: 700;
    border-radius: 3px;
}

#woocommerce-wishlist-create-button:hover,
#woocommerce-wishlist-edit-button:hover {
    background-color: #111111;
    text-decoration: none;
    background-image: none;
    border: none;
    color: #ffffff;
}

#wc .woocommerce-wishlist-add-product span {
    display: none;
}

#wc .woocommerce-wishlist-add-product span.add-to-wishlist-text {
    content: "Dodaj do listy życzeń";
    display: inline;
    margin-left: .25rem;
}

#wc .woocommerce-wishlist-add-product span.added-to-wishlist-text {
    content: "Dodano do listy życzeń";
    display: inline;
    margin-left: .25rem;
}

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

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

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

#wc form.register {
    border: 2px solid #ff7400;
    background: #ff7400;
    color: #fff;
    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;
    color: #fff;
}

#wc form.register input#submit,
#wc form.register a.button,
#wc form.register button.button,
#wc form.register input.button {
    background: #222;
    border-color: #222;
}

#wc form.register input#submit:hover,
#wc form.register a.button:hover,
#wc form.register button.button:hover,
#wc form.register input.button:hover {
    background: #444;
    border-color: #444;
    border: 1px solid #444;
}

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


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

.page-title {
    background: url('https://www.drekon.pl/wp-content/uploads/2025/03/pt-bg.jpg')center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 3rem 0;
}

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

.page-title h3 {
    margin: 0rem 0 0rem;
    font-weight: 700;
    font-size: 1.2rem;
    color: #ff7400;
    text-transform: uppercase;
    letter-spacing: 0px;
}

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

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

.entry-content {}

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

.entry-content.entry-content h3 {
    font-weight: 700;
    margin: 3rem 0 2rem;
    font-size: 1.3rem;
    color: #ff7400;
}

#wc .moved-full-description ul,
.entry-content ol,
.entry-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#wc .moved-full-description ul li,
.entry-content ol li,
.entry-content ul li {
    margin: 0 0 .75rem;
}

#wc .moved-full-description ul li::before,
.entry-content ol li::before,
.entry-content ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #ff7400;
    font-weight: 500;
}

#wc .moved-full-description ul li,
.entry-content ol li,
.entry-content ul li,
.entry-content p {
    font-size: 1.15rem
}

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

.entry-content #no-icon li::before {
    content: none
}

.entry-content label {
    width: 100%;
}

.entry-content input,
.entry-content textarea {
    border-radius: 0;
    border: 2px solid #ddd;
}

.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-color: #ff7400;
}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
}

.entry-content #ec-slupki-columns {
    margin-top: 3rem;
}

.entry-content #ec-slupki-columns .wp-block-column {
    background: #eaeaea;
    padding: 2rem;
}

.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;
}


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

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

.content__thumb img:hover {
    opacity: .85
}

.content__box h3 {
    text-align: center;
    font-size: 1.8rem;
    margin: 2rem 0 .5rem 0;
}

.content__box h3 a {
    color: #111;
}

.btn-small {
    text-align: center;
}

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

.btn-small a .fa-solid {
    margin-left: .5rem;
    color: #ff7400
}

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

.gmap {
    position: relative;
    z-index: 9;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


#footer-wrapper {
    padding: 6rem 0;
    background: url('https://www.drekon.pl/wp-content/uploads/2025/03/footer-bg.jpg')center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}

#block-7 img {
    max-width: 320px;
    padding: 1.5rem;
    background: #fff;
}

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

.footer-widget .widget {}

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

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

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

.footer-widget ul#list li {
    margin: 0 0 .75rem;
    font-size: 1.15rem;
}

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

.footer-bottom {
    background: transparent;
    padding: 3rem 0 0rem 0;
    font-size: 1rem;
    color: #fff;
    font-weight: 300;
}

.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 {}

.footer-bottom {
    position: relative;
}

.scroll-top {
    position: absolute;
    right: 4rem;
    bottom: 0rem;
}

.scroll-top a {
    transition: .25s ease-in-out;
    font-size: 1.1rem;
    font-weight: 700;
    background: #ff7400;
    border: 2px solid #ff7400;
    color: #fff;
    padding: 1rem 1.3rem;
    border-radius: 100%;
}

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