.yellowstar {
    color: #ffd700 !important;
    text-shadow: 1px 1px 1px #000;
}

.no {
    color: lightgray !important;
    text-shadow: 1px 1px #000;
}

.redoyel {
    text-align: center;
    line-height: 32px;
}

@media (max-width: 480px) {
    h1 {
        font-size: 2em;
    }
}

.redoyel {
    color: #c00;
    font-weight: 700;
    width: 100%;
}

.redoyel span {
    background: #ff0;
}

@media (max-width: 768px) {
    #post {
        margin: 0 !important;
    }

    #licznikProduktow {
        float: none !important;
        margin: 0 auto;
    }
}

.infograph {
    display: flex;
    flex-direction: row;
    padding: 0;
    align-items: center;
    margin: 15px 0;
}

.infograph-column {
    align-items: center;
    justify-items: center;
    margin: 0;
    padding: 0;
    width: 33%;
    display: flex;
    flex-direction: column;
}

.infograph-prod {
    width: 100%;
    max-width: 207px;
    justify-self: center;
}

.rating {
    display: block;
    width: 100%;
}

.infograph-img {
    width: 50px;
    margin: 0 auto;
    display: block;
}

.infograph-row {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infograph-text {
    color: green;
    text-transform: uppercase;
    text-shadow: 1px 0 grey;
    text-align: center !important;
}

@media only screen and (max-width: 768px) {
    .infograph-arrow {
        display: none;
    }

    .infograph {
        flex-direction: column;
    }

    .infograph-column {
        width: 100% !important;
    }

    .infograph-rewerse {
        flex-direction: column-reverse !important;
    }

    .infograph-prod {
        display: none;
    }
}

.ileProduktow {
    background-size: 100% 115%;
    background: url("counterbg.png") repeat-x 0;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 2px;
    /*line-height: 1.5;*/
    color: #000;
    padding: 5px;
    border: 1px solid #000;
    border-radius: 5px;
    font-size: 28px;
}

#licznikProduktow {
    text-align: center;
    margin: 15px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.comments ul {
    margin: 0;
    padding: 0;
}

.comment {
    list-style: none;
    text-align: left;
    font-weight: 400;
}

.comment:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

.comment__text {
    margin-top: 0;
}

.comment__tail {
    line-height: 1;
}

.comment__head {
    margin-bottom: 10px;
}

.comment__head img {
    margin-right: 5px;
}

#wrapper .comment__head p {
    margin: 5px 3px;
    font-size: 15px;
    font-weight: 700;
}

.comment__head p:first-of-type {
    color: green;
}

#wrapper .comment__tail a {
    margin-right: 10px;
    color: green;
    text-decoration: none;
    font-size: 14px;
}

.order_btn {
    display: block;
    box-sizing: border-box;
    width: 50%;
    min-width: 200px;
    margin: 20px auto;
    padding: 15px;
    border: none;
    color: #fff;
    border-radius: 14px;
    background-color: #00ac2b;
    box-shadow: 0 3px 6px -1px #000;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.order_btn:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

.yellowstar {
    color: #ffd700 !important;
    text-shadow: 1px 1px 1px #000;
}

.no {
    color: lightgray !important;
    text-shadow: 1px 1px #000;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #ebebeb;
}

.ac_footer {
    position: relative;
    text-align: center;
    color: #a12000;
    padding: 10px 0;
}

.ac_footer a {
    color: #a12000;
}

p {
    margin: 10px 0;
}

body a:hover {
    cursor: pointer;
}

h1,
h2 {
    margin: 1em 0;
    color: #820000;
    text-align: left;
    font-weight: 400;
}

h3 {
    margin: 1em 0;
    color: #000;
    text-align: center;
    font-weight: bolder;
}

h1 {
    font-size: 40px;
    line-height: 1em;
}

h2 {
    font-size: 28px;
    line-height: 140%;
}

#wrapper {
    margin: 0 auto;
    padding: 20px 10px;
    min-height: 500px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    background: #fff;
    color: #3d3d3d;
    font-size: 16px;
    font-family: georgia, sans-serif;
    line-height: 25px;
    max-width: 980px;
    width: 100%;
}

