/*
Theme Name: Meblobranie V2
Author: Maciej Noworyta
Author URI: https://vestigio.agency
*/

a, abbr, address, article, aside, audio, b, blockquote, body, canvas,
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary,
sup, time, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
}

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
    display: block;
}

a, ins, del {
    text-decoration: none;
}

ul, ol {
    list-style: none;
}

strong {
    font-weight: 700;
}

caption, th {
    text-align: left;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
    transition: all 300ms ease-out 0s;
}

a:hover, a:focus {
    color: #000;
    text-decoration: underline;
    outline: none;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html, body {
    font-family: "Jost", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    background: #f2f2f2;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.transition {
    opacity: 0.85;
    -webkit-transition: all 300ms ease-out 0s;
    -moz-transition: all 300ms ease-out 0s;
    -o-transition: all 300ms ease-out 0s;
    transition: all 300ms ease-out 0s;
}

.transition:hover {
    opacity: 1;
}

.container {
    width: 100%;
    max-width: 1348px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.container-fluid {
    max-width: 100%;
}

p {
    padding: 5px 0;
    margin: 0 0 10px;
    line-height: 1.7;
}

p:last-of-type {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    line-height: 1.35;
    margin: 15px 0;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}

.btn {
    border-radius: 8px 8px 8px 0px;
    cursor: pointer;
    align-items: center;
    gap: 15px;
    margin: 0;
    display: inline-flex;
    user-select: none;
    vertical-align: bottom;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 15px 35px;
}

.btn span {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #EDF0F4;
}

.btn:hover {
    color: #fff;
    background: #212529;
    box-shadow: 0 8px 9px -4px rgba(0, 0, 0, .15), 0 4px 18px 0 rgba(0, 0, 0, .1);
    text-decoration: none;
}

/* Sections */
.section {
    padding: 70px 0;
}

.section-heading:before {
    content: "";
    width: 37px;
    height: 38px;
    background: url(assets/images/meblobranie-ico.webp);
    display: block;
    margin: 0 auto 10px auto;
}

.section-heading {
    text-align: center;
    padding-bottom: 45px;
}

.section-heading .title {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

    /* Header */
.logged-in #header,
.logged-in #header.sticky {
    top: 32px;
}

.slicknav_menu {
    display: none;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
    transition: all 500ms ease-out 0s;
}

.slicknav_menu {
    display: none;
}

.header__top {
    background: #f2f2f2;
    color: rgba(0, 0, 0, 0.6);
}

.header__top a {
    color: rgba(0, 0, 0, 0.6);
}

.header__top a:hover {
    color: rgba(0, 0, 0, 0.85);
}

.header__top-menu {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    padding: 10px 0;
}

.header__top-menu .welcome-message {
    border-right: 1px solid #c7c7c7;
    padding-right: 10px;
}

.header__top-menu .welcome-message,
.header__top-menu .welcome-message a {
    display: flex;
    align-items: center;
    gap: 5px;
}

.header__top-menu .welcome-message a {
    font-weight: 500;
}

.header__top-menu .welcome-message .icon-phone {
    width: 16px;
    height: 16px;
    background: url(assets/images/icons/phone-ico.svg);
    display: block;
    background-size: 16px 16px;
}

.header__top-menu .welcome-message small {
    font-size: 12px;
}

.header__top-menu ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header__top-menu .is-special a {
    color: #ea1818;
}

.header__navigation {
    background: #fff;
}

.header__navigation-wrapper {
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header__navigation-wrapper .logo,
.header__navigation-wrapper .cart {
    width: 200px;
    flex-grow: 0;
}

.header__navigation-wrapper .cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.header__navigation-wrapper .cart svg {
    width:  25px;
    height: auto;
}

.header__navigation-wrapper .search-bar {
    flex-grow: 1;
    text-align: center;
}

.header__navigation-wrapper .menu ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__navigation-wrapper .menu li.is-sold a {
    color: #ea1818;
    font-weight: 700;
}

.header__navigation-wrapper .menu li.is-sell a {
    color: #2d9b1c;
    font-weight: 700;
}

.header__menu {
    background: #7f7f7f;
}

.header__menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.header__menu a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.header__menu a:hover,
.header__menu .current-menu-item a {
    background: rgba(0, 0, 0, 0.65);
}

.header-finder-search i {
    width: 25px;
    height: 25px;
    background-color: rgba(0, 0, 0, 0.75);
    mask-size: cover;
    -webkit-mask-size: cover;
    -webkit-mask-image: url(assets/images/icons/search-ico.svg);
    mask-image: url(assets/images/icons/search-ico.svg);
    cursor: pointer;
    display: block;
}

.header-finder-search.open i {
    -webkit-mask-image: url(assets/images/icons/close-ico.svg);
    mask-image: url(assets/images/icons/close-ico.svg);
}

.logged-in #header-finder {
    top: 160px;
}

#header-finder {
    width: 100%;
    position: fixed;
    top: 128px;
    left: 0;
    background: #7f7f7f;
    box-shadow: 0px 6px 15px -6px rgba(0, 0, 0, 0.35);
    padding: 30px 0;
    z-index: 9;
    display: none;
}

#header-finder.open {
    display: block;
}

