/*******************************************
 *******************************************
 *
 * @File: SnackWorks Stylesheet
 * Created by - Team Vikas
 *
 * This file contains the styling for the actual theme, this
 * is the file you need to edit to change the look of the
 * theme.
 *
 * This files contents are outlined below >>>
 *
 *******************************************
 *******************************************
 *
 * == INDEX PAGE CSS
 *  00 - Common & Reset CSS
 *  01 - Preloader CSS
 *  02 - Header Area CSS
 *  03 - Slider Area CSS
 *  04 - Brand Area CSS
 *  05 - Service Area CSS
 *  06 - About Area CSS
 *  07 - Skill Area CSS
 *  08 - Team Area CSS
 *  09 - Service Area CSS
 *  10 - Circle Progress Area CSS
 *  11 - solution Area CSS
 *  12 - CTA Area CSS
 *  13 - CountDown Area CSS
 *  14 - Reviewer Area CSS
 *  15 - Blog Area CSS
 *  16 - Sidebar Area CSS
 *  17 - Pagination Area CSS
 *  18 - Contact Area CSS
 *  19 - Breadcrumb Area CSS
 *  20 - Portfolio Area CSS
 *  21 - Footer Area CSS
 */


/*-------------------------*/


/* 00 - Common & Reset CSS 
/*-------------------------*/

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800,900&display=swap');
body {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 30px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

header,
footer {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
    margin: 0;
    padding: 0;
    color: #1E2F4F;
    font-weight: 700;
}

p,
pre,
blockquote {
    margin: 0;
    padding: 0 0 16px;
    font-weight: normal;
}

code {
    font-family: Monaco, monospace;
    font-size: 80%;
}

ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

ul ul {
    padding-top: 8px;
}

li {
    padding-bottom: 8px;
}

a {
    color: #747F92;
    text-decoration: none;
}

a:hover {
    color: #1B8CFD;
    text-decoration: none;
}

button {
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    padding: 0;
}

p a,
li a,
cite a,
figcaption a,
.link-text {
    text-decoration: none;
}

.animate {
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-padding-130 {
    padding: 130px 0;
}

.section-padding-40 {
    padding: 40px 0;
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-65 {
    padding: 65px 0;
}

.section-padding {
    padding: 60px 0;
}

.shadow {
    box-shadow: 0 0 20px 0 rgba(27, 140, 253, 0.8);
}

.PT-70 {
    padding-top: 70px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-35 {
    padding-top: 35px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-45 {
    padding-bottom: 45px;
}

.pt-47 {
    padding-top: 47px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mt-30 {
    margin-top: 30px;
}

.mb-90 {
    margin-bottom: 90px;
}

.mb-15 {
    margin-bottom: 15px;
}

.devider {
    height: 1px;
    background-color: #D8D8D8;
}

.btn {
    border: 1px solid #1B8CFD;
    background-color: #1B8CFD;
    line-height: normal;
    cursor: pointer;
    padding: 14.4px 41.65px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    -webkit-box-shadow: 0 3px 24px 0 rgba(27, 140, 253, 0.35);
    box-shadow: 0 3px 24px 0 rgba(27, 140, 253, 0.35);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn:hover,
.btn:active {
    color: #1B8CFD;
    background-color: #fff;
    text-decoration: none;
    border-color: #fff;
    -webkit-box-shadow: 0 10px 22px 0 rgba(27, 140, 253, 0.1);
    box-shadow: 0 10px 22px 0 rgba(27, 140, 253, 0.1);
}

.btn-border {
    height: 50px;
    border: 1px solid #D8D8D8;
    border-radius: 32.5px;
    background-color: #FFFFFF;
    text-align: center;
    color: #646464;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    transition: all .3s cubic-bezier(0.47, 0, 0.745, 0.715);
    display: inline-block;
    line-height: 50px;
}

.btn-border:hover {
    border-color: #4F2271;
    background-color: #4F2271;
    color: #fff;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    outline: none;
}

.btn-white {
    border: 1px solid #fff;
    background-color: #fff;
    line-height: normal;
    cursor: pointer;
    padding: 12px 20px;
    text-decoration: none;
    color: #1B8CFD;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    border-radius: 25px;
}

.btn-white:hover,
.btn-white:active {
    border-color: #1B8CFD;
    background-color: #1B8CFD;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 20px 0 rgba(27, 140, 253, 0.8);
    box-shadow: 0 0 20px 0 rgba(27, 140, 253, 0.8);
}

.section-title {
    margin-bottom: 35px;
    text-align: center;
}

.section-title h2 {
    color: #000000;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -0.17px;
    line-height: 54px;
    font-family: 'Nunito', sans-serif;
}

.section-title.section-title-green h2 {
    color: #4F2271;
    font-family: 'Nunito', sans-serif;
}


/** * Simple fade transition, */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}


/*-------------------------*/


/* 01 - Header CSS 
/*-------------------------*/

.body-overlay {
    position: relative;
    z-index: 999999999999;
}

.body-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    z-index: 1;
    opacity: .56;
}

.snacks-header {
    background-color: #4F2271;
    transition: all .3s ease-in-out;
}

.snacks-header.brand-default-header,
.snack-branding.brand-default-branding {
    background-color: #0259CF;
}

.snacks-header.snack-white-header,
.snack-branding.snack-white-branding {
    background-color: #fff;
}

.snacks-header nav {
    height: 70px;
    border-radius: 8px;
    background-image: url(img/header-bg.png);
    position: relative;
    z-index: 100;
}

.snacks-header .navbar.active {
    position: relative;
    z-index: 10;
}

.snacks-header .navbar-nav li a.ps-widget[ps-sku],
.snacks-header .navbar-nav li a.ps-widget[data-ps-sku] {
    float: none !important;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 !important;
    background-color: transparent !important;
    border-color: none !important;
    border-style: none !important;
    border-width: 0 !important;
    border-radius: 0 !important;
    min-width: 0;
    font-family: 'Nunito', sans-serif;
    font-size: 22px !important;
    line-height: 30px !important;
    font-weight: 800 !important;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.snacks-header .navbar-nav li a.ps-widget[ps-sku] {
    padding: 0 14px !important;
}

.snacks-header .navbar-nav li a.ps-widget[ps-sku]:focus,
.snacks-header .navbar-nav li a.ps-widget[data-ps-sku]:focus {
    outline: none !important;
    box-shadow: none !important;
}

.snacks-header ul.mobile-menu-list .navbar-nav li a.ps-widget[ps-sku],
.snacks-header ul.mobile-menu-list .navbar-nav li a.ps-widget[data-ps-sku] {
    color: #9479A9 !important;
    font-size: 22px !important;
    letter-spacing: -0.37px !important;
    line-height: 30px !important;
    margin-top: 20px !important;
    font-weight: 800 !important;
    padding: 0 0 !important;
}

.navbar-nav li a.ps-widget:focus {
    outline: none;
    box-shadow: none;
    border: none;
}

.navbar-nav li a.ps-widget span {
    cursor: pointer;
}

.snack-recipe-menu-list-wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 55px;
}

.navbar-nav .snack-recipe-menu-item h4 {
    color: #9479A9;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: -.17px;
    margin-bottom: 30px;
    font-family: 'Nunito', sans-serif;
}

.navbar-nav .snack-recipe-menu-list li a {
    font-size: 12px;
    color: #000000;
    line-height: 12px;
    font-weight: 600;
    display: block;
    padding-left: 0 !important;
    font-family: 'Nunito', sans-serif;
}

.navbar-nav .snack-recipe-menu-list li a:hover {
    color: #4F2271;
}

.snack-recipe-menu-list {
    padding: 0;
    margin: 0;
}

.snack-recipe-menu-list li {
    padding: 0;
}

.snack-recipe-menu-list li+li a {
    padding-top: 20px !important;
}

.navbar-nav li a {
    color: #FFFFFF;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.37px;
    line-height: 30px;
    padding: 0 14px !important;
}

.mobile-sub-menu {
    display: none;
}

li.item.active .mobile-sub-menu {
    display: block;
}

.search-form {
    height: 45px;
    max-width: 405px;
    border: 1px solid #714D8C;
    border-radius: 22.5px;
    background-color: #4F2271;
    width: 100%;
}

.search-form input {
    background: transparent;
    border: none;
    padding: 0 15px 0 0;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.37px;
    color: #fff;
}

.search-form button.input-group-text,
.search-form span.input-group-text {
    background: transparent;
    border: none;
    margin: 0;
    padding: 0 15px;
}

button.input-group-text {
    background: transparent;
    border: none;
}

.search-form button.input-group-text:focus,
.search-form span.input-group-text:focus {
    border: none;
    outline: none;
}

.search-form .input-group .input-group-prepend {
    height: 45px;
}

.search-form .input-group {
    width: 100%;
    height: 45px;
}

.search-form input:focus {
    background: transparent;
    box-shadow: none;
    color: #fff;
}

.search-form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.37px;
}

.mobile-search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.37px;
    line-height: 45px;
}

.search-form input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.37px;
}

.mobile-search input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.37px;
    line-height: 40px;
}

.search-form input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.37px;
}

.mobile-search input:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.37px;
    line-height: 40px;
}

.search-form input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.37px;
}

.mobile-search input:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.37px;
    line-height: 40px;
}

.language-option {
    height: 45px;
    width: 45px;
    border: 1px solid #211d1d;
    border-radius: 22.5px;
    display: block;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    letter-spacing: -0.27px;
    font-weight: 800;
    margin-left: 13px;
    cursor: pointer;
    background-color: #4F2271;
    position: absolute;
    z-index: 1000;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
}

.language-option a {
    color: #fff;
    font-family: 'Nunito', sans-serif;
}

.language-option a:visited {
    color: #fff;
}

.language-option.language-mobile {
    visibility: visible;
    opacity: 1;
    z-index: 10000;
    transition: all .3s ease-in-out;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 1px;
    vertical-align: bottom;
    content: "\eab2";
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    font-family: IcoFont;
    color: #957aa9;
    font-size: 21px;
    line-height: 28px;
}

.snacks-header .navbar-nav li {
    padding-bottom: 0;
    line-height: 24px;
}

.snacks-header .navbar-nav li img {
    width: 159px;
    height: 159px;
}

img.stickyImage {
    width: auto !important;
    height: auto !important;
}


/*! * Yamm!3 * Yet another megamenu for Bootstrap 3 and 4 * * https://geedmo.github.com/yamm3 */

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
    position: static;
}

.yamm .container {
    position: relative;
}

.yamm .dropdown-menu {
    left: auto;
    padding: 0.5rem 0 30px;
}

.yamm .nav.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
}

.navbar .inactive {
    display: none
}

.yamm .yamm-content {
    padding: 20px 30px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
    left: 0;
    right: 0;
    width: 100.01%;
}

.list-unstyled,
.list-unstyled ul {
    min-width: 120px
}

span.ps-lightbox-close {
    z-index: 9999999 !important;
    cursor: pointer !important;
}


/* Fixed Header*/

.snacks-header {
    position: fixed;
    height: auto;
    z-index: 10000;
    top: 0;
}


