/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1;
}
m
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;celeb
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;donut
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #4f2c1d;
    margin: 29px 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
strong {
    font-weight: 700;
}
html {
    /*height: 100%;*/
    position: relative;
    min-height: 100%;
    /*width: 100%;*/
    -webkit-text-size-adjust: 100%;
    /*overflow-y: scroll;*/
    /*background-color: rgba(218, 41, 28, 1);*/
    /*display: flex;
    flex-direction: column;*/

}
main {
	-webkit-text-size-adjust: 100%;
}
.clear {
    clear: both;
}
.clearfix:after {
    content:"";
    display:table;
    clear:both;
}
.spacer {
    width: 100%;
}
header {
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: rgba(218, 41, 28, 1);
    z-index: 9999;
}
.wrapper {
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 122px;
    padding-bottom: 75px;
    /*flex: 1;*/
}
.wrapper.home {
    padding-top: 0px;
    padding-bottom: 0px;
}
.wrapper:after {
    /*height: 237px;*/
}
.wrapper.foodservice_selected {
    /*background-color: #FFF3DF;*/
}
.wrapper.main_nav {

}
.mobile {
    display: none;
}
.desktop {
    /*display: block !important;*/
}
img {
    width: 100%;
    height: auto;
}
p,
h5 {
    font-family: "p22-underground",sans-serif;
    font-size: 23px;
    color: rgba(79, 44, 29, 1);
    margin-bottom: 24px;
}
p > span {
    color: rgba(218, 41, 28, 1);
}
ul {
    font-family: "p22-underground",sans-serif;
    list-style: none;
    line-height: 25px;
	color: rgb(79, 44, 29);
    /*display: inline-block;*/
}
.foodservice ul,
.product_data ul {
    list-style: disc;
}
.product_data ul {
    margin-bottom: 24px;
}
li {
    margin-bottom: 11px;
    margin-left: 11px;
    position: relative;
}
.foodservice ul li {
    margin-left: 17px;
}
li:before  {
    /*content:"\2219";
    font-size: 26px;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: -16px;*/
}
li:not(li.products)  {
    /*content:"\2219";
    font-size: 26px;
    line-height: 0;
    position: absolute;
    top: 8px;
    left: -16px;*/
}
h1 {
    font-family: "cronos-pro",sans-serif;
    font-weight: 700;
    font-size: 75px;
    color: rgba(218, 41, 28, 1);
}
h4,
.ingredients span {
    font-family: "p22-underground",sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 22px;
    margin-bottom: 10px;
    color: rgba(79, 44, 29, 1);
}
h5 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
label {
    display: block;
    font-family: "p22-underground",sans-serif;
    font-size: 16px;
    margin-bottom: 7px;
}
fieldset {
    margin-bottom: 23px;
}
input,
textarea {
    font-family: "p22-underground",sans-serif;
    width: calc(100% - 40px);
    padding: 0 0;
    margin: 0 0;
    border: none;
    background-color: rgba(253, 223, 207, 1);
    padding: 20px 20px;
    -webkit-appearance: none;
    /*border-top: solid 1px rgba(207, 174, 159, 1);*/
    -webkit-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.3);
    -webkit-border-radius: 0px;
}
textarea {
    height: 240px;
}
input[type="button"] {
    width: 100%;
    background-color: rgba(218, 41, 28, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    letter-spacing: 5px;
    font-weight: 600;
    padding-bottom: 15px;
    cursor: pointer;
    box-shadow: none;
}
#logo_svg {
    width: 200px;
    /*width: 100%;*/
}
.contact_us input[type="button"] {
    font-family: "cronos-pro",sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}
#content a {
    color: rgba(218, 41, 28, 1);
}
.large > a,
.medium > a {
    /*font-family: "cronos-pro",sans-serif;
    color: rgba(218, 41, 28, 1);
    font-size: 38px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;*/
    text-decoration: none;
    display: block;
}
.medium > a {
    font-size: 24px;
}
.medium {
    /*float: left;*/
}
.vertical {
    display: inline-block;
    /*transform: rotate(-90deg);*/
}
#main_nav {
    display: block;
    text-align: center;
    padding-left: 108px;
    padding-right: 108px;
}
#main_nav > .mobile_menu_wrapper > ul {
    font-family: "cronos-pro",sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 18px;
    text-transform: uppercase;
    list-style-type: none;
    padding: 0 0;
    margin: 0 0;
    display: table;
    width: 100%;
    height: 122px;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}
