* {
  margin: 0;
  padding: 0;
}

/* Base Tags
==================================================== */
body {
  background: #d20f8c;
  color: #4d4d4f;
  font: 400 18px/22px 'futura-pt', Arial, sans-serif;
  font-kerning: auto;
  letter-spacing: 0.02em;
}

a {
  color: #d20f8c;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a:hover,
a:active {
  text-decoration: none;
  color: #f2b8c3;
}

p {
  margin-bottom: 30px;
}

* > *:last-child {
  margin-bottom: 0;
}

strong {
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.1em;
}

h1,
.h1 {
  font-size: 38px;
}

h2,
.h2 {
  font-size: 34px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 22px;
}

h6,
.h6 {
  font-size: 18px;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: bottom;
}

.content a:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

table {
  width: auto;
  border-collapse: collapse;
}

table.full {
  width: 100%;
  table-layout: fixed;
}

table td {
  vertical-align: top;
  padding: 7px 3px;
}

table tr:first-child td,
table tbody tr:first-child td {
  padding-top: 0;
}

table tr td:first-child {
  padding-left: 0;
}

table tr td:last-child {
  padding-right: 0;
}

ul,
ol {
  padding-left: 30px;
  margin-bottom: 30px;
}

ul.no-style,
ol.no-style {
  list-style: none;
  padding-left: 0;
}

ul li,
ol li {
  margin-bottom: 10px;
}

ul ul,
ol ol {
  margin: 10px 0 0;
}

ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

p + ul {
  margin-top: -15px;
}

.star-list {
  list-style-image: url(/images/li-star.png);
  margin-bottom: 50px;
}

.star-list.black {
  list-style-image: url(/images/li-star-black.png);
}

p + .star-list {
  margin-top: -10px;
}

.center-list ul {
  list-style: inside;
}

sup,
sub {
  position: relative;
  z-index: 1;
  height: 0;
  left: 3px;
  font-family: Arial, sans-serif !important;
  font-size: 50%;
  font-weight: bold;
  line-height: 1;
  vertical-align: baseline;
}

sup {
  bottom: 1.5ex;
}

sub {
  top: 0.7ex;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

hr {
  display: block;
  width: 100%;
  height: 31px;
  margin: 30px auto;
  background: #4d4d4f;
  border: none;
}

input,
select,
textarea {
  color: #4d4d4f;
  font-family: 'futura-pt', Arial, sans-serif;
}

/* Backgrounds
==================================================== */
.bg-blue {
  background-color: #44c8f5 !important;
}

a.bg-blue:hover {
  background-color: #3eb8e2 !important;
}

.bg-dark-blue {
  background-color: #00b9f1 !important;
}

.bg-dark-blue .curve {
  background-image: url(/images/curve-blue.png) !important;
}

.bg-green {
  background-color: #b3c022 !important;
}

a.bg-green:hover {
  background-color: #9eaa1e !important;
}

.bg-orange {
  background-color: #faa74a !important;
}

a.bg-orange:hover {
  background-color: #e89b44 !important;
}

.bg-orange .curve {
  background-image: url(/images/curve-orange.png) !important;
}

.bg-pink {
  background-color: #f38393 !important;
}

a.bg-pink:hover {
  background-color: #dd7685 !important;
}

.bg-purple {
  background-color: #d20f8c !important;
}

a.bg-purple:hover {
  background-color: #c01680 !important;
}

.bg-red {
  background-color: #f05b7b !important;
}

a.bg-red:hover {
  background-color: #d4506c !important;
}

.bg-red .curve {
  background-image: url(/images/curve-red.png) !important;
}

/* Borders
==================================================== */
.border10 {
  border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}

.border15 {
  border-radius: 15px !important;
  -moz-border-radius: 15px !important;
  -webkit-border-radius: 15px !important;
}

/* Buttons
==================================================== */
.button,
.content .button {
  display: inline-block;
  padding: 12px 45px;
  background: #d20f8c;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover,
a:hover .button,
.content .button:hover {
  color: #fff;
  background: #b60d79;
}

.button + .button {
  margin-left: 10px;
}

.buttons-flexwrapper {
  display: flex;
  justify-content: center;
}

.buttons-flexwrapper p {
  margin-right: 30px;
}

.buttons-flexwrapper p:last-child {
  margin-right: 0;
}

/* Fonts
==================================================== */
.font-black {
  color: #4d4d4f;
}

.font-purple,
.font-purple a {
  color: #d20f8c !important;
}

.font-purple strong,
.font-purple.title-case {
  text-transform: none;
}

.upper,
.upper.font-purple strong {
  text-transform: uppercase;
}

.font-purple a {
  text-decoration: none;
}

.font-purple a:hover {
  color: #4d4d4f !important;
}

.font16 {
  font-size: 16px;
}

.font17 {
  font-size: 17px;
}

.lower {
  text-transform: lowercase;
}

.upper {
  text-transform: uppercase;
}

/* Padding, spacing, widths
==================================================== */
.margin50 {
  margin: 50px;
}

.pad-top15 {
  padding-top: 15px;
}

.spacer {
  margin-top: 40px;
}

.width39 {
  width: 39% !important;
}

.width45 {
  width: 45% !important;
}

.width50 {
  width: 50% !important;
}

.width53 {
  width: 53% !important;
}

.width55 {
  width: 55% !important;
}

.width61 {
  width: 61% !important;
}

/* Useful Classes
==================================================== */
.hidden,
.hidden-content,
.show-phone,
.show-tablet,
.show-small {
  display: none;
}

#page-wrapper label.hidden {
  display: none !important;
}

.clear {
  clear: both;
}

.display-block {
  display: block !important;
}

.display-inline {
  display: inline !important;
}

.relative {
  position: relative;
}

.no-underline {
  text-decoration: none !important;
}

.anchor {
  display: block;
  position: relative;
  top: -75px;
  visibility: hidden;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

img.float-left {
  margin: 0 25px 25px 0;
}

img.float-right {
  margin: 0 0 25px 25px;
}

.left-half {
  float: left;
  width: 49%;
}

.right-half {
  float: right;
  width: 49%;
}

.aligntop {
  vertical-align: top !important;
}

.alignbottom {
  vertical-align: bottom !important;
}

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

.clickable {
  cursor: pointer;
}

.loading-gif {
  display: block;
  width: 40px;
  height: auto;
  margin: 20px auto;
}

.wrapper {
  clear: both;
  float: left;
  width: 100%;
}

.container {
  width: 1024px;
  height: 100%;
  margin: 0 auto;
}

/* #page-wrapper
==================================================== */
#page-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
}

/* #cakes-cta
==================================================== */
#cakes-cta {
  padding: 10px 0;
  background-color: #cac82d;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}

#cakes-cta .container {
  position: relative;
}

#cakes-cta p {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 26px;
  line-height: 1.1em;
}

#cakes-cta a {
  color: #fff;
  text-decoration: none;
}

#cakes-cta a:hover {
  color: #e2e2e2;
}

#cakes-cta .close {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -9px;
  cursor: pointer;
  font-size: 18px;
  line-height: 1em;
}

/* Header
==================================================== */
header {
  background-color: #d20f8c;
  color: #fff;
}

#main-header {
  padding-top: 15px;
}

#site-logo {
  float: left;
}

#site-logo img {
  display: block;
}

#site-logo img {
  height: 48px;
}

.mobile-icons {
  margin-top: 10px;
  font-size: 33px !important;
}

/* Fixed header */
.fixed-header header {
  position: fixed;
  z-index: 950;
  box-shadow: 0 8px 6px -6px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0 8px 6px -6px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: 0 8px 6px -6px rgba(50, 50, 50, 0.25);
}

/* Nav
==================================================== */
nav {
  float: right;
  margin: 10px 0 0 15px;
}

nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

nav li {
  position: relative;
  display: inline-block;
  margin: 0;
  font-size: 0;
  vertical-align: bottom;
}

nav ul li:first-child {
  margin-left: 0;
}

nav ul li:last-child {
  margin-right: 0;
}

nav a {
  display: block;
  padding: 15px 9px 20px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

nav .active a,
nav li:hover a,
#mobile-nav a:hover,
#mobile-nav .active a {
  color: #710c5b;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.75);
}

nav .active a span {
  border-bottom: 1px solid #fff;
  color: #fff;
}

nav .cakes-button {
  top: -12px;
}

nav .cakes-button img {
  position: absolute;
  width: 48px;
  top: -21px;
  left: 50%;
  margin-left: -24px;
}

nav .button {
  padding: 6px 8px !important;
  background-color: #fff;
  color: #d20f8c;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font-size: 16px;
}

nav .button:hover {
  background-color: #fff;
  color: #710c5b;
}

/* Subnav
==================================================== */
.subnav {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: -1%;
  width: 102%;
  padding: 5px 0;
  background-color: #d20f8c;
  overflow: hidden;
}

nav li:hover .subnav {
  display: block;
}

.fixed-header nav .subnav {
  box-shadow: 0 3px 8px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0 3px 8px rgba(50, 50, 50, 0.25);
  -webkit-box-shadow: 0 3px 8px rgba(50, 50, 50, 0.25);
}

.subnav li {
  display: block;
  margin: 15px !important;
}

.subnav li:first-child {
  margin-top: 5px !important;
}

.subnav a {
  padding: 0 !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: normal;
  text-shadow: none !important;
}