/* body.header-scrollable {
    padding-top: 120px;
} */

body.header-scrollable {
    padding-top: 70px;
}

body.header-scrollable .snacks-header {
    transition: all .4s cubic-bezier(.55, .085, .68, .53);
    -webkit-transition: all .4s cubic-bezier(.55, .085, .68, .53);
    -moz-transition: all .4s cubic-bezier(.55, .085, .68, .53);
    -ms-transition: all .4s cubic-bezier(.55, .085, .68, .53);
    -o-transition: all .4s cubic-bezier(.55, .085, .68, .53);
}

.snacks-header.nav-down {
    transform: translateY(-150%);
    transition: all .4s cubic-bezier(.55, .085, .68, .53)
}

body.layout.our-recipes.header-scrollable {
    padding-top: 70px;
}

body.topbar-cookie-set.header-scrollable {
    padding-top: 70px;
}


/* Grid demo styles */

.grid-demo {
    padding: 10px 30px;
}

.grid-demo [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: center;
    line-height: 2;
    background-color: #F7F5F9;
    border-radius: 8px;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    color: #000;
    text-shadow: none;
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #D8D8D8;
    line-height: 26px;
    padding: 0;
    cursor: pointer;
    background: #fff;
    margin-top: 0;
    margin-right: 6px;
    transition: all .3s ease-in-out;
}

.navbar-expand-md .navbar-nav .dropdown-menu .close {
    position: absolute;
    right: 15px;
    margin-right: 0;
    top: 15px;
}

