@media print {
  /*============================================================
                Print Globle style 
    ==============================================================*/
  @page {
    margin: 0.5cm;
  }
  html body {
    -webkit-print-color-adjust: exact;
  }
  html body html,
  html body body,
  html body div,
  html body span,
  html body applet,
  html body object,
  html body iframe,
  html body h1,
  html body h2,
  html body h3,
  html body h4,
  html body h5,
  html body h6,
  html body p,
  html body blockquote,
  html body pre,
  html body a,
  html body abbr,
  html body acronym,
  html body address,
  html body big,
  html body cite,
  html body code,
  html body del,
  html body dfn,
  html body em,
  html body img,
  html body ins,
  html body kbd,
  html body q,
  html body s,
  html body samp,
  html body small,
  html body strike,
  html body strong,
  html body sub,
  html body sup,
  html body tt,
  html body var,
  html body b,
  html body u,
  html body i,
  html body center,
  html body dl,
  html body dt,
  html body dd,
  html body ol,
  html body ul,
  html body li,
  html body fieldset,
  html body form,
  html body label,
  html body legend,
  html body table,
  html body caption,
  html body tbody,
  html body tfoot,
  html body thead,
  html body tr,
  html body th,
  html body td,
  html body article,
  html body aside,
  html body canvas,
  html body details,
  html body embed,
  html body figure,
  html body figcaption,
  html body footer,
  html body header,
  html body hgroup,
  html body menu,
  html body nav,
  html body output,
  html body ruby,
  html body section,
  html body summary,
  html body time,
  html body mark,
  html body audio,
  html body video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 16px;
    vertical-align: baseline;
    max-width: 100%;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
    color: #666;
  }
  html body .ow-banner-content,
  html body .recipe-ingredients-list,
  html body .component.ow-promo.space-lg-top,
  html body .component.container.space-lg-top,
  html body .recipe-instructions.space-lg-top,
  html body .recipe-nutrition,
  html body .component.ow-tip-list,
  html body .space-lg-top,
  html body .promo-list .space-small-top {
    margin-top: 0;
  }
  html body .space-medium-bottom {
    margin-bottom: 15px;
  }
  html body img,
  html body svg,
  html body header,
  html body footer,
  html body .ow-banner,
  html body .calendar-widget,
  html body .signup-profile-comp,
  html body .content-carousel-wrapper,
  html body .drop-container,
  html body .ow-promo,
  html body .nutrition-titles,
  html body .utility-icons,
  html body .sticky-progress-bar,
  html body .view-recipe-popup-main,
  html body .btn-lib.watch-video-link,
  html body div#RecipeRelatedArticlesAndVideos,
  html body .campaign-content-module,
  html body div#RecipeReviews,
  html body .footer-sign-comp,
  html body a.morecontent,
  html body span.moreellipses,
  html body .video_wrapper,
  html body .nutrition-box .close-nav,
  html body .ow-whisklist-component,
  html body div#MZXT-DKMP-OGKU-RUTX,
  html body ._2XrpeVgC5HZDxiCwIC1D1O,
  html body ._3ddsROMevVaZZtkmupWi_E,
  html body .rich-text br,
  html body .ow-spices-review-share-wrap .review-share-wrap,
  html body .ow-banner-content .ow-spices-review-share-wrap div#pr-reviewsnippet,
  html body .ow-banner,
  html body .review-share-wrap,
  html body .product-list,
  html body section#reviews,
  html body .ow-banner-content .ow-spices-review-share-wrap .utility-icons,
  html body .ow-banner-content .ow-spices-review-share-wrap .morelink,
  html body .anchor-tab,
  html body .less-content-data,
  html body .sticky-progress-bar,
  html body #pr-reviewsnippet,
  html body .ow-banner-content.ow-product-banner .ow-spices-review-share-wrap .review-share-wrap #pr-reviewsnippet,
  html body .ow-banner-content.ow-product-banner .ow-spices-review-share-wrap:before,
  html body .ow-recipe-banner .recipe-banner-media-icon,
  html body .ow-banner-content.ow-product-banner .ow-spices-review-share-wrap span.icon.icon-where-buy {
    display: none !important;
  }
  html body .morecontent span,
  html body .nutrition-panel-small.hidden,
  html body .nutrition-panel-small {
    display: block !important;
  }
  html body img {
    max-width: 100% !important;
  }
  html body img,
  html body h1,
  html body h2,
  html body h3,
  html body h4,
  html body h5,
  html body h6,
  html body tr,
  html body .grilling-tips-inner-section h4,
  html body .card-chart,
  html body .product-nutrition,
  html body .recipe-instructions,
  html body .component.promo-list,
  html body .recipe-instructions {
    page-break-after: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    page-break-before: auto;
  }
  html body * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  html body .ir a:after,
  html body a[href^="javascript:"]:after,
  html body a[href^="#"]:after {
    content: "";
  }
  html body a,
  html body a:visited {
    text-decoration: underline;
  }
  html body * a[href]:after {
    content: "";
  }
  html body * abbr[title]:after {
    content: "";
  }
  html body .rich-text-content a[href]:after,
  html body .grilling-description a[href]:after {
    content: " (" attr(href) ")";
  }
  html body p,
  html body h2,
  html body h3 {
    orphans: 3;
    widows: 3;
  }
  html body strong {
    font-weight: normal;
  }
  html body p span,
  html body p strong {
    font-size: 20px !important;
  }
  html body .ow-banner-content-wrapper {
    padding-left: 0 !important;
  }
  html body pre,
  html body blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  html body thead {
    display: table-header-group;
  }
  html body .rich-text {
    width: 100%;
    padding-top: 0;
    padding-left: 20px;
  }
  html body .rich-text.offset-sm-2 {
    margin-left: 0;
  }
  html body .rich-text p span,
  html body .rich-text li span,
  html body .rich-text li {
    font-size: 20px !important;
  }
  html body .nutrition-box {
    width: 350px !important;
  }
  html body .article-top-section {
    padding-bottom: 0;
    padding-top: 20px;
  }
  html body .article-author-data {
    margin-bottom: 0;
  }
  html body .recipe_prep .recipe-prop-column {
    margin-bottom: 0;
  }
  html body .recipe_prep .recipe-prop-column .first-content,
  html body .recipe_prep .recipe-prop-column .second-content {
    font-size: 16px;
    text-align: left;
    text-transform: capitalize;
  }
  html body .grilling-tips-inner-section .grilling-icon-image {
    margin: 0;
  }
  html body .product-nutrition {
    margin-top: 0;
  }
  html body .product-nutrition ul.ingredient-list li span {
    font-size: 16px;
  }
  html body .product-nutrition ul.ingredient-list li span.label-units {
    font-size: 20px;
  }
  html body .product-content.ow-tab-component {
    margin-top: 50px;
  }
  html body .ow-banner-content .ow-spices-review-share-wrap {
    padding-left: 0;
    padding-bottom: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  html body .ow-banner-content .ow-spices-review-share-wrap h1 {
    margin-bottom: 0;
    font-size: 36px !important;
    margin-bottom: 15px !important;
  }
  html body .ow-banner-content .ow-spices-review-share-wrap p span {
    font-size: 20px;
  }
  html body .ow-banner-content.ow-product-banner {
    margin: 0 !important;
  }
  html body .ow-banner-content.ow-product-banner .ow-spices-review-share-wrap,
  html body .ow-banner-content.ow-product-banner .col-lg-5 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
    min-width: 100% !important;
  }
  html body .ow-banner-content.ow-product-banner .ow-spices-review-share-wrap {
    padding-bottom: 0 !important;
    padding-top: 0;
  }
  html body .ow-banner-content.ow-product-banner .ow-spices-review-share-wrap .ow-buy-btn-wrap .ow-btn-default {
    display: none !important;
  }
  html body .ow-banner-content.ow-product-banner .ow-spices-review-share-wrap .row > div {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  html body .ow-usage-tips-wrap {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  html body .ow-usage-tips-wrap ul.ingredient-list li {
    list-style: none;
    margin: 15px 10px;
  }
  html body .ow-usage-tips-wrap ul.ingredient-list li span {
    font-size: 16px !important;
    font-weight: normal;
  }
  html body .ow-usage-tips-wrap ul.ingredient-list li .label-units {
    font-size: 22px !important;
  }
  html body .ow-usage-tips-wrap h3 {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }
  html body .ow-usage-tips-wrap h4 {
    margin: 0;
  }
  html body .row.column-splitter .order-3.order-sm-3.order-md-3.order-lg-2 {
    margin-bottom: 20px;
  }
  html body .product-content h3,
  html body .ow-title-desc-wrap h3 {
    padding-top: 0px;
  }
  html body a,
  html body .btn-link {
    color: #c30000 !important;
    text-decoration: none;
  }
  html body .recipe-list {
    display: none;
  }
  html body .recipe-list .tab-filter-slider .slick-track {
    display: flex !important;
    flex-wrap: wrap;
  }
  html body .recipe-list .ow-square-recipe-card .utility-icons {
    right: 50%;
  }
  html body .recipe-list .col-xl-4.col-lg-6.col-md-12 {
    width: 33% !important;
  }
  html body h3 {
    text-transform: none;
  }
  html body .full-width-v1-banner {
    min-height: 300px;
  }
  html body .product-list,
  html body .ow-usage-tips-wrap,
  html body .recipe-nutrition,
  html body .recipe-instructions,
  html body section#reviews,
  html body .recipe-list,
  html body .recipe-ingredients-list {
    padding-top: 20px;
  }
  html body .recipe-ingredients-list {
    margin-bottom: 20px;
  }
  html body .recipe-nutrition {
    margin-bottom: 0;
  }
  html body .instructions-main h3 {
    text-transform: capitalize;
    font-size: 1.875em;
  }
  html body .instructions-main .list li {
    padding-top: 0;
    padding-left: 0;
    padding: 10px 0 10px 15px;
    border: none;
  }
  html body .instructions-main .list li span.count {
    font-size: 35px;
    color: #666 !important;
    line-height: 1;
    padding-top: 0;
    vertical-align: top;
  }
  html body .instructions-main .list li span.para {
    font-size: 16px;
    line-height: 18px;
    padding-left: 15px;
    padding-top: 4px;
    vertical-align: top;
  }
  html body .recipe-about-module-details h3 {
    font-size: 1.875em;
    text-transform: capitalize;
  }
  html body .recipe-about-module-details .recipe-about-list li {
    line-height: 18px;
    font-size: 16px;
    margin: 15px 0;
  }
  html body .recipe-about-module-details .main-title small * {
    font-size: 22px !important;
  }
  html body .main-title {
    text-transform: uppercase !important;
  }
  html body .main-title small {
    text-transform: capitalize !important;
  }
  html body .nutrition-titles {
    margin-bottom: 20px;
  }
  html body .nutrition-titles h3.main-title {
    font-size: 18px;
  }
  html body .grayBorder h2,
  html body section#reviews .main-title,
  html body .section-title {
    font-size: 30px !important;
  }
  html body .ow-recipe-banner {
    padding-bottom: 0;
  }
}
