#przepis {
    margin-top: 90px;

}
#przepis .entry-title {
    font-size: 36px;
    font-weight: 600;
    font-family: 'Playfair Display';
    color: #000;
        margin: 0 0 10px;
}
#przepis .entry-content {
  margin: 0;
}
#przepis .entry-content h3 {
    font-size: 2rem;
}
#przepis footer.author_bio_section {
    display: none;
}
#przepis .skladniki {
    background: #eee;
    padding: 1rem;
    border-radius: 10px;
    font-size: 1.1rem;
    margin-top: 2rem;
}

#przepis .skladniki .col-xl-3 {
    text-align: right;
    color: #8C9DA7;
}

#przepis .skladniki .col-xl-9 {
    color: #000;
    font-weight: 500;
}
#przepis .entry-content, #przepis .entry-content2 {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: 500;
    color: #888888;
}
#przepis #breadcrumbs {
    font-weight: 500;
    font-size: 1.1rem;
    color: #000;
}
.filtruj {
    border: none;
    background: #d4b037;
    color: #fff;
    padding: 0 22px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    transition: .5s;
}
.filtruj:focus-visible, .filtruj:focus {
  outline: none;
}
.filtruj:hover {
    background: #d8d8d8;
    color: #434345;
    transition: .5s;
}
.filtr-box {
    display: flex;
    align-items: center;
    border: 2px solid #D8D8D8;
    padding: 0 12px;
    border-radius: 28px;
    height: 40px;
}
.filtr-box select:focus-visible {
  outline: none;
}
.filtrowanie-przepisow  {

}
.filtrowanie-przepisow form {
    justify-content: space-between;
    padding: 1rem 0 2rem;
    border-bottom: 1px solid #d8d8d8;
}
.filtr-box input, .filtr-box select {
    border: none!important;
        outline: none;
}
.przepisy-title {
    border-bottom: 1px solid #D8D8D8;
    margin: 1rem 0;
    padding: 2rem 0;
}
article.przepisy .wp-post-image {
    height: 190px;
    object-fit: cover;
}
.filtrowanie-przepisow input:-internal-autofill-selected {
    background-color: transparent;
    background: transparent;
}

.przepisy-kategorie ul {
    list-style: none;
    padding: 0;
}

.przepisy-kategorie li {
    font-weight: 500;
    padding-bottom: 5px;
}
.przepisy-kategorie .current {
    color: #d4b037;
}
.przepisy_baner h2 {
    margin: 0;
}

.przepisy_baner b {
    color: #d4b037;
}
.przepisy_baner .baner_img {
  background-size: cover;
  background-position: center;
  height: 160px;
  display: flex;
  align-items: center;
  padding: 0 4rem;
  border-radius: 10px;
}
.przepis-kategoria-ico {
    padding: 2rem 0 1rem;
}
.przepis-kategorie {
    display: flex;
    padding: 2rem 0 0;
}
.pj-kategoria {
   border: 1px solid #eee;
   border-radius: 10px;
   text-align: center;
   font-weight: 700;
   padding: 1rem;
   margin-bottom: 1rem;
 }

.pj-kategoria img {
    max-height: 64px;
}

.entry-content2 ul > li::before {
  counter-increment: section;
  content: counter(section);
  position: absolute;
  left: 15px;
  background: #58AF7B;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.entry-content2 ul {
    counter-reset: section;
    list-style: none;
}
.entry-content2 li {
  margin-bottom: 1rem;
      display: flex;
      align-items: start;
      flex-direction: column;
      justify-content: center;
}
.przepis-wroc {
    margin: 3rem 0;
    padding: 0;
}

.przepis-wroc a {
    color: #000;
    font-weight: 500;
    font-size: 1.1rem;
}
#przepis h2 {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-family: 'Playfair Display';
}
.kup_pakieto {
    background: #FFF0DF;
        padding: 3rem 0;
}
#przepis .foto_pc {
  margin-bottom: 2rem;
}
#przepis .post_foto img {
  width: 100%;
  border-radius: 10px;
      height: auto;
}
.stik .plywak{
  position: sticky;
    top: 8%;
    display: block;
}
#przepis .przepis-ikona {
    width: 60px;
    height: 60px;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.11);
}