.navbar-nav li a.snack-all-recipe {
    color: #714D8C;
    border: 1px solid #9479A9;
    border-radius: 32.5px;
    font-size: 18px;
    height: 45px;
    display: inline-block;
    line-height: 45px;
    font-weight: 600;
    width: 194px;
    text-align: center;
    float: right;
    margin-right: 40px;
    margin-top: 50px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.navbar-nav li a.snack-all-recipe:hover {
    color: #fff;
    background-color: #4D216F;
    border-color: #4D216F;
}

.close:hover {
    color: #fff;
    background-color: #4F2271;
}

.dropdown-menu {
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.close img {
    margin-left: 1px;
    margin-top: 1px;
}

.left-dp-menu {
    width: 13%;
    float: left;
    height: 550px;
    position: relative;
    padding: 10px 0;
}

.right-dp-menu {
    width: 86%;
    float: left;
    margin-left: 0;
}

.right-dp-menue-inner {
    background-color: #F7F5F9;
    height: 550px;
    border-radius: 8px;
    padding: 0;
    width: 97%;
}

.chocolate-icon {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.right-dp-list-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.right-dp-list-menu li {
    display: inline-block;
    padding: 0;
}

.right-dp-list-menu li a {
    display: block;
    padding: 0 !important;
    font-family: 'Nunito', sans-serif;
}

.right-dp-list-menu li a img {
    transition: all .3s ease-in-out;
    transform: scale(1);
}

.right-dp-list-menu li a:hover img {
    transform: scale(1.08);
}

.right-dp-list-menu.recipes-menu li .btn-border {
    width: auto;
    color: #714D8C;
    line-height: 45px;
    font-size: 18px;
    border-color: #714D8C;
    height: 45px;
    padding: 0 26px !important;
}

.right-dp-list-menu.recipes-menu li a:hover img {
    transform: scale(1);
}

.right-dp-list-menu.recipes-menu li .btn-border:hover {
    color: #fff;
}

.right-dp-list-menu li a img {
    width: 159px;
    height: 159px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #4F2271;
    background-color: transparent;
}

.nav-pills .nav-link,
.portfolio-filter ul li a {
    color: #9479A9;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 20px;
    font-weight: 800;
    padding: 10px 15px !important;
    display: block;
    font-family: 'Nunito', sans-serif;
}

.tab-content>.active {
    position: relative;
    z-index: 1;
}

.tab-content>.active:after {
    content: "";
    height: 24px;
    width: 24px;
    background-color: #F7F5F9;
    left: -15px;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
}

.tab-content>.chocplate.active:after,
.tab-content>.all.active:after {
    top: 22px;
}

.tab-content>.candy.active:after,
.tab-content>.sweet.active:after {
    top: 58px;
}

.tab-content>.cookies.active:after,
.tab-content>.savoury.active:after {
    top: 99px;
}

.tab-pane.cookies>img,
.tab-pane.crackers>img {
    position: absolute;
    left: 5px;
    top: 5px;
}

.tab-pane.cookies,
.tab-pane.crackers {
    padding: 20px 0;
}

.tab-content>.crackers.active:after,
.tab-content>.entertaining.active:after {
    top: 140px;
}

.tab-content>.cough.active:after,
.tab-content>.holiday.active:after {
    top: 185px;
}

.right-dp-list-menu.recipes-menu li {
    float: left;
    width: 200px;
    margin: 7.5px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #D3D3D3;
    overflow: hidden;
}

.right-dp-list-menu.recipes-menu {
    overflow: hidden;
    padding: 7.5px;
}

.right-dp-menu.recipies-menu-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right-dp-menu.recipies-menu-right .right-dp-menue-inner {
    width: 880px;
}

.related-recipes h5 {
    display: block;
    color: #4F2271;
    font-size: 18px;
    letter-spacing: -0.3px;
    line-height: 30px;
    font-weight: 800;
    padding: 0 !important;
    font-family: 'Nunito', sans-serif;
}

.related-recipes ul {
    margin: 0;
    padding: 0;
}

.related-recipes ul li a {
    font-size: 13px;
    color: #000;
    padding: 0 !important;
    font-weight: 700;
    letter-spacing: -0.28px;
    line-height: 26px;
    font-family: 'Nunito', sans-serif;
}

.right-dp-list-menu.recipes-menu li a h4 {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-weight: bold;
    letter-spacing: -0.25px;
    line-height: 18px;
    padding: 9px 15px;
    font-family: 'Nunito', sans-serif;
}

.right-dp-list-menu.recipes-menu li a img {
    width: 100%;
    height: 198px;
}

.right-dp-list-menu.recipes-menu li:last-child {
    border: none;
    background: transparent;
    min-height: 245px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Promotion Menu add New CSS */

.yamm .dropdown.yamm-fw .dropdown-menu.single-menu {
    width: 303px;
    top: 50px;
}

.snacks-header .navbar-nav li.single-menu-wrap {
    position: relative;
}

.snacks-header .navbar-nav li.single-menu-wrap ul {
    padding: 15px 18px 0;
}

.snacks-header .navbar-nav li.single-menu-wrap ul li+li {
    margin-top: 11px;
}

.snacks-header .navbar-nav li.single-menu-wrap ul li a {
    border: 1px solid #dedede;
    color: #000;
    display: block;
    font-size: 16px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 1.5px 8px !important;
}

.snacks-header .navbar-nav li .dropdown-menu .close img {
    margin-top: 9px;
}


/* Mobile Menu CSS */

.mobile-menu {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #211d1d;
    border-radius: 50%;
    z-index: 999;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    background-color: #4F2271;
}

.mobile-menu .menu-open {
    width: 16px;
    height: 14.22px;
    margin: 0 auto;
    margin-top: 12px;
}

.mobile-menu.active .menu-open {
    display: none;
}

.mobile-search input[type="search"] {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #211d1d;
    background: transparent;
    cursor: pointer;
    position: relative;
    text-indent: -9999px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 2;
    border: none;
}

.mobile-search input[type="search"]:focus {
    border: 1px solid #211d1d;
    text-indent: 0;
    width: 350px;
    background: #4F2271;
    height: 45px;
    cursor: text;
    border-radius: 22.5px;
    box-shadow: none;
    outline: none;
    z-index: 1;
    color: #fff;
}

.mobile-search:after {
    position: absolute;
    right: 12px;
    top: 50%;
    content: "";
    background: transparent;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background-image: url(img/search-glass.png);
    background-size: cover;
    padding: 8px;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 1;
}

.mobile-search {
    position: absolute;
    right: 65px;
    top: 50%;
    z-index: 9999;
    background: #4F2271;
    border-radius: 22.5px;
    display: none;
    transform: translateY(-50%);
}

.mobile-menu-wrapper {
    position: absolute;
    left: 0;
    width: 100%;
    top: -20px;
    z-index: 100;
    background: #4F2271;
    padding: 7.5px 50px;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
    padding-top: 70px;
    padding-bottom: 146px;
    display: none;
}

.mobile-menu-wrapper.active {
    visibility: visible;
    opacity: 1;
    display: block;
}

.mobile-menu-wrapper:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 146px;
    content: "";
    background-image: url(img/menu-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    z-index: -1;
}

.mobile-menu-list li a {
    color: #fff;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: -0.33px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.mobile-menu-list li.menu-heading.item a,
.mobile-menu-list li a.ps-widget {
    color: #9479A9;
    font-size: 22px;
    letter-spacing: -0.37px;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 800;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.mobile-menu-list li {
    padding: 0;
}

.mobile-menu-list li.menu-heading {
    color: #9479A9;
    font-size: 22px;
    letter-spacing: -0.37px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 800;
}

.mobile-menu .menu-close {
    display: none;
    transition: all .3s ease-in-out;
}

.mobile-menu.active {
    background-color: #180432;
    border-color: #180432;
}

.mobile-menu .menu-open {
    display: block;
}

.mobile-menu.active .menu-close {
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}

.mobile-menu-list.active {
    opacity: 0;
    z-index: -1;
}

li.item.active {
    display: block !important;
}

li.item.active>a {
    display: none;
}

.back-element {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border: 1px solid #714D8C;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    z-index: 9999;
    top: 50%;
    transform: translateY(-50%);
    left: 21px;
    color: #fff;
    z-index: 1000000;
    display: none;
}

.back-element.active {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*-------------------------*/


/* 02 - Snack Brand CSS 
/*-------------------------*/

.snack-product-deatils .snack-deatils-fetured-img {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #D3D3D3;
    max-width: 492px;
}

.snack-featured-deatils.snack-product-deatils .snack-deatils-fetured-img {
    padding: 15px;
}

.snack-deatils-fetured-img.prImage {
    max-height: 470px;
    height: 100%;
    width: 100%;
    text-align: center;
}

.snack-deatils-fetured-img.prImage img {
    height: auto;
    width: auto;
    max-height: 470px;
}

.snack-deatils-fetured-img img {
    width: 100%;
}

.snack-branding {
    background-color: #000000;
    padding-top: 60px;
    padding-bottom: 0;
}

.snack-branding.snack-white-branding.branding-bg.snack-home-branding {
    padding-top: 25px;
}

.snack-brand-logo ul {
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
}

.snack-brand-logo ul li {
    display: inline-block;
    padding: 0 10px;
}

.snack-brand-logo ul li a {
    display: block;
}

.snack-brand-logo ul li:first-child a {
    padding-left: 0;
}

.snack-brand-shear ul li {
    display: inline-block;
    padding: 0;
}

.snack-brand-shear ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: 48px;
    width: 48px;
    line-height: 51px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    margin: 0 2px;
    box-shadow: 0 2px 4px -1px rgba(9, 30, 66, .6);
    transform: translate(0);
    transition: 400ms;
    font-family: 'Nunito', sans-serif;
}

.snack-brand-shear ul li a:hover {
    box-shadow: 0 6px 12px -3px rgba(9, 30, 66, .4);
    transform: translate(0, -3px);
}

.snack-brand-shear ul li a.pintarest {
    background-color: #BF0112;
}

.snack-brand-shear ul li a.facebook {
    background-color: #0259CF;
}

.snack-brand-shear ul li a.twitter {
    background-color: #00acee;
}

.snack-brand-shear ul li a.twitter {
    background-color: #00acee;
}

.snack-brand-shear ul li a.mail {
    background-color: #9D9C9C;
    line-height: 47px;
}

.snack-brand-shear ul li a.print {
    background-color: #9D9C9C;
}

.snack-brand-shear ul li:last-child a {
    margin-right: 0;
}

.snack-brand-name h1,
.snack-brand-name h2 {
    color: #000000;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -0.17px;
    line-height: 43px;
    font-family: 'Nunito', sans-serif;
}

.snack-brand-logo.right-logo li a {
    width: 90%;
    padding: 0 1px;
    font-family: 'Nunito', sans-serif;
}

.single-slider {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.slider-title {
    height: auto;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 1px 3px 0 rgba(255, 255, 255, 0.5), 0 6px 10px 1px rgba(0, 0, 0, 0.32);
    position: absolute;
    left: 15px;
    bottom: 20px;
    width: 320px;
    padding: 15px;
    z-index: 10000;
}

h4.slider-title {
    color: #000000;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.38px;
    line-height: 1.2;
}

.slider-title .heart-link {
    position: absolute;
    right: 15px;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

.branding-bg {
    position: relative;
    z-index: 1;
}

.branding-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    height: 500px;
    z-index: -1;
    background-image: url(img/hero/bg-2.png);
    background-position: 16px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.snack-branding.snack-white-branding.branding-bg {
    padding-bottom: 30px;
}

.snack-brand-name.center-brand-name h2 {
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif;
}

.snack-related-product-title h2,
.section-title h3 {
    color: #000000;
    font-weight: 800;
    font-size: 32px;
    letter-spacing: -0.17px;
    line-height: 43px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}


/*-------------------------*/


/* 03 - Snack Hero CSS 
/*-------------------------*/

.snack-hero-area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    height: 535px;
    position: relative;
}

.snack-hero-area.home-page-hero-area {
    height: auto;
    position: relative;
    z-index: 9;
}

.snack-hero-img {
    margin-top: 65px;
}

.snack-hero-info {
    margin-top: 60px;
}

.snack-hero-info.duplo-info-summary {
    padding-right: 21px;
}

.snack-hero-info-bottom-img {
    position: absolute;
    left: 20%;
    bottom: -70px;
}

.snack-oreo-evergreen-area {
    height: 689px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.snack-hero-info p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
    margin-top: 25px;
    font-family: 'Nunito', sans-serif;
}

.snack-hero-video img {
    width: 100%;
    height: 100%;
}

.snack-video-btn {
    height: 72px;
    width: 72px;
    border-radius: 50px;
    background-color: rgba(79, 34, 113, 0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    line-height: 72px;
    font-size: 22px;
    transition: all .3s ease-in-out;
}

.snack-video-btn:hover {
    background-color: #fff;
    color: #4F2271;
}

.snack-video-btn i {
    margin-left: 5px;
    line-height: 72px;
}

.snack-video-btn.snack-video-btn-right {
    width: 55px;
    height: 55px;
    line-height: 55px;
    right: 13px !important;
    bottom: 10px !important;
    left: auto;
    top: auto;
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    background-color: rgba(255, 255, 255, .8);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.snack-video-btn.snack-video-btn-right:hover {
    background-color: rgba(255, 255, 255, 1);
}

.snack-video-btn.snack-video-btn-right i {
    line-height: 57px;
    color: rgba(0, 0, 0, .7);
}

.snack-hero-area .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.snack-hero-area .owl-nav .owl-next {
    position: absolute;
    right: 30px;
    top: 0;
    z-index: 9;
}

.snack-hero-area .owl-nav .owl-prev {
    left: 30px;
    position: absolute;
}

.owl-nav button {
    height: 48px;
    width: 48px;
    background-color: rgba(0, 0, 0, .24) !important;
    border-radius: 50%;
}

.owl-nav button:hover {
    background-color: rgba(0, 0, 0, 1) !important;
}

.snack-hero-area .owl-nav button i {
    color: #fff;
}

.snack-hero-area .owl-nav button:focus {
    outline: none;
    border-radius: 50%;
}


/*-------------------------*/


/* 03 - Snack Hero CSS 
/*-------------------------*/

.snack-newtons-area {
    background: #F5C703;
    padding: 119px 0 50px !important;
    margin-top: -70px;
}

.snack-oreo-evergreen-summary.brand-duplo-summary {
    padding-right: 0;
}

.snack-oreo-evergreen-summary h1 {
    color: #481E64;
    font-weight: 700;
    font-size: 38px;
    letter-spacing: -0.16px;
    line-height: 40px;
    max-width: 508px;
    margin-top: -74px;
    margin-left: 40px;
    font-family: 'Nunito', sans-serif;
}

.snack-oreo-evergreen-summary p {
    color: #98D1F3;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.4px;
    line-height: 29px;
    font-family: 'Nunito', sans-serif;
}

.oreo-image {
    height: 695px;
    overflow: hidden;
}

.oreo-image img {
    width: 100%;
    height: 695px;
}


/*-------------------------*/


/* 04 - Snack Oreo Product CSS 
/*-------------------------*/

.hidden {
    visibility: hidden;
    width: 0px !important;
    height: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}


/* clear fix */

.isotope:after {
    content: '';
    display: block;
    clear: both;
}


/* ---- .element-item ---- */

.element-item>* {
    margin: 0;
    padding: 0;
}

.snack-product-filter {
    text-align: center;
    margin-bottom: 40px;
}

.snack-product-filter h2 {
    float: left;
    font-family: 'Nunito', sans-serif;
}

.product-filter {
    border: 1px solid #E5E5E5;
    border-radius: 30px;
    padding: 5px 13px;
    display: inline-block;
}

.product-filter li {
    height: 40px;
    color: #4F2271;
    font-size: 18px;
    font-weight: bold;
    border-radius: 32.5px;
    background-color: #FFFFFF;
    border: 1px solid rgba(148, 121, 169, 0.64);
    display: inline-block;
    cursor: pointer;
    padding: 8px 38px 8px 15px;
    line-height: 23px;
    transition: all .3s ease-in-out;
    position: relative;
}

.product-filter li:nth-child(2) {
    padding: 8px 15px !important;
}

.product-filter li.is-checked,
.product-filter li:hover {
    background-color: #4F2271;
    color: #fff;
}

.product-filter li+li:after {
    position: absolute;
    right: 13px;
    top: 9px;
    content: "\efc2";
    width: 15px;
    height: 15px;
    font-family: IcoFont;
    font-size: 11px;
}

.product-filter li.refresh {
    border: none;
    padding: 0;
    height: auto;
    background: none;
    color: #714D8C;
    padding-left: 9px;
}

.product-filter li.refresh:after {
    content: "";
}

.product-filter span {
    opacity: 0.48;
    color: #4F2271;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.btn-more {
    width: auto;
    margin: 0 auto;
    display: inherit;
    position: relative;
    padding-left: 40px;
    padding-right: 20px;
    font-family: 'Nunito', sans-serif;
}

.btn-more i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-more:focus {
    outline: none;
}

.btn-more i {
    color: #B7B7B7;
}

button.btn-border.btn-more.mTop {
    margin-top: 80px;
}

.element-item {
    margin-bottom: 15px !important;
    padding: 0 7.5px;
}

.element-item-wrapper {
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-bottom: 1px;
    transition: all .3s ease-in-out;
    transform: translateY(0px);
    height: 100%;
}

.element-item-wrapper:hover {
    transform: translateY(-4px);
}

.element-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 274.5px;
    overflow: hidden;
}


/* REMOVED BY AC 1.22.21 TO FIX PHOTO SCALING*/

#recipe .element-item-wrapper>a,
.recipeItem .element-item-img {
    max-height: 274.5px;
    min-height: 274.5px;
    overflow: hidden;
}

.recipeItem .element-item-img {
    align-items: flex-start;
}

@media(min-width:1200px) {
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img,
    .element-item-img,
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img #recipe .element-item-wrapper>a,
    .recipeItem .element-item-img,
    .snack-product-recipe-inner .element-item-wrapper a img {
        /* min-height: 274.5px; HIDDEN BY AC 02.26.21 */
    }
    /*
  .snack-product-recipe-inner .element-item-wrapper a img, #recipe .element-item-wrapper > a > img, .recipeItem .element-item-wrapper img, .recipeItem .element-item-img img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  */
}

@media (min-width:992px) and (max-width:1199px) {
    .snack-product-recipe-inner .element-item-wrapper.product-deatils-item-wrapper a img {
        height: 100% !important;
        min-height: 100%;
        max-height: 100%;
    }
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img,
    .element-item-img,
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img #recipe .element-item-wrapper>a,
    .recipeItem .element-item-img,
    .snack-product-recipe-inner .element-item-wrapper a img {
        min-height: 223px;
        max-height: 223px;
    }
    .snack-product-recipe-inner .element-item-wrapper a img,
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .snack-product-recipe-inner .element-item-wrapper.product-deatils-item-wrapper a img {
        height: 100% !important;
        min-height: 100%;
        max-height: 100%;
    }
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img,
    .element-item-img,
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img #recipe .element-item-wrapper>a,
    .recipeItem .element-item-img,
    .snack-product-recipe-inner .element-item-wrapper a img {
        min-height: 163px;
        max-height: 163px;
    }
    .snack-product-recipe-inner .element-item-wrapper a img,
    #recipe .element-item-wrapper>a>img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .snack-product-recipe-inner .element-item-wrapper.product-deatils-item-wrapper a img {
        height: 100% !important;
        min-height: 100%;
        max-height: 100%;
    }
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img,
    .element-item-img,
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img #recipe .element-item-wrapper>a,
    .recipeItem .element-item-img,
    .snack-product-recipe-inner .element-item-wrapper a img {
        min-height: 245px;
        max-height: 245px;
    }
    .snack-product-recipe-inner .element-item-wrapper a img,
    #recipe .element-item-wrapper>a>img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }
    .recipeItem .element-item-img img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
}

@media (max-width:575px) {
    .snack-product-recipe-inner .element-item-wrapper {
        height: 100% !important;
    }
    .snack-product-recipe-inner .element-item-wrapper.product-deatils-item-wrapper a img {
        height: 100% !important;
        min-height: 100%;
        max-height: 100%;
    }
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img,
    .element-item-img,
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img #recipe .element-item-wrapper>a,
    .recipeItem .element-item-img,
    .snack-product-recipe-inner .element-item-wrapper a img {
        min-height: 163px;
        max-height: 163px;
    }
    .snack-product-recipe-inner .element-item-wrapper a img,
    #recipe .element-item-wrapper>a>img,
    .recipeItem .element-item-wrapper img,
    .recipeItem .element-item-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

#recipe .element-item-wrapper>a {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.snack-oreo-product .ps-widget[ps-sku],
.snack-oreo-product .ps-widget[data-ps-sku],
.search-inner-wrap .element-title.Brandlisttitle .ps-widget[ps-sku],
.search-inner-wrap .element-title.Brandlisttitle .ps-widget[data-ps-sku] {
    float: none;
    display: inline-block;
    max-width: 100px;
    margin: 0 auto;
    margin-top: 15px;
    border-radius: 50px;
}

.snack-oreo-product .ps-widget[ps-sku]:focus,
.snack-oreo-product .ps-widget[data-ps-sku]:focus {
    outline: none;
    box-shadow: none;
}

.element-title {
    padding: 20px 15px;
}

.element-title-box h2 {
    color: #fff !important;
    font-size: 21px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.33px;
    transition: all .3s ease-in-out;
    font-family: 'Nunito', sans-serif;
}

.element-title-box {
    position: absolute;
    left: 0;
    bottom: 40px;
    text-align: center;
    width: 100%;
}

.element-title-box.product-deatils-element-title-box {
    top: 15px;
    left: 15px;
    width: auto;
    text-align: left;
    height: auto;
}

.element-title-box.product-deatils-element-title-box h2 {
    color: #FFFFFF;
    font-weight: 800;
    font-size: 24px;
    letter-spacing: -0.38px;
    line-height: 1;
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif;
}

.element-title-box.product-deatils-element-title-box p {
    color: #B6BCC6;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.element-title.font-reduce h2:hover {
    color: #4F2271 !important;
}

.element-title.font-reduce h2 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.33px;
    line-height: 26px;
    display: block;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.element-item-wrapper h2 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.33px;
    line-height: 26px;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Nunito', sans-serif;
}

.element-title a h2 {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.33px;
    line-height: 26px;
    display: block;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Nunito', sans-serif;
}

h2.element-title {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.33px;
    line-height: 26px;
    display: block;
    transition: all .3s ease-in-out;
    font-family: 'Nunito', sans-serif;
}

.element-item-wrapper h2:hover,
.element-title-box h2:hover {
    color: #4F2271 !important;
}

.element-item-wrapper img {
    width: 100%;
    height: auto;
    max-height: auto;
}

.element-item-wrapper.element-item-responsive-height>img {
    height: auto;
    max-height: 100%;
}

.element-item-wrapper.product-deatils-item-wrapper.relative.height-auto>img {
    max-height: 100%;
}

.product-wd-25 {
    width: 25%;
}

.product-wd-50 {
    width: 50%;
}

.product-wd-100 {
    width: 100%;
}

.recipeSearchResultFloating .element-item.product-wd-25 {
    float: left;
}

.element-item.product-wd-100.sweet.brands.product {
    margin-bottom: 30px !important;
}

.product-wd-100 .element-item-wrapper {
    height: 490px;
    overflow: hidden;
}

.portfolio-inner .product-item {
    float: left;
    padding: 15px;
}

.portfolio-inner {
    overflow: hidden;
    margin: 0 -7.5px;
}

.relative {
    position: relative;
}

.product-wd-50 .element-item-wrapper img {
    height: 100%;
}

.product-wd-25 .product-item-inner {
    height: 265px;
    width: 100%;
}

.product-wd-50 .product-item-inner {
    height: 560px;
    width: 100%;
}

.product-wd-25 .element-item-wrapper {
    height: 365px;
}

.product-wd-50 .element-item-wrapper {
    height: 774px;
}

.all-recipe-isotope .product-wd-50 .element-item-wrapper {
    height: 380px;
}

.product-wd-50 .element-item-wrapper.product-deatils-item-wrapper {
    height: 380px;
}

.product-item-inner img {
    width: 100%;
    height: 100%;
}

.product-item-inner .icon li a:hover {
    text-shadow: 0 0 6px #fff;
    border-radius: 50%;
}

.snack-product-recipe-inner {
    margin-bottom: 15px;
}

.element-item-info h1 {
    font-size: 52px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: -.16px;
    margin-bottom: 13px;
    font-family: 'Nunito', sans-serif;
}

.element-item-info p {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -.16px;
    max-width: 530px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.all-recipe-isotope {
    position: relative;
}

.element-item-wrapper h2 a {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.33px;
    line-height: 26px;
    display: block;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.element-item-wrapper h2 a:hover,
.element-title-box h2 a:hover {
    color: #4F2271 !important;
}

.snack-oreo-product .element-item-wrapper .element-item-img {
    padding: 15px;
}


/*----------------------------------------*/


/* 05 - Snack Oreo Popular Product CSS 
/*---------------------------------------*/

.snack-popular-product {
    background-image: url(img/bg-dot.png);
}

.heart-link {
    height: 40px;
    width: 40px;
    border: 4px solid #A42222;
    border-radius: 50px;
    background-color: #A42222;
    display: inline-block;
    text-align: center;
    line-height: 37px;
    position: absolute;
    top: 15px;
    left: 15px;
    display: none;
}

.heart-link i {
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.heart-link i:before {
    font-family: fontawesome;
    content: '\f08a';
    font-style: normal;
}

.heart-link span {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    visibility: hidden;
    transition: .6s;
    z-index: -2;
    font-size: 2px;
    color: transparent;
    font-weight: 400;
}

.heart-link i.press {
    animation: size .4s;
    color: #fff;
}

.heart-link i.press:before {
    content: '\f004';
}

.heart-link span.press {
    bottom: 120px;
    font-size: 14px;
    visibility: visible;
    animation: fade 1s;
}

@keyframes fade {
    0% {
        color: transparent;
    }
    10% {
        color: #1B8CFD;
    }
    100% {
        color: transparent;
    }
}

@keyframes size {
    0% {
        /* padding: 10px 12px 8px;
        */
        padding: 0;
    }
    50% {
        /* padding: 14px 16px 12px;
        */
        padding: 0;
        margin-top: -4px;
    }
    100% {
        padding: 0;
        /* padding: 10px 12px 8px;
        */
    }
}


/* .heart-link i {
    color: #fff;
}
*/

.popular-product img.h-100 {
    height: 100%;
}

.element-title-left-position {
    position: absolute;
    left: 15px;
    bottom: 40px;
}

.element-title-left-position h2 a {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -0.33px;
    line-height: 44px;
    font-family: 'Nunito', sans-serif;
}

.element-title-bg-white {
    background: rgba(255, 255, 255, .80);
    display: inline-block;
    text-align: center;
    padding: 14px 42.799px;
    border-radius: 5px;
}

.element-title-left-position.element-title-bg-white {
    color: #000;
    bottom: 10px;
}

.element-title-bg-white h2 a {
    color: #000;
    font-size: 21px;
    letter-spacing: -.16px;
    line-height: 26px;
    font-family: 'Nunito', sans-serif;
}

.video-time {
    opacity: 0.48;
    color: #FFFFFF;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: -0.33px;
    line-height: 44px;
    position: absolute;
    right: 15px;
    bottom: 40px;
}

.popular-product-btn-wrapper a {
    width: 225px;
    margin-top: 40px;
    font-family: 'Nunito', sans-serif;
}


/*----------------------------------------*/


/* 05 - Snack Footer CSS 
/*---------------------------------------*/

.snack-footer {
    padding: 85px 0;
    background-image: url(img/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 44%;
}

.snack-footer.brand-footer {
    background-image: url(img/footer-bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.product-logo-link li {
    display: inline-block;
    padding: 0;
}

.product-logo-link {
    text-align: center;
    margin-top: -15px;
}

.product-logo-link li a {
    display: block;
}

.widget-menu-link li {
    padding: 0;
}

.widget-menu-link li a {
    color: #9D9C9C;
    font-size: 14px;
    letter-spacing: -0.23px;
    line-height: 22px;
    display: block;
    transition: all .3s ease-in-out;
    font-weight: 400 !important;
    font-family: 'Nunito', sans-serif;
}

.widget-menu-link li a:hover {
    color: #4F2271;
}

.footer-copyright a {
    margin-bottom: 20px;
    display: inline-block;
}

.widget-menu-link li a .fAccess {
    margin-top: 5px;
}

.footer-copyright p {
    color: #9D9C9C;
    font-size: 13px;
    letter-spacing: -0.22px;
    line-height: 28px;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}


/*----------------------------------------*/


/* 06 - Snack Deatils CSS 
/*---------------------------------------*/

.snack-deatils-area {
    padding-top: 50px;
}

.snack-deatils-area.product-deatils-area {
    padding-top: 90px;
}

.snack-featured-deatils {
    padding-bottom: 40px;
    overflow: hidden;
}

.snack-deatils-summary h1 {
    color: #000000;
    font-size: 52px;
    letter-spacing: -0.16px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 21px;
    font-family: 'Nunito', sans-serif;
}

.snack-deatils-summary p {
    color: #636362;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

.snack-deatils-featurs {
    background-color: rgba(93, 203, 233, .12);
    padding: 15px;
    border-radius: 8px;
    margin-top: 30px;
}

.snack-product-deatils .snack-deatils-featurs {
    max-width: 330px;
}

.snack-single-feture {
    background-color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    height: 100%;
}

.snack-single-feture h3 {
    color: #A42222;
    font-size: 22px;
    letter-spacing: -0.16px;
    line-height: 30px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.snack-deatils-summary.for-recipe h1 {
    margin-top: 15px;
    font-family: 'Nunito', sans-serif;
}

.i {
    font-style: normal;
    font-weight: 800;
}

.snack-single-feture-content p {
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

.snack-deatils-recipe-feture .snack-single-feture h3 {
    color: #A42222;
    font-size: 17px;
    letter-spacing: -0.34px;
    line-height: 22px;
    font-weight: 800;
}

.snack-deatils-recipe-feture .snack-single-feture-content p {
    color: #9D9C9C;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

.snack-deatils-facts {
    border: 1px solid #E1E1E1;
    padding: 25px;
    border-radius: 8px;
}

.snack-deatils-info h4 {
    color: #000000;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.34px;
    line-height: 30px;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.snack-deatils-info span {
    color: #000000;
    font-size: 18px;
    line-height: 25px;
}

.amount {
    border-top: 5px solid #000;
    padding-top: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.amount strong {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 34px;
}

.amount p {
    color: #000000;
    font-size: 16px;
    text-align: right;
    padding: 0;
    line-height: 1;
    font-family: 'Nunito', sans-serif;
}

.deatils-list li {
    border-top: 1px solid #000;
    padding: 5px 0;
}

.deatils-list li:last-child {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    font-size: 16px;
    line-height: 34px;
    text-align: right;
}

.deatils-fact-list li {
    border-bottom: 1px solid #000;
    padding: 5px 0;
}

.deatils-fact-list li .fat-list-item p {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    font-family: 'Nunito', sans-serif;
}

.deatils-fact-list li:nth-child(11) {
    border-bottom: 2px solid #000;
}

.fat-list-item.pl-15 {
    padding-left: 15px;
}

p.pragraph-info {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
}

.facts-table-head {
    border-bottom: 1px solid #000;
    padding: 5px 0;
}

.facts-table-head-info p {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    padding: 0;
}

.facts-table-content {
    margin-top: 5px;
}

.facts-table-content-info p {
    color: #000000;
    font-size: 15px;
    line-height: 18px;
    padding: .6px 0;
    font-family: 'Nunito', sans-serif;
}

.snack-product-filter h2 {
    display: inline-block;
    font-family: 'Nunito', sans-serif;
}

.oreo-product-link {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: block;
}

.snack-deatils h4 {
    color: #000000;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.34px;
    line-height: 30px;
    margin-bottom: 17px;
    font-family: 'Nunito', sans-serif;
}

div#recipe_tips h2 {
    color: #000000;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.34px;
    line-height: 30px;
    margin-bottom: 17px;
    font-family: 'Nunito', sans-serif;
}

div#recipe_tips p span {
    display: block;
    font-weight: 800;
    color: #484a63;
    font-family: 'Nunito', sans-serif;
}

.snack-deatils h5 {
    margin-bottom: 8px;
    font-family: 'Nunito', sans-serif;
}

.snack-deatils p {
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
}

.owl-dots {
    position: absolute;
    bottom: 25px;
    width: auto;
    z-index: 1;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 5px;
}

.owl-dots .owl-dot:focus {
    outline: none;
}

.owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
    background-color: rgba(255, 255, 255, 0.56);
    transition: all .3s cubic-bezier(0.075, 0.82, 0.165, 1);
    display: block;
    border-radius: 4px;
}

.owl-dots .owl-dot.active span {
    height: 8px;
    width: 25px;
    background-color: #fff;
}

.recipe-fetured-product {
    margin-top: 31px;
    margin-bottom: 20px;
}

.recipe-fetured-video {
    margin-top: 30px;
}

.recipe-fetured-product h4 {
    color: #000000;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.34px;
    line-height: 30px;
    padding-left: 15px;
    font-family: 'Nunito', sans-serif;
}

.snack-deatils-summary {
    margin-left: 25px;
}

.snack-deatils-summary-info {
    padding-left: 25px;
    padding-top: 30px;
}

.snack-deatils-summary-info h5 {
    color: #4F2271;
    font-weight: 800;
    font-size: 22px;
    letter-spacing: -0.34px;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
}

.snack-deatils-fetured-img {
    border-radius: 8px;
    overflow: hidden;
}

.snack-deatils-single-info-list li {
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0 0;
    position: relative;
}

.snack-deatils-single-info-list.ingredients li {
    padding: 15px 0;
}

ul.bullets_outside li i {
    font-style: normal !important;
    font-weight: 800 !important;
}

.snack-deatils-single-info-list.list-number li {
    padding-left: 30px;
}

.snack-deatils-single-info-list li span {
    color: #A42222;
    font-weight: 800;
    font-size: 18px;
    line-height: 26px;
    position: absolute;
    left: 0;
    top: 10px;
}

.snack-deatils-single-info-list li span.recipe_instructions_action,
.snack-deatils-single-info-list li span.red {
    position: initial;
    color: #FF0000;
    font-weight: 700;
}

.snack-deatils-info>p {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

.deatils-recipe-list-info li .fat-list-item p {
    color: #000000;
    font-size: 16px;
    line-height: 34px;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

.deatils-recipe-list-info li {
    padding: .5px 0;
    border-bottom: 1px solid #E1E1E1;
}

.deatils-recipe-list-info li:last-child {
    border: none;
}

.btn-expend {
    position: absolute;
    bottom: -15px;
    z-index: 999;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 15px;
    transition: all .3s ease-in-out;
    color: #4F2271;
}

.btn-expend:hover {
    color: #4F2271;
}

.deatils-info-overlay {
    position: relative;
    max-height: 350px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.deatils-info-overlay.-expanded {
    max-height: 100%;
    padding-bottom: 15px;
    transition: all .3s ease-in-out;
}

.deatils-info-overlay:not(.-expanded)::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(img/recipe-deatils/Overlay.png);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s ease-in-out;
}

.deatils-info-overlay {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.searchInfobox {
    position: absolute;
    width: 100%;
    height: auto;
    display: none;
    left: 0;
    top: calc(100%);
    background: #fff;
    box-shadow: 0 2px 5px #666;
    border-radius: 0 0 8.5px 8.5px;
    z-index: 110
}

.searchInfobox a.sbtn:last-child {
    border-bottom: none !important;
}

.searchInfobox .sbtn {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
    padding: 4px 15px;
    transition: all 300ms;
    font-family: 'Nunito', sans-serif;
}

.searchInfobox a.sbtn {
    border-bottom: 1px solid #ccc
}

.searchInfobox a>img {
    width: 32px;
    margin-right: 15px;
    display: block;
    float: left;
    margin-top: 4px;
}

.searchInfobox span>strong {
    text-transform: capitalize;
    color: #000;
    font-size: 14px;
    line-height: 15px;
    display: block;
    font-weight: normal;
    padding-top: 2px;
}

.searchInfobox span>i {
    color: #4F2271;
    font-style: normal;
    font-size: 12px;
    font-weight: bold;
}

a.sbtn.recipeLink span {
    font-size: 12px;
    font-weight: bold;
    color: #4F2271;
}

a.sbtn.productLink span {
    font-size: 12px;
    font-weight: bold;
    color: #4F2271;
}

.jssocials-shares {
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #4F2271 !important;
    color: #fff !important;
}

.ui-selectmenu-menu-dropdown::-webkit-scrollbar {
    width: .6em;
}

.ui-selectmenu-menu-dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.ui-selectmenu-menu-dropdown::-webkit-scrollbar-thumb {
    background-color: #4f2271;
    border-radius: 10px;
}

.ui-selectmenu-menu-dropdown::-webkit-scrollbar {
    width: .6em;
}

.ui-selectmenu-menu-dropdown::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.ui-selectmenu-menu-dropdown::-webkit-scrollbar-thumb {
    background-color: #4f2271;
    border-radius: 10px;
}

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
    font-size: 15px;
    font-weight: normal;
    height: auto !important;
}

.topProductSegment .ui-selectmenu-menu li a,
.topProductSegment .ui-selectmenu-status {
    font-size: 20px !important;
}

.topProductSegment .ui-selectmenu-menu-dropdown {
    width: 340px !important;
}

.ui-selectmenu {
    color: #000000;
    font-size: 10pt;
    font-weight: normal;
    height: auto !important;
}


/* .filter-criteria {
    float: left;
    margin-right: 15px;
    padding: 10px;
    width: 179px;
} */

.filter-criteria {
    float: left;
    padding: 8px;
    width: 14.25%;
}

.filter-criteria {
    flex: 0 0 14.25%;
}

.SortBy .filter-criteria {
    padding-top: 2px;
    margin-right: 0;
}

.ui-selectmenu-icon {
    right: 4px !important;
    width: 10px;
    height: 10px;
}

.ui-selectmenu-menu li a,
.ui-selectmenu-status {
    padding: .405em 1.5em .405em 1em;
}

.ui-selectmenu-icon {
    margin-top: -4px;
}

.filter-criteria-list {
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    border-radius: 30px;
    padding: 0px;
    display: inline-block;
    margin-bottom: 10px;
    border: 1px solid #E5E5E5;
}

.filter-criteria-options.selectedActive .ui-selectmenu-status {
    background-color: #ffffff !important;
    color: #fff !important;
    background: #4F2271 !important;
}

.filter-criteria-options span a.ui-selectmenu {
    color: #4F2271;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: bold;
    height: auto !important;
    width: 100% !important;
    background: none;
    border: 1px solid rgba(148, 121, 169, 0.64);
    border-radius: 20px;
}

.filter-criteria-options span a.ui-selectmenu:focus,
.filter-criteria-options span a.ui-selectmenu:focus-visible {
    outline: none;
    box-shadow: none;
}

span.ui-selectmenu-status {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    min-height: 49.31px;
    display: flex;
    align-items: center;
}

.ui-state-default .ui-icon {
    background-image: url("/~/media/SnackWorks/US2021/assets/img/drop-down-arrow.png") !important;
    background-position: 0 center;
    background-size: cover;
}

.ui-state-hover.ui-state-default .ui-icon {
    background-image: url("/~/media/SnackWorks/US2021/assets/img/drop-down-arrow-hover.png") !important;
}

.selectedActive .ui-state-default .ui-icon {
    background-image: url("/~/media/SnackWorks/US2021/assets/img/drop-down-arrow-hover.png") !important;
}

.ui-selectmenu-icon {
    right: 10px !important;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: none;
    color: #0087C6;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
    color: #0087C6;
}

.filter-summary {
    float: right;
    left: -21px;
    position: relative;
    bottom: 13px;
}

.filter-button {
    float: right;
    visibility: hidden;
    display: none;
}

.filter-summary .remove-filter a {
    font-size: 13px;
    font-weight: 900;
    font-family: 'Nunito', sans-serif;
    color: #4f2170;
}

.SortBy {
    float: right;
    position: relative;
    right: -18px;
    top: -92px;
}

.clearfilter {
    overflow: hidden;
    width: 75%;
    margin-left: 50px;
}

.clearfilter li {
    float: left;
    margin-right: 20px;
    margin-top: 12px;
    display: none;
}

.clearfilter span {
    border-left: 1px solid #CCCCCC;
    color: #0087C6;
    font-size: 15px;
    margin: 5px;
    padding: 5px;
}

.ui-selectmenu-menu ul {
    width: 263px !important;
    border-radius: 10px;
    margin-top: 5px;
}

.ui-selectmenu-menu li.ui-selectmenu-item-focus.ui-state-hover a {
    color: #fff;
}

.filter-text {
    min-height: 43px;
}

.clearfilter {
    overflow: hidden;
    width: 75%;
    margin-left: 50px;
}

.clearfilter li {
    float: left;
    margin-right: 20px;
}

.clearfilter span {
    border-left: 1px solid #CCCCCC;
    color: #0087C6;
    font-size: 15px;
    margin: 5px;
    padding: 5px;
}

.filter-text {
    min-height: 43px;
}

.snack-product-recipe-inner .element-item-wrapper {
    height: 368px;
    margin-bottom: 0;
}

.snack-product-recipe-inner .element-item-wrapper.product-deatils-item-wrapper a img {
    height: auto;
    width: 100%;
}

.snack-deatils-info h5 {
    line-height: 19px;
    font-family: 'Nunito', sans-serif;
}

.snack-more-link-area {
    border: 1px solid #D8D8D8;
    border-left: none;
    border-right: none;
    padding: 30px 0;
}

.snack-more-link-area a {
    padding: 0 17px;
    border-color: #9479A9;
    color: #714D8C;
    font-weight: 700;
    margin-left: 7px;
    font-family: 'Nunito', sans-serif;
}

.snack-more-link-area span {
    color: #4F2271;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.34px;
    line-height: 30px;
    font-family: 'Nunito', sans-serif;
}

.snack-product-recipe {
    position: relative;
    z-index: 1;
}

.snack-product-recipe:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background-image: url(img/hero/bg-2.png);
    height: 395px;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.snack-product-recipe-inner {
    margin-bottom: 15px;
    display: none;
}

.snacks-header .snack-header-alt {
    background-image: url(img/header-bg--alt.png);
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.snacks-header .snack-header-alt nav {
    height: 70px;
    border-radius: 0;
    background: none;
    position: relative;
    z-index: 100;
}

.snack-product-recipe-inner .element-item-wrapper.Brandlist {
    clear: initial;
    border: 1px solid #e0e9fb;
    border-radius: 15px;
    margin: 0 0 15px;
    padding: 30px 15px;
    min-height: 332px;
    transition: all .3s ease-in-out;
    transform: translateY(0);
    text-align: center;
}

.recipeClass {
    transition: all .3s ease-in-out;
    margin-bottom: 15px;
    display: none
}

.element-item-wrapper.Brandlist {
    padding: 15px;
}

.element-item-wrapper.Brandlist .element-title.Brandlisttitle a h2 {
    color: #1E2F4F;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -.33px;
    line-height: 26px;
    font-family: 'Nunito', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
    text-align: center;
}

.element-item-wrapper.Brandlist .element-title.Brandlisttitle a h2:hover {
    color: #4F2271;
}

.element-item-wrapper.Brandlist .element-title.Brandlisttitle a h2::first-letter {
    text-transform: capitalize !important;
}

.snack-search-tab {
    justify-content: center;
    margin-bottom: 30px;
}

.snack-search-tab.nav-pills a.nav-link {
    height: 50px;
    border: 1px solid #D8D8D8;
    border-radius: 32.5px;
    background-color: #FFFFFF;
    text-align: center;
    color: #646464;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s cubic-bezier(0.47, 0, 0.745, 0.715);
    display: inline-block;
    line-height: 50px;
    font-family: 'Nunito', sans-serif;
    padding: 0 30px !important;
    margin: 0 10px;
}

.snack-search-tab.nav-pills a.nav-link.active,
.snack-search-tab.nav-pills .show>.nav-link,
.snack-search-tab.nav-pills a.nav-link:hover,
.snack-search-tab.nav-pills .show>.nav-link:focus {
    border-color: #4F2271;
    background-color: #4F2271;
    color: #fff;
}

.snack-search-wrap {
    margin-top: 50px;
    margin-bottom: 40px;
}

.search-inner-wrap .element-item-wrapper.Brandlist>a {
    max-height: 185px;
    display: block;
    margin-top: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.element-item-wrapper.Brandlist>a img {
    max-height: 185px;
    width: auto;
}

.snack-brand-shear .jssocials-shares {
    padding: 0 !important;
}

.recipeList {
    display: none;
}

.premium-plus-social .jssocials-shares {
    padding-top: 0 !important;
}

.snack-brand-shear.ritz-social .jssocials-shares {
    padding-top: 0 !important;
}

.recipe-fetured-product {
    display: none;
}

.snack-brand-shear.wheat-thins-social .jssocials-shares {
    padding-top: 37px !important;
}

.overlay {
    position: relative;
}

.overlay:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    content: "";
    z-index: 15;
}

div#content {
    background-color: #fff;
}

.element-item-wrapper-recipe.seachTitle {
    padding-top: 60px;
}

form.mobile-search.searchForm {
    display: none;
}

nav#search_results_nav {
    display: none !important;
}

span.close img {
    width: auto !important;
    height: auto !important;
}

span.chocolate-icon img {
    width: auto !important;
    height: auto !important;
}

.col-lg-8.pBar {
    margin-bottom: 10px;
}

.col-lg-4.pBar {
    margin-bottom: 10px;
}

.recipeSearchResultFloating .element-item-wrapper img {
    width: 100%;
    max-height: 185px;
}

.container_24 .content_wrapper .shadow {
    display: none !important;
}

.secondary .container_24 {
    margin-top: 30px !important;
}

h1.brand-page-product-data-title,
h3.brand-page-product-data-title {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    margin: 40px auto 0px auto;
    font-family: 'Nunito', sans-serif !important;
}

.bullets_outside {
    margin-bottom: 30px;
}

button#load-more-product-2 {
    margin-bottom: 30px;
}

h2.noResult {
    text-align: center;
    padding: 150px 0;
    height: 38vh;
    min-height: 39vh;
}

section.Recipebanner .element-item-wrapper-recipe {
    margin: 0 auto;
}

.tabSearhForm>.input-group {
    position: relative;
}

.tabSearhForm .input-group-prepend {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 1;
}

#Searchmaginfy2 {
    border-radius: 30px 0 0 30px;
    height: 46px;
    background: transparent;
    border-right: 0;
    border-color: transparent;
}

#SearchData2:focus {
    padding-left: 45px
}

.tabSearhForm .searchInfobox {
    display: none
}

.tabSearhForm.sfocus .input-group-prepend {
    display: block;
}

.tabSearhForm.sfocus:after {
    background-image: none !important;
}


/*404 page css */

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 850px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.notfound .notfound-404 {
    position: absolute;
    height: 100px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: 'Nunito', sans-serif;
    color: #ececec;
    font-weight: 900;
    font-size: 276px;
    margin: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound h2 {
    font-family: 'Nunito', sans-serif;
    font-size: 46px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
}

.notfound p {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;
    font-family: 'Nunito', sans-serif;
}

.notfound a {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #4f2271;
    display: inline-block;
    padding: 16px 38px;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    background-color: #fff;
    border-color: #4f2271;
    color: #4f2271;
}

a.item-pos {
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    background-color: #4F2271;
    border-color: #4F2271;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 30px;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Nunito', sans-serif;
    border-radius: 32.5px;
    display: block;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.default-brand-product-load-more,
.default-brand-recipe-load-more {
    margin-top: 44px;
}

.productClass {
    display: none;
    margin-bottom: 15px;
    transition: all .3s ease-in-out;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.product-deatils-btn-wrap a+a {
    margin-left: 15px;
}

.product-deatils-btn-wrap a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-color: #ABC5DD;
    color: #2C6DAA;
    font-weight: 600;
    padding: 0 17.493px;
    font-family: 'Nunito', sans-serif;
}

.product-deatils-btn-wrap a:hover,
.product-deatils-btn-wrap a.bg-green {
    background-color: #2C6DAA;
    border-color: #2C6DAA;
    color: #fff;
}

.product-deatils-btn-wrap a:hover,
a.bg-green {
    background-color: #2C6DAA;
    border-color: #2C6DAA;
    color: #fff;
}

.ingredients-wrap a.btn-border.bg-green {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
}

.ingredients-wrap a.btn-border.bg-green:hover {
    background-color: #2C6DAA;
    border-color: #2C6DAA;
    color: #fff;
}

.ingredients-wrap {
    margin-top: 30px;
}

.product-deatils-btn-wrap {
    margin-top: 130px;
}

.snack-deatils-wrapper {
    padding-top: 30px;
    overflow: hidden;
}

.recipe-filter li {
    display: inline-block;
    color: #9479A9;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -.17px;
    padding: 0 24px;
    cursor: pointer;
}


/* Related Product Area CSS */

.related-product-area {
    padding: 26px 0 40px;
}

.section-title.text-left h3 {
    text-align: left;
}

.snack-related-product-title h2 {
    text-align: left;
}

.snack-related-product-title h2,
.section-title h3 {
    font-size: 32px;
    line-height: 43px;
    letter-spacing: -.17px;
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.related-product-area .section-title {
    margin-bottom: 25px;
}

.safety-choose-btn {
    margin-top: 56px;
}

.safety-choose-btn h2 {
    font-size: 30px;
    letter-spacing: -.17px;
    line-height: 41px;
    color: #2C6DAA;
    margin-bottom: 6px;
    font-family: 'Nunito', sans-serif;
}

.safety-choose-btn a {
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.safety-choose-btn a:hover {
    background-color: #2C6DAA;
    border-color: #2C6DAA;
}


/* Search CSS */

.snack-search-wrap {
    margin: 65px 0 65px;
}

.snack-search-container {
    max-width: 1040px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.snack-search-container-inner {
    padding: 51px 0 60px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.11);
}

.snack-search-selectors {
    max-width: 566px;
    margin: 0 auto 45px;
}

.snack-search-selectors input {
    border-radius: 22.5px;
    -webkit-border-radius: 22.5px;
    -moz-border-radius: 22.5px;
    -ms-border-radius: 22.5px;
    -o-border-radius: 22.5px;
}

.snack-search-selectors select {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.snack-search-selectors input,
.snack-search-selectors select {
    border-color: #714D8C;
    height: 45px;
    line-height: 48px !important;
    padding: 0 15px !important;
    font-size: 22px !important;
    width: 100%;
}

.snack-search-selectors input:focus,
.snack-search-selectors select:focus,
.select2-container:focus,
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none;
    box-shadow: none;
    border-color: #714D8C;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #714D8C;
    border-radius: 6px;
    height: 45px;
    line-height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 22px;
    line-height: 45px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #714D8C;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected {
    background-color: #714D8C;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #714D8C transparent transparent transparent;
    border-width: 8px 6px 0 6px;
    left: 0;
    top: 22.5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #714D8C transparent;
    border-width: 0 6px 8px 6px;
}

.select2-dropdown {
    border: 1px solid #714D8C;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.snack-search-selectors input::-webkit-input-placeholder,
.snack-search-selectors select::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #B6ACC6;
    font-size: 22px;
    letter-spacing: -.17px;
    font-weight: 600;
}

.snack-search-selectors input::-moz-placeholder,
.snack-search-selectors select::-moz-placeholder {
    /* Firefox 19+ */
    color: #B6ACC6;
    font-size: 22px;
    letter-spacing: -.17px;
    font-weight: 600;
}

.snack-search-selectors input:-ms-input-placeholder,
.snack-search-selectors select:-ms-input-placeholder {
    /* IE 10+ */
    color: #B6ACC6;
    font-size: 22px;
    letter-spacing: -.17px;
    font-weight: 600;
}

.snack-search-selectors input:-moz-placeholder,
.snack-search-selectors select:-moz-placeholder {
    /* Firefox 18- */
    color: #B6ACC6;
    font-size: 22px;
    letter-spacing: -.17px;
    font-weight: 600;
}

.snack-search-selectors #phmaincontent_0_pnlSearch {
    position: relative;
}

.snack-search-selectors #phmaincontent_0_pnlSearch a {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 39px;
    width: 70px;
    background: #714D8C;
    color: #fff;
    border-radius: 0 22.5px 22.5px 00;
    line-height: 39px;
    text-align: center;
    font-size: 14px;
}

.snack-search-title {
    text-align: center;
    margin-bottom: 54px;
}

.snack-search-title p {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif;
}

.snack-search-title h2 {
    color: #000000;
    font-size: 32px;
    line-height: 43px;
    letter-spacing: -.17px;
    margin-bottom: -3px;
    font-family: 'Nunito', sans-serif;
}

.snack-search-result {
    max-width: 518px;
    margin: 0 auto;
}

.snack-search-result h3 {
    font-size: 32px;
    font-weight: 800;
    color: #000000;
    line-height: 43px;
    letter-spacing: -.17px;
    margin: 0;
    margin-bottom: 33px;
    font-family: 'Nunito', sans-serif;
}

.snack-grid-product-info h4 {
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.snack-grid-product-info h4 a {
    color: #000;
    text-decoration: underline;
    display: block;
    font-family: 'Nunito', sans-serif;
}

.snack-grid-product-info span {
    display: block;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    font-family: 'Nunito', sans-serif;
}

.snack-grid-product-info a.more-info {
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
    line-height: 20px;
    color: #FF0000;
    display: block;
    font-family: 'Nunito', sans-serif;
}

.snack-grid-product {
    display: flex;
    align-items: center;
}

.snack-grid-product-img {
    max-width: 153px;
    max-height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 45px;
}

.snack-grid-product-img a {
    display: block;
    font-family: 'Nunito', sans-serif;
}

.snack-search-result .element-item {
    margin-bottom: 55px !important;
}

.recipeSearch {
    display: none;
}


/* CookieText CSS */

#_CookieText {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    min-height: 50px;
    z-index: 1000;
    background: rgb(79, 34, 113, .9);
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    padding: 41px 15px;
}

div#_CookieText p {
    max-width: 970px;
    margin: 0 auto;
    font-family: 'Nunito', sans-serif;
}

div#_CookieText p,
div#_CookieText p a {
    color: #fff;
    font-size: 21px;
    line-height: 28px;
    letter-spacing: -.16px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

div#_CookieText p a {
    text-decoration: underline;
    font-family: 'Nunito', sans-serif;
}

button#CookieEnableNew {
    position: relative;
    display: inline-block;
    border-radius: 50px;
    -webkit-appearance: none;
    width: 297px;
    height: 50px;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    text-transform: capitalize;
    cursor: pointer;
    will-change: color;
    transition: color .2s ease;
    z-index: 1;
    margin-top: .5rem;
    background: #fff;
    color: #636363;
    font-weight: 600;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    font-size: 18px;
    font-weight: 600;
}

button#CookieEnableNew:focus,
button#CookieDeclineNew {
    border: none;
    outline: none;
    box-shadow: none;
}

button#CookieEnableNew:hover {
    color: #fff;
    background: #4F2271;
}

button#CookieDeclineNew {
    right: 10px;
    cursor: pointer;
    position: absolute;
    background: transparent;
    border: none;
    font-size: 20px;
    color: #fff;
    top: 10px;
}

button#CookieEnable {
    display: none;
}

button#CookieDecline {
    display: none;
}

.Acceptbtn {
    text-align: center;
}

.safety-choose-btn {
    margin-top: 56px;
}

.safety-choose-btn h2 {
    font-size: 30px;
    letter-spacing: -.17px;
    line-height: 41px;
    color: #2C6DAA;
    margin-bottom: 6px;
    font-family: 'Nunito', sans-serif;
}

.safety-choose-btn a {
    height: 45px;
    line-height: 45px;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.product-deatils-btn-wrap a:hover,
a.bg-green {
    background-color: #2C6DAA;
    border-color: #2C6DAA;
    color: #fff;
    font-family: 'Nunito', sans-serif;
}

.snack-header-top-bar {
    background: #714D8C;
    padding: 8.5px 0;
    position: relative;
}

.snack-header-top-bar .bar-close {
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    cursor: pointer;
    padding: 15px;
    z-index: 999999999999999999;
}

.snack-header-top-bar-info span {
    color: #fff;
    display: inline-block;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .28px;
    font-family: 'Nunito', sans-serif;
}

.snack-header-top-bar-info {
    text-align: center;
}

.snack-header-top-bar-info a {
    border: 1px solid #957AA9;
    border-radius: 5px;
    background: #4F2271;
    color: #fff;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    display: inline-block;
    font-size: 13.5px;
    letter-spacing: -.17px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.snack-header-top-bar-info a i {
    color: #e0c9f1;
}

.snack-header-top-bar-info a:focus {
    color: #fff;
}


/* Saftey Page CSS */

.snack-safety-wrap {
    padding: 40px 0;
    overflow: hidden;
}

.snack-mid-container {
    max-width: 1006px;
    width: 100%;
    margin: 0 auto;
}

.snack-gray-bg-inner {
    background-color: #f7f5f9;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.snack-gray-info-bg {
    background: #f7f5f9;
    padding: 30px 30px 45px;
    border-radius: 8px;
}

.snack-gray-bg-inner:after {
    position: absolute;
    left: -13.65%;
    top: 0;
    width: 127.3%;
    height: 100%;
    content: "";
    background: url(../img/safety/babuls.png);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
}

.snack-safety-info h1 {
    text-align: center;
    color: #000000;
    font-size: 32px;
    line-height: 40px;
    font-family: 'Nunito', sans-serif;
    font-weight: 800;
    margin-top: 28px;
    margin-bottom: 27px;
}

.snack-safety-info p,
.snack-safety-info a {
    font-size: 22px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.snack-safety-info h2 {
    font-size: 22px;
    color: #000;
    line-height: 30px;
    font-weight: 800;
    margin-bottom: 5px;
    font-family: 'Nunito', sans-serif;
}

.snack-safety-info a {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    display: block;
    font-family: 'Nunito', sans-serif;
}

.snack-safety-info a:hover {
    color: #000;
    text-decoration: none;
}

.xs-block {
    display: none;
}

.md-block {
    display: block;
}

.all-recipe-isotope .recipeItem {
    margin-bottom: 15px;
    display: none;
}

.filter-criteria-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 10px 0;
}

.filter-criteria {
    flex: 0 0 14%;
}

.filter-criteria-list .selectize-control.single .selectize-input {
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.filter-criteria-list .selectize-dropdown.single {
    border-color: transparent;
}

.filter-criteria-list .selectize-dropdown,
.filter-criteria-list .selectize-input,
.filter-criteria-list .selectize-input input {
    color: #4F2271;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    line-height: 22px;
    -webkit-font-smoothing: inherit;
    letter-spacing: -.17px;
    font-weight: bold;
    text-align: center;
}

.filter-criteria-list .selectize-dropdown {
    text-align: left;
}

.filter-criteria-list .selectize-input,
.filter-criteria-list .selectize-input input {
    padding-left: 0;
}

.selectize-control.single .selectize-input:after {
    border-color: #9479A9 transparent transparent transparent;
    right: 0;
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 100% !important;
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -4px;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #9479A9 transparent;
}

.selectize-dropdown .active {
    background-color: #4F2271;
    color: #fff;
}


/* width */

.selectize-dropdown-content::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.selectize-dropdown-content::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: inset 0 0 5px grey;
}


/* Handle */

.selectize-dropdown-content::-webkit-scrollbar-thumb {
    background: #9479A9;
    border-radius: 10px;
}


/* Handle on hover */

.selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
    background: #9479A9;
}

.refine {
    position: relative;
    float: right;
    /* right: 15px;
    top: 0; */
    color: #4F2271;
    font-weight: 700;
    line-height: 24px;
    font-size: 18px;
    padding-left: 16px;
    cursor: pointer;
    z-index: 100000;
}

.refine:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 24px;
    content: "+";
    font-weight: 700;
    font-size: 23px;
}

.refine.active:after {
    content: "-";
}

.selectize-input.items.full.has-options.focus.has-items {
    background: #714D8C;
    color: #fff;
}

.snack-recipe-filter-menu {
    padding-top: 60px;
    margin-bottom: 40px;
}

.snack-recipe-nav-menu {
    position: relative;
    text-align: center;
}

.snack-recipe-nav-menu li {
    display: inline-block;
    position: relative;
}

.snack-recipe-nav-menu li span.caret {
    position: absolute;
    width: 5px;
    height: 3px;
    right: 15px;
    top: 19px;
    margin-left: -2.5px;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #8d69a6 transparent transparent transparent;
}

.snack-recipe-nav-menu li ul {
    position: absolute;
    top: 93%;
    right: auto;
    left: auto;
    width: 100%;
    width: 300px;
    background-color: #fff;
    z-index: 100000;
    padding: 15px;
    box-shadow: 0px 4px 9px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0 0 3px 3px;
    display: none;
    text-align: left;
}

.snack-recipe-nav-menu li ul li {
    display: block;
    padding-bottom: 0;
}

.snack-recipe-nav-menu li ul li a {
    color: #000;
    font-size: 14px;
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.snack-recipe-nav-menu li ul li a:hover {
    color: #4F2271;
}

.snack-recipe-nav-menu>li>a {
    display: block;
    padding: 5px 30px;
    color: #8d69a6;
    font-size: 16px;
}

.snack-recipe-nav-menu>li>a {
    background: #fff;
    color: #8d69a6;
}


/* Auth Select Felter CSS */

div#phmaincontent_0_pnlFilter {
    width: 100% !important;
    max-width: 1170px !important;
    margin: 55px auto 30px;
    height: auto !important;
}

div#search_results_content br {
    display: none;
}

#phmaincontent_3_contentdiv button#load-more-product-2 {
    margin-bottom: 60px;
}


/* ------------------------------- // Brand Landing Page CSS ------------------------------- */

.snack-brand-landing-wrap {
    padding-top: 32px;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
}

.snack-consumer-wrap:after,
.snack-brand-landing-wrap:after {
    position: absolute;
    content: "";
    left: 50%;
    background-image: url(img/us-bubbles.png);
    max-width: 1280px;
    top: 0;
    height: 100%;
    width: 100%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-position: center 24%;
    z-index: -1;
}

.snack-brand-landing-info h1 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
    font-weight: 800;
    margin-bottom: 25px;
    font-family: 'Nunito', sans-serif;
}

.snack-brand-landing-info p {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    max-width: 970px;
    margin-bottom: 12px;
    font-family: 'Nunito', sans-serif;
}

.snack-brand-landing-info p b {
    font-weight: 800;
    font-family: 'Nunito', sans-serif;
}

.snack-brand-landing-info h2 {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    margin-bottom: 37px;
    font-family: 'Nunito', sans-serif;
}

.snack-brand-list .col-md-2 {
    padding: 0;
}

.snack-gray-bg-inner .snack-gray-info-bg {
    padding: 15px 19px 25px;
}

.snack-brand-tab {
    justify-content: center;
    margin-bottom: 40px;
}

.snack-brand-tab li {
    padding: 0;
}

.snack-brand-tab.nav-pills a.nav-link {
    height: 40px;
    border: 1px solid #4F2271;
    border-radius: 32.5px;
    background-color: #FFFFFF;
    text-align: center;
    color: #4F2271;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s cubic-bezier(0.47, 0, 0.745, 0.715);
    display: inline-block;
    line-height: 40px;
    font-family: 'Nunito', sans-serif;
    padding: 0 26px !important;
    margin: 0 10px;
}

.snack-brand-tab.nav-pills a.nav-link.active,
.snack-brand-tab.nav-pills .show>.nav-link,
.snack-brand-tab.nav-pills a.nav-link:hover,
.snack-brand-tab.nav-pills .show>.nav-link:focus {
    border-color: #4F2271;
    background-color: #4F2271;
    color: #fff;
}


/* ------------------------------- // SignUp Page CSS ------------------------------- */

#signup {
    display: none;
}

.signup-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    z-index: 1000000;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.signup-popup .signup-popup-inner {
    max-width: 588px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 55px 60px;
}

.signup-form input {
    width: 100%;
    height: 37px;
    line-height: 37px;
    border: 1px solid #3d135e;
    border-radius: 8px;
    padding: 0 15px;
    box-shadow: none;
    outline: none;
    max-width: 340px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 600;
}

.signup-popup-inner h3 {
    color: #3d145e;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    font-weight: 900;
    margin-bottom: 23px;
    font-family: 'Nunito', sans-serif;
}

.signup-form button {
    width: 153px;
    height: 45px;
    border-radius: 17.5px;
    margin: 22px auto 0;
    background: #1b1718;
    color: #fff;
    font-weight: 900;
    font-size: 19.03px;
    padding: 0;
    line-height: 45px;
    letter-spacing: .40px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.signup-form button:focus,
.signup-form button:hover {
    outline: none;
    box-shadow: none;
    background: #3d145e;
}

.signup-form {
    text-align: center;
}


/* ------------------------------- // Consumer Page CSS ------------------------------- */

.snack-consumer-wrap {
    padding: 40px 0;
    position: relative;
}

.snack-consumer-wrap:after {
    top: 4%;
}

.snack-consumer-wrap .snack-gray-bg-inner .snack-gray-info-bg {
    padding: 47px 20px 160px;
}

.snack-consumer-info h1 {
    font-size: 48px;
    font-weight: 900;
    letter-spacing: .20px;
    color: #000000;
    line-height: 42px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
}

.snack-consumer-info p {
    font-size: 20px;
    color: #3d135e;
    text-align: center;
    font-weight: 700;
    letter-spacing: .50px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-top: 3px;
    max-width: 615px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Nunito', sans-serif;
}

.snack-consumer-info h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #3d135e;
    margin-bottom: 20px;
    font-family: 'Nunito', sans-serif;
}

.snack-consumer-info h4 span {
    color: #e6001c;
}

.signup-input-wraper {
    display: flex;
    justify-content: space-between;
}

.snack-consumer-info label {
    text-transform: uppercase;
    display: block;
    color: #1a1718;
    font-size: 14.61px;
    font-weight: 900;
    margin-bottom: 0;
    text-align: left;
    padding-left: 10px;
}

.snack-consumer-info label span {
    color: #e6001c;
    font-size: 14.61px;
    font-weight: 900;
}

.snack-consumer-info select {
    border-radius: 12.5px;
    border: 1px solid #3d135e;
    height: 37px;
    color: #747474;
    font-weight: 900;
    font-size: 14.61px;
    min-width: 86px;
    padding: 0 15px;
}

.signup-form input {
    margin-bottom: 10px;
}

.snack-consumer-info select,
.snack-consumer-info .signup-form input {
    margin-bottom: 15px;
}

.snack-consumer-info .sign-up-redio input[type="radio"] {
    margin-bottom: 0 !important;
}

.snack-consumer-info select:focus {
    outline: none;
    box-shadow: none;
}

.snack-consumer-info .signup-form input {
    max-width: 100%;
    border-radius: 12.5px;
}

.snack-consumer-info .signup-form .signup-input-wraper-email input {
    margin-bottom: 35px;
}

.signup-input-wraper-container {
    display: flex;
    justify-content: space-between;
}

.signup-input-fname {
    max-width: 238px;
    width: 100%;
}

.signup-input-lname {
    max-width: 348px;
    width: 100%;
}

.signup-input-city {
    max-width: 352px;
    width: 100%;
}

.signup-input-zip {
    max-width: 217px;
    width: 100%;
}

.signup-input-wraper-top.signup-input-wraper-phone {
    max-width: 348px;
    width: 100%;
}

.signup-input-phone {
    width: 100%;
}

.signup-input-dtf.year select {
    width: 125px;
}

.signup-input-state select {
    width: 100px;
}

.snack-consumer-info .signup-form {
    max-width: 730px;
    margin: 0 auto;
    width: 100%;
}

.signup-input-wraper-top.birth {
    max-width: 352px;
    width: 100%;
}

.sign-up-redio-wrap {
    margin-top: 25px;
    margin-bottom: 42px;
}

.sign-up-redio-wrap .sign-up-redio+.sign-up-redio {
    margin-top: 25px;
}

.sign-up-redio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sign-up-redio input {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0;
}

.sign-up-redio label {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #000000;
    cursor: pointer;
}

.sign-up-redio label a {
    display: inline-block;
    color: #3d135d;
}

.sign-up-redio [type="radio"]:checked,
.sign-up-redio [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.sign-up-redio [type="radio"]:checked+label,
.sign-up-redio [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000000;
}

.sign-up-redio [type="radio"]:checked+label:before,
.sign-up-redio [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #3d135e;
    border-radius: 100%;
    background: #fff;
}

.sign-up-redio [type="radio"]:checked+label:after,
.sign-up-redio [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #3d135e;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sign-up-redio [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.sign-up-redio [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.chips-ahoy-hero-area .row2 {
    width: auto !important;
}

.our-recipes .mainNav.clearfix.simpleList {
    width: 100% !important;
}

.default-social {
    padding-top: 20px;
}

.element-item-wrapper .recipeClass {
    height: 100%;
}

.snack-related-product-title {
    margin-bottom: 30px;
}

.container_24 h1.page_title {
    display: none;
}

div#collection_hero_mobile {
    display: none;
}

.hero_module {
    text-align: center;
    max-width: 950px;
    margin: 0 auto;
    border-radius: 15px;
    overflow: hidden;
}

.collection_hero_overlay_container {
    position: relative;
}

.collection_hero_overlay_copy {
    position: absolute;
    left: 5%;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}

.hero_module .collection_hero_overlay_copy p {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 10px;
}

.collection_hero_overlay_bg img {
    width: 100%;
}

.container_24 h1.page_title {
    display: none;
}

div#collection_hero_mobile {
    display: none;
}

div#collection_hero {
    margin-top: 25px;
}

.chicory-button-container button {
    padding: 0.3em 1em;
    border-radius: 8px;
    color: #fff;
    background-color: #1976d2;
    font-size: 1em;
    border: 0;
    cursor: pointer;
}

@media(min-width:768px) {
    #trailer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

#trailer video:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/~/media/SnackWorks/CA2020/assets/img/video-poster.jpg);
}

#trailer video {
    outline: none;
    cursor: pointer;
}

#trailer ifrem::-webkit-media-controls {
    display: none !important;
}

