div#header-outer {
    display: none!important;
}
	div#footer-outer {
    display: none!important;
}
	div#header-space {
    display: none!important;
}
	.sub-para p {
   font-family: 'Univers Next Pro';
    font-weight: 300;
}

.copyright-first p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    font-family: 'Univers Next Pro';
}
	body, p
	{
		font-size:18px;
		color:rgba(30, 30, 30, 0.7);
	}
	.navbar-light .navbar-nav .nav-link
	{
	    font-family: "Open Sans", sans-serif;	
	}
	/* Enable hover dropdown for desktop */
    @media (min-width: 992px) {
      .navbar .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      .navbar .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: all 0.3s ease;
      }
    }
	
    /* Custom Hamburger / Close Icon */
    .navbar-toggler {
      width: 40px;
      height: 30px;
      position: relative;
      border: none;
      outline: none;
    }

    .navbar-toggler span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #fff;
      transition: 0.4s ease;
      left: 0;
    }

    .navbar-toggler span:nth-child(1) {
      top: 0;
    }

    .navbar-toggler span:nth-child(2) {
      top: 10px;
    }

    .navbar-toggler span:nth-child(3) {
      top: 20px;
    }
header#header-range {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 15px 0px;
    z-index: 99;
}
	.logo-range img {
    width: 245px;
}
	.banner-area-range {
/*     background: url(/wp-content/uploads/2025/07/banner-header.jpg); */
    background-size: cover!important;
    height: 105vh;
    background-repeat: no-repeat!important;
    padding-top: 50px;
		position:relative;
	background-position: bottom center !important;
}
	.banner-area-range:after {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0.2;
}
	.banner-middle {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: -30px;
    left: 0;
    right: 0;
    height: 100vh;
		    z-index: 1;
}
.navbar-nav .nav-item a {
    color: #fff !important;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
	ul.navbar-nav li {
    display: inline-block;
}
	.dropdown-toggle::after {
    margin-left: .255em;
    content: "";
    content: url(/wp-content/uploads/2025/07/arrow-angle2.png);
    position: relative;
    top: -2px;
	vertical-align: unset !important;
    border: none !important;
}
	.dropdown-menu {
    background: #252525;
    border-top: 3px solid #6D1E4A;
}
	.navbar .dropdown-menu a {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px solid #dddddd42;
background:transparent!important;
}
	.navbar .dropdown-menu a:first-child
	{
		border-top:none;
	}
	.navbar .dropdown:hover .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0px;
}
	.navbar-nav .nav-item a:hover {
    opacity: 0.8;
}
	.banner-middle h1 {
    font-size: 90px;
    color: #fff;
    line-height: 90px;
    font-weight: 600 !important;
    letter-spacing: 13px;
	 font-family: 'Univers Next Pro Bold Cond';
}
.recipe-section {
    padding: 50px 0px;
    position: relative;
}
/* .recipe-section:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/Vector-grey-s.png);
    width: 100%;
    height: 90px;
    background-size: 100% 100%;
    background-position: top;
    top: -60px;
} */
	.main-title-range {
    text-align: center;
    color: #6D1E4A;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 4px;
}
	.sub-para {
    max-width: 800px;
    margin: 0 auto;
}
	.sub-para p {
    text-align: center;
}
	.recipe-mains .main-title-range {
    margin-top: -40px;
    z-index: 1;
    position: relative;
}
	.main-title-range
	{
		 font-family: 'Univers Next Pro Bold Cond';
		 margin-bottom: 25px;
	}
	.main-title-range span {
    border-top: 1px solid #6D1E4A;
    border-bottom: 1px solid #6D1E4A;
	 font-family: 'Univers Next Pro Bold Cond';
}
	.recipe-grids {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}
	.badges {
    background: #B4928F;
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Univers Next Pro';
}
/* .recipe-section .badges {
    background: #B4928F;
    position: absolute;
    top: 20px;
    left: 10px;
    padding: 0px;
    border-radius: 50px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Univers Next Pro';
    background: url(/wp-content/uploads/2025/08/watch-ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 43px;
    height: 45px;
    line-height: 46px;
    text-align: center;
} */
	.img-bx {
    position: relative;
}
	.recipe-desc {
     background: #F6F1EB;
    padding: 0px 40px 40px 40px;
    text-align: center;
    position: relative;
    z-index: 2;
}
	.recipe-desc:before
 {
    content: '';
    background: url(https://linleyvalleypork.com.au/wp-content/uploads/2025/07/grey-layer.png);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: -40px;
    background-repeat: no-repeat;
    background-position: top;
}
	.recipe-info {
    position: relative;
    z-index: 1;
}
.recipe-info h4 {
    color: #6D1E4A;
    font-size: 24px;
    font-weight: 400!important;
    font-family: 'Univers Next Pro';
    margin-bottom: 0px;
      min-height: 155px;
}
	.recipe-info h4 a{
    color: #6D1E4A;
    font-size: 24px;
    font-weight: 400!important;
    font-family: 'Univers Next Pro';
    margin-bottom: 0px;
    min-height: 60px;
		text-decoration:none;
}
	div#text-2 p {
		 font-family: 'Univers Next Pro';
		    font-weight: 300 !important;
}
	.recipe-grids {
    margin-top: 35px;
}
	footer.range-footer {
    background: url(/wp-content/uploads/2025/07/footer-bg3-min.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 100px;
}
	@media (min-width: 981px) {
      #footer-widgets .col.span_6:first-child {
        width: 25%;
        margin-right: 0%;
        flex-basis: unset;
    }
	    #footer-widgets .col.span_6:last-child {
        width: 70%;
			        flex-basis: unset;
    }
}
	.range-footer #footer-widgets .col.span_6:first-child .textwidget p {
    color: #fff;
    font-size: 16px;
}
.foo-client-logo img {
    width: 145px !important;
    height: 60px !important;
    object-fit: contain !important;
    margin-bottom: 0px !important;
}
	ul#social {
    margin-left: 0px;
}
    .foo-client-logo img.southeen-img {
        height: 106px !important;
}
	.ftr__list.nav p {
    margin-left: 0px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-weight: 600;
    margin-bottom: 10px;
}
	.ftr__list.nav p a{
    color: #fff;
		font-size: 14px;
		    font-family: "Open Sans", sans-serif;
}
	.ftr__list.nav ul li a
	{
		 font-family: "Open Sans", sans-serif;
	}
	@media (min-width: 1100px) {
    .menu-footer-show {
      margin-top: 35px;
    }
			.foo-client-logo {
    margin-top: -5px;
}
	#footer-widgets .widget_media_image img.image.img-fluid {
    margin-bottom: 30px;
}
}
	.ftr__list.nav {
    display: unset;
}
	ul.footer-open li {
    display: block;
}
	ul.footer-open {
    margin-left: 0px !important;
}
	ul.footer-open li a {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.ftr__list.nav ul li a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #fff;
}
	div#copyright .col.span_5 {
    width: 100% !important;
    margin-right: 0px !important;
    display: flex;
}
	.copyright-first {
    width: 50%;
    font-size: 14px;
    font-weight: 300;
}
	.terms-links {
    width: 50%;
    text-align: right;
    font-size: 14px;
    font-weight: 300;
}
	.copyright-first {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
	font-family: 'Univers Next Pro';
}
	.copyright-first a{
    color: #fff;
    font-weight: 300;
    font-size: 14px;
		font-family: 'Univers Next Pro';
		  text-decoration: underline;
    text-underline-offset: 4px;
}
	div#copyright .terms-links a {
    color: #fff;
		 font-weight: 300;
    font-size: 14px;
	  font-family: 'Univers Next Pro';
}
	div#copyright .terms-links a:hover{
	opacity:0.8;	
		 color: #fff!important;
		text-decoration:none;
	}
	
	.copyright-first a:hover{
		opacity:0.8;
		 color: #fff;
		text-decoration:none;
	}
	.ftr__list.nav p a:hover {
    text-decoration: none;
    opacity: 0.8;
}
	@media (max-width: 980px) {
    .footer-head:before {
        content: "\+";
        position: absolute;
        right: 10px;
        font-size: 30px;
    }
		    .ftr__list.nav.footer_toggle .footer-head:before {
        content: "\-";
    }
		    ul.footer-open {
        display: none;
    }    
		.ftr__list.nav.footer_toggle ul.footer-open {
        display: block;
    }
	    .ftr__list.nav ul {
        padding-bottom: 10px;
        padding-left: 0px;
    }
		.logo-range img {
    width: 200px;
}
    .navbar-light .navbar-toggler {
        position: absolute;
        right: 20px;
        top: -40px;
    }
		.navbar-light .navbar-toggler:focus {
    outline: none;
}
		nav.navbar.navbar-expand-lg.navbar-light {
    background: background: #262626 !important;
    background: #262626 !important;
    padding: 0px;
}
		header#header-range.white-header .navbar-toggler span {
    background: #fff !important;
}
header#header-range .col-md-9 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}	
		header#header-range .container {
    max-width: 100%;
    padding: 0px;
}
		header#header-range .container .col-md-3 {
    padding-left: 5% !important;
}
		.navbar-nav .nav-item a {
    border-top: 1px solid #dddddd42;
}
		.dropdown-menu {
    /* border-top: none; */
    border-top: 1px solid #dddddd42;
}
		    .navbar-toggler.open span:nth-child(1) {
      transform: rotate(45deg);
      top: 13px;
    }

    .navbar-toggler.open span:nth-child(2) {
      opacity: 0;
    }

    .navbar-toggler.open span:nth-child(3) {
      transform: rotate(-45deg);
      top: 13px;
    }
		.navbar .dropdown-menu a {
    padding-left: 40px !important;
}
		.banner-middle h1 {
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}
		.banner-middle {
    justify-content: center;
}
		.banner-area-range {
    height: 560px;
}
		.banner-middle {
    height: 560px;
}
		.recipe-info h4 br {
    display: none;
}
}
	@media (max-width:767px)
	{
		    #footer-outer .col {
        text-align: center;
        margin-bottom: 0px !important;
    }
		#footer-widgets .container .col {
    flex-basis: unset;
}
		    #footer-widgets .container .col {
        margin-bottom: 15px;
    }
		.range-footer #footer-widgets .textwidget p {
    text-align: center;
}
		    #footer-widgets .widget_media_image {
        max-width: 220px;
        margin: 0 auto;
        margin-bottom: 0px;
    }
		ul#social {
    text-align: center;
    margin-top: 30px;
}
		.foo-client-logo {
			  display: grid!important;
    grid-template-columns: repeat(3, 1fr)!important;
			        grid-gap: 20px!important;
}
		.foo-client-logo img.southeen-img {
    height: 70px !important;
}
		.menu-footer-show {
    margin-top: 50px;
         margin-bottom: 10px;
}
		.range-footer #footer-widgets .textwidget p {
           text-align: center;
}
		.ftr__list.nav p {
    font-size: 14px !important;
}
		div#copyright .col.span_5 {
    display: block;
}
		.copyright-first {
    width: 100%;
    text-align: center;
 margin-bottom: 20px;
}
		.terms-links {
    width: 100%;
    text-align: center;
}
		footer.range-footer {
    background: url(/wp-content/uploads/2025/07/mobile-foo.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
		.ftr__list.nav .footer-head {
    text-align: left !important;
}
		.ftr__list.nav p {
    text-align: left !important;
}
	.recipe-grids {
    grid-template-columns: repeat(1, 1fr);
}	
	}
	ul#social {
    margin-left: 0px;
    padding-left: 0px;
}
	#footer-widgets ul#social li {
    display: inline-block;
    margin-right: 20px;
}
	ul.footer-open {
    padding-left: 0px;
}
	.foo-client-logo {
    display: flex;
    grid-gap: 20px;
    align-items: center;
    text-align: center;
    justify-content: flex-end;
}
	div#copyright {
    padding: 20px 0px !important;
}
	@media (min-width:768px) and (max-width: 980px) {
    .foo-client-logo {
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-gap: 10px;
        align-items: center;
        text-align: center;
    }
			.recipe-grids {
    grid-template-columns: repeat(2, 1fr);
}
}
	header#header-range.white-header {