#przepis-ads .foto_new {
    padding: 4rem 0 2rem;
}

#przepis-ads .foto_new img {
    max-width: 1000px;
    margin: 0 auto;
    display: block;
}


.przepis_ikony {
    margin: 2rem 0 3rem;
    line-height: 1.2;

}

.przepis_ikony .text-t {
    color: #D9B53E;
    font-size: 1.6rem;
    font-weight: 600;
    display: block;
}

.przepis_ikony .text-b {
    font-size: 1rem;
    font-weight: 500;
    color: #888888;
}

.suma_wartosci {
  display: flex;
  align-items: center;
  margin: 2rem 0;
}

.suma_wartosci .sum {
    line-height: 1;
    padding: 0;
}

.suma_wartosci .sum-col {
    display: flex;
    border: 1px solid #eee;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    padding: 14px;
    margin: 0 4px;
}

.suma_wartosci .sum-col p {
    margin: 0;
    font-size: .9rem;
    color: #8C9DA7;
    padding-top: 7px;
    font-weight: 500;
letter-spacing: 0.5px;
}

.suma_wartosci .sum-col span {
    font-family: 'Playfair Display';
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    position: relative;
    line-height: 1.4;
}
.suma_wartosci .sum-col span span {
    font-size: .9rem;
    position: absolute;
    bottom: -2px;
    margin-left: 5px;
}

.przepis_ocena {
  padding: 0;
}
.przepis_ocena .rmp-heading.rmp-heading--title {
    display: none;
}

.przepis_ocena .rmp-rating-widget .rmp-icon--ratings {
    font-size: 1.2rem;
}

.przepis_ocena .rmp-rating-widget.js-rmp-rating-widget {
    display: flex;
    align-items: center;
    justify-content: start;
}
#przepis .entry-content2 h4 {
    margin-bottom: 1rem;
    font-weight: 300;
    padding: 1rem 0 0;
}
.przepis_ocena .rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    margin: 0;
}
.przepis_ocena .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list {
    margin-right: 10px;
}

@media only screen and (min-width: 800px) {
  .foto_mobile {
    display: none;
}

}
@media only screen and (max-width: 370px) {
  .przepis_ocena .rmp-rating-widget__results.js-rmp-results {
    font-size: 1.2rem;
}
  .przepis_ocena .rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons-list {
    margin-right: 6px;
}
}
@media only screen and (max-width: 800px) {

  .foto_pc {
    display: none;
}
.foto_mobile {
    margin-bottom: 2rem;
}
.entry-content2 li {
    margin-bottom: 2rem;
}
.przepis_ocena {
    margin: 0;
}
  #przepis-ads .foto_new img {
    width: 100%;
    padding: 2rem;
}
.przepisy_baner .baner_img {
    padding: 1rem;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}
.stik .plywak {
    display: none;
}
.filtrowanie-przepisow form {
    justify-content: center;
    flex-wrap: wrap;
}

.filtr-box {
    width: 100%;
    margin-bottom: 1rem;
}

.filtr-box select {
    width: 100%;
}
.filtruj {
    margin-top: 1rem;
    padding: 1rem 6rem;
}
.filtr-box input, .filtr-box select {
    padding: 0 10px!important;
    background: transparent!important;
background-color: transparent!important;
}

#przepis {
    width: 100%;
    padding: 1rem;
}
.przepis_ikony > div {
    padding: 0;
    text-align: center;
}
#przepis-ads .foto_new {
    padding: 0;
}
#przepis .przepis-ikona {
    justify-content: center;
    margin: 0 auto 15px;
}
#przepis .entry-title {
    line-height: 1;
    font-size: 2.2rem;
}
#przepis #breadcrumbs span span:last-child {
    display: none;
}
#przepis .sposob {
    margin-bottom: 2rem;
}
#przepis {
    margin-top: 50px;
}
.suma_wartosci {
    flex-wrap: wrap;
}
.suma_wartosci .sum {
    flex: 50%;
    margin-bottom: 1rem;
}
.suma_wartosci .sum-col span {
    font-size: 2rem;
}
.suma_wartosci .sum:last-child {
    display: none;
}
.czas_przygotowania_min {
    display: none;
}






}
