.filter-container {
    padding-top: 0px !important;
    padding-bottom: 0px;
}
.recipe-title{
	text-transform:    text-transform: uppercase;
}
.filter_list {
    height: 80px;
    display: block;
    background-color: #ded7d7;
}
 
.search_categories {
    font-size: 13px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}

.search_categories .select {
    width: 120%;
    background: url('/media/3153/arrowhead-down.png') no-repeat;
    background-position: 80% center;
    height: 25px;
}

.search_categories .select select {
    height: 25px;
    background: transparent;
    line-height: 1;
    border: 0;
    padding: 5px;
    border-radius: 0;
    width: 85%;
    position: relative;
    z-index: 10;
    font-size: 1em;
}

.category_item .breakline_bottom {
    margin: 15px auto 50px;
}

.breakline_bottom {
    background: #009de6;
    width: 80px;
    margin: 0 auto 30px;
    height: 3px;
}

.category_item h3 {
    margin: 20px auto 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 21px;
}

@*.category_item .recipe_article_category img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.category_item .recipe_article_category:hover img {
    opacity: .3;
    filter: alpha(opacity=30);
}

*@ .category_item .recipe_article_category {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 175px;
}

.category_item {
    margin: 0 20px 0 0;
    max-height: 460px;
}

.category_item .recipe_article_category {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 175px;
}

.category_item .recipe_article_category .recipe_view {
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}

.category_item .recipe_article_category .recipe_view a {
    background: rgba(46, 153, 0, 0);
    padding: 25% 40%;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
}

.lazy-loaded {
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
}

.dk-select,
.dk-select-multi {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.5em;
    width: 200px;
    cursor: pointer;
}

.dk-select,
.dk-select *,
.dk-select :after,
.dk-select :before,
.dk-select-multi,
.dk-select-multi *,
.dk-select-multi :after,
.dk-select-multi :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dk-selected {
    border-radius: 0px;
    background-color: inherit;
    border: 0 none;
    padding-top: 30px;
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    height: 80px;
}

.dk-selected {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: .4em;
    padding: 0 1.5em 0 .5em;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.dk-select .dk-select-options {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
}

.dk-select-options {
    border: 0 none;
    background-color: RGBA(0, 0, 0, 0);
    width: 150%;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 0;
    overflow: visible;
    z-index: 1;
}

.dk-select-options {
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: .4em;
    list-style: none;
    margin: 0;
    max-height: 10.5em;
    overflow-x: hidden;
    overflow-y: auto;
    padding: .25em 0;
    width: auto;
    z-index: 100;
}

.dk-option-selected {
    background-color: #DDDDDD;
    color: black;
}

.dk-option {
    padding: 10px;
    background-color: #EFEFEF;
}

.dk-option {
    padding: 0 .5em;
}

.dk-option-selected {
    background-color: #3297fd;
    color: #fff;
}

.pb24 {
    padding-bottom: 24px !important;
}

.pt24 {
    padding-top: 24px;
}

.pt0 {
    padding-top: 0px !important;
}

.recipe_section {
    background-color: #f6f6f6 !important;
} 

.recipe_video {
    width: 700px;
    height: 400px;
}

.recipe_description-container {
	max-width: 760px;
}

.recipe_description {
    padding: 20px 20px 0px;
}
.recipe_description h4{
		text-transform:uppercase;
	}

.recipe_method {
    padding: 20px 15px 30px 15px;
    line-height: 130%;
}

.recipe_video-div {
    background-color: #f6f6f6 !important;
    display: flex;
    justify-content: center;
    padding: 40px;
}

.recipe_gallery {
    display: flex;
    justify-content: center;
    padding: 50px;
}

.recipe_gallery-image {
    min-height: 300px;
    min-width: 300px;
    background-size: cover;
    background-position: center center;
    margin: 10px;
}

.recipe-details {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 5px;
}

.recipe-details_item {
    font-size: 15px;
    padding-right: 20px;
    font-weight: bolder;
    color: #a7a4a4;
}

.f-c-g {
    color: #6f6f6f;
    font-weight: bold;
}

.recipe_pdf {
    padding-top: 20px !important;
    background-size: 15px;
    padding: 0 0 0 20px;
    display: block;
    color: #363636;
    font-size: 15px;
}

.recipe_pdf:hover {
    color: #363636;
}

.fa-print {
    padding-right: 5px;
}

.recipe_image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
}
 
.recipe_ingredients {
    max-width: 350px;
}

.recipe_ingredient {
    list-style: none;
    padding-bottom: 15px;
} 

