/* Common CSS */
body {
    font-family: 'Bw Surco';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 22px;
  }
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  a, a:hover {
    text-decoration: none;
    transition: all .3s ease-in-out;
  }
  a:hover {
    color: #070707;
  }
  .disabled {
    pointer-events: none;
    background: #D8CDE0 !important;
    border-color: #D8CDE0 !important;
  }
  .pagination .disabled {
    background: transparent !important;
    border: none;
  }
  .ml-bgblur > a {
    opacity: 0;
    /* filter: blur(20px);
      -webkit-filter: blur(20px); */
  }
  .btn.focus, .btn:focus, .custom-select:focus {
    outline: 0;
    box-shadow: unset;
  }
  .custom-select:focus {
    border-color: #ced4da;
  }
  .mt-30 {
    margin-top: 30px;
  }
  .pb-80 {
    padding-bottom: 80px !important;
  }
  .ml-btn {
    color: #fff;
    background-color: #724D8D;
    padding: 5px 15px;
  }
  .ml-container-fluid {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ml-container {
    padding: 0 36.5px;
    max-width: 1640px;
    margin: 0 auto;
  }
  .ml-container-grid {
    max-width: 1365px;
    margin: 0 auto;
  }
  .ml-section-title h4 {
    color: #070707;
    font-size: 20px;
    font-weight: 900;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 24px;
  }
  .ml-border-btn {
    border: 1px solid #070707;
    padding: 13px 31.9px;
    display: inline-block;
    color: #724D8D;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    transition: all .3s ease-in-out;
  }
  .ml-border-btn:hover {
    background-color: #724D8D;
    border-color: #724D8D;
    color: #fff;
  }
  .ml-section-title {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
  }
  .ml-section-title-style--2 h2 {
    font-size: 40px;
    color: #4F2170;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 27px;
  }
  .pt-48 {
    padding-top: 48px;
  }
  .pb-54 {
    padding-bottom: 54px;
  }
  /* Header Top */
  .ml-to-header {
    background-color: #F4DB9C;
    padding: 6.5px 0;
  }
  .ml-to-header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ml-to-header-inner h4 {
    color: #070707;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    font-family: 'Bw Surco';
    font-weight: bold;
  }
  .ml-to-header-inner h4 span {
    text-transform: uppercase;
  }
  .ml-to-header-inner .ml-btn {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    padding: 0 21.51px;
    height: 37px;
    line-height: 37px;
    margin-left: 20px;
  }
  /* Main Header Woo & Search */
  .ml-mobile-menu-close {
    display: none;
  }
  .ml-woo-menu li {
    display: inline-block;
  }
  .ml-woo-menu li a {
    color: #4F2170;
    font-weight: bold;
    font-size: 16px;
    padding: 0 18px;
    transition: all .3s ease-in-out;
  }
  .ml-woo-menu li a:hover {
    opacity: .6;
  }
  .ml-woo-menu li a img {
    margin-right: 7.7px;
  }
  .ml-woo-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  .ml-search-form input {
    border: none;
    height: 41px;
    line-height: 45px;
    padding: 0 10px;
  }
  .ml-search-form button {
    border: none;
    background: #4F2170;
    height: 43px;
    line-height: 43px;
    padding: 0 26px;
    cursor: pointer;
    transition: all .3s ease-in-out;
  }
  .ml-search-form button:hover {
    opacity: .8;
  }
  .ml-search-form {
    border: 1px solid #070707;
    height: 45px;
    border-radius: 0 2px 2px 0;
    margin-left: 18px;
  }
  .ml-search-form input:focus {
    outline: none;
    box-shadow: none;
  }
  .ml-main-header {
    padding: 24px 0 13px;
  }
  .ml-search-form button:focus {
    outline: none;
    box-shadow: none;
  }
  .ml-search-form input::-webkit-input-placeholder {
    color: #070707;
    font-size: 16px;
    font-weight: normal;
  }
  .ml-search-form input::-moz-placeholder {
    color: #070707;
    font-size: 16px;
    font-weight: normal;
  }
  .ml-search-form input:-ms-input-placeholder {
    color: #070707;
    font-size: 16px;
    font-weight: normal;
  }
  .ml-search-form input:-moz-placeholder {
    color: #070707;
    font-size: 16px;
    font-weight: normal;
  }
  /* lcs insights form */
  #insights-form {
    background: #724D8D;
    text-align: center;
    margin: auto;
  }
  #insights-form .hbspt-form form {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin: auto;
    justify-content: center;
  }
  .submitted-message {
    color: white;
    font-size: 20px;
    font-weight: bold;
  }
  #insights-form label {
    display: none;
  }
  #insights-form input {
    border-radius: 0;
    border-color: #070707;
    font-size: 18px;
    line-height: 30px;
    padding: 10px;
    height: 50px;
    margin: .25em;
  }
  input[type=email] {
    float: left;
  }
  @media(min-width:575px) {
    input[type=email] {
      min-width: 40vw;
      float: none;
    }
  }
  #insights-form .hs-button {
    border-radius: 0;
    border-color: #070707;
    color: #4F2170;
    background-color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px;
    transition: all .3s ease-in-out;
  }
  @media(min-width:575px) {
    #insights-form .hs-button {
      padding: 10px 55px;
    }
  }
  @media(max-width:575px) {
    #insights-form h2 {
      font-size: 1.25em;
    }
  }
  #insights-form h2 {
    color: white;
    font-weight: 700;
  }
  /* Header Main Menu */
  .ml-main-header-inner {
    max-width: 1435px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 35px;
  }
  .ml-main-menu {
    margin-right: -30px;
  }
  .ml-logo {
    float: left;
  }
  .ml-mobile-menu-trigger {
    display: none;
  }
  .ml-menu-search {
    float: right;
  }
  .nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-menu li {
    display: inline-block;
  }
  .nav-menu li a {
    display: block;
    color: #4F2170;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    padding: 11.5px 40.94px;
    transition: all .3s ease-in-out;
  }
  .nav-menu li a:hover {
    color: #070707;
  }
  .nav-menu li a.shop {
    background: #E4DDE9;
  }
  .nav-menu li.active a {
    background: #724D8D;
    color: #fff;
  }
  /* Footer */
  /* Footer top */
  .ml-footer-top {
    position: relative;
  }
  .ml-footer-top-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 27px 0 36px;
    background-color: #957AA9;
  }
  .ml-footer-top-inner h3 {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 24px;
    line-height: 29px;
  }
  .ml-footer-top-right ul li {
    display: inline-block;
  }
  .ml-footer-top-right ul li a {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
    text-align: center;
    display: block;
  }
  .ml-footer-top-right ul li a img {
    margin-right: 7.2px;
    margin-top: 6px;
  }
  .social-link li {
    display: inline-block;
    text-align: center;
  }
  .social-link li a {
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
    background: #4F2170;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    margin: 0 12px;
    transform: translate(0);
  }
  .social-link li a:hover {
    transform: translate(0, -4px);
  }
  .ml-footer-social {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
  }
  /* Footer Link */
  .ml-footer-link {
    background: #EFEBF2;
    padding: 69.9px 0 32px;
  }
  .ml-footer-link-left {
    float: left;
    width: 61%;
  }
  .ml-footer-link-right {
    float: right;
  }
  .ml-footer-inner {
    overflow: hidden;
    margin: 0 auto;
    max-width: 1375px;
  }
  .ml-footer-link-list {
    padding-left: 27px;
  }
  .ml-footer-link-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #4F2170;
    margin: 0;
  }
  .ml-footer-link-title.ml-footer-link-first-title {
    font-size: 20px;
  }
  .ml-footer-link-list li a {
    display: block;
    color: #070707;
    padding-top: 15px;
    line-height: 16px;
    font-size: 16px;
  }
  /* Main Footer */
  .ml-main-footer {
    padding: 20px 0 20px;
  }
  .ml-main-footer-inner {
    max-width: 1490px;
    margin: 0 auto;
    text-align: right;
  }
  .ml-main-footer p {
    margin: 0;
    color: #898989;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
  }
  .footer-logo {
    display: none;
  }
  .ml-footer-link-right .footer-logo {
    display: block;
  }
  /* Banner */
  .ml-single-banner-container {
    margin: 0 auto;
    max-width: 1556px;
    position: relative;
  }
  .ml-banner-info {
    max-width: 451px;
    background: rgba(149, 122, 169, .85);
    color: #fff;
    padding: 36px 10px 22px 26px;
  }
  .home-banner .home-banner-footer {
    position: absolute;
    left: 50%;
    bottom: 35px;
    transform: translateX(-50%);
    color: #fff;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
    font-size: 18px;
    display: block;
    line-height: 22px;
    font-weight: bold;
    z-index: 10;
  }
  .home-banner .home-banner-footer a {
    color: #fff;
    text-decoration: underline;
  }
  .ml-banner-info p {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    position: relative;
    z-index: 10;
  }
  .ml-banner-info h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 64px;
    margin-bottom: 11px;
    position: relative;
    z-index: 10;
  }
  .ml-single-banner {
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
  }
  .ml-banner-wrap {
    position: relative;
    height: 720px;
  }
  .ml-single-banner {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
  }
  .ml-banner-wrap.home-banner .ml-banner-img-wrap {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .ml-banner-wrap.home-banner .ml-banner-img-wrap a.block-link {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9;
  }
  .home-banner .ml-banner-img {
    display: none;
  }
  .ml-banner-img-wrap img {
    width: 100%;
    height: 100%;
  }
  .ml-banner-normal {
    display: block;
  }
  .ml-banner-sm, .ml-banner-xs {
    display: none;
  }
  .ml-banner-1 {
   /* background-image: url(/~/media/MondelezFoodService/images/banner/banner-1.jpg);*/
    
   background-image: url(/~/media/MondelezFoodService/images/banner/banner-desktop-thanksgiving.jpg);
  }
  
  .ml-banner-2 {
   /* background-image: url(/~/media/MondelezFoodService/image/banner/home-banner-OREOPrideCheesecakedesktop.jpg);*/
    background-image: url(/~/media/MondelezFoodService/Image/banner/banner-desktop-baked-apple.jpg);

  }

  .ml-banner-3 {
    background-image: url(/~/media/MondelezFoodService/image/banner/home-banner-CHIPSAHOYPancakesdesktop.jpg);
  }

  .ml-banner-4 {
   /*   background-image: url(/~/media/MondelezFoodService/image/banner/Banana-Daiquiri-HP-1920x720-Desktop.jpg);*/
   background-image: url(/~/media/MondelezFoodService/image/banner/banner-desktop-oreo-pancake.jpg);
 
   }

   .ml-banner-5 {
    /*background-image: url(/~/media/MondelezFoodService/image/banner/Butterfly-Shrimp-HP-1920x720-Desktop.jpg)*/
    background-image: url(/~/media/MondelezFoodService/image/banner/banner-desktop-pumpkin.jpg);
  }
 
   .ml-banner-6 {
     background-image: url(/~/media/MondelezFoodService/image/banner/home-banner-Q1WebsiteOreo4ctdesktop.jpg);
   }
 
   .ml-banner-7 {
   /*background-image: url(/~/media/MondelezFoodService/image/banner/home-banner-CHIPSAHOYBreadPuddingdesktop.jpg);*/
     background-image: url(/~/media/MondelezFoodService/Image/banner/Buttermilk-Donut-HP-1920x720Desktop);
   }
  /* Fetured Product */
  .ml-fetured-product {
    padding: 48px 0 54px;
  }
  .ml-single-product-item {
    text-align: center;
  }
  .ml-single-product-item h5 {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 15px;
  }
  .ml-single-product-item h5 a {
    color: #4F2170;
    display: block;
    transition: all .3s ease-in-out;
  }
  .ml-single-product-item h5 a:hover {
    color: #070707;
  }
  .ml-single-product-item img {
    margin-bottom: 15px;
  }
  .ml-fetured-product-list .owl-dots button span {
    border: 1px solid #707070;
    width: 19px;
    height: 19px;
    display: block;
    border-radius: 100%;
    background: transparent;
    margin: 0 4.5px;
  }
  .ml-fetured-product-list .owl-dots button.owl-dot.active span {
    background: #957AA9;
  }
  .ml-fetured-product-list .owl-dots {
    text-align: center;
    margin-top: 20px;
  }
  /* Signup */
  .ml-signup-inner-wrap {
    padding: 0 36.5px;
  }
  .ml-signup-inner-wrap {
    padding: 0 36.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .ml-signup-left {
    float: left;
    max-width: 390px;
    text-align: center;
  }
  .ml-signup-middle {
    float: left;
    width: 638px;
    margin-left: 35px;
  }
  .ml-signup-right {
    float: left;
    width: 356px;
    position: relative;
  }
  .ml-signup-inner-wrap p {
    font-size: 16px;
    font-weight: normal;
    color: #070707;
    line-height: 20px;
    margin: 0;
  }
  .ml-signup-inner-wrap .ml-signup-left img {
    margin-bottom: 10px;
  }
  .ml-signup-wrap {
    background: #E4DDE9;
    /*padding: 33px 0 32px;*/
    padding: 33px 0 15px;
    margin-bottom: 60px;
  }
  .ml-signup-wrap br {
    display: none;
  }
  .ml-signup-right img {
    position: absolute;
    right: 0;
    /*bottom: -144px;*/
    bottom: -195px;
    z-index: 10;
  }
  .ml-signup-middle input {
    border-color: #707070;
    border-radius: 0;
    background: no-repeat;
    height: 40px;
    margin-bottom: 16px;
    color: #070707;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    float: left;
    width: 48.2%;
    margin-right: 6.5px;
  }
  .ml-signup-middle input:focus {
    outline: none;
    box-shadow: none;
    background: none;
    border-color: #707070;
  }
  .ml-signup-middle input::-webkit-input-placeholder {
    color: #070707;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
  }
  .ml-signup-middle input::-moz-placeholder {
    color: #070707;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
  }
  .ml-signup-middle input:-ms-input-placeholder {
    color: #070707;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
  }
  .ml-signup-middle input:-moz-placeholder {
    color: #070707;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
  }
  .ml-signup-middle form button {
    border: 1px solid #070707;
    border-radius: 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #724D8D;
    height: 40px;
    width: 119px;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease-in-out;
  }
  .ml-signup-middle form button:hover {
    background: #724D8D;
    color: #fff;
    border-color: #724D8D;
  }
  .form-row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .form-row.no-gutters .col-md-10, .form-row.no-gutters .col-md-2 {
    padding: 0;
  }
  .ml-signup-middle span {
    color: #070707;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 8px;
    display: block;
  }
  .ml-signup-right img, .ml-signup-left img {
    max-width: 100%;
  }
  /* Insights */
  .ml-insights {
    padding: 40px 0 100px;
  }
  .search-product-insights {
    margin-bottom: 20px;
  }
  .search-product-insights .insights-fetured-image {
    max-height: 200px;
  }
  .insights-fetured-image {
    max-height: 243px;
    height: 100%;
    overflow: hidden;
    display: block;
  }
  .insights-fetured-image img {
    /* width: auto !important;*/
    height: 245px;
    object-fit: cover;
    object-position: center;
  }
  .insights-meta {
    display: block;
    color: #070707;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    margin: 16px 0 0;
    transition: all .3s ease-in-out;
  }
  .insights-meta:hover {
    color: #4F2170;
  }
  .insights-info h5 {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 7px;
  }
  .insights-info h5 a {
    color: #4F2170;
    transition: all .3s ease-in-out;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .insights-info h5 a:hover {
    color: #070707;
  }
  .insights-info p {
    color: #070707;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .btn-read-more {
    color: #4F2170;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    transition: all .3s ease-in-out;
  }
  .btn-read-more:hover {
    color: #070707;
  }
  .ml-insights-carousel .owl-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: 22%;
    transform: translateY(-50%);
  }
  .ml-insights-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
  }
  .ml-insights-carousel .owl-nav .owl-next {
    right: -40px;
    position: absolute;
    top: 0;
  }
  .ml-insights-carousel .owl-nav button i {
    color: #707070;
    font-size: 71px;
    transition: all .3s ease-in-out;
  }
  .custom-arrow {
    width: 27.15px;
    height: 45.25px;
    background-size: cover;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .custom-arrow {
    width: 27px;
    height: 45px;
    background-size: cover;
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s ease-in-out;
  }
  .custom-arrow.arrow-left {
    background-image: url(/~/media/MondelezFoodService/images/arrow-left.svg);
  }
  .custom-arrow.arrow-right {
    background-image: url(/~/media/MondelezFoodService/images/arrow-right.svg);
  }
  .custom-arrow.arrow-left:hover {
    background-image: url(/~/media/MondelezFoodService/images/arrow-left-hover.svg);
  }
  .custom-arrow.arrow-right:hover {
    background-image: url(/~/media/MondelezFoodService/images/arrow-right-hover.svg);
  }
  .ml-insights-carousel .owl-nav button i:hover {
    color: #8C6EA2;
  }
  .ml-insights-carousel .owl-nav .disabled {
    background: none !important;
    border: none !important;
  }
  /* Oreo Cookie */
  .ml-oreo-cookie {
    background-image: url(/~/media/MondelezFoodService/images/oreo-cookie-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 580px;
    display: flex;
    align-items: center;
    position: relative;
  }
  .ml-oreo-cookie-xs, .ml-business-banner-xs, .ml-business-bg-xs {
    display: none;
  }
  .ml-oreo-cookie-normal, .ml-business-banner-normal, .ml-business-bg-normal {
    display: block;
  }
  .ml-oreo-cookie-info {
    background: #fff;
    padding: 55px 24.5px 46px 30px;
    width: 581px;
    margin-left: 16%;
    position: relative;
    z-index: 10;
  }
  .ml-oreo-cookie > img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .ml-oreo-cookie-info h2 {
    font-size: 40px;
    font-weight: 900;
    color: #333333;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .ml-oreo-cookie-info .btn-read-more {
    font-size: 20px;
  }
  /* Video Highlights */
  .ml-video-highlights-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .ml-video-wrap {
    max-width: 61%;
    height: 535px;
    margin-top: 55px;
    flex: 0 0 61%;
    margin-left: -40px;
  }
  .ml-video-info {
    background: #E4DDE9;
    max-width: 35.5%;
    padding: 108px 95px 85px 95px;
    flex: 0 0 35.5%;
    place-self: flex-start;
  }
  .ml-video-info h2 {
    color: #4F2170;
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    margin-bottom: 13px;
  }
  .ml-video-info p {
    color: #4F2170;
    font-size: 20px;
    font-weight: bold;
  }
  .ml-video-info p a {
    color: #4F2170;
    text-decoration: underline;
    transition: all .3s ease-in-out;
  }
  .ml-video-info p a:hover {
    color: #070707;
  }
  .ml-video-highlights {
    padding: 42px 0 115px;
  }
  /* Brands Page */
  .ml-list-wrap {
    padding: 74px 0 80px;
  }
  .ml-list-wrap.ml-inner-page-list-wrap {
    padding: 20px 0 2px;
  }
  .ml-explore-brands {
    padding: 40px 0 0;
  }
  .brand-banner .ml-banner-info {
    max-width: 398px;
    background: rgba(149, 122, 169, .85);
    color: #fff;
    padding: 36px 10px 22px 26px;
  }
  .brand-banner.noncommercialfoodservice-banner .ml-banner-info {
    max-width: 462px;
    background: rgba(255, 255, 255, 0.89);
    color: #070707;
    padding: 36px 10px 22px 26px;
    margin: 0 0 0 auto;
  }
  .ml-banner-info a {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    font-weight: bold;
  }
  .ml-segment-box {
    position: relative;
    margin-bottom: 30px;
  }
  .ml-segment-box img {
    width: 100%;
  }
  .ml-segment-box h4 {
    transition: .5s ease;
    background-color: #957aa9;
    width: 100%;
    padding: 7px 0 7px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #fff !important;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .ml-segment-box:hover h4 {
    background: #4F2170;
  }
  .purpleHeaderLeft p {
    font-family: 'Bw Surco';
    font-size: 20px;
    font-weight: 700;
  }
  /*  FAQ  */
  .ml-products.product-category-page {
    padding-top: 0;
  }
  .ml-product-faq h3 {
    font-size: 28px;
    line-height: 36px;
    color: #4F2170;
    font-weight: bold;
    margin-bottom: 7px;
  }
  .ml-multiproduct-faq .accordion {
    margin: 0 0 13px;
  }
  .ml-multiproduct-more-faq {
    margin-top: 40px;
  }
  .accordion {
    margin-top: 10px;
  }
  .accordion .card {
    border: none;
    margin-bottom: 10px;
  }
  .accordion .card h2 {
    background: url(/~/media/MondelezFoodService/images/arrow-up.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
    cursor: pointer;
    font-size: 18px;
  }
  .accordion .card h2.collapsed {
    background-image: url(/~/media/MondelezFoodService/images/arrow-down.png);
  }
  .accordion .card-body {
    padding: 50px 45px 0;
    background: #F0F0F0;
  }
  .accordion .card-head {
    background: #957AA9;
    padding: 0 27px 0 39px;
  }
  .accordion .card-head h2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 29px;
    padding: 27.5px 0;
  }
  .faq-logo {
    text-align: center;
    display: block;
    margin-bottom: 80px;
  }
  .ml-explore-brands-faq .faq-logo {
    text-align: center;
    display: block;
    margin-bottom: 50px;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq-logo img {
    max-width: 100%;
  }
  .banner-footer {
    display: block;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    max-width: 250px;
    position: absolute;
    bottom: 30px;
    right: 145px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.75);
  }
  .ml-banner-wrap .brand-logo {
    display: block;
    position: absolute;
    left: 50%;
    bottom: -65px;
    transform: translateX(-50%);
    z-index: 10;
  }
  .brand-logo img {
    width: 100%;
  }
  .ml-flavors-size h4 {
    color: #070707;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 35px;
  }
  .ml-flavors-size h4 a {
    color: #4F2170;
    display: inline-block;
    font-weight: bold;
    transition: all .3s ease-in-out;
  }
  .ml-flavors-size h4 a:hover {
    color: #070707;
  }
  .ml-flavors-size {
    padding-top: 80px;
  }
  .brand-page-faq .accordion .card-body {
    padding: 45px 15px 30px;
    background: #F0F0F0;
  }
  .brand-page-faq .row {
    margin-right: -23px;
    margin-left: -23px;
  }
  .col-sm-faq-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
    min-height: 1px;
    padding-right: 23px;
    padding-left: 23px;
  }
  .faq-biscut-wrap h5 a {
    color: #4F2170;
    display: block;
    transition: all .3s ease-in-out;
  }
  .faq-biscut-wrap h5 a:hover {
    color: #070707;
  }
  .faq-biscut-wrap h5 {
    font-size: 18px;
    font-weight: normal;
    line-height: 22px;
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
  }
  .faq-biscut-wrap {
    margin-bottom: 25px;
  }
  .faq-biscut img {
    max-width: 100%;
  }
  .brand-page-banner-img {
    background-image: url(/~/media/MondelezFoodService/images/brands/brands-page-1-banner-regular.jpg);
  }
  .brand-page--2-banner-img {
    background-image: url(/~/media/MondelezFoodService/images/brands/brands-page-2-banner-regular.jpg);
  }
  .brand-page--newton-banner-img {
    background-image: url(/~/media/MondelezFoodService/images/brands/newton/BrandHero_NEWTONS_Desktop.jpg);
  }
  /*
  .brand-banner-img-1 {
    background-image: url(/~/media/MondelezFoodService/images/Brands/brand-banner.jpg);
  }*/
  .ml-list-wrap span {
    display: block;
    color: #070707;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
  }
  .ml-container-grid-inner {
    padding: 0 5px;
  }
  .ml-products .row {
    margin-right: -25.5px;
    margin-left: -25.5px;
  }
  .ml-products .col-sm-faq-5 {
    padding-right: 25.5px;
    padding-left: 25.5px;
  }
  .ml-products {
    padding: 40px 0 45px;
  }
  /* Pagination */
  .ml-pagination {
    background: #F0F0F0;
    padding: 35px 0 28px;
    position: relative;
    min-height: 107px;
  }
  .ml-pagination--style-1 .pagination {
    justify-content: center;
    align-items: center;
  }
  .ml-pagination--style-1 .pagination li a {
    color: #4F2170;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    border: none;
    border-radius: 50%;
    padding: 0;
    width: 34px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    transition: all .3s ease-in-out;
    margin: 0 5px;
  }
  .ml-pagination--style-1 .pagination li a:hover, .ml-pagination--style-1 .pagination .page-item.active .page-link {
    color: #fff;
    background: #4F2170;
  }
  .ml-pagination--style-1 .page-item:first-child .page-link, .ml-pagination--style-1 .page-item:last-child .page-link {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 30px;
  }
  .ml-pagination--style-1 .page-item:first-child .page-link {
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .ml-pagination--style-1 .page-item:last-child .page-link {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .ml-pagination-counter {
    position: absolute;
    left: 50%;
    top: -16.5px;
    background: #fff;
    padding: 5.5px 29.2px;
    border-radius: 25px;
    transform: translateX(-50%);
    z-index: 10;
  }
  .ml-pagination-counter span {
    display: block;
    color: #4F2170;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
  }
  .ml-pagination-wrap .ml-border-btn.ml-bg-btn {
    width: 213px;
    padding: 0;
    height: 58px;
    line-height: 58px;
    transition: all .3s ease-in-out;
  }
  .ml-pagination-wrap .ml-border-btn.ml-bg-btn:hover {
    background-color: #070707;
    border-color: #070707;
  }
  .ml-pagination-wrap {
    text-align: center;
  }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
  }
  .brand-logo.chips-ahoy-logo {
    bottom: -135px;
  }
  .brand-logo.chips-newton-logo {
    bottom: -17px;
  }
  .ml-flavors-size.chips-ahoy-flavors-size {
    padding: 155px 0 0;
  }
  .brand-page--2-banner-img .banner-footer {
    max-width: 285px;
    right: 118px;
  }
  .ml-products.chips-ahoy-products {
    padding-top: 0;
  }
  /* Breadcrumb */
  .ml-breadcrumb ul li, .ml-breadcrumb ul li a {
    display: inline-block;
    position: relative;
    color: #4F2170;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
    text-transform: uppercase;
  }
  .ml-breadcrumb ul li a {
    text-decoration: underline;
    text-transform: capitalize;
    position: relative;
    padding-right: 25px;
  }
  .ml-breadcrumb ul li a:after {
    position: absolute;
    right: -4px;
    top: 3px;
    width: 20px;
    height: 20px;
    content: "\f101";
    font-family: fontawesome;
  }
  /* Product Single Page */
  .ml-single-product {
    padding-bottom: 70px;
  }
  .product-image {
    margin-bottom: 54px;
  }
  .product_img_box {
    padding: 8px;
    overflow: hidden;
    position: relative;
  }
  .product_img_zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
    font-size: 18px;
    background-color: #FAFAFA;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    display: none;
  }
  .product_gallery_item a {
    border: 1px solid #B7B7B7;
    display: block;
  }
  .product_gallery_item.slick-slider .slick-slide {
    margin-right: 5px;
    margin-left: 5px;
  }
  .product_gallery_item a.active {
    border-color: #070707;
  }
  #pr_item_gallery .item {
    max-width: 95px;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
  }
  #pr_item_gallery {
    overflow: hidden;
  }
  #pr_item_gallery .item:first-child {
    margin-left: 0;
  }
  #pr_item_gallery .item a {
    display: block;
  }
  #pr_item_gallery .item a img {
    max-width: 100%;
  }
  .col-custom-6 {
    max-width: 50.54%;
    flex: 0 0 50.54%;
    padding: 0 15px;
  }
  .col-custom-5 {
    max-width: 40.58%;
    flex: 0 0 40.58%;
    padding: 0 15px;
  }
  .ml-product-title--shipping h1 {
    color: #333333;
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 18px;
  }
  .ml-product-title--shipping .sqkue {
    text-align: center;
    display: block;
    color: #4F2170;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
  }
  .ml-shipping-wrap {
    background: #F2EEF5;
    margin-top: 20px;
  }
  .ml-shipping-wrap-top {
    padding: 30px 50px 0;
  }
  .ml-shipping-wrap h2.price {
    color: #4F2170;
    font-size: 40px;
    font-weight: 900;
    line-height: 48px;
    margin: 0;
  }
  .ml-shipping-wrap h2.price span {
    color: #070707;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
  }
  .ml-shipping-wrap span {
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    color: #070707;
  }
  .ml-shipping-wrap-top .ml-req-registation {
    font-size: 18px;
    line-height: 22px;
    color: #070707;
  }
  .ml-shipping-wrap-top .ml-req-registation a {
    font-size: 18px;
    line-height: 22px !important;
    color: #070707;
    display: ;
    text-decoration: underline;
  }
  .pop-content {
    display: none;
  }
  .popover {
    max-width: 300px;
    border: none;
    border-radius: 14px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
  }
  .popover-body {
    padding: 30px 43px;
    color: #070707;
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
  }
  .bs-popover-auto[x-placement^="top"], .bs-popover-top {
    margin-bottom: 15px;
  }
  .ml-bg-btn {
    background-color: #724D8D;
    color: #fff;
  }
  .cart-partner-btn.cart-partner-btn-footer {
    background: #E4DDE9;
    padding: 18px 50px 18px;
    margin-top: 14px;
    gap:0;
    flex-wrap: nowrap;
  }
  .ml-shipping-wrap a, .ml-shipping-wrap input {
    height: 58px;
    padding: 0;
    line-height: 58px;
  }
  .ml-shipping-wrap-middle {
    display: flex;
    align-items: center;
    padding: 0 50px;
    margin-top: 35px;
  }
  .ml-shipping-wrap-middle span {
    display: block;
    margin-right: 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
  }
  .ml-shipping-wrap-middle a + a {
    margin-left: 15px;
  }
  .ml-shipping-wrap input {
    border: 1px solid #ccc;
    padding: 20px 10px;
    max-width: 213px;
    margin-right: 10px;
    line-height: 44px;
  }
  .ml-shipping-wrap input:focus, .ml-shipping-wrap button:focus, .ml-shipping-wrap a:focus {
    outline: none;
    box-shadow: none;
  }
  .ml-shipping-wrap input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #070707;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
  .ml-shipping-wrap input::-moz-placeholder {
    /* Firefox 19+ */
    color: #070707;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
  .ml-shipping-wrap input:-ms-input-placeholder {
    /* IE 10+ */
    color: #070707;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
  .ml-shipping-wrap input:-moz-placeholder {
    /* Firefox 18- */
    color: #070707;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
  }
  .ml-shipping-wrap a {
    border-color: #070707;
  }
  .cart-partner-btn a {
    width: 213px;
    text-align: center;
  }
  .cart-partner-btn a + a {
    margin-left: 10px;
  }
  .ml-shipping-wrap button {
    width: 213px;
    height: 58px;
    line-height: 58px;
    padding: 0;
  }
  .ml-shipping-wrap .ml-border-btn {
    background: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    transition: all .3s ease-in-out;
  }
  .ml-shipping-wrap .ml-border-btn:hover {
    background: #724D8D;
    color: #fff;
    border-color: #724D8D;
  }
  .ml-shipping-wrap .ml-border-btn.ml-bg-btn {
    background: #724D8D;
  }
  .cart-partner-btn {
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 0px 50px 0;
    flex-wrap: wrap;
    gap: 15px;
}
  .ml-product-summary p {
    color: #070707;
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 25px;
  }
  .ml-product-faq p {
    color: #070707;
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    margin: 0;
  }
  .ml-product-faq .card-body {
    padding: 47px 40px;
  }
  .ml-product-faq h2 {
    text-transform: uppercase;
  }
  .ml-product-title--shipping {
    margin-bottom: 140px;
  }
  .ml-single-product-wrap {
    margin-top: 40px;
  }
  /* Related Product */
  .ml-related-product .ml-border-btn {
    padding-left: 54px;
    padding-right: 54px;
  }
  .ml-related-product {
    padding-left: 30px;
  }
  .owl-carousel button:focus {
    outline: none;
    box-shadow: none;
  }
  .ml-related-product .owl-nav {
    position: absolute;
    right: 10px;
    top: -38px;
    width: 44px;
  }
  .ml-related-product .owl-nav .owl-prev {
    position: absolute;
    left: 0;
  }
  .ml-related-product .owl-nav .owl-next {
    position: absolute;
    right: 0;
  }
  .ml-related-product .owl-nav button:hover {
    color: #724D8D;
  }
  /* Recipes */
  .recipe-banner-img {
    background-image: url('/~/media/MondelezFoodService/images/recipes/recipe-banner-bg.jpg');
  }
  .ml-other-info span {
    display: block;
    color: #070707;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
  }
  .recipe-banner .ml-single-banner {
    height: 100%;
  }
  .recipe-banner .ml-banner-info a {
    background: #fff;
    color: #4F2170;
    font-size: 20px;
    line-height: 22px;
    padding: 17px 18px;
    text-decoration: none;
    transition: all .3s ease-in-out;
  }
  .recipe-banner .ml-banner-info a:hover {
    background-color: #4F2170;
    color: #fff;
    border-color: #4F2170;
  }
  .recipe-banner .ml-banner-info h2 {
    font-size: 45px;
    line-height: 55px;
  }
  /* Shop Search */
  .ml-fetured-product.ml-shop-page {
    padding-top: 0;
  }
  .ml-shop-banner-img-1 {
    background-image: url('/~/media/MondelezFoodService/images/shop/shop-banner-bg.jpg');
  }
  .ml-shop-banner .ml-culinary-banner .ml-banner-img, .ml-shop-banner .ml-culinary-banner-docbox {
    min-height: 320px;
  }
  .ml-shop-search-v1 {
    background: #F0F0F0;
    padding: 60px 0 90px;
  }
  .ml-library.ml-shop-search-v2 {
    padding: 40px 0 70px;
    background-color: #fff;
  }
  .ml-pagination.ml-shop-search-v2 {
    margin-top: 50px;
    background: transparent;
  }
  .ml-product-search {
    background: #957AA9;
    padding: 40px 0;
  }
  .ml-searchbox.ml-search-flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .ml-product-search h3 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin: 0;
    text-align: right;
  }
  .form-control:focus, button:focus {
    outline: none;
    box-shadow: none;
  }
  .ml-filterform.ml-find-product-flex {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .ml-filterform.ml-find-product-flex .form-group {
    margin: 0 7.5px;
    min-width: 252px;
  }
  .ml-find-product-checkbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("/~/media/MondelezFoodService/images/check.svg");
  }
  .ml-find-product-checkbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #FFFFFF;
    border-radius: 5px;
  }
  input[type="checkbox"]:focus, input[type="radio"]:focus {
    box-shadow: none;
    outline: none;
  }
  .ml-find-product-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
  }
  .ml-find-product-checkbox .custom-control-label {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    cursor: pointer;
  }
  .ml-find-product-checkbox .custom-control-label::before {
    border-radius: 5px;
    background-color: #fff;
  }
  .ml-find-product-checkbox {
    padding-left: 10px;
  }
  .ml-find-product .ml-filterform.ml-find-product-flex {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 0;
  }
  .ml-product-search .ml-searchbox {
    max-width: 100%;
  }
  .ml-product-filterbox-side .ml-find-product-checkbox {
    padding: 0 25px;
  }
  .ml-filterbox .form-group:last-child {
    margin-bottom: 0;
  }
  .ml-product-filterbox-side .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-bottom: 7px;
  }
  /* Product Search page */
  .product-search-resualt .ml-single-product-item {
    margin-top: 35px;
  }
  .product-search-resualt {
    margin-top: -35px;
  }
  .ml-product-pagination {
    margin-top: 30px;
  }
  /* Cookie */
  .ml-cookie {
    background: rgba(149, 122, 169, .95);
    position: fixed;
    left: 0;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 1000;
    padding: 63px 0 60px;
  }
  .ml-cookie-info {
    padding: 0 15px;
  }
  .ml-cookie-info h2 {
    color: #fff;
    font-size: 60px;
    line-height: 72px;
    font-weight: 900;
    margin-bottom: 23px;
  }
  .ml-cookie-info p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
  }
  .ml-cookie-btn {
    border: 1px solid #070707;
    box-shadow: none;
    background: #724D8D;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .3s ease-in-out;
  }
  .ml-cookie-btn:hover {
    background: #070707;
  }
  .ml-cookie:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 107%;
    content: "";
    background: url(/~/media/MondelezFoodService/images/cookie-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    z-index: -1;
  }
  /*ML Video Gallery Section*/
  .ml-video-gallery {
    background-color: #fff;
    margin-bottom: 84px;
  }
  .ml-video-gallery .ml-container {
    max-width: 1438px;
  }
  .ml-searchbar p {
    text-align: center;
    max-width: 1088px;
    margin: 0 auto 35px;
    font-size: 22px;
    line-height: 28px;
  }
  .ml-filter-recipe .ml-play {
    width: 18px;
    height: 18px;
    background-color: #4F2170;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
  }
  .ml-filter-recipe .ml-play::after {
    top: 4px;
    left: 5px;
    content: '';
    display: table;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
  }
  .ml-search-results .ml-filter-recipe h3, .ml-search-results .ml-filter-recipe a {
    line-height: 24px;
  }
  .ml-search-results .ml-filter-recipe .ml-recipe-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
  }
  .ml-search-results .ml-filter-recipe {
    margin-bottom: 22px;
  }
  .ml-search-results .ml-filter-recipe figure {
    position: relative;
  }
  .ml-search-results .ml-videomodal {
    position: absolute;
    background: none;
    border: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  .ml-video-gallery-modal .modal-content {
    border-radius: 0;
  }
  .ml-modal-lg {
    max-width: 995px;
  }
  .ml-video-gallery-modal .modal-body {
    padding: 15px;
    min-height: 513px;
  }
  .ml-video-gallery-modal .close {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #4F2170;
    position: absolute;
    right: -36px;
    top: -50px;
    opacity: 1;
    line-height: 30px;
    font-weight: normal;
    text-align: center;
    font-size: 36px;
  }
  .ml-video-gallery-modal .close > span {
    position: relative;
    top: -3px;
  }
  .ml-video-gallery-modal iframe {
    display: block;
  }
  .ml-video-gallery-modal .ml-videoLoader {
    position: absolute;
    display: block;
    top: calc(50% - 33px);
    left: calc(50% - 33px);
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  /*END ML Video Gallery Section*/
  /*ML Search Section*/
  .ml-search-section {
    margin-bottom: 75px;
  }
  .ml-search-section .ml-container {
    max-width: 1161px;
  }
  .ml-search-section .ml-searchbox-wrapper {
    margin-bottom: 43px;
  }
  .ml-searchbox-wrapper .ml-searchbox {
    padding-bottom: 54px;
    margin-bottom: 0;
  }
  .ml-divider {
    border-bottom: 1px solid #707070;
  }
  .ml-filterbox .custom-control-input:checked ~ .custom-control-label::before, .ml-filterbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
    color: #070707;
  }
  .ml-filterbox .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23070707' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  }
  .ml-filterbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: unset;
  }
  .ml-filterbox .custom-checkbox {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
  }
  .ml-search-toolbar {
    padding: 18px 0;
    margin-bottom: 10px;
  }
  .ml-search-toolbar::after, .ml-search-toolbar::before {
    content: '';
    display: block;
    clear: both;
  }
  .ml-toolbox {
    display: inline-block;
  }
  .ml-tool-sortby {
    display: flex;
    align-items: center;
  }
  .ml-tool-sortby > label {
    display: block;
    margin-bottom: 0;
    margin-right: 12px;
  }
  .ml-tool-sortby > .custom-select {
    width: auto;
    font-size: 16px;
    line-height: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 30px;
  }
  .ml-postbox {
    margin-bottom: 40px;
  }
  .ml-postbox h2, .ml-postbox h2 a {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #4F2170;
    transition: all .3s ease-in-out;
  }
  .ml-postbox h2 a:hover {
    color: #070707;
  }
  .ml-postbox p {
    font-size: 16px;
    line-height: 22px;
    color: #070707;
    margin-bottom: 0;
  }
  /*END ML Search Section*/
  /*ML blogs Section*/
  .ml-blog-banner-section {
    background-color: #957AA9;
    margin-bottom: 50px;
  }
  .ml-blog-banner-section .ml-container {
    max-width: 1438px;
    height: 100%;
  }
  .ml-blog-banner-section .ml-blog-banner {
    padding: 40px 0;
    min-height: 128px;
    display: flex;
    align-items: center;
  }
  .ml-blog-banner-section h6, .ml-blog-banner-section h6 a {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #fff;
  }
  .ml-blog-banner-section h6 {
    margin-bottom: 15px;
  }
  .ml-blog-banner-section h6 a {
    text-decoration: underline;
  }
  .ml-blog-banner-section h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 55px;
    color: #fff;
    margin-bottom: 20px;
  }
  .ml-blog-banner-section p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
  }
  .ml-blog-section {
    margin-bottom: 45px;
  }
  .ml-blog-section .ml-container {
    max-width: 1438px;
  }
  .ml-blog-section .ml-recipe-info {
    padding-top: 0;
  }
  .ml-blog-contant {
    margin-bottom: 80px;
  }
  .ml-blog-contant h1, .ml-blog-contant h2, .ml-blog-contant h3, .ml-blog-contant h4, .ml-blog-contant h5, .ml-blog-contant h6 {
    color: #4F2170;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .ml-blog-contant a {
    color: #4F2170;
    text-decoration: underline;
  }
  .ml-blog-contant h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .ml-blog-contant p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .ml-blog-footer {
    margin-bottom: 20px;
  }
  .ml-post-tags {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .ml-post-tags a, .ml-post-tags strong {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
  }
  .ml-post-tags strong {
    color: #888;
  }
  .ml-post-tags a {
    color: #4F2170;
    text-decoration: underline;
  }
  .ml-widget {
    margin-bottom: 50px;
  }
  .ml-widget-title {
    font-size: 20px;
    font-weight: 900;
    line-height: 24px;
    color: rgb(52, 52, 52);
    ;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .ml-widget-post figure {
    margin-bottom: 30px;
  }
  .ml-widget-post-title {
    font-size: 24px;
    font-weight: 900;
    line-height: 24px;
    color: #333333;
    margin-bottom: 5px;
  }
  .ml-widget-post-text, .ml-widget-post-readmore {
    font-size: 16px;
    line-height: 24px;
    color: #070707;
    margin-bottom: 0;
  }
  .ml-widget-post-readmore {
    color: #724D8D;
    font-weight: bold;
  }
  .ml-widget-list {
    padding-left: 20px;
  }
  .ml-widget-list li {
    list-style-type: none;
    margin-bottom: 1em;
  }
  .ml-widget-list li > a, .ml-widget-post-list .ml-seemore {
    font-size: 15px;
    color: rgb(79, 33, 112);
    font-weight: bold;
    transition: all .3s ease-in-out;
  }
  .ml-widget-list li > a:hover, .ml-widget-post-list .ml-seemore:hover, .ml-widget-post-readmore:hover {
    color: #070707;
  }
  .ml-widget-post-list .ml-seemore {
    text-decoration: underline;
  }
  /*END ML insights Section*/
  /*ML insights Section*/
  .ml-insights-section .ml-container {
    max-width: 1438px;
  }
  .ml-insights-recipes .ml-filter-recipe h5, .ml-insights-2recipes .ml-filter-recipe h5 {
    font-weight: bold;
    margin-bottom: 0;
  }
  .ml-insights-recipes .ml-filter-recipe h3, .ml-insights-recipes .ml-filter-recipe h3 a {
    font-size: 24px;
    line-height: 30px;
  }
  .ml-insights-2recipes .ml-filter-recipe h3, .ml-insights-2recipes .ml-filter-recipe h3 a {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .ml-insights-recipes .ml-filter-recipe p, .ml-insights-2recipes .ml-filter-recipe p {
    margin-bottom: 5px;
  }
  .ml-insights-recipes .ml-filter-recipe h5, .ml-insights-recipes .ml-filter-recipe p, .ml-insights-2recipes .ml-filter-recipe p, .ml-insights-recipes .ml-filter-recipe .ml-readmore, .ml-insights-2recipes .ml-filter-recipe .ml-readmore {
    font-size: 16px;
    line-height: 22px;
  }
  .ml-insights-recipes .ml-filter-recipe h5, .ml-insights-2recipes .ml-filter-recipe h5, .ml-insights-recipes .ml-filter-recipe .ml-recipe-cat, .ml-insights-2recipes .ml-filter-recipe .ml-recipe-cat {
    font-size: 14px;
    line-height: 22px;
  }
  .ml-insights-2recipes .ml-filter-recipe figure {
    margin-bottom: 10px;
  }
  .ml-mone-insights {
    background-color: #F0F0F0;
    padding: 60px 0 87px;
  }
  .ml-mone-insights h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    line-height: 36px;
    color: #070707;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .ml-mixitup-nav {
    margin-bottom: 37px;
  }
  .ml-mixitup-nav .nav-link {
    border: 1px solid #070707;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    background-color: #fff;
    color: #724D8D;
    padding: 13px 15px;
    margin: 0 10px;
    width: 186px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 0;
  }
  .ml-mixitup-nav .nav-link:hover, .nav-pills .nav-link.active {
    background-color: #724D8D;
    color: #fff;
  }
  .ml-mone-insights .ml-container {
    max-width: 1438px;
  }
  .ml-mone-insights .ml-filter-recipe h3, .ml-mone-insights .ml-filter-recipe a {
    font-size: 24px;
    line-height: 30px;
  }
  .ml-filter-recipe {
    position: relative;
  }
  .ml-filter-recipe .ml-recipe-cat {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    padding: 10px;
    min-width: 122px;
    text-transform: uppercase;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    color: #fff;
    background-color: #957AA9;
    text-align: center;
  }
  .ml-filter-recipes .ml-recipe-cat {
    left: 15px;
  }
  .ml-filter-recipe .ml-recipe-date {
    font-size: 14px;
    font-weight: bold;
    line-height: 22px;
    color: #070707;
    margin-bottom: 5px;
  }
  .ml-insights-recipes-carousel {
    position: relative;
  }
  .ml-insights-recipes-carousel .owl-nav button.owl-next, .ml-insights-recipes-carousel .owl-nav button.owl-prev {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    color: rgba(0, 0, 0, .16);
    font-size: 50px;
    position: absolute;
    z-index: 1;
    top: 25%;
    outline: 0;
    transition: all .3s ease-in-out;
  }
  .ml-insights-recipes-carousel .owl-nav button:hover {
    color: #724D8D;
  }
  .ml-insights-recipes-carousel .owl-nav button.owl-next {
    right: -50px;
  }
  .ml-insights-recipes-carousel .owl-nav button.owl-prev {
    left: -50px;
  }
  .ml-chefbox.ml-culinary-chefbox {
    background-color: #E4DDE9;
    padding: 85px 30px 95px;
  }
  .ml-chefbox.ml-culinary-chefbox span {
    color: #4F2170;
    display: inline-block;
    font-family: 'Bw Surco';
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
  }
  .ml-culinary-chefbox h2 {
    color: #333333;
    font-family: 'Bw Surco';
    font-size: 30px;
    font-weight: 900;
    line-height: 41px;
    margin-top: 35px;
  }
  .ml-culinary-chefbox a + a {
    margin-top: 20px;
  }
  .ml-culinary-recipeboxs {
    margin-top: 60px;
  }
  .ml-culinary-banner-alt {
    margin-bottom: 22px;
  }
  .ml-chefbox2.ml-culinary-chefbox2 h2 {
    font-family: 'Bw Surco';
    font-size: 60px;
    font-weight: 900;
    line-height: 81px;
    color: #FFFFFF;
  }
  .ml-chefbox2.ml-culinary-chefbox2 p {
    font-family: 'Bw Surco';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #FFFFFF;
  }
  .ml-chefbox2.ml-culinary-chefbox2 a {
    margin-top: 25px;
  }
  .ml-culinary-chefbox2-img {
    background-size: cover;
  }
  /*ML insights Section*/
  /*ML Culinary Section*/
  .ml-about-banner-img {
    background-image: url('/~/media/MondelezFoodService/images/banner/about.jpg');
  }
  .ml-culinary-banner-img {
    background-image: url('/~/media/MondelezFoodService/images/banner/culinary-banner-22-CrumbCake.jpg');
  }
  .ml-culinary-corner-banner-img {
    background-image: url(../images/banner/culinary-corner-banner-regular.jpg);
    background-size: cover;
  }
  /*.ml-insigth-banner-img {
    background-image: url('/~/media/MondelezFoodService/images/banner/20.jpg');
  }*/
  .ml-culinary-banner {
    margin-bottom: 40px;
  }
  .ml-culinary-banner .ml-container-fluid {
    padding: 0;
  }
  /* .ml-culinary-banner .ml-banner-img {
      min-height: 158px;
  } */
  .ml-culinary-banner .ml-banner-img {
    min-height: 320px;
  }
  .ml-culinary-banner-docbox {
    background-color: #957AA9;
    align-items: center;
    display: flex;
  }
  /* .ml-culinary-banner-docbox {
      min-height: 128px;
  } */
  .ml-culinary-banner-docbox {
    min-height: 320px;
  }
  .ml-culinary-banner-doc {
    width: 450px;
    max-width: 450px;
    padding: 40px 65px 40px 20px;
    margin-left: auto;
  }
  .ml-culinary-banner-doc h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    color: #fff;
  }
  .ml-culinary-banner-doc p {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
  }
  .ml-culinary-section {
    margin-bottom: 65px;
  }
  .ml-culinary-section .ml-container {
    max-width: 1438px;
  }
  .ml-culinary-section .ml-promobox {
    padding: 0;
  }
  .ml-chefbox {
    padding: 40px 30px;
    background-color: #957AA9;
    text-align: center;
    color: #fff;
  }
  .ml-chefbox figure {
    text-align: center;
  }
  .ml-chefbox .img-chef {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  .ml-chefbox h3 {
    font-size: 26px;
    font-weight: 900;
    line-height: 36px;
    margin-bottom: 0;
  }
  .ml-chefbox p {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
  }

  /* adding an all purpose button that can be used outside of nested classes - matt tfg 8.30.22*/

  .mdlzBtn {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    color: #4F2070;
    display: inline-block;
    border: 1px solid #070707;
    padding: 13px 20px;
    background-color: #fff;
    transition: all .3s ease-in-out;
  }
  .mdlzBtn:hover {
    background-color: #4F2070;
    color: #fff;
  }


  
  .ml-chefbox .mybtn {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    color: #4F2070;
    display: inline-block;
    border: 1px solid #070707;
    padding: 13px 20px;
    background-color: #fff;
    transition: all .3s ease-in-out;
  }
  .ml-chefbox .mybtn:hover {
    background-color: #4F2070;
    color: #fff;
  }
  .ml-culinary-infobox {
    margin-bottom: 65px;
  }
  .ml-culinary-info h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 41px;
    color: #333333;
  }
  .ml-culinary-info h2 span {
    font-size: 24px;
    font-weight: 900;
    line-height: 32px;
    color: #4F2170;
    text-transform: uppercase;
  }
  .ml-culinary-info .mybtn {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    display: inline-block;
    color: #4F2170;
    border: 1px solid #070707;
    padding: 13px 25px;
    margin-right: 10px;
    transition: all .3s ease-in-out;
  }
  .ml-culinary-info .mybtn:hover {
    background-color: #4F2070;
    color: #fff;
  }
  .ml-culinary-section .ml-recipebox a:hover {
    color: #070707;
  }
  .ml-culinary-info .mybtn:last-child {
    margin-right: 0;
  }
  .ml-culinary-section .ml-recipebox h3, .ml-culinary-section .ml-recipebox h3 a {
    font-size: 26px;
    line-height: 30px;
    transition: all .3s ease-in-out;
  }
  .ml-culinary-section .ml-recipebox p, .ml-culinary-section .ml-recipebox a {
    font-size: 16px;
    line-height: 22px;
  }
  .ml-culinary-section .ml-recipebox figure {
    margin-bottom: 35px;
  }
  .ml-culinary-section .ml-recipebox p {
    margin-bottom: 20px;
  }
  /* Culinary Corner Chefs Page */
  .ml-culinary-corner-chefs-section .ml-container, .ml-culinary-corner-chef-section .ml-container, .ml-culinary-corner-chef-says-section .ml-container, .ml-culinary-corner-chef-recipes-section .ml-container {
    max-width: 1438px;
  }
  .ml-culinary-corner-chefs-section {
    padding-bottom: 50px;
  }
  .ml-culinary-corner-chef-section {
    background: #F0F0F0;
    padding: 60px 0 40px;
  }
  .ml-culinary-corner-chef-says-section {
    padding: 40px 0 40px;
  }
  .ml-culinary-corner-chefs-section h2 {
    font-family: 'Bw Surco';
    font-size: 40px;
    line-height: 54px;
    font-weight: 900;
    color: #333333;
    margin: 0;
  }
  .ml-culinary-corner-chefs-section p {
    font-family: 'Bw Surco';
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
    margin: 0;
  }
  .ml-culinary-corner-chef-avata h3 {
    font-family: 'Bw Surco';
    font-size: 40px;
    font-weight: 900;
    line-height: 54px;
    color: #333333;
    margin: 0;
  }
  .ml-culinary-corner-chef-avata {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .ml-culinary-corner-chef-avata-img {
    max-width: 187px;
    max-height: 187px;
    border-radius: 50%;
    margin-right: 25px;
  }
  .ml-culinary-corner-chef p {
    font-family: 'Bw Surco';
    font-size: 16px;
    line-height: 22px;
    color: #070707;
  }
  .ml-culinary-corner-chef p span {
    color: #4F2170;
    display: inline-block;
    font-weight: 700;
  }
  .ml-culinary-corner-chef-says-title h2 {
    font-family: 'Bw Surco';
    font-size: 40px;
    line-height: 54px;
    font-weight: 900;
    color: #333333;
    margin: 0;
    text-align: center;
  }
  .ml-culinary-corner-chef-says-title {
    margin-bottom: 75px;
  }
  .ml-culinary-corner-chef-say h3 {
    font-size: 24px;
    font-family: 'Bw Surco';
    line-height: 30px;
    font-weight: 700;
    color: #4F2170;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ml-chef-spotlight-info h5 a {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: #4F2170;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ml-chef-spotlight-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
  a.ml-chef-spotlight-fetured-image {
    display: block;
    max-width: 395px;
    /*max-height: 221px; -- REMOVED 07.13.21 by KATERMEG TO ADJUST THE HEIGHT OF THE RECIPE IMG */
    margin-bottom: 24px;
  }
  a.ml-chef-spotlight-fetured-image img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
  .ml-culinary-corner-chef-say {
    max-width: 395px;
    margin-bottom: 15px;
  }
  .ml-culinary-corner-chef {
    max-width: 600px;
  }
  .ml-culinary-corner-chef-say-avata {
    max-width: 297px;
    max-height: 297px;
    border-radius: 50%;
    margin-bottom: 22px;
  }
  .ml-culinary-corner-chef-say-avata img {
    width: 100%;
    height: 100%;
  }
  .ml-culinary-corner-chef-say p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #070707;
    margin: 0 0 5px;
  }
  a.read-article {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #4F2170;
    font-weight: 700;
  }
  .ml-chef-spotlight-slider .owl-nav {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  .ml-chef-spotlight-slider .owl-nav button.owl-next {
    position: absolute;
    right: -40px;
    top: 0;
  }
  .ml-chef-spotlight-info {
    max-width: 395px;
  }
  .ml-culinary-corner-chef-recipes-section .ml-culinary-corner-chef-says-title {
    margin-bottom: 25px;
  }
  .ml-culinary-corner-chef-recipes-section {
    padding-bottom: 100px;
  }
  .ml-culinary-corner-cozy-comforts-section {
    background: #E4DDE9;
    padding: 30px 0;
  }
  .ml-comfort-box {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    padding: 15px;
    max-width: 650px;
    margin: 0 auto;
  }
  .ml-comfort-box-img {
    min-width: 230px;
    margin-right: 35px;
  }
  .ml-comfort-box-info h4 a {
    color: #4F2170;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }
  .ml-comfort-box-info p {
    color: #070707;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 5px;
  }
  .ml-comfort-box-info .read-article {
    font-size: 18px;
    color: #4F2170;
    line-height: 24px;
  }
  .ml-culinary-corner-inspiration-section h2 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .ml-comfort-box-info {
    max-width: 300px;
  }
  .ml-chefbox-fluid {
    background-color: #957AA9;
    padding: 0 36.5px;
  }
  .ml-recipe-library {
    background-color: #F0F0F0;
    padding: 60px 0 87px;
  }
  .ml-recipe-library .ml-container {
    max-width: 1438px;
  }
  .ml-searchbox {
    max-width: 814px;
    margin: 0 auto 58px;
  }
  .ml-searchbox h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    line-height: 54px;
    margin-bottom: 22px;
    color: #333333;
  }
  .ml-searchbox .form-control {
    border-radius: 0;
    border-color: #ccc;
    font-size: 18px;
    line-height: 30px;
    padding: 10px;
    height: 50px;
  }
  .ml-searchbox .btn-normal {
    border-radius: 0;
    border-color: #070707;
    color: #fff;
    background-color: #724D8D;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
    padding: 10px 55px;
    transition: all .3s ease-in-out;
  }
  .ml-searchbox .btn-normal:hover {
    opacity: .8;
  }
  .ml-searchbox .form-control:focus, .ml-searchbox .btn-normal:focus {
    outline: 0;
    box-shadow: unset;
  }
  .ml-filterbox {
    background-color: #957AA9;
    height: 100%;
  }
  .ml-filterbox h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    color: #fff;
    padding: 17px 25px;
    background-color: #4F2170;
    margin-bottom: 0;
  }
  .ml-filterform {
    padding: 30px 25px;
  }
  .ml-filterbox .form-group {
    margin-bottom: 20px;
  }
  .ml-filterbox .custom-select {
    color: #070707;
    border-radius: 0;
    border-color: #070707;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 10px;
    height: 42px;
    background-image: url("/~/media/MondelezFoodService/images/ml-dropdown.png");
    background-size: 15px 8px;
  }
  .ml-filterbox .custom-select:focus {
    border-color: #070707;
    box-shadow: unset;
  }
  .ml-filter-recipes {
    /* margin-bottom: 15px; */
    margin-top: -25px;
  }
  .ml-filter-recipe {
    margin-top: 25px
  }
  .ml-filter-recipe figure {
    margin-bottom: 23px;
  }
  .ml-filter-recipe h3, .ml-filter-recipe a {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #4F2170;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
  }
  .ml-filter-recipe a:hover {
    color: #070707;
  }
  .ml-pagination--style-2 .page-item {
    margin-right: 10px
  }
  .ml-pagination--style-2 .page-item:last-child {
    margin-right: 0;
  }
  .ml-pagination--style-2 .page-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    border-radius: 0;
    border-color: #070707;
    color: #724D8D;
    width: 38px;
    padding: 8px 10px;
    text-align: center;
  }
  .ml-pagination--style-2 .page-link:focus {
    box-shadow: unset;
  }
  .ml-pagination--style-2 .page-link:hover, .ml-pagination--style-2 .page-item.active .page-link {
    color: #fff;
    background-color: #724D8D;
  }
  .ml-pagination--style-2 .page-item.active .page-link {
    border-color: #070707;
  }
  .ml-pagination--style-2 .page-item:last-child .page-link, .ml-pagination--style-2 .page-item:first-child .page-link {
    border-radius: 0;
  }
  .ml-culinary-banner-alt .ml-container-fluid {
    padding: 0;
  }
  .ml-banner-img {
    height: 100%;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 320px;
  }
  .ml-chefbox2 {
    height: 100%;
    padding: 60px 70px;
    background-color: #957AA9;
  }
  .ml-chefbox2 .img-fluid {
    max-width: 150px;
    margin-right: 40px;
  }
  .ml-chefbox2 h3 {
    font-size: 40px;
    font-weight: 900;
    line-height: 54px;
    margin-bottom: 0;
    color: #fff;
  }
  .ml-chefbox2 p {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 0;
    color: #fff;
    max-width: 420px;
  }
  .ml-chefbox2 .mybtn {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #4F2070;
    border: 1px solid #070707;
    background-color: #fff;
    text-transform: uppercase;
    padding: 13px 20px;
    transition: all .3s ease-in-out;
  }
  .ml-chefbox2 .mybtn:hover {
    background-color: #4F2070;
    color: #fff;
  }
  /*ML Culinary Section*/
  /*ML Recipe Section*/
  .ml-recipe-section {
    margin-bottom: 54px;
  }
  .ml-recipe-section .ml-container {
    max-width: 1160px;
  }
  .ml-recipe-info {
    text-align: center;
    overflow: hidden;
    padding: 25px 0;
  }
  .ml-recipe-info p {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .ml-recipe-social {
    text-align: center;
    line-height: 0;
    padding: 20px;
    position: relative;
  }
  .ml-recipe-social:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    top: calc(50% - 0.5px);
    left: 0;
    z-index: -1;
  }
  .ml-recipe-social-list {
    overflow: hidden;
    display: inline-block;
    line-height: 0;
    padding: 0 30px;
    background-color: #fff;
    position: relative;
    z-index: 3;
  }
  .ml-recipe-social div.jssocials-share {
    padding: 10px 15px;
    display: block;
    margin: 0 3px;
    width: auto;
    float: left;
    background-color: #502670;
    transition: all .3s ease-in-out;
  }
  .ml-recipe-social div.jssocials-share a {
    color: #fff;
    color: #fff;
    line-height: 24px;
    font-size: 14px;
  }
  .ml-recipe-social.jssocials-share div:hover {
    background-color: #070707;
  }
  .ml-recipe-social div.jssocials-share .fa {
    font-size: 18px;
    line-height: 22px;
    top: 2px;
    position: relative;
    margin-right: 5px;
  }
  .ml-recipe-doc {
    margin: 0;
    padding: 0 0 34px;
  }
  .ml-recipe-doc .ml-innerbox {
    max-width: 410px;
    padding-right: 15px;
  }
  .ml-recipe-doc h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .ml-recipe-doc .ml-ingredients {
    margin-bottom: 0
  }
  .ml-recipe-doc h3 {
    line-height: 50px;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ml-recipe-doc h3 > i, .ml-recipe-doc h3 > span {
    border: 1px solid #070707;
    padding: 14px 12px;
    line-height: 22px;
    text-transform: uppercase;
    font-style: normal;
    color: #724D8D;
    display: inline-block;
    margin-top: 10px;
  }
  .ml-recipe-doc h3 > i {
    font-size: 17px
  }
  .ml-recipe-doc h3 > span {
    font-size: 16px;
  }
  .ml-recipe-doc h3 > em {
    font-style: normal;
    padding: 0 20px 0 10px
  }
  .ml-recipe-doc h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .ml-recipe-doc .ml-recipe-listbox {
    margin-bottom: 28px
  }
  .ml-recipe-doc .ml-recipe-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .ml-recipe-doc .ml-recipe-list li {
    font-size: 18px;
    line-height: 28px;
  }
  .ml-recipe-doc .ml-recipe-list li a {
    color: #4F2170;
    text-decoration: underline;
    font-weight: bold;
  }
  .ml-recipe-listbox p {
    font-size: 18px;
    line-height: 28px;
  }
  .ml-recipe-dropdown {
    width: 100%;
    display: block
  }
  .ml-recipe-dropdown .btn-normal {
    color: #fff;
    background-color: #957AA9;
    border: 0;
    border-radius: 0;
    width: 100%;
    display: block;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    padding: 26px 30px;
    text-align: left;
  }
  .ml-recipe-dropdown .dropdown-toggle::after {
    font-family: FontAwesome;
    font-size: 36px;
    content: "\f107";
    border: 0;
    position: relative;
    float: right;
    display: block;
    right: 20px;
  }
  .ml-recipe-dropdown .dropdown-toggle[aria-expanded="true"]::after {
    content: "\f106";
  }
  .ml-recipe-dropdown .dropdown-menu {
    width: 100%;
    ;
    border-color: #724D8D;
    border-radius: 0;
  }
  .ml-recipe-doc .ml-deirections h2 {
    margin-bottom: 30px;
  }
  .ml-recipe-other-section {
    background-color: #E4DDE9;
    padding: 40px 0;
    margin-bottom: 50px;
  }
  .ml-recipe-other-section .ml-container {
    max-width: 1375px;
  }
  /* .ml-recipe-other-info{} */
  .ml-recipe-other-info h2 {
    font-size: 20px;
    line-height: 24px;
    color: #070707;
    font-weight: 900;
    margin-bottom: 30px;
  }
  /* .ml-recipe-other-doc{} */
  .ml-recipebox a, .ml-recipebox h3 {
    font-weight: bold;
    color: #4F2170;
    font-size: 20px;
    line-height: 22px;
  }
  .ml-recipebox p {
    color: #070707;
    margin-bottom: 0;
  }
  .ml-recipebox a {
    color: #4F2170;
    font-weight: bold;
  }
  .ml-recipe-other-doc .ml-recipebox, .ml-recipe-other-doc .ml-recipebox h3 a {
    font-size: 20px;
    line-height: 22px;
    transition: all .3s ease-in-out;
  }
  .ml-recipe-other-doc .ml-recipebox h3 a:hover, .ml-recipe-other-doc .ml-recipebox a:hover {
    color: #070707;
  }
  .ml-recipe-other-doc .ml-recipebox p {
    font-size: 14px;
    line-height: 22px;
  }
  .ml-recipe-other-doc .ml-recipebox a {
    font-size: 14px;
    line-height: 22px;
    transition: all .3s ease-in-out;
  }
  .mb-50 {
    margin-bottom: 40px
  }
  .ml-promobox {
    padding: 40px 0;
    height: 615px;
  }
  /* .ml-promobox iframe {
      border: 1px solid #4D266F
  } */
  .ml-recipe-with-image {
    padding: 40px 0 70px;
  }
  .ml-recipe-with-image .ml-container {
    max-width: 1362px;
  }
  .ml-recipe-with-doc {
    text-align: center;
    padding: 0 0 0 30px;
  }
  .ml-recipe-with-doc h2 {
    font-size: 50px;
    font-weight: 900;
    line-height: 64px;
    color: #333333;
    max-width: 683px;
    margin: 0 auto 40px;
  }
  .ml-recipe-with-doc p {
    font-size: 22px;
    line-height: 28px;
    color: #070707;
    margin-bottom: 50px;
  }
  .ml-recipe-with-doc .ml-buy-ingredients {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    display: inline-block;
    color: #fff;
    background-color: #724D8D;
    border: 1px solid #070707;
    padding: 17px 20px;
    transition: all .3s ease-in-out;
  }
  .ml-recipe-with-doc .ml-buy-ingredients:hover {
    background-color: #070707;
    border: 1px solid #070707;
  }
  /*END ML Recipe Section*/
  /* Business Page */
  .ml-business-banner-img {
    background-image: url(/~/media/MondelezFoodService/images/business/your-biz-page-header-22.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .ml-business-banner-img {
    height: 228px;
    overflow: hidden;
    position: relative;
  }
  .ml-business-bg {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 508px;
    margin-bottom: 40px;
    position: relative;
  }
  .ml-segment-support {
    background-image: url(/~/media/MondelezFoodService/images/support-bg.jpg);
  }
  .ml-business-bg > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .ml-info-box {
    background: rgba(255, 255, 255, .8);
    padding: 24px 25px 41px;
    max-width: 487px;
  }
  .ml-info-box h2 {
    font-size: 50px;
    line-height: 68px;
    font-weight: 900;
    color: #333333;
    margin-bottom: 15px;
  }
  .ml-info-box p {
    color: #070707;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  .ml-info-box .ml-btn-read-more {
    display: inline-block;
    color: #4F2170;
    font-size: 20px;
    line-height: 22px;
    font-weight: bold;
    transition: all .3s ease-in-out;
  }
  .ml-info-box .ml-btn-read-more:hover {
    color: #070707;
  }
  .ml-segment-experience {
    background-image: url(/~/media/MondelezFoodService/images/experience-bg.jpg);
  }
  .ml-segment-markets {
    background-image: url(/~/media/MondelezFoodService/images/markrts-bg.jpg);
  }
  .ml-more-resources {
    background-image: url(/~/media/MondelezFoodService/images/business/your-biz-resource-bkgd.jpg);
  }
  .ml-proud-member {
    background: #F0F0F0;
    margin-bottom: 40px;
    padding: 33px 0 50px;
    overflow: hidden;
  }
  .ml-proud-member h2 {
    color: #333333;
    font-size: 40px;
    line-height: 48px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
  }
  .single-proud-member {
    background: #FFFFFF;
    padding: 20px 10px;
    min-height: 340px;
  }
  .proud-member-custom-container {
    max-width: 1500px;
    margin: 0 auto;
  }
  .single-proud-member-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 200px;
  }
  .single-proud-member-img img + img {
    margin-left: 15px;
  }
  .single-proud-member-btn-wrap {
    text-align: center;
    margin-top: 50px;
  }
  .single-proud-member-btn-wrap a + a {
    margin-left: 30px;
  }
  .single-proud-member-btn-wrap .ml-border-btn {
    text-align: center;
    padding: 13px 14px;
  }
  /* All Barnd Page Banner CSS */
  .ml-banner-info h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 54px;
    margin-bottom: 11px;
    position: relative;
    z-index: 10;
  }
  .ml-search-tab {
    margin-top: 30px;
  }
  #v-pills-products .ml-single-product-item {
    margin-bottom: 30px;
  }
  #v-pills-recipes .search-product-recipes {
    margin-bottom: 30px;
  }
  .ml-search-tab a {
    color: #fff;
  }
  .nav-pills.ml-search-tab .nav-link.active, .nav-pills.ml-search-tab .show > .nav-link, .nav-pills.ml-search-tab .nav-link:hover {
    color: #fff;
    background-color: #4F2170;
    border-radius: 0;
  }
  .search-products-item, .search-product-insights, .search-product-recipes, .ml-single-product-filter-sv3, .ml-single-product-filter-sv2, .ml-single-product-filter {
    display: none;
  }
  .element-item-wrapper-product {
    text-align: center;
    margin-top: 30px;
  }
  .element-item-wrapper-product .ml-border-btn {
    cursor: pointer;
  }
  .element-item-wrapper-product .ml-border-btn i {
    margin-right: 5px;
  }
  .oreo-brand-page-banner-img {
    background-image: url(../images/Brands/oreo/BrandHero_OREO_Desktop.jpg);
  }
  .chips-ahoy-brand-page-banner-img {
    background-image: url(../images/Brands/chips-ahoy/BrandHero_CHIPSAHOY_Desktop.jpg);
  }
  .nutter-butter-brand-page-banner-img {
    background-image: url(../images/Brands/nutter-butter/BrandHero_NUTTERBUTTER_Desktop.jpg);
  }
  .nabisco-brand-page-banner-img {
    background-image: url(../images/Brands/nabisco/nabisco-brand-header-desktop.jpg);
  }
  .ritz-brand-page-banner-img {
    background-image: url(../images/Brands/ritz/BrandHero_RITZ_Desktop.jpg);
  }
  .wheat-thins-brand-page-banner-img {
    background-image: url(../images/Brands/wheat-thins/wheatthins-brand-header-desktop);
  }
  .wheatsworth-brand-page-banner-img {
    background-image: url(../images/Brands/wheatsworth/8545_Wheatsworth_Site_Header_Desktopr0.jpg);
  }
  .halls-brand-page-banner-img {
    background-image: url(../images/Brands/halls/BrandHero_HALLS_Desktop.jpg);
  }
  .nilla-brand-page-banner-img {
    background-image: url(../images/Brands/nilla/BrandHero_NILLA_Desktop.jpg);
  }
  .swedish-fish-brand-page-banner-img {
    background-image: url(../images/Brands/swedish-fish/BrandHero_SWEDISHFISH_Desktop.jpg);
  }
  .belvita-brand-page-banner-img {
    background-image: url(../images/Brands/belvita/BrandHero_BELVITA_Desktop.jpg);
  }
  .trident-brand-page-banner-img {
    background-image: url(../images/Brands/trident/BrandHero_GUM_Desktop.jpg);
  }
  .dentyne-brand-page-banner-img {
    background-image: url(../images/Brands/dentyne/dentyne-desktop.jpg);
  }
  .toblerone-brand-page-banner-img {
    background-image: url(../images/Brands/toblerone/toblerone-desktop.jpg);
  }
  .greenandblack-brand-page-banner-img {
    background-image: url(../images/Brands/greenandblack/greenandblack-desktop.jpg);
  }
  .honeymaid-brand-page-banner-img {
    background-image: url(../images/Brands/honeymaid/BrandHero_HONEYMAID_Desktop.jpg);
  }
  .lornadoone-brand-page-banner-img {
    background-image: url(../images/Brands/lornadoone/BrandHero_LORNADOONE_Desktop.jpg);
  }
  .newton-brand-page-banner-img {
    background-image: url(../images/Brands/newton/BrandHero_NEWTONS_Desktop.jpg);
  }
  .teddy-grahams-brand-page-banner-img {
    background-image: url(../images/Brands/teddy-grahams/BrandHero_TEDDYGRAHAMS_Desktop.jpg);
  }
  .oyster-crackers-brand-page-banner-img {
    background-image: url(../images/Brands/oyster-crackers/BrandHero_OYSTER_Desktop.jpg);
  }
  .premium-brand-page-banner-img {
    background-image: url(../images/Brands/premium/BrandHero_PREMIUM_Desktop.jpg);
  }
  .sour-patchkids-brand-page-banner-img {
    background-image: url(../images/Brands/sour-patchkids/BrandHero_SOURPATCHKIDS_Desktop.jpg);
  }
  .ml-banner-wrap .sour-patchkids-brand-page-banner-img .brand-logo, .ml-banner-wrap .chips-ahoy-brand-page-banner-img .brand-logo, .ml-banner-wrap .ritz-brand-page-banner-img .brand-logo, .ml-banner-wrap .wheat-thins-brand-page-banner-img .brand-logo, .ml-banner-wrap .honeymaid-brand-page-banner-img .brand-logo, .ml-banner-wrap .nutter-butter-brand-page-banner-img .brand-logo, .ml-banner-wrap .trident-brand-page-banner-img .brand-logo {
    bottom: -50px;
  }
  .ml-banner-wrap .dentyne-brand-page-banner-img .brand-logo, .ml-banner-wrap .halls-brand-page-banner-img .brand-logo, .ml-banner-wrap .nilla-brand-page-banner-img .brand-logo, .ml-banner-wrap .oreo-brand-page-banner-img .brand-logo, .ml-banner-wrap .premium-brand-page-banner-img .brand-logo, .ml-banner-wrap .teddy-grahams-brand-page-banner-img .brand-logo, .ml-banner-wrap .newton-brand-page-banner-img .brand-logo, .ml-banner-wrap .nabisco-brand-page-banner-img .brand-logo, .ml-banner-wrap .oyster-crackers-brand-page-banner-img .brand-logo {
    bottom: -32px;
  }
  .ml-banner-wrap .swedish-fish-brand-page-banner-img .brand-logo, .ml-banner-wrap .lornadoone-brand-page-banner-img .brand-logo, .ml-banner-wrap .belvita-brand-page-banner-img .brand-logo {
    bottom: -18px;
  }
  .ml-banner-wrap .greenandblack-brand-page-banner-img .brand-logo {
    bottom: -32px;
  }
  @media (max-width: 1366px) {
    .ml-culinary-corner-chef-avata h3 {
      font-size: 32px;
    }
    .ml-chef-spotlight-slider .owl-nav {
      display: none;
    }
  }
  @media (max-width: 991px) {
    .ml-culinary-corner-chef-avata {
      display: block;
    }
    .ml-chef-spotlight-info h5 a {
      font-size: 24px;
    }
    .ml-culinary-chefbox h2 {
      color: #333333;
      font-size: 24px;
      line-height: 34px;
      margin-top: 15px;
    }
    .ml-chefbox.ml-culinary-chefbox {
      padding: 50px 30px 50px;
    }
    .ml-chefbox2.ml-culinary-chefbox2 h2 {
      font-size: 40px;
      line-height: 50px;
    }
  }
  @media (max-width: 991px) {
    .ml-culinary-corner-chef-says-title h2 {
      font-size: 32px;
      line-height: 42px;
    }
  }
  @media (max-width: 767px) {
    .dentyne-brand-page-banner-img {
      background-image: url(../images/Brands/dentyne/dentyne-desktop.jpg);
    }
    .toblerone-brand-page-banner-img {
      background-image: url(../images/Brands/toblerone/toblerone-mobile.jpg);
    }
    .greenandblack-brand-page-banner-img {
      background-image: url(../images/Brands/greenandblack/greenandblack-mobile.jpg);
    }
  }
  @media (max-width: 575px) {
    .ml-banner-info h1 {
      font-size: 24px;
      line-height: 28px;
    }
    .ml-flavors-size {
      padding-top: 36px;
    }
    .brand-page-banner-img {
      background-image: url(../images/Brands/oreo/BrandHero_OREO_Mobile.jpg);
    }
    .chips-ahoy-brand-page-banner-img {
      background-image: url(../images/Brands/chips-ahoy/BrandHero_ChipsAhoy_Mobile.jpg);
    }
    .nutter-butter-brand-page-banner-img {
      background-image: url(../images/Brands/nutter-butter/BrandHero_NUTTERBUTTER_Mobile.jpg);
    }
    .nabisco-brand-page-banner-img {
      background-image: url(../images/Brands/nabisco/nabisco-brand-header-mobile.jpg);
    }
    .ritz-brand-page-banner-img {
      background-image: url(../images/Brands/ritz/BrandHero_RITZ_Mobile.jpg);
    }
    .wheat-thins-brand-page-banner-img {
      background-image: url(../images/Brands/wheat-thins/wheatthins-brand-header-mobile.jpg);
    }
    .wheatsworth-brand-page-banner-img {
      background-image: url(../images/Brands/wheatsworth/8545_Wheatsworth_Site_Header_Mobile_r0.jpg);
    }
    .halls-brand-page-banner-img {
      background-image: url(../images/Brands/halls/BrandHero_HALLS_Mobile.jpg);
    }
    .nilla-brand-page-banner-img {
      background-image: url(../images/Brands/nilla/BrandHero_NILLA_Mobile.jpg);
    }
    .swedish-fish-brand-page-banner-img {
      background-image: url(../images/Brands/swedish-fish/BrandHero_SWEDISHFISH_Mobile.jpg);
    }
    .belvita-brand-page-banner-img {
      background-image: url(../images/Brands/belvita/BrandHero_BELVITA_Mobile.jpg);
    }
    .trident-brand-page-banner-img {
      background-image: url(../images/Brands/trident/BrandHero_Gum_Mobile.jpg);
    }
    .honeymaid-brand-page-banner-img {
      background-image: url(../images/Brands/honeymaid/BrandHero_HONEYMAID2_Mobile.jpg);
    }
    .lornadoone-brand-page-banner-img {
      background-image: url(../images/Brands/lornadoone/BrandHero_LORNADOONE_Mobile.jpg);
    }
    .newton-brand-page-banner-img {
      background-image: url(../images/Brands/newton/BrandHero_NEWTON_Mobile.jpg);
    }
    .teddy-grahams-brand-page-banner-img {
      background-image: url(../images/Brands/teddy-grahams/BrandHero_TEDDYGRAHAMS_Mobile.jpg);
    }
    .oyster-crackers-brand-page-banner-img {
      background-image: url(../images/Brands/oyster-crackers/BrandHero_OYSTER_Mobile.jpg);
    }
    .premium-brand-page-banner-img {
      background-image: url(../images/Brands/premium/BrandHero_PREMIUM_Mobile.jpg);
    }
    .sour-patchkids-brand-page-banner-img {
      background-image: url(../images/Brands/sour-patchkids/BrandHero_SOURPATCHKIDS_Mobile.jpg);
    }
    .ml-culinary-corner-chef-says-title h2 {
      font-size: 24px;
      line-height: 34px;
    }
    .ml-culinary-corner-chefs-section h2 {
      font-size: 32px;
      line-height: 32px;
      margin: 0 0 15px;
    }
  }
  .hs_submit.hs-submit .actions {
    margin: 0;
    padding: 0;
  }
 .ml-insigth-banner-img img {
    display: none;
  }
  .ml-filter-recipe img {
    object-fit: cover;
  }
  /* 
  .small-img {
      height: 70px;
      margin-top: 15px;
      margin-bottom: 30px;
      position: relative;
      width: 350px;
  }
  
  .small-img .icon-left,
  .small-img .icon-right {
      width: 12px;
      height: 24px;
      cursor: pointer;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
  }
  
  .small-img .icon-left {
      transform: rotate(180deg)
  }
  
  .small-img .icon-right {
      right: 0;
  }
  
  .small-img .icon-left:hover,
  .small-img .icon-right:hover {
      opacity: .5;
  }
  
  .small-container {
      height: 70px;
      overflow: hidden;
      margin: 0 auto;
  }
  
  .small-container div {
      width: 350px;
      position: relative;
      text-align: center;
      margin-left: 45px;
  }
  
  .small-container .show-small-img {
      width: 70px;
      height: 70px;
      margin-right: 6px;
      cursor: pointer;
      float: left;
  }
  
  .small-container .show-small-img:last-of-type {
      margin-right: 0;
  } */
  .ml-filter-recipe h3, .ml-filter-recipe a span {
    background: none !important;
    color: inherit !important;
  }
  .ml-filter-recipes .ml-filter-recipe {
    display: none;
  }
  /* .product-image-wrap .show{
      width:400px;
      height:400px;
  }
   @media (max-width:450px) {
      .small-img {
          left: 0;
      }
      .product-image-wrap .show {
      width: 300px;
      height: 310px;
  }
  .small-container div {
      width: 320px;
      margin-left: 0;
  }
  }
  
  @media (max-width:415px) {
      .product-image-wrap .show {
          height: 350px;
      }
      .small-img {
          width: 300px;
      }
      .small-img .icon-left,
      .small-img .icon-right {
          display: none;
      }
  }  */
  .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;
  }
  /* .product-slider-nav .slick-slide.slick-current.slick-active .product-single-item-nav{
      max-height: 93px;
      border: 1px solid #070707;
      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 auto;
  }
  .ml-filter-recipes.ml-filter-recipes-js .ml-filter-recipe {
    display: block;
  }
  .product-slider-nav button.slick-arrow {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    transition: all .3s ease-in-out;
    z-index: 9;
    cursor: pointer;
  }
  .product-slider-nav button.slick-arrow:hover {
    background: #4F2170;
    color: #fff;
  }
  .product-slider-nav button.fa.fa-angle-right.slick-arrow {
    position: absolute;
    right: -30px;
    left: auto;
  }
  /*.faq-biscut-wrap h5 a,
  .ml-mone-insights .ml-filter-recipes-js .ml-filter-recipe a {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  */
  button.cswidget {
    border: 1px solid #4F2170;
    padding: 5px 15px;
    text-align: center;
    max-width: 105px;
    width: 100%;
    margin: 0 auto;
    float: none;
    display: flex;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease-in-out;
  }
  button.cswidget:hover {
    background-color: #4F2170;
    color: #fff;
  }
  .ml-explore-brands-faq button.cswidget {
    margin-bottom: 30px;
  }
  .ml-recipe-dropdown a.btn.btn-normal.dropdown-toggle::after {
    content: none;
  }
  .deatils-info-overlay {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    max-height: 350px;
    overflow: hidden;
    transition: all .3s ease-in-out;
    margin-top: 15px;
  }
  .deatils-info-overlay.-expanded {
    max-height: 100%;
    padding-bottom: 15px;
    transition: all .3s ease-in-out;
  }
  .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;
  }
  .deatils-info-overlay:not(.-expanded)::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url(../images/Overlay.png);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .3s ease-in-out;
  }
  .BuyNow {
    margin: 0 0 0 0;
    padding: 0 12px;
    background-color: #4F2170;
    border: none;
    border-radius: 8px;
    min-width: 0;
    font-size: 16px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    transition-duration: 0.2s;
    cursor: pointer;
  }
  .search-products-item .BuyNow {
    margin: 0 auto 30px;
    width: 89px;
    display: block;
  }
  .search-products-item .ml-single-product-item h5 a {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .ml-search-results .search-products-item .ml-single-product-item h5 a {
    white-space: break-spaces;
  }
  .OverlayPopup {
    position: absolute;
    min-width: 250px;
    z-index: 9999;
    height: auto;
    bottom: 60px;
    left: 0;
    background: #8e71a0;
    padding: 15px 0;
    border-radius: 10px;
  }
  .search-products-item .OverlayPopup {
    bottom: 95px;
    left: 50%;
    transform: translateX(-50%);
  }
  a.buyNow-BuyUrl img {
    max-width: 50%;
    margin: 0;
    max-height: 50px;
    padding-right: 10px;
    float: left;
  }
  .ml-single-product a.buyNow-BuyUrl img {
    max-width: 100%;
    margin: 0 auto 0 0;
    max-height: 50px;
    padding-right: 0;
    float: left;
  }
  .OverlayPopup li {
    list-style: none;
    padding: 0 15px;
  }
  .OverlayPopup li a.buyNow-BuyUrl {
    position: relative;
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
    background: #fff;
    padding: 0 10px;
    max-height: 50px;
  }
  .OverlayPopup li a.buyNow-BuyUrl:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    content: "Buy Now";
    height: 100%;
    background: #4F2170;
    line-height: 48px;
    color: #fff;
    text-align: center;
  }
  .OverlayPopup:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 40px;
    height: 20px;
    background: url(../images/angle.svg);
  }
  .closePopin {
    position: absolute;
    right: 20px;
  }
  .BuyNowCategory ul li a {
    text-align: left;
    display: block;
    color: #fff;
  }
  .BuyNowPartner {
    padding: 15px 15px 0;
    color: #fff;
  }
  .closePopin span {
    display: block;
    cursor: pointer;
    color: #fff;
  }
  .BuyNowCategory {
    border-bottom: 1px solid #b6abbd;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  /* About Us Page CSS */
  /* .ml-about-us-wrap {
      padding: 80px 0;
  }
  
  .ml-about-middle h2 span {
      display: block;
  }
  .ml-about-bottom ul {
      margin-top: 30px;
  }
  .ml-about-us-wrap {
      padding: 80px 0;
  }
  
  .ml-about-middle h2 span {
      display: block;
  }
  
  .ml-about-bottom ul {
      margin-top: 30px;
  }
  
  .ml-about-bottom ul li {
      padding: 0 0 20px 30px;
      position: relative;
  }
  
  .ml-about-bottom ul li:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 15px;
      height: 15px;
      content: "/";
  }
  
  .ml-about-us-wrap {
      padding: 80px 0;
  }
  
  .ml-about-middle h2 span {
      display: block;
  }
  
  .ml-about-bottom ul {
      margin-top: 30px;
  }
  
  .ml-about-bottom ul li {
      padding: 0 0 20px 30px;
      position: relative;
  }
  
  .ml-about-bottom ul li:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 15px;
      height: 15px;
      content: "\f101";
      font-family: 'FontAwesome';
      color: #4F2170;
  }
  .ml-about-bottom ul li strong {
      color: #4F2170;
  }
  
  
  .ml-about-us-wrap h1, .ml-about-us-wrap h2 {
      margin-bottom: 15px;
      color: #4F2170;
  }
  
  .ml-about-top, .ml-about-middle {
      margin-bottom: 30px;
  }
  
  .ml-about-bottom ul li:last-child {
      padding-bottom: 0;
  } */
  .ml-culinary-banner-doc span {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
  }
  .ml-culinary-banner-doc p a {
    color: #fff;
  }
  .ml-culinary-banner-doc.ml-about-banner-doc {
    max-width: 788px;
    width: 100%;
    padding-left: 0;
    padding-right: 100px;
  }
  .ml-about-container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .ml-about-top h1 {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 28px;
    color: #4F2170;
    font-weight: bolder;
  }
  .ml-about-top p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    color: #070707;
  }
  .ml-about-top {
    margin: 45px 0 55px 0;
  }
  .ml-about-card-wrap h2 {
    font-size: 50px;
    line-height: 56px;
    font-weight: 900;
    color: #4F2170;
    margin-bottom: 25px;
  }
  .ml-about-card-img img {
    min-height: 210px;
    width: auto;
    object-fit: cover;
  }

  


  @media(min-width:768px) {
    .ml-about-card-img img {
      min-height: 350px;
      
    } 
  }


  .ml-about-card-box h3 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #4F2170;
  }
  .ml-about-card-box p {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #070707;
    margin-bottom: 30px;
  }
  .ml-about-card-box p a {
    font-weight: 700;
    color: #4f2170;
    display: inline-block;
  }
  .ml-about-card-box a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #4F2170;
    display: block;
  }
  .ml-about-card {
    position: relative;
  }
  .ml-about-card-box {
    max-width: 410px;
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 25px;
  }
  .ml-about-pos-right {
    right: 14%;
  }
  .ml-about-pos-left {
    left: 8%;
  }
  .ml-about-card + .ml-about-card {
    margin-top: 15px;
  }
  .ml-about-card-wrap {
    padding-bottom: 125px;
  }
  .col-sm-faq-5 {
    text-align: center;
  }
  .col-sm-faq-5 .faq-biscut-wrap {
    margin-bottom: 15px;
  }
  .col-sm-faq-5 button.BuyNow {
    margin-bottom: 30px;
  }
  .col-sm-faq-5 .OverlayPopup {
    bottom: 90px;
  }
  .col-sm-faq-5 .OverlayPopup {
    bottom: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
  .ml-shipping-wrap-top .cart-partner-btn {
    display: inline-block;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  .ml-shipping-wrap-top .OverlayPopup {
    left: 50%;
    transform: translateX(-50%);
    bottom: 80px;
  }
  .cart-partner-btn a.BuyNow {
    border: 1px solid #724D8D;
    border-radius: 0;
    color: #fff;
    background: #724D8D;
  }
  .cart-partner-btn a.ml-border-btn.BuyNow:hover {
    color: #724D8D;
    background: #fff;
    border-color: #724D8D;
  }
  .ml-video-tab a {
    position: relative;
    padding-left: 45px;
  }
  .ml-video-tab a:before {
    position: absolute;
    left: 25px;
    top: 50%;
    width: 15px;
    height: 15px;
    border-radius: 5px;
    content: "";
    background: #fff;
    transform: translateY(-50%);
    font-family: FontAwesome;
    color: #070707;
    font-size: 11px;
    line-height: 15px;
    text-align: center;
  }
  .ml-video-tab .nav-link.active:before {
    content: "\f00c";
  }
  .ml-filter-video .ml-play-button {
    width: 18px;
    height: 18px;
    background-color: #4F2170;
    position: relative;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
  }
  .ml-filter-video .ml-play-button::after {
    top: 4px;
    left: 5px;
    content: '';
    display: table;
    position: absolute;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #fff;
  }
  .ml-filter-video h3, .ml-filter-video a {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #4F2170;
    margin-bottom: 0;
    transition: all .3s ease-in-out;
  }
  .ml-filter-video h3:hover {
    color: #070707;
  }
  .ml-filter-video .ml-filter-recipe .ml-recipe-date {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #070707;
    margin-bottom: 0;
  }
  .ml-filter-video figure {
    position: relative;
    margin-bottom: 23px;
  }
  .ml-filter-video img {
    object-fit: cover;
  }
  .ml-filter-video > a {
    display: block;
  }
  .ml-filter-video p {
    margin: 0;
  }
  .ml-filter-video-cat-item {
    margin-bottom: 22px;
  }
  .ml-filter-video-cat-item {
    display: none;
  }
  /*Distributor page CSS*/
  .purpleHeader {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    display: flex;
    margin-bottom: 2em;
    margin-top: 1em;
  }
  .ml-container-12 {
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    margin-bottom: 2em;
    margin-top: 1em;
  }
  @media(max-width:1200px) {
    .ml-container-12 {
      padding: 0 15px;
    }
  }
  @media(max-width:767px) {
    .ml-container-12 {
      display: block;
    }
  }
  .purpleHeader, .top-border {
    border-top: 2px solid black;
  }
  div#pnlLocation {
    margin: 0 auto;
    max-width: 1200px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .DistributorResult {
    margin: 0 auto;
    max-width: 1200px;
  }
  .purpleHeaderLeft {
    max-width: 500px;
    padding: 20px;
    background-color: #957aa9;
    width: 100%;
  }
  .purpleHeaderLeft h1 {
    color: white;
    font-size: 60px;
    line-height: 70px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  div#divTitle {
    color: #4F2170;
    font-size: 20px;
    padding-bottom: 20px;
  }
  .Distributor #divlblzip, .Distributor #divlblGtin {
    font-size: 15px;
    font-weight: 700;
    color: #4F2170;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
  }
  .Distributor #txtZipCode, .Distributor #txtGtin {
    border: 1px solid #CCCCCC;
    height: 25px;
    width: 90%;
  }
  .Distributor #txtZipCode, .Distributor #txtGtin {
    border: 1px solid #CCCCCC;
    height: 25px;
    width: 90%;
  }
  .Distributor .GtinCtrl {
    width: 50% !important;
  }
  .Distributor .zipCodeCtrl {
    width: 25% !important;
    float: left;
  }
  .GtinCtrl {
    float: left;
    width: 50% !important;
  }
  .Distributor .zipCodeCtrl {
    width: 25% !important;
    float: left;
  }
  .Distributor .zipCodeCtrl {
    width: 25% !important;
    float: left;
  }
  .zipCodeCtrl {
    float: left;
    width: 25%;
  }
  .btn.imgBtnClass {
    width: 25% !important;
    float: left;
    margin-top: 21px;
    padding-bottom: 0;
  }
  div#divtxtzip input, div#divtxtgtin input {
    border: 1px solid #CCCCCC;
    height: 35px;
    padding: 0 10px;
  }
  div#divtxtgtin input {
    width: 90%;
  }
  div#divlblzip, #divlblGtin {
    font-size: 15px;
    font-weight: 700;
    color: #4F2170;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 5px;
  }
  .DistributorsContentWrap #DistributorDetails {
    border-bottom: 1px solid #CCCCCC;
    padding-top: 30px;
    overflow: hidden;
    justify-content: space-between;
    flex-wrap: wrap;
    display: none;
  }
  div#pnlDistributorResults button#load-more-distributor {
    text-align: center;
    margin: 0 auto 50px;
    max-width: 193px;
    width: 100%;
    display: block;
    cursor: pointer;
  }
  div#pnlDistributorResults button#load-more-distributor i {
    margin-right: 10px;
  }
  #DistributorDetails .distributorContent h1 {
    color: #4F2170;
    font-weight: 400;
    font-size: 22px;
  }
  .distributorContent p {
    color: #4F2170;
    font-size: 16px;
  }
  #DistributorDetails .distributorContent {
    width: 50%;
    float: left;
  }
  #DistributorDetails .DistributorDetailsMap {
    text-align: right;
    width: 17%;
    float: left;
  }
  #DistributorDetails .DistributorPhone {
    width: 31%;
    float: left;
    margin-left: 2%;
  }
  .DistributorPhone_Inner {
    text-align: center;
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    height: 35px;
    max-width: 200px;
    padding-top: 8px;
    background: #4F2170;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 0 auto;
  }
  .DistributorDetailsMap .distance {
    color: #4F2170;
  }
  .DistributorDetailsMap .map_selection a {
    color: #4F2170;
    text-decoration: underline;
    font-weight: 700;
  }
  div#divsearcresults {
    margin-bottom: 50px;
  }
  div#divtxtzip input:focus, div#divtxtgtin input:focus {
    box-shadow: none;
    outline: none;
  }
  .btn.imgBtnClass input, .purpleHeaderRight img {
    max-width: 100%;
  }
  #divsearcresults button#divsearcresults-load-more {
    margin: 30px auto 0;
    max-width: 187px;
    display: inherit;
    cursor: pointer;
  }
  /*------- Segment Page---------*/
  .mil-segment-single-list-info h2 {
    font-size: 30px;
  }
  .mil-segment-single-list-info p {
    font-size: 18px;
    line-height: 25px;
    color: #4f2170;
    font-weight: 500;
    margin-left: 50px;
    border-left: 5px solid #4f2170;
    padding-left: 10px;
    max-width: 315px;
  }
  .mil-segment-single-list-info.percentence-78 p {
    max-width: 100%;
  }
  .mil-segment-single-list-info h3 {
    font-size: 18px;
    font-weight: 700;
  }
  .mil-segment-single-list {
    display: flex;
    align-items: center;
  }
  .mil-segment-single-list-img {
    margin-right: 15px;
    width: 100%;
    flex: 0 0 55%;
  }
  .mil-segment-single-list-img.f-38 {
    flex: 0 0 38%;
  }
  .mil-segment-single-list-info a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ml-segment-support-box {
    text-align: center;
  }
  .ml-segment-support-box h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 10px 0 20px;
  }
  .ml-segment-support-box img {
    border: 1px solid #707070;
  }
  .ml-segment-support-box a {
    font-size: 16px;
  }
  .ml-segment-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
  }
  .ml-segment-support-box-2 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  a.ml-segment-support-box-2-img {
    flex: 0 0 46%;
    width: 46%;
    margin-right: 2%;
  }
  .ml-segment-support-box-2-info h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 700;
    color: #4f2170;
  }
  .ml-segment-support-box-2-info img {
    max-width: 60px;
  }
  .ml-segment-support-box-2-info button {
    display: block;
    margin-top: 15px;
  }
  .ml-segment-title h3 {
    font-size: 30px;
    padding: 50px 0 20px;
    font-weight: 700;
  }
  .ml-segment-support-box-2-info {
    flex: 0 0 52%;
    width: 52%;
  }
  .ml-segment-border-bottom {
    border-bottom: 1px solid #c0bdbd;
  }
  .ml-container-12.ml-segment-border-bottom {
    padding-bottom: 30px;
  }
  .ml-segments-info-wrap .embed-responsive {
    height: 670px;
  }
  .pb-50 {
    padding-bottom: 50px;
  }
  .ml-segment-tools-box-2.support-tools-item {
    display: flex;
    align-items: center;
  }
  .ml-segment-tools-box-2-info h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .ml-segment-tools-box-2-info a {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ml-segment-tools-box-2-img {
    margin-right: 15px;
    min-width: 150px;
  }
  .ml-container-12 .ml-border-btn {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .mil-realrewardscafe-single-list a {
    margin-top: 30px;
  }
  .ml-segment-content p a {
    color: #4F2170;
    font-weight: 700;
  }
  .ml-segment-content .ml-border-btn {
    margin-top: 30px;
  }
  .mil-segment-single-list-circle {
    min-width: 130px;
    height: 130px;
    line-height: 130px;
    border-radius: 50%;
    background: #957aa9;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mil-segment-single-list-circle span {
    color: #fff;
    display: block;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    line-height: 1;
  }
  .mil-segment-single-list-circle span sup {
    display: inline-block;
  }
  .ml-segments-info-wrap-big .embed-responsive {
    height: 893px;
  }
  .ml-segments-info-wrap .embed-responsive, .ml-segments-info-wrap-big .embed-responsive {
    box-shadow: 0 0 10px 1px #949494;
    border-radius: 5px;
  }
  .ml-segment-explore-btn {
    max-width: 245px;
    position: relative;
    float: right;
    width: 100%;
  }
  .ml-segment-explore-btn span {
    background-color: #fff;
    padding: 12px;
    font-size: 16px !important;
    cursor: pointer;
    border: 1px solid #ccc;
    display: block;
    font-weight: 700;
    position: relative;
    transition: all .3s ease-in-out;
  }
  .ml-segment-explore-btn span:after {
    content: "";
    background: url(../images/brandpages/segments/upDownArrowIcon.png);
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
  }
  .ml-segment-explore-btn ul {
    position: absolute;
    background-color: #f1f1f1;
    width: 245px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    display: none;
    opacity: 0;
    visibility: hidden;
    top: 100%;
    right: 0;
    transition: all .3s ease-in-out;
  }
  .ml-segment-explore-btn ul li {
    display: block;
  }
  .ml-segment-explore-btn ul li a {
    display: block;
    text-align: right;
    color: #4F2170;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px !important;
    cursor: pointer;
    padding: 12px 16px;
    transition: all .3s ease-in-out;
  }
  .ml-segment-explore-btn ul li a:hover {
    background-color: #ddd;
  }
  .ml-segment-explore-btn:hover span {
    background-color: #4F2170;
    color: #fff;
  }
  .ml-segment-explore-btn:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  /*------- Contact Us Page---------*/
  .contact-wrap {
    display: flex;
  }
  .contact-wrap .content-left {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 30px;
  }
  .contact-wrap .content-right {
    flex: 0 0 66.666%;
    padding: 0 30px;
    border-left: 1px solid #ddd;
  }
  div#contactusform label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #000;
  }
  div#contactusform .col-md-6 select, div#contactusform .col-md-6 input {
    width: 100%;
  }
  div#contactusform .col-md-12 select, div#contactusform .col-md-12 input {
    width: 48%;
    max-width: 354px;
  }
  div#contactusform input, div#contactusform select {
    box-sizing: border-box;
    height: 30px;
    margin-bottom: 15px;
  }
  div#contactusform .scfValidator {
    display: none;
  }
  div#contactusform .col-md-12 #signmeup input {
    width: auto;
    height: auto;
    margin: 0;
  }
  div#contactusform .col-md-12 #signmeup label {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 0;
  }
  div#contactusform .col-md-12 #signmeup {
    margin: 10px 0;
  }
  div#contactusform {}
  div#contactusform div#message textarea {
    width: 75%;
    min-height: 180px;
    resize: none;
    padding: 5px 10px;
  }
  div#contactusform textarea:focus, div#contactusform input:focus, div#contactusform select:focus {
    outline: none;
    box-shadow: none;
  }
  div#contactusform .col-md-12 input {
    padding: 5px 10px;
  }
  div#contactusform div#submit input {
    border: 1px solid #070707;
    padding: 13px 31.9px;
    display: inline-block;
    color: #724D8D;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    transition: all .3s ease-in-out;
    height: auto;
    margin-top: 15px;
    cursor: pointer;
  }
  div#contactusform div#submit input:hover {
    background: #724D8D;
    color: #fff;
    border-color: #724D8D;
  }
  .contact-wrap .contactusleftcolumn h4 {
    font-size: 20px;
    line-height: 24px;
    color: #070707;
    font-family: 'Bw Surco';
  }
  .contact-wrap .contactusleftcolumn p {
    font-family: 'Bw Surco';
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
    color: #070707;
  }
  .contact-wrap .contactusleftcolumn h2 {
    font-size: 14px;
    color: #0087c6;
    font-weight: 700;
    font-family: roboto;
  }
  .contact-wrap .contactusleftcolumn p a {
    color: #4f2170;
    font-family: 'Bw Surco';
    font-weight: 700;
  }
  .purpleHeaderRightCopy p {
    font-family: 'Bw Surco';
    font-weight: 700;
    padding: 10px 13px;
    font-size: 20px;
    color: #070707;
  }
  div#contactusform h1 {
    color: #333333;
    font-size: 140%;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
    padding-top: 0;
    font-family: 'Bw Surco';
  }
  /* Vending Page CSS */
  .ml-segment-percentence-box {
    text-align: center;
  }
  .ml-segment-title span {
    color: #4f2170;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 30px;
    display: block;
    font-weight: 700;
    margin-top: 25px;
  }
  .counter {
    margin: 20px 0px;
    font-size: 50px;
    font-weight: 700;
  }
  .pct-copy {
    font-size: 22px;
    font-weight: 700;
  }
  .tabs-wrapper {
    background-color: #957AA9;
    width: 100%;
    padding: 20px;
    padding-bottom: 0;
  }
  .tabs {
    width: 100%;
    display: block;
    color: #FFF;
  }
  /* Clearfix */
  .tab-links:after {
    display: block;
    clear: both;
    content: '';
  }
  ul.tab-links li {
    margin: 0px;
    float: left;
    list-style: none;
    padding: 0;
  }
  .tab-links li {
    margin: 0px;
    float: left;
    list-style: none;
  }
  .tab-links a {
    display: inline-block;
    background: #ae88b5;
    font-size: 18px;
    color: #fff;
    transition: all linear 0.15s;
    text-decoration: none;
    line-height: 26px;
    padding: 10px;
    font-weight: 700;
  }
  .tab-links a:hover {
    background: #4F2170;
    text-decoration: none;
  }
  li.active a, li.active a:hover {
    background: #957AA9;
    color: #fff;
  }
  .tabs-nav {
    background: #fff;
  }
  ul.tab-links {
    display: flex;
    justify-content: center;
  }
  /*----- Content of Tabs -----*/
  .tab {
    display: none;
    font-size: 18px;
    color: white;
    width: 100%;
  }
  /* .tab div {
      width: 50%;
      float: left;
  } */
  .mil-vending-tab-content-inner {
    display: flex;
  }
  .mil-vending-tab-content-inner .mil-vending-tab-img {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .tab h2 {
    color: white;
  }
  .tabs-headline {
    background-color: #FFF;
    padding: 10px;
    text-align: center;
  }
  .tab.active {
    display: block;
    font-size: 18px;
  }
  .mil-vending-tab-content h2 {
    font-size: 40px;
    margin: 15px 0;
  }
  .mil-vending-tab-content ul {
    margin-bottom: 22px;
  }
  .mil-vending-tab-content ul {
    margin-bottom: 22px;
  }
  .mil-vending-tab-content p + p {
    margin: 0 0 25px;
  }
  .mil-vending-tab-content p {
    margin: 0;
  }
  .mil-vending-tab-content h4 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 30px;
    font-weight: 700;
  }
  .mil-vending-tab-content ul li {
    list-style: disc;
    padding: 3px 0;
    line-height: 1.4;
  }
  .mil-vending-tab-content ul {
    margin-left: 23px;
  }
  .tab div.mil-vending-tab-content {
    padding-top: 30px;
  }
  .tabs-headline h2 {
    font-size: 40px;
    font-weight: 700;
  }
  .tabs-headline p {
    font-size: 16px;
  }
  /* brand flip cards */
  .flip-card-back h3 {
    font-size: 20px;
    margin-bottom: 0;
    padding: 30px 0 10px;
  }
  .flip-card {
    float: left;
    background-color: transparent;
    height: 200px;
    width: 100%;
  }
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
  }
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  /* Position the front and back side */
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  /* Style the front side (fallback if image is missing) */
  .flip-card-front {
    background-color: #EBEBEB;
  }
  .flip-card-front img {
    max-width: 160px;
    /* border: 1px solid; */
    /* display: block; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
  }
  /* Style the back side */
  .ml-business-drive-box-info {
    padding: 40px;
    border-bottom: 1px solid #707070;
  }
  .ml-business-drive-box-info .ml-border-btn {
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .flip-card-back {
    background-color: #957AA9;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
  }
  .flip-card-back h1 {
    color: white;
    margin-top: 30px;
  }
  .flip-card-back h3 {
    font-size: 20px;
    margin-bottom: 0;
    padding: 30px 0 10px;
    font-weight: 700;
  }
  .flip-card .flip-card-back p {
    font-size: 16px;
  }
  .flip-card-back a {
    background: #fff;
    border-radius: 0;
    border: 1px solid #fff;
    font-weight: 700;
    color: #4f2170;
  }
  .flip-card-back a:hover {
    background: #4f2170;
    border-color: #fff;
    color: #fff;
  }
  .ml-business-drive-box {
    border: 1px solid #707070;
  }
  .ml-segment-support-box h3 a {
    font-size: 22px;
    color: #333;
    font-weight: 900;
  }
  .ml-segment-support-box.text-left h3 {
    margin-bottom: 5px;
    margin-top: 20px;
  }
  .ml-segment-support-box.text-left .ml-border-btn {
    text-transform: uppercase;
  }
  .mil-segment-single-list-2 {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .mil-segment-single-list-img-2 {
    margin-right: 30px;
    min-width: 350px;
  }
  .mil-segment-single-list-info-2 h3 a {
    color: #343434;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    display: block;
  }
  .mil-segment-single-list-info-2 p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .segments-single-info-inner h2 {
    font-size: 40px;
    color: #070707;
    font-weight: 700;
    margin-bottom: 30px;
  }
  .segments-single-info-inner p {
    margin-bottom: 20px;
  }
  .segments-single-info-inner h5 {
    color: #070707;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .segments-single-info-inner ul li {
    list-style: disc;
    padding: 2px 0;
  }
  .segments-single-info-inner ul {
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .segments-single-info-inner > a {
    color: #4f2170;
    font-weight: 700;
    font-size: 16px;
    margin-top: 50px;
    display: block;
  }
  .segments-single-info-inner p > a {
    color: #4f2170;
    font-weight: 500;
    text-decoration: underline;
  }
  h4.articleDate {
    font-size: 18px;
  }
  .ml-segments-info-wrap.insights .ml-container-12 {
    margin-bottom: 0;
  }
  .ml-segments-info-wrap.insights .ml-container-12 h4 a {
    color: #4F2170;
    font-size: 18px;
    display: block;
  }
  .ml-segments-info-wrap.insights .ml-container-12 h4 {
    margin-bottom: 0;
  }
  .noncommercialfoodservice-img-1 {
    background-image: url(../images/noncommercialfoodservice/ncfsHomeHero.jpg);
  }
  .noncommercialfoodservice-img-2 {
    background-image: url(../images/noncommercialfoodservice/ncfsPlaceHero.jpg);
  }
  .noncommercialfoodservice-img-3 {
    background-image: url(../images/noncommercialfoodservice/ncfsProductHero.jpg);
  }
  .noncommercialfoodservice-img-4 {
    background-image: url(../images/noncommercialfoodservice/ncfsTimeHero.jpg);
  }
  .ml-landscape-area {
    padding: 30px 0;
  }
  .ml-landscape-area h2 {
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .ml-landscape-area h5 {
    margin-bottom: 10px;
  }
  .ml-landscape-area + .ml-landscape-area {
    margin-top: 59px;
  }
  .ml-landscape-info + .ml-landscape-info {
    margin-top: 32px;
  }
  .ml-landscape-info ul li {
    padding: 3px 0;
    list-style: disc;
  }
  .ml-landscape-info ul {
    padding-left: 30px;
  }
  .ml-cat-management-inner {
    border: 1px solid #707070;
  }
  .ml-cat-management-inner-top {
    padding: 30px 30px;
  }
  .ml-cat-management-inner-top h2 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 44px;
    color: #070707;
    margin-top: 10px;
    clear: both;
    font-weight: 700;
  }
  .stepsSlider {
    background-color: #957AA9;
  }
  .swiper-slide {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .stepsSlider .btn {
    background-color: white;
    text-decoration: none;
    color: #4F2170;
    padding: 12px;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    font-weight: 700;
  }
  .stepsSlider .btn:hover {
    background: #4F2170;
    color: #fff;
  }
  .swiper-pagination-bullet {
    border-radius: 0% !important;
    width: 20px;
    height: 20px;
    text-align: right;
    line-height: 20px;
    font-size: 42px;
    color: #fff;
    opacity: 1;
    padding: 5px;
    font-weight: 700;
    font-style: italic;
    background-color: transparent;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 7px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
  }
  .swiper-pagination-bullet-active {
    color: #5b127a;
  }
  .swiper-slide-copy h2 {
    font-size: 40px;
    line-height: 44px;
    color: #070707;
    margin-bottom: 10px;
    margin-top: 10px;
    clear: both;
    font-weight: 700;
  }
  .swiper-slide-copy p {
    color: white;
  }
  .swiper-pagination {
    padding: 0 50px;
    text-align: right;
  }
  .swiper-slide-image {
    margin-right: 50px;
  }
  .ml-noncommercialfoodservice-product-item {
    position: relative;
  }
  .ml-noncommercialfoodservice-product-item a {
    position: absolute;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 40px;
    display: block;
    padding: .5em 0 .5em 0;
    transition: background-color 0.5s ease;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #4F2170;
    font-weight: 700;
  }
  .ml-noncommercialfoodservice-product-item a:hover {
    background-color: rgba(149, 122, 169, .85);
    color: #fff;
  }
  .ml-noncommercialfoodservice-product h2 {
    font-weight: 700;
  }
  .ml-noncommercialfoodservice-product {
    padding: 30px 0;
  }
  .ml-wide-product-item {
    border: 1px solid #4F2170;
    padding: 15px;
  }
  .ml-wide-product-item h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
  }
  a.btn-nofill {
    font-size: 16px;
    border: 1px solid #CCCCCC;
    padding: 12px;
    display: inline-block;
    color: #4F2170;
    font-weight: 700;
  }
  .ml-foot-note p a {
    color: #4F2170;
    font-weight: 700;
  }
  a.btn-nofill:hover {
    color: #fff !important;
    background-color: #4f2170 !important;
  }
  .ml-landscape-area h2 {
    font-weight: 700;
  }
  .ml-landscape-area h5 {
    font-weight: 700;
  }
  .ml-foot-note p {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .ml-foot-note {
    padding: 60px 0 20px;
  }
  .ml-cat-management {
    padding: 30px 0 0;
  }
  .stepsSlider .swiper-slide {
    padding: 30px;
  }
  .ml-flow-wrap {
    background: #957AA9;
    padding: 15px;
  }
  .ml-flow-wrap.ml-flow-wrap-2 .ml-flow-info h2, .ml-flow-wrap.ml-flow-wrap-2 .ml-flow-info p {
    color: #fff;
  }
  .ml-flow-info ul li {
    list-style: disc;
    color: #fff;
    padding: 3px 0;
  }
  .ml-flow-info ul {
    margin-left: 20px;
  }
  .ml-flow-product {
    margin-top: 35px;
  }
  .ml-flow-product h4 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .ml-flow-product a {
    padding: 13px 30px;
    background: #fff;
    font-size: 16px;
    border: 1px solid #CCCCCC;
    color: #4F2170;
    font-weight: 700;
    display: inline-block;
  }
  .ml-flow-product a:hover {
    background: #4F2170;
    color: #fff;
  }
  .ml-landscape-info-2 {
    background: #957AA9;
    padding: 15px;
  }
  .ml-landscape-info-2 h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 10px;
  }
  .ml-landscape-info-2 span {
    color: #fff;
    font-weight: 700;
    display: block;
  }
  .ml-landscape-info-2 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
  .ml-cake-item {
    position: relative;
  }
  .ml-cake-item {
    overflow: hidden;
  }
  .ml-cake-item span.ml-cake-item-badge {
    position: absolute;
    background-color: #957AA9;
    display: inline-block;
    padding: 10px 20px 6px 20px;
    margin: 10px;
    color: white;
    font-size: 20px;
    z-index: 999;
    top: 0;
    left: 0;
    font-weight: 700;
  }
  .ml-cake-item-info {
    position: absolute;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(79, 33, 112, .70);
    border: 10px solid rgba(255, 255, 255, .75);
    -webkit-transition: bottom 0.3s ease;
    -moz-transition: bottom 0.3s ease;
    -o-transition: bottom 0.3s ease;
    -ms-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
    color: white;
    text-align: center;
  }
  .ml-cake-item:hover .ml-cake-item-info {
    bottom: 0;
  }
  .ml-cake-item-info-bottom {
    text-align: center;
    clear: both;
    display: block;
    position: absolute;
    bottom: 0;
    background-color: rgba(255, 255, 255, .75);
    padding: 20px;
  }
  .ml-cake-item-info-bottom a {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #4F2170;
    font-style: italic;
    font-weight: 600;
  }
  .ml-cake-item-info-top {
    display: flex;
    flex-direction: column;
    padding: 15px;
    min-height: 75%;
    align-items: center;
    justify-content: center;
  }
  .ml-product-consummer {
    padding: 40px 0;
  }
  .mil-segment-single-list-info-2 a {
    color: #4F2170;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
  }
  .mil-segment-single-list-img-2 h2 {
    font-size: 40px;
    line-height: 44px;
    color: #070707;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
  }
  .ml-product-drive {
    padding-top: 30px;
  }
  .ml-product-kitchen {
    padding: 40px;
  }
  .ml-noncommercialfoodservice-cookies-area {
    margin-top: 25px;
  }
  .ml-noncommercialfoodservice-cookies-info-left {
    background: #957AA9;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .ml-noncommercialfoodservice-cookies-info-left h2 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
  }
  .ml-product-kitchen {
    overflow: hidden;
  }
  .ml-noncommercialfoodservice-cookies-info-left p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
  }
  .ml-noncommercialfoodservice-cookies {
    position: relative;
  }
  .ml-noncommercialfoodservice-cookies-info {
    position: absolute;
    left: 40px;
    bottom: 40px;
    background: #fff;
    width: calc(100% - 80px);
    padding: 30px 15px;
  }
  .ml-noncommercialfoodservice-cookies-info h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 13px;
  }
  .ml-noncommercialfoodservice-cookies-info a {
    color: #4F2170;
    text-decoration: none;
    font-weight: 700;
  }
  .ml-noncommercialfoodservice-offer-area {
    padding: 30px 0;
  }
  .ml-noncommercialfoodservice-offer-area {
    padding: 50px 0 30px;
  }
  .ml-noncommercialfoodservice-offer-info h2 {
    font-size: 40px;
    line-height: 44px;
    color: #070707;
    margin-bottom: 10px;
    font-weight: 700;
  }
  .ml-noncommercialfoodservice-offer-info ul li {
    list-style: disc;
    padding: 5px 0;
  }
  .ml-noncommercialfoodservice-offer-info ul {
    margin-left: 25px;
  }
  .ml-flow-wrap.ml-flow-wrap-2 {
    padding: 0;
  }
  .ml-flow-wrap.ml-flow-wrap-2 .ml-flow-info {
    padding: 40px;
    background: #957AA9;
    height: 100%;
  }
  .border-right-lg {
    border-right: 1px solid #EBEBEB;
  }
  .product-button {
    padding: 5px;
    margin: 4px;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
  }
  .daypart-wrapper {
    background: #fff;
    height: 100%;
  }
  .daypart-wrapper > .row {
    height: 100%;
  }
  .performance {
    background: #EBEBEB;
    padding: 10px;
  }
  .performance p {
    margin: 0;
    color: #4F2170;
    font-weight: 700;
  }
  .ml-flow-wrap.ml-flow-wrap-2 {
    border: 1px solid #EBEBEB;
    background: #fff;
  }
  .daypart-button {
    cursor: pointer;
    color: #4F2170;
    padding: 15px;
    margin: 15px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  .ml-daypart-area h2 {
    font-size: 40px;
    line-height: 44px;
    color: #070707;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .ml-daypart-area {
    padding: 30px 0;
  }
  .daypart-col {
    padding-left: 40px;
    padding-top: 40px;
  }
  #button-morning {
    background-color: #f6d7e6;
  }
  #button-midmorning {
    background-color: #b6dce3;
  }
  .daypart-button:hover {
    opacity: .8;
  }
  #button-afternoon {
    background-color: #fae898;
  }
  #button-ltafternoon {
    background-color: #a6cd9c;
  }
  #button-evening {
    background-color: #f49791;
  }
  #button-ltnight {
    background-color: #888ab8;
  }
  .ml-single-product-item h5 a{
    display: inline;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;/* Important for long words! */
  height: 44px;
  }
  @media(max-width:1366px) {
    .ml-culinary-banner-doc.ml-about-banner-doc {
      padding-left: 15px;
    }
    .ml-banner-wrap {
      height: 600px;
    }
  }
  @media(max-width:1210px) {
    div#pnlLocation, .DistributorResult {
      max-width: 95%;
    }
  }
  @media(max-width:991px) {
    .btn.imgBtnClass {
      margin-top: 24px;
      padding: 0;
    }
    .GtinCtrl {
      width: 48% !important;
      margin-left: 2%;
    }
    .ml-culinary-banner-doc span {
      font-size: 20px;
    }
    .ml-culinary-banner-doc.ml-about-banner-doc {
      padding-right: 15px;
    }
  }
  @media(max-width:767px) {
    div#pnlLocation, .DistributorResult {
      max-width: 95%;
    }
    .purpleHeader {
      display: block;
    }
    .purpleHeaderLeft {
      max-width: 100%;
    }
    .zipCodeCtrl {
      float: left;
      width: 48%;
      margin-right: 2%;
    }
    div#divtxtzip input, div#divtxtgtin input {
      width: 100%;
    }
    .ml-about-pos-right {
      right: auto;
    }
    .ml-about-pos-left {
      left: auto;
    }
    .ml-about-card-box {
      max-width: 100%;
      position: relative;
      bottom: auto;
      padding: 25px 0;
    }
    .ml-about-card-wrap {
      padding-bottom: 30px;
    }
    .brand-page--newton-banner-img {
      background-image: url(/~/media/MondelezFoodService/images/brands/newton/BrandHero_NEWTON_Mobile.jpg);
    }
    div#contactusform div#message textarea, div#contactusform .col-md-12 select, div#contactusform .col-md-12 input {
      width: 100%;
      max-width: 100%;
    }
    .contact-wrap .content-left, .contact-wrap .content-right {
      flex: 0 0 100%;
      max-width: 100%;
    }
    .contact-wrap {
      display: block;
    }
    .ml-segment-support-box, .mil-segment-single-list {
      margin-bottom: 30px;
    }
    .ml-segment-tools-box-2.support-tools-item {
      margin-bottom: 30px;
    }
    .ml-rewards-img-box {
      margin-bottom: 30px;
    }
    .mil-vending-tab-content-inner {
      flex-direction: column-reverse;
    }
    .tab div.mil-vending-tab-content, .mil-vending-tab-img {
      flex: 0 0 100%;
      width: 100%;
    }
    .ml-segment-title h2, .tabs-headline h2 {
      font-size: 24px;
    }
    .ml-segment-percentence-box {
      margin-bottom: 30px;
    }
    .tab-links a {
      font-size: 16px;
      padding: 10px 8px;
    }
    .mil-segment-single-list-info p {
      font-size: 16px;
      margin-left: 15px;
    }
    .ml-segment-title span {
      font-size: 16px;
      margin-bottom: 15px;
      margin-top: 10px;
    }
    .ml-business-drive-box-info {
      padding: 15px;
    }
    .ml-business-drive-box-info .ml-border-btn {
      margin-bottom: 25px;
      margin-top: 0;
    }
    .mil-segment-single-list-img-2 {
      max-width: 100%;
    }
    .mil-segment-single-list-2 {
      display: block;
    }
    .mil-segment-single-list-info-2 {
      margin-top: 15px;
    }
    .mil-segment-single-list-img-2 {
      margin-right: 0;
    }
    .ml-business-drive-box-info h3 {
      font-size: 20px;
    }
    .ml-segment-explore-btn ul li a {
      font-size: 14px !important;
      padding: 8px 15px;
    }
  }
  @media(max-width:575px) {
    #DistributorDetails .DistributorDetailsMap, #DistributorDetails .distributorContent {
      width: 100%;
    }
    #DistributorDetails .DistributorPhone {
      width: 100%;
      margin-bottom: 15px;
      margin-left: 0;
    }
    .purpleHeaderLeft h1 {
      font-size: 46px;
      line-height: 56px;
    }
    .btn.imgBtnClass {
      width: 100% !important;
      float: none;
      margin-top: 15px;
      text-align: left;
    }
    .zipCodeCtrl {
      float: none;
      width: 100%;
      margin-right: 0;
    }
    .GtinCtrl {
      float: none;
      width: 100% !important;
      margin-left: 0;
      margin-top: 15px;
    }
    /* .DistributorsContentWrap #DistributorDetails {
          display: block;
      }*/
    #DistributorDetails .DistributorDetailsMap {
      text-align: left;
      margin-bottom: 15px;
    }
    .DistributorPhone_Inner {
      margin: 0 auto 0 0;
    }
    .ml-comfort-box {
      flex-direction: column;
    }
    .ml-comfort-box-img {
      margin-right: 0;
      width: 100%;
      text-align: center;
    }
    .ml-comfort-box-info {
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px;
    }
  }
  @media(max-width:400px) {
    .search-products-item .OverlayPopup {
      left: 65%;
    }
    #FilterProject .col-6.col-md-4.search-products-item:nth-child(odd) .OverlayPopup {
      left: 30%;
    }
  }
  .ml-filter-recipes.ml-filter-recipes-js.operationsoptionfilter .ml-filter-recipe,
  .ml-filter-recipes.ml-filter-recipes-js.trendsoptionfilter .ml-filter-recipe,
  .ml-filter-recipes.ml-filter-recipes-js.culinaryoptionfilter .ml-filter-recipe,
  .ml-filter-recipes.ml-filter-recipes-js.categoryoptionfilter .ml-filter-recipe {
    display: none;
  }
  button#cat-options-all {
    margin-bottom: 30px;
  }

  span.back-to-top {position: fixed;right: 0;top: 50%;background: #957AA9;width: 40px;height: 40px;text-align: center;line-height: 40px;color: #fff;font-size: 21px;transform: translateY(-50%); cursor: pointer; display: none;}

  @media (min-width:1366px){
    .ml-single-product-item > a {
      display: flex;
      align-items: center;
      min-height: 305px !important;
  }
  }
  @media (min-width:1200px){
    .ml-single-product-item > a {
      display: flex;
      align-items: center;
      min-height: 290px;
  }
  }
  @media (max-width:1199px){
    .ml-single-product-item > a {
      height: 268px;
      display: flex;
      align-items: center;
  }
  .ml-single-product-item img {
    margin-bottom: 0;
}
  }
  @media (max-width:1025px){
    .ml-single-product-item > a {
      height: 225px;
  }
  }
  @media (max-width:993px){
    .ml-shipping-wrap .cart-partner-btn a.ml-border-btn.BuyNow {
      width: 100%;
  }
  }
  @media (max-width:991px){
    .ml-single-product-item > a {
      height: 220px;
  }

  }
  @media (max-width: 853px){
    .ml-shipping-wrap .ml-border-btn {
        font-size: 11px !important;
    }
  }
  @media (max-width:767px){
  .ml-single-product-item img {
    margin-bottom: 15px;
}
.ml-shipping-wrap {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.product-single-item-nav {
  max-height: 175px;
}
  }
  @media (max-width:630px){
    .ml-single-product-item > a {
      height: 170px;
  }
  }
  @media (max-width:410px){
    .ml-single-product-item > a {
      height: 135px;
  }
  }