/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

.wd-content-layout {
    padding-block: 0;
}

.single-osoba .wd-content-layout {
    padding-block: 0 50px;
}

.blog .wd-content-layout,
.single-post .wd-content-layout,
.category .wd-content-layout,
.search-results .wd-content-layout {
    padding-block: 0 50px;
}


/**
 * Root styles
 */
@media only screen and (max-width: 1023px) {
    .e-con {
        --padding-top: 20px;
        --padding-right: 20px;
        --padding-bottom: 20px;
        --padding-left: 20px;
    }
}

.wd-tools-element {
    --wd-header-el-color: #000 !important;
    --wd-header-el-color-hover: rgba(0, 0, 0, .6) !important;
}

:root {
    --btn-transform: none !important;
    --btn-font-weight: 500;
    --wd-tags-mb: 0.8em !important;
    --color-gray-500: #000;
    --color-gray-600: #000;
    --color-gray-700: #000;
    --color-gray-800: #000;
    --color-gray-900: #000;
}

.color-scheme-dark {
    --color-gray-500: #000;
    --color-gray-600: #000;
    --color-gray-700: #000;
    --color-gray-800: #000;
    --color-gray-900: #000;
    --wd-title-color: #000;
}

.btn {
    box-shadow: none !important;
}

.btn-size-small {
    line-height: 1em !important;
    padding: 15px 30px;
    font-size: 15px;
}

.btn-size-large {
    line-height: 1em !important;
    padding: 20px 42px;
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    .btn-size-small {
        line-height: 1em !important;
        padding: 12px 24px;
        font-size: 14px;
    }

    .btn-size-large {
        line-height: 1em !important;
        padding: 15px 30px;
        font-size: 16px;
    }
}

.btn.btn-color-primary,
.btn.btn-color-primary:hover {
    color: #000;
}

.btn.btn-color-primary:hover {
    background-color: #96f796;
}

.btn.btn-color-black {
    background-color: #000;
}

.btn.btn-color-black:hover {
    background-color: #3a3a3a;
}

.wd-action-btn.wd-style-text>a {
    font-weight: 500;
}

.wd-empty-mini-cart .btn {
    color: #000 !important;
}

:is(.register, .login) .button,
.wd-switch-to-register,
.widget_shopping_cart :is(.btn, .button, button, [type="submit"], [type="button"]),
.wd-coupon-form .button[name="apply_coupon"],
.cart-totals-inner .checkout-button,
.cart-actions .button[name="update_cart"],
#place_order {
    line-height: 1em !important;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 500 !important;
    color: #000 !important;
}

.woocommerce-mini-cart__buttons .btn-cart {
    color: #000 !important;
}

.woocommerce-mini-cart__total strong,
.wd-product.wd-hover-alt .wd-add-btn>a {
    font-weight: 500 !important;
}

.wd-products :is(.product-image-link, .hover-img) img,
.category-grid-item img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.category-grid-item .wd-entities-title {
    text-transform: none !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2em;
}

.wd-product .wd-entities-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2em;
}

@media only screen and (max-width: 767px) {
    .category-grid-item .wd-entities-title {
        font-size: 18px !important;
    }

    .wd-product .wd-entities-title {
        font-size: 17px !important;
    }
}

.price,
.amount {
    color: #5f8c4b;
    font-weight: 500;
}

.wd-product.wd-hover-alt .wd-add-btn>a span {
    text-transform: none;
}

.wd-dropdown-register {
    width: 400px !important;
    font-size: 16px !important;
}

.wd-heading>a {
    --wd-link-color: #8EBE8E !important;
    --wd-link-color-hover: #000 !important;
}

.wd-heading .title {
    font-size: 22px;
}

