/*temp*/
.header .user-nav {
    margin-bottom: 0;
}

.header label span {
    background-color: black;
}

.container {
    margin: 0 auto;
    max-width: 1410px;
    width: 90%;
}
.category input[type="checkbox"] {
    margin: 5px 5px 0 3px;
}
.category {
    align-items: flex-start;
}
@media only screen and (min-width: 1300px) {
    .shop-wrapper .products {
        grid-template-columns: repeat(4, 1fr);
    }
}

.article h1, .contact .article h1 {
    margin-bottom: 1em;
    line-height: 1.1em;
}
.article h2,
.article h3{
    line-height: 1.2em;
    margin-bottom: 1em;
}

.article ul,
.article ol {
    margin: 0 0 1em 2em;
}

.product-section ul {
    padding-left: 0;
    margin: 0 0 1em 2em;
}

#shop-pagination {
    text-align: center;
    margin: 70px 0;
}

.page {
    background: rgba(0,0,0,.1);
    padding: 10px 20px;
    border-radius: 5px;
}

.current {
    background: rgba(0,0,0,.01);
    padding: 10px 20px;
    border-radius: 5px;
}

.first,
.previous,
.next,
.last {
    background: rgba(0,0,0,.1);
    padding: 10px 20px;
    border-radius: 5px;
}
/*end temp*/

:root {
    --font-family: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
    --font-Poppins: Inter, Roboto, 'Helvetica Neue', 'Arial Nova', 'Nimbus Sans', Arial, sans-serif;
}

body {
    background: #fffdf0;
}
header {
    background: transparent;
}

@media (min-width: 700px) {
    .header .user-nav {
        padding: 5px 0;
    }
}

.header .user-nav-wrap,
.footer-01 {
    background-color: rgba(183, 21, 21, 1);
    background-image: linear-gradient(90deg, rgba(183, 21, 21, 1) 20%, rgba(233, 29, 29, 1) 50%, rgba(183, 21, 21, 1) 80%);
    color: white;
}
.header .user-nav p a {
    color: white;
}
.sec03 .photo-02 {
    border-radius: 5px;
    margin: 1em 0;
}

.header li a {
    color: #32302c;
}
.breadcrumbs a {
    color: #32302c;
}

@media only screen and (min-width: 1300px) {
    .shop-wrapper {
        grid-template-columns: 350px auto;
    }
}

.shop-wrapper .category-list {
    border-radius: 5px;
    background: white;
}

.category input[type="checkbox"]:checked {
    background-color: black;
}

.box0400 {
    background: #fff8e3;
}

.box0400 .product-name {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.3em;
    height: 60px;
}
.box0400 .image {
    background: black;
}

.box0400 .image img {
    border-radius: 5px 5px 0 0;
}

.shop-btn {
    margin-top: 0;
    height: auto;
    border: 1px solid rgba(0,0,0,.040);
    border-radius: 40px;
    padding: 0.8em 2em;
    font-size: 17px;
    background: #ff9505;
    color: white;
    width: auto;
}
.shop-btn:hover {
    background-color: #b71515;
    transition: 0.2s;
}
.cart-summary .shop-btn {
    margin: 0 auto 10px;
}

#section_4.one-doc-center {
    background: white;
}
#section_4 .sponsors img {
    border-radius: 5px;
}
.sec03.id_35 {
    max-width: 800px;
    margin: 0 auto 4em auto;
}

.sec03.id_48 .js-validate-form {
    background: white;
    border-radius: 5px;
}

.sec03.id_48 #custom_article_form_wiadomosc {
    margin-bottom: 2em;
}

.sec10.idc_7 .box1000 {
    padding-bottom: 2em;
    border-radius: 10px;
}

.sec10.idc_7 .image-frame {
    border-radius: 10px 10px 0 0;
}
.sec10.idc_7 .image-frame .image img {
	object-fit: cover;
}

.sec10.idc_7 .meta,
.sec10.idc_7 .title,
.sec10.idc_7 .subtitle {
    padding: 0 20px;
}
.sec10.tpl-03.idc_7 .article-top .image-frame .image {
    border-radius: 0 15px 15px 0;
}

.sec10.idc_7 .rest_of_them .image-frame {
     padding-bottom: 2em;
}

.sec10.tpl-03.idc_7 .rest_of_them div img {
	border-radius: 10px 10px 0 0;
}

.sec10.tpl-03.idc_7 .btn {
    margin-top: 0;
    height: auto;
    border: 1px solid rgba(0,0,0,.040);
    border-radius: 40px;
    padding: 0.8em 2em;
    font-size: 17px;
    background: #ff9505;
    color: white;
    width: auto;
    text-transform: none;
    font-weight: 400;
}
.sec10.tpl-03.idc_7 h1 {
    margin-bottom: 0;
    line-height: 1.1em;
}

.sec10.tpl-03.idc_7 .date {
    color: rgba(0,0,0,0.4);
    font-style: italic;
    font-size: 14px;
}

.sec10.tpl-03.idc_7 .article-top {
    background: white;
    border-radius: 15px;
}

.photo-01 {
	margin: 1.5em auto;
	border-radius: 5px;
	border: 1px solid rgba(0,0,0,.1);
	display: block;
}

.photo_01_desc {
	text-align: center;
	margin-top: -1em;
	display: block;
	margin-bottom: 2em;
	font-style: italic;
}