@media (min-width: 769px) {
    #post {
        width: 70%;
        display: inline-block !important;
    }

    #side {
        width: 27% !important;
        display: inline-block !important;
        top: 0;
        margin-top: 0;
        float: right;
    }
}

#side2 {
    display: none;
}

@media (max-width: 768px) {
    #side {
        width: 100% !important;
        top: 0;
        margin-top: 0;
        float: none;
        display: none !important;
    }

    #side2 {
        max-width: 400px !important;
        width: 100% !important;
        top: 0;
        margin: 0 auto;
        float: none;
        display: block !important;
    }

    #side ul {
        overflow: hidden;
        float: left;
    }

    #side li {
        width: 40% !important;
        display: inline-block !important;
        top: 0;
        padding-bottom: 10000px;
        margin: 20px 20px -10000px;
        float: left;
    }

    #post {
        width: 100%;
    }
}

@media (max-width: 425px) {
    #side li {
        width: 90% !important;
        display: inline-block !important;
        top: 0;
        padding-bottom: 10000px;
        margin: 20px 20px -10000px;
        float: left;
    }
}

#post {
    margin: 20px;
    max-width: 630px;
}

h1.a1 {
    margin-bottom: 30px;
}

ul.testimonials {
    border-radius: 5px;
    background: #fff;
    list-style: none;
    margin-top: 50px;
}

ul.testimonials li.opinion {
    background-color: #fff;
    border: 3px inset green;
    margin: 20px 20px 20px 25px;
    padding: 0 10px 10px;
    text-align: center;
    position: relative !important;
}

.redo {
    color: #c00;
    font-weight: 700;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
}

.redoyel {
    font-family: arial, sans-serif;
    color: #c00;
    font-weight: 700;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 10px;
}

ul.testimonials li.opinion:first-child {
    margin-top: 0;
}

ul.testimonials li.opinion:last-child {
    margin-bottom: 0;
}

ul.testimonials li.opinion h3 {
    color: red;
    margin: 0;
    padding: 0;
    font-size: 20px !important;
    text-align: center;
}

ul.testimonials li.opinion img {
    display: block;
    margin: 10px auto 20px;
    width: 90%;
}

ul.testimonials li.opinion p {
    font-weight: 400;
    line-height: 18px;
    margin-top: 0;
}

ul.testimonials li.opinion .author {
    line-height: 15pt;
    margin: 10px 0 0;
}

#bottle {
    margin: 20px auto;
    max-width: 300px;
    width: 100%;
    text-align: center;
    position: relative;
}

#bottle_g {
    position: absolute;
    top: 0;
    right: 64px;
    width: 80px;
}

#bottle img {
    display: block;
    margin: 0 auto 20px;
}

.center {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 769px) {
    #post {
        width: 67%;
    }
}

button {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: 700;
}

.w-input {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
}

.w-input:-moz-placeholder {
    color: #999;
}

.w-input::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.w-input:-ms-input-placeholder {
    color: #999;
}

.w-input::-webkit-input-placeholder {
    color: #999;
}

.w-input:focus {
    border-color: #3898ec;
    outline: 0;
}

@media screen and (max-width: 767px) {
    /*.submit-button {*/
    /*    margin-top: 20px;*/
    /*    margin-bottom: 15px;*/
    /*}*/
}

@media screen and (max-width: 479px) {
    /*.text-field-4 {*/
    /*    width: 90%;*/
    /*}*/

    /*.submit-button {*/
    /*    width: 80%;*/
    /*}*/
}

/*@media screen and (max-width: 480px) {*/
/*    .submit-button {*/
/*        width: 85%;*/
/*        padding: 9px 0;*/
/*    }*/
/*}*/