.mobile-nav .searchform input[type="text"] {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.mobile-nav .wd-nav-opener.wd-active {
    color: #000 !important;
}

.wd-nav-mobile li:active>a,
.wd-nav-mobile li.opener-page>a {
    background-color: #f6fcf7 !important;
}

.woocommerce-breadcrumb .breadcrumb-last,
.yoast-breadcrumb .breadcrumb_last,
.wd-products-per-page .per-page-title,
.woocommerce-ordering.wd-style-underline select,
.widget_product_categories .product-categories li.current-cat>a,
.view-all-results,
.woocommerce-terms-and-conditions-wrapper a {
    font-weight: 500 !important;
}

.wd-login-title,
.cart-totals-inner>h2,
.woocommerce-billing-fields>h3,
.woocommerce-additional-fields>h3,
#order_review_heading {
    text-transform: none !important;
    font-size: 24px !important;
    line-height: 1.2em !important;
    font-weight: 500 !important;
}

.login-form-footer .lost_password,
.website-wrapper :is(.woocommerce-form-coupon-toggle, .woocommerce-form-login-toggle)>div :is(.showlogin, .showcoupon) {
    color: #8EBE8E !important;
}

table th {
    text-transform: none;
    font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 1.2em !important;
}

td.product-name a {
    font-size: 18px;
}

.woocommerce-checkout-payment [class^="payment_method_przelewy24"] label img,
.woocommerce-checkout-payment [class*=" payment_method_przelewy24"] label img {
    height: 20px !important;
}


/**
 * Header, menu styles
 */

#menu-menu-glowne .nav-link-text {
    color: #000;
}

.whb-main-header .icons-design-default .wd-social-icon {
    padding: 6px 8px;
    color: #000 !important;
}

.wd-header-cart.wd-design-2 .wd-cart-number,
.wd-header-cart.wd-design-5 .wd-cart-number {
    color: #000 !important;
}

.header-button {
    padding: 20px 25px !important;
}

.wd-header-divider:before {
    background-color: transparent !important;
    background-image: url(https://martynaszpaczek.pl/wp-content/uploads/2024/07/vertical_line_01a.svg);
    background-repeat: repeat-y;
    background-size: auto;
    width: 5px;
    transition: 0.5s all !important;
    border: none !important;
    height: 35px !important;
    margin: 0 5px;
}

.mobile-nav .searchform input[type="text"] {
    font-weight: 500;
}


/**
 * Page title styles
 */
.site-content,
.elementor-template-full-width .row>[data-elementor-type] {
    margin: 0 0 100px 0 !important;
}

.page-id-3322 .site-content {
    margin: 0 !important;
}

.page-title {
    padding: 150px 0 50px 0 !important;
    margin-bottom: 50px !important;
}

.page-title .container>* {
    margin-bottom: 0 !important;
}

.page-title .entry-title {
    font-size: 48px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    line-height: 1.2em !important;
    margin-bottom: 10px !important;
}

.page-title :is(.breadcrumbs, .yoast-breadcrumb) :is(a, span) {
    font-size: 18px !important;
    text-transform: none !important;
    font-weight: 500 !important;
}

.page-title .wd-nav[class*="wd-style-underline"] .nav-link-text {
    font-size: 18px !important;
    text-transform: none !important;
    font-weight: 500 !important;
    color: #000 !important;
}

.page-title .wd-nav-product-cat .nav-link-count {
    font-size: 15px !important;
    color: #000;
    opacity: 0.5;
    margin-top: 10px !important;
}

.single-product .whb-overcontent:not(.whb-custom-header) {
    padding-top: 100px !important;
    margin-bottom: 50px !important;
}

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

    .site-content,
    .elementor-template-full-width .row>[data-elementor-type] {
        margin: 0 0 50px 0 !important;
    }

    .page-title {
        padding: 120px 0 25px !important;
        margin-bottom: 25px !important;
    }

    .page-title .entry-title {
        font-size: 30px !important;
    }

    .page-title :is(.breadcrumbs, .yoast-breadcrumb) :is(a, span),
    .page-title .wd-nav[class*="wd-style-underline"] .nav-link-text {
        font-size: 16px !important;
    }

    .wd-nav-accordion-mb-on .wd-btn-show-cat {
        font-size: 16px !important;
    }
}

.wd-checkout-steps li {
    color: #000 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

.additional-page-title-text {
    width: 55%;
    color: var(--e-global-color-primary);
}

.page-template-default .page-title .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .additional-page-title-text {
        width: 100%;
    }
}