.recipe_instructions-item {
    padding-bottom: 15px;
}

.recipe_instructions {
    list-style: decimal;
    padding-left: 15px;
} 
.pt20 {
    padding-top: 20px;
}
.pb0 {
    padding-bottom: 0px;
}

.mt20 {
    margin-top: 20px;
} 

.mt10 {
    margin-top: 10px;
}
@media (max-width:563px) {
    .recipe-details_item {
        font-size: 10px;
    }

} 

@media (max-width:768px) {
	.item {
     transform: scale(0.6);
    }
	.active.center>.item {
     transform: scale(0.90) !important;
    }
    .category_item h3 {
        height: 55px;
        font-size: 15px;
    }
     .recipe_video {
        height: 250px;
        width: 400px;
    } 
    .recipe_image {
        max-height: 250px;
    }
	.recipe_description {
    	padding: 10px 5px 0px 20px;
	}
	.lead {
    	font-size: 17px !important;
	}
	.category_item{
		margin:0px;
	}
	.recipe-details_item {
        font-size: 10px;
    }
	.recipe_description h4{
		font-size: 18px !important;
		margin-bottom: 10px;
	}
	.recipe_method h4{
		font-size: 18px !important;
	}
	.mobile-product-brand{
		padding-top:20px !important;
	}
	.mobile-brand-decription{
		margin-top:10px !important;
		padding:10px !important;
	}
} 

@media (min-width:769px) {
    .category_item h3 {
        height: 70px;
        margin: 30px auto;
        font-size: 20px
    }
    .category_item .breakline_bottom {
        margin: 0 auto 30px;
    }
    .recipe_section {
        min-height: 400px;
    }
    .recipe_instructions {
        padding-left: 30px;-
    }
    .recipe_ingredient {
        padding-left: 20px;
    }
}

.owl-nav {
	position: absolute;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}
.owl-prev {
	position: absolute;
    left: 0;
    top: calc(50% - 20px);
    left: -30px;
}
.owl-prev span{
	font-size: 35px;
}
.owl-next {
     position: absolute;
     right: 0;
     top: calc(50% - 20px);
     right: -30px;
}
.owl-next span{
	font-size: 35px;
}
.owl-carousel .owl-stage-outer {
     overflow-y: visible;
     height: 400px;
	 display: flex;
     flex-direction: column;
     justify-content: center;
	 z-index: 9999;
}
.owl-carousel .owl-stage {
	display: flex;
}
.active.center>.item {
     transition: transform 0.6s ease;
     transform: scale(1.5);
}
.owl-carousel .owl-item{
	align-self: center;
	display: flex;
	justify-content: center;
}

.lb-nav{
	width: 150% !important;
	left: -27% !important;
}
.lb-nav a{
	opacity: 1 !important;
}
// product brand slider flex controls
.flex-direction-nav a {
    opacity: .8;
    text-shadow: none;
    color: #7f7f7f;
    width: 40px;
    height: 30px;
    margin: -25px 0 0;
}
@media screen and (min-width:990px) {
    .flex-direction-nav a {
        margin-top: 0px !important;
    }
}
@media screen and (min-width:480px) and (max-width:990px) {
    .product-slide-image img {
        width: 80%;
    }
}
.product-single.brand-product .flex-direction-nav { display:block !important; }
.pb160{padding-bottom:160px !important;}
.large-banner {
    height: 120vh !important;
}
.cycle-slide .brand-name {
	overflow: hidden;
	height: 80px;
	position: absolute;
	width: inherit;
}
a img.desaturate,
.cycle-slide img.desaturate {
    transition: all .5s ease;
    -webkit-filter: grayscale(1) !important;
    -webkit-filter: grayscale(100%) !important;
    filter: gray;
    filter: grayscale(100%) !important;
}

a:hover img.desaturate,
.cycle-slide:hover img.desaturate {
    -webkit-filter: grayscale(0) !important;
    -webkit-filter: grayscale(0%) !important;
    filter: none !important;
}

.bottom-section{
	position: fixed;
	bottom: 0px;
	height: 70px;
	background-color: #ffffff;
	width: 100%;
	z-index: 4;
}	
.bottom-section__content{	
	display: flex;
    padding: 17px 0;
    justify-content: space-between;
}	
.bottom-section p {
	display: inline-block;
}
.bottom-section button{
	float: right;
}
.retention-policy{
	background-color: #ff7e00;
	font-size: 22px;
	color: white;
}
.retention-policy a {
	color: white;
    text-decoration: underline;
}