﻿@font-face {
    font-family: myriad-pro;
    src: url('../fonts/MyriadPro-Regular.otf');
}

@font-face {
    font-family: helvetica-neue-regular;
    src: url('../fonts/HelveticaNeue-02.ttf');
}

@font-face {
    font-family: helvetica-neue-bold;
    src: url('../fonts/HelveticaNeue-Bold-01.ttf');
}

@font-face {
    font-family: clab-bold;
    src: url("../fonts/Clab-Bold.otf");
    font-weight: 700;
}

@font-face {
    font-family: clab-light;
    src: url("../fonts/Clab-Light.otf");
    font-weight: 300;
}

html {
    scroll-behavior: smooth;
}


/* html { scroll-behavior: smooth; } */

body {
    font-family: helvetica-neue-regular, sans-serif;
    margin: 0;
    padding: 0;
    color: #919191;
    scroll-padding: 250px 0 0 0;
}

a,
a:hover,
a:visited,
a:active {
    text-decoration: none;
}

.blue {
    color: #1f59a6 !important;
}

.white {
    color: #ffffff !important;
}

.grey {
    color: #919191 !important;
}

.yellow {
    color: #FDDA2A !important;
}

.black {
    color: #000000 !important;
}

h1 {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-family: clab-bold, sans-serif;
    font-weight: bold;
    overflow-wrap: inherit;
}

h2 {
    font-size: 22px;
    display: block;
    font-family: clab-bold, sans-serif;
    overflow-wrap: inherit;
}

h3 {
    font-size: 18px;
    display: block;
    font-family: clab-bold, sans-serif;
    overflow-wrap: inherit;
}

h6 {
    font-size: 14px;
    color: #363636;
    font-weight: 800;
    padding-top: 10px;
    padding-right: 15px;
    width: 100%;
    overflow-wrap: inherit;
}

p {
    font-size: 14px;
    overflow-wrap: inherit;
}

p.text-highlight {
    font-size: 16px;
    font-family: helvetica-neue-bold, sans-serif;
}

p.bigger-text {
    font-size: 16px;
    font-family: helvetica-neue-regular, sans-serif;
}

h4 {
    font-size: 20px;
    font-family: helvetica-neue-bold, sans-serif;
}

@media (min-width: 768px) {
    h1 {
        font-size: 32px;
        text-transform: none;
        text-align: center;
        display: block;
        font-family: clab-bold, sans-serif;
        font-weight: bold;
    }
    h2 {
        font-size: 33px;
        display: block;
        font-family: clab-bold, sans-serif;
    }
    h3 {
        font-size: 24px;
        display: block;
        font-family: clab-bold, sans-serif;
    }
    p {
        font-size: 16px;
    }
    p.text-highlight {
        font-size: 18px;
        font-family: helvetica-neue-bold, sans-serif;
    }
    p.bigger-text {
        font-size: 18px;
        font-family: helvetica-neue-regular, sans-serif;
    }
}

.animated-icon-zoom:hover {
    transition: transform .2s;
    transform: scale(1.2);
}


/* @media (min-width: 1200px) {
    h1 { font-size: 47px; text-transform: none; text-align: center; display: block; font-family: clab-bold, sans-serif; font-weight: bold; }
    h2 { font-size: 46px; display: block; font-family: clab-bold, sans-serif;}
    h3 { font-size: 30px; display: block; font-family: clab-bold, sans-serif;}
    p { font-size: 24px; }
    p.text-highlight { font-size: 28px; font-family: helvetica-neue-bold, sans-serif; }
    p.bigger-text{ font-size: 24px; font-family: helvetica-neue-regular, sans-serif; }
    h4  { font-size: 20px; font-family: helvetica-neue-bold, sans-serif; }
} */


/* Container */

.container {
    margin: 0 auto 0 auto;
}


/* @media (max-width: 640px) {
    .container { max-width: 490px; width: 90%; margin: 0 auto 0 auto;  }
    .container-fluid { padding-left: 0; padding-right:0; }
} */


/* Buttons */

.yellow-button {
    background: #FCD940;
    border: none;
    width: 100%;
    max-width: 155px;
    text-align: center;
    box-shadow: #D3B63C 3px 5px 0 0;
    border-radius: 5px;
    margin: 20px 0 0 0;
}

.yellow-button a.yellow-button-link,
.yellow-button a.yellow-button-link:visited,
.yellow-button a.yellow-button-link:hover,
.yellow-button a.yellow-button-link:active {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: helvetica-neue-bold, sans-serif;
    padding: 5px;
}

.yellow-button a.yellow-button-link.yellow-button-link-one-line {
    padding: 12px 0;
}

@media (min-width: 768px) {
    .yellow-button {
        background: #FCD940;
        border: none;
        width: 100%;
        max-width: 205px;
        text-align: center;
        box-shadow: #D3B63C 6px 10px 0 0;
        border-radius: 5px;
        margin: 20px 0 0 0;
    }
    .yellow-button a.yellow-button-link,
    .yellow-button a.yellow-button-link:visited,
    .yellow-button a.yellow-button-link:hover,
    .yellow-button a.yellow-button-link:active {
        color: #000000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        font-family: helvetica-neue-bold, sans-serif;
        padding: 5px;
    }
    .yellow-button a.yellow-button-link.yellow-button-link-one-line {
        padding: 12px 0;
    }
}


/* Navbar */

.header {
    height: 55px;
    background: #ffffff;
}

.navbar a.navbar-brand {
    display: block;
    background: url('../img/mobile/navbar_logo.svg') no-repeat;
    width: 97px;
    height: 70px;
    background-size: contain;
    background-position: center;
    z-index: 1000;
}

.navbar .navbar-collapse {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
}

.navbar ul.navbar-nav>li {
    text-align: center;
    height: 65px;
    margin: 0 auto;
}

.navbar ul.navbar-nav>li>a.nav-link,
.navbar ul.navbar-nav>li>a:visited.nav-link,
.navbar ul.navbar-nav>li>a:hover.nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    font-size: 16px;
    font-family: helvetica-neue-bold, sans-serif;
    color: #919191;
}

.navbar .navbar-toggler {
    border: 0;
    outline: none;
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar .navbar-menu-icon,
.navbar .navbar-toggler[aria-expanded="false"] .navbar-menu-icon {
    background: url('../img/mobile/navbar_menu.svg') no-repeat;
    background-size: contain;
    width: 32px;
    height: 32px;
    border: 0;
    padding: 0;
    animation: .5s;
    transition: .5s;
}

.navbar .navbar-toggler[aria-expanded="true"] .navbar-menu-icon {
    background: url('../img/mobile/nabvar-menu-close.png') no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    border: 0;
    padding: 0;
}

.navbar .navbar-button {
    background: #61910E;
    border-radius: 5px;
    box-shadow: #50820F 3px 5px 0 0;
}

.navbar .navbar-button a {
    padding: 5px 10px;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}

#menu-buy {
    margin-top: 20px;
}


/* Safari fix */

@media not all and (min-resolution:.001dpcm) {
    .header {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .header {
        height: 90px;
    }
    .navbar {
        display: block;
        margin: 0;
        padding: 0px 0 0 0;
        height: 90px;
        padding-top: 15px;
    }
    .navbar .navbar-collapse {
        margin-left: auto;
        margin-right: 0;
        margin-right: 30px;
        margin-left: auto;
        top: 15px;
    }
    .navbar a.navbar-brand,
    .navbar a.navbar-brand.active {
        display: block;
        width: 172px;
        height: 126px;
        background-size: contain;
        background-position: center;
        position: absolute;
        top: 15px;
        left: 30px;
    }
    .navbar ul.navbar-nav {
        margin: 0 0 0 auto;
    }
    .navbar ul.navbar-nav>li {
        text-align: center;
        height: auto;
        font-weight: 500;
        margin: 0 10px;
        height: 65px;
    }
    .navbar ul.navbar-nav>li:first-child {
        margin-left: 0;
    }
    .navbar ul.navbar-nav>li:last-child {
        margin-right: 0;
    }
    .navbar ul.navbar-nav>li>.social-icon {
        height: 25px;
        width: 27px;
    }
    .navbar ul.navbar-nav>li>a.nav-link,
    .navbar ul.navbar-nav>li>a:visited.nav-link,
    .navbar ul.navbar-nav>li>a:hover.nav-link {
        font-size: 12px;
        font-weight: 900;
        padding: 0;
        padding-top: 25px;
    }
    .navbar .navbar-toggler {
        border: 0;
        outline: none;
        position: absolute;
        right: 0;
        top: 5px;
    }
    .navbar .navbar-menu-icon {
        background: url('../img/mobile/menu.png') no-repeat;
        background-size: contain;
        width: 60px;
        height: 60px;
        border: 0;
    }
    .navbar .navbar-button {
        background: #61910E;
        border-radius: 5px;
        box-shadow: #50820F 3px 5px 0 0;
        margin-top: 15px;
    }
    .navbar .navbar-button a {
        padding: 10px 10px;
        font-size: 12px;
        text-decoration: none;
        color: #ffffff;
    }
    #menu-buy {
        margin-top: 0px;
    }
}


/* @media (min-width: 1200px) {    
    .navbar .navbar-collapse { margin-left: auto; margin-right: 0; margin-right: 30px; margin-left: auto; top: 30px; }
    .navbar ul.navbar-nav > li > .social-icon { height: 25px; width: 27px; }
    .navbar ul.navbar-nav > li > a.nav-link,
    .navbar ul.navbar-nav > li > a:visited.nav-link,
    .navbar ul.navbar-nav > li > a:hover.nav-link { font-size: 15px; font-weight: 900; padding: 0; }
    .navbar .navbar-button { background: #61910E; border-radius: 5px; box-shadow: #50820F 3px 5px 0 0; margin-top: -10px; }
    .navbar .navbar-button a { padding: 10px 15px; font-size: 15px; text-decoration: none; color: #ffffff;  }
    
} */

@media (max-width: 991px) {
    .navbar ul.navbar-nav {
        border: none;
        border-radius: 0px;
        height: auto;
        margin-top: 0;
        background-color: #ffffff;
        position: absolute;
        top: 55px;
        left: 0;
        right: 0;
        z-index: -1;
    }
}

.main {
    padding-top: 55px;
    max-width: 1920px;
    margin: 0 auto;
}

.main.landing-main {
    padding-top: 55px;
    max-width: unset;
    margin: 0 auto;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #61A511;
    box-shadow: #000000 1px 1px 0 0;
}

.carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 18px;
    background: #FDDA2A;
    box-shadow: #000000 1px 1px 0 0;
    top: -3px;
}

@media (min-width: 992px) {
    .main {
        padding-top: 90px;
    }
    .carousel-indicators li {
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background: #61A511;
        box-shadow: #000000 1px 1px 0 0;
        margin-left: 10px;
        margin-right: 10px;
    }
    .carousel-indicators li.active {
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: #FDDA2A;
        box-shadow: #000000 1px 1px 0 0;
        top: -2px;
    }
}


/* Footer Map */

