.print-show {
  display: none; }

@media print {
  @page {
    margin: 2em; }
  body {
    background: none;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #000; }
  #masthead,
  .header-content-recipe .content-image-recipe,
  .content-reviews,
  .recipe-share.product-share,
  .more-products.d-sm-block,
  #reviews-varieties,
  .flavors-recipes-button.d-sm-block,
  footer#colophon {
    display: none !important; }
  .header-content-recipe {
    background-color: #fff !important; }
  .print-show {
    display: block; }
  img.recipe-print-image {
    width: 400px;
    display: block;
    margin: 0 auto; }
  .header-content-recipe .recipe-content h1,
  .header-content-recipe .recipe-content p,
  .description-recipe h2,
  .description-recipe .col-servings p,
  .description-recipe .col-servings span,
  .description-recipe .col-prep p,
  .description-recipe .col-prep span,
  .description-recipe .col-cook p,
  .description-recipe .col-cook span,
  .description-recipe .col-time p,
  .description-recipe .col-time span {
    color: #000 !important; }
  p {
    padding: initial;
    margin: initial;
    line-height: initial; }
  .header-content-recipe .recipe-content {
    padding: 40px 70px 0 70px !important; }
  .description-recipe a {
    color: #000;
    text-decoration: none; }
  .description-recipe .row {
    display: block;
    text-align: center; }
  .description-recipe .col-6 {
    width: 150px;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 20px 20px 20px !important;
    background-color: #fff !important; }
  .description-recipe .col-6 img {
    display: none; }
  .description-recipe .container.mt-5 {
    margin-top: 0 !important; }
  .description-recipe ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important; }
  .description-recipe ol {
    margin: 0 !important;
    padding: 0 !important; }
  .description-recipe ul li {
    margin: 5px 0 !important;
    padding: 0 !important; }
  .description-recipe .ingredients-list {
    margin-bottom: 30px; }
  .description-recipe .ingredients-list ul {
    overflow: hidden; }
  .description-recipe .ingredients-list ul li {
    width: 50%;
    float: left; }
  .description-recipe .directions-list ul li {
    text-align: left; } }

.misha_loadmore {
  background-color: #ffe539;
  border-radius: 10px;
  border: none;
  font-size: 18px;
  margin: 35px auto 75px;
  padding: 20px 100px; }

.header-content-recipe {
  background-color: #043673; }
  .header-content-recipe .content-image-recipe {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .header-content-recipe .content-image-recipe:before {
      content: '\00a0';
      display: inline-block;
      width: 0;
      font-size: 0;
      padding-top: 25%;
      padding-bottom: 25%; }
    @media (min-width: 1920px) {
      .header-content-recipe .content-image-recipe:before {
        padding-top: 20%;
        padding-bottom: 20%; } }
  .header-content-recipe .object-image-recipes {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .header-content-recipe .content-social-icons .img-social-icons {
    margin: 0 15px 0 0;
    width: 50px; }
  .header-content-recipe .recipe-content {
    padding: 40px 70px; }
    .header-content-recipe .recipe-content h1 {
      color: #fff;
      font-size: 4rem;
      line-height: 1;
      text-align: left; }
    .header-content-recipe .recipe-content p {
      color: #fff;
      font-size: 20px;
      line-height: 1.35; }

.rounded-categories-recipes {
  border-radius: 15px !important; }
  .rounded-categories-recipes img {
    border-radius: 15px 15px 0 0 !important; }

.carousel-recipes-category {
  margin: 10px auto; }
  .carousel-recipes-category .owl-stage .owl-item p {
    margin: 0px auto;
    padding: 10px 0 !important; }

.list-categories-recipes a:hover {
  color: #0056b3;
  text-decoration: none; }

.content-reviews {
  align-items: flex-start;
  display: flex; }
  .content-reviews p {
    color: #f5df2f !important;
    font-size: 0.3rem !important; }

.flavors-recipes-button {
  background-color: #043673;
  padding: 60px 0; }
  .flavors-recipes-button h2 {
    color: #fff;
    font-size: 60px;
    margin: 0 auto 35px; }
  .flavors-recipes-button img {
    border-radius: 20px;
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover; }
  .flavors-recipes-button p {
    color: #fff;
    font-family: 'souvenirstd';
    font-size: 22px;
    margin: 20px 0px 0;
    text-align: left; }

.description-recipe {
  margin: 0 auto 50px; }
  .description-recipe h2 {
    color: #001641;
    font-size: 60px;
    line-height: 1.4; }
  .description-recipe p {
    color: #001641;
    font-size: 1.3rem; }
  .description-recipe li {
    font-size: 18px;
    line-height: 1.33;
    margin: 20px auto; }
  .description-recipe .col-servings,
  .description-recipe .col-prep,
  .description-recipe .col-cook,
  .description-recipe .col-time {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 25px; }
    .description-recipe .col-servings p,
    .description-recipe .col-servings span,
    .description-recipe .col-prep p,
    .description-recipe .col-prep span,
    .description-recipe .col-cook p,
    .description-recipe .col-cook span,
    .description-recipe .col-time p,
    .description-recipe .col-time span {
      color: #001641;
      font-family: 'souvenirstd';
      font-size: 25px; }
    .description-recipe .col-servings img,
    .description-recipe .col-prep img,
    .description-recipe .col-cook img,
    .description-recipe .col-time img {
      width: 20%; }
  .description-recipe .col-servings {
    background-color: #ffe539; }
    .description-recipe .col-servings img {
      width: 12%; }
  .description-recipe .col-prep {
    background-color: #9a4e9e; }
  .description-recipe .col-cook {
    background-color: #8dc63f; }
  .description-recipe .col-time {
    background-color: #22bcb9; }

.more-products p {
  color: #fff;
  background-color: #00000001;
  font-family: 'souvenirstd';
  font-size: 1rem;
  line-height: 1.4;
  margin: 0; }

.more-products h3 {
  font-size: 1.3rem;
  line-height: 1.4; }

.more-products a {
  color: #001641; }

.more-products img {
  width: 75%; }

.more-products .content-reviews {
  align-items: flex-end;
  justify-content: center;
  margin: 15px auto; }
  .more-products .content-reviews img {
    width: 120px; }

.more-products .product-one,
.more-products .product-three {
  padding: 35px;
  text-align: center; }

.more-products .product-two {
  padding: 35px;
  text-align: center; }

.more-products .view-products {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 35px 50px;
  text-align: center; }

.reviews h2 {
  color: #001641;
  font-size: 60px;
  margin: 60px auto; }

.reviews h3 {
  color: #001641;
  font-size: 35px; }

.reviews p {
  font-size: 18px; }

.reviews .reviews-comment p {
  font-size: 18px;
  margin: 0 auto; }

.reviews .progress-reviews {
  align-items: center;
  display: flex; }
  .reviews .progress-reviews .progress {
    height: 24px;
    margin: 0 10px;
    width: 100%; }
    .reviews .progress-reviews .progress .progress-bar {
      background-color: #f5df2f !important; }
  .reviews .progress-reviews span {
    font-size: 16px; }

.recipe-share .social-media-share {
  justify-content: left; }

.title-review {
  font-family: 'clearsans';
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #001641;
  word-wrap: break-word; }

.container-pagination {
  margin: 30px auto !important; }
  .container-pagination .navigation.pagination {
    margin: 0; }
  .container-pagination .page-numbers {
    right: 0 !important;
    cursor: pointer;
    color: #676767; }
    .container-pagination .page-numbers.selected {
      color: #001641;
      cursor: default;
      font-weight: bold;
      text-decoration: underline blink; }
  .container-pagination .content-pagination {
    margin: auto 10px; }
  .container-pagination .paginate-hide {
    display: none; }

.progress-reviews span {
  color: #212529 !important; }

@media (max-width: 1200px) {
  .header-content-recipe .recipe-content {
    padding: 30px 35px; }
    .header-content-recipe .recipe-content h1 {
      font-size: 40px; }
    .header-content-recipe .recipe-content p {
      font-size: 20px; } }

@media (min-width: 1200px) and (max-width: 1600px) {
  .header-content-recipe .recipe-content h1 {
    font-size: 45px;
    line-height: 1.2; } }

@media (max-width: 992px) {
  .header-content-recipe .content-image-recipe {
    height: 293px; }
  .header-content-recipe .recipe-content {
    padding: 30px 15px;
    text-align: center; }
    .header-content-recipe .recipe-content h1 {
      font-size: 30px;
      text-align: center;
      margin-bottom: 15px; }
    .header-content-recipe .recipe-content p {
      font-size: 16px; }
    .header-content-recipe .recipe-content .social-icon-recipes {
      padding: 0; }
  .header-content-recipe .content-reviews {
    display: block; }
  .recipe-share .social-media-share {
    justify-content: center; }
  .description-recipe .col-servings p,
  .description-recipe .col-servings span,
  .description-recipe .col-prep p,
  .description-recipe .col-prep span,
  .description-recipe .col-cook p,
  .description-recipe .col-cook span,
  .description-recipe .col-time p,
  .description-recipe .col-time span {
    font-size: 18px; }
  .description-recipe h2 {
    font-size: 30px; }
  .description-recipe li {
    font-size: 16px; } }

@media (max-width: 767px) {
  .header-content-recipe .object-image-recipes {
    height: 232px; }
  .header-content-recipe .recipe-content .content-reviews p {
    font-size: 16px; }
  .recipe-share .product-share .ssbp-list li {
    margin-left: 5px; }
  .recipes-carousel-mobile h2 {
    font-size: 30px;
    color: #fff; }
  .recipes-carousel-mobile .owl-carousel .owl-item img {
    border-radius: 10px;
    height: 162px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
  .recipes-carousel-mobile .owl-carousel .owl-item p {
    font-size: 16px;
    line-height: 1.25;
    color: #fff;
    font-family: 'souvenirstd';
    margin: 15px auto 0; }
  .find-spam {
    background-size: 700px;
    background-position: bottom;
    padding: 56px 0; }
    .find-spam h2 {
      font-size: 20px;
      text-align: center;
      line-height: normal; }
  .misha_loadmore {
    font-size: 16px;
    margin: 20px auto 50px;
    padding: 15px 60px; }
  .description-recipe .col-servings p,
  .description-recipe .col-servings span,
  .description-recipe .col-prep p,
  .description-recipe .col-prep span,
  .description-recipe .col-cook p,
  .description-recipe .col-cook span,
  .description-recipe .col-time p,
  .description-recipe .col-time span {
    font-size: 12px;
    line-height: normal;
    margin: 0; } }

@media (max-width: 340px) {
  .list-categories-recipes .owl-item .rounded-categories-recipes p {
    line-height: 16.5px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .reviews .progress-reviews .progress {
    margin: 0 4px; } }

.recipe-video .video-container {
  margin: 30px auto;
  max-width: 600px;
  position: relative; }
  .recipe-video .video-container:before {
    content: '\00a0';
    font-size: 0;
    width: 0;
    height: 0;
    display: inline-block;
    padding-top: 52%; }
  .recipe-video .video-container iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.recipe-video h2 {
  text-align: center; }

.recipe-video p {
  margin: 30px auto;
  max-width: 600px;
  position: relative; }