/**
 * Elementor styles
 */

.testimonials-images-carousel .elementor-image-carousel.swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.testimonials-images-carousel .swiper-wrapper {
margin-bottom: 20px; 
}

.testimonials-images-carousel .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}

.square-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.section-image img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
}

.panoramic-image img {
    aspect-ratio: 5/2;
    object-fit: cover;
    width: 100%;
}

.company-logo img {
    aspect-ratio: 5/3;
    object-fit: contain;
    width: 100%;
}

.offer-iconbox-element .elementor-icon {
    transition: 0.3s all;
}

.offer-iconbox-element:hover .elementor-icon {
    transform: scale(0.9);
}

.zigzag-underlined-button .btn {
    border: none !important;
}

.zigzag-underlined-button .wd-btn-text:after,
.zigzag-underlined-button .elementor-button-text:after {
    content: '';
    display: block;
    background-color: transparent !important;
    background-image: url(https://martynaszpaczek.pl/wp-content/uploads/2024/07/underline_01d.svg);
    background-repeat: repeat-x;
    background-size: auto;
    height: 5px;
    transition: 0.5s all !important;
    width: 100%;
    margin-top: 5px;
}

.underlined-button .wd-btn-text {
    padding-bottom: 5px;
}

.newsletter-form-temporary .elementor-field {
    padding: 20px !important;
    font-size: 15px !important;
    border: 1px solid #eaeaea !important;
}

/*
.custom-accordion .elementor-widget-tabs .elementor-tab-content {
    padding: 0;
}
.custom-accordion .elementor-tab-title {
    background-color: #fff;
    transition: 0.5s all;
    margin: 0 5px;
}
@media only screen and (max-width: 767px) {
    .custom-accordion .elementor-tab-title {
        margin: 10px 0;
        padding: 10px 20px !important;
    }
}
.custom-accordion .elementor-tab-title.elementor-active,
.custom-accordion .elementor-tab-title:hover {
    background-color: #96f796;
}
*/
.individual-diet-accordion .wd-tabs-header {
    padding: 0 !important;
}

.individual-diet-accordion .wd-tabs-title {
    font-size: 18px !important;
    text-transform: none !important;
    font-family: "DM Sans";
    font-weight: 500 !important;
    color: #000 !important;
}

.individual-diet-accordion .wd-nav-link {
    padding: 20px 25px !important;
}

.individual-diet-accordion .wd-tabs-header li {
    margin: 0 6px !important;
    background-color: #fff;
    transition: 0.5s all;
}

.individual-diet-accordion .wd-tabs-header li.wd-active,
.individual-diet-accordion .wd-tabs-header li:hover {
    background-color: #96f796 !important;
}

@media only screen and (max-width: 767px) {
    .individual-diet-accordion .wd-nav-link {
        padding: 15px 10px !important;
    }

    .individual-diet-accordion .wd-tabs-title {
        font-size: 16px !important;
    }

    .wd-nav-tabs-wrapper {
        mask-image: none !important;
        -webkit-mask-image: none !important;
        overflow-x: unset !important;
    }
}

@media only screen and (max-width: 767px) {
    .individual-diet-icon-title .elementor-icon-box-wrapper {
        align-items: center !important;
    }
}

.metamorphose-effect-container .metamorphose-reduction-value {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: -50px !important;
    bottom: 0 !important;
    margin: auto !important;
    width: 80px;
    height: 80px;
}

.metamorphose-effect-container .metamorphose-reduction-value .elementor-widget-container {
    padding: 5px;
    border-radius: 100%;
    display: flex;
    background-color: var(--wd-primary-color);
    color: #000;
    border: 3px solid #fff;
    vertical-align: middle;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.steps-accordion .elementor-tab-title u {
    background-color: #B2EDB2;
    display: flex;
    float: left;
    min-width: 30px;
    height: 30px;
    font-size: 16px;
    text-decoration: none;
    margin-right: 15px;
    justify-content: center;
    align-items: center;
    margin-top: -3px;
}

@media only screen and (max-width: 767px) {
    .steps-accordion .elementor-tab-title u {
        margin-top: -5px;
    }
}

.steps-accordion .elementor-accordion-title {
    display: flex;
}

.steps-accordion .elementor-accordion-title:hover {
    color: #000 !important;
}

.testimonial-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
    border-radius: 100%;
    margin-bottom: 10px;
}


/**
 * Single product styles
 */
.single-product .entry-title {
    font-size: 32px !important;
    font-weight: 400;
    text-transform: none;
    line-height: 1.2em;
}

.single-product .price {
    margin-bottom: 5px !important;
}

.single-product table.variations {
    margin-bottom: 0 !important;
}

.single-product .woocommerce-variation-availability {
    display: block !important;
    margin-top: 10px !important;
}

.woocommerce-variation-price,
.woocommerce-variation-availability {
    margin: 0 !important;
}

.single-product #wc_bis_product_form .wc_bis_form_title {
    margin: 0 0 5px !important;
    font-weight: 500;
}