.footer-map {
    background: url("../img/web/footer-map-background.png") center;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.footer-map-text {
    color: #242424;
    font-family: clab-bold, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
}

.footer-map-button {
    background: #61910E;
    border: none;
    width: 100%;
    max-width: 155px;
    text-align: center;
    box-shadow: #50820F 3px 5px 0 0;
    border-radius: 5px;
    margin: 20px auto 0 auto;
}

.footer-map-button a.footer-map-button-link,
.footer-map-button a.footer-map-button-link:visited,
.footer-map-button a.footer-map-button-link:hover,
.footer-map-button a.footer-map-button-link:active {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-family: helvetica-neue-bold, sans-serif;
    padding: 5px;
    display: block;
}

.footer-map-button a.footer-map-button-link.footer-map-button-link-one-line {
    padding: 12px 0;
}

@media (min-width: 992px) {
    .footer-map {
        background: url("../img/web/footer-map-background.png") center;
        width: 100%;
        padding: 60px 0;
        text-align: center;
    }
    .footer-map-text {
        color: #242424;
        font-family: clab-bold, sans-serif;
        font-size: 32px;
        text-transform: uppercase;
        margin: 0 auto;
        text-align: center;
        max-width: 630px;
    }
    .footer-map-button {
        background: #61910E;
        border: none;
        width: 100%;
        max-width: 142px;
        text-align: center;
        box-shadow: #50820F 6px 10px 0 0;
        border-radius: 5px;
        margin: 20px auto 0 auto;
    }
    .footer-map-button a.footer-map-button-link,
    .footer-map-button a.footer-map-button-link:visited,
    .footer-map-button a.footer-map-button-link:hover,
    .footer-map-button a.footer-map-button-link:active {
        color: #000000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 14px;
        font-family: helvetica-neue-bold, sans-serif;
        padding: 15px;
    }
    .footer-map-button a.footer-map-button-link.footer-map-button-link-one-line {
        padding: 12px 0;
    }
}


/* Footer */

.footer {
    background: #61A512;
    width: 100%;
    padding: 30px 0;
    text-align: center;
}

.footer .footer-social-icons .footer-social-icon {
    width: 36px;
    height: 36px;
    margin: 0 10px;
    display: inline-block;
}

.footer .footer-social-icons .footer-social-icon.footer-facebook-icon {
    background: url("../img/mobile/footer-facebook-icon.svg") no-repeat center;
}

.footer .footer-social-icons .footer-social-icon.footer-instagram-icon {
    background: url("../img/mobile/footer-instagram-icon.svg") no-repeat center;
}

.footer .footer-social-icons .footer-social-icon.footer-twitter-icon {
    background: url("../img/mobile/footer-twitter-icon.svg") no-repeat center;
}

.footer .footer-social-icons .footer-social-icon.footer-pinterest-icon {
    background: url("../img/mobile/footer-pinterest-icon.svg") no-repeat center;
}

.footer .footer-links {
    width: 100%;
    font-family: helvetica-neue-bold, sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

.footer .footer-links a,
.footer .footer-links a:visited,
.footer .footer-links a:active,
.footer .footer-links a:hover {
    color: #ffffff;
    text-decoration: none;
    margin: 15px auto;
    display: block;
}

.footer .copyright {
    color: #F0F7B1;
    font-size: 13px;
    margin: 20px auto;
}

.footer a.compliance,
.footer a.compliance:visited,
.footer a.compliance:hover,
.footer a.compliance:active {
    text-decoration: underline;
    color: #ffffff;
    font-size: 13px;
}

@media (min-width: 768px) {
    .footer {
        background: #61A512;
        width: 100%;
        padding: 30px 0;
        text-align: center;
    }
    .footer .footer-social-icons .footer-social-icon {
        width: 24px;
        height: 24px;
        margin: 0 10px;
        display: inline-block;
        background-size: contain !important;
    }
    .footer .footer-social-icons .footer-social-icon.footer-facebook-icon {
        background: url("../img/mobile/footer-facebook-icon.svg") no-repeat center;
    }
    .footer .footer-social-icons .footer-social-icon.footer-instagram-icon {
        background: url("../img/mobile/footer-instagram-icon.svg") no-repeat center;
    }
    .footer .footer-social-icons .footer-social-icon.footer-twitter-icon {
        background: url("../img/mobile/footer-twitter-icon.svg") no-repeat center;
    }
    .footer .footer-social-icons .footer-social-icon.footer-pinterest-icon {
        background: url("../img/mobile/footer-pinterest-icon.svg") no-repeat center;
    }
    .footer .footer-links {
        width: 100%;
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 16px;
        margin-top: 20px;
    }
    .footer .footer-links a,
    .footer .footer-links a:visited,
    .footer .footer-links a:active,
    .footer .footer-links a:hover {
        color: #ffffff;
        text-decoration: none;
        margin: 15px auto;
        display: inline-block;
        padding: 0 15px;
        border-right: 2px solid #ffffff;
    }
    .footer .footer-links a:last-of-type {
        border: none;
    }
    .footer .copyright {
        color: #F0F7B1;
        font-size: 13px;
        margin: 20px auto;
        max-width: 615px;
    }
    .footer a.compliance,
    .footer a.compliance:visited,
    .footer a.compliance:hover,
    .footer a.compliance:active {
        text-decoration: underline;
        color: #ffffff;
        font-size: 13px;
    }
}


/*************************************

Landing Page Styles 

*************************************/


/* About Us Section */

.about-us .about-us-background {
    background: #61A60E;
    padding: 20px 0 0 0;
    border: none;
}

.about-us .about-us-text-container {
    max-width: 80%;
    margin-bottom: 0px;
}

.about-us .about-us-decoration {
    background: url("../img/mobile/shared-pattern-thin.png") center bottom;
    width: 100%;
    height: 49px;
    background-size: 100% 49px;
}

.about-us .about-us-image-left {
    background: url("../img/web/landing-about-us-left.png") no-repeat left center;
    background-size: contain;
    position: relative;
    margin-top: -131px;
    width: 73px;
    height: 131px;
    ;
    float: left;
}

.about-us .about-us-image-right {
    background: url("../img/web/landing-about-us-right.png") no-repeat left center;
    background-size: contain;
    position: relative;
    margin-top: -133px;
    width: 59px;
    height: 133px;
    ;
    float: right;
}

@media (min-width: 768px) {
    .about-us .about-us-background {
        padding: 100px 0 0 0;
        border: none;
    }
    .about-us .about-us-decoration {
        background: url("../img/web/shared-pattern-thin.png") center bottom;
        width: 100%;
        height: 165px;
    }
    .about-us .about-us-image-left {
        background: url("../img/web/landing-about-us-left.png") no-repeat left center;
        background-size: contain;
        position: relative;
        margin-top: -250px;
        width: 140px;
        height: 250px;
        ;
        float: left;
    }
    .about-us .about-us-image-right {
        background: url("../img/web/landing-about-us-right.png") no-repeat left center;
        background-size: contain;
        position: relative;
        margin-top: -225px;
        width: 110px;
        height: 205px;
        ;
        float: right;
    }
}

@media (min-width: 992px) {
    .about-us .about-us-decoration {
        height: 223px;
    }
    .about-us .about-us-text-container {
        max-width: 590px;
        margin-bottom: -80px;
    }
    .about-us .about-us-image-left {
        background: url("../img/web/landing-about-us-left.png") no-repeat left center;
        background-size: contain;
        position: relative;
        margin-top: -440px;
        width: 230px;
        height: 440px;
        ;
        float: left;
    }
    .about-us .about-us-image-right {
        background: url("../img/web/landing-about-us-right.png") no-repeat left center;
        background-size: contain;
        position: relative;
        margin-top: -440px;
        width: 230px;
        height: 440px;
        float: right;
    }
}

@media (min-width: 1500px) {
    .about-us .about-us-image-right {
        margin-top: -540px;
        width: 285px;
        height: 540px;
    }
    .about-us .about-us-image-left {
        margin-top: -540px;
        width: 360px;
        height: 540px;
    }
}


/* 
@media (min-width: 1300px) { 
    .about-us .about-us-background { padding: 150px 0 0 0; border: none; }
    .about-us .about-us-decoration {  height: 223px; }
    .about-us .about-us-image-left {  background: url("../img/web/landing-about-us-left.png") no-repeat left center; background-size: contain; position: relative; margin-top: -618px; width: 412px; height: 618px; ; float: left;}
    .about-us .about-us-image-right {  background: url("../img/web/landing-about-us-right.png") no-repeat left center; background-size: contain; position: relative; margin-top: -720px; width: 382px; height: 720px; ; float: right; }
    
} */


/* @media ( min-width: 1301px) and ( max-width: 1800px) {
    .about-us .about-us-text-container { max-width: 50%; }
} */


/* About Our Beverages */

.landing-our-beverages {
    padding: 30px 0;
}

.landing-our-beverages .landing-podz-image {
    padding: 0;
    text-align: center;
}

.landing-our-beverages .landing-podz-image .podz-image {
    width: 90%;
    max-width: 147px;
    margin-top: 20px;
}

@media (min-width: 992px) {
    .landing-our-beverages {
        padding: 0px 0 30px 0;
    }
    .landing-our-beverages .landing-podz-image .podz-image {
        width: 70%;
        max-width: unset;
        margin-top: -50px;
    }
}


/* About Characters */

.landing-characters {
    text-align: center;
}

.landing-characters .spouts {
    padding: 10px 0;
    width: 100%;
    height: 196px;
    background: url("../img/web/landing-green-pattern.png") no-repeat center #78CC17;
}

.landing-characters .spouts .landing-spouts-image {
    max-height: 160px;
    max-width: 90%;
}

.landing-characters .podz .landing-podz-image {
    max-height: 160px;
    max-width: 90%;
}

.landing-characters .podz {
    background-color: #2A2A2A;
    padding: 10px 0;
    width: 100%;
    height: 196px;
    background: url("../img/web/landing-podz.png") no-repeat center #2A2A2A;
    background-size: cover;
}

.landing-characters .characters-description {
    background: url("../img/mobile/landing-characters-background.svg") center bottom;
    width: 100%;
    padding: 0 0 70px 0;
    text-align: left;
    background-size: 100%;
}

.landing-characters .characters-description .characters-container {
    background: #61A60E;
    padding-top: 20px;
}

@media (min-width: 430px) {
    .landing-characters .characters-description {
        padding: 0px 0 100px 0;
    }
}

@media (min-width: 550px) {
    .landing-characters .characters-description {
        padding: 0px 0 150px 0;
    }
}

@media (min-width: 768px) {
    .landing-characters .spouts {
        padding: 10px 0;
        width: 100%;
        height: 352px;
        background-size: contain;
    }
    .landing-characters .podz {
        background-color: #2A2A2A;
        padding: 10px 0;
        width: 100%;
        height: 352px;
        background: url("../img/web/landing-podz.png") no-repeat center #2A2A2A;
        background-size: contain
    }
    .landing-characters .characters-description {
        background: url("../img/web/landing-characters-background.png") bottom center;
        padding: 50px;
        height: 400px;
        background-size: cover;
    }
    .landing-characters .characters-description .characters-container {
        background: unset;
        padding-top: 0px;
    }
    .landing-characters .spouts .landing-spouts-image {
        max-height: 335px;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .landing-characters .podz .landing-podz-image {
        max-height: 335px;
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.landing-packaged {
    background: url("../img/mobile/landing-packaged-background.png") no-repeat right 20px bottom #ffffff;
    width: 100%;
    padding: 30px 0;
}

.landing-packaged p.packaged-paragraph {
    width: 60%;
    font-family: helvetica-neue-regular, sans-serif;
}

@media (min-width: 768px) {
    /* .landing-packaged { background: url("../img/web/landing-packaged-background.png") no-repeat center bottom #ffffff; width: 100%; padding: 30px 0; height: 622px; background-size: 100%; }     */
    .landing-packaged p.packaged-paragraph {
        width: unset;
        font-family: helvetica-neue-regular, sans-serif;
    }
    .landing-packaged .packaged-container {
        width: 100%;
        max-width: 675px;
        margin: 0 auto;
        padding: 0 20px;
    }
}

@media (min-width: 992px) {
    .landing-packaged {
        height: 400px;
        background: unset;
        padding: 30px 0 0 0;
    }
    .landing-packaged .landing-packaged-man-kid {
        max-height: 100%;
        max-width: 30%;
        vertical-align: bottom;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
        float: left;
    }
    .landing-packaged .landing-packaged-podz-spouts {
        max-height: 100%;
        max-width: 30%;
        vertical-align: bottom;
        height: 100%;
        object-fit: contain;
        object-position: bottom;
        float: right;
    }
    .landing-packaged p.packaged-paragraph {
        width: unset;
        font-family: helvetica-neue-regular, sans-serif;
    }
    .landing-packaged .packaged-container {
        width: 100%;
        max-width: 590px;
        margin: 0 auto;
        padding: 0 20px;
        max-width: 40%
    }
    .landing-characters .characters-description {
        background: url("../img/web/landing-characters-background.png") bottom left -1px;
        padding: 50px;
        height: 390px;
        background-size: unset;
    }
    .landing-characters .spouts .landing-spouts-image {
        max-height: 335px;
        max-width: 100%;
        height: 100%;
    }
    .landing-characters .podz .landing-podz-image {
        max-height: 335px;
        max-width: 100%;
        height: 100%;
    }
}

@media (min-width: 1350px) {
    .landing-packaged .packaged-container {
        max-width: 600px;
    }
}

@media (min-width: 992px) {
    .landing-characters .characters-description {
        background: url("../img/web/landing-characters-background.png") bottom left -1px;
        padding: 50px;
        height: 400px;
        background-size: cover;
    }
}


/* Collectors Club */


/* .landing-collectors-club { background: url("../img/mobile/landing-characters-background.svg") center bottom no-repeat; width: 100%; padding: 0 0 70px 0; text-align: left; background-size: 100%; } */

.landing-collectors-club .collectors-club-container {
    background: #61A60E;
    padding-top: 20px;
}

.landing-collectors-club .landing-collectors-club-image {
    background: url("../img/mobile/landing-collectors-club.png") no-repeat left center;
    width: 100%;
    background-size: contain !important;
    height: 211px;
    max-height: 480px;
}

.landing-collectors-club .collectors-club-decoration {
    background: url("../img/web/shared-pattern-thin.png") center bottom;
    width: 100%;
    height: 49px;
    background-size: 100% 49px;
}

@media (min-width: 578px) {
    .landing-collectors-club .collectors-club-decoration {
        background: url("../img/web/shared-pattern-thin.png") center bottom;
        width: 100%;
        height: 100px;
    }
    .landing-collectors-club .yellow-button {
        margin-top: -100px;
        margin-bottom: 100px;
    }
    .landing-collectors-club-text-container {
        padding-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .landing-collectors-club .collectors-club-decoration {
        background: url("../img/web/shared-pattern-thin.png") center bottom;
        width: 100%;
        height: 165px;
    }
    .landing-collectors-club .collectors-club-container {
        background: #61A60E;
        padding-top: 50px;
        margin-bottom: -90px;
    }
    .landing-collectors-club .landing-collectors-club-image {
        background: url("../img/web/landing-collectors-club.png") no-repeat left center;
        height: 100%;
    }
    .landing-collectors-club .landing-collectors-club-text-container {
        padding: 20px;
    }
    .landing-collectors-club .yellow-button {
        margin-top: 0;
        margin-bottom: 0px;
    }
}

@media (min-width: 992px) {
    .landing-collectors-club .collectors-club-decoration {
        height: 180px;
    }
    .landing-collectors-club .landing-collectors-club-text-container {
        padding: 70px;
    }
}


/* @media (min-width: 1200px) {     
    .landing-collectors-club .collectors-club-decoration {  height: 223px; }    
} */

@media (max-width: 578px) {
    .landing-collectors-club .yellow-button {
        margin-top: -70px;
    }
    .landing-collectors-club-text-container {
        padding-bottom: 30px;
    }
}


/* Find Store */

.landing-find-store {
    padding: 40px 0;
}

.landing-find-store img.find-store-img {
    max-width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (min-width: 768px) {
    .landing-find-store {
        padding: 80px 0;
    }
    .landing-find-store h2 {
        font-size: 34px;
        max-width: 540px;
    }
    .landing-find-store img.find-store-img {
        max-width: 120%;
        position: absolute;
        bottom: -70px;
    }
}


/* good2give Section */


/* .landing-goodtogive { background: url("../img/mobile/landing-about-us-background.png") bottom center; padding: 0px 0 40px 0; background-size: 100%; } */

.landing-goodtogive .landing-goodtogive-background {
    background: #61A60E;
    padding: 50px 0 100px 0;
    border: none;
}

.landing-goodtogive .landing-good2give-left-image {
    float: left;
    margin-left: 30px;
    margin-top: -50px;
    width: 130px;
    height: 171px;
    background: url("../img/mobile/landing-goodtogive-left-image.png") no-repeat center;
    background-size: contain;
}

.landing-goodtogive .landing-good2give-right-image {
    float: right;
    margin-right: 30px;
    margin-top: -50px;
    width: 120px;
    height: 173px;
    background: url("../img/mobile/landing-goodtogive-right-image.png") no-repeat center;
    background-size: contain;
}

.landing-goodtogive .landing-good2give-decoration {
    background: url("../img/mobile/shared-pattern-thin.png") center bottom;
    width: 100%;
    height: 49px;
    background-size: 100% 49px;
}

@media (min-width: 768px) {
    /* .about-us .about-us-background { padding: 100px 0 0 0; border: none; } */
    .landing-goodtogive .landing-good2give-decoration {
        background: url("../img/web/shared-pattern-thin.png") center bottom;
        width: 100%;
        height: 165px;
    }
    .landing-goodtogive .landing-good2give-left-image {
        float: left;
        margin-left: 0px;
        margin-top: -60px;
        width: 234px;
        height: 305px;
        background: url("../img/web/landing-goodtogive-left-image.png") no-repeat center;
        background-size: contain;
    }
    .landing-goodtogive .landing-good2give-right-image {
        float: right;
        margin-right: 0px;
        margin-top: -60px;
        width: 213px;
        height: 305px;
        background: url("../img/web/landing-goodtogive-right-image.png") no-repeat center;
        background-size: contain;
    }
}

@media (min-width: 992px) {
    /* .about-us .about-us-background { padding: 150px 0 0 0; border: none; } */
    .landing-goodtogive .landing-good2give-decoration {
        height: 223px;
        height: 120px;
    }
    .landing-goodtogive .landing-goodtogive-background {
        padding: 150px 0 100px 0;
        border: none;
    }
    .landing-goodtogive .yellow-button {
        margin-bottom: 0px;
    }
    .landing-goodtogive .good2give-container {
        max-width: 650px;
    }
    .landing-goodtogive .landing-good2give-left-image {
        float: left;
        margin-left: 0px;
        margin-top: -260px;
        width: 234px;
        height: 305px;
        background: url("../img/web/landing-goodtogive-left-image.png") no-repeat center;
        background-size: contain;
    }
    .landing-goodtogive .landing-good2give-right-image {
        float: right;
        margin-right: 0px;
        margin-top: -260px;
        width: 213px;
        height: 305px;
        background: url("../img/web/landing-goodtogive-right-image.png") no-repeat center;
        background-size: contain;
    }
}

@media (min-width: 1200px) {
    .landing-goodtogive .landing-good2give-left-image {
        float: left;
        margin-left: 0px;
        margin-top: -260px;
        width: 320px;
        height: 435px;
        background: url("../img/web/landing-goodtogive-left-image.png") no-repeat center;
        background-size: contain;
    }
    .landing-goodtogive .landing-good2give-right-image {
        float: right;
        margin-right: 0px;
        margin-top: -260px;
        width: 300px;
        height: 435px;
        background: url("../img/web/landing-goodtogive-right-image.png") no-repeat center;
        background-size: contain;
    }
}


/* @media (min-width: 1200px) { 
    
    .landing-goodtogive .landing-goodtogive-background { padding: 150px 0 10px 0; border: none; }
    .landing-goodtogive .landing-good2give-decoration {  height: 223px; }
    .landing-goodtogive .landing-good2give-left-image { float: left; margin-left: 0px; margin-top: -460px; width: 437px; height: 569px; background: url("../img/web/landing-goodtogive-left-image.png") no-repeat center; background-size: contain; }
    .landing-goodtogive .landing-good2give-right-image { float: right; margin-right: 0px; margin-top: -460px; width: 401px; height: 575px; background: url("../img/web/landing-goodtogive-right-image.png") no-repeat center; background-size: contain;}
    .landing-goodtogive .yellow-button { margin-bottom: 0px; }  
}
@media (min-width: 1600px) {     
    .landing-goodtogive .good2give-container { max-width: 1000px; }  
    .landing-goodtogive .landing-good2give-left-image { float: left; margin-left: 0px; margin-top: -380px; width: 437px; height: 569px; background: url("../img/web/landing-goodtogive-left-image.png") no-repeat center; background-size: contain; }
    .landing-goodtogive .landing-good2give-right-image { float: right; margin-right: 0px; margin-top: -380px; width: 401px; height: 575px; background: url("../img/web/landing-goodtogive-right-image.png") no-repeat center; background-size: contain;}
} */

@media (max-width: 475px) {
    .landing-goodtogive .yellow-button {
        margin-bottom: 65px;
    }
}


/* Fun For Families */

.fun-for-families {
    margin-top: 50px;
}

.fun-for-families .fun-for-families-container {
    max-width: 314px;
    margin: 0 auto;
}

.fun-for-families .fun-for-families-entries {
    padding: 30px 20px;
}

.fun-for-families .fun-for-families-entries .fun-for-families-entry {
    border-bottom: 1px solid #919191;
    padding: 10px 0px;
}

.fun-for-families .fun-for-families-entries .fun-for-families-entry:last-of-type {
    border-bottom: none;
}

.fun-for-families .fun-for-families-entries .fun-for-families-entry .fun-for-families-post-image {
    width: 100%;
    max-width: 100px;
    border-radius: 10px;
}

.fun-for-families .fun-for-families-entries .fun-for-families-entry .fun-for-families-description a.fun-for-families-link {
    display: inline-flex;
    color: #262626;
    text-decoration: none;
    font-family: helvetica-neue-bold, sans-serif;
    font-size: 18px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: left;
}

@media (min-width: 768px) {
    .fun-for-families {
        margin-top: 50px;
    }
    .fun-for-families .fun-for-families-entries .fun-for-families-entry {
        border-bottom: none;
        padding: 10px 0px;
        text-align: center;
        margin: 0 auto;
    }
    .fun-for-families .fun-for-families-entries .fun-for-families-entry .fun-for-families-post-image {
        width: 100%;
        max-width: unset;
    }
    .fun-for-families .fun-for-families-entries .fun-for-families-entry .fun-for-families-description {
        height: 100px;
        overflow: hidden;
        background: #61a51294;
        padding: 10px;
        border-radius: 20px;
        margin-top: -100px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .fun-for-families .fun-for-families-entries .fun-for-families-entry .fun-for-families-description a.fun-for-families-link {
        display: inline-flex;
        color: #ffffff;
        text-decoration: none;
        font-family: helvetica-neue-regular, sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        line-height: 1;
    }
}


/* @media (min-width: 1200px) {
    .fun-for-families .fun-for-families-entries .fun-for-families-entry { border-bottom: none; padding: 10px 0px; text-align: center; margin: 0 auto; }
    .fun-for-families .fun-for-families-entries .fun-for-families-entry .fun-for-families-post-image { width: 100%; max-width: unset; }
    .fun-for-families .fun-for-families-entries .fun-for-families-entry .fun-for-families-description { height: 144px; overflow: hidden; background: #61a51294; padding: 20px;  border-radius: 20px; margin-top: -144px;  border-top-left-radius: 0; border-top-right-radius: 0; }
    .fun-for-families .fun-for-families-entries .fun-for-families-entry .fun-for-families-description a.fun-for-families-link { display: inline-flex; color: #ffffff; text-decoration: none; font-family:  helvetica-neue-regular, sans-serif; font-size: 30px; text-transform: uppercase; line-height: 1; }
} */


/*************************************

Our Beverages Styles 

*************************************/

.our-beverages {
    text-align: center;
    padding: 30px 0;
}

.our-beverages .our-beverages-options {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.our-beverages .our-beverages-options .our-beverages-option-image {
    width: 100%;
    position: relative;
    bottom: 0;
    max-width: 373px;
}

@media (min-width: 768px) {
    .our-beverages .our-beverages-options .spouts-padding {
        padding-top: 3.8%;
    }
    .our-beverages .our-beverages-options {
        padding-left: 15px;
        padding-right: 15px;
    }
    .our-beverages .our-beverages-options .our-beverages-option-image {
        width: 100%;
        position: relative;
        bottom: 0;
        max-width: unset;
    }
}


/*************************************

Text Pages

*************************************/

.text-pages {
    padding: 30px;
}

.text-pages h1 {
    color: #242424;
    text-align: center;
    margin: 0 auto;
    margin: 20px 0;
}

.text-pages h2 {
    color: #61910E;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    margin: 20px 0;
}

.text-pages p {
    color: #242424;
    margin: 0 auto;
    font-size: 16px;
}

.text-pages p {
    color: #242424;
    margin: 0 auto;
    font-size: 16px;
    margin: 16px 0;
}

.text-pages ul li {
    color: #242424;
    margin: 0 auto;
    font-size: 16px;
    margin: 16px 0;
}

.text-pages ul li {
    margin: 16px 0;
}

.text-pages form {
    margin-bottom: 40px;
}

.text-pages input[type=text] {
    width: 100%;
    border: 1px solid #61910E;
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: helvetica-neue-bold, sans-serif;
    font-size: 18px;
    color: #919191;
}

.text-pages input[type=submit] {
    width: 100%;
    border: 1px solid #61910E;
    border-radius: 10px;
    padding: 12px 10px 11px 10px;
    background: #61910E;
    outline: none !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: helvetica-neue-bold, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
}

.text-pages ::placeholder {
    font-family: helvetica-neue-bold, sans-serif;
    font-size: 18px;
    color: #919191;
}

.text-pages .accordion .card {
    border: none;
    background: none;
    margin-bottom: 10px;
}

.text-pages .accordion .card:last-of-type {
    margin-bottom: 0px;
}

.text-pages .accordion .card-header {
    min-height: 54px;
    padding: 0;
    border: none;
}

.text-pages .accordion .card-header .accordion-indicator {
    width: 100%;
    min-width: 54px;
    min-height: 54px;
    height: 100%;
    background: url("../img/web/faq-accordion-minus.svg") no-repeat center;
    background-color: #FCD940;
    display: flex;
    cursor: pointer;
}

.text-pages .accordion .card-header .accordion-faq-question {
    display: flex;
    padding: 14px 20px;
    font-size: 14px;
    color: #242424;
    font-family: helvetica-neue-bold, sans-serif;
    background-color: #FFFBD0;
    cursor: pointer;
}

.text-pages .accordion .card-header .accordion-indicator.collapsed {
    background: url("../img/web/faq-accordion-plus.svg") no-repeat center;
    background-color: #548910;
}

.text-pages .accordion .card-header .accordion-faq-question.collapsed {
    color: #242424;
    background-color: #E2F9B9;
}

.text-pages .accordion .card-body {
    padding: 14px 20px;
    font-size: 16px;
    color: #242424;
    font-family: helvetica-neue-regular, sans-serif;
}

@media (min-width: 768px) {
    .text-pages input[type=submit] {
        margin-top: 0;
    }
    .text-pages input[type=text] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 10px;
        background: #ffffff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 18px;
        color: #919191;
    }
    .text-pages input[type=submit] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 12px 10px 11px 10px;
        background: #61910E;
        outline: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .text-pages {
        padding: 90px;
    }
    .text-pages h1 {
        color: #242424;
        text-align: center;
        margin: 0 auto;
        margin: 20px 0;
        font-size: 32px;
    }
    .text-pages h2 {
        color: #61910E;
        text-align: center;
        margin: 0 auto;
        font-size: 20px;
        margin: 20px 0;
        font-size: 26px;
    }
    .text-pages p,
    .text-pages ul li {
        color: #242424;
        margin: 0 auto;
        font-size: 16px;
        text-align: justify;
        margin: 16px 0;
    }
    .text-pages form {
        margin-bottom: 40px;
    }
    .text-pages input[type=text] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 10px;
        background: #ffffff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 18px;
        color: #919191;
    }
    .text-pages input[type=submit] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 12px 10px 11px 10px;
        background: #61910E;
        outline: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0;
    }
    .text-pages ::placeholder {
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 18px;
        color: #919191;
    }
    .text-pages .accordion .card {
        border: none;
        background: none;
        margin-bottom: 10px;
    }
    .text-pages .accordion .card:last-of-type {
        margin-bottom: 0px;
    }
    .text-pages .accordion .card-header {
        min-height: 54px;
        padding: 0;
        border: none;
        background-color: #E2F9B9;
    }
    .text-pages .accordion .card-header .accordion-faq-question {
        display: flex;
        padding: 14px 20px;
        font-size: 18px;
        color: #242424;
        font-family: helvetica-neue-bold, sans-serif;
    }
    .text-pages .accordion .card-body {
        padding: 14px 20px;
        font-size: 16px;
        color: #242424;
        font-family: helvetica-neue-regular, sans-serif;
    }
}


/*************************************

Contact

*************************************/

.contact-page {
    padding: 60px 0 0 0;
}

.contact-page h1 {
    font-size: 22px;
    text-transform: uppercase;
}

.contact-page p {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
}

.contact-page .contact-page-pattern {
    background: url("../img/web/contact-page-pattern.png") center;
    width: 100%;
}

.contact-page .social-media-icons {
    padding: 30px 0;
    text-align: center;
}

.contact-page .social-media-icons .social-media-icon {
    width: 47px;
    height: 47px;
    display: inline-block;
    margin: 0 25px;
    background-size: contain !important;
}

.contact-page .social-media-icons .social-media-icon:first-of-type {
    margin-left: 0;
}

.contact-page .social-media-icons .social-media-icon:last-of-type {
    margin-right: 0;
}

.contact-page .social-media-icons .social-media-icon.contact-facebook {
    background: url("../img/web/contact-us-facebook-icon.png") no-repeat center;
}

.contact-page .social-media-icons .social-media-icon.contact-pinterest {
    background: url("../img/web/contact-us-pinterest-icon.png") no-repeat center;
}

.contact-page .social-media-icons .social-media-icon.contact-instagram {
    background: url("../img/web/contact-us-instagram-icon.png") no-repeat center;
}

.contact-page .contact-page-green-region {
    padding: 30px 0 10px 0;
    background-color: #61A60E;
}

.contact-page .form-container {
    text-align: center;
    background-color: #9DC76C;
}

.contact-page .form-iframe {
    height: 1100px;
    max-width: 690px;
    width: 100%;
    margin: 0 auto;
}

.contact-page .form-iframe span {
    display: none !important;
}

.contact-page .contact-page-decoration {
    background: url("../img/web/contact-us-background.png") center bottom;
    width: 100%;
    height: 49px;
    background-size: 100% 49px;
    background-color: #9DC76C;
}

.contact-page .contact-page-pre-footer {
    background-color: #61A60E;
    padding: 80px 0;
}

.contact-page .pre-footer {
    max-width: 640px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .contact-page {
        padding: 80px 0 0 0;
    }
    .contact-page h1 {
        font-size: 32px;
        text-transform: uppercase;
    }
    .contact-page p {
        font-size: 24px;
        text-align: center;
    }
    .contact-page .contact-page-pattern {
        background: url("../img/web/contact-page-pattern.png") center;
        width: 100%;
    }
    .contact-page .social-media-icons {
        padding: 30px 0;
        text-align: center;
    }
    .contact-page .social-media-icons .social-media-icon {
        width: 64px;
        height: 64px;
        display: inline-block;
        margin: 0 50px;
    }
    .contact-page .social-media-icons .social-media-icon:first-of-type {
        margin-left: 0;
    }
    .contact-page .social-media-icons .social-media-icon:last-of-type {
        margin-right: 0;
    }
    .contact-page .social-media-icons .social-media-icon.contact-facebook {
        background: url("../img/web/contact-us-facebook-icon.png") no-repeat center;
    }
    .contact-page .social-media-icons .social-media-icon.contact-pinterest {
        background: url("../img/web/contact-us-pinterest-icon.png") no-repeat center;
    }
    .contact-page .social-media-icons .social-media-icon.contact-instagram {
        background: url("../img/web/contact-us-instagram-icon.png") no-repeat center;
    }
    .contact-page .contact-page-green-region {
        padding: 80px 0 10px 0;
        background-color: #61A60E;
        margin-bottom: -80px;
    }
    .contact-page .form-container {
        text-align: center;
        background-color: #9DC76C;
    }
    .contact-page .form-iframe {
        height: 1000px;
        max-width: 690px;
        width: 100%;
        margin: 0 auto;
    }
    .contact-page .form-iframe span {
        display: none !important;
    }
    .contact-page .contact-page-decoration {
        background: url("../img/web/contact-us-background.png") center bottom;
        width: 100%;
        height: 49px;
        background-size: 100% 49px;
        background-color: #9DC76C;
    }
    .contact-page .contact-page-pre-footer {
        background-color: #61A60E;
        padding: 80px 0;
    }
    .contact-page .pre-footer {
        max-width: 640px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .contact-page .contact-page-decoration {
        background: url("../img/web/contact-us-background.png") center bottom;
        width: 100%;
        height: 165px;
        background-color: #9DC76C;
    }
}

@media (min-width: 992px) {
    .contact-page .contact-page-decoration {
        height: 223px;
    }
}

@media (min-width: 1300px) {
    .contact-page .contact-page-decoration {
        height: 223px;
    }
}


/*************************************

Good2Give

*************************************/

.good-2-give-page {
    padding: 60px 0;
}

.good-2-give-page h1 {
    font-size: 28px;
    color: #61A512;
    text-transform: none;
    text-align: left
}

.good-2-give-page p {
    font-size: 16px;
    color: #242424;
}

.good-2-give-page .good-2-give-images {
    width: 100%;
}

.good-2-give-page a.good-2-give-learn-more,
.good-2-give-page a.good-2-give-learn-more:hover,
.good-2-give-page a.good-2-give-learn-more:active,
.good-2-give-page a.good-2-give-learn-more:visited {
    font-size: 12px;
    text-decoration: underline;
    color: #61910E;
    text-align: center;
    margin: 0 auto;
    display: block;
    text-transform: uppercase;
    margin-top: 20px;
}

.good-2-give-page .padding-5 {
    padding: 0;
    padding-top: 5%;
}

.good-2-give-page .g2g-images {
    margin-bottom: 20px;
}

.good-2-give-page .good-2-give-pics {
    margin-top: 30px;
}

.good-2-give-page .good-2-give-pics .g2g-images {
    margin-bottom: 10px;
    padding: 0 5px;
}

@media ( min-width: 992px) {
    .good-2-give-page .good-2-give-images {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
        text-align: center;
    }
    .good-2-give-page h1 {
        font-size: 50px;
        color: #61A512;
        text-transform: none;
        text-align: left
    }
    .good-2-give-page p {
        font-size: 18px;
        color: #242424;
    }
    .good-2-give-page a.good-2-give-learn-more,
    .good-2-give-page a.good-2-give-learn-more:hover,
    .good-2-give-page a.good-2-give-learn-more:active,
    .good-2-give-page a.good-2-give-learn-more:visited {
        font-size: 18px;
        text-decoration: underline;
        color: #61910E;
        text-align: center;
        margin: 0 auto;
        display: block;
        text-transform: uppercase;
        margin-top: 10px;
    }
    .good-2-give-page .good-2-give-pics .g2g-images {
        margin-bottom: 30px;
        padding: 0 15px;
    }
}


/*************************************

Blog Page

*************************************/

.blog-page {
    padding: 60px 0 0 0;
}

.blog-page h1 {
    text-transform: uppercase;
    text-align: left;
    font-size: 22px;
}

.blog-page p {
    font-size: 16px;
    font-family: helvetica-neue-regular, sans-serif;
}

.blog-page .blog-page-main-image {
    width: 100%;
    object-fit: contain;
    height: auto;
    vertical-align: bottom;
    max-width: 312px;
    bottom: 0;
    position: absolute;
}

.blog-page .blog-body {
    background: url("../img/web/blog-page-background.png") center;
    width: 100%;
}

.blog-page .blog-body .blog-body-mask {
    background: #a2a2a214;
    width: 100%;
    padding: 50px 0;
}

.blog-page .blog-body .blog-body-mask h1 {
    text-transform: uppercase;
    color: #242424;
    text-align: center;
}

.blog-page .blog-body .categories {
    margin: 30px 0;
    text-align: center;
}

.blog-page .blog-body .categories .category {
    width: 100%;
    height: 45px;
    background-size: contain !important;
    display: inline-block;
}

.blog-page .blog-body .categories .category.crafts {
    background: url("../img/web/blog-category-crafts.png") no-repeat center;
}

.blog-page .blog-body .categories .category.party {
    background: url("../img/web/blog-category-ideas.png") no-repeat center;
}

.blog-page .blog-body .categories .category.recipes {
    background: url("../img/web/blog-category-recipes.png") no-repeat center;
}

.blog-page .blog-body .categories .category.collectability {
    background: url("../img/web/blog-category-collectability.png") no-repeat center;
}

.blog-page .blog-body .categories .category.crafts.active {
    background: url("../img/web/blog-category-crafts-active.png") no-repeat center;
}

.blog-page .blog-body .categories .category.party.active {
    background: url("../img/web/blog-category-ideas-active.png") no-repeat center;
}

.blog-page .blog-body .categories .category.recipes.active {
    background: url("../img/web/blog-category-recipes-active.png") no-repeat center;
}

.blog-page .blog-body .categories .category.collectability.active {
    background: url("../img/web/blog-category-collectability-active.png") no-repeat center;
}

.blog-page .blog-body .categories .category .circle {
    background: #61A512;
    width: 35px;
    height: 35px;
    border-radius: 35px;
}

.blog-page .blog-body .categories .category-name {
    color: #000000;
    font-size: 16px;
    font-family: helvetica-neue-bold, sans-serif;
    display: none;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
}

.blog-page .blog-body .categories .category-name a,
.blog-page .blog-body .categories .category-name a:active,
.blog-page .blog-body .categories .category-name a:hover,
.blog-page .blog-body .categories .category-name a:visited {
    color: #000000;
    border-bottom: 2px solid #61A512;
}

.blog-page .blog-body .categories .category-name.active {
    display: block;
}

.blog-page .blog-body .categories .category-name.active {
    display: block;
}

.blog-page .blog-body .blog-page .blog-body-container {
    max-width: 314px;
    margin: 0 auto;
}

.blog-page .blog-body .blog-page .blog-body-entries {
    padding: 30px 20px;
}

.blog-page .blog-body .blog-page-entries .blog-page-entry {
    border-bottom: 1px solid #919191;
    padding: 10px 0px;
}

.blog-page .blog-body .blog-page-entries .blog-page-entry:last-of-type {
    border-bottom: none;
}

.blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-post-image {
    width: 100%;
    max-width: 100px;
    border-radius: 10px;
}

.blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-description .blog-body-link {
    display: inline-flex;
    color: #262626;
    text-decoration: none;
    font-family: helvetica-neue-bold, sans-serif;
    font-size: 18px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: left;
}

.blog-page .blog-body .blog-page-entries .paginator {
    margin-top: 50px;
    width: 100%;
}

.blog-page .blog-body .blog-page-entries .paginator .paginator-element {
    width: 100%;
    min-height: 40px;
    text-align: center;
    background-color: #61910E;
    display: inline-block;
}

.blog-page .blog-body .blog-page-entries .paginator .paginator-element.active {
    background-color: #FCD940;
}

.blog-page .blog-body .blog-page-entries .paginator .paginator-element a,
.blog-page .blog-body .blog-page-entries .paginator .paginator-element a:visited,
.blog-page .blog-body .blog-page-entries .paginator .paginator-element a:hover,
.blog-page .blog-body .blog-page-entries .paginator .paginator-element a:active {
    font-size: 20px;
    font-family: helvetica-neue-bold, sans-serif;
    padding: 7px;
    text-decoration: none;
    color: #ffffff;
    display: block;
}

.blog-page .blog-body .blog-page-entries .paginator .paginator-element.active a,
.blog-page .blog-body .blog-page-entries .paginator .paginator-element.active a:hover,
.blog-page .blog-body .blog-page-entries .paginator .paginator-element.active a:visited,
.blog-page .blog-body .blog-page-entries .paginator .paginator-element.active a:active {
    color: #242424;
}

.blog-page .blog-body .blog-page-entries .paginator .paginator-select {
    font-size: 20px;
    font-family: helvetica-neue-bold, sans-serif;
    text-align: center;
    border: #61910E 1px solid;
    width: 90%;
    padding: 9px;
    margin: 0 auto;
}

@media (min-width: 500px) {
    .blog-page .blog-page-main-image {
        width: 100%;
        object-fit: contain;
        height: 100%;
        vertical-align: bottom;
        max-width: 312px;
        position: relative;
    }
}

@media (min-width: 768px) {
    .blog-page h1 {
        margin-top: 150px;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry {
        border-bottom: none;
        padding: 10px 0px;
        text-align: center;
        margin: 0 auto;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-post-image {
        width: 100%;
        max-width: unset;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-description {
        height: 100px;
        overflow: hidden;
        background: #61a51294;
        padding: 10px;
        border-radius: 20px;
        margin-top: -100px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-description .blog-body-link {
        display: inline-flex;
        color: #ffffff;
        text-decoration: none;
        font-family: helvetica-neue-regular, sans-serif;
        font-size: 20px;
        text-transform: none;
        line-height: 1;
        text-align: center;
    }
    .blog-page .blog-body .blog-page-entries .paginator {
        margin-top: 50px;
        width: auto;
    }
    .blog-page .blog-body .blog-page-entries .paginator .paginator-element {
        width: 54px;
        min-height: 55px;
        text-align: center;
        background-color: #61910E;
        display: inline-block;
    }
    .blog-page .blog-body .blog-page-entries .paginator .paginator-element.active {
        background-color: #FCD940;
    }
    .blog-page .blog-body .blog-page-entries .paginator .paginator-element a,
    .blog-page .blog-body .blog-page-entries .paginator .paginator-element a:visited,
    .blog-page .blog-body .blog-page-entries .paginator .paginator-element a:hover,
    .blog-page .blog-body .blog-page-entries .paginator .paginator-element a:active {
        font-size: 26px;
        font-family: helvetica-neue-bold, sans-serif;
        padding: 7px;
        text-decoration: none;
        color: #ffffff;
        display: block;
    }
    .blog-page .blog-body .blog-page-entries .paginator .paginator-element.active a,
    .blog-page .blog-body .blog-page-entries .paginator .paginator-element.active a:hover,
    .blog-page .blog-body .blog-page-entries .paginator .paginator-element.active a:visited,
    .blog-page .blog-body .blog-page-entries .paginator .paginator-element.active a:active {
        color: #242424;
    }
    .blog-page .blog-body .categories .category {
        width: 100%;
        height: 70px;
        background-size: contain !important;
        display: inline-block;
    }
}

@media (min-width: 1200px) {
    .category-container {
        max-width: 992px;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry {
        border-bottom: none;
        padding: 10px 0px;
        text-align: center;
        margin: 0 auto;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-post-image {
        width: 100%;
        max-width: unset;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-description {
        height: 144px;
        overflow: hidden;
        background: #61a51294;
        padding: 20px;
        border-radius: 20px;
        margin-top: -144px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-description .blog-body-link {
        display: inline-flex;
        color: #ffffff;
        text-decoration: none;
        font-family: helvetica-neue-regular, sans-serif;
        font-size: 28px;
        text-transform: none;
        line-height: 1;
    }
    .blog-page .blog-body .categories .category-name {
        color: #000000;
        font-size: 18px;
        font-family: helvetica-neue-bold, sans-serif;
        text-align: center;
        text-transform: uppercase;
        margin-top: 20px;
        display: block;
    }
    .blog-page .blog-body .categories .category-name span {
        border-bottom: 2px solid #FCD940;
    }
    .blog-page .blog-body .categories .category-name.active span {
        border-bottom: 2px solid #61A512;
    }
}

@media ( min-width: 992px) {
    .blog-page {
        padding: 80px 0 0 0;
    }
    .blog-page h1 {
        text-transform: uppercase;
        text-align: left;
        font-size: 32px;
        margin-top: 150px;
    }
    .blog-page p {
        font-size: 18px;
    }
    .blog-page .blog-body {
        background: url("../img/web/blog-page-background.png") center;
        width: 100%;
    }
    .blog-page .blog-body .blog-body-mask {
        background: #a2a2a214;
        width: 100%;
        padding: 80px 0;
    }
}


/* IE Fix */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .blog-entry-image-container {
        border-radius: 10px;
    }
    .blog-entry-image-container {
        width: 100%;
        min-height: 100px;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-description .blog-body-link {
        display: inline-flex;
        color: #262626;
        text-decoration: none;
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 18px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: left;
    }
}

@media (min-width: 768px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .blog-entry-image-container {
        border-radius: 20px;
    }
    .blog-entry-image-container {
        width: 100%;
        min-height: 200px;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-description {
        background: #61a512;
        padding: 20px;
        opacity: 0.8;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-description .blog-body-link {
        display: inline-flex;
        color: #ffffff;
        text-decoration: none;
        font-family: helvetica-neue-regular, sans-serif;
        font-size: 20px;
        text-transform: none;
        line-height: 1;
        text-align: center;
    }
}

@media (min-width: 1200px) and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .blog-entry-image-container {
        border-radius: 25px;
    }
    .blog-entry-image-container {
        width: 100%;
        min-height: 280px;
    }
    .blog-page .blog-body .blog-page-entries .blog-page-entry .blog-entry-description .blog-body-link {
        display: inline-flex;
        color: #ffffff;
        text-decoration: none;
        font-family: helvetica-neue-regular, sans-serif;
        font-size: 28px;
        text-transform: none;
        line-height: 1;
    }
}


/*************************************

Single Blog Page

*************************************/

.single-blog-post {
    padding: 50px 0;
}

.single-blog-post .hero-image {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    object-fit: cover;
    border-radius: 0;
}

.single-blog-post .post-author {
    font-size: 16px;
    font-family: helvetica-neue-bold, sans-serif;
    color: #61A511;
}

.single-blog-post .post-date {
    font-size: 16px;
    font-family: helvetica-neue-regular, sans-serif;
    color: #919191;
    margin-bottom: 20px;
}

.single-blog-post h1 {
    font-size: 30px;
    font-family: helvetica-neue-bold, sans-serif;
    color: #242424;
    text-align: left;
    text-transform: none;
}

.single-blog-post .share-icons {
    margin-bottom: 20px;
}

.single-blog-post .share-icons .share-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}

.single-blog-post .share-icons .share-icon.facebook {
    background: url("../img/mobile/blog-post-share-facebook.png") no-repeat center;
}

.single-blog-post .share-icons .share-icon.twitter {
    background: url("../img/mobile/blog-post-share-twitter.png") no-repeat center;
}

.single-blog-post .share-icons .share-icon.email {
    background: url("../img/mobile/blog-post-share-email.png") no-repeat center;
}

.single-blog-post .share-icons .share-icon.pinterest {
    background: url("../img/mobile/blog-post-share-pinterest.png") no-repeat center;
}

.single-blog-post h2 {
    font-size: 20px;
    font-family: helvetica-neue-bold, sans-serif;
    color: #242424;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
}

.single-blog-post p {
    font-size: 16px;
    font-family: helvetica-neue-regular, sans-serif;
    color: #242424;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
}

.single-blog-post .photo-credits {
    font-size: 16px;
    font-family: helvetica-neue-regular, sans-serif;
    color: #919191;
    text-align: left;
    text-transform: none;
    margin-bottom: 20px;
}

.single-blog-post .blog-entry-hald-way-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

@media ( min-width: 992px) {
    .single-blog-post {
        padding: 80px 0;
    }
    .single-blog-post .hero-image {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }
    .single-blog-post .share-icons .share-icon {
        width: 140px;
        height: 40px;
        display: inline-block;
        margin-right: 10px;
    }
    .single-blog-post .share-icons .share-icon.facebook {
        background: url("../img/web/blog-post-share-facebook.png") no-repeat center;
    }
    .single-blog-post .share-icons .share-icon.twitter {
        background: url("../img/web/blog-post-share-twitter.png") no-repeat center;
    }
    .single-blog-post .share-icons .share-icon.email {
        background: url("../img/web/blog-post-share-email.png") no-repeat center;
    }
    .single-blog-post .share-icons .share-icon.pinterest {
        background: url("../img/web/blog-post-share-pinterest.png") no-repeat center;
    }
    .single-blog-post .blog-entry-hald-way-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .single-blog-post .hero-image {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        object-fit: cover;
    }
    .single-blog-post h1 {
        font-size: 50px;
        font-family: helvetica-neue-bold, sans-serif;
        color: #242424;
        text-align: left;
        text-transform: none;
    }
    .single-blog-post h2 {
        font-size: 26px;
        font-family: helvetica-neue-bold, sans-serif;
        color: #242424;
        text-align: left;
        text-transform: none;
        margin-bottom: 30px
    }
    .single-blog-post p {
        font-size: 18px;
        font-family: helvetica-neue-regular, sans-serif;
        color: #242424;
        text-align: left;
        text-transform: none;
        margin-bottom: 30px
    }
    .single-blog-post .post-author {
        font-size: 18px;
        font-family: helvetica-neue-bold, sans-serif;
        color: #61A511;
    }
    .single-blog-post .post-date {
        font-size: 18px;
        font-family: helvetica-neue-regular, sans-serif;
        color: #919191;
        margin-bottom: 20px;
    }
    .single-blog-post .photo-credits {
        font-size: 16px;
        font-family: helvetica-neue-regular, sans-serif;
        color: #919191;
        text-align: left;
        text-transform: none;
        margin-bottom: 20px;
    }
}


/*************************************

Our Beverages Page

*************************************/

.page-path {
    font-size: 14px;
    color: #707070;
    margin-bottom: 40px;
}

.page-path span.current-page {
    font-size: 14px;
    color: #919191;
}

.our-beverages-template {
    padding: 50px 0;
}

.our-beverages-template h1 {
    font-size: 22px;
    text-transform: none;
    color: #242424;
    max-width: 960px;
    margin: 0 auto;
}

.our-beverages-template .products-wrapper {
    margin: 30px 0 0 0;
}

.our-beverages-template .product-container {
    width: 100%;
    height: 200px;
    padding: 10px;
}

.our-beverages-template .product-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-beverages-template .product-container.juice {
    background: #54A646;
}

.our-beverages-template .product-container.less-sugar {
    background: #01B1E1;
}

.our-beverages-template .product-container.fruits-veggies {
    background: #E55801;
}

.our-beverages-template .product-container.water {
    background: #1E4D9F;
}

.our-beverages-template .product-container.tops {
    background: #FDDA2A;
}

.our-beverages-template .product-container .products-learn-more,
.our-beverages-template .product-container .products-learn-more:hover,
.our-beverages-template .product-container .products-learn-more:active,
.our-beverages-template .product-container .products-learn-more:visited {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: inline-block;
    font-size: 16px;
    font-family: arial;
    font-weight: 700;
    color: #ffffff;
    background: url("../img/mobile/products-arrow.png") center right no-repeat;
    width: 140px;
    text-align: left;
    text-decoration: none;
}

@media (min-width: 768px) {
    .our-beverages-template .product-container {
        width: 100%;
        height: 200px;
        padding: 20px;
    }
    .our-beverages-template .product-container {
        width: 100%;
        height: 300px;
    }
}

@media (min-width: 992px) {
    .our-beverages-template {
        padding: 80px 0;
    }
    .our-beverages-template h1 {
        font-size: 32px;
        text-transform: none;
        color: #242424;
        max-width: 960px;
        margin: 0 auto;
    }
    .our-beverages-template .products-wrapper {
        margin: 50px 0 0 0;
    }
    .our-beverages-template .product-container {
        width: 100%;
        height: 460px;
    }
    .our-beverages-template .product-container.juice,
    .our-beverages-template .product-container.fruits-veggies {
        text-align: right;
    }
    .our-beverages-template .product-container.tops {
        text-align: center;
    }
    .our-beverages-template .product-container .products-learn-more,
    .our-beverages-template .product-container .products-learn-more:hover,
    .our-beverages-template .product-container .products-learn-more:active,
    .our-beverages-template .product-container .products-learn-more:visited {
        bottom: 100px;
    }
}

@media (min-width: 1400px) {
    .our-beverages-template .product-container .products-learn-more,
    .our-beverages-template .product-container .products-learn-more:hover,
    .our-beverages-template .product-container .products-learn-more:active,
    .our-beverages-template .product-container .products-learn-more:visited {
        right: 30%;
        bottom: 100px;
    }
}


/*************************************

Review Pages

*************************************/

.our-beverages-button {
    background: #61910E;
    border: none;
    width: 100%;
    max-width: 155px;
    text-align: center;
    box-shadow: #50820F 3px 5px 0 0;
    border-radius: 5px;
    margin: 20px auto 0 auto;
}

.our-beverages-button a.our-beverages-button-link,
.our-beverages-button a.our-beverages-button-link:visited,
.our-beverages-button a.our-beverages-button-link:hover,
.our-beverages-button a.our-beverages-button-link:active {
    color: #ffffff;
    text-decoration: none;
    text-transform: none;
    font-size: 12px;
    font-family: helvetica-neue-bold, sans-serif;
    padding: 5px;
    display: block;
}

.our-beverages-button.yellow {
    background: #FCD940;
    box-shadow: #D3B63C 3px 5px 0 0;
}

.our-beverages-button.yellow a.our-beverages-button-link,
.our-beverages-button.yellow a.our-beverages-button-link:visited,
.our-beverages-button.yellow a.our-beverages-button-link:hover,
.our-beverages-button.yellow a.our-beverages-button-link:active {
    color: #242424 !important;
}

@media (min-width: 992px) {
    .our-beverages-button {
        background: #61910E;
        border: none;
        width: 100%;
        max-width: 142px;
        text-align: center;
        box-shadow: #50820F 6px 10px 0 0;
        border-radius: 5px;
        margin: 20px auto 0 auto;
    }
    .our-beverages-button a.our-beverages-button-link,
    .our-beverages-button a.our-beverages-button-link:visited,
    .our-beverages-button a.our-beverages-button-link:hover,
    .our-beverages-button a.our-beverages-button-link:active {
        color: #ffffff;
        text-decoration: none;
        text-transform: none;
        font-size: 14px;
        font-family: helvetica-neue-bold, sans-serif;
        padding: 10px;
    }
    .our-beverages-button a.our-beverages-button-link.our-beverages-button-link-one-line {
        padding: 12px 0;
    }
    .our-beverages-button.yellow {
        background: #FCD940;
        box-shadow: #D3B63C 6px 10px 0 0;
    }
}

.our-beverages-nutrition {
    padding: 0 0 50px 0;
}

.our-beverages-nutrition .products-header {
    padding: 10px 0;
    min-height: 665px;
}

.our-beverages-nutrition .products-header .product-image-container {
    height: 385px;
}

.our-beverages-nutrition .products-header .product-image-container-wrapper {
    max-width: 330px;
    margin: 0 auto;
}

.our-beverages-nutrition .products-header.products-header-green {
    background: url("../img/web/ourbeverages-product-header-green.png") center;
    text-align: center;
}

.our-beverages-nutrition .products-header.products-header-green.active {
    text-align: center;
}

.our-beverages-nutrition .products-header.products-header-black {
    background-color: #2A2A2A;
    text-align: center;
}

.our-beverages-nutrition .products-header.products-header-black .product-oval {
    background: url("../img/web/our-beverages-white-shadow.png") center no-repeat;
    width: 100%;
    background-size: contain;
}

.our-beverages-nutrition .products-header.products-header-green .left-arrow {
    height: 100%;
    width: 20px;
    background: url("../img/web/ourbeverages-nutrition-arrow-left.svg") no-repeat center;
    display: inline-block;
    position: absolute;
    left: 15px;
    background-size: contain;
}

.our-beverages-nutrition .products-header.products-header-green .right-arrow {
    height: 100%;
    width: 20px;
    background: url("../img/web/ourbeverages-nutrition-arrow-right.svg") no-repeat center;
    display: inline-block;
    position: absolute;
    right: 15px;
    background-size: contain;
}

.our-beverages-nutrition .products-header.products-header-black .left-arrow {
    height: 100%;
    width: 20px;
    background: url("../img/web/ourbeverages-nutrition-arrow-left-white.png") no-repeat center;
    display: inline-block;
    position: absolute;
    left: 15px;
    background-size: contain;
}

.our-beverages-nutrition .products-header.products-header-black .right-arrow {
    height: 100%;
    width: 20px;
    background: url("../img/web/ourbeverages-nutrition-arrow-right-white.png") no-repeat center;
    display: inline-block;
    position: absolute;
    right: 15px;
    background-size: contain;
}

.our-beverages-nutrition .products-header .ourbeverages-product-image {
    display: inline-block;
    max-width: 30%;
    object-fit: contain;
    vertical-align: top;
    position: absolute;
    top: 15%;
    left: 20%;
    height: 70%;
    transition: left .2s linear;
    height: 70%;
}

.our-beverages-nutrition .products-header .ourbeverages-product-image.active {
    display: inline-block;
    max-width: 50%;
    object-fit: contain;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 50%;
    transition: left .2s linear;
    height: 90%;
}

.our-beverages-nutrition .products-header .flavor-select {
    text-transform: uppercase;
    color: #61A512;
    font-size: 16px;
    bottom: 0;
    text-align: center;
    margin: 0px auto 0 auto;
    position: absolute;
    width: 100%;
    bottom: -10px;
}

.our-beverages-nutrition .products-header .flavor-select.pink {
    text-transform: uppercase;
    color: #D34C80;
    font-size: 16px;
    bottom: 0;
    text-align: center;
    margin: 0px auto 0 auto;
}

.our-beverages-nutrition .products-header .flavor-select.blue {
    text-transform: uppercase;
    color: #00b3e9;
    font-size: 16px;
    bottom: 0;
    text-align: center;
    margin: 0px auto 0 auto;
}

.our-beverages-nutrition .products-header .nutrition-information {
    border-radius: 10px;
    background: #ffffff;
    max-width: 355px;
    margin: 20px auto 0 auto;
    padding-bottom: 20px;
}

.our-beverages-nutrition .products-header .nutrition-information .right-pannel-header {
    padding: 20px;
    background: #61A60E;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.our-beverages-nutrition .products-header .nutrition-information .right-pannel-header.pink-bg {
    padding: 20px;
    background: #D34C80;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.our-beverages-nutrition .products-header .nutrition-information .right-pannel-header.blue-bg {
    padding: 20px;
    background: #00b3e9;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.our-beverages-nutrition .products-header .nutrition-information .right-pannel-header h1 {
    font-size: 20px;
    font-family: clab-bold, sans-serif;
    text-transform: uppercase;
}

.our-beverages-nutrition .products-header .nutrition-information .right-pannel-header p {
    font-size: 13px;
    font-family: sketchblock-regular, sans-serif;
    font-family: helvetica-neue-regular, sans-serif;
    color: #ffffff;
}

.our-beverages-nutrition .products-header .nutrition-information .nutrition-information-decoration.green-decoration {
    background: url("../img/web/products-information-decoration-green.png") no-repeat center;
    height: 38px;
    background-size: 100% 38px;
    margin-top: -20px
}

.our-beverages-nutrition .products-header .nutrition-information .nutrition-information-decoration.pink-decoration {
    background: url("../img/web/products-information-decoration-pink.png") no-repeat center;
    height: 38px;
    background-size: 100% 38px;
    margin-top: -20px
}

.our-beverages-nutrition .products-header .nutrition-information .nutrition-information-decoration.blue-decoration {
    background: url("../img/web/products-information-decoration-blue.png") no-repeat center;
    height: 38px;
    background-size: 100% 38px;
    margin-top: -20px
}

.our-beverages-nutrition .products-header .nutrition-information .nutrition-product-information-image {
    margin: 20px auto;
    display: none;
    background-color: #ffffff;
    max-height: 300px;
}

.our-beverages-nutrition .products-header .nutrition-information .nutrition-product-information-image.active {
    margin: 20px auto;
    display: block;
}

.our-beverages-nutrition .our-beverages-product-details {
    margin-top: 20px;
}

.our-beverages-nutrition .our-beverages-product-details h1 {
    font-size: 22px;
    text-transform: uppercase;
    color: #242424;
}

.our-beverages-nutrition .product-review-image-container {
    max-width: 330px;
    margin: 30px auto;
}

.our-beverages-nutrition .product-review-image-container.right {
    margin: 30px auto 30px auto;
}

.our-beverages-nutrition .product-review-image-container.left {
    margin: 30px auto 30px auto;
}

.our-beverages-nutrition .product-review-image.pink {
    max-height: 150px;
}

.our-beverages-nutrition .product-review-image.blue {
    max-height: 150px;
}

.our-beverages-nutrition .product-review-image.milk {
    max-height: unset;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.our-beverages-nutrition .product-review-image-container.right.milk {
    margin: 30px auto 30px auto;
}

.our-beverages-nutrition .product-review-image-container.left.milk {
    margin: 30px auto 30px auto;
}

.our-beverages-nutrition .star-ratings {
    unicode-bidi: bidi-override;
    color: #E6E6E6;
    font-size: 25px;
    height: 14px;
    width: 165px;
    margin: 0px auto 20px auto;
    position: relative;
    padding: 0;
    letter-spacing: 10px;
}

.our-beverages-nutrition .star-ratings-top {
    color: #78CC17;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
}

.our-beverages-nutrition .star-ratings-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}

.our-beverages-nutrition .star-ratings.pink {
    margin: -50px auto 20px auto;
}

.our-beverages-nutrition .star-ratings.blue {
    margin: -50px auto 20px auto;
}

.our-beverages-nutrition .product-see-reviews {
    border-bottom: 2px solid #78CC17;
    display: inline-block;
    margin: 0 auto;
}

.our-beverages-nutrition .product-see-reviews a {
    font-size: 16px;
    font-family: helvetica-neue-bold, sans-serif;
    color: #78CC17;
    text-transform: uppercase;
}

.our-beverages-nutrition .pack-types {
    margin: 20px auto;
    text-align: center;
}

.our-beverages-nutrition .pack-types .pack-type {
    text-align: center;
    display: inline-block;
}

.our-beverages-nutrition .other-products {
    margin: 80px auto 0 auto;
}

.our-beverages-nutrition .other-products .other-product-image {
    width: 100%;
    object-fit: contain;
    max-width: 195px;
}

.our-products-review {
    display: none;
    margin: 50px 0;
    transition: 1s;
    animation: 1s;
}

.our-products-review.active {
    display: block;
}

.our-products-review .rating-numbers {
    color: #61A512;
    font-size: 24px;
    font-family: helvetica-neue-bold, sans-serif;
    display: inline-block;
    margin-left: 20px;
}

.our-products-review .star-ratings {
    display: inline-block;
}

.our-products-review .reviewers-text {
    text-align: right;
}

.our-products-review .reviewers-text .authentic-reviews {
    background: url("../img/web/our-beverages-authentic-reviews.png") no-repeat center;
    width: 107px;
    height: 40px;
    margin: 20px 0 0 auto;
}

.our-products-review .review-buttons {
    margin-top: -50px;
}

.our-products-review .review-buttons .our-beverages-button {
    display: inline-block;
    margin-right: 20px;
}

.our-products-review input[type=text] {
    width: 100%;
    border: 1px solid #61910E;
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: helvetica-neue-bold, sans-serif;
    font-size: 18px;
    color: #919191;
}

.our-products-review input[type=submit] {
    width: 100%;
    border: 1px solid #61910E;
    border-radius: 10px;
    padding: 12px 10px 11px 10px;
    background: #61910E;
    outline: none !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: helvetica-neue-bold, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
}

.our-products-review .search-bar {
    margin-top: 40px;
}

.our-products-review .review-bar {
    margin-top: 40px;
}

.our-products-review .review-bar-option {
    color: #61A512;
    font-size: 16px;
    border-bottom: 1px #61A512 solid;
    text-align: center;
}

.our-products-review .review-bar-option span.review-bar-value {
    color: #61A512;
    color: #242424
}

.our-products-review .review-bar-option.active {
    border-bottom: 2px #61A512 solid;
    font-family: helvetica-neue-bold, sans-serif;
}

.our-products-review .review-overview {
    margin-top: 20px;
}

.our-products-review .review-overview .review-title {
    font-family: helvetica-neue-bold, sans-serif;
    font-size: 18px;
    color: #242424;
}

.our-products-review .review-overview .review-subtitle {
    font-family: helvetica-neue-bold, sans-serif;
    font-size: 16px;
    color: #919191;
    margin-top: 10px;
}

.our-products-review .review-overview .rating-bars {
    font-size: 16px;
    color: #242424;
    margin-top: 20px;
}

.our-products-review .review-overview .rating-bars .rating-value {
    display: inline-block;
}

.our-products-review .review-overview .rating-bars .rating-label {
    display: inline-block;
    width: 50%;
}

.our-products-review .review-overview .rating-bars .rating-count {
    text-align: right;
    display: inline-block;
    width: 50px;
}

.our-products-review .review-overview .rating-bars .green-bar {
    width: 75%;
    background: #EFF6E6;
    height: 12px;
    display: inline-block;
}

.our-products-review .review-overview .rating-bars .green-bar.labels {
    width: 20%;
    background: #EFF6E6;
    height: 12px;
    display: inline-block;
}

.our-products-review .review-overview .rating-bars .green-bar-value {
    background: #61A512;
    height: 12px;
}

.our-products-review .review-overview .our-beverages-button {
    margin-left: 0;
}

.our-products-review .rating-wrapper {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 50px !important;
}

.our-products-review .sort-filter .our-beverages-filter {
    color: #61A512;
    font-size: 16px;
    background: url("../img/web/our-beverages-filter-icon.png") no-repeat left center;
    padding-left: 50px;
    line-height: 2;
    margin-bottom: 10px;
}

.our-products-review .sort-filter {
    margin-top: 10px;
}

.our-products-review .filter-bar {
    text-align: right;
}

.our-products-review .sort-by-label {
    font-size: 16px;
    color: #919191;
    display: inline-block;
}

.our-products-review .sort-by-label span {
    font-size: 16px;
    color: #242424;
    display: inline-block;
}

.our-products-review .arrow-container {
    vertical-align: middle;
    height: 35px;
    width: 35px;
    display: inline-block;
}

.our-products-review .arrow-container.active {
    background-size: 100%;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    display: inline-block;
}

.our-products-review .arrow {
    vertical-align: middle;
    background: url("../img/web/our-beverages-arrow.png") no-repeat center;
    background-size: 13px 6px;
    height: 35px;
    width: 35px;
    display: inline-block;
    cursor: pointer;
}

.our-products-review .arrow ul.filter-by-options {
    visibility: hidden;
    text-align: right;
    background-size: 100%;
    color: #242424;
    display: block;
    position: absolute;
    width: 210px;
    list-style: none;
    font-size: 16px;
    padding: 15px 0 0 0;
    margin: 35px 0 0 -155px;
    z-index: 100000;
}

.our-products-review .arrow.active {
    vertical-align: middle;
    background-size: 13px 6px;
    height: 35px;
    width: 35px;
    display: inline-block;
    cursor: pointer;
}

.our-products-review ul.filter-by-options {
    position: absolute;
}

.our-products-review a.filter-by-option,
a.filter-by-option:hover,
a.filter-by-option:active,
a.filter-by-option:visited {
    color: #242424;
    text-decoration: none;
    display: block;
    padding: 0 25px 15px 0;
}

.our-products-review .filter-tag {
    padding: 0px 15px;
    background: #FFFBD0;
    border: none;
    border-radius: 15px;
    display: inline-block;
    font-size: 16px;
    color: #242424;
    margin-bottom: 10px;
}

.our-products-review .filter-tag button {
    border: none;
    outline: none !important;
    background: none;
    cursor: pointer;
}

.our-products-review .comments-section .comment {
    margin-top: 50px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 50px !important;
}

.our-products-review .comments-section .review-user .user-avatar {
    width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
}

.our-products-review .comments-section .review-user .user-data {
    display: inline-block;
}

.our-products-review .comments-section .review-user .user-data .user-name {
    font-size: 16px;
    line-height: 1;
    color: #242424;
}

.our-products-review .comments-section .review-user .user-data .user-reviewed {
    font-size: 14px;
    line-height: 1;
}

.our-products-review .comments-section .overall-rating {
    margin-top: 20px;
}

.our-products-review .comments-section .overall-rating .star-ratings.smaller {
    unicode-bidi: bidi-override;
    color: #E6E6E6;
    font-size: 20px;
    height: 14px;
    width: 140px;
    margin: -40px auto 20px auto;
    position: relative;
    padding: 0;
    letter-spacing: 10px;
    display: inline-block;
}

.our-products-review .comments-section .overall-rating .comment-title {
    color: #242424;
    font-size: 22px;
    font-family: helvetica-neue-bold, sans-serif;
    display: inline-block;
    margin-left: 20px;
}

.our-products-review .comments-section p {
    font-size: 18px;
    color: #242424;
    margin-top: 10px;
}

.our-products-review .comments-section .comment-recommend {
    background: url("../img/web/our-beverages-comments-recommend.png") no-repeat left center;
    color: #242424;
    font-size: 16px;
    font-family: helvetica-neue-bold, sans-serif;
    padding-left: 30px;
    margin-bottom: 7px;
}

.our-products-review .comments-section .comment-favorite {
    background: url("../img/web/our-beverages-comments-favorite.png") no-repeat left center;
    color: #242424;
    font-size: 16px;
    font-family: helvetica-neue-bold, sans-serif;
    padding-left: 30px;
    margin-bottom: 7px;
}

.our-products-review .comments-section span.comment-more-info {
    font-family: helvetica-neue-regular, sans-serif;
}

.our-products-review .comments-section .user-rates .user-rate-label {
    font-size: 16px;
    color: #919191;
}

.our-products-review .comments-section .user-rates .star-ratings {
    font-size: 15px;
    width: 95px;
    letter-spacing: 5px;
}

.our-products-review .comments-section .comments-feedback {
    font-size: 14px;
    color: #919191;
    line-height: 2;
}

.our-products-review .comments-section .comments-feedback a.helpful-comment,
.our-products-review .comments-section .comments-feedback a.helpful-comment:visited,
.our-products-review .comments-section .comments-feedback a.helpful-comment:hover,
.our-products-review .comments-section .comments-feedback a.helpful-comment:active {
    color: #61A512;
    background: url("../img/web/our-beverages-comments-helpful.png") no-repeat center left;
    padding-left: 25px;
    display: inline-flex;
}

.our-products-review .comments-section .comments-feedback a.dislike-comment,
.our-products-review .comments-section .comments-feedback a.dislike-comment:visited,
.our-products-review .comments-section .comments-feedback a.dislike-comment:active,
.our-products-review .comments-section .comments-feedback a.dislike-comment:hover {
    color: #919191;
    background: url("../img/web/our-beverages-comments-dislike.png") no-repeat center left;
    padding-left: 25px;
    display: inline-flex;
    margin-left: 40px;
}

.our-products-review .comments-section .comments-feedback a.report-comment,
.our-products-review .comments-section .comments-feedback a.report-comment:active .our-products-review .comments-section .comments-feedback a.report-comment:hover .our-products-review .comments-section .comments-feedback a.report-comment:visited {
    color: #919191;
    display: inline-flex;
}

.our-products-review .comments-section .hide-show-reviews {
    margin-top: 20px;
}

.our-products-review .comments-section .hide-show-reviews a.show-more-link,
.our-products-review .comments-section .hide-show-reviews a.show-more-link:active,
.our-products-review .comments-section .hide-show-reviews a.show-more-link:hover,
.our-products-review .comments-section .hide-show-reviews a.show-more-link:visited {
    text-transform: uppercase;
    color: #61A512;
    text-decoration: none;
    font-size: 14px;
    font-family: helvetica-neue-bold, sans-serif;
}

.our-products-review .comments-section .hide-show-reviews a.hidde-reviews-link,
.our-products-review .comments-section .hide-show-reviews a.hidde-reviews-link:visited,
.our-products-review .comments-section .hide-show-reviews a.hidde-reviews-link:active,
.our-products-review .comments-section .hide-show-reviews a.hidde-reviews-link:hover {
    text-transform: uppercase;
    color: #919191;
    text-decoration: none;
    font-size: 14px;
    font-family: helvetica-neue-bold, sans-serif;
}

@media (min-width: 768px) {
    .our-products-review input[type=submit] {
        margin-top: 0;
    }
    .our-products-review input[type=text] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 10px;
        background: #ffffff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 18px;
        color: #919191;
    }
    .our-products-review input[type=submit] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 12px 10px 11px 10px;
        background: #61910E;
        outline: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0;
    }
}

@media ( max-width: 576px) {
    .our-products-review .review-overview .rating-bars .green-bar {
        width: 65%;
        background: #EFF6E6;
        height: 12px;
        display: inline-block;
    }
    .our-beverages-nutrition .pack-types .pack-type {
        text-align: center;
        display: inline-block;
        max-height: 155px;
    }
    .user-rates-container {
        padding: 0;
    }
}

@media (min-width: 992px) {
    .our-beverages-nutrition {
        padding: 0 0 80px 0;
    }
    .our-beverages-nutrition .products-header {
        padding: 10px 0;
        min-height: 665px;
    }
    .our-beverages-nutrition .products-header .product-image-container {
        height: 585px;
    }
    .our-beverages-nutrition .products-header .product-image-container-wrapper {
        max-width: unset;
        margin: 0 auto;
    }
    .our-beverages-nutrition .products-header.products-header-green {
        text-align: center;
    }
    .our-beverages-nutrition .products-header.products-header-black {
        background-color: #2A2A2A;
        text-align: center;
    }
    .our-beverages-nutrition .products-header.products-header-green .left-arrow {
        height: 100%;
        width: 52px;
        background: url("../img/web/ourbeverages-nutrition-arrow-left.svg") no-repeat center;
        display: inline-block;
        position: absolute;
        left: 0;
    }
    .our-beverages-nutrition .products-header.products-header-green .right-arrow {
        height: 100%;
        width: 52px;
        background: url("../img/web/ourbeverages-nutrition-arrow-right.svg") no-repeat center;
        display: inline-block;
        position: absolute;
        right: 0;
    }
    .our-beverages-nutrition .products-header.products-header-black .left-arrow {
        height: 100%;
        width: 26px;
        background: url("../img/web/ourbeverages-nutrition-arrow-left-white.png") no-repeat center;
        display: inline-block;
        position: absolute;
        left: 0;
    }
    .our-beverages-nutrition .products-header.products-header-black .right-arrow {
        height: 100%;
        width: 26px;
        background: url("../img/web/ourbeverages-nutrition-arrow-right-white.png") no-repeat center;
        display: inline-block;
        position: absolute;
        right: 0;
    }
    .our-beverages-nutrition .products-header .ourbeverages-product-image {
        height: 100%;
        display: inline-block;
        max-width: 50%;
        object-fit: contain;
        vertical-align: top;
        left: 20%;
        right: 0;
        top: 15%;
        height: 70%;
    }
    .our-beverages-nutrition .products-header .ourbeverages-product-image.active {
        height: 95%;
        display: inline-block;
        max-width: 50%;
        object-fit: contain;
        vertical-align: top;
    }
    .our-beverages-nutrition .products-header .flavor-select {
        text-transform: uppercase;
        color: #61A512;
        font-size: 18px;
        text-align: center;
        margin: -25px auto 0 auto;
        bottom: -30px;
    }
    .our-beverages-nutrition .products-header .flavor-select.pink {
        text-transform: uppercase;
        color: #D34C80;
        font-size: 18px;
        text-align: center;
        margin: -20px auto 0 auto;
    }
    .our-beverages-nutrition .products-header .flavor-select.blue {
        text-transform: uppercase;
        color: #00b3e9;
        font-size: 18px;
        text-align: center;
        margin: -20px auto 0 auto;
    }
    .our-beverages-nutrition .products-header .nutrition-information {
        border-radius: 10px;
        background: #ffffff;
        max-width: 355px;
        margin: 20px auto 0 auto;
    }
    .our-beverages-nutrition .products-header .nutrition-information .right-pannel-header {
        padding: 20px;
        background: #61A60E;
        text-align: center;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .our-beverages-nutrition .products-header .nutrition-information .right-pannel-header h1 {
        font-size: 20px;
        font-family: clab-bold, sans-serif;
    }
    .our-beverages-nutrition .products-header .nutrition-information .right-pannel-header p {
        font-size: 13px;
        font-family: sketchblock-regular, sans-serif;
        font-family: helvetica-neue-regular, sans-serif;
        color: #ffffff;
    }
    .our-beverages-nutrition .products-header .nutrition-information .nutrition-information-decoration.green-decoration {
        background: url("../img/web/products-information-decoration-green.png") no-repeat center;
        height: 38px;
        background-size: 100% 38px;
        margin-top: -20px
    }
    .our-beverages-nutrition .products-header .nutrition-information .nutrition-product-information-image {
        margin: 20px auto;
    }
    .our-beverages-nutrition .our-beverages-product-details {
        margin-top: 20px;
    }
    .our-beverages-nutrition .our-beverages-product-details h1 {
        font-size: 20px;
        text-transform: uppercase;
        color: #242424;
    }
    .our-beverages-nutrition .product-review-image-container {
        max-width: 330px;
        margin: 30px auto;
    }
    .our-beverages-nutrition .product-review-image-container.pink {
        max-width: 430px;
        margin: 30px auto;
    }
    .our-beverages-nutrition .product-review-image-container.blue {
        max-width: 430px;
        margin: 30px auto;
    }
    .our-beverages-nutrition .product-review-image-container.right {
        margin: 30px auto 30px 0;
    }
    .our-beverages-nutrition .product-review-image-container.left {
        margin: 30px 0 30px auto;
    }
    .our-beverages-nutrition .star-ratings {
        unicode-bidi: bidi-override;
        color: #E6E6E6;
        font-size: 25px;
        height: 14px;
        width: 165px;
        margin: 0px auto 20px auto;
        position: relative;
        padding: 0;
        letter-spacing: 10px;
    }
    .our-beverages-nutrition .product-review-image-container.right.milk {
        margin: 30px auto 30px auto;
    }
    .our-beverages-nutrition .product-review-image-container.left.milk {
        margin: 30px auto 30px auto;
    }
    .our-beverages-nutrition .star-ratings.pink {
        margin: -50px auto 20px auto;
    }
    .our-beverages-nutrition .star-ratings.blue {
        margin: -50px auto 20px auto;
    }
    .our-beverages-nutrition .star-ratings-margin-left {
        margin-left: 100px;
    }
    .our-beverages-nutrition .star-ratings-top {
        color: #78CC17;
        padding: 0;
        position: absolute;
        z-index: 1;
        display: block;
        top: 0;
        left: 0;
        overflow: hidden;
    }
    .our-beverages-nutrition .star-ratings-bottom {
        padding: 0;
        display: block;
        z-index: 0;
    }
    .our-beverages-nutrition .product-see-reviews {
        border-bottom: 2px solid #78CC17;
        display: inline-block;
        margin: 0 auto;
    }
    .our-beverages-nutrition .product-see-reviews a {
        font-size: 12px;
        font-family: helvetica-neue-bold, sans-serif;
        color: #78CC17;
        text-transform: uppercase;
    }
    .our-beverages-nutrition .pack-types {
        margin: 20px auto;
        text-align: center;
    }
    .our-beverages-nutrition .pack-types .pack-type {
        text-align: center;
        display: inline-block;
    }
    .our-beverages-nutrition .other-products {
        margin: 80px auto 0 auto;
    }
    .our-beverages-nutrition .other-products .other-product-image {
        width: 100%;
        object-fit: contain;
        max-width: 195px;
    }
    .flavors-container {
        transition: 1s;
        animation: 1s;
    }
    .flavors-containers.active {
        transition: 1s;
        animation: 1s;
        max-width: 100%;
        ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .flavors-containers.active .product-review-image-container.right {
        margin: 30px auto 30px auto;
    }
    .flavors-containers.active .product-review-image-container.left {
        margin: 30px auto 30px auto;
    }
    .our-products-review {
        display: none;
        margin: 80px 0;
    }
    .our-products-review input[type=text] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 10px;
        background: #ffffff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 18px;
        color: #919191;
    }
    .our-products-review input[type=submit] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 12px 10px 11px 10px;
        background: #61910E;
        outline: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0;
    }
    .our-beverages-underline {
        background: url("../img/web/our-beverages-underline.png") no-repeat top left;
        background-size: 100% 114px;
    }
    .our-beverages-underline .our-beverages-product-details {
        margin-top: 0;
    }
    .our-beverages-underline .page-path {
        padding-top: 60px;
    }
}

@media (max-width: 992px) {
    .align-right-xs {
        margin-left: auto;
        margin-right: 0;
        width: 200px;
    }
    .our-beverages-nutrition .products-header .product-image-container {
        max-width: 330px;
        margin: 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {
    .our-beverages-underline .page-path {
        margin-left: 60px;
    }
}


/*************************************

Our beverages - Packaging Pages

*************************************/

.our-beverages-packaging .packaging-page-green-region {
    padding: 30px 0 10px 0;
    background-color: #61A60E;
}

.our-beverages-packaging .packaging-page-green-region .our-beverages-products-container {
    margin: 0 auto;
    text-align: center;
}

.our-beverages-packaging .packaging-page-green-region .our-beverages-products-container h1 {
    text-transform: uppercase;
    font-size: 22px;
    color: #FCD940;
}

.our-beverages-packaging .packaging-page-green-region .our-beverages-products-container p {
    font-size: 14px;
    color: #FFFFFF;
    font-family: helvetica-neue-bold, sans-serif;
}

.our-beverages-packaging .packaging-page-decoration {
    background: url("../img/web/our-beverages-product-green-region.png") center bottom;
    width: 100%;
    height: 49px;
    background-size: 100% 49px;
}

.our-beverages-packaging .our-beverages-packaging-container {
    background: url("../img/web/our-beverages-packaging-pattern.png") center top;
}

.our-beverages-packaging .our-beverages-packaging-container h1 {
    color: #242424;
    font-size: 22px;
    text-transform: none;
}

.our-beverages-packaging .our-beverages-packaging-container h1.upper {
    text-transform: uppercase;
}

.our-beverages-packaging .our-beverages-packaging-container .our-beverages-packaging-description {
    max-width: 100%;
}

.our-beverages-packaging .our-beverages-packaging-container .packaging-container {
    margin-top: 30px !important;
}

.our-beverages-packaging .our-beverages-packaging-container .packaging-reusable-container {
    margin-bottom: 30px;
}

.our-beverages-packaging .our-beverages-packaging-container .packaging-reusable {
    font-size: 16px;
    font-family: helvetica-neue-bold, sans-serif;
    text-align: center;
    line-height: 1;
    color: #242424;
}

.our-beverages-packaging .our-beverages-packaging-container .packaging-reusable.upper {
    text-transform: uppercase;
}

.our-beverages-packaging .our-beverages-packaging-container a.how-to-clean,
.our-beverages-packaging .our-beverages-packaging-container a.how-to-clean:visited,
.our-beverages-packaging .our-beverages-packaging-container a.how-to-clean:active,
.our-beverages-packaging .our-beverages-packaging-container a.how-to-clean:hover {
    text-transform: uppercase;
    color: #61910E;
    font-size: 16px;
    text-decoration: none;
    font-family: helvetica-neue-bold, sans-serif;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.our-beverages-packaging .packaging-grey-background {
    background: url("../img/web/our-beverages-packaging-pattern-grey.png") center top;
    padding: 50px 0;
}

.our-beverages-packaging .packaging-grey-background h1 {
    color: #242424;
    font-size: 22px;
    text-transform: none;
}

.our-beverages-packaging .packaging-grey-background h1.upper {
    text-transform: uppercase;
}

.our-beverages-packaging .packaging-grey-background .know-more-juices {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.our-beverages-packaging .packaging-grey-background .know-more-waters {
    text-align: center;
    width: 100%
}

.our-beverages-packaging .packaging-grey-background .know-more-images-container {
    margin: 50px auto 0 auto;
}

.our-beverages-packaging .packaging-grey-background .know-more-juices .know-more-images {
    max-width: 90%;
    margin: 0 auto;
}

.our-beverages-packaging .packaging-grey-background .know-more-waters .know-more-images {
    max-width: 90%;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .our-beverages-packaging .packaging-page-green-region {
        padding: 50px 0 10px 0;
        background-color: #61A60E;
    }
    .our-beverages-packaging .packaging-page-green-region .our-beverages-products-container {
        max-width: 650px;
        margin: 0 auto;
        text-align: center;
    }
    .our-beverages-packaging .packaging-page-green-region .our-beverages-products-container h1 {
        text-transform: uppercase;
        font-size: 32px;
        color: #FCD940;
    }
    .our-beverages-packaging .packaging-page-green-region .our-beverages-products-container p {
        font-size: 18px;
        color: #FFFFFF;
        font-family: helvetica-neue-bold, sans-serif;
        margin-bottom: -150px;
    }
    .our-beverages-packaging .packaging-page-decoration {
        background: url("../img/web/our-beverages-product-green-region.png") center bottom;
        width: 100%;
        height: 245px;
    }
    .our-beverages-packaging .our-beverages-packaging-container h1 {
        color: #242424;
        font-size: 50px;
        text-transform: none;
        max-width: 700px;
        margin: 0 auto;
    }
    .our-beverages-packaging .our-beverages-packaging-container .packaging-reusable-container {
        margin-bottom: 50px;
    }
    .our-beverages-packaging .our-beverages-packaging-container .packaging-reusable {
        font-size: 30px;
        font-family: helvetica-neue-bold, sans-serif;
        text-align: center;
        line-height: 1;
        color: #242424;
    }
    .our-beverages-packaging .our-beverages-packaging-container .packaging-reusable.upper {
        text-transform: uppercase;
    }
    .our-beverages-packaging .our-beverages-packaging-container a.how-to-clean,
    .our-beverages-packaging .our-beverages-packaging-container a.how-to-clean:visited,
    .our-beverages-packaging .our-beverages-packaging-container a.how-to-clean:active,
    .our-beverages-packaging .our-beverages-packaging-container a.how-to-clean:hover {
        font-size: 24px;
    }
    .our-beverages-packaging .packaging-grey-background {
        background: url("../img/web/our-beverages-packaging-pattern-grey.png") center top;
        padding: 80px 0;
    }
    .our-beverages-packaging .packaging-grey-background h1 {
        color: #242424;
        font-size: 22px;
        text-transform: none;
    }
    .our-beverages-packaging .packaging-grey-background h1.upper {
        text-transform: uppercase;
    }
    .our-beverages-packaging .packaging-grey-background .know-more-juices {
        text-align: center;
        width: 100%;
        margin-bottom: 0px;
    }
    .our-beverages-packaging .packaging-grey-background .know-more-waters {
        text-align: center;
        width: 100%
    }
    .our-beverages-packaging .packaging-grey-background .know-more-images-container {
        margin: 50px auto 0 auto;
    }
    .our-beverages-packaging .packaging-grey-background .know-more-juices .know-more-images {
        max-width: 90%;
        margin: 0 auto;
    }
    .our-beverages-packaging .packaging-grey-background .know-more-waters .know-more-images {
        max-width: 90%;
        margin: 0 auto;
    }
}


/*************************************

Our beverages - Packaging Pages

*************************************/

.our-characters-page {
    padding: 50px 0 0 0;
}

.our-characters-page h1 {
    text-transform: uppercase;
    font-size: 32px;
    color: #242424;
}

.our-characters-page .our-characters-upper-logo {
    max-width: 50%;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}

.our-characters-page .spouts-slider-container {
    background: url("../img/web/our-character-spouts-slider-container.png") center;
    padding: 50px 20px 80px 40%;
    text-align: center;
}

.our-characters-page .podz-slider-container {
    background-color: #2A2A2A;
    padding: 50px 40% 80px 20px;
    text-align: center;
}

.our-characters-page .podz-slider-container .top-decoration {
    background: url("../img/web/our-characters-underline-top.png")left top;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 110px;
}

.our-characters-page .podz-slider-container .bottom-decoration {
    background: url("../img/web/our-characters-underline-bottom.png")left top;
    bottom: -79px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 110px;
}

.our-characters-page .our-characters-left-slider-image {
    position: absolute;
    top: -20px;
    right: 35%;
    max-height: 120%;
}

.our-characters-page .our-characters-right-slider-image {
    position: absolute;
    top: -20px;
    left: 35%;
    max-height: 120%;
}

.our-characters-page .our-characters-background {
    padding: 50px 0 50px 0;
    background: url("../img/web/our-characters-background.png") top center;
    text-align: center;
}

.our-characters-page .our-characters-background .our-characters-bottom-image {
    max-width: 100%;
    vertical-align: top;
}

.our-characters-page .our-characters-background h1 {
    text-transform: none;
    text-align: center;
    padding-top: 20px;
    font-size: 22px;
}

.our-characters-page .our-characters-background .our-beverages-button {
    text-transform: uppercase;
    margin-left: auto;
}

.our-characters-page .spouts-slider-container .carousel-indicators {
    bottom: -50px;
}

.our-characters-page .spouts-slider-container .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #61A511;
    box-shadow: #000000 1px 1px 0 0;
    margin-left: 5px;
    margin-right: 5px;
}

.our-characters-page .spouts-slider-container .carousel-indicators li.active {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #FDDA2A;
    box-shadow: #000000 1px 1px 0 0;
    top: -4px;
}

.our-characters-page .podz-slider-container .carousel-indicators {
    bottom: -50px;
}

.our-characters-page .podz-slider-container .carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #34B3E4;
    box-shadow: #000000 1px 1px 0 0;
    margin-left: 5px;
    margin-right: 5px;
}

.our-characters-page .podz-slider-container .carousel-indicators li.active {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #FDDA2A;
    box-shadow: #000000 1px 1px 0 0;
    top: -4px;
}

.spouts-carousel-inner-container {
    border-radius: 15px;
    background: #ffffff;
    text-align: center;
    height: 50px;
    text-align: center;
}

.podz-carousel-inner-container {
    border-radius: 5px;
    background: url("../img/web/our-characters-podz-carousel-transparency.png") center no-repeat;
    text-align: center;
    height: 50px;
    background-size: 100%;
    text-align: center;
}

.carousel-inner-characters-image {
    max-width: 70%;
    height: 100%;
    object-fit: contain;
}

.carousel-inner-custom-padding {
    padding: 0 5px;
    margin-bottom: 10px;
}

.our-characters-page .carousel-inner {
    min-height: 180px;
}

@media (min-width: 576px) {
    .spouts-carousel-inner-container {
        height: 70px;
    }
    .podz-carousel-inner-container {
        height: 70px;
    }
    .our-characters-page .carousel-inner {
        min-height: 240px;
    }
    .our-characters-page .our-characters-left-slider-image {
        position: absolute;
        top: -20px;
        right: 50%;
        max-height: 120%;
    }
    .our-characters-page .our-characters-right-slider-image {
        position: absolute;
        top: -20px;
        left: 50%;
        max-height: 120%;
    }
}

@media (min-width: 768px) {
    .our-characters-page .our-characters-left-slider-image {
        position: absolute;
        top: -20px;
        right: 60%;
        max-height: 120%;
    }
    .our-characters-page .our-characters-right-slider-image {
        position: absolute;
        top: -20px;
        left: 60%;
        max-height: 120%;
    }
    .spouts-carousel-inner-container {
        height: 90px;
    }
    .podz-carousel-inner-container {
        height: 90px;
    }
    .our-characters-page .carousel-inner {
        min-height: 300px;
    }
}

@media (min-width: 992px) {
    .our-characters-page {
        padding: 80px 0 0 0;
    }
    .our-characters-page h1 {
        text-transform: uppercase;
        font-size: 32px;
        color: #242424;
    }
    .our-characters-page .our-characters-upper-logo {
        max-width: 50%;
        margin: 0 auto;
        display: inline-block;
        margin-bottom: 20px;
        position: relative;
    }
    .our-characters-page .spouts-slider-container {
        padding: 50px 20px 80px 20%;
        text-align: center;
    }
    .our-characters-page .podz-slider-container {
        background-color: #2A2A2A;
        padding: 50px 20% 80px 20px;
        text-align: center;
    }
    .our-characters-page .podz-slider-container .top-decoration {
        background: url("../img/web/our-characters-underline-top.png")left top;
        top: 0;
        left: 0;
        position: absolute;
        width: 100%;
        height: 110px;
    }
    .our-characters-page .podz-slider-container .bottom-decoration {
        background: url("../img/web/our-characters-underline-bottom.png")left top;
        bottom: -79px;
        left: 0;
        position: absolute;
        width: 100%;
        height: 110px;
        z-index: 10000;
    }
    .our-characters-page .our-characters-left-slider-image {
        position: absolute;
        top: -20px;
        right: 50%;
        max-height: 120%;
        left: auto;
    }
    .our-characters-page .our-characters-right-slider-image {
        position: absolute;
        top: -20px;
        left: 50%;
        max-height: 120%;
        right: auto
    }
    .our-characters-page .our-characters-background {
        padding: 80px 0 0 0;
        background: url("../img/web/our-characters-background.png") top center;
        text-align: left;
    }
    .our-characters-page .our-characters-background .our-characters-bottom-image {
        max-width: 100%;
        vertical-align: top;
    }
    .our-characters-page .our-characters-background h1 {
        text-transform: none;
        text-align: left;
        padding-top: 20px;
        font-size: 32px;
    }
    .our-characters-page .our-characters-background .our-beverages-button {
        text-transform: uppercase;
        margin-left: 0;
    }
    .our-characters-page .spouts-slider-container .carousel-indicators {
        bottom: -50px;
    }
    .our-characters-page .spouts-slider-container .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #61A511;
        box-shadow: #000000 1px 1px 0 0;
        margin-left: 5px;
        margin-right: 5px;
    }
    .our-characters-page .spouts-slider-container .carousel-indicators li.active {
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background: #FDDA2A;
        box-shadow: #000000 1px 1px 0 0;
        top: -4px;
    }
    .our-characters-page .podz-slider-container .carousel-indicators {
        bottom: -50px;
    }
    .our-characters-page .podz-slider-container .carousel-indicators li {
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #34B3E4;
        box-shadow: #000000 1px 1px 0 0;
        margin-left: 5px;
        margin-right: 5px;
    }
    .our-characters-page .podz-slider-container .carousel-indicators li.active {
        width: 16px;
        height: 16px;
        border-radius: 16px;
        background: #FDDA2A;
        box-shadow: #000000 1px 1px 0 0;
        top: -4px;
    }
    .spouts-carousel-inner-container {
        height: 70px;
    }
    .podz-carousel-inner-container {
        height: 70px;
    }
    .our-characters-page .carousel-inner {
        min-height: 240px;
    }
}

@media ( min-width: 1200px) {
    .podz-carousel-inner-container {
        background: url("../img/web/our-characters-podz-carousel-transparency.png") center no-repeat;
        background-size: 100% auto;
    }
    .spouts-carousel-inner-container {
        height: 90px;
    }
    .podz-carousel-inner-container {
        height: 90px;
    }
    .our-characters-page .carousel-inner {
        min-height: 300px;
    }
}


/*************************************

Find a Sore Pages

*************************************/

.find-store-pages {
    padding: 50px 0;
    color: #242424;
}

.find-store-pages h1 {
    text-transform: uppercase;
    font-size: 22px;
}

.find-store-pages p {
    font-size: 16px;
    text-align: center;
    max-width: 600px;
    margin: 20px auto 0 auto;
}

.find-store-pages p span {
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin: 20px auto 0 auto;
    font-family: helvetica-neue-bold, sans-serif;
}

.find-store-pages .store-type-container {
    margin-top: 40px;
}

.find-store-pages .find-store-map {
    background: url("../img/web/find-store-map.png") center no-repeat;
    width: 100%;
    height: 365px;
    margin-top: 100px;
}


/* .find-store-pages .know-more-juices { background-color: #78CC17; border-radius: 10px; text-align: center; width:100%; margin-bottom: 10px; } */

.find-store-pages .know-more-juices {
    margin-bottom: 30px;
}


/* .find-store-pages .know-more-waters { background-color: #292929; border-radius: 10px; text-align: center; width:100% } */

.find-store-pages .know-more-images-container {
    margin: 50px auto 0 auto;
}

.find-store-pages .know-more-juices a,
.find-store-pages .know-more-waters a {
    display: inline-block;
    text-align: center;
}

.find-store-pages .know-more-juices .know-more-images {
    max-width: 100%;
    margin: 0 auto;
}

.find-store-pages .know-more-waters .know-more-images {
    max-width: 100%;
    margin: 0 auto;
}

.find-store-pages .too-busy-container {
    margin-top: 50px;
}

.find-store-pages .too-busy-container h1 {
    text-transform: none;
    text-align: left;
}

.find-store-pages .too-busy-container p {
    text-transform: none;
    text-align: left;
}

.find-store-pages .too-busy-container .our-beverages-button {
    margin-left: 0;
}

.find-store-pages .too-busy-container .find-store-products {
    max-width: 100%;
}

.find-store-pages .find-store-map {
    width: 100%;
    height: 365px;
}

.find-store-pages .search-bar {
    margin-top: 50px;
}

.find-store-pages input[type=text] {
    width: 100%;
    border: 1px solid #61910E;
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: helvetica-neue-bold, sans-serif;
    font-size: 18px;
    color: #919191;
}

.find-store-pages input[type=submit] {
    width: 100%;
    border: 1px solid #61910E;
    border-radius: 10px;
    padding: 12px 10px 11px 10px;
    background: #61910E;
    outline: none !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: helvetica-neue-bold, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
}

.find-store-pages .search-results {
    margin-top: 50px;
}

.find-store-pages .search-results .results-count {
    font-size: 24px;
    font-family: helvetica-neue-bold, sans-serif;
}

.find-store-pages .search-results .result-container {
    margin-top: 50px;
}

.find-store-pages .search-results .result-container .store-name {
    font-size: 16px;
    color: #262626;
    font-family: helvetica-neue-bold, sans-serif;
}

.find-store-pages .search-results .result-container .store-address {
    font-size: 16px;
    color: #262626;
    font-family: helvetica-neue-regular, sans-serif;
}

.find-store-pages .search-results .result-container .store-distance {
    font-size: 14px;
    color: #61910E;
    font-family: helvetica-neue-regular, sans-serif;
}

.find-store-pages .search-results .result-container a.store-directions,
.find-store-pages .search-results .result-container a.store-directions:visited,
.find-store-pages .search-results .result-container a.store-directions:hover,
.find-store-pages .search-results .result-container a.store-directions:active {
    font-size: 16px;
    color: #61910E;
    font-family: helvetica-neue-regular, sans-serif;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .find-store-pages input[type=submit] {
        margin-top: 0;
    }
    .find-store-pages input[type=text] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 10px;
        background: #ffffff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 18px;
        color: #919191;
    }
    .find-store-pages input[type=submit] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 12px 10px 11px 10px;
        background: #61910E;
        outline: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .find-store-pages {
        padding: 80px 0;
    }
    .find-store-pages h1 {
        text-transform: uppercase;
        font-size: 32px;
    }
    .find-store-pages p {
        font-size: 18px;
    }
    .find-store-pages .store-type-container {
        margin-top: 50px;
    }
    .find-store-pages .find-store-map {
        background: url("../img/web/find-store-map.png") center no-repeat;
        width: 100%;
        height: 365px;
        margin-top: 50px;
    }
    /* .find-store-pages .know-more-juices { background-color: #78CC17; border-radius: 10px; text-align: center; width:100%; margin-bottom: 0px;} */
    .find-store-pages .know-more-juices {
        margin-bottom: 0px;
    }
    /* .find-store-pages .know-more-waters { background-color: #292929; border-radius: 10px; text-align: center; width:100% } */
    .find-store-pages .know-more-images-container {
        margin: 50px auto 0 auto;
    }
    /* .find-store-pages .know-more-juices .know-more-images { max-width: 80%; margin: 0 auto; }
    .find-store-pages .know-more-waters .know-more-images { max-width: 80%; margin: 0 auto; } */
    .find-store-pages .too-busy-container {
        margin-top: 150px;
    }
    .find-store-pages input[type=text] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 10px;
        background: #ffffff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 18px;
        color: #919191;
    }
    .find-store-pages input[type=submit] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 12px 10px 11px 10px;
        background: #61910E;
        outline: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0;
    }
}


/* Map Styles */

.wpsl-search {
    background: none !important;
    margin-top: 50px;
    padding: 0;
}

.wpsl-gmap-canvas {
    margin-top: 50px !important;
}

#wpsl-search-wrap .wpsl-input {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    ;
}

#wpsl-search-wrap .wpsl-input label {
    display: none;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
    margin: 0 !important;
}

#wpsl-search-wrap .wpsl-search-btn-wrap .wpsl-search-btn {
    margin: 0 !important;
}

#wpsl-result-list {
    margin-top: 50px;
}

#wpsl-result-list .wpsl-stores {
    height: auto !important;
}

#wpsl-result-list .wpsl-stores ul li,
.wpsl-input {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#wpsl-search-wrap input[type=text] {
    width: 100%;
    border: 1px solid #61910E;
    border-radius: 10px;
    padding: 10px;
    background: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    font-family: helvetica-neue-bold, sans-serif;
    font-size: 18px;
    color: #919191;
    outline: none !important;
}

#wpsl-search-wrap input[type=submit] {
    width: 100%;
    border: 1px solid #61910E;
    border-radius: 10px;
    padding: 12px 10px 11px 10px;
    background: #61910E;
    outline: none !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: helvetica-neue-bold, sans-serif;
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 10px;
}

#wpsl-stores {
    height: auto !important;
}

#wpsl-stores ul li {
    max-width: 100%;
    ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 50px;
    border: none !important;
}

#wpsl-stores ul li p {
    font-size: 16px;
    color: #262626;
    font-family: helvetica-neue-bold, sans-serif;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
}

#wpsl-stores ul li p span {
    font-size: 16px;
    color: #262626;
    font-family: helvetica-neue-regular, sans-serif;
    text-align: left;
    margin: 0;
}

#wpsl-stores ul li p .wpsl-country {
    display: none;
}

