/* Header */
/* stylelint-disable-next-line */
@media (max-width: 768.98px) {
  .nav .storeinfo .card {
    margin: 1em;
    padding-top: 1em;
    padding-bottom: 1em; }
  .nav .storeinfo {
    padding-top: 0.4em;
    padding-bottom: 0.8em;
    background-color: var(--skin-background-color-1); } }

nav {
  background-color: white; }

.main-menu {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }

.nav-item > .nav-link {
  color: var(--skin-main-text-color-1); }

.checkout-header .experience-component.experience-theme-icon {
  text-align: center;
  padding: 2rem; }
  @media (max-width: 544px) {
    .checkout-header .experience-component.experience-theme-icon {
      padding: 1rem; } }

div.mobile-1r-1c.checkout-header {
  border-bottom: 1px solid #dbdbdb; }

nav.singlelineheader .one a {
  color: var(--skin-banner-text-color-1); }

.navbar-header .store .card {
  width: 100%; }

/* Footer */
footer {
  margin-top: 10px; }

/* Search suggestions */
.suggestions-wrapper {
  white-space: nowrap; }

.suggestions {
  z-index: 60;
  line-height: 1rem; }

.suggestions .item .name-wrapper {
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 95%; }

.suggestions .container {
  overflow: hidden; }

/* Home */
.recipeMiniText {
  color: var(--skin-main-text-color-1); }

.recipeMiniText h3 {
  font-family: var(--skin-body-font);
  margin-bottom: 1rem; }

/* General */
.card,
.card-header {
  background-color: #fff; }

.slant-down::after {
  display: none; }

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2b534c;
  border-color: #2b534c; }

.modal-background {
  z-index: 9002; }

.add-to-cart-messages {
  z-index: 9003; }

/* My Account */
.hero.account-image {
  background-image: none;
  height: 3.5vw;
  text-align: center; }

.hero.account-image h1.page-title {
  background-color: transparent;
  color: var(--skin-main-text-color-1);
  font-size: 2rem;
  left: 0;
  top: 0;
  margin: 0.5rem 0 0; }

.hero.account-image h1.page-title::before {
  display: none; }

.container ol.breadcrumb {
  border-bottom: none; }

.page-section-title {
  color: var(--skin-link-color-1);
  border-bottom: 1px solid var(--skin-border-color-1); }

.card-body.card-info-group {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.1875rem;
  margin: 1rem; }

.red {
  color: var(--color-red); }

.grey {
  color: var(--gray-color); }

/* PLP */
.product-tile {
  padding: 1rem;
  background-color: #fff !important;
  border: 10px solid var(--skin-background-color-1) !important; }

.pdp-link {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden; }

.product-grid .col-6.col-sm-4 {
  padding: 0; }

/* stylelint-disable-next-line */
@media (max-width: 991.98px) {
  .hero.account-image {
    height: 8vw; }
  .hero.account-image h1.page-title {
    font-size: 1.5rem;
    margin: 0; }
  .navbar-toggler {
    top: 0.3em;
    left: 0;
    bottom: unset !important;
    right: initial !important; }
  .navbar-toggler span {
    display: none; }
  nav.singlelineheader .two {
    max-width: 15rem; } }

/* stylelint-disable-next-line */
@media (max-width: 991.98px) {
  .brand {
    width: 3em; }
  .htmlLogo {
    width: 208px !important;
    margin-left: 3rem; } }

/* stylelint-disable-next-line */
@media (min-width: 544px) {
  .modal-dialog {
    margin: 4rem auto; } }

/* stylelint-disable-next-line */
@media (max-width: 768.98px) and (min-width: 544px) {
  .site-search {
    width: auto; } }

.user .popover.popover-bottom {
  top: 100%;
  font-family: var(--skin-body-font);
  padding: 0; }

.user .popover.popover-bottom ul.nav li:first-child {
  padding-right: 0.5rem; }

.user .popover ul.nav {
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  padding: 3px;
  display: block; }

nav .user a {
  white-space: nowrap; }

header .store,
header nav.singlelineheader .store a div,
header nav.singlelineheader .store a {
  font-size: 0.9rem !important;
  color: var(--skin-main-text-color-1);
  font-family: var(--skin-body-font); }

header .store button,
header nav.singlelineheader .store button {
  font-family: var(--skin-body-font); }

.user .titlebox {
  margin-bottom: 1px; }

header .btn {
  padding: 0;
  line-height: 2; }

.navbar-header .user {
  position: relative; }

#miniaccount .navbar-header .user {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0; }

.singlelineheader .navbar-header .user {
  margin: 0; }

.update-quantity .tile-update-quantity {
  height: 24px !important; }

.line-item-promo {
  font-size: 1.2em;
  background-color: #d42b25;
  color: white;
  padding: 0.2em 0.5em;
  margin: 0.2em 1.4em 0 0; }

.container.cart h1 {
  font-size: 1rem;
  font-weight: 500; }

.container.cart h2 {
  font-size: 2rem;
  font-weight: 500; }

.minicart .delete-confirmation-body {
  font-family: var(--skin-body-font);
  font-size: 1rem; }

.minicart .modal-footer .btn {
  font-family: var(--skin-body-font);
  font-size: 1rem;
  padding: 0.2rem 0.75rem; }

.minicart {
  width: 22px; }

.price {
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap; }

.cartgroup .price del {
  display: block; }

.minicart .price del {
  display: block; }

.allow-replacement {
  font-size: 0.813rem; }

.cart .unit-price-row {
  font-size: 0.9rem; }

.minicart .unit-price-row {
  font-size: 0.8rem; }

.product-tile .unit-price-row {
  font-size: 1rem;
  font-weight: bold; }

.wishlistTile span.fa-stack {
  top: 0;
  right: 0; }

.cart-page .remove-line-item.d-lg-none button.remove-product {
  background-color: #fff;
  font-size: 1.2rem;
  padding: 0;
  margin-top: -10px;
  color: #808080; }

.line-item-promo .callout-message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2b534c;
  border-color: #2b534c; }

.main-menu {
  border-top: unset; }

/* PLP */
.product-tile {
  padding: 1rem 1rem 0.5rem 1rem;
  background-color: #fff !important;
  border: 1px solid var(--skin-border-color-1) !important;
  border-radius: 10px;
  margin-bottom: 30px; }
  @media (max-width: 544px) {
    .product-tile {
      margin-bottom: 15px; } }

.pdp-link {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  line-height: 1.2em;
  max-height: calc(1.2em * 3); }
  @media only screen and (max-width: 768px) {
    .pdp-link {
      width: 190px; } }
  .pdp-link .link {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2em;
    max-height: calc(1.2em * 3); }

.product-grid .col-6.col-sm-4 {
  padding: 0; }

.line-item-promo {
  font-size: 1em;
  color: var(--color-red);
  background-color: transparent;
  padding: 0;
  margin: 0; }
  @media (min-width: 769px) {
    .line-item-promo {
      font-size: 1em; } }
  @media (max-width: 543px) {
    .line-item-promo {
      font-size: 0.9em; }
      .line-item-promo .promoIcon {
        width: 20px; } }

.line-item-promo .callout-message {
  display: -ms-flexbox;
  display: flex;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%; }
  @media (min-width: 992px) {
    .line-item-promo .callout-message {
      -ms-flex-pack: center;
          justify-content: center;
      padding-top: 1rem; } }

.cart-page .remove-line-item.d-lg-none button.remove-product {
  background-color: #fff;
  font-size: 1.2rem;
  padding: 0;
  margin-top: -10px;
  color: #808080; }

.update-quantity .tile-update-quantity {
  height: 35px !important; }

@media (min-width: 768.99px) and (max-width: 1199.98px) {
  .banner-color .container {
    height: 180px; } }

.banner-color .container .singlelineheader {
  height: 90px; }
  @media (max-width: 768.98px) {
    .banner-color .container .singlelineheader {
      height: auto; } }
  @media (min-width: 768.99px) and (max-width: 1199.98px) {
    .banner-color .container .singlelineheader {
      height: auto; } }

.link-header-white {
  color: white; }

header .store,
header nav.singlelineheader .store a div,
header nav.singlelineheader .store a {
  font-size: 1rem !important;
  color: var(--skin-main-text-color-1);
  font-family: var(--skin-body-font); }
  header .store p,
  header nav.singlelineheader .store a div p,
  header nav.singlelineheader .store a p {
    font-size: 0.8rem !important; }
  header .store.link-header-white,
  header nav.singlelineheader .store a div.link-header-white,
  header nav.singlelineheader .store a.link-header-white {
    color: #464c36; }
    header .store.link-header-white i.fa-caret-down,
    header nav.singlelineheader .store a div.link-header-white i.fa-caret-down,
    header nav.singlelineheader .store a.link-header-white i.fa-caret-down {
      scale: 1.2; }

header nav.singlelineheader .store a.storelocator-email {
  font-size: 0.8rem !important; }

#mystore {
  font-family: var(--skin-header-font), sans-serif;
  color: white; }
  #mystore .store-header {
    border-bottom: 1px solid #ccc;
    color: var(--skin-main-text-color-1);
    font-size: 1.4rem !important;
    font-weight: 700; }
    #mystore .store-header .title-store {
      font-family: var(--skin-header-font), sans-serif;
      font-size: 25px; }
    #mystore .store-header .close-store {
      color: var(--skin-main-text-color-1);
      outline: none; }

div.mobile-1r-1c.checkout-header {
  border-bottom: 1px solid #dbdbdb; }
  div.mobile-1r-1c.checkout-header div.row {
    width: 100%; }

/* Footer */
footer {
  margin-top: unset; }

.modal-dialog:not(.modal-dialog-advice) {
  padding: 0;
  margin: 6rem auto; }
  @media only screen and (max-width: 544px) {
    .modal-dialog:not(.modal-dialog-advice) {
      top: 8rem;
      margin: 0 5px 0 5px; } }

.center-modal-multi-wishlist .modal-dialog {
  padding: 0;
  margin: 0 10px 0 10px; }
  @media only screen and (max-width: 544px) {
    .center-modal-multi-wishlist .modal-dialog {
      top: 13rem; } }
  @media (min-width: 544px) and (max-width: 768.98px) {
    .center-modal-multi-wishlist .modal-dialog {
      top: 13rem;
      margin: 0 auto; } }
  @media (min-width: 768.99px) and (max-width: 1199.98px) {
    .center-modal-multi-wishlist .modal-dialog {
      top: 13rem;
      margin: 0 auto; } }
  @media (min-width: 1200px) {
    .center-modal-multi-wishlist .modal-dialog {
      top: 13rem;
      margin: 0 auto; } }

.modal-dialog-advice {
  padding: 0 15px;
  margin: 0rem auto;
  top: unset; }
  .modal-dialog-advice ul {
    padding-inline-start: 20px; }

/*# sourceMappingURL=sunniebranding.css.map*/