.subnav span {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

#mobile-nav .subnav .active a,
.subnav .active a,
.subnav a:hover span {
  color: #710c5b !important;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.75) !important;
}

.subnav a span {
  border-bottom: none !important;
}

.subnav .active a span {
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

/* #mobile-nav
==================================================== */
#mobile-nav {
  position: relative;
  padding: 5px 5px 0;
  background-color: #d20f8c;
}

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

#mobile-nav li {
  display: block;
  padding: 0;
  margin: 20px;
  text-align: center;
}

#mobile-nav a {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
}

#mobile-nav li .fa {
  position: absolute;
  display: inline-block !important;
  top: -8px;
  right: -40px;
  padding: 5px 10px !important;
  color: #fff !important;
  font-size: 30px !important;
  line-height: 1em !important;
}

#mobile-nav .subnav {
  display: none;
  position: relative;
  top: 0;
  left: 0 !important;
  width: 100%;
  height: auto;
  margin-top: 15px !important;
  padding: 0 !important;
  background: none !important;
}

#mobile-nav .subnav li {
  margin: 15px;
}

#mobile-nav .subnav a {
  font-size: 18px !important;
}

.nav-char {
  position: relative !important;
  display: block;
  z-index: 900;
  width: auto;
  max-width: none;
  margin: 0 auto !important;
}

.nav-chip {
  top: 7px;
}

.nav-mellow {
  top: 9px;
}

.nav-menchie {
  top: 8px;
}

.nav-sprinkle {
  bottom: auto !important;
  left: auto !important;
}

/* #mid, .content
==================================================== */
#mid {
  padding-bottom: 150px;

  /* Offset for character graphic in footer */
  background-color: #fff;
}

#mid.no-margin-top .secondary-banner:first-child {
  margin-top: 0;
}

.content {
  margin: 35px 0;
}

.content.no-margin {
  margin-top: 0 !important;
}

.content.no-margin-top {
  margin-top: -30px !important;
}

.content a {
  color: #4d4d4f;
}

.content a:hover {
  color: #d20f8c;
}

.content ul,
.content ol {
  overflow: hidden;
}

.content .button {
  line-height: 1.3em !important;
  text-align: center;
}

.row {
  margin-top: 20px;
}

.content .row:first-child {
  margin-top: 0;
}

/* Banner
==================================================== */
#banner {
  max-width: 1024px;
  margin: 0 auto 30px;
  overflow: hidden;
  text-align: center;
}

.home #banner {
  max-width: 100%;
}

#banner .hidden {
  display: none !important;
}

#banner img,
.secondary-banner {
  display: block;
  margin: 0 auto;
}

#banner .slick-slide {
  margin: 0 !important;
  outline: none !important;
}

#banner .slick-dots {
  position: relative;
  bottom: auto;
  margin: 10px 0 0;
  text-align: center;
}

#banner .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #f1b9dc;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  cursor: pointer;
  font-size: 0;
}

#banner .slick-dots li.slick-active {
  background-color: #d20f8c;
}

#banner .slick-dots li button::before {
  content: '' !important;
}

#banner .container {
  padding-top: 30px;
  max-width: 800px;
}

#banner .headline,
.headline {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
}

#banner .slick-slide img.flavors-banner {
  width: 100%;
  margin: 0 auto;
}

#banner .excerpt,
.excerpt {
  margin-top: 0;
}

#banner p {
  margin-top: 30px;
}

.no-excerpt {
  margin-top: -50px !important;
}

.secondary-banner {
  display: block;
  max-width: 1024px;
  margin: 15px auto 30px;
}

.home .secondary-banner {
  max-width: 100%;
  margin-top: 45px;
}

/* Homepage
==================================================== */
#free-froyo,
#deals-app {
  padding: 30px 0;
  margin: 45px 0;
  background-color: #f8dbe1;
}

#deals-app {
  margin-top: 75px;
}

#free-froyo .container {
  width: 780px;
}

#deals-app .container {
  width: 730px;
}

#free-froyo img {
  position: absolute;
  max-width: 42%;
  top: -52px;
  left: 0;
}

#deals-app .img {
  position: absolute;
  max-width: 100%;
  bottom: -30px;
  right: 100px;
}

#free-froyo .inner {
  margin-left: 42%;
  color: #a8076e;
}

#deals-app .inner {
  margin-right: 42%;
  color: #a8076e;
}

#free-froyo h2,
#deals-app h2,
#free-froyo .h2 {
  margin-bottom: 5px;
  font-size: 26px;
  text-transform: uppercase;
}

#free-froyo p,
#deals-app p {
  margin-bottom: 5px;
}

#free-froyo p:last-child,
#deals-app p:last-child {
  margin-bottom: 0;
}

#free-froyo .button,
#deals-app .button {
  margin: 10px 10px 0 0;
  padding: 12px 20px;
  background: none;
  border: 1px solid #a8076e;
  color: #a8076e;
  font-weight: bold;
}

#free-froyo .button:hover,
#deals-app .button:hover {
  background-color: #fff;
}

#deals-app .app-button {
  margin: 10px 10px 0 0;
}

#deals-app .app-button:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* Page title
==================================================== */
#page-title {
  margin: 35px 0;
  color: #464646;
  text-align: center;
}

#page-title h1 {
  max-width: 800px;
  margin: 0 auto;
  font-size: 34px;
  text-transform: lowercase;
}

#page-title h2 {
  margin: 0;
  font-size: 34px;
  text-transform: uppercase;
}

#page-title h6,
.loc-tagline {
  margin: 15px 0 0;
  font-size: 18px;
  font-weight: normal;
}

#page-title .month {
  display: block;
  margin-top: 15px;
}

/* Boxes with overlays
==================================================== */
.box {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.box .inner {
  display: table-row;
}

.box .cell {
  display: table-cell;
  position: relative;
  color: #fff;
}

.box .left {
  width: 55.5%;
  border-radius: 15px 0 0 15px;
  -moz-border-radius: 15px 0 0 15px;
  -webkit-border-radius: 15px 0 0 15px;
  overflow: hidden;
}

.box .left img {
  display: block;
  width: 100%;
  height: auto;
}

.box .right {
  width: 44.5%;
  background-color: #d20f8c;
  border-radius: 0 15px 15px 0;
  -moz-border-radius: 0 15px 15px 0;
  -webkit-border-radius: 0 15px 15px 0;
  vertical-align: middle;
}

.box .full {
  width: 100% !important;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.box .text {
  display: block;
  padding: 25px;
  font-size: 17px;
  line-height: 1.3em !important;
}

.box .text.more-padding {
  padding: 35px;
}

.box .curve {
  position: absolute;
  z-index: 100;
  width: 31px;
  height: 37px;
  top: 35px;
  left: -31px;
  background: url(/images/curve-purple.png) no-repeat;
}

.box .box-title {
  margin-bottom: 5px;
  font-size: 36px;
}

.box .box-title.larger {
  font-size: 41px;
}

.box .box-title.smaller {
  margin-bottom: 30px;
  font-size: 32px;
}

.box .box-subtitle {
  margin-bottom: 28px;
  font-size: 18px;
}

.box-more-hidden {
  display: none;
}

.box-toggle-overlay {
  cursor: pointer;
  text-decoration: underline;
}

.box .button {
  background-color: #fff;
  color: #d20f8c;
}

.box .button:hover {
  background-color: #e9e9e9;
  color: #d20f8c;
}

.box .inner:hover .normal {
  display: none !important;
}

.box .inner:hover .rollover {
  display: block !important;
}

.rollover .cell {
  height: 335px;
}

/* Menchie of the Month (motm)
==================================================== */
.motm-questions {
  margin-bottom: 0;
  font-size: 17px;
}

.motm-questions li {
  margin-bottom: 15px;
}

.motm-questions li:last-child {
  margin-bottom: 0;
}

.motm-quote {
  margin: 35px 0 50px;
}

.motm-trophy {
  margin: -50px 140px 0 50px !important;
}

/* Slick (slider)
==================================================== */
.cakes-slider {
  margin-top: 0;
}

.slick-slide {
  margin: 0 10px;
}

.cakes-slider .slick-slide {
  margin: 0;
}

.slick-prev,
.slick-next {
  z-index: 100;
  width: 21px !important;
  height: 23px !important;
  margin-top: 0 !important;
}

.slick-prev,
.slick-prev:hover {
  left: -25px !important;
  background: url(/images/slider-left.png) no-repeat !important;
}

.slick-next,
.slick-next:hover {
  right: -25px !important;
  background: url(/images/slider-right.png) no-repeat !important;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.slick-next:hover,
.slick-prev:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.cakes-slider .slick-prev,
.cakes-slider .slick-next {
  width: 28px !important;
  height: 47px !important;
}

.cakes-slider .slick-prev,
.cakes-slider .slick-prev:hover {
  left: 20px !important;
  background: url(/images/cakes-arrow-left.png) no-repeat !important;
}

.cakes-slider .slick-next,
.cakes-slider .slick-next:hover {
  right: 20px !important;
  background: url(/images/cakes-arrow-right.png) no-repeat !important;
}

/* Flavors and Toppings
==================================================== */
.flavors-disclaimer {
  margin-top: -30px;
  font-size: 85%;
}

.filter-dropdowns select {
  display: inline-block;
  margin-right: 10px;
  padding: 3px;
  font-size: 18px;
}

.filter-dropdowns .checkboxes {
  margin-top: 20px;
  font-size: 0;
}

.filter-dropdowns .checkboxes span {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #cecece;
  font-size: 17px;
  margin: 0 3px 3px 0;
}

.filter-dropdowns .checkboxes input {
  position: absolute;
  top: 3px;
  left: 3px;
  transform: scale(1.5, 1.5);
}

#flavors-area {
  width: 101%;
  margin-bottom: 40px;
  margin-left: -0.5%;
  margin-top: 40px;
  font-size: 0;
  text-align: center;
}

#flavors-area .flavor-cell {
  position: relative;
  display: inline-block;
  width: 24%;
  height: 250px;
  margin-bottom: 10px;
  margin-left: 0.5%;
  margin-right: 0.5%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}

#flavors-area .flavor-cell.hidden {
  display: none;
}