#wpsl-stores ul li .wpsl-direction-wrap {
    font-size: 14px;
    color: #61910E;
    font-family: helvetica-neue-regular, sans-serif;
}

#wpsl-stores ul li .wpsl-direction-wrap a,
#wpsl-stores ul li .wpsl-direction-wrap a:hover,
#wpsl-stores ul li .wpsl-direction-wrap a:visited,
#wpsl-stores ul li .wpsl-direction-wrap a:active {
    font-size: 16px;
    color: #61910E;
    font-family: helvetica-neue-regular, sans-serif;
    text-decoration: underline;
}

.gm-style-iw.gm-style-iw-c p {
    font-size: 16px;
    color: #262626;
    font-family: helvetica-neue-bold, sans-serif;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
}

.gm-style-iw.gm-style-iw-c p span {
    font-size: 16px;
    color: #262626;
    font-family: helvetica-neue-regular, sans-serif;
    text-align: left;
    margin: 0;
}

.gm-style-iw.gm-style-iw-c {
    font-size: 14px;
    color: #61910E;
    font-family: helvetica-neue-regular, sans-serif;
}

.gm-style-iw.gm-style-iw-c a,
.gm-style-iw.gm-style-iw-c a:hover,
.gm-style-iw.gm-style-iw-c a:visited,
.gm-style-iw.gm-style-iw-c a:active {
    font-size: 16px;
    color: #61910E;
    font-family: helvetica-neue-regular, sans-serif;
    text-decoration: underline;
}

.wpsl-store-location {
    text-align: left;
}

.wpsl-no-results-msg {
    color: #242424;
    font-size: 24px;
    font-family: helvetica-neue-bold, sans-serif;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
    margin: 0 !important;
    margin-top: 10px !important;
}

#wpsl-search-wrap .wpsl-search-btn-wrap .wpsl-search-btn {
    margin: 0 !important;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .wpsl-input {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    #wpsl-search-wrap .wpsl-search-btn-wrap {
        max-width: 25%;
        flex: 0 0 25%;
        margin-top: 0 !important;
    }
    #wpsl-search-wrap input[type=submit] {
        margin-top: 0;
    }
    #wpsl-search-wrap input[type=text] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 10px;
        background: #ffffff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 18px;
        color: #919191;
    }
    #wpsl-search-wrap input[type=submit] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 13px 10px 12px 10px;
        background: #61910E;
        outline: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0;
    }
    #wpsl-stores ul li {
        max-width: 33.3333333333%;
        ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
        margin-top: 50px;
        border: none !important;
    }
}

@media (min-width: 992px) {
    #wpsl-search-wrap input[type=text] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 10px;
        background: #ffffff;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        font-size: 18px;
        color: #919191;
    }
    #wpsl-search-wrap input[type=submit] {
        width: 100%;
        border: 1px solid #61910E;
        border-radius: 10px;
        padding: 13px 10px 12px 10px;
        background: #61910E;
        outline: none !important;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        font-family: helvetica-neue-bold, sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        margin-top: 0;
        margin-left: -1px;
    }
}


/* IE FIX object-fit */

.custom-object-fit {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.custom-object-fit img,
.custom-object-fit-blog img,
.custom-object-fit-characters img {
    opacity: 0;
}

.custom-object-fit-blog {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.custom-object-fit-characters {
    position: relative;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}

p.has-medium-font-size {
    font-size: 20px;
}

p.has-large-font-size {
    font-size: 36px;
}

p.has-huge-font-size {
    font-size: 48px;
}

p>strong {
    font-family: helvetica-neue-bold;
}


/* App Badges */

.app-icons {
    text-align: center;
    max-width: 320px;
    margin: 30px auto 0 auto;
}

.app-icons .app-icon {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    background: no-repeat center;
    background-size: contain;
    height: 100px;
}

.app-icons .app-icon.play-store {
    background-image: url("../img/web/google-play-badge.png");
}

.app-icons .app-icon.app-store {
    background-image: url("../img/web/app-store-badge.png");
}

@media (min-width: 992px) {
    .app-icons {
        text-align: center;
        max-width: 400px;
        margin: 30px auto 0 auto;
    }
}


/* PODZ New Design */

.introducing-container {
    background-color: #2A2A2A;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.introducing-container img {
    max-width: 100%;
}

.introducing-video-divider {
    background: url("../img/web/podz-blue-bg.png") no-repeat center;
    height: 38px;
    width: 100%;
    background-color: #2A2A2A;
    margin-top: -90px;
}

.introducing-video-container {
    background: #31BAE7;
    padding-bottom: 155px;
    padding-top: 20px;
}

.introducing-video-container .title {
    font-family: Helvetica;
    font-size: 22px;
    text-transform: uppercase;
    margin-top: 50px;
}

.introducing-video-container .sub-title {
    font-family: Helvetica;
    font-size: 18px;
    text-transform: uppercase;
}

.introducing-video-container .white-divider {
    margin: 20px auto 80px auto;
    border-bottom: 2px solid #ffffff;
    max-width: 400px;
    width: 100%;
}

.introducing-video-container .video-player {
    margin: 20px auto 80px auto;
    border-bottom: 2px solid #ffffff;
    max-width: 400px;
    width: 100%;
}

@media (min-width: 768px) {
    .introducing-container {
        background-color: #2A2A2A;
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }
    .introducing-container img {
        max-width: 100%;
    }
    .introducing-video-divider {
        background: url("../img/web/podz-blue-bg.png") no-repeat center;
        height: 38px;
        width: 100%;
        background-color: #2A2A2A;
        margin-top: -175px;
    }
    .introducing-video-container {
        background: #31BAE7;
        padding-bottom: 155px;
        padding-top: 20px;
    }
    .introducing-video-container .title {
        font-family: Helvetica;
        font-size: 32px;
        text-transform: uppercase;
        margin-top: 100px;
    }
    .introducing-video-container .sub-title {
        font-family: Helvetica;
        font-size: 24px;
        text-transform: uppercase;
    }
    .introducing-video-container .white-divider {
        margin: 20px auto 80px auto;
        border-bottom: 2px solid #ffffff;
        max-width: 400px;
        width: 100%;
    }
    .introducing-video-container .video-player {
        margin: 20px auto 80px auto;
        border-bottom: 2px solid #ffffff;
        max-width: 400px;
        width: 100%;
    }
}

.video-iframe {
    width: 100%;
    height: 640px;
    object-fit: contain;
    margin: 0 auto;
    max-height: 630px;
}

@media (max-width: 575.98px) {
    .video-iframe {
        width: 255px;
        height: 144px;
        object-fit: contain;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .video-iframe {
        width: 480px;
        height: 270px;
        object-fit: contain;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .video-iframe {
        width: 650px;
        height: 366px;
        object-fit: contain;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .video-iframe {
        width: 860px;
        height: 483px;
        object-fit: contain;
    }
}

.milk-hero-background {
    background: url("../img/web/milk-hero-background.jpg") repeat-x;
    background-size: contain;
}

.milk-video-background {
    background: #E3FAF9;
    padding-bottom: 20px;
}

.milk-video-background .milk-video-image {
    padding-bottom: 100px;
    background: url("../img/web/milk-video-image.png") center bottom no-repeat;
    background-size: cover;
}

@media (min-width: 576px) {
    .milk-video-background .milk-video-image {
        padding-bottom: 250px;
        background-size: auto;
    }
}

@media (min-width: 992px) {
    .milk-video-background .milk-video-image {
        padding-bottom: 350px;
    }
}

.products-header-milk {
    background: none !important;
}

.products-header-milk .product-oval {
    background: url("../img/web/milk-characters-background.png") no-repeat center left;
    background-size: contain;
}

.milk-nutrition-left {
    position: absolute;
    background: url("../img/web/milk-left-side.png") no-repeat left top 50px;
    width: 465px;
    height: 100%;
    background-size: contain;
    left: -320px;
    top: 0;
}

.milk-nutrition-right {
    position: absolute;
    background: url("../img/web/milk-right-side.png") no-repeat left top 50px;
    width: 465px;
    height: 100%;
    background-size: contain;
    right: -320px;
    top: 0;
}

.our-beverages-nutrition {
    overflow-x: hidden;
}

.packaging-reusable-asterix {
    text-align: center;
    font-size: 12px;
}


/*

CLIPZ Update

*/

.introducing-video-container-podz {
    background: linear-gradient(0deg, #00B9F2 0%, #00B9F2 20%, #EE3D96 65%, #F6871F 100%);
}

.clipz-container {
    background: #00B9F2;
    /* background: url("../img/web/clipz-background.jpg") repeat center; */
    padding: 50px 0;
    width: 100%;
    /* max-width: 850px; */
    margin: 0 auto;
    display: block
}

.clipz-hero {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    display: block
}

.clipz-container h1 {
    color: #242424;
}

.image-margin {
    margin: 20px auto;
    display: block;
    max-width: 100%;
}

.clipz-text {
    font-size: 18px;
    line-height: 20px;
    color: #242424;
    margin: 20px 0;
}

@media (min-width: 992px) {
    .clipz-container {
        background: #00B9F2;
        /* background: url("../img/web/clipz-background.jpg") repeat center; */
        padding: 80px 0;
    }
    .image-margin {
        margin: 35px auto;
        display: block;
        max-width: 100%;
    }
    .clipz-text {
        font-size: 24px;
        line-height: 30px;
        color: #242424;
        margin: 35px 0;
    }
    .clipz-1 {
        margin-top: 105px;
    }
    .clipz-3 {
        margin-top: 85px;
    }
}

.disabled-box {
    /* position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(119, 119, 119, 0.9);
    vertical-align: middle; */
}

.disabled-box .disabled-box-content {
    /* width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle; */
    margin-top: 20px;
    font-family: helvetica-neue-bold, sans-serif;
}

.disabled-box .disabled-box-content .disabled-content {
    /* display: table-cell;
    vertical-align: middle; */
}

.disabled-box .disabled-box-content .disabled-content .logo-disabled {
    background: no-repeat center;
    width: 100%;
    height: 120px;
    background-size: contain;
}

.disabled-box .disabled-box-content .disabled-content .logos {
    max-width: 400px;
    margin: 10px auto;
}

.disabled-box .disabled-box-content .disabled-content .logo-disabled.caseys {
    background-image: url("../img/web/caseys.jpg");
}

.disabled-box .disabled-box-content .disabled-content .logo-disabled.hannaford {
    background-image: url("../img/web/hannaford.png");
}

.disabled-box .disabled-box-content .disabled-content .logo-disabled.stripes {
    background-image: url("../img/web/stripes.png");
}