#header-finder h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1;
    color: #fff;
}

#header-finder h2:after {
    content: "";
    width: 25px;
    height: 2px;
    background: #fff;
    margin: 15px 0;
    display: block;
}

#header-finder .probox,
#header-finder div.asl_w .probox {
    height: 64px;
    background: #fff;
}

#header-finder div.asl_w .probox .promagnifier {
    width: 64px;
    height: 64px;
    background: rgba(0, 0, 0, 0.75);
}

#header-finder .probox .proinput input,
#header-finder div.asl_w .probox .proinput input {
    height: 64px;
    font-size: 16px;
    color: #000 !important;
}

#header-finder .probox .proinput input::placeholder,
#header-finder div.asl_w .probox .proinput input::placeholder {
    color: #000 !important;
}

#header-finder .probox .proinput input.autocomplete,
#header-finder div.asl_w .probox .proinput input.autocomplete {
    display: none;
}

#header-finder div.asl_w .probox .proloading,
#header-finder div.asl_w .probox .proclose,
#header-finder div.asl_w .probox .promagnifier,
#header-finder div.asl_w .probox .prosettings {
    width: 64px;
    height: 64px;
}

div.asl_r.vertical {
    background: rgba(0, 0, 0, 0.75) !important;
}

div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
    font-family: "Jost", sans-serif !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #000 !important;
}

div.asl_r .results .item .asl_content h3 {
    margin: 15px 0 !important;
}

div.asl_m .probox div.asl_simple-circle {
    border: 4px solid #000 !important;
}

div.asl_m .probox div.asl_simple-circle {
    width: 50% !important;
    height: 50% !important;
}

div.asl_r.vertical .results,
div.asl_s.searchsettings .asl_sett_scroll {
    /* scrollbar-color: rgba(0, 0, 0, 0.5) transparent; */
}

#main {
    padding-top: 172px;
}

/* Footer */
.footer__nocopy {
    font-size: 12px;
    text-align: center;
    padding: 15px 0;
}

.footer__content {
    color: #fff;
    background: #7f7f7f url(assets/images/contact-background.png) center center no-repeat;
    padding: 45px 0;
}

.footer__content .newsletter-title {
    font-size: 26px;
    font-weight: 500;
    text-align: center;
}

.footer__content .newsletter-title:after {
    content: "";
    width: 75px;
    height: 3px;
    background: #ffffff;
    display: block;
    margin: 10px auto 0 auto;
}

.footer__content form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.footer__content form input[type="text"] {
    width: 100%;
    max-width: 350px;
    height: 40px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #f2f2f2;
    color: #000000;
    padding: 10px 20px;
}

.footer__content form button[type="submit"] {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    color: #fff;
    background: #000;
    border: 0;
    height: 40px;
    padding: 0 20px;
    cursor: pointer;
}

.footer__content form button[type="submit"]:hover {
    background: rgba(0, 0, 0, 0.75)
}

.footer-navigation {
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 45px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 45px;
}

.footer-title {
    font-size: 20px;
    font-weight: 500;
}

.footer-title:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 5px 0 15px 0;
}

.footer-navigation ul {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.footer-navigation li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
}

.footer-navigation li a:hover {
    color: rgba(255, 255, 255, 1);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footer-contact a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-contact svg {
    width: 15px;
    height: auto;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.footer-social img {
    width: 24px;
    height: auto;
    opacity: 0.85;
    transition: all 300ms ease-out 0s;
}

.footer-social a:hover img {
    opacity: 1;
}

.footer-info {
    max-width: 775px;
    margin: 0 auto;
}

.footer-info p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
}

.footer__copyright {
    background: #545247;
    padding: 10px 0;
}

.footer__copyright-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.footer__copyright p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
}

.footer__copyright div ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer__copyright div li {
    background-image: url(assets/images/cards-sprite.webp);
    border-radius: 3px;
    text-indent: -3000em;
    width: 46px;
    height: 26px;
}