/*     background: #262626!important; */
		background: url(/wp-content/uploads/2025/08/header-banner-shade-min.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
	@media (min-width:981px) and (max-width:1199px)
	{
		.foo-client-logo img {
    width: 115px !important;
}
		    .banner-area-range {
        height: 700px;
    }
		    .banner-middle {
        height: 700px;
    }
	}
		@media (min-width:900px) and (max-width:1199px)
	{
		.foo-client-logo img {
    width: 115px !important;
}
	}
	@media (min-width:1200px)
	{
		.navbar-nav .nav-item a {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
	}
	@media (min-width:981px) and (max-width:991px)
	{
	          .navbar-light .navbar-toggler {
        position: absolute;
        right: 20px;
        top: -40px;
    }
		.navbar-light .navbar-toggler:focus {
    outline: none;
}
		nav.navbar.navbar-expand-lg.navbar-light {
    background: background: #262626 !important;
    background: #262626 !important;
    padding: 0px;
}
		header#header-range.white-header .navbar-toggler span {
    background: #fff !important;
}
header#header-range .col-md-9 {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}	
		header#header-range .container {
    max-width: 100%;
    padding: 0px;
}
		header#header-range .container .col-md-3 {
    padding-left: 5% !important;
}
		.navbar-nav .nav-item a {
    border-top: 1px solid #dddddd42;
}
		.dropdown-menu {
    /* border-top: none; */
    border-top: 1px solid #dddddd42;
}
		    .navbar-toggler.open span:nth-child(1) {
      transform: rotate(45deg);
      top: 13px;
    }

    .navbar-toggler.open span:nth-child(2) {
      opacity: 0;
    }

    .navbar-toggler.open span:nth-child(3) {
      transform: rotate(-45deg);
      top: 13px;
    }
		.navbar .dropdown-menu a {
    padding-left: 40px !important;
}
		.container
 {
    max-width: 900px;
}
		    .foo-client-logo img {
        width: 100px !important;
    }
	}
	@media only screen and (max-width:767px) {
    .container {
               max-width: 95% !important;
    }
		.recipe-info h4 {
    min-height: auto;
}
					.recipe-info h4 {
    font-size: 20px;
}
			.recipe-desc {
    padding: 0px 20px 40px 20px;
}
}
		@media (min-width:480px) and (max-width:767px){
			    .recipe-grids {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* 	@media (max-width:600px)
	{
		.banner-area-range
		{
		background: url(/wp-content/uploads/2025/08/banner-header-mobile-min.jpg) !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
		}
	} */

.about-section {
    position: relative;
    padding-top: 100px !important;
    padding-bottom: 50px !important;
    z-index: 2;
    background: url(/wp-content/uploads/2025/08/curve-bg-new-min3.png);
    background-size: cover;
    background-position: top center;
    margin-top: -7% !important;
}
	.about-section .main-title-range.white span {
    color: #fff;
}
	.about-section .main-title-range.white span {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
	.about-section .about-para p {
    color: #fff;
    font-weight: 300;
    font-family: 'Univers Next Pro';
		    margin-bottom: 12px;
}
	.about-para {
    padding-left: 40px;
}
	.product-section {
    padding: 70px 0px;
}
body, p {
    font-family: 'Univers Next Pro';
    font-weight: 300;
}
	.main-title-range.left {
    text-align: left;
}
	.sub-para-bx {
    max-width: 590px;
}
	.pro-info img {
    width: auto !important;
}
	.pro-info a {
    display: flex;
    align-items: center;
}
	.pro-info a {
    color: #B4928F !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Univers Next Pro Bold Cond';
    text-decoration: none;
}
	.product-title a {
    font-family: 'Univers Next Pro';
    color: #6D1E4A !important;
    font-weight: 400;
    font-size: 24px !important;
    letter-spacing: 0px;
    margin-bottom: 0px !important;
}
	.product-title {
    font-family: 'Univers Next Pro';
    color: #6D1E4A !important;
    font-weight: 400;
    font-size: 24px !important;
    letter-spacing: 0px;
    margin-bottom: 5px !important;
}
	.product-item-free .prodct-featured-mg img {
    height: 250px !important;
    object-fit: cover;
    width: 100% !important;
}
	.prodct-featured-mg {
    margin-bottom: 15px;
}
	.product-free-range .owl-stage-outer {
    overflow: visible!important;
}
	.product-free-range .owl-nav {
    position: absolute;
    right: 0px;
    top: -86px;
}
	.product-free-range.owl-theme .owl-nav [class*='owl-'] {
    color: #fff !important;
    border: 1px solid #6D1E4A !important;
    border: 1px solid #6D1E4A !important;
    border: 1px solid #6D1E4A;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
    background:#6D1E4A!important;
    opacity: 1 !important;
    position: relative;
}
	.product-free-range.owl-carousel .owl-nav button:focus {
    outline: none;
}
	.product-free-range.owl-theme .owl-nav .disabled {
    background: #F6F1EB !important;
    border: 1px solid #F6F1EB !important;
    border: 1px solid #F6F1EB !important;
    border: 1px solid #F6F1EB;
}
	button.owl-next:before {
    content: url(/wp-content/uploads/2025/08/arrow-white.png);
    position: absolute;
    height: 12px;
    width: 12px;
    top: 11px;
    left: 12px;
    border: none;
    transform: none;
}
	button.owl-prev:before {
  content: url(/wp-content/uploads/2025/08/arrow-white-left.png);
    position: absolute;
    height: 12px;
    width: 12px;
    top: 11px;
    left: 12px;
    border: none;
    transform: none;
}
		button.owl-next.disabled:before {
    content: url(/wp-content/uploads/2025/08/arrow-purple-right.png);
    position: absolute;
    height: 12px;
    width: 12px;
    top: 11px;
    left: 12px;
    border: none;
    transform: none;
}
	button.owl-prev.disabled:before {
  content: url(/wp-content/uploads/2025/08/arrow-purple-left.png);
    position: absolute;
    height: 12px;
    width: 12px;
    top: 11px;
    left: 12px;
    border: none;
    transform: none;
}
	.view-recipe {
    color: #B4928F !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: 'Univers Next Pro Bold Cond';
    text-decoration: none!important;
    text-transform: uppercase;
    padding-top: 15px !important;
    display: inline-block;
}
	.view-recipe img {
    width: 16px;
    top: -1px;
    position: relative;
}
	.benefits-full-img img {
    width: 100%;
}
.purple-banner-benefits {
    background: url(/wp-content/uploads/2025/08/vector-purple-2.png);
    position: relative;
    z-index: 2;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
       padding: 90px 0px 70px;
    height: 100%;
}
	.benefits-full-img {
    margin-bottom: -280px;
}
 .main-title-range.white span {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
	.benefits-grids {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
      grid-gap: 40px;
		    padding-top: 40px;
}
	.benefits-title h4 {
    font-family: 'Univers Next Pro';
    color: #fff;
    text-align: center;
    font-weight: 400;
}
	}
.benefits-item {
    text-align: center;
}
	.num {
    width: 83px;
    height: 83px;
    border: 1px solid #B4928F;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    display: inline-block;
    color: #fff;
    font-family: 'Univers Next Pro';
    line-height: 83px;
    margin-bottom: 20px;
	    font-size: 24px;
    font-weight: 400;
}
.benefits-desc p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}
	.benefits-item {
    text-align: center;
}
	.recipe-section {
    margin-top: 60px;
}
	.load-more {
    text-align: center;
}
button#loadMore.load-more  {
       background: #6D1E4A;
    padding: 15px 30px;
    /* display: inline-block !important; */
    color: #fff;
    font-family: 'Univers Next Pro Bold Cond';
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    text-decoration: none;
    border-radius: 0px !important;
    border: none;
    letter-spacing: 2px;
}
	.mobile-show {
    display: none;
}
	.about-section .main-title-range {
    color: #fff;
}
	.main-title-range {
    display: inline-block;
    border-top: 1px solid #6D1E4A;
    border-bottom: 1px solid #6D1E4A;
}
	.heading-container.center {
    text-align: center;
}
	.benefits-section .heading-container {
    text-align: center;
}
	.main-title-range.white {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
	.recipe-section .heading-container {
    text-align: center;
}
	@media (max-width:767px)
	{
		.main-title-range {
    font-size: 24px;
}
				.desktop-show {
    display: none;
}
		.mobile-show {
    display: block;
    width: 100%;
}
		.benefits-full-img {
    margin-bottom: -50px;
}
.benefits-grids {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    padding-top: 40px;
}
		.recipe-section {
    margin-top: 20px;
}
		.purple-banner-benefits {
    background: url(/wp-content/uploads/2025/07/mobile-foo.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
		.about-section {
    background: url(/wp-content/uploads/2025/07/mobile-foo.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
			margin-top:-27%!important;
}
	}
	@media (max-width:991px)
	{
		.desktop-show {
    width: 100%;
}
		.benefits-grids .benefits-title br {
    display: none;
}
	.row.about-middle-bx {
    flex-direction: column-reverse;
}	
		.about-para {
    padding-left: 0px;
}
		.main-title-range {
 margin-bottom: 10px;
	        padding: 15px 0px;		
}
		.product-free-range .owl-nav {
    position: unset;
}
		.sub-para-bx p {
    margin-bottom: 0px;
}
		.product-section .row:first-child {
    padding-bottom: 0px;
}
		.product-section {
    margin-bottom: 40px;
}
	}
	@media (min-width:768px) and (max-width:991px)
	{
		.benefits-full-img {
    margin-bottom: -135px;
}
		.benefits-grids {
    grid-template-columns: repeat(2, 1fr);
}
	}
		@media (min-width:992px) and (max-width:1199px)
	{
.benefits-full-img {
    margin-bottom: -200px;
}
	}
	
	/*******Css Category********/
	.banner-area-range.banner-free-category {
    height: 100vh;
}
	.para-cat-about p {
    color: #fff;
}
	.para-cat-about p span{
   font-weight: 600;
}
	.para-cat-about {
    max-width: 800px;
    margin: 0 auto;
}
.btn-theme {
    background: #B4928F;
    padding: 17px 25px;
    display: inline-block;
    color: #fff;
    font-family: 'Univers Next Pro Bold Cond';
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 14px;
    text-decoration: none !important;
}
	.btn-theme:hover{
		
	}
	.btn-theme img {
    margin-left: 5px;
}
	.btn-theme:hover {
    background: #6D1E4A;
    color: #fff;
}
	.product-free-range-categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 45px;
}
	@media (max-width:980px)
	{
		.product-free-range-categories {
    grid-template-columns: repeat(2, 1fr);
			        grid-gap: 15px;
}
		.product-title a {
    font-size: 18px !important;
    line-height: 21px;
}
	}
	@media (min-width:1199px)
	{
		.main-title-range {
           padding: 10px 0;
}
	}
	.heading-container.center {
    text-align: center;
}
	.where-find-section {
/*     background: url(/wp-content/uploads/2025/08/Vector-grey-top-min-scaled.png);
    background-size: cover;
    background-position: top center; */
         padding: 0px 0px 0px;
    position: relative;
    margin-top: 120px;
}
	.find-mains {
    z-index: 2;
    position: relative;
}
	.where-find-section:after {
    background: url(/wp-content/uploads/2025/08/Vector-grey-top-min-scaled.png);
    background-size: cover;
    background-position: top;
    content: '';
    position: absolute;
    top: -26%;
    width: 100%;
    height: 466px;
    /* z-index: -1; */
}
	.product-free-range-categories .product-title {
    max-width:91%;
}
	.item-logo img {
    height: 135px !important;
    object-fit: contain;
    width: 150px !important;
    margin: 0 auto;
}
	.stores-logo-carousel-main {
    background: #F6F1EB;
	padding-top: 30px;
		padding-bottom: 70px;
}
	@media (min-width: 1100px) {
    .stores-logo-carousel-category button.owl-prev {
        position: absolute !important;
        left: -40px !important;
        top: 65px;
    }
		    .stores-logo-carousel-category button.owl-next {
        position: absolute !important;
        right: -40px !important;
        top: 65px;
    }
}
	 .stores-logo-carousel-category .owl-nav [class*='owl-'] {
    color: #fff !important;
    border: 1px solid #6D1E4A !important;
    border: 1px solid #6D1E4A !important;
    border: 1px solid #FFFFFF;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
    background:#6D1E4A!important;
    opacity: 1 !important;
    position: relative;
}
	 .stores-logo-carousel-category .owl-nav button:focus {
    outline: none;
}
	 .stores-logo-carousel-category .owl-nav .disabled {
    background: #fff !important;
    border: 1px solid #fff !important;
    border: 1px solid #fff !important;
    border: 1px solid #fff;
}
	.instagram-section {
    padding: 70px 0px;
}
	.insta-feed-range #sb_instagram .sb_instagram_header h3 {
    color: #6D1E4A;
		    font-family: 'Univers Next Pro Bold Cond';
}
.insta-feed-range #sb_instagram p.sbi_bio {
    color: #B4928F;
    font-weight: 400;
}
	.insta-feed-range a.sbi_load_btn {
    background: #B4928F !important;
    font-family: 'Univers Next Pro Bold Cond';
    font-weight: 600;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 20px !important;
}
	.insta-feed-range span.sbi_follow_btn.sbi_custom a {
    padding: 12px 20px !important;
    font-family: 'Univers Next Pro Bold Cond';
    font-weight: 600;
    font-size: 14px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #6D1E4A !important;
}
	.insta-feed-range span.sbi_follow_btn.sbi_custom a:hover {
          box-shadow: inset 0 0 10px 20px #6d1e4ae6 !important;
}
	.stay-contact-section {
    padding: 30px 0px 70px;
}
	.stay-contact-section .form-area {
    max-width: 800px;
    margin: 0 auto;
}
	.stay-contact-section label.gfield_label.gform-field-label {
    font-family: 'Univers Next Pro Bold Cond' !important;
    font-weight: 600;
    color: #6D1E4A;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
}
	.stay-contact-section .gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
    background: transparent;
    border-bottom: 1px solid #6D1E4A;
    padding: 10px 0px;
		color: #6D1E4A;
		 font-size: 16px;
    font-weight: 400;
}
	.stay-contact-section .gform_wrapper.gravity-theme .gfield input::placeholder {
  color: #B4928F;
}
	.stay-contact-section .gform_button.button {
    background: #6D1E4A !important;
    font-family: 'Univers Next Pro Bold Cond' !important;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 25px;
    border-radius: 0px !important;
}
.stay-contact-section .gform-footer.gform_footer.top_label {
    justify-content: flex-end;
    padding-top: 0px;
    margin-top: -70px;
}
	.stay-contact-section .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
    border-left: none;
    border-right: none;
    border-top: none;
}
	.stay-contact-section .gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-family: 'Univers Next Pro Bold Cond' !important;
}
	.stay-contact-section .ginput_recaptcha {
    margin-top: 10px;
}
	.recipe-related-details {
    padding: 80px 0px !important;
    background: #F6F1EB !important;
}
	.recipe-related-details .recipe-desc:before {
    background: url(/wp-content/uploads/2025/08/white-curve-min.png);
		    background-repeat: no-repeat;
    background-position: top;
}
.recipe-related-details .recipe-desc {
    background: #fff;
}
	.recipe-related-details .recipe-grids {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
		margin-top: 20px;
}
	.recipe-related-details .recipe-item {
    width: 387px;
}
	.recipe-item .img-bx img {
/*     min-height: 398px;
    width: 100%;
    object-fit: cover; */
		    min-height: 450px;
    width: 100%;
      object-position: 70%;
  object-fit: cover;
}
	.range-details-box:after {
    content: '';
    position: absolute;
    background: url(/wp-content/uploads/2025/07/Vector-grey-s.png);
    width: 100%;
    height: 90px;
    background-size: 100% 100%;
    background-position: top;
    top: -60px;
}
	.range-details-box {
    padding: 0px 0px 30px;
    position: relative;
}
	.range-details-item img {
    max-height: 400px !important;
    object-fit: cover;
}
	@media (min-width: 1100px) {
    .product-details-range button.owl-prev {
        position: absolute !important;
        left: -40px !important;
        top: 50%;
    }
	.product-details-range button.owl-next {
        position: absolute !important;
        right: -40px !important;
         top: 50%;
    }
}
	.product-details-range .owl-nav [class*='owl-'] {
    color: #fff !important;
    border: 1px solid #6D1E4A !important;
    border: 1px solid #6D1E4A !important;
    border: 1px solid #FFFFFF;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 10px;
    background:#6D1E4A!important;
    opacity: 1 !important;
    position: relative;
}
	.product-details-range .owl-nav button:focus {
    outline: none;
}
	 .product-details-range .owl-nav .disabled {
    background: #B4928F !important;
    border: 1px solid #B4928F !important;
    border: 1px solid #B4928F !important;
    border: 1px solid #B4928F;
}
	.product-details-range button.owl-next.disabled:before{
	content: url(/wp-content/uploads/2025/08/arrow-white.png);
	}
	.product-details-range button.owl-prev.disabled:before{
	content: url(/wp-content/uploads/2025/08/arrow-white-left.png);
	}
	.row.details-slider-bx {
    align-items: center;
}
	.range-details-right-desc {
    padding-left: 80px;
}
	.range-details-right-desc .main-title-range {
    text-align: left;
}
	.banner-area-range.banner-free-details {
    height: 100vh;
}
	@media (max-width: 600px) {
	.banner-area-range.banner-free-details {
    background: url(/wp-content/uploads/2025/08/PorkLoinS-banner-details-mobile-min.jpg)!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
	}
	@media (max-width: 980px) {
  .banner-area-range.banner-free-details  {
        height: 560px;
    }
		.banner-area-range.banner-free-details:after {
    opacity: 0;
}
		.range-details-right-desc {
    padding-left: 0px;
    padding-top: 40px;
}
		.range-details-right-desc .main-title-range {
    text-align: center;
}
		.range-details-desc {
    text-align: center;
}		
	.recipe-related-details {
    padding: 45px 0px !important;
}	
.product-section {
    padding: 40px 0px;
}		
.instagram-section {
    padding: 40px 0px;
}	
		.stay-contact-section {
    padding: 0px 0px 40px;
}
		.where-find-section {
    padding: 0px 0px 0px;
}	
		  .banner-area-range.banner-free-category  {
        height: 560px;
    }
}
		@media (max-width: 600px) {
	.banner-area-range.banner-free-category {
    background: url(/wp-content/uploads/2025/08/category-banner-min.jpg)!important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
	}
	@media (max-width:767px)
	{
	.where-find-section:after {
    background: url(/wp-content/uploads/2025/08/Vector-grey-top-min-scaled.png);
    left: 0px;
    background-size: cover;
    background-position: top center;
    top: -82px;
    background-repeat: no-repeat;
    width: 100%;
    height: 92px;
}
				.stores-logo-carousel-main {
    padding-top: 0px;
}
		.find-mains {
    background: #f6f1eb;
}
		.find-mains {
    padding-left: 20px;
    padding-right: 20px;
}
	}
#sb_instagram #sbi_load .sbi_load_btn, #sb_instagram .sbi_follow_btn a {
    border-radius: 0px !important;
}
#sb_instagram #sbi_load .sbi_load_btn {
    border-radius: 0px!important;
}
#sb_instagram .sbi_follow_btn a {
    border-radius: 0px;
}
div#sbi_load {
    margin-top: 15px;
}
.product-item-free .pro-info a img {
    width: 14px !important;
}
@media (min-width:981px)
{
	.load-more {
    display: none;
}
	#footer-widgets .widget_media_image {
    max-width: 285px;
}
}
.ftr__list.nav p {
      border-bottom: 2px solid #B4928F;
}
.btn-theme img {
    width: 14px;
    position: relative;
    top: -1px;
}
@media (max-width:980px)
{
	button.owl-prev:before {
    top: 12px!important;
}
		button.owl-next:before {
    top: 12px!important;
}
.stay-contact-section .gform-footer.gform_footer.top_label {
    margin-top: 25px;
    justify-content: center;
}
}
@media (max-width:767px)
{
	.num {
    width: 57px;
    height: 57px;
    line-height: 57px;
    font-size: 16px;
}
	.recipe-section .sub-para {
    margin-top: 20px;
}
	.range-details-desc {
    margin-top: 20px;
}
	.para-cat-about {
    margin-top: 20px;
}
	.recipe-related-details .sub-para {
    margin-top: 20px;
}
}
@media (max-width:980px)
{
	.recipe-item .img-bx img {
/*     min-height: 240px; */
		        min-height: 290px;
    width: 100%;
	object-fit:cover;	
}
				.product-item-free .prodct-featured-mg img {
                 object-fit: contain;
        aspect-ratio: 12 / 9;
        height: 100% !important;
}
}
@media (max-width:980px)
{
	.banner-area-range.banner-free-category:after {
    opacity: 0;
}
	.range-details-box {
    padding: 0px 0px 40px;
}
}
.product-item-free .prodct-featured-mg img {
    object-fit: contain;
    aspect-ratio: 12 / 9;
    height: 100% !important;
}
@media (max-width:600px)
{
	.range-details-box {
    margin-top: -20px;
}
	.range-details-box:after {
    top: -30px;
}
}
.tax-product-category .banner-area-range {
    height: 85vh;
}
.single-product .banner-area-range {
    height: 85vh;
}
@media (min-width:601px) and (max-width:980px)
{
	.tax-product-category .banner-area-range {
     height: 500px!important;
}
.single-product .banner-area-range {
  height: 500px!important;
}
}
@media (min-width:768px) and (max-width:1099px)
{
	.recipe-info h4 {
    min-height: 170px;
}
}