.flavor-cell .flavor-cell-name {
  display: table;
  width: 100%;
  height: 100%;
}

.flavor-cell .flavor-cell-name span {
  position: relative;
  z-index: 2;
  display: table-cell;
  width: 96%;
  height: 100%;
  padding: 0 2%;
  margin: 0;
  background: rgba(210, 15, 140, 0.3);
  color: #fff;
  font-size: 24px;
  line-height: 1em;
  font-weight: bold;
  overflow: hidden;
  text-align: center;
  text-shadow: -1px 1px 8px rgba(75, 75, 75, 0.6);
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.flavor-cell:hover .flavor-cell-name span {
  opacity: 0;
}

.flavor-cell a {
  text-decoration: none;
}

.build-cake {
  margin-top: -15px;
  text-align: center;
}

.build-cake .button {
  background-color: #b3c022;
  color: #fff;
}

.build-cake .button:hover {
  background-color: #9ca71d;
  color: #fff;
}

.back-flavors {
  position: absolute;
  top: 6px;
  left: 0;
  color: #4d4d4f;
  font-size: 40px;
  text-decoration: none;
}

.flavor-top {
  margin-bottom: 30px;
}

.flavor-left {
  float: left;
  width: 50%;
}

.flavor-right {
  float: right;
  width: 45%;
}

.flavor-tabs span {
  cursor: pointer;
  text-decoration: underline;
}

.flavor-tabs .selected {
  cursor: default;
  font-weight: 600;
  text-decoration: none;
}

#flavor-areas {
  margin-bottom: 10px;
  padding: 0 10px;
}

.right {
  float: right;
}

.left {
  float: left;
}

#flavor-nutrition,
#flavor-ingredients {
  min-height: 301px;
}

.nutrition-left.smart-snack-table {
  padding: 15px;
  background-color: #fff;
  color: #4d4d4f !important;
  outline: 1px solid #000;
  outline-offset: -7px;
}

.nutrition-left.smart-snack-table p {
  margin-bottom: 5px;
}

.nutrition-container {
  margin-bottom: 30px;
}

.nutrition-left .amount {
  margin-bottom: 10px;
}

.nutrition-left table {
  table-layout: auto !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 0 5px !important;
}

.nutrition-left tr {
  display: table-row !important;
}

.nutrition-left .nutrition-title {
  border-bottom: 1px solid #777;
  padding-bottom: 5px;
}

.nutrition-left strong {
  color: #000 !important;
}

.nutrition-left .nutrition-title strong {
  font-weight: 700;
  font-size: 38px;
}

.nutrition-left .n-serving-size,
.nutrition-left .n-protein {
  border-bottom: 12px solid #000;
  padding-bottom: 5px;
}

.nutrition-left td:last-child,
.nutrition-left th:last-child {
  text-align: right !important;
  padding: 4px 5px 3px !important;
}

.nutrition-left .n-calories {
  font-size: 38px;
  font-weight: 700;
}

.nutrition-left .n-calories,
.nutrition-left .n-potassium {
  border-bottom: 6px solid #000;
  padding-bottom: 7px;
}

.nutrition-left .dv {
  font-size: 12px;
}

.nutrition-left td,
.nutrition-left th {
  display: table-cell;
  padding: 4px 5px 3px;
  margin: 0;
  border-top: 1px solid #777;
  text-align: left;
}

.nutrition-left th {
  border-right: 1px solid #777;
}

.nutrition-left tr:first-child td,
.nutrition-left tr:first-child th {
  padding-top: 0 !important;
  border-top: none !important;
}

.nutrition-left tr td:first-child {
  width: 30% !important;
  white-space: nowrap;
}

.nutrition-left td.indent {
  text-indent: 15px;
}

.nutrition-left .vitamins {
  margin-bottom: 15px;
}

.flavor-icon-header {
  text-transform: uppercase;
}

.flavor-icon {
  display: inline-block;
  width: auto;
  margin: 15px 15px 0 0;
  text-align: center;
}

#flavor-ingredients p {
  margin-bottom: 15px;
  line-height: 1.3em;
}

.expand-div {
  cursor: pointer;
}

.head-suggested {
  margin-top: 50px;
  text-align: center;
  text-transform: uppercase;
}

#flavors-area.single-view {
  margin-top: 15px;
}

/* NEW, 2018 */
.filters {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.filters li {
  display: inline-block;
  padding: 0;
  margin: 0;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
}

.filters li a {
  display: block;
  padding: 10px;
  color: #58595b;
  text-decoration: none;
}

.filters li a:hover {
  color: #d20f8c;
}

.filters li .active {
  background-color: #d20f8c;
  color: #fff !important;
}

select.flavors-main--category-filter.show-tablet {
  display: none;
}

@media screen and (max-width: 1023px) {
  select.flavors-main--category-filter.show-tablet {
    display: block;
    width: 458px;
    height: 56px;
    border: 2px solid #000;
    margin: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #d20f8c;
    background: #fff;
  }
}

/* Cakes
==================================================== */
#cakes-slider {
  margin: 30px 0;
}

#cakes-slider div span {
  display: block;
}

#cakes-slider div span:first-child {
  margin-bottom: 10px;
}

#banner.cakes .buttons-flexwrapper p {
  margin-top: 0;
}

/* Delivery
==================================================== */
.delivery-searchwrapper {
  background: #710c5b;
  text-align: center;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.delivery-searchwrapper h2 {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 30px 0 0;
}

.delivery-searchwrapper input {
  display: inline-block;
  width: 255px;
  padding: 8px;
  margin: 0;
  border: none;
  font-size: 18px;
  vertical-align: top;
}

.delivery-searchwrapper .button {
  margin-left: -1px;
  padding: 10px;
  background-color: #d20f8c;
  color: #fff;
  font-size: 19px;
  vertical-align: top;
}

/* Sweet Friends
==================================================== */
#friends-grid {
  margin-bottom: 18px;
  font-size: 0;
  letter-spacing: normal;
}

#friends-grid div {
  display: inline-block;
  margin: 0 0 4px 4px;
  cursor: pointer;
  vertical-align: top;
}

#friends-grid .friend1 {
  margin-left: 0;
}

#friends-grid img {
  width: 253px;
}

#friends-grid div:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#friend-boxes {
  margin-top: 10px;
}

#friend-boxes .friend-area {
  display: none;
}

#friend-boxes .curve {
  top: 70px;
}

#friend-boxes .left {
  width: 36%;
}

#friend-boxes .right {
  width: 64%;
  vertical-align: top;
}

#friend-boxes .text {
  font-size: 26px;
}

.friend-promos {
  margin-bottom: 50px;
  font-size: 0;
}

.friend-promos img {
  display: inline-block;
  margin-left: 22px;
  vertical-align: top;
}

.friend-promos a:first-child img {
  margin-left: 0;
}

.friend-coloring {
  text-align: center;
}

.halloween-graphic {
  display: block;
  max-width: 450px;
  margin: 30px auto;
}

/* Events
==================================================== */
#event-boxes .left,
#event-boxes .events-catering .right {
  width: 56%;
  overflow: hidden;
}

#event-boxes .right,
#event-boxes .events-catering .left {
  width: 44%;
  overflow: visible;
}

.events-party .rollover .cell {
  background-image: url(/images/more-smiles/events/party-rollover.png);
  background-position: 1% 100%;
  background-repeat: no-repeat;
}

#event-boxes .box-title {
  margin-bottom: 20px;
  font-size: 32px;
}

#event-boxes .rollover .box-title {
  font-size: 40px;
}

#event-boxes .curve {
  top: 70px;
}

#event-boxes .button {
  font-size: 15px;
}

.events-party .indented {
  padding: 0 170px;
}

.events-catering .button-wrapper {
  text-align: left;
}

.events-party .button-wrapper,
.events-fundraiser .button-wrapper {
  text-align: right;
}

.events-catering .curve {
  left: auto;
  right: -31px;
  background-image: url(/images/curve-orange-left.png) !important;
}

.events-catering .rollover .cell {
  background-image: url(/images/more-smiles/events/catering-rollover.png);
  background-position: 100% 85%;
  background-repeat: no-repeat;
}

.events-catering .indented {
  padding: 0 130px;
}

.events-catering .indented p {
  padding: 0 35px;
}

.events-fundraiser .indented {
  padding: 0 100px;
}

.events-fundraiser .indented p {
  padding: 0 55px;
}

.events-fundraiser .rollover .cell {
  background-image: url(/images/more-smiles/events/fundraiser-rollover.png);
  background-position: 100% 60%;
  background-repeat: no-repeat;
}

/* Gallery
==================================================== */
.gallery-wrapper,
.royalSlider {
  width: 700px !important;
  margin: 0 auto;
}

.gallery-videos {
  table-layout: auto;
  width: 100%;
  margin-top: 20px;
}