.enable-full-height {
    height: 100%;
}

.mbYTP_wrapper iframe {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    margin: 0 !important;
}

.inlinePlayButton,
.inlinePlayButtonMobile {
    font-family: ytpregular;
    font-size: 0;
    color: #fff;
    text-align: center;
    border-radius: 0;
    background: url(/~/media/SnackWorks/CA2020/assets/img/video-poster.jpg);
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    opacity: 1;
    transition: all .4s;
    transform: scale(1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.inlinePlayButton:hover {
    transform: scale(1)!important;
}

div#P1 {
    padding: 0 !important;
    height: 100% !important;
}

.inline-YTPlayer {
    position: absolute !important;
    width: 100%;
    height: 100% !important;
    max-width: 100% !important;
}


/*
@media (max-width: 767.98px) and (min-width: 576px){
	.item-v-container {
		min-height:515px;
	}
}

@media (max-width: 575.98px) and (min-width: 376px){
	.item-v-container {
		min-height:385px;
	}
}
@media (max-width: 375.98px){
	.item-v-container {
		min-height:347px;
	}
}
*/

.player {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
    overflow: hidden;
    background: #000;
}

.player__video {
    width: 100%;
    height: 100%;
}

video.player__video.viewer:focus {
    outline: none;
}

.player__button {
    background: none;
    border: 0;
    line-height: 1;
    color: white;
    text-align: center;
    outline: 0;
    padding: 0;
    cursor: pointer;
    max-width: 100%;
}

.player__button:focus {
    border-color: none;
    outline: none;
}

.toggle::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #000;
    color: #fff;
    background: url(/~/media/SnackWorks/CA2020/assets/img/video-poster.jpg);
    /*background-image: url(assets/img/video-poster.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.toggle.playing::before {
    content: "";
    background: transparent;
}

.player__controls {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    transition: all .3s;
    flex-wrap: wrap;
}

.player:hover .player__controls,
.player.paused .player__controls {
    transform: translateY(0);
}

.player:hover .progress,
.player.paused .progress {
    height: 15px;
}

.player__controls>* {
    flex: 1;
}

.product-slider-for {
    margin-bottom: 30px;
}

.product-single-item img {
    max-width: 100%;
    max-height: 460px;
    margin: 0 auto;
}

.product-single-item-nav {
    max-height: 93px;
    border: 1px solid #B7B7B7;
    padding: 5px;
}

.single-product-page-img-wrap {
    margin-bottom: 45px;
}

.product-slider-nav .slick-slide>div {
    padding: 5px;
}

.product-single-item-nav img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.slider.product-slider-nav {
    max-width: 350px;
    margin: 0 70px auto;
}

.product-slider-for {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #D3D3D3;
    max-width: 492px;
    padding: 15px;
}

@media(max-width:1199px) {
    .snack-product-deatils .snack-deatils-summary {
        margin-left: 25px;
    }
}

@media(max-width:767px) {
    .product-slider-for {
        max-width: 100%;
    }
    .slider.product-slider-nav {
        max-width: 350px;
    }
    .selectize-control.single .selectize-input:after {
        right: 15px;
    }
}

@media(max-width:575px) {
    .product-slider-for {
        max-width: calc( 100% - 30px);
        margin: 0 auto 30px;
    }
    .slider.product-slider-nav {
        margin: 0 auto;
    }
}

@media(max-width:374px) {
    .slider.product-slider-nav {
        margin: 0 15px auto;
    }
}

@media(min-width:768px) {
    .mobile-menu-wrapper {
        display: none;
    }
}

.our-recipes .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0;
    height: 45px;
    line-height: 45px;
}

.our-recipes .select2-dropdown {
    border: none;
    box-shadow: 0px 4px 9px 0 rgb(0 0 0 / 20%);
    border-radius: 0 0 3px 3px;
    width: 300px !important;
    background-color: #fff;
}

.our-recipes .select2-container--default .select2-results>.select2-results__options {
    max-height: 100% !important;
    overflow-y: auto;
    padding: 15px;
}

.our-recipes .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    line-height: 30px;
    background: #fff;
    color: #8d69a6;
    padding: 5px 30px;
    text-align: center;
}

.our-recipes .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #8d69a6 transparent transparent transparent;
    border-width: 5px 4.5px 0 4.5px;
    left: 0;
    top: 19px;
}

.our-recipes .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent;
}

.our-recipes .select2-container--default .select2-results__option:hover {
    color: #4F2271;
}

.our-recipes .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #4F2271;
}

.our-recipes span.select2-dropdown ul li {
    color: #000;
    font-size: 14px;
    display: block;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    padding: 8px 0;
    line-height: 1;
}