@media screen and (max-width: 479px) {
    /*.text-field-4 {*/
    /*    width: 90%;*/
    /*}*/

    /*.submit-button {*/
    /*    width: 80%;*/
    /*}*/
}

@media screen and (max-width: 767px) {
    /*.submit-button {*/
    /*    margin-top: 20px;*/
    /*    margin-bottom: 15px;*/
    /*}*/
}

.submit-button {
    border-radius: 14px;
    background-color: #00ac2b;
    box-shadow: 0 3px 6px -1px #000;
    font-weight: 700;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}

h1,
h2,
h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

h1 {
    font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
}

h2 {
    font-size: 22px;
    line-height: 36px;
    margin-top: 20px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

ul {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

@media (max-width: 991px) {
    .testimonials {
        display: none;
    }

    #post {
        width: 100%;
        max-width: 100%;
        margin: 20px auto;
        padding: 0 15px;
    }

    #wrapper {
        padding: 0;
    }
}

.order_form {
    max-width: 400px;
    margin: 20px auto 30px;
}

form {
    box-sizing: border-box;
    /*padding: 20px 20px 0;*/
}

form label {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

form input {
    margin: 0 auto 15px;
}

form button {
    font-size: 18px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto 0;
    padding: 15px;
    border: none;
    background-color: #03bd03;
    color: #fff;
}

form button:hover {
    transition: all 0.5s;
    transform: scale(1.1);
}

ul li p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

ul li,
ul li p,
ul li img {
    display: inline-block;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 10px;
}

header ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.1;
    /*margin-right: 10%;*/
    width: 100%;
    max-width: calc(100% / 4 - 30px);
    margin-top: 10px;
    margin-bottom: 10px;
}

header ul li picture {
    flex-shrink: 0;
}

header ul li img {
    max-width: 36px;
    height: auto;
}

header ul li p {
    margin: 0;
}

header ul li:last-of-type {
    margin-right: 0;
}

/*.list-item-2 p {*/
/*    max-width: 150px;*/
/*    vertical-align: center;*/
/*    position: relative;*/
/*    top: 15px;*/
/*}*/

/*.list-item-3 p {*/
/*    max-width: 120px;*/
/*    position: relative;*/
/*    top: 13px;*/
/*}*/

/*.list-item-4 img {*/
/*    margin-bottom: 10px;*/
/*}*/

.list-item-4 p {
    /*max-width: 90px;*/
    /*position: relative;*/
    /*top: 12px;*/
}

/*.list-item-5 p {*/
/*    max-width: 110px;*/
/*    position: relative;*/
/*    top: 10px;*/
/*}*/

.libo li {
    position: relative;
    margin-bottom: 20px;
}

.libo li::before {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 11px;
    left: -10px;
    background-color: #000;
    transform: rotate(45deg);
}

@media (max-width: 966px) {
    /*header ul li {*/
    /*    display: none;*/
    /*}*/

    /*header ul .list-item-2 {*/
    /*    display: block;*/
    /*}*/
}

@media (min-width: 0\0
) {
    .infograph-prod {
        max-width: 300px;
    }

    .infograph-text {
        width: 50%;
    }
}

.comm-ava {
    width: 50px;
}

h1,
h2,
h3 {
    margin: 15px 0 !important;
}

p {
    margin: 15px 0;
}

.product {
    max-width: 200px;
    width: 100%;
}