.gallery-videos td {
  padding: 10px;
  vertical-align: top;
}

.gallery-videos iframe {
  display: block;
  margin: 0 auto;
}

/* Goodies
==================================================== */
.goodies-section {
  margin: 40px 0 10px;
  text-align: center;
}

#goodies-slider {
  margin: 15px 0 50px;
}

#goodies-slider div span,
#coloring-slider div span {
  display: block;
  margin: 0 auto;
  text-align: center;
}

#goodies-slider div span {
  width: 205px;
}

#coloring-slider div span {
  width: 220px;
}

#goodies-slider div span:first-child,
#coloring-slider div span:first-child {
  margin-bottom: 20px;
}

#goodies-slider img,
#coloring-slider img {
  display: block;
  margin: 0 auto;
}

#coloring-slider {
  margin: 15px 0 0;
}

/* Locations
==================================================== */
#location-search {
  position: absolute;
  z-index: 5;
  width: 330px;
  top: 0;
  left: 0;
}

.search-box {
  margin-bottom: 10px;
}

.search-box.shadow {
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.search-box a {
  text-decoration: none;
}

.search-box.locs {
  width: 250px;
  padding: 8px 10px;
  background-color: #fff;
  text-align: center;
}

.search-box .all-locs,
.search-box .intl-locs {
  display: inline-block;
  letter-spacing: normal;
}

.search-box .all-locs {
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.search-box .intl-locs {
  font-size: 13px;
}

.search-box.form {
  max-width: 100%;
  margin: 0;
  font-size: 0;
}

#location-search input {
  display: inline-block;
  width: 255px;
  padding: 8px;
  margin: 0;
  border: none;
  font-size: 18px;
  vertical-align: top;
}

#location-search .button {
  margin-left: -1px;
  padding: 10px;
  background-color: #d20f8c;
  color: #fff;
  font-size: 19px;
  vertical-align: top;
}

#location-search .button:hover {
  background-color: #bb0f7d;
  color: #fff;
}

#location-search p {
  margin-top: 20px;
}

.search-box.results {
  width: 310px;
  padding: 0 10px;
  background-color: #fff;
}

.near-you {
  margin: 0 0 15px;
}

#map-area {
  position: relative;
  width: 100%;
  margin-bottom: 150px;
}

#map {
  width: 100%;
  min-height: 100vh;
}

#sidebar,
#sidebar .loc-info {
  display: block;
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

#results {
  max-height: 300px;
  overflow: auto;
}

#results::-webkit-scrollbar {
  width: 14px;
}

#results::-webkit-scrollbar-thumb {
  height: 6px;
  border: 4px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow:
    inset -1px -1px 0 rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(0, 0, 0, 0.05);
}

#results::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

#results::-webkit-scrollbar-corner {
  background-color: transparent;
}

.gm-style .gm-style-iw-c {
  padding: 15px !important;
}

.search-box.results #sidebar.visible {
  padding: 10px 0;
}

#sidebar div {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3d6b6;
}

#sidebar div:first-child,
#sidebar div > div,
#sidebar.all-locations div {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

#sidebar .loc-name {
  display: block;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.2em;
  text-transform: uppercase;
}

#sidebar .loc-name .font-purple {
  font-size: 24px;
  font-weight: 700;
}

#sidebar .loc-address {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2em;
}

#sidebar .loc-details {
  display: block;
  font-size: 18px;
}

#sidebar .loc-name .coming-soon {
  display: block;
  margin: 10px 0;
  color: #4f4f4f;
  font-size: 18px;
  text-transform: none;
}

#sidebar p {
  margin: 10px 0 0;
}

#sidebar .loc-directions {
  margin-bottom: 10px;
}

#sidebar p,
#sidebar .loc-phone a {
  font-size: 18px;
}

#sidebar .loc-phone {
  margin-bottom: 15px;
}

#sidebar .loc-phone a {
  color: #4f4f4f;
}

#sidebar .loc-hours {
  margin: 5px 0;
  font-size: 18px;
}

#sidebar .loc-favorite-block {
  margin-top: 15px;
}

#sidebar .loc-sm-icons {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

#sidebar .loc-sm-icons a {
  display: inline-block;
  margin-right: 15px;
  color: #dc2697;
  font-size: 22px;
}

#sidebar .green-icons .loc-sm-icons a {
  color: #cbc911;
}

#sidebar .favorite {
  display: inline-block;
  margin-bottom: 10px;
  color: #d20f8c;
  vertical-align: middle;
}

#sidebar .favorite .fa {
  font-size: 22px;
}

#sidebar .favorite .label {
  position: relative;
  top: -2px;
  font-size: 18px;
  font-weight: normal;
}

#sidebar .button {
  padding: 15px;
  margin-left: 0;
  margin-right: 10px;
  font-size: 16px;
  color: #fff !important;
}

#sidebar .loc-green-buttons {
  margin: 0 0 15px !important;
}

#sidebar .loc-green-buttons .button {
  margin: 15px 10px 0 0;
  padding: 10px;
  background-color: #d20f8c;
  font-size: 15px;
  line-height: 1.1em;
}

#sidebar .loc-green-buttons .button:hover {
  background-color: #bb0f7d;
}

.favorite .fa-heart,
.favorite.current .fa-heart-o {
  display: none;
}

.favorite.current .fa-heart {
  display: inline-block;
}

.favorite .label {
  cursor: pointer;
}

/* Info boxes */
.gm-style-iw .loc-marker {
  display: none;
}

.gm-style-iw .loc-name {
  margin-bottom: 8px;
  font-size: 16px;
}

.gm-style-iw .loc-name .font-purple {
  font-weight: 600;
}

.gm-style-iw .loc-directions {
  margin-bottom: 8px;
}

.gm-style-iw .loc-phone {
  margin: 12px 0;
}

.gm-style-iw .loc-phone .fa {
  font-size: 13px;
}

.gm-style-iw .loc-hours {
  margin: 4px 0;
}

.gm-style-iw .fa {
  font-size: 18px;
}

.gm-style-iw .loc-favorite-block {
  margin: 10px 0 0;
}

.gm-style-iw .loc-sm-icons {
  display: inline-block;
  margin-right: 10px;
}

.gm-style-iw .loc-sm-icons a {
  display: inline-block;
  margin-right: 8px;
}

.gm-style-iw .favorite {
  display: none;
  color: #d20f8c;
}

.gm-style-iw .favorite .label {
  position: relative;
  top: -2px;
}

.gm-style-iw .loc-button-wrapper {
  margin-top: 12px;
  border-top: 1px solid #e3d6b6;
}

.gm-style-iw .button {
  margin: 12px 20px 0 0;
  padding: 0 !important;
  background: none !important;
  color: #d20f8c;
  font-size: 16px;
}

.gm-style-iw .button:hover {
  background: none !important;
  color: #d20f8c !important;
}

.gm-style-iw .loc-green-buttons {
  margin: 0 !important;
}

.gm-style-iw .loc-green-buttons .button {
  margin: 10px 10px 0 0 !important;
  padding: 0 !important;
  background: none !important;
  color: #cbc911 !important;
  font-size: 16px;
}

/* All locations */
.locations-feed .loc-header {
  text-transform: uppercase;
}

.locations-feed .loc-header,
.locations-feed .loc-header.no-top.filtered {
  padding-top: 30px;
  margin-bottom: 40px;
  margin-top: 30px;
  border-top: 1px solid #ebebeb;
  color: #d20f8c;
}

#sidebar.locations-feed .loc-info {
  float: none;
  display: inline-block;
  width: 30.33%;
  padding-bottom: 40px;
  padding-left: 1.5%;
  padding-right: 1.5%;
  padding-top: 0;
  margin-left: 0;
  vertical-align: top;
}

.locations-feed .country-wrapper {
  width: 103%;
  margin-left: -1.5%;
  overflow: hidden;
}

.locations-feed .country-wrapper .loc-header {
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.locations-feed .country-wrapper .back-to-top,
.locations-feed .country-wrapper .no-results {
  padding-left: 1.5%;
  padding-right: 1.5%;
}

.locations-feed .no-top {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}

#sidebar.locations-feed div {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

/* In the News
==================================================== */
.press-intro {
  margin: -10px 50px 50px;
}

.press-head {
  font-size: 18px;
  text-transform: uppercase;
}

.press-list {
  margin-bottom: 40px;
}

.press-list li {
  margin-bottom: 15px;
}

.press-list a {
  text-decoration: none;
}

.press-title {
  color: #d20f8c;
  text-decoration: underline;
}

.press-details {
  text-decoration: underline;
}

.press-archives {
  font-weight: 600;
}

/* FAQs
==================================================== */
.faqs-area {
  display: none;
  margin: -15px 0 30px;
  padding: 0 30px;
}

.faq-title {
  margin: 0 0 30px;
  color: #d9379e;
  cursor: pointer;
  font-size: 30px;
  text-transform: uppercase;
}

.faq-question {
  display: block;
  margin-bottom: 5px;
}

.faqs-form {
  margin: 90px 0 30px;
}

/* Careers
==================================================== */
.careers-intro {
  max-width: 740px;
  margin: 0 auto 30px;
}

#careers-boxes .box .left {
  width: 55%;
}

#careers-boxes .box .right {
  width: 45%;
}

#careers-boxes .careers-hq .curve {
  top: 50%;
  margin-top: -18px;
}

#careers-boxes .box-title {
  margin-bottom: 25px;
}