.single-product .recipe-related-details {
    background-image: url(/wp-content/uploads/2025/08/recipe-details-bg-min.jpg) !important;
    background-size: cover !important;
    background-position: center !important;
}
.single-product .recipe-related-details .main-title-range {
color:#fff;
}
.single-product .recipe-related-details .main-title-range {
    color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.single-product .recipe-related-details .sub-para p {
    color: #fff;
}
.recipe-item .badges.timer-icon img {
     min-height: auto;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.badges.timer-icon {
    background: transparent;
}
span.time-text {
    font-size: 16px;
    text-transform: lowercase!important;
}
.badges.timer-icon {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
}
@media (max-width:767px)
{
	.badges.timer-icon {
    padding-left: 0px;
    display: block;
    text-align: center;
    padding-right: 0px;
}
	span.time-text
 {
    margin-top: 5px;
	  display: block;
}
	.recipe-item .badges.timer-icon img {
    width: 40px;
    height: 40px;
}
}
.menu-footer-show .ftr__list.nav:nth-child(2) .footer-head:before{
	content:none;
}
.menu-footer-show .ftr__list.nav:nth-child(4) .footer-head:before{
	content:none;
}
div#validation_message_7_8 {
    max-width: max-content;
}
.badges.timer-icon {
    display: flex;
    grid-gap: 5px;
}
.badges.timer-icon .badges {
    position: unset;
}
.badges.timer-icon .badges {
    position: unset;
    padding: 0px;
    border-radius: 50px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Univers Next Pro';
    background: url(/wp-content/uploads/2025/08/watch-ico.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
}
/* @media (max-width:600px)
{
	.tax-product-category .banner-area-range {
     height: 360px!important;

}
.single-product .banner-area-range {
         height: 360px!important;
}
} */
/***********css for updated new*********/
@media (max-width:600px)
{
	.tax-product-category .banner-area-range {
     height: 460px!important;

}
.single-product .banner-area-range {
         height: 460px!important;
}
}
@media (max-width: 600px) {
    .tax-product-category .banner-area-range {
        background: url(/wp-content/uploads/2025/08/category-banner-min.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
}
@media (max-width:600px)
{
	 .tax-product-category .banner-area-range {
             background-position: 100% 100% !important;
    }
	    .single-product .banner-area-range {
        background-position: 80% 100% !important;
    }
	
}

@media (max-width: 768px) {
    .recipe-item {
        width: 100%; 
    }
    
    .recipe-item:nth-of-type(n+4) {
        display: none;
    }

    .recipe-item.show {
        display: block !important; 
    }

    .load-more-btn {
        display: block;
        margin: 20px auto;
    }
	div#aboutPara {
    text-align: center;
}
	.row.about-middle-bx .col-lg-6.col-md-12:last-child {
    text-align: center;
}
}
a#readMoreToggle {
    color: #fff;
    font-size: 14px !important;
    margin-bottom: 26px;
    background: #B4928F;
    padding: 10px 15px;
    display: inline-block;
    color: #fff;
    font-family: 'Univers Next Pro Bold Cond';
    font-weight: 600;
    letter-spacing: 1.5px;
    font-size: 14px;
    text-decoration: none !important;
	    text-transform: uppercase;
}
    .recipe-item .badges.timer-icon img {
        width: 40px;
        height: 40px;
/*         background: #fff; */
        border-radius: 50px !important;
    }


.recipe-section .recipe-item:nth-child(1) .img-bx img {
    object-position: 100%;
}
.recipe-section .recipe-item:nth-child(3) .img-bx img {
    object-position: 90%;
}
.postid-6878 .recipe-item .img-bx img {
    object-position: 90%;
}
.postid-6876 .recipe-item .img-bx img {
    object-position: 100%;
}

/* 
.stores-logo-carousel-category .owl-stage {
    text-align: center;
    width: 100% !important;
    display: flex;
    justify-content: center;
} */