.single-product #wc_bis_product_form #wc_bis_email {
    margin: 0 0 10px !important;
    background-color: #fff;
}

.single-product #wc_bis_product_form #wc_bis_send_form {
    margin: 0 !important;
    line-height: 1em !important;
    padding: 15px 30px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #000 !important;
    background-color: var(--btn-accented-bgcolor) !important;
    transition: 0.3s all;
}

.single-product #wc_bis_product_form #wc_bis_send_form:hover {
    background-color: #96F796 !important;
}

.single-product .woocommerce-variation-add-to-cart {
    margin-top: 15px;
}

.single-product #wc_bis_product_form {
    margin-top: 15px;
    padding: 30px;
    border: 1px solid #96f796;
    background-color: #f0faf1;
}

/*
.single-product .summary-inner .price .amount {
    font-size: 28px;
}
*/
.single-product .woocommerce-product-gallery img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.single-product .variations .label.cell,
.single-product .variations .value.cell {
    display: inline-block;
}

.single-product table.variations select {
    max-width: 100% !important;
    margin-bottom: 5px;
}

.single-product table.variations .cell {
    padding: 0;
    margin-bottom: 5px;
}

.single-product table.variations label {
    font-weight: 500;
}

.single-product .single_add_to_cart_button {
    line-height: 1em !important;
    padding: 14px 30px;
    font-size: 17px;
    font-weight: 500 !important;
    color: #000 !important;
}

.calculator-tip-text,
.iworks-omnibus,
.iworks-omnibus .amount {
    font-size: 15px !important;
    font-weight: 400;
}

.calculator-tip-text a {
    font-weight: 500;
}

.iworks-omnibus {
    margin-bottom: 5px;
    color: #000000;
}

.single-product .product-tabs-wrapper .wd-nav-tabs>li>a,
.single-product .related-and-upsells .wd-el-title {
    font-size: 24px;
    text-transform: none !important;
    line-height: 1.2em !important;
    font-weight: 500 !important;
}

.single-product .woocommerce-tabs .wd-accordion-title-text {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    .single-product .entry-title {
        font-size: 26px !important;
    }

    .single-product .price .amount {
        font-size: 20px !important;
    }

    .single-product .product-tabs-wrapper .wd-nav-tabs>li>a,
    .single-product .related-and-upsells .wd-el-title {
        font-size: 20px;
    }
}

.single-product div.quantity input[type="button"],
.single-product div.quantity :is(input[type="number"], input[type="text"]) {
    height: 56px;
}

.woocommerce-product-details__short-description {
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    margin-top: 15px;
    display: block;
    width: 100%;
}


/**
 * Teammate styles
 */
.temmate-featured-image img {
    aspect-ratio: 3/5;
    object-fit: cover;
    width: 100%;
}


/**
 * Blog styles
 */
.blog-loop-featured-image img {
    aspect-ratio: 1/1;
    object-fit: cover;
    width: 100%;
}

.big-blog-loop-featured-image img {
    aspect-ratio: 4/3;
    object-fit: cover;
    width: 100%;
}

.archives-main-container nav[class*="-pagination"] a:hover {
    background-color: transparent !important;
}