.hours {
  table-layout: auto !important;
  width: 100% !important;
  margin-bottom: 30px;
}

.hours tr {
  display: table-row !important;
}

.hours td,
.hours + table td {
  display: table-cell !important;
  width: auto !important;
  padding: 10px !important;
  text-align: left !important;
  vertical-align: middle !important;
}

.hours label {
  display: inline !important;
  margin: 0 0 0 6px !important;
  text-align: left !important;
}

.listing {
  margin: 30px 0;
}

.listing-name {
  color: #d20f8c;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}

.listing-name:hover {
  color: #4d4d4f;
  text-decoration: none;
}

/* Locations/Microsites
==================================================== */
.store-banner {
  margin-top: -1px;
}

#location-title {
  margin-bottom: 45px;
  padding: 20px 0;
  text-align: center;
  position: fixed;
  width: 1024px;
  background: white;
  z-index: 50;
}

#location-title h1 {
  margin-bottom: 10px;
  color: #d20f8c;
  font-size: 36px;
  text-transform: uppercase;
}

#store-info {
  width: 90%;
  margin: 0 auto 45px;
  padding-top: 115px;
  background-color: #fff;
}

#store-info .loc-map,
#store-info #sidebar {
  float: left;
}

#store-info .loc-map {
  width: 52%;
  margin-right: 3%;
}

#store-info #sidebar {
  width: 45%;
}

#store-info .loc-directions a {
  text-decoration: none;
}

#store-info .loc-phone a {
  color: #58595b;
}

#store-info #sidebar .loc-address {
  font-size: 24px;
}

#store-info #sidebar .favorite .label {
  top: -1px;
}

#store-info #sidebar .favorite .label,
#store-info #sidebar p,
#store-info #sidebar .loc-phone a {
  font-size: 20px;
}

#store-info #sidebar .loc-phone a {
  text-decoration: none;
}

#location-map {
  width: 100%;
  height: 300px;
}

#loc-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

#loc-nav li:nth-child(1),
#loc-nav li:nth-child(7),
#loc-nav li:nth-child(9) {
  background: #d20f8c;
}

#loc-nav li:nth-child(2),
#loc-nav li:nth-child(8),
#loc-nav li:nth-child(10) {
  background: #b2c035;
}

#loc-nav li:nth-child(3),
#loc-nav li:nth-child(5),
#loc-nav li:nth-child(11) {
  background: #ffa61a;
}

#loc-nav li:nth-child(4),
#loc-nav li:nth-child(6),
#loc-nav li:nth-child(12) {
  background: #00aeef;
}

#loc-nav li {
  display: inline-block;
  position: relative;
  width: 20%;
  margin: 0 5px 10px;
  padding: 40px 20px;
  height: 40px;
}

#loc-nav li a {
  color: white;
  font-size: 28px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  text-shadow: -1px 1px 8px rgba(75, 75, 75, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 100%;
}

#loc-nav li a:hover,
#loc-nav .active a {
  color: #710c5b;
  text-decoration: none;
}

.loc-tagline {
  font-weight: bold;
}

.info-fa {
  float: left;
  margin: 0 10px 10px 0;
  color: #d20f8c;
  font-size: 20px;
  line-height: 1em;
}

.info-fa.fa-map {
  margin-top: 7px;
}

.loc-full-address {
  color: #4d4d4f;
  text-decoration: none;
}

.loc-mobile-nav {
  padding-bottom: 30px;
  background-color: #fff;
  text-align: center;
}

.loc-mobile-nav select {
  padding: 5px 10px;
  background: #fff;
  border: 2px solid #000;
  color: #d20f8c;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.loc-boxes {
  font-size: 0;
}

.loc-box {
  display: inline-block;
  width: 247px;
  margin: 3px 0 0 12px;
  overflow: hidden;
  text-decoration: none;
}

.loc-box.box1 {
  margin-left: 0;
}

.loc-box span {
  display: block;
  padding: 16px 12px 12px;
  background-color: #d20f8c;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-transform: lowercase;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.loc-box:hover span {
  background-color: #d20f8c;
}

.loc-box img {
  display: block;
}

.loc-tagline {
  margin-bottom: 30px;
}

.loc-intro-text {
  max-width: 800px;
  margin: 0 auto 60px;
  text-align: center;
}

.party-image {
  float: left;
  width: 208px;
  margin-bottom: 20px;
}

.party-info {
  float: right;
  width: 782px;
}

.party-info h6 {
  margin-bottom: 5px;
}

.party-info form {
  max-width: 650px;
  margin-bottom: 50px !important;
}

.party-spacer {
  margin: 50px 0 35px;
}

.party-footnotes {
  margin-bottom: 30px;
}

.career-listing {
  margin-bottom: 50px;
}

.career-title {
  margin-bottom: 5px;
}

.career-title a {
  color: #d20f8c;
}

.career-title a:hover {
  color: #d20f8c;
}

.career-description {
  margin-bottom: 20px;
}

.career-listing .button {
  padding: 8px 25px 7px;
}

.location-deliverywrapper {
  text-align: center;
}

.location-deliverywrapper h2 {
  text-transform: uppercase;
}

.location-deliverywrapper .deliveryservice {
  margin-bottom: 20px;
}

/* Smart Snacks
==================================================== */
.smart-snacks {
  max-height: 510px;
  overflow: hidden;
}

.smart-snacks img {
  float: left;
  width: 50%;
}

.smart-snack-flavor {
  margin-bottom: 5px;
  text-align: center;
}

.smart-snacks-table {
  width: 100%;
  max-width: 776px;
  margin: 30px auto;
}

.smart-snacks-brochure {
  margin: 45px 0 75px;
}

.smart-snacks-title {
  margin-bottom: 45px;
  font-size: 50px;
  text-align: center;
}

.smart-snacks-info-left {
  float: left;
  width: 62%;
}

.smart-snacks-info-left .h5 {
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.smart-snacks-info-right {
  float: right;
  width: 34%;
  padding: 30px;
  background-color: #bc047a;
  box-sizing: border-box;
  color: #fff;
}

.smart-snacks-info-right ul {
  font-weight: bold;
  list-style: none;
  list-style-image: url(/images/li-check.png);
  text-transform: uppercase;
}

.smart-snacks-info-right li span {
  position: relative;
  top: -4px;
  font-size: 20px;
  line-height: 1.3em;
}

.flavor-cell .smart-snacks-overlay-cake-batter span {
  background: rgba(255, 81, 165, 0.5);
}

.flavor-cell .smart-snacks-overlay-cookies-n-cream span {
  background: rgba(38, 149, 218, 0.5);
}

.flavor-cell .smart-snacks-overlay-pure-chocolate span {
  background: rgba(147, 50, 2, 0.5);
}

.flavor-cell .smart-snacks-overlay-strawberry-smoothie-sorbet span {
  background: rgba(227, 33, 40, 0.5);
}

.flavor-cell .smart-snacks-overlay-vanilla-snow span {
  background: rgba(80, 201, 239, 0.5);
}

.smart-snack-back {
  position: absolute;
  top: 100%;
  left: 0;
}

/* Forms
==================================================== */
form {
  max-width: 576px;
  margin: 0 auto 30px;
  font-size: 17px;
}

.content form:last-child {
  margin-bottom: 0;
}

form table {
  width: 100%;
  table-layout: fixed;
  margin: -20px 0 20px;
}

form table:first-child {
  margin-top: 0;
}

form table td {
  padding: 10px !important;
  vertical-align: bottom;
}

form table label {
  display: block;
  margin-bottom: 5px;
  font-style: italic;
  font-weight: normal;
  text-align: left;
}

label.checkbox-label {
  display: inline-block !important;
  margin: 0 0 0 10px !important;
  font-style: normal !important;
}

form .error {
  display: block;
  margin-bottom: 10px;
  color: #d00;
}

form h3,
form h4 {
  margin: 0 10px 10px;
  color: #d20f8c;
}

form h3 + table,
form h4 + table {
  margin-top: 0;
}

form p {
  margin: 12px 0;
}

/* Fields */
form input,
form textarea,
form select {
  width: 100%;
  padding: 8px 8px 6px;
  border: 1px solid #c9c9c9;
  background: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #4d4d4f;
  font: normal 17px/1em 'futura-pt', Arial, sans-serif;
}

form input[type='checkbox'] {
  position: relative;
  width: auto !important;
  top: 1px;
  padding: 0 !important;
}

form input[type='submit'] {
  width: auto !important;
  padding: 9px 40px 8px !important;
  border: none !important;
  cursor: pointer;
  font-size: 18px;
}

form input[type='file'] {
  border: none;
}

.hidden-locations label,
.hidden-state-row label {
  margin-top: 16px;
}

/* Placeholders */
::-webkit-input-placeholder {
  color: #4d4d4f;
}

::-moz-placeholder {
  color: #4d4d4f;
}

:-ms-input-placeholder {
  color: #4d4d4f;
}

:-moz-placeholder {
  color: #4d4d4f;
}

.ui-datepicker {
  z-index: 900 !important;
}

.ui-datepicker table {
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker table tr {
  display: table-row !important;
}

.ui-datepicker table td {
  display: table-cell !important;
  width: auto !important;
  padding: 1px !important;
  margin: 0 !important;
  text-align: left !important;
}

/* Thank-you pages
==================================================== */
.small-center {
  max-width: 425px;
  margin: 0 auto;
  text-align: center;
}

.small-center p {
  font-size: 20px;
  line-height: 1.6em;
}

/* App page
==================================================== */
.app-table {
  width: 100%;
  max-width: 900px;
  table-layout: fixed;
  margin: 0 auto 15px;
}

.app-table td {
  padding-bottom: 45px;
}

.app-table span {
  display: table-cell;
  width: 300px;
  height: 115px;
  vertical-align: bottom;
}

.app-table span img {
  max-height: 100%;
}

.app-table .h5 {
  margin: 25px 0 15px;
}

.app-table strong {
  font-weight: 700;
}

.app-button.large {
  margin: 30px;
}

/* #promo-popup
==================================================== */
#promo-popup {
  width: 600px;
  color: #fff;
}

.promo-app {
  width: 700px !important;
  padding: 0;
  background: url(/images/popup-app-desktop.jpg) top center no-repeat;
  background-size: cover;
  color: #073f5e !important;
}

.promo-app.mobile-popup {
  width: 300px !important;
  background-image: none;
}

.promo-fathers-day {
  background-color: #0aa6e0;
}

.promo-general {
  background-color: #0aa6e0;
}

.promo-july {
  background-color: #1450a4;
}

#promo-popup .popup-left,
#promo-popup .popup-right {
  display: inline-block;
  width: 296px;
  vertical-align: middle;
}

