/*
Theme Name: Leking
Template: generatepress
Text Domain: leking
Tags: two-columns, three-columns, one-column, right-sidebar, left-sidebar, footer-widgets, blog, e-commerce, flexible-header, full-width-template, buddypress, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, rtl-language-support, featured-images, theme-options
*/

.home header {
    position: absolute;
    z-index: 1;
    width: 100%;
    background-color: #ffffff00;
}

@media (max-width: 1024px) {
    .site-header .header-image {
        width: 120px;
    }
}

.home .featured-image {
    max-width: initial;
    margin-top: 0;
}

.home .featured-image img {
    height: 600px;
    min-width: 100%;
    object-fit: cover;
    object-position: left;
}

.ui-widget {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    text-align: center;
    position: absolute;
    top: 25%;
}

#ajaxsearchlite1 .probox {
    height: 50px !important;
    align-items: center;
    padding: 4px 16px 4px 8px;
    border: 1px solid #ECECEC;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.35);
    font-size: 16px;
}

#ajaxsearchlite1 .proinput {
    display: flex;
    align-items: center;
}

#ajaxsearchlite1 .proinput form {
    width: 100%;
}

#ajaxsearchlite1 .proinput input {
    font-size: 14px !important;
}

@media (max-width: 1024px) {
    .ui-widget {
        width: 80%;
    }
}

.leking-summary {
    text-align: center;
    margin: 60px 0;
}

.leking-icon-wrapper {
    display: inline-block;
    background-color: #413b3b;
    font-size: 32px;
    padding: 21px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.leking-icon-wrapper i {
    display: block;
    color: #ffffff;
    width: 1em;
    height: 1em;
}

.leking-summary h2 {
    font-size: 24px;
}


.products-section {
    background-color: #ffffff;
    margin-bottom: 60px;
}

.products-section h3 {
    text-align: center;
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.product-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

.product-image {
    padding: 56px 32px 16px;
    text-align: center;
}

.product-info {
    margin-top: auto;
    padding: 16px 0;
    text-align: center;
    color: initial;
}

.product-info h5 {
    font-size: 18px;
}

@media ( max-width: 920px ) {

    .product-card {
        flex: 1 21%;
    }

    .products-wrapper .product-card:first-child,
    .products-wrapper .product-card:nth-child(2) {
        flex: 2 46%;
    }

}

@media ( max-width: 600px ) {

    .product-card {
        flex: 1 46%;
    }

}

@media ( max-width: 480px ) {

    h1 {
        margin-bottom: 20px;
    }

    .product-filter {
        flex-direction: column;
    }

    .sort {
        align-self: flex-start;
    }

}

.single-lodowka .lodowka-top-section {
    margin-bottom: 64px;
}

.single-lodowka .lodowka-top-section p {
    font-size: 18px;
    margin-bottom: 1rem;
}

.single-lodowka .lodowka-top-section h1 {
    font-size: 48px;
}

@media ( min-width: 768px ) {
    .single-lodowka .inside-article {
    padding: 80px;
    }

    .single-lodowka .lodowka-top-section {
        display: flex;
    }

    .single-lodowka .featured-image {
        flex: 1;
        margin-top: 0;
    }

    .lodowka-main {
        display: flex;
        flex: 3;
        flex-flow: column;
    }
}

.lodowka-data-table-section td, th {
    padding: 16px;
}

.lodowka-data-table-section .fa-check {
    color: #36bd61;
}

.lodowka-data-table-section .fa-times {
    color: #ff0909;
}

.lodowka-data-table-section tr:nth-child(odd) {
    background-color: #eeeeee;
}

.lodowka-data-table-section td:first-child {
    font-weight: 600;
}

.taxonomy-przeznaczenie-item-wrapper {
    display: inline-block;
    background-color: #ffffff;
}

.taxonomy-przeznaczenie-wrapper {
    /*display: flex;*/
}