#post:last-child,
.comment:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    h1.a1 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 991px) {
    .legs {
        max-width: 600px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

.inL_964484 {
    background-color: #4f853b;
}

.inL_438214 {
    background-position: 5px 0;
}

.inL_401618 {
    width: 100%;
}

.inL_668674 {
    background-position: 65px 0;
}

.inL_811480 {
    width: 100%;
}

.inL_887322 {
    background-position: -80px 0;
}

.inL_109886 {
    width: 100%;
}

.inL_551648 {
    background-position: -160px 0;
}

.inL_701481 {
    width: 100%;
}

.inL_368617 {
    background-position: -160px -80px;
}

.inL_576788 {
    width: 100%;
}

.inL_607665 {
    background-position: -80px -80px;
}

.inL_825498 {
    width: 100%;
}

.inL_398269 {
    background-position: 0 -80px;
}

.inL_664204 {
    width: 100%;
}

.inL_94847 {
    background-position: 0 -80px;
}

.inL_355823 {
    width: 100%;
}

.inL_172600 {
    color: #820000;
}

.inL_144828 {
    max-width: 350px;
    display: block;
    width: 100%;
    margin: 15px auto;
}

.inL_596393 {
    margin-top: 50px;
}

.inL_883878 {
    width: 100%;
    display: block;
    max-width: 550px;
    margin: 15px auto;
}

.inL_226726 {
    max-width: 550px;
    display: block;
    width: 100%;
    margin: 15px auto;
}

.inL_957766 {
    width: 100%;
}

.inL_220810 {
    display: flex;
}

.inL_63636 {
    width: 50%;
}

.inL_461523 {
    text-align: center;
    margin: 0;
}

.inL_767387 {
    padding: 0 5px;
    text-align: center;
}

.inL_936036 {
    width: 50%;
}

.inL_747423 {
    text-align: center;
    margin: 0;
}

.inL_726661 {
    padding: 0 5px;
    text-align: center;
}

.inL_79560 {
    display: block;
    margin: 20px auto;
}

.inL_94059 {
    clear: both;
}

.inL_46252 {
    text-align: center;
    font-weight: bold;
}

.inL_633497 {
    clear: both;
}

.inL_716335 {
    text-align: right;
}

.inL_248977 {
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.inL_738963 {
    color: #ff0000;
}

.inL_439194 {
    display: block;
    margin: 0 auto;
}

.inL_151684 {
    text-decoration: line-through;
    padding-right: 10px;
}

.inL_871290 {
    font-weight: 900;
    font-size: 24px;
    color: #cc0000;
}

.inL_248649 {
    font-size: 16px;
    text-align: center;
    line-height: 140%;
}

.inL_352183 {
    /*padding: 0 20px;*/
}

.libo {
    padding-left: 15px;
}

.inL_770216 {
    margin-bottom: 40px;
    border-bottom: double;
}

.inL_899376 {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
}

.inL_674840 {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
}

.inL_618496 {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
}

.inL_195085 {
    max-width: 300px;
    width: 100%;
    margin-top: 10px;
}

.inL_636930 {
    background-position: 5px 0;
}

.inL_811552 {
    width: 100%;
}

.inL_41539 {
    background-position: 65px 0;
}

.inL_821266 {
    width: 100%;
}

.inL_787069 {
    background-position: -80px 0;
}

.inL_906062 {
    width: 100%;
}

.inL_284969 {
    background-position: -160px 0;
}

.inL_279534 {
    width: 100%;
}

.inL_282981 {
    background-position: -160px -80px;
}

.inL_473157 {
    width: 100%;
}

.inL_632999 {
    background-position: -80px -80px;
}

.inL_364748 {
    width: 100%;
}

.inL_16048 {
    background-position: 0 -80px;
}

.inL_563901 {
    width: 100%;
}

.inL_735851 {
    background-position: 0 -80px;
}

.inL_836072 {
    width: 100%;
}

@media (max-width: 1023px) {
    header ul li {
        max-width: calc(100% / 3 - 20px);
    }
    header ul li:nth-child(4) {
        display: none;
    }
}

@media (max-width: 639px) {
    header ul li {
        max-width: calc(100% / 2 - 10px);
    }
    header ul li:nth-child(3) {
        display: none;
    }
}

@media (max-width: 479px) {
    header ul li {
        max-width: 100%;
    }
    header ul li:nth-child(2) {
        display: none;
    }
}