#promo-popup .popup-left img {
  margin: 0 !important;
}

#promo-popup .popup-right {
  text-align: center;
}

/* Promo app */
#promo-popup.promo-app .popup-left {
  width: 375px;
}

#promo-popup.promo-app .popup-right {
  width: 300px;
  float: right;
  padding-bottom: 70px;
  padding-top: 50px;
}

#promo-popup.promo-app .headline {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1em;
  text-transform: uppercase;
}

#promo-popup.promo-app.mobile-popup .headline {
  margin-top: 15px;
  font-size: 24px;
}

#promo-popup.promo-app .excerpt {
  margin-bottom: 15px;
  font-size: 18px;
}

#promo-popup.promo-app.mobile-popup .excerpt {
  margin-bottom: 0;
}

#promo-popup.promo-app .button {
  background-color: #073f5e !important;
  color: #fff !important;
  font-size: 24px;
}

#promo-popup.promo-app .button:hover {
  background-color: #0b5d8a !important;
  color: #fff !important;
}

/* Mobile */
#promo-popup.mobile-popup {
  width: 300px;
  text-align: center;
}

#promo-popup img {
  display: block;
  margin: 0 auto 5px;
}

#promo-popup p {
  padding: 0 15px 15px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2em;
}

#promo-popup .button {
  padding: 8px 10px;
  background-color: #fff;
  font-size: 14px;
}

.promo-general .button {
  color: #0aa6e0;
}

.promo-july .button {
  color: #1450a4;
}

#promo-popup .button:hover {
  background-color: #fff;
}

