/*!
 * Print Styles v1.0.0
 * Copyright 2023 Stelios Kanakis 
 */

@media print {
	
		.new-products .container,
	.recipes-carousel{
		display:none !important;
	}
	
	
  header {
    position: relative;
    left: 0;
    top: 0;
  }

  header .circle-button {
    display: none !important;
  }

  header .lang,
  .breadcrumbs,
  .single-recipe .back,
  .single-recipe .main-slider .slide figure figcaption .simplefavorite-button,
  .single-recipe .main-slider .slide figure figcaption {
    display: none !important;
  }

  .lg-bot-spacer {
    padding-bottom: 10px;
  }

  .xl-top-spacer {
    padding-top: 0px;
  }

  .menu-trigger,
  header .login {
    display: none;
  }

  footer {
    display: none;
  }

  main {
    padding: 0 !important;
  }

  .single-recipe h1 {
    padding: 10px;
    text-align: center;
  }

  .container {
    max-width: 100%;
    width: 100%;
  }

  body {
    margin: 0;
    color: #000;
    background-color: #fff;
    margin: 10mm 10mm 10mm 10mm;
  }

  table {
    width: 100%;
    background: #fff;
    border-radius: 0;
    margin: 0;
  }

  table thead tr th {
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #4E3216;
    padding-top: 19px;
    padding-bottom: 19px;
  }

  table thead tr th:first-child {
    text-align: left;
    padding-left: 0;
  }

  table tbody tr td {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #4E3216;
  }

  table tbody tr td:first-child {
    text-align: left;
    padding-left: 0;
  }

  table tbody tr:nth-child(2n+1) td {
    background: #F7F2EE;
  }

  table tbody tr:nth-child(2n+1) td:first-child {
    border-radius: 10px 0 0 10px;
  }

  table tbody tr:nth-child(2n+1) td:last-child {
    border-radius: 0 10px 10px 0;
  }

  .print-wrap,
  .recipe-info .addtoany_shortcode,
  .recipe-info .btn {
    display: none;
  }

  .slick-track {
    display: block !important;
    width: 100% !important;
  }

  /* table {page-break-after: always;} */
  .new-products {
    /* margin-top: 10mm */
  }

  .carousel {
    max-width: calc(100% - 80px);
    max-width: calc(100%);
    width: 100%;
    /* margin: auto; */
    display: block;
    /* display: list; */
    display: flex;
    flex-direction: row;
  }

  .carousel .product {
    /* display: list-item; */
    /* float: left; */
    width: calc(25% - 40px) !important;
    margin-right: 20px;
  }

  .carousel .product-previewfigure {
    aspect-ratio: 1/1;
    max-height: calc(25% - 40px) !important;
    overflow: hidden;
  }

  .carousel .product:nth-child(n+5) {
    /* display: none!important; */
  }


  .yith-wcwl-add-button {
    display: none !important;
  }

  .md-bot-spacer,
  .lg-bot-spacer,
  .xl-bot-spacer {
    padding-bottom: 0 !important;
  }

  h2 {
    font-size: 20px !important;
  }

  br {
    display: none !important;
  }

  p {
    margin-bottom: 0 !important;
  }

  * {
    page-break-after: avoid;
  }

  .related-products{
    /* display: none!important; */
  }
}