.footer__copyright div li.payu {
    background-position: -76px -56px;
}

.footer__copyright div li.visa {
    background-position: -10px -56px;
}

.footer__copyright div li.mastercard {
    background-position: -76px -10px;
}

.footer__copyright div li.maestro {
    background-position: -10px -10px;
}

/* Pomocniczne */
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 0px 25px 0px 25px;
}

.alignleft {
    float: left;
    margin: 0px 25px 0px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 25px 25px;
}

a img.alignnone {
    margin: 5px 25px 25px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 25px 25px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1280px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 12px;
    }

    h6 {
        font-size: 8px;
    }

}

@media (max-width: 992px) {
    .header__navigation-wrapper .menu,
    .header__top-menu, .header__menu {
        display: none;
    }

    .header__navigation-wrapper {
        padding: 10px 0;
    }

    .slicknav_menu {
        display: block;
    }

    .header__navigation-wrapper .cart {
        gap: 10px;
        margin-top: 5px;
        margin-right: 40px;
    }

    .logged-in #header-finder,
    #header-finder {
        top: 68px;
    }

    #header-finder {
        padding: 10px 0;
    }

    #main {
        padding-top: 50px;
    }

    .slicknav_btn {
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .slicknav_icon {
        width: 24px;
        height: 20px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        display: block;
    }

    .slicknav_icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #212529;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    .slicknav_icon span:nth-child(1) {
        top: 0;
    }

    .slicknav_icon span:nth-child(2) {
        top: 8px;
    }

    .slicknav_icon span:nth-child(3) {
        top: 16px;
    }

    .slicknav_open .slicknav_icon span:nth-child(1) {
        top: 12px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .slicknav_open .slicknav_icon span:nth-child(2) {
        opacity: 0;
        left: -30px;
    }

    .slicknav_open .slicknav_icon span:nth-child(3) {
        top: 12px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .slicknav_nav {
        position: absolute;
        background: rgb(255, 255, 255);
        width: 100%;
        left: 0;
        top: 60px;
        padding-top: 15px;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    }

    .slicknav_nav a {
        color: #6b6b6b;
        font-weight: 700;
        display: block;
        padding: 10px 15px;
        text-align: center;
        border-top: 1px solid #eaeaea;
    }

    .slicknav_nav .current-menu-item a,
    .slicknav_nav a:hover {
        color: #fff;
        background: #212529;
    }

    .slicknav_item {
        margin: 0;
        padding: 0;
        position: relative;
    }

    .slicknav_arrow {
        position: absolute;
        top: 0;
        right: 15px;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    #header-finder .probox .proinput input,
    #header-finder div.asl_w .probox .proinput input {
        height: 40px;
        font-size: 14px;
    }

    #header-finder div.asl_w .probox .proloading,
    #header-finder div.asl_w .probox .proclose,
    #header-finder div.asl_w .probox .promagnifier,
    #header-finder div.asl_w .probox .prosettings {
        width: 40px;
        height: 40px;
    }

    #header-finder .probox, #header-finder div.asl_w .probox {
        height: 40px;
    }

    div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
        font-size: 14px !important;
    }

    .footer-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        text-align: center;
    }

    .footer-title:after {
        margin: 5px auto 15px auto;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 30px 0;
    }

    .footer__content {
        padding: 30px 0;
    }

    .footer__content .newsletter-title {
        font-size: 18px;
    }

    .footer-navigation {
        padding: 30px 0;
        margin-top: 30px;
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 45px;
    }

    .footer__copyright-wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .footer-contact,
    .footer-social {
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .logged-in #header-finder,
    #header-finder {
        top: 50px;
    }
}

.single-post ol.wp-block-list, .single-post ul.wp-block-list {list-style:auto inside;margin-left:20px;}
.single-post ul.wp-block-list {list-style-type:disc;}
.single-post cite {font-style:italic}
.single-post__article table {border:1px solid #222;border-collapse:collapse;}
.single-post__article table td, .single-post__article table th {border:1px solid #222;padding:5px;}
.single-post__article table th {text-align:center;}
.single-post__article .wp-block-pullquote{font-size:100%;padding:10px;margin:10px auto;}
.single-post article .wp-block-image img {margin-bottom:10px;}
.single-post article .latest-blog-entries ul {list-style:none;}

 .worth-know {
    font-size: 18px;
    padding: 21px;
    background: linear-gradient(175deg, rgb(32 23 39) 0%, rgb(63 25 52) 100%);
    border: 1px solid #494949;
    color:white;
}

.worth-know a {color:white;} 