.home .fancybox-skin {
  padding: 0 !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* Recommended Boxes
==================================================== */
.recommended {
  margin: 120px 0 40px;
}

.recommended h3 {
  text-transform: uppercase;
  text-align: center;
}

.recommendedboxes {
  display: flex;
  justify-content: space-between;
  max-width: 1024px;
  margin: 0 auto;
}

.recommendedboxes .recommendedbox {
  position: relative;
}

.recommendedboxes .recommendedbox .recommendedimage {
  position: relative;
  display: inline-block;
}

.recommendedboxes .recommendedbox .recommendedimage::before {
  content: '';
  background: rgba(210, 15, 140, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
}

.recommendedboxes .recommendedbox .recommendedimage::before,
.recommendedboxes .recommendedbox p {
  transition: opacity 0.2s ease-in-out;
}

.recommendedboxes .recommendedbox a:hover .recommendedimage::before,
.recommendedboxes .recommendedbox a:hover p {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.recommendedboxes p {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  margin-top: -13px;
  text-transform: uppercase;
  color: white;
  font-family: futura-pt, Arial, sans-serif;
  font-size: 24px;
  text-shadow: -1px 1px 8px rgba(75, 75, 75, 0.6);
  font-weight: bold;
  z-index: 100;
}

.recommendedboxes .recommendedbox.middle {
  margin: 0 20px;
}

/* Footer
==================================================== */
footer {
  position: relative;
  z-index: 300;
  padding: 30px 0 15px;
  background-color: #d20f8c;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

footer .container {
  position: relative;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  color: #f2b8c3;
  text-decoration: underline;
}

footer .head {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}

.footer-char {
  position: absolute;
  left: 0;
  width: auto;
  max-width: none;
}

.footer-barry {
  top: -170px;
}

.footer-chip {
  left: 3%;
  top: -104px;
}

.footer-kiwi {
  top: -139px;
}

.footer-mellow {
  top: -138px;
}

.footer-menchie {
  top: -177px;
}

.footer-mookie {
  top: -153px;
}

.footer-pb {
  top: -117px;
}

.footer-sprinkle {
  top: -117px;
}

/* Character heights */
.sweet-friends-barry {
  height: 140px;
}

.sweet-friends-chip {
  height: 82px;
}

.sweet-friends-kiwi {
  height: 109px;
}

.sweet-friends-mellow {
  height: 117px;
}

.sweet-friends-menchie {
  height: 156px;
}

.sweet-friends-mookie {
  height: 123px;
}

.sweet-friends-pb {
  height: 88px;
}

.sweet-friends-sprinkle {
  height: 87px;
}

.footer-col {
  float: left;
  width: 14%;
  margin-bottom: 30px;
  margin-left: 3%;
}

.footer-col.col1 {
  margin-left: 15%;
}

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

.footer-col li {
  margin-bottom: 8px;
}

.copyright {
  margin-bottom: 0;
  font-size: 12px;
  text-align: center;
}

.copyright a {
  text-decoration: underline;
}

#sticky-top-link {
  position: fixed;
  z-index: 999;
  bottom: 10%;
  right: 0;
  padding: 15px;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
}

#sticky-top-link .fa {
  margin-right: 5px;
  font-size: 14px;
}

/* Social media icons
==================================================== */
.sm-icons a {
  display: inline-block;
  margin-left: 7px;
  font-size: 24px;
  line-height: 1em;
}

.sm-icons a:first-child {
  margin-left: 0;
}

/* Share Popups
==================================================== */
.share body {
  background-color: #fff;
  text-align: center;
}

.addthis_inline_share_toolbox {
  margin-top: 10px;
}

.share img {
  display: block;
  width: auto !important;
  max-width: auto !important;
  max-height: 500px !important;
  margin: 0 auto !important;
}

.fancybox-skin {
  background-color: #fff !important;
}

.fancybox-title-inside-wrap {
  padding-top: 5px !important;
  font: 600 22px/1.3em 'futura-pt', Arial, sans-serif !important;
  text-align: center;
}

/* Sitemap
==================================================== */
.sitemap-list,
.sitemap-list ul {
  list-style: none;
  padding: 0;
}

.sitemap-list a {
  text-decoration: none;
}

table.sitemap-table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive
==================================================== */
@media screen and (min-width: 1025px) {
  nav {
    display: block !important;
  }

  #mobile-nav,
  .subnav {
    display: none !important;
  }

  nav li:hover .subnav {
    display: block !important;
  }

  .gm-style-iw div {
    overflow: hidden !important;
  }
}

@media screen and (max-width: 1024px) {
  body {
    overflow-x: hidden;
  }

  #page-wrapper {
    position: relative;
    overflow-x: hidden;
  }

  .container {
    width: 90% !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
  }

  .hide-tablet {
    display: none;
  }

  #event-boxes .hide-tablet {
    display: none !important;
  }

  .show-tablet {
    display: block;
  }

  #event-boxes .show-tablet {
    display: block !important;
  }

  #cakes-cta .close {
    right: 15px;
  }

  #main-header {
    padding: 15px 0;
  }

  .expand-nav header,
  .header-top {
    height: auto !important;
  }

  .secondary-banner {
    max-width: 100%;
  }

  #shadow-overlay,
  #footer-shadow-overlay {
    position: absolute;
    z-index: 500;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .anchor {
    top: -35px;
  }

  .home .content {
    margin-top: 0;
  }

  #mid {
    padding-bottom: 30px;
  }

  #banner {
    height: auto !important;
  }

  #banner img {
    margin: 0 auto;
  }

  .box {
    display: block;
    width: 768px;
    margin-left: auto;
    margin-right: auto;
  }

  .box .inner {
    display: block !important;
  }

  .box .curve {
    display: none;
  }

  .box .left,
  .box .right {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
  }

  .border15,
  img.border10,
  .box .left img,
  .box .right img {
    display: block;
    position: relative;
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px);
    height: auto;
    left: -15px;
    margin-bottom: -1px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    clip-path: inset(0 15px 0 15px);
    overflow: hidden;
  }

  #friend-boxes img.friend-main,
  #location-info .static-map {
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    width: calc(100% + 20px) !important;
    max-width: calc(100% + 20px) !important;
    left: -20px !important;
    clip-path: inset(0 0 0 20px) !important;
  }

  #location-info .static-map {
    width: 100% !important;
    max-width: 100% !important;
    left: 0 !important;
    clip-path: inset(0 0 0 0) !important;
  }

  #friend-boxes .friend-promos {
    font-size: 0;
    letter-spacing: normal;
  }

  #home-boxes {
    overflow: hidden;
  }

  #friend-boxes .friend-promos img {
    display: inline-block;
    width: 32.66% !important;
    max-width: 100% !important;
    margin-left: 1%;
    left: 0 !important;
    clip-path: none !important;
  }

  #friend-boxes .friend-promos a:first-child img {
    margin-left: 0 !important;
  }

  .frequent-smiler,
  #services-slider {
    float: none;
  }

  .frequent-smiler {
    margin: 0 auto 20px;
  }

  #services-slider {
    margin: 0 auto;
  }

  #page-title {
    padding: 0 10px;
  }

  .box .left,
  .box .right {
    float: none !important;
    display: block;
    width: 100% !important;
    height: auto !important;
  }

  .filter-dropdowns {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  #flavors-area {
    width: 114%;
    margin-bottom: 15px;
    margin-left: -7%;
    overflow: hidden;
  }

  #flavors-area .flavor-cell {
    width: 32.33%;
  }

  #cakes-slider,
  #goodies-slider,
  #coloring-slider {
    margin: 30px;
  }

  form h4 {
    margin: 0 0 15px;
  }

  table tr,
  table td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 0 15px;
    text-align: center;
  }

  form table td {
    padding: 0 !important;
  }

  .sitemap-table td {
    margin-top: 30px;
  }

  table tr {
    margin: 0 0 30px;
  }

  form table tr {
    margin-bottom: 15px !important;
  }

  table tr:last-child,
  table tr td:last-child {
    margin-bottom: 0;
  }

  table ul {
    padding-left: 0 !important;
    list-style-position: inside;
  }

  form table {
    margin: -15px 0 15px;
  }

  form table td.mobile-left {
    margin-top: 20px !important;
    text-align: left !important;
  }

  .app-table span {
    width: auto;
    display: inline;
    height: auto;
  }

  .app-table td {
    margin-bottom: 30px !important;
  }

  .smart-snacks-table td {
    float: left !important;
    width: 48% !important;
    margin-bottom: 2% !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .smart-snack-back {
    margin-top: 15px;
  }

  #friends-grid {
    width: 510px;
    margin-left: auto;
    margin-right: auto;
  }

  #friends-grid .friend3 {
    margin-left: 0;
  }

  .faq-card {
    width: 31.33%;
    height: 90px;
    padding: 5px 0 0 !important;
    margin-left: 1% !important;
    margin-right: 1% !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #sidebar.locations-feed .loc-info {
    width: 47%;
  }

  .locations-feed .loc-header,
  .locations-feed .loc-header.no-top.filtered {
    margin-top: 0;
  }

  #event-boxes .left,
  #event-boxes .right {
    float: none !important;
    width: 100% !important;
  }

  #event-boxes .rollover .cell {
    background-image: none !important;
  }

  #event-boxes .indented,
  #event-boxes .indented p {
    padding: 0 !important;
  }

  #event-boxes .button-wrapper {
    margin: 20px 0 0 !important;
    text-align: center;
  }

  #event-boxes img {
    display: block;
    width: 100%;
    height: auto;
  }

  .party-image {
    width: 20%;
  }

  .party-info {
    width: 78%;
  }

  #map-area.mobile-search {
    margin-bottom: 0;
  }

  .mobile-search #location-search {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
    margin-top: 15px;
    text-align: center;
  }

  .mobile-search #map {
    height: 500px;
    min-height: 500px;
  }

  .mobile-search .search-box {
    width: 100%;
    margin-top: 15px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
  }

  .mobile-search #location-search input {
    margin-right: 2px;
    padding: 7px;
    border: 1px solid #000;
  }

  .mobile-search .search-box.locs {
    width: 96%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-search .search-box.results,
  #results {
    width: 100%;
    height: auto !important;
    max-height: none !important;
    padding: 0;
    text-align: left;
  }

  .mobile-search .gm-style-iw {
    text-align: left !important;
  }

  .mobile-search .gm-style-iw p {
    margin: 0 0 5px !important;
    font-size: 13px !important;
  }

  .mobile-search .gm-style-iw .loc-hours {
    margin: 0 0 2px !important;
  }

  .locations-feed .country-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .intl-link {
    text-align: center;
    margin-bottom: 30px;
  }

  .locations-feed .country-wrapper .loc-header,
  .locations-feed .country-wrapper .back-to-top,
  .locations-feed .country-wrapper .no-results {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .locations-feed .country-wrapper .back-to-top,
  .locations-feed .country-wrapper .no-results {
    margin: 30px 0 !important;
  }

  footer {
    padding: 0 !important;
    background-color: #d20f8c;
  }

  footer .container {
    width: auto !important;
    max-width: 420px;
    padding: 30px 15px !important;
  }

  .footer-col {
    float: left !important;
    width: 48% !important;
    margin-bottom: 30px;
    margin-left: 1% !important;
    margin-right: 1% !important;
    text-align: left !important;
  }

  .footer-col.col2 {
    clear: right;
  }

  .footer-col.col3 {
    clear: left;
  }

  #location-title {
    width: 100%;
    left: 0;
    padding: 15px;
    margin: 0 !important;
    box-sizing: border-box;
  }

  #store-info {
    width: 100%;
    margin-bottom: 30px;
  }

  .smart-snacks-info-left {
    width: 52%;
  }

  .smart-snacks-info-right {
    width: 44%;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 21px;
  }

  h1,
  .h1,
  .box .box-title.larger,
  #event-boxes .rollover .box-title,
  #location-title h1 {
    font-size: 30px;
  }

  h2,
  .h2,
  .box .box-title,
  #banner .headline,
  .headline,
  .faq-title {
    font-size: 27px;
  }

  h3,
  .h3,
  #free-froyo h2,
  #deals-app h2,
  #free-froyo .h2 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 21px;
  }

  h5,
  .h5 {
    font-size: 18px;
  }

  h6,
  .h6,
  .box .box-subtitle,
  .motm-questions {
    font-size: 15px;
  }

  .font17,
  .small-center p {
    font-size: 15px;
  }

  div.font17 {
    padding: 0 10px;
  }

  .margin50 {
    margin: 30px 15px;
  }

  .hide-phone {
    display: none;
  }

  #event-boxes .hide-phone,
  #banner .hide-phone,
  #deals-app .hide-phone {
    display: none !important;
  }

  .show-phone,
  #banner .hidden.show-phone,
  #event-boxes .show-phone {
    display: block !important;
  }

  .show-phone-inline {
    display: inline !important;
  }

  #page-title,
  .content {
    margin: 30px 0;
  }

  #page-title h1,
  #page-title h2 {
    font-size: 22px;
    text-transform: uppercase;
  }

  #page-title h6 {
    margin-top: 10px;
    font-size: 16px;
  }

  #page-title .month {
    margin-top: 10px;
    font-size: 20px;
  }

  .row .float-left,
  .row .float-right {
    float: none !important;
  }

  .row .float-left {
    width: 100% !important;
    overflow: hidden;
    text-align: center;
  }

  .row .float-right {
    width: auto !important;
    max-width: 495px !important;
    padding: 20px !important;
    margin: 0 auto !important;
  }

  .row .float-right p br,
  .box .text br {
    line-height: 40px;
  }

  .row .float-left img {
    display: block;
    position: relative;
    width: calc(100% + 30px) !important;
    max-width: calc(100% + 30px);
    height: auto;
    left: -15px;
    margin-bottom: -1px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    clip-path: inset(0 15px 0 15px);
  }

  .box {
    width: 100%;
  }

  .box .right,
  .loc-box {
    background-color: #d20f8c;
  }

  .box .text {
    padding: 20px !important;
    font-size: 15px;
  }

  .box .box-subtitle,
  .box .text p {
    margin-bottom: 15px;
  }

  .box .box-title.smaller {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.3em;
  }

  .box .box-title br,
  #location-info .loc-address br {
    line-height: 1.2em;
  }

  .motm-questions {
    margin-top: 20px;
  }

  .motm-questions li {
    margin-bottom: 10px;
  }

  .motm-questions br {
    display: none;
  }

  .motm-quote {
    margin: 30px 0;
  }

  .motm-quote h2 {
    font-size: 24px;
  }

  #flavors-area .flavor-cell {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    height: 200px;
  }

  .flavor-cell .flavor-cell-name {
    font-size: 16px;
  }

  .filter-dropdowns select {
    width: 100%;
    margin-bottom: 10px;
  }

  .checkboxes-wrapper {
    padding: 1px;
    margin-bottom: 20px;
    border: 1px solid #cecece;
  }

  .filter-dropdowns .checkboxes span {
    margin: 10px 0;
    padding: 1px 30px;
    border: none;
  }

  #expand-checkboxes {
    margin: 10px;
    font-size: 16px;
    letter-spacing: normal;
    text-transform: lowercase;
  }

  #expand-checkboxes strong {
    float: left;
  }

  #expand-checkboxes .fa {
    float: right;
  }

  .filter-dropdowns .checkboxes {
    margin: 0 10px;
  }

  .filter-dropdowns .checkboxes span {
    display: block;
    font-size: 15px;
    letter-spacing: normal;
  }

  .filter-dropdowns .checkboxes br {
    display: none;
  }

  .flavor-label,
  .flavor-info {
    float: none;
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }

  .flavor-label,
  .flavor-tabs,
  .head-suggested {
    text-align: center;
  }

  .flavor-info .disclaimer {
    padding: 10px;
  }

  #friend-boxes .text {
    font-size: 20px !important;
  }

  #friend-boxes .friend-promos img {
    display: block;
    width: 100% !important;
    margin: 10px 0 0 !important;
  }

  .press-intro {
    margin: -10px 10px 25px;
  }

  .faq-answers {
    margin: 0 10px 25px;
  }

  .faqs-dropdown {
    margin: 0 10px;
  }

  .faqs-dropdown select {
    width: 100%;
    padding: 5px;
    font-size: 16px;
  }

  .party-info {
    float: none;
    width: 100%;
  }

  .smart-snacks-info-left,
  .smart-snacks-info-right {
    float: none;
  }

  .smart-snacks-info-left {
    width: 100%;
  }

  .smart-snacks-info-right {
    width: 100%;
    max-width: 360px;
    margin: 45px 0 0;
  }
}

