body {
    background-color: #282828;
    background: url('/images/bg.png') 0 0 repeat;
    background-attachment: fixed;
    color: #2a2112;
}

@font-face {
    font-family: 'holen_vintageregular';
    src: url('../fonts/holen_vintage-webfont.woff2') format('woff2'),
        url('../fonts/holen_vintage-webfont.woff') format('woff');
    font-style: normal;
    font-weight: normal;

}

a {
    color: #2a2112;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #5a3a02;
}

h1,
h2,
h3,
h4 {
    font-family: 'holen_vintageregular';
    font-style: normal;
}

p,
ul,
li,
.blockquote p {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: 1rem;
    font-weight: 400;
}

.header {
    background: url('../images/header-pszczela-rodzinka.jpg') 50% 50% no-repeat;
    /*background-attachment: fixed; */
    background-size: cover;
    padding: 3rem 0;
}


.container {
    background-color: #dca610;
}

.container .head-line {
    border-bottom: 3px #2a2112 solid;
    padding: 1rem 0;
}

.container .head-line h1 {
    display: block;
    font-size: 32px;
    text-align: center;
}


.product-wrapper {
    border-bottom: 3px #2a2112 solid;
}

.product-wrapper .image-column {
    padding: 1rem;
}

.product-wrapper .image-column .figure-caption {
    color: #593e13;
}

.product-wrapper .image-column .product-feature {
    border: 2px dashed #cc9a12;
    margin: 0;
    width: 100%;
}

.product-wrapper .image-column .product-feature .fa-solid {
    font-size: 2rem;
}

.product-wrapper .image-column .product-feature .first-li {
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    background-color: transparent;
    font-weight: bold;
    text-align: center;
}

.product-wrapper .image-column .product-feature .middle-li {
    border-radius: 0;
    border-top: none;
    border-bottom: none;
    background-color: transparent;
    font-weight: bold;
    text-align: center;
}

.product-wrapper .image-column .product-feature .last-li {
    border-radius: 0;
    border: none;
    background-color: transparent;
    text-align: center;
}

.product-wrapper .image-column .img-fluid {
    border-radius: 1rem;
}

.product-wrapper .description-column {
    padding: 3rem 1rem;
}

.product-wrapper .description-column h2 {
    display: block;
    font-size: 42px;
    text-align: left;
}

.product-wrapper .description-column .product-details {
    margin: 1.5rem 0;
}

.product-wrapper .description-column .product-details .blockquote {
    border: 2px dashed #cc9a12;
    border-radius: 1rem;
    padding: 1rem;
    margin: 1.5rem 0;
}

.product-wrapper .description-column .product-details .blockquote-footer {
    color: #593e13;
}

.product-wrapper .description-column h2 span {
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-size: 42px;
    font-weight: 800;
}

.product-wrapper .description-column .price {
    margin-bottom: 1.5rem;
    font-family: 'holen_vintageregular';
    font-style: normal;
    text-align: left;
}

.product-wrapper .description-column .price .promo {
    font-size: 1.5rem;
    margin: 0.5rem;
}

.footer .row .col-lg {
    padding: 3rem 1rem;
}

.footer-facebook {
    background-color: #edbc0a;
}

.footer-facebook .row .col-lg {
    padding: 0.5rem;
}

@media only screen and (max-width: 640px) {
    .footer-facebook .row .col-lg {
        width: 100% !important;
        overflow-x: auto
    }
}

#order {
    opacity: 0;
    padding: 0.5rem 0 0.5rem 0;
    transition: visibility 0.3s linear, opacity 0.3s linear;
}

#order p {
    margin: 0;
    padding: 0;
}

.post-footer {
    background: url('../images/header-pszczela-rodzinka.jpg') 50% 50% no-repeat;
    background-size: cover;
    /*background-attachment: fixed;*/
    padding: 3rem 0;
}

.post-footer .logo {
    width: 200px;
}


.call-to-action {
    background: #f2f2f2;
    margin: 0 auto;
    max-width: 768px;
    text-align: center;
}

.fb-like {
    padding: 1rem 0.5rem;
}

.instagram-follow {
    margin: 0.5rem;
}

@media (max-width: 992px) {

    .product-wrapper .image-column {
        margin-top: 1rem;
    }

    .product-wrapper .description-column {
        margin-bottom: 2rem;
        padding: 0 1rem;

    }

    .product-wrapper .description-column h2 {
        font-size: 2rem;
        text-align: center;
    }

    .product-wrapper .description-column h2 span {
        font-family: "Open Sans", sans-serif;
        font-style: normal;
        font-size: 2.2rem;
        font-weight: 800;
    }

    .product-wrapper .description-column .price {
        margin-bottom: 1.5rem;
        font-family: 'holen_vintageregular';
        font-style: normal;
        text-align: center;
    }

    .product-wrapper .description-column .input-group {
        justify-content: center !important;
    }
}



/* Koszyk */

#koszyk-container ol,
.order-btn,
.payment-option {
    margin: 1rem auto;
    max-width: 90%;
}

.minus,
.plus {
    width: 3rem;
}

.text-ilosc {
    border-left: 1px;
    background-color: #f2f2f2;
    color: #593e13;
    font-weight: bold;
}

.input-group-text {
    background-color: #edbc0a;
    border: none;
}

.btn-facebook {
    background: #3B5998;
    color: #fff;

}

.btn-facebook:link,
.btn-facebook:visited {
    color: #fff;
}

.btn-facebook:active,
.btn-facebook:hover {
    background: #263961;
    color: #fff;
}

.btn-sms {
    background: #008b6d;
    color: #fff;
}

.btn-sms:link,
.btn-sms:visited {
    color: #fff;
}

.btn-sms:active,
.btn-sms:hover {
    background: #029676;
    color: #fff;
}