.post-excerpt-custom p:after {
    content: '...';
}

.sidebar-author-box img {
    aspect-ratio: 1/1;
    object-fit: cover;
}

.sidebar-cta-box-category .elementor-cta__content {
    justify-content: center;
}

.sidebar-cta-box-category .elementor-cta__title {
    display: block;
    padding: 5px 10px;
    width: fit-content;
    background-color: #fff;
}

.single-blog-post-table-of-contents ol,
.single-blog-post-table-of-contents ul {
    margin-bottom: 0 !important;
}

.single-blog-post-content-main blockquote,
.single-blog-post-content-excerpt blockquote {
    margin: 20px 0;
    padding: 20px 40px;
    font-size: 100%;
    font-style: italic;
    border-left: 4px solid var(--wd-primary-color);
}

.single-blog-post-content-main .wd-product-header {
    gap: 0 !important;
    justify-content: flex-start !important;
}

.single-blog-post-content-main .wd-products {
    margin-bottom: 20px !important;
}


/**
 * Sidebar styles
 */
.sidebar-container h5 {
    font-size: 24px !important;
    line-height: 1.2em !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
    .sidebar-container h5 {
        font-size: 18px !important;
    }
}


/**
 * Contact Form 7 styles
 */
.conact-form-custom-container {
    display: inline-flex;
    flex-wrap: wrap;
}

.custom-one-two-input {
    width: 48%;
    margin-right: 2%;
}

.custom-full-input {
    width: 97%;
}

@media only screen and (max-width: 767px) {
    .custom-one-two-input {
        width: 100%;
        margin-right: 0;
    }

    .custom-full-input {
        width: 100%;
    }
}

.wpcf7 input[type='email'],
.wpcf7 input[type='date'],
.wpcf7 input[type='search'],
.wpcf7 input[type='number'],
.wpcf7 input[type='text'],
.wpcf7 input[type='tel'],
.wpcf7 input[type='url'],
.wpcf7 input[type='password'],
.wpcf7 textarea,
.wpcf7 select {
    margin-bottom: 15px;
}

.wpcf7 textarea {
    min-height: 140px !important;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 13px;
}

.wpcf7-acceptance label {
    margin-bottom: 15px !important;
    line-height: 1.2em;
}

.submit-button-cf7 {
    background-color: var(--wd-primary-color) !important;
    display: block !important;
    color: #000 !important;
    line-height: 1em !important;
    padding: 20px 42px !important;
    font-size: 18px !important;
}

.submit-button-cf7:hover {
    background-color: #96f796 !important;
}

.grecaptcha-badge {
    visibility: hidden !important;
}



#mlb2-17244571.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-17244571.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody,
#mlb2-17244571.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-17244571.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody,
#mlb2-17244765.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody,
#mlb2-17244765.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
    padding: 0 !important;
}

#mlb2-17244765.ml-form-embedContainer .ml-form-embedWrapper {
    background-color: #ffffff00 !important;
}


/**
 * Prefooter, footer styles
 */
.footer-container {
    border-top: 1px solid #eaeaea;
}

.footer-container,
.footer-container p {
    color: #000000;
    line-height: 1.6em !important;
}

.footer-container .widget-title {
    font-size: 24px !important;
    line-height: 1.2em !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
}

.wd-prefooter {
    padding: 0 !important;
    margin: 0 !important;
}

.footer-sidebar {
    padding-block: 100px 80px !important;
}

@media only screen and (max-width: 767px) {
    .footer-sidebar {
        padding-block: 50px 0 !important;
    }

    .footer-container .widget-title {
        font-size: 18px !important;
    }
}

.footer-logo {
    width: 220px;
    height: 53px;
}

.copyrights-wrapper {
    border: none !important;
}

.footer-container :is(.widget_categories, .widget_pages, .widget_archive, .widget_nav_menu) ul li.current_page_item>a {
    font-weight: 500;
}

.footer-container a {
    color: #000;
}

.footer-container a:hover {
    color: #8EBE8E;
}

.footer-container .icons-design-default .wd-social-icon {
    padding: 6px 10px;
    color: #000 !important;
}