@media screen and (max-width: 767px) {
  p,
  ul,
  ol {
    margin-bottom: 20px;
  }

  .anchor {
    top: -25px;
  }

  #main-header {
    padding: 10px 0;
  }

  #page-title,
  .content {
    margin: 15px 0;
  }

  #banner .container {
    padding-top: 15px;
  }

  .secondary-banner {
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .secondary-banner.cakes-slider {
    margin: 0 0 30px;
  }

  .home .secondary-banner {
    margin-top: 15px;
  }

  #banner + #mid {
    margin-top: -15px;
  }

  .gallery-wrapper,
  .royalSlider {
    width: auto !important;
  }

  .button,
  .content .button {
    padding: 10px 25px;
    font-size: 16px;
  }

  form {
    max-width: 96%;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }

  #free-froyo,
  #deals-app {
    padding-top: 0;
    margin-bottom: 15px;
  }

  #free-froyo .container,
  #deals-app .container {
    width: 100%;
  }

  #free-froyo img,
  #deals-app .img {
    display: block;
    position: relative;
    max-width: 70%;
    bottom: auto;
    left: auto;
    right: auto;
    top: auto;
    margin: -45px auto 10px;
  }

  #deals-app .img {
    margin-bottom: 20px;
  }

  #free-froyo .inner,
  #deals-app .inner {
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }

  .mobile-search #map {
    height: 300px;
    min-height: 300px;
  }

  .near-you {
    text-align: center;
  }

  #location-info.box {
    width: 100%;
  }

  .party-spacer {
    margin: 30px 0;
  }

  .party-spacer br {
    display: none;
  }

  select.flavors-main--category-filter.show-tablet,
  .loc-mobile-nav select {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 18px;
  }

  .flavors-disclaimer {
    margin-top: 0;
  }

  .flavor-left,
  .flavor-right {
    float: none;
    width: 100%;
  }

  .flavor-right {
    margin-top: 30px;
  }

  .faqs-area {
    padding: 0 15px;
  }

  .gm-style-mtc {
    display: none !important;
  }

  #store-info .loc-map,
  #store-info #sidebar {
    float: none;
    width: 100%;
  }

  #store-info #sidebar .loc-sm-icons,
  #store-info #sidebar .loc-sm-icons a:last-child {
    margin-right: 0;
  }

  #location-map {
    height: 250px;
  }

  #store-info #sidebar {
    margin-top: 15px;
  }

  .loc-mobile-nav {
    margin-bottom: -30px;
  }

  .location-deliverywrapper {
    margin-top: 50px;
  }

  .smart-snacks {
    max-height: none;
  }

  .smart-snacks img {
    float: none;
    display: block;
    width: auto;
    margin: 0 auto;
  }

  .smart-snack-back {
    max-width: 70px;
    margin-top: 10px;
  }

  #location-title {
    padding: 10px;
  }

  #location-title h1 {
    margin-bottom: 5px !important;
    font-size: 20px !important;
  }

  #location-title p {
    margin: 0;
    font-size: 14px !important;
  }

  #store-info {
    padding-top: 75px;
  }
}

@media screen and (max-width: 540px) {
  #friends-grid {
    width: 100%;
  }

  #friends-grid div {
    width: 49.5%;
    margin-bottom: 1%;
    margin-left: 1%;
  }

  #friends-grid img {
    width: 100%;
  }

  #sidebar.locations-feed .loc-info {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  #sidebar .loc-green-buttons {
    margin-top: 0 !important;
  }

  #sidebar .loc-green-buttons .button {
    margin-top: 15px !important;
  }

  .recommendedboxes {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .recommendedboxes .recommendedbox,
  .recommendedboxes .recommendedbox.middle {
    margin-bottom: 20px;
  }

  .recommendedboxes .recommendedbox.middle {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 515px) {
  .frequent-smiler,
  #services-slider {
    width: 100%;
  }

  .frequent-smiler {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  #services-slider {
    height: auto;
  }
}

@media screen and (max-width: 480px) {
  .show-small {
    display: block;
  }

  .hide-small {
    display: none;
  }

  #sidebar .loc-marker {
    padding-left: 10px;
  }

  #sidebar .loc-info {
    width: 330px;
    margin-left: 10px;
    padding-right: 5px;
  }

  #sticky-top-link {
    bottom: 5%;
    padding: 10px;
    font-size: 14px;
  }

  #sticky-top-link {
    font-size: 13px;
  }

  #location-title {
    margin-bottom: 20px;
  }

  .smart-snacks-table td {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 420px) {
  body {
    font-size: 16px;
    line-height: 20px;
  }

  h1,
  .h1,
  .box .box-title.larger,
  #event-boxes .rollover .box-title,
  #location-title h1 {
    font-size: 28px;
  }

  h2,
  .h2,
  .box .box-title,
  #banner .headline,
  .headline,
  .faq-title {
    font-size: 25px;
  }

  h3,
  .h3 {
    font-size: 22px;
  }

  h4,
  .h4 {
    font-size: 19px;
  }

  h5,
  .h5 {
    font-size: 16px;
  }

  h6,
  .h6,
  .box .box-subtitle,
  .motm-questions {
    font-size: 14px;
  }

  .nutrition-left,
  .nutrition-right {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .flavor-info .disclaimer {
    margin: 10px;
  }

  #friend-boxes .text {
    font-size: 17px !important;
  }

  .flavor-cell .flavor-cell-name span {
    font-size: 19px;
  }

  #location-map {
    height: 200px;
  }

  #promo-popup.mobile-popup {
    width: 240px;
    text-align: center;
  }

  #promo-popup p {
    padding: 0 10px 10px;
    font-size: 14px;
    line-height: 1.2em;
  }

  #promo-popup .button {
    padding: 6px 8px;
    font-size: 13px;
  }
}

@media screen and (max-width: 400px) {
  .footer-col,
  .footer-col.col1,
  .footer-col.col3 {
    float: none !important;
    width: 98% !important;
    text-align: center !important;
  }

  #sidebar .loc-marker,
  #sidebar .loc-info {
    float: none;
    width: 96%;
  }

  #sidebar .loc-marker {
    margin-bottom: 10px;
    padding: 0 2%;
    text-align: center;
  }

  #sidebar .loc-info {
    margin-left: 0;
    padding: 0 2%;
    text-align: center;
  }

  #friends-grid div {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  #location-search input {
    width: 205px;
  }

  #location-title h1 {
    font-size: 18px !important;
  }

  #store-info {
    padding-top: 105px;
  }
}

.nutritional-facts-table {
  overflow-x: auto;
  margin-top: 20px;
}

.table-header-rotated a {
  text-decoration: none;
}

.table-header-rotated th.rotate {
  height: 130px;
  width: 40px;
  position: relative;
  vertical-align: bottom;
  white-space: nowrap;
}

.table-header-rotated th.rotate > div {
  position: relative;
  top: 0;
  left: 65px;
  height: 100%;
  transform: skew(-45deg, 0deg);
  -ms-transform: skew(-45deg, 0deg);
  -moz-transform: skew(-45deg, 0deg);
  -webkit-transform: skew(-45deg, 0deg);
  -o-transform: skew(-45deg, 0deg);
  overflow: hidden;
  border-left: 1px solid #ccc;
}

.table-header-rotated th:last-child.rotate > div {
  border-right: 1px solid #ccc;
}

.table-header-rotated th.rotate span {
  transform: skew(45deg, 0deg) rotate(315deg);
  -ms-transform: skew(45deg, 0deg) rotate(315deg);
  -moz-transform: skew(45deg, 0deg) rotate(315deg);
  -webkit-transform: skew(45deg, 0deg) rotate(315deg);
  -o-transform: skew(45deg, 0deg) rotate(315deg);
  position: absolute;
  bottom: 15px;
  left: 1px;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.table-header-rotated td {
  width: 40px;
  height: 35px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ccc;
  padding: 5px;
}

.table-header-rotated td a {
  display: block;
  width: 100%;
}

.table-header-rotated th.flavor-name {
  border: 1px solid #ccc;
  border-right: 2px solid #e4e1de;
  width: auto;
  min-width: 300px;
  text-align: left;
  padding: 0 11px;
}

@media screen and (min-width: 1024px) {
  .nutritional-facts-table {
    overflow-x: visible;
  }
}

@media screen and (max-width: 540px) {
  .table-header-rotated th.flavor-name {
    min-width: 150px;
  }
}

@media screen and (max-width: 1024px) {
  #page-wrapper {
    overflow-x: visible;
  }

  .table-header-rotated tr,
  .table-header-rotated td {
    width: 40px !important;
    padding: 5px !important;
  }

  .table-header-rotated tr {
    display: table-row !important;
  }

  .table-header-rotated td {
    display: table-cell !important;
  }
}

#show_allday {
    margin: 5px;
}