#main_nav li {
    display: table-cell;
    vertical-align: middle;
    padding-right: 50px;
    position: relative;
}
#main_nav li:last-child {
    padding-right: 0px;
}
#main_nav .logo {
    width: 100%;
    text-align: left;
}
#main_nav .logo img {
    width: 100%;
    max-width: 202px;
}
#main_nav a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}
.pulldown-toggle:hover .pulldown {
    display: block;
}
.pulldown {
    position: absolute;
    top: 122px;
    background-color: rgba(218, 41, 28, 1);
    padding: 0 20px 20px 20px;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    display: none;
    overflow: auto;
    max-height: calc(100vh - 122px - 40px); /* screen height minus top offset minus padding */
}
.pulldown li {
    display: block !important;
    margin: 0px 0px;
    padding: 0px 0px;
}
.pulldown li:not(.pulldown_header) {
    margin-left: 10px;
}
.pulldown_header {
    font-family: "cronos-pro",sans-serif;
    font-weight: 700;
    margin-top: 12px !important;
    margin-bottom: 7px !important;
    color: rgba(255, 243, 223, 1);
}
.pulldown_header:first-child {
    margin-top: 0px !important;
}
.pulldown a {
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
}
svg.pulldown_arrow {
    transform: rotate(180deg);
    width: 12px;
    margin-top: -2px;
    margin-left: 5px;
    display: inline-block;
}
#content {
    padding-bottom: 54px;
    /*margin-top: 172px;*/
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 25px;
    padding-left: 25px;
}
#content.recipe_detail {
    max-width: 1018px;
}
#content.contact_us,
#content.portal {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
}
#content.home {
    /*margin-top: 0px;*/
}
#content.privacy_policy,
#content.terms_of_use,
#content.do_not_sell,
#content.faq {
    max-width: 555px;
    /*padding-left: 25px;
    padding-right: 25px;*/
}
#content.news_post {
    max-width: 1366px;
}
#content.where_to_buy .row {
    text-align: center;
}
#content.where_to_buy .row_01 {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    /*padding-left: 25px;
    padding-right: 25px;*/
}
#content.where_to_buy img.where_to_buy {
    margin-top: 30px;
    max-width: 882px;
    width: 100%;
    /*width: 882px;
    margin-left: auto;
    margin-right: auto;*/
}
#content.foodservice .row_02 {
    margin-bottom: 70px;
}
#content.foodservice .row_03,
#content.foodservice .row_04,
#content.foodservice .row_05 {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
}
#content.foodservice .row_05 {
    margin-top: 30px;
}
#content.foodservice .row_03 {
    margin-top: 25px;
    margin-bottom: 17px;
}
#content.news {
    max-width: 963px;
}
#content.news .row_01 + hr {
    margin-top: 0px;
}
#content.foodservice .row_01,
#content.foodservice .row_03,
#content.foodservice .row_05,
#content.recipe_detail .row {
    text-align: center;
}
.home_slider {
    height: 564px;
    margin-top: 122px;
}
.swiper-slide > img {
    width: 100%;
    height: auto;
}
.slide_01 {
    background-image: url("../img/header_01.jpg");
    background-size: cover;
    background-position: center;
}
.slide_02 {
    background-image: url("../img/header_02.jpg");
    background-size: cover;
    background-position: center;
}
.slide_03 {
    background-image: url("../img/header_03.jpg");
    background-size: cover;
    background-position: center;
}
.slide_04 {
    background-image: url("../img/header_04.jpg");
    background-size: cover;
    background-position: center;
}
.slide_05 {
    background-image: url("../img/header_05.jpg");
    background-size: cover;
    background-position: center;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 17px;
}
.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    border: 1px solid white;
    border-radius: 100%;
    background: transparent;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(0, 0, 0, 0.35);
}
.header_copy {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    max-width: 1366px;
    margin: 0 auto;
    position: relative;
}
.slide_02 .header_copy {
    /*max-width: 1366px;
    margin: 0 auto;
    position: relative;*/
}
.slide_02 .copy_container {
    position: absolute;
    right: 3%;
}
.slide_03 .copy_container {
    position: absolute;
    left: 3%;
}
.slide_04 .copy_container {
    position: absolute;
    right: 3%;
}
.slide_05 .copy_container {
    position: absolute;
    left: 3%;
}
.header_copy p {
    font-family: "cronos-pro",sans-serif;
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 80px;
}
.header_copy p.white > span {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(218, 41, 28, 1);
    padding: 0px 20px;
}
.header_copy p.red > span {
    /*color: rgba(255, 255, 255, 1);*/
    background-color: rgba(253, 223, 207, 1);
    padding: 0px 20px;
}
.hero.foodservice {
    background-image: url(../img/header_foodservice.jpg);
    background-size: cover;
    background-position: center center;
    height: 564px;
}
footer {
    background-color: rgba(218, 41, 28, 1);
    color: rgba(255, 255, 255, 1);
    font-family: "cronos-pro",sans-serif;
    font-weight: 400;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
}
footer a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}
.social {
    margin-bottom: 35px;
}
.social i {
    font-size: 23px;
    color: rgba(218, 41, 28, 1);
}
.social a {
    display: block;
    width: 33px;
    height: 33px;
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.social li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}
.sub_nav {
    margin-bottom: 13px;
    font-size: 15px;
}
.sub_nav li {
    display: inline-block;
    margin-left: 26px;
    margin-bottom: 10px;
}
.sub_nav_top li {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 0px;
    margin-bottom: 24px;
    letter-spacing: 2px;
    margin-left: 22px;
}
.social li:last-child,
.sub_nav li:last-child {
    margin-right: 0px;
}
.social li:first-child,
.sub_nav li:first-child,
.sub_nav_top li:first-child {
    margin-left: 0px;
}
footer .sub_nav_top {
    font-family: cronos-pro, sans-serif;
}
#copyright {
    font-size: 13px;
    font-family: "p22-underground",sans-serif;
}
.privacy_policy {
    margin-left: 0px;
}
.privacy_policy ul {
    list-style: disc;
}
.privacy_policy ol {
    list-style: lower-alpha;
}
.privacy_policy li {
    margin-left: 15px;
}
#arrow {
    /*transform: rotate(90deg);*/
    width: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
}
.medium #arrow {
    width: 15px;
    margin-top: 8px;
}
#arrow line,
#arrow polyline {
    stroke: rgba(218, 41, 28, 1);
}
.row {
    position: relative;
    clear: both;
}
.row p {
    line-height: 35px;
}
.row_01 {
    margin-top: 60px;
    /*padding-left: 63px;*/
    /*padding-top: 60px;*/
}
.heritage {
    float: left;
    width: 46.19%;
    padding-top: 62px;
    /*padding-left: 53px;*/
}
.heritage > p {
    max-width: 432px;
    margin-left: 53px;
    padding-right: 25px;
}
.heritage h1 {
    font-size: 36px;
    max-width: 420px;
    margin-left: 53px;
    padding-right: 25px;
    margin-bottom: 26px;
    line-height: 47px;
}
.home .row_01 > h1 {
    position: absolute;
    right: 197px;
    top: 37px;
}
.home .row_02 {
    margin-top: 25px;
}
.home .row_03 {
    margin-top: 55px;
}
div.home_01 {
    float: left;
    width: calc(53.81% - 93px);
    height: 407px;
    border: 15px solid rgba(255, 243, 223, 1);
    background-image: url("../img/home_01.jpg");
    background-position: center center;
    background-size: cover;
    margin-left: 63px;
}
div.home_01 > .background {
    width: 642px;
    height: 407px;
    border: 15px solid rgba(255, 243, 223, 1);
    background-image: url("../img/home_01.jpg");
    margin-left: 63px;
}
div.home_01 > img {
    /*width: calc(100% - 93px);
    max-width: 642px;
    border: 15px solid rgba(255, 243, 223, 1);
    float: left;
    margin-left: 63px;*/
}
div.creampuff {
    float: left;
    width: 30.16%;
    /*height: 175px;*/
    margin-top: 155px;
    position: relative;
}
div.creampuff > img {
    width: calc(100% - 67px);
    max-width: 283px;
    margin-left: 67px;
    margin-top: 16%;
    z-index: 10;
}
.creampuff_scroll_1,
.creampuff_scroll_2 {
    /*display: none;*/
    position: absolute;
    top: 0px;
}
.creampuff_scroll_2 {
    opacity: 0;
}
p.creampuff {
    float: left;
    width: 30.23%;
    margin-top: 120px;
}
div.eclair {
    float: left;
    width: 39.60%;
    height: 262px;
    /*padding-bottom: 73px;*/
    /*text-align: right;*/
    position: relative;
}
div.eclair > img {
    width: calc(100% - 50px);
    max-width: 339px;
    /*margin-right: 50px;*/
    position: absolute;
    z-index: 10;
    right: 50px;
    margin-right: 0px;
}
div.eclair > svg {
    position: absolute;
}
#burst_1 {
    width: 23%;
    left: 36%;
    top: -50px;
}
#burst_2 {
    width: 12%;
    left: 20%;
    top: -7%;
}
#burst_3 {
    width: 33%;
    top: 27%;
    left: 6.5%;
}
p.eclair {
    float: right;
    max-width: 447px;
    text-align: right;
    margin-right: 132px;
    margin-top: 70px;
}
div.home_02 {
    float: left;
    width: 37.48%;
}
div.home_02 > img {
    width: calc(100% - 86px);
    max-width: 426px;
    margin-right: 86px;
}
.confections {
    float: left;
    width: 51.61%;
    margin-top: 145px;
}
.confections > p {
    /*width: calc(100% - 243px);*/
    margin-right: 10%;
    max-width: 462px;
}
.row_03 > .arrow {
    float: left;
    width: 10.91%;
}
.column {
    float: left;
    width: calc(50% - 15px);
    max-width: 668px;
}
.column:first-child {
    padding-right: 15px;
}
.column:last-child {
    padding-left: 15px;
}
.product_data {
    float: left;
    width: calc(100% - 164px);
    max-width: 467px;
    margin-top: 57px;
}
.product_detail .medium {
    float: left;
    /*width: 20%;*/
    min-width: 144px;
    padding-right: 20px;
    text-align: right;
    position: fixed;
    top: 40%;
}
.product_detail h1 {
    font-size: 32px;
    line-height: 36px;
}
.product_image {
    max-width: 634px;
    width: 100% !important;
    /*margin-left: 34px;
    text-align: center;*/
}
.product_image_main {
    max-width: 100%;
    /*border: 1px solid red;*/
}
.product_image_tab {
    /*display: none;*/
}
.product_image_tab.active {
    display: block;
}
.product_detail p {
    font-size: 16px;
    line-height: 25px;
}
.counts {
    margin-top: 24px;
    margin-bottom: 24px;
}
.retail_foodservice_toggle li {
    /*float: left;*/
}
.retail_foodservice_toggle a.active {
    background-color: rgba(218, 41, 28, 1);
    color: rgba(255, 255, 255, 1) !important;
}
.thumbnails a,
.thumb {
    display: block;
    width: 64px !important;
    height: 64px;
    position: relative;
    /*background-color: rgba(255, 255, 255, 1);*/
}
.thumbnails a:after,
.thumb:after {
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    background-color: rgba(79, 44, 29, .2);
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.thumbnails a.active {
    border: 1px solid rgba(218, 41, 28, 1);
}
.thumbnails a.active:after {
    background-color: transparent;
}
.thumbnails a:hover:after {
    background-color: transparent;
}
.thumbnails > li,
.counts > li,
.retail_foodservice_toggle > li {
    /*float: left;*/
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.counts > li:last-child {
    margin-right: 0px;
}
.thumbnails > li {
    margin-right: 18px;
}
.thumbnails > li:last-child {
    margin-right: 0px;
}
.retail_foodservice_toggle > li {
    margin-right: 1px;
    /*margin-bottom: 0px;
    margin-left: 0px;*/
}
.retail_foodservice_toggle > li:last-child {
    margin-right: 0px;
}
.thumbnails {
    text-align: center;
}
.counts {
    margin-top: 19px;
}

.product_detail[data-product-name='Belgian Mini Eclairs'] .product_image_tab[data-count='30'] .thumb_1 a {
    background-image: url("../img/products/belgian_mini_eclairs_30ct.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Eclairs'] .product_image_tab[data-count='30'] .thumb_2 a {
    background-image: url("../img/products/belgian_mini_eclairs_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Eclairs'] .product_image_tab[data-count='50'] .thumb_1 a {
    background-image: url("../img/products/belgian_mini_eclairs_50ct.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Eclairs'] .product_image_tab[data-count='50'] .thumb_2 a {
    background-image: url("../img/products/belgian_mini_eclairs_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Eclairs'] .product_image_tab[data-count='285'] .thumb_1 a {
    background-image: url("../img/products/belgian_mini_eclairs_285ct.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Eclairs'] .product_image_tab[data-count='285'] .thumb_2 a {
    background-image: url("../img/products/belgian_mini_eclairs_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Custard Eclairs'] .product_image_tab[data-count='4'] .thumb_1 a {
    background-image: url("../img/products/custard_eclairs_4ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Custard Eclairs'] .product_image_tab[data-count='4'] .thumb_2 a {
    background-image: url("../img/products/custard_eclairs_4ct_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Custard Eclairs'] .product_image_tab[data-count='10'] .thumb_1 a {
    background-image: url("../img/products/custard_eclairs_10ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Custard Eclairs'] .product_image_tab[data-count='10'] .thumb_2 a {
    background-image: url("../img/products/custard_eclairs_10ct_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Caramel Eclairs'] .product_image_tab[data-count='4'] .thumb_1 a {
    background-image: url("../img/products/caramel_eclairs_4ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Caramel Eclairs'] .product_image_tab[data-count='4'] .thumb_2 a {
    background-image: url("../img/products/caramel_eclairs_4ct_1.jpg");
    background-size: cover;
    background-position: center center;
}

.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='30'] .thumb_1 a {
    background-image: url("../img/products/belgian_mini_cream_puffs_30ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='30'] .thumb_2 a {
    background-image: url("../img/products/belgian_mini_cream_puffs_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='50'] .thumb_1 a {
     background-image: url("../img/products/belgian_mini_cream_puffs_50ct.jpg");
     background-size: cover;
     background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='50'] .thumb_2 a {
    background-image: url("../img/products/belgian_mini_cream_puffs_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='100'] .thumb_1 a {
    background-image: url("../img/products/belgian_mini_cream_puffs_100ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='100'] .thumb_2 a {
    background-image: url("../img/products/belgian_mini_cream_puffs_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='120'] .thumb_1 a {
    background-image: url("../img/products/belgian_mini_cream_puffs_120ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='120'] .thumb_2 a {
    background-image: url("../img/products/belgian_mini_cream_puffs_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='320'] .thumb_1 a {
    background-image: url("../img/products/belgian_mini_cream_puffs_320ct_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='320'] .thumb_2 a {
    background-image: url("../img/products/belgian_mini_cream_puffs_320ct_2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Cream Puffs'] .product_image_tab[data-count='320'] .thumb_3 a {
    background-image: url("../img/products/belgian_mini_cream_puffs_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Chocolate Cream Puffs'] .product_image_tab[data-count='20'] .thumb_1 a {
    background-image: url("../img/products/belgian_mini_chocolate_cream_puffs_20ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Mini Chocolate Cream Puffs'] .product_image_tab[data-count='20'] .thumb_2 a {
    background-image: url("../img/products/belgian_mini_chocolate_cream_puffs_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Mini Chocolate Mousse'] .product_image_tab[data-count='6'] .thumb_1 a {
    background-image: url("../img/products/mini_chocolate_mousse_6ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Mini Chocolate Mousse'] .product_image_tab[data-count='6'] .thumb_2 a {
    background-image: url("../img/products/mini_chocolate_mousse_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Mini Chocolate Mousse'] .product_image_tab[data-count='18'] .thumb_1 a {
    background-image: url("../img/products/mini_chocolate_mousse_18ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Mini Chocolate Mousse'] .product_image_tab[data-count='18'] .thumb_2 a {
    background-image: url("../img/products/mini_chocolate_mousse_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Belgian Coconut Macaroons'] .product_image_tab[data-count='6'] .thumb_1 a {
    background-image: url("../img/products/chocolate_belgian_coconut_macaroons_6ct_1.jpg");
     background-size: cover;
     background-position: center center;
 }
.product_detail[data-product-name='Chocolate Belgian Coconut Macaroons'] .product_image_tab[data-count='6'] .thumb_2 a {
    background-image: url("../img/products/chocolate_belgian_coconut_macaroons_6ct_2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Belgian Coconut Macaroons'] .product_image_tab[data-count='6'] .thumb_3 a {
    background-image: url("../img/products/chocolate_belgian_coconut_macaroons_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Belgian Coconut Macaroons'] .product_image_tab[data-count='20'] .thumb_1 a {
    background-image: url("../img/products/chocolate_belgian_coconut_macaroons_20ct.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Belgian Coconut Macaroons'] .product_image_tab[data-count='20'] .thumb_2 a {
    background-image: url("../img/products/chocolate_belgian_coconut_macaroons_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Belgian Coconut Macaroons'] .product_image_tab[data-count='24'] .thumb_1 a {
    background-image: url("../img/products/chocolate_belgian_coconut_macaroons_24ct_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Belgian Coconut Macaroons'] .product_image_tab[data-count='24'] .thumb_2 a {
    background-image: url("../img/products/chocolate_belgian_coconut_macaroons_24ct_2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Belgian Coconut Macaroons'] .product_image_tab[data-count='24'] .thumb_3 a {
    background-image: url("../img/products/chocolate_belgian_coconut_macaroons_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Belgian Coconut Macaroons'] .product_image_tab[data-count='40'] .thumb_1 a {
    background-image: url("../img/products/chocolate_belgian_coconut_macaroons_40ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Belgian Coconut Macaroons'] .product_image_tab[data-count='40'] .thumb_2 a {
    background-image: url("../img/products/chocolate_belgian_coconut_macaroons_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Coconut Macaroons'] .product_image_tab[data-count='6'] .thumb_1 a {
    background-image: url("../img/products/belgian_coconut_macaroons_6ct_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Coconut Macaroons'] .product_image_tab[data-count='6'] .thumb_2 a {
    background-image: url("../img/products/belgian_coconut_macaroons_6ct_2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Coconut Macaroons'] .product_image_tab[data-count='6'] .thumb_3 a {
    background-image: url("../img/products/belgian_coconut_macaroons_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Coconut Macaroons'] .product_image_tab[data-count='24'] .thumb_1 a {
    background-image: url("../img/products/belgian_coconut_macaroons_24ct_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Coconut Macaroons'] .product_image_tab[data-count='24'] .thumb_2 a {
    background-image: url("../img/products/belgian_coconut_macaroons_24ct_2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Coconut Macaroons'] .product_image_tab[data-count='24'] .thumb_3 a {
    background-image: url("../img/products/belgian_coconut_macaroons_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Coconut Macaroons'] .product_image_tab[data-count='40'] .thumb_1 a {
    background-image: url("../img/products/belgian_coconut_macaroons_40ct_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Coconut Macaroons'] .product_image_tab[data-count='40'] .thumb_2 a {
    background-image: url("../img/products/belgian_coconut_macaroons_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Duo Mini Donuts'] .product_image_tab[data-count='8'] .thumb_1 a {
    background-image: url("../img/products/duo1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Duo Mini Donuts'] .product_image_tab[data-count='8'] .thumb_2 a {
    background-image: url("../img/products/duo2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Large Filled Donuts Assortment'] .product_image_tab[data-count='36'] .thumb_1 a {
    background-image: url("../img/products/lg_donuts.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Large Filled Donuts Assortment'] .product_image_tab[data-count='36'] .thumb_2 a {
    background-image: url("../img/products/lgdonut2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Large Filled Donuts Assortment'] .product_image_tab[data-count='36'] .thumb_3 a {
    background-image: url("../img/products/largedonut_thumb.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Mini Filled Donuts Assortment'] .product_image_tab[data-count='32'] .thumb_1 a {
    background-image: url("../img/products/32mini_donuts.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Mini Filled Donuts Assortment'] .product_image_tab[data-count='32'] .thumb_2 a {
    background-image: url("../img/products/minidonut2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Mini Filled Donuts Assortment'] .product_image_tab[data-count='48'] .thumb_1 a {
    background-image: url("../img/products/mini_donuts.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Mini Filled Donuts Assortment'] .product_image_tab[data-count='48'] .thumb_2 a {
    background-image: url("../img/products/minidonut2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Mini Filled Donuts Assortment'] .product_image_tab[data-count='48'] .thumb_3 a {
    background-image: url("../img/products/minidonut_thumb.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Tuxedo Dessert Assortment'] .product_image_tab[data-count='52'] .thumb_1 a {
    background-image: url("../img/products/tuxedo_desert_assortment_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Tuxedo Dessert Assortment'] .product_image_tab[data-count='52'] .thumb_2 a {
    background-image: url("../img/products/tuxedo_desert_assortment_3.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Tuxedo Dessert Assortment'] .product_image_tab[data-count='156'] .thumb_1 a {
    background-image: url("../img/products/tuxedo_desert_assortment_156ct_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Tuxedo Dessert Assortment'] .product_image_tab[data-count='156'] .thumb_2 a {
    background-image: url("../img/products/tuxedo_desert_assortment_156ct_2.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Tuxedo Dessert Assortment'] .product_image_tab[data-count='156'] .thumb_3 a {
    background-image: url("../img/products/tuxedo_desert_assortment_156ct_3.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Grab & Go Macarons'] .product_image_tab[data-count='4'] .thumb_1 a {
    background-image: url("../img/products/macarons_4ct_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Grab & Go Macarons'] .product_image_tab[data-count='4'] .thumb_2 a {
    background-image: url("../img/products/macarons_4ct_2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Grab & Go Macarons'] .product_image_tab[data-count='6'] .thumb_1 a {
    background-image: url("../img/products/macarons_6ct_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Grab & Go Macarons'] .product_image_tab[data-count='6'] .thumb_2 a {
    background-image: url("../img/products/macarons_4ct_2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Grab & Go Macarons'] .product_image_tab[data-count='10'] .thumb_1 a {
    background-image: url("../img/products/macarons_10ct_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Grab & Go Macarons'] .product_image_tab[data-count='10'] .thumb_2 a {
    background-image: url("../img/products/macarons_4ct_2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Heart-shaped Macarons'] .product_image_tab[data-count='8'] .thumb_1 a {
    background-image: url("../img/products/hsmacaron1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Heart-shaped Macarons'] .product_image_tab[data-count='8'] .thumb_2 a {
    background-image: url("../img/products/hsmacaron2.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Macarons'] .product_image_tab[data-count='12'] .thumb_1 a {
    background-image: url("../img/products/macarons_12ct_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Macarons'] .product_image_tab[data-count='12'] .thumb_2 a {
    background-image: url("../img/products/macarons_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Macarons'] .product_image_tab[data-count='36'] .thumb_2 a {
    background-image: url("../img/products/macarons_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Macarons'] .product_image_tab[data-count='36'] .thumb_1 a {
    background-image: url("../img/products/macarons_36ct_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Macarons'] .product_image_tab[data-count='200'] .thumb_1 a {
    background-image: url("../img/products/macarons_200ct_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Macarons'] .product_image_tab[data-count='200'] .thumb_2 a {
    background-image: url("../img/products/macarons_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Macarons — Celebration Assortment'] .product_image_tab[data-count='240'] .thumb_1 a {
    background-image: url("../img/products/macarons_celebration_200ct_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Macarons — Celebration Assortment'] .product_image_tab[data-count='240'] .thumb_2 a {
    background-image: url("../img/products/macarons_celebration_1.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Macarons'] .product_image_tab[data-count='12'] .thumb_1 a {
    background-image: url("../img/products/chocolate_macarons_12ct.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Macarons'] .product_image_tab[data-count='12'] .thumb_2 a {
    background-image: url("../img/products/chocolate_macarons_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Macarons'] .product_image_tab[data-count='36'] .thumb_1 a {
    background-image: url("../img/products/chocolate_macarons_36ct.jpg");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Chocolate Macarons'] .product_image_tab[data-count='36'] .thumb_2 a {
    background-image: url("../img/products/chocolate_macarons_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Gluten Free Mini Cream Puffs'] .product_image_tab[data-count='18'] .thumb_1 a {
    background-image: url("../img/products/belgian_gluten_free_mini_cream_puffs_18ct.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Gluten Free Mini Cream Puffs'] .product_image_tab[data-count='18'] .thumb_2 a {
    background-image: url("../img/products/belgian_gluten_free_mini_cream_puffs_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Gluten Free Mini Eclairs'] .product_image_tab[data-count='15'] .thumb_1 a {
    background-image: url("../img/products/belgian_gluten_free_mini_eclairs_15ct.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Belgian Gluten Free Mini Eclairs'] .product_image_tab[data-count='15'] .thumb_2 a {
    background-image: url("../img/products/belgian_gluten_free_mini_eclairs_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Ghirardelli Double Chocolate Mini Eclairs'] .product_image_tab[data-count='20'] .thumb_1 a {
    background-image: url("../img/products/ghirardelli_double_chocolate_mini_eclairs_20ct.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Ghirardelli Double Chocolate Mini Eclairs'] .product_image_tab[data-count='20'] .thumb_2 a {
    background-image: url("../img/products/ghirardelli_double_chocolate_mini_eclairs_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Ghirardelli Double Chocolate Mini Eclairs'] .product_image_tab[data-count='40'] .thumb_1 a {
    background-image: url("../img/products/ghirardelli_double_chocolate_mini_eclairs_40ct_1.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Ghirardelli Double Chocolate Mini Eclairs'] .product_image_tab[data-count='40'] .thumb_2 a {
    background-image: url("../img/products/ghirardelli_double_chocolate_mini_eclairs_40ct_2.png");
    background-size: cover;
    background-position: center center;
}
.product_detail[data-product-name='Ghirardelli Double Chocolate Mini Eclairs'] .product_image_tab[data-count='40'] .thumb_3 a {
    background-image: url("../img/products/ghirardelli_double_chocolate_mini_eclairs_40ct_3.png");
    background-size: cover;
    background-position: center center;
}

.product_image_container {
    /*width: 633px;*/
    height: 470px;
}
.counts > li {
    margin-bottom: 2px;
}
.counts a,
.retail_foodservice_toggle a {
    color: rgba(218, 41, 28, 1);
    display: block;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.counts a {
    font-size: 13px;
    padding: 9px 12px;
    /*padding: 9px 21px;*/
    /*background-color: rgba(255, 243, 223, 1);*/
    background-color: rgba(253, 223, 207, 1);
    font-family: "cronos-pro",sans-serif;
}
.counts a.active {
    color: rgba(253, 253, 253, 1) !important;
    background-color: rgba(218, 41, 28, 1);
}
.counts a:not(.active):hover {
    background-color: rgba(246, 232, 208, 1);
}
.retail_foodservice_toggle a {
    font-size: 16px;
    padding: 9px 15px 8px 15px;
    background-color: rgba(253, 223, 207, 1);
    font-family: "cronos-pro",sans-serif;
}
.retail_foodservice_toggle a:not(.active):hover {
    background-color: rgba(249, 204, 189, 1);
}
.nutritional_facts,
.ingredients {
    margin-top: 23px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(79, 44, 29, 1);
}
.nutritional_facts {
    margin-top: 36px;
}
.nutritional_facts > a,
.ingredients > a {
    display: block;
    position: relative;
    font-family: "cronos-pro",sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(79, 44, 29, 1);
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.nutritional_facts > a:hover,
.ingredients > a:hover {
    color: rgba(218, 41, 28, 1);
}
.arrow_2 {
    width: 11px;
    position: absolute;
    right: 0px;
    top: 3px;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.arrow_2 polyline {
    stroke: rgba(79, 44, 29, 1);
    -webkit-transition: stroke .3s;
    -moz-transition: stroke .3s;
    -o-transition: stroke .3s;
    transition: stroke .3s;
}
.nutritional_facts > a:hover polyline,
.ingredients > a:hover polyline {
    stroke: rgba(218, 41, 28, 1);
}
.nutritional_facts.open,
.ingredients.open {
    /*padding-bottom: 23px;*/
}
.slide_container {
    margin-bottom: 14px;
    margin-top: 20px;
}
.nutrition {
    max-width: 208px;
}
.nutritional_facts.tuxedo_dessert_assortment .nutrition {
    margin-bottom: 30px;
}
.nutritional_facts.tuxedo_dessert_assortment .nutrition:last-child {
    margin-bottom: 0px;
}
.ingredients p {
    /*display: none;*/
    font-size: 14px;
    line-height: 22px;
}
.ingredients p > strong {
    text-transform: uppercase;
}
.arrow_2.flip {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
#contact_us_vertical {
    width: 16px;
}
#contact_us_vertical_arrow,
#horizontal_arrow {
    width: 31px;
}
.products_horizontal,
.contact_us_horizontal {
    clear: both;
    text-align: center;
    margin-top: 30px;
}
.products_horizontal svg,
.contact_us_horizontal svg {
    margin-top: -6px;
}
.products_horizontal a,
.contact_us_horizontal a {
    font-family: "cronos-pro",sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 2px;
    color: rgba(218, 41, 28, 1);
}
.slide_container {
    display: none;
}
#products_vertical {
    width: 24px;
    display: inline-block;
}
#products_vertical_arrow {
    width: 49px;
    margin-left: 19px;
}
.home .vertical {
    margin-top: 105px;
}
.products .row,
.foodservice .row {
    margin-left: 75px;
    margin-right: 75px;
}
.products h1,
.sub_page h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 60px;
}
.products .row_02 h1 {
    margin-top: 40px;
    margin-bottom: 45px;
}
.product h3,
.product p {
    font-size: 16px;
    font-family: "p22-underground",sans-serif;
    font-weight: 700;
    color: rgba(218, 41, 28, 1);
    background-color: rgba(255, 255, 255, 1);
    webkit-transition: color .3s;
    -moz-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}
.product h3 {
    padding-top: 20px;
    padding-bottom: 8px;
}
.product p {
    font-weight: normal;
    color: rgba(79, 44, 29, 1);
    line-height: normal;
}
.foodservice .product p {
    margin-bottom: 0px;
}
.foodervice_counts {
    color: rgba(218, 41, 28, 1) !important;
    letter-spacing: 2px;
    font-family: "cronos-pro",sans-serif !important;
    font-size: 13px !important;
    text-transform: uppercase;
    padding-top: 7px;
}
.foodervice_counts > span {
    font-weight: 700;
}
.sub_page p {
    font-size: 16px;
    line-height: 24px;
}
.product {
    float: left;
    width: calc(50% - 20px);
    padding-left: 10px;
    padding-right: 10px;
}
#content.foodservice .product:nth-child(odd) {
    margin-top: 0px;
}
#content.foodservice .product:nth-child(even) {
    margin-top: 130px;
}
.product a {
    text-decoration: none;
    display: block;
    max-width: 431px;
    margin-left: auto;
    margin-right: auto;
    webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.product a:hover p {
    color: rgba(218, 41, 28, 1)
}
.product a:hover {
    background-color: rgba(255, 243, 223, 1);
}
.product a:hover h3,
.product a:hover p {
    background-color: rgba(255, 255, 255, 1);
}
.foodservice .product a:hover {
    background-color: transparent;
}
.foodservice .product a:hover h3,
.foodservice .product a:hover p {
    background-color: transparent;
}
.product img {
    width: 100%;
    height: auto;
    display: block;
}
.product:nth-child(even) {
    margin-top: 135px;
}
.product:nth-child(odd),
.recipe:nth-child(odd) {
    margin-top: -35px;
}
.recipe:first-child {
    /*margin-top: 0px;*/
}
.recipes_container {
    padding-top: 35px;
}
.recipes_container a {
    position: relative;
    /*background-image: url("../img/icon_recipe_video.svg");*/
}
#icon_video {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 46px;
    height: 46px;
}
.recipe h3,
.recipe p {
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
    padding: 0;
    margin: 0;
}
.recipe h3 {
    font-size: 22px;
    letter-spacing: .05em;
}
.recipe p {
    font-size: 18px;
    font-family: "cronos-pro",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    margin-top: 7px;
}
.recipe a:hover h3,
.recipe a:hover p {
    background-color: transparent;
    color: rgba(255, 255, 255, 1);
}
.recipe a:hover {
    background-color: rgba(218, 41, 28, 1);
}
.recipe #horizontal_arrow {
    margin-top: -3px;
    margin-left: 3px;
}
.recipe_detail .row_01 p {
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
}
.recipe_detail .row_01 h1 {
    margin-bottom: 30px;
}
.video_wrapper {
    position: relative;
    /*padding-bottom: 56.25%;
    padding-top: 25px;*/
    padding-top: 56.25%;
    height: 0;
    margin-bottom: 70px;
    text-align: right !important;
    font-family: "p22-underground",sans-serif;
    font-size: 14px;
}
.recipe_detail .image_wrapper {
    font-family: "p22-underground",sans-serif;
    font-size: 14px;
}
.video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.recipe_ingredients,
.recipe_directions {
    text-align: left;
}
.recipe_ingredients h5,
.recipe_directions h5 {
    text-transform: uppercase;
    color: rgba(218, 41, 28, 1);
    letter-spacing: 2px;
    font-family: "cronos-pro",sans-serif;
}
.recipe_ingredients li {
    margin-left: 0px;
}
.recipe_ingredients li,
.recipe_directions li {
    margin-bottom: 5px;
}
.recipe_directions li {
    margin-bottom: 15px;
    margin-left: 17px;
}
.recipe_ingredients p,
.recipe_directions p {
    margin-bottom: 15px;
}
.recipe_directions ol {
    font-family: "cronos-pro",sans-serif;
    font-weight: bold;
}
.recipe_ingredients ul,
.recipe_directions ol {
    margin-bottom: 25px;
    line-height: 25px;
    color: rgba(79, 44, 29, 1) !important;
    font-family: "cronos-pro",sans-serif;
    font-size: 18px;
}
.recipe_directions ol p {
    font-weight: normal;
    font-family: "p22-underground",sans-serif;
    margin-left: 5px;
}
.recipe_detail a {
    color: rgba(79, 44, 29, 1) !important;
}
.recipe_detail .image_wrapper {
    margin-bottom: 70px;
}
.recipe_detail .image_wrapper img {
    max-width: 748px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.author {
    color: rgba(79, 44, 29, 1);
    margin-top: 15px;
    display: inline-block;
}
.recipe_detail .image_wrapper .author {
    max-width: 748px;
    width: 100%;
    text-align: right;
}
.copy_container {
    background-color: rgba(218, 41, 28, 1);
    padding: 20px 23px 17px 23px;
}
.swiper-slide .copy_container {
    background-color: transparent;
    padding: 0 0;
}
#content.news > .row > a {
    display: flex;
    text-decoration: none;
}
#content.news > .row > a:hover {
    /*text-decoration: underline;*/
}
#content.news > .row .column {
    float: none;
}
#content.news .column.images {
    min-height: 300px;
}
.metadata {
    font-family: "cronos-pro",sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    /*height: 290px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}
.metadata > p:first-child {
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(164, 151, 147, 1);
    font-family: "cronos-pro",sans-serif;
}
.metadata > h2 {
    font-size: 32px;
    color: rgba(218, 41, 28, 1);
    line-height: 35px;
    letter-spacing: 0px;
}
.read_more {
    font-size: 18px;
    color: rgba(218, 41, 28, 1);
    position: absolute;
    bottom: 30px;
    margin-bottom: 0px;
    align-self: baseline;
    font-family: "cronos-pro",sans-serif;
    font-weight: 700;
}
.no_image .read_more {
    position: relative;
    bottom: auto;
    margin-top: 30px;
}
.no_image .metadata {
    padding-top: 0px;
    padding-bottom: 0px;
}
#content.faq ul {
    margin-bottom: 40px;
}
#content.faq li {
    margin-left: 0px;
}
#content.faq li:last-child {
    margin-bottom: 0px;
}
.answer {
    margin-bottom: 24px;
}
.answer p:last-child {
    margin-bottom: 0px;
}
.question {
    margin-bottom: 12px;
}
.question:before {
    display: block;
    content: " ";
    margin-top: -150px;
    height: 150px;
    visibility: hidden;
}
#content.faq .video_wrapper {
    margin-bottom: 24px;
}
#content.news_post h1 {
    font-size: 32px;
    margin-bottom: 38px;
}
#content.news_post .date {
    font-size: 16px;
    text-transform: uppercase;
    font-family: "cronos-pro",sans-serif;
    font-weight: 700;
    color: rgba(164, 151, 147, 1);
    letter-spacing: 2px;
    text-align: center;
}
#content.news_post img {
    margin-bottom: 26px;
}
.previous_post,
.next_post {
    float: left;
    width: 82px;
    padding-left: 30px;
}
.next_post {
    float: right;
    padding-top: 27px;
}
.previous_post {
    padding-left: 0px;
    padding-right: 30px;
}
.previous_post {
    text-align: right;
}
.post_wrapper {
    float: left;
    width: calc(100% - 224px);
}
.post {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 75px;
    padding-right: 75px;
}
#previous,
#next {
    width: 19px;
}
#left_arrow {
    margin-right: 10px;
}
#right_arrow {
    margin-left: 10px;
}
.previous_next {
    position: fixed;
    top: 40%;
    width: 100%;
    left: 0px;
}
.previous_next > div {
    max-width: 1306px;
    margin-left: auto;
    margin-right: auto;
}
.previous_next a {
    text-decoration: none;
    display: block;
}

.badges {
    display: flex;
    align-items: center;
}
.badges > img {
    margin-right: 8px;
}
.badges > img:last-child {
    margin-right: 0px;
}
img.real_sugar,
img.non_gmo,
img.utz_certified,
img.gluten_free,
img.flag_usa,
img.flag_netherlands,
img.flag_france,
img.flag_belgium {
    width: 65px;
    height: auto;
}
img.kosher_dairy_k,
img.kosher {
    width: 94px;
    height: auto;
}
#destini {
    height: 680px !important;
}
.error {
    border: 2px solid red !important;
}
.mfp-content {
    max-width: 600px;
    background-color: rgba(255, 255, 255, 1);
    padding: 50px 50px;
    text-align: center;
}

.x_2 {
    display: none !important;
}
.rotate {
    animation: spin .3s normal forwards ease-in;
    animation-iteration-count: 1;
}
.burst_a,
.burst_b {
    opacity: 0;
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-30deg);
    }
}
.twinkle {
    animation: twinkle 3s infinite ease-in;
    /*display: none;*/
}
@keyframes twinkle {
    0%,
    100% {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}
.chomp {
    animation: fade .3s normal forwards ease-in;
    animation-iteration-count: 1;
}
@keyframes fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.juicer-feed li.feed-item {
    padding: 20px 20px !important;
    background: white;
}
#j-column-0 li.feed-item {
    padding-left: 0px !important;
}
#j-column-2 li.feed-item {
    padding-right: 0px !important;
}

#content.portal img {
    display: block;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.35);
    box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.15);
}
#content.portal a.brochure {
    width: calc(33.3333% - 64px);
    display: block;
    float: left;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 60px;
    text-decoration: none;
}
#content.portal .row_02 {
    margin-left: -32px;
    margin-right: -32px;
}
#content.portal a.brochure p {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: .03em;
    margin-bottom: 0px;
}

.checkbox_container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkbox_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    box-sizing:border-box;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, 1);
}
.optin_text {
    position: relative;
    top: 2px;
}
.checkbox_container:hover input ~ .checkmark {
    /*background-color: #ccc;*/
}
.checkbox_container input:checked ~ .checkmark {
    /*background-color: #2196F3;*/
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkbox_container input:checked ~ .checkmark:after {
    display: block;
}
.checkbox_container .checkmark:after {
    left: 4px;
    top: 1px;
    width: 2px;
    height: 5px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.footer_content {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 20px;
    background-color: #da291c;
}
.tailwind-css-active .footer_content {
    padding-left: 0;
    padding-right: 0;
}
.newsletter_signup {
    float: left;
    width: 40%;
}
.social_nav {
    float: left;
    width: 60%;
}
.newsletter_signup {
    text-align: left;
}
.social_nav {
    text-align: right;
}
.social a {
    text-align: center;
}
label[for="newsletter_email"],
.newsletter_signup_message {
    font-family: cronos-pro, sans-serif;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    max-width: 300px;
    margin-bottom: 10px;
    line-height: 18px;
}
.newsletter_signup_message {
    margin-bottom: 0px;
}
.newsletter_signup_message.on {
    border-left: 2px solid rgba(254, 222, 207, 1);
    padding-left: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.newsletter_disclaimer {
    font-size: 12px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 8px;
}
.newsletter_disclaimer a {
    text-decoration: underline;
}
#newsletter_email {
    font-family: "p22-underground",sans-serif;
    box-shadow: none;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 1);
    font-size: 14px;
    padding: 0 10px;
    height: 44px;
    max-width: 330px;
    margin-bottom: 24px;
}
#newsletter_email::placeholder {
    color: rgba(218, 41, 28, 1);
    line-height: 1;
}
input[name="subscribe"] {
    font-family: "cronos-pro",sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    color: rgba(218, 41, 28, 1);
    font-size: 18px;
    box-shadow: none;
    padding: 0px 10px;
    cursor: pointer;
    height: 44px;
    max-width: 120px;
    margin-bottom: 14px;
}
.job_listing ul {
    list-style: disc;
    color: rgb(79, 44, 29);
}
.job_listing li {
    margin-left: 17px;
}

.store_finder_zip {
    margin-top: 33px;
}
.store_finder_zip .error {
    border: 1px solid #da291c !important;
    border-right: none !important;
}
.store_finder_zip span.error {
    clear: both;
    font-family: "p22-underground",sans-serif;
    font-size: 12px;
    color: #da291c;
    border: none !important;
    margin-left: 11px;
    margin-top: 14px;
    display: inline-block;
    visibility: hidden;
}
input[name="zipcode"] {
    font-size: 14px;
    background-color: transparent;
    border: solid 1px #4F2C1D;
    border-right: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 16px 10px 13px 10px;
    float: left;
    width: calc(100% - 160px);
}
input[name="zipcode"]::placeholder {
    color: #da291c;
}
input[name="submit_zipcode"] {
    font-family: "cronos-pro",sans-serif;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: .1em;
    padding: 11px 22px 10px 22px;
    width: auto;
    line-height: 1;
    color: #ffffff;
    background-color: #da291c;
    cursor: pointer;
    border: solid 1px #da291c;
    float: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[name="submit"]:hover,
input[name="submit_zipcode"]:hover {
    background-color: #FDDFCF;
    border-color: #FDDFCF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #DA291C;
}
.product_contact_us {
    text-align: right;
    margin-top: 45px;
    margin-bottom: 25px;
}
.product_contact_us .contact_us_arrow {
    text-decoration: none;
}
.product_contact_us #contact_us_horizontal {
    width: 155px;
    margin-right: 5px;
}
.fsd_btn {
    margin-top: 20px;
    display: flex;
    margin-top: 20px;
    justify-content: center;
}
.fsd_btn > img {
    max-width: 325px;
}
.accept-consent-notice {
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2em;
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    #main_nav,
    .footer_content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .tailwind-css-active .footer_content {
        padding-left: 0;
        padding-right: 0;
    }
    #main_nav li {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    #main_nav,
    .footer_content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .tailwind-css-active .footer_content {
        padding-left: 0;
        padding-right: 0;
    }
    #main_nav li {
        padding-right: 20px;
        font-size: 16px;
    }
    .product_data {
        width: calc(100% - 120px);
    }
    .product_detail .medium {
        min-width: 100px;
    }
    .hero.foodservice {
        height: 250px;
    }
}
@media only screen and (max-width: 900px) {
    /*#main_nav {
        padding-left: 30px;
        padding-right: 30px;
    }*/
    #logo_svg {
        width: 150px;
    }
    .home .row_01 > h1 {
        right: 25px;
    }
    .retail_foodservice_toggle > li {
        display: block;
        margin-bottom: 2px;
        margin-right: 0px;
    }
    .product_data,
    .product_detail .medium {
        float: none;
        width: 100%;
        max-width: 100%;
    }
    .product_detail .medium {
        position: relative;
        top: 0px;
        text-align: center;
        padding-right: 0px;
    }
    .product_detail .column:last-child {
        /*padding-right: 20px;
        width: calc(50% - 35px);*/
    }
    #contact_us_vertical {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    #contact_us_vertical_arrow {
        margin-left: 80px;
        margin-top: -3px;
    }
}
@media only screen and (max-width: 830px) {
    #main_nav li {
        font-size: 13px;
    }
    div.home_01 {
        margin-left: 25px;
    }
    .slide_02 .copy_container,
    .slide_03 .copy_container,
    .slide_04 .copy_container,
    .slide_05 .copy_container {
        position: relative;
        right: unset;
        left: unset;
    }
}
@media only screen and (max-width: 768px) {
    .wrapper {
        padding-top: 80px;
    }
    #main_nav #logo_svg {
        max-width: 135px;
    }
    #main_nav > ul {
        height: 80px;
    }
    .slide_01 {
        background-image: url("../img/header_mobile_01.jpg");
        background-size: cover;
        background-position: center;
    }
    .slide_02 {
        background-image: url("../img/header_mobile_04.jpg");
        background-size: cover;
        background-position: center;
    }
    .slide_03 {
        background-image: url("../img/header_mobile_03.jpg");
        background-size: cover;
        background-position: center;
    }
    .slide_04 {
        background-image: url("../img/header_mobile_02.jpg");
        background-size: cover;
        background-position: center;
    }
    .slide_05 {
        background-image: url("../img/header_mobile_05.jpg");
        background-size: cover;
        background-position: center;
    }
    .newsletter_signup,
    .social_nav {
        width: 100%;
        float: none;
        text-align: center;
    }
    .sub_nav_stacked {
        display: flex;
        flex-direction: column;
    }
    .sub_nav_stacked > li {
        margin: 0;
        margin-bottom: 5px;
    }
    label[for="newsletter_email"],
    .newsletter_signup_message,
    input[name="subscribe"] {
        max-width: 100%;
    }
    .newsletter_signup form {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
    }
    .checkbox_container {
        text-align: left;
        line-height: 1.2em;
    }
    .social_nav {
        margin-top: 45px;
    }
    #newsletter_email {
        max-width: 100%;
        width: calc(100% - 20px);
    }
    input[name="subscribe"] {
        width: 100%;
    }
    .newsletter_disclaimer {
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 732px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none !important;
    }
    .wrapper {
        padding-top: 60px;
    }
    #main_nav {
        background-color: rgba(218, 41, 28, 1);
        text-align: left;
        padding: 35px 30px;
        /*padding-left: 30px;
        padding-right: 30px;*/
        display: none;
        overflow: scroll;
    }
    #main_nav .logo {
        display: none;
    }
    #main_nav li {
        display: block;
        font-size: 25px;
        /*padding-top: 15px;
        padding-bottom: 15px;*/
        padding-right: 0px;
        margin-left: 0px;
    }
    #main_nav li:last-child {
        /*margin-bottom: 0px;*/
    }
    #main_nav li > a {
        display: block;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .pulldown {
        display: block !important;
        position: relative;
        top: unset;
        padding-top: 14px;
        padding-bottom: 14px;
        padding-left: 10px;
        padding-right: 0px;
        overflow: hidden;
        height: auto;
        max-height: none;
    }
    .pulldown > li {
        margin-left: 12px;
    }
    .pulldown_header {
        font-size: 22px !important;
    }
    .pulldown a {
        font-size: 20px;
        white-space: normal !important;
        line-height: 25px;
    }
    .pulldown li:not(.pulldown_header) {
        margin-left: 10px !important;
    }
    header {
        height: 60px;
        text-align: center;
    }
    .mobile_logo {
        display: inline-block;
        width: 110px;
        margin-top: 11px;
    }
    .mobile_menu {
        box-sizing: border-box;
        position: absolute;
        right: 30px;
        top: 10px;
        color: rgba(255, 255, 255, 1);
        width: 30px;
        height: 18px;
        /*cursor: pointer;*/
        padding: 10px 10px;
    }
    .mobile_menu_container {
        position: relative;
    }
    .mobile_menu_bar {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background-color: rgba(255, 255, 255, 1);
    }
    .mobile_menu_bar:nth-child(2) {
        top: 8px;
    }
    .mobile_menu_bar:nth-child(4) {
        top: 16px;
    }
    .mobile_menu_bar.bar_1.ex,
    .mobile_menu_bar.bar_4.ex {
        display: none;
    }
    .mobile_menu_bar.bar_2.ex {
        transform: rotate(45deg);
    }
    .mobile_menu_bar.bar_3.ex {
        display: block !important;
        position: absolute;
        top: 8px;
        transform: rotate(-45deg);
    }
    .swiper-container {
        margin-top: 60px;
        height: calc(100vh - 60px);
    }
    .home .row_01 {
        margin-top: 35px;
    }
    div.home_01 {
        margin: 0 0;
        width: calc(100% - 80px);
        float: none;
        padding-left: 25px;
        padding-right: 25px;
    }
    .heritage {
        float: none;
        width: 100%;
        padding-top: 0px;
    }
    .heritage > p {
        max-width: 100%;
        text-align: center;
        margin-right: 53px;
        padding-right: 0px;
        margin-top: 60px;
        padding-top: 0;
        font-size: 21px;
        line-height: 30px;
    }
    .heritage h1 {
        text-align: center;
        margin-right: 53px;
        padding-right: 0px;
        max-width: 100%;
    }
    .home .row_01 > h1 {
        left: 0;
        right: 0;
        text-align: center;
        font-size: 60px;
        top: 406px;
    }
    .foodservice .row,
    .products .row {
        margin-left: 25px;
        margin-right: 25px;
    }
    .column,
    .column:first-child,
    .column:last-child {
        width: 100%;
        max-width: 100%;
        float: none;
        padding-left: 0px;
        padding-right: 0px;
    }
    #content.news > .row > a {
        display: block;
    }
    .read_more {
        position: relative;
        margin-top: 30px;
        bottom: auto;
    }
    .metadata {
        padding-bottom: 0px;
    }
    div.creampuff {
        width: 40%;
        margin-top: 0px;
    }
    p.creampuff {
        width: 60%;
        margin-top: 0px;
    }
    div.eclair {
        width: 40%;
        padding-bottom: 0px;
        clear: left;
        margin-top: 55px;
    }
    p.eclair {
        width: 60%;
        margin-right: 0px;
        text-align: left;
        margin-top: 50px;
    }
    div.creampuff > img {
        margin-left: 0px;
    }
    div.home_02 {
        width: 40%;
    }
    .confections {
        width: 60%;
        margin-top: 0px;
    }
    div.home_02 > img {
        margin-right: 30px;
        width: calc(100% - 30px);
    }
    .creampuff_scroll_1 {
        position: relative;
        top: auto;
    }
    .creampuff_scroll_2 {
        display: none;
    }
    div.eclair > img {
        right: auto;
        position: relative;
    }
    .home .vertical {
        width: 100%;
        text-align: center;
    }
    #products_vertical {
        display: none;
    }
    #products_horizontal {
        width: 150px;
        height: 45px;
        display: inline-block;
    }
    #products_vertical_arrow {
        width: 35px;
        margin-left: 7px;
        margin-top: -2px;
    }
    .burst_a,
    .burst_b {
        display: none;
    }
    .question:before {
        display: block;
        content: " ";
        margin-top: -75px;
        height: 75px;
        visibility: hidden;
    }
    #content.portal a.brochure {
        width: calc(50% - 64px);
        height: 400px;
        /*display: block;
        float: left;
        margin-left: 32px;
        margin-right: 32px;
        margin-bottom: 60px;
        text-decoration: none;*/
    }

    .store_finder_zip {
        margin-top: 55px;
    }
    .product_contact_us {
        margin-top: 55px;
    }
    .header_copy {
        position: absolute;
        bottom: 10%;
        align-items: flex-end;
        width: 100%;
    }
	.slide_01 .header_copy {
        bottom: 17%;
    }
}
[data-cookiecategory] {
    display: none;
}

@media only screen and (max-width: 590px) {
    div.home_01 {
        height: 300px;
        border-width: 10px;
        width: calc(100% - 70px);
    }
    .home .row_01 > h1 {
        top: 296px;
        font-size: 48px;
        padding-left: 15px;
        padding-right: 15px;
        line-height: 36px;
    }
    .product {
        float: none;
        width: 100%;
        margin-bottom: 100px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .product:nth-child(odd),
    .product:nth-child(even) {
        margin-top: 0px;
    }
    .product_detail .column,
    .product_detail .column:last-child {
        /*float: none;
        width: calc(100% - 40px);
        padding-right: 20px;
        padding-left: 20px;*/
    }
    .product_data {
        max-width: 100%;
        margin-top: 30px;
    }
    .product_image {
        max-width: 100%;
        margin-left: 0px;
        padding-top: 20px;
    }
    .product_detail h1 {
        text-align: center;
    }
    svg#next,
    svg#previous {
        display: none;
    }
    .next_post {
        padding-top: 0px;
    }
    .post {
        padding-left: 0px;
        padding-right: 0px;
    }
    .previous_next {
        position: relative;
        top: 17px;
    }
    .previous_post, .next_post {
        width: 40px;
    }
    .product.recipe {
        margin-bottom: 57px;
    }
    .recipe:nth-child(even) {
        margin-top: 0px;
    }
    .recipe h3 {
        font-size: 16px;
    }
    .recipe p {
        font-size: 14px;
        margin-top: 3px;
    }
    .recipe #horizontal_arrow {
        width: 18px;
        margin-right: 0px;
    }
    .copy_container {
        padding: 8px 12px 8px 12px;
    }
    #content.portal a.brochure {
        height: 350px;
    }
}
@media only screen and (max-width: 500px) {
    div.creampuff,
    div.eclair,
    div.home_02 {
        float: none;
        width: 100%;
        text-align: center;
    }
    p.creampuff,
    p.eclair,
    .confections {
        float: none;
        width: 100%;
        text-align: center;
    }
    .heritage > p {
        margin-left: 0px;
        margin-right: 0px;
    }
    div.eclair > img {
        margin-right: 0px;
        width: 100%;
    }
    div.home_02 > img {
        margin-right: 0px;
        width: 100%;
    }
    .confections > p {
        margin-right: 0px;
        width: 100%;
    }
    .home .row_01 > h1 {
        font-size: 34px;
    }
    .home p {
        font-size: 18px;
        line-height: 30px;
    }
    .header_copy p {
        font-size: 40px;
        line-height: 60px;
    }
    #content.portal .row_02 {
        margin-left: -20px;
        margin-right: -20px;
    }
    #content.portal a.brochure {
        width: calc(50% - 40px);
        height: 300px;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
    #content.portal a.brochure p {
        font-size: 18px;
        line-height: 22px;
    }
}
@media only screen and (max-width: 400px) {
    div.home_01 {
        height: 200px;
        border-width: 10px;
    }
    .home .row_01 > h1 {
        top: 196px;
        font-size: 30px;
        line-height: 24px;
        margin-top: 10px;
    }
    .products h1,
    .recipe_detail h1 {
        font-size: 30px;
    }
    .product_detail h1 {
        font-size: 30px;
    }
    footer .sub_nav li {
        display: block;
        margin-right: 0px;
        margin-left: 0px;
        margin-bottom: 20px;
    }
    .home p {
        font-size: 13px;
        line-height: 21px;
    }
    .heritage > p,
    p.creampuff,
    p.eclair,
    .confections > p {
        margin-top: 30px;
    }
    .home .vertical {
        margin-top: 0px;
    }
    .header_copy p {
        font-size: 40px;
        line-height: 60px;
    }
    .products_horizontal span {
        white-space: nowrap;
    }
    #content.portal a.brochure {
        margin-bottom: 0px;
    }
}
@media only screen and (max-width: 320px) {
    .sub_nav {
        font-size: 13px;
    }
    .sub_nav li {
        margin-right: 20px;
    }
}







/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after,
.row:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

}
