/**
  * Styling associated with Jekbee August 2021 project
  */

/** Helper classes **/

/* Text */
.capitalize {
  text-transform: uppercase;
}
.text-white {
  color: #ffffff !important;
}

/* Borders */
.dashed-right {
  border-right: 2px dashed;
}

/* Spacing */
.mb-0 {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  /* Text */
  .text-xs-center {
    text-align: center;
  }
  /* Padding */
  .pb-xs-5 {
    padding-bottom: 3rem;
  }
  .pt-xs-0 {
    padding-top: 0;
  }
  /* Ordering */
  .order-xs-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

/** CTA **/
.woocommerce-page .cta {
  padding: 0.5rem 2rem;
  font-weight: bold;
  border: 1px solid;
  -webkit-box-shadow: 1px 1px 3px #000000;
  box-shadow: 1px 1px 3px #000000;
  text-transform: uppercase;
  font-size: 1.1rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  font-family: "Gotham Bold", "Helvetica", "Arial", sans-serif;
  text-decoration: none !important;
}
.woocommerce-page .cta.white {
  background: #ffffff;
  color: #85754e !important;
  border-color: #ffffff;
}
.woocommerce-page .cta.white:hover {
  background: #85754e;
  color: #ffffff !important;
}
.woocommerce-page .cta.blue {
  background: #323e48;
  color: #ffffff !important;
  border-color: #ffffff;
}
.woocommerce-page .cta.blue:hover {
  background: #ffffff;
  color: #323e48 !important;
}
.woocommerce-page .cta.gold {
  background: #85754e;
  color: #ffffff !important;
  border-color: #ffffff;
}
.woocommerce-page .cta.gold:hover {
  background: #ffffff;
  color: #85754e !important;
}

/** Header **/
.header,
.header.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.header {
  background: #ffffff;
}
.header,
.header.show-subnav {
  position: -webkit-sticky;
  position: sticky;
}


/* New css 01 dec */
.menu-item-has-children {
  position: relative;
}
ul.sub-menu {
  position: absolute;
}

@media (max-width: 768px) {
  .admin-bar .header.show-subnav {
    height: calc(100vh - 46px);
  }
  .header.show-subnav {
    height: 100vh;
    overflow: auto;
  }
  .header .menu__wrap {
    padding-top: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu__logo {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
    height: 70px;
  }
  .header__logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  .menu__items {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: none;
  }
  .show-subnav .menu__items {
    display: block;
  }
  .toggle-subnav {
    -webkit-box-flex: 25%;
    -ms-flex: 25%;
    flex: 25%;
  }
  .navigation-more-button {
    display: block !important;
  }
}
.header:before {
  content: none;
}
@media (max-width: 768px) {
  .header > .container {
    height: auto;
  }
  .header .menu__items .menu li {
    width: 100%;
  }
}
.header .menu-main-navigation-container ul li {
  padding: 0;
}
.header .menu-main-navigation-container ul li a {
  color: #323e48;
  text-shadow: none;
  padding: 1rem 2rem;
}
@media (min-width: 769px) {
  .header .menu-main-navigation-container ul li.active a {
    background: #85754e;
    color: #ffffff!important;
  }
}
/* Privacy popup */
.gdpr__buttons a.btn.btn-primary,
.modal#gdpr {
  color: #323e48
}
/* Mega menu */
.subnav {
  width: auto;
  background: #fff;
  color: #323e48;
  right: 2rem;
  padding: 0.5rem;
  display: none;
}
.show-subnav .subnav {
  display: block;
}
.subnav .mega-menu a.mobile-show {
  display: none
}
@media (min-width: 769px) {
  .subnav {
    position: absolute;
    -webkit-box-shadow: 4px 4px 4px;
    box-shadow: 4px 4px 4px;
  }
}
.subnav .container {
  width: 961px;
}
.subnav .container .menu-main-navigation-container {
  display: none;
}
@media (max-width: 992px) {
  .subnav {
    right: 0;
    left: 0;
    width: 100%;
  }
  .subnav .container {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .shop-by {
    display: none;
  }
  .subnav .row > div {
    width: 100%;
    text-align: center;
  }
  .subnav .container .menu-main-navigation-container,
  .subnav .container .menu-main-navigation-container .menu {
    display: block;
  }
  .subnav .container .menu-main-navigation-container .menu {
    padding: 0 0 1rem;
    margin-top: 0.75rem;
  }
  .subnav .container .menu-main-navigation-container .menu li:first-child {
    display: none;
  }
  .subnav .container .menu-main-navigation-container .menu li {
    text-align: center;
    display: block;
  }
  .header .menu-main-navigation-container ul li a:after {
    display: none;
  }
  .header .menu-main-navigation-container ul li a {
    padding: 0;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }
  .header.show-subnav .menu-main-navigation-container ul li.toggle-subnav a {
    padding: 0;
    margin: 0;
    font-size: 1.5rem;
    position: relative;
  }
  .header.show-subnav
    .menu-main-navigation-container
    ul
    li.toggle-subnav
    a:before {
    content: "▼";
    display: block;
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 1.25rem;
  }
  .header.show-subnav
    .menu-main-navigation-container
    ul
    li.toggle-subnav.subnav__menu__close
    a:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .show-subnav .subnav:not(.active) .mega-menu {
    display: none;
  }
}
.subnav h6 {
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
  position: relative;
}
.subnav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.subnav a img {
  width: 30px;
  height: 27px;
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .subnav h6 {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.25rem;
  }
  .subnav [class*="col"].open h6 {
    margin-bottom: 1rem;
  }
  .subnav h6:after {
    content: "▼";
    display: block;
    position: absolute;
    right: 0.75rem;
    top: 1rem;
    font-size: 1.25rem;
  }
  .subnav .mega-menu [class*="col"].open h6:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .subnav .mega-menu a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .subnav .mega-menu [class*="col"]:not(.open):not(.always-show) a {
    display: none;
  }
  .subnav .mega-menu a.mobile-show {
    display: block
  }
  .subnav .mega-menu [class*="col"].always-show a {
    margin-top: 1rem
  }
  .subnav .mega-menu [class*="col"]:last-child.open {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.75rem;
  }
  .subnav a img {
    display: none;
  }
}
.toggle-subnav a.navigation-more-button {
  display: none;
  height: 30px !important;
  padding: 0 !important;
  width: 35px !important;
  overflow: visible !important;
  margin-left: auto;
  margin-right: 1rem;
}
.navigation-more-button svg {
  height: 30px;
  width: 35px;
}

/** Footer **/
.footer {
  clear: both;
}
.footer__links-logo .address {
  line-height: 1.25rem;
}
.footer__follow .inline {
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  margin: 0 1px;
  vertical-align: middle;
}
.footer__follow .inline.icon-twitter {
  font-size: 11px;
}
.footer__follow .inline.icon-youtube {
  font-size: 10px;
}
@media (max-width: 768px) {
  .footer__links .footer__links-links {
    margin-top: 0;
  }
  .footer__links .footer__links-links a {
    margin-bottom: 0;
    display: list-item;
    line-height: 23px;
  }
}
.footer__links .nolist {
  margin-top: 1rem;
}
.footer__links .nolist a {
  font-size: .9rem;
  line-height: 1.3rem;
  display: block;
  padding: .3rem 0;
}

/* WooCommerce - Product archive */
.shop-banner {
  padding: 0;
}
.shop-banner .row {
  margin: 0;
}
.shop-banner .article-listing__item--featured {
  height: auto;
  min-height: 420px;
  padding: 2rem
}
.cancel-orderby {
  border-bottom: 1px solid #cccccc;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .cancel-orderby {
    padding: 2rem 0;
  }
}
.cancel-orderby .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cancel-orderby .container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 769px) {
  .cancel-orderby .toggle-filters {
    display: none;
  }
}
@media (max-width: 768px) {
  .cancel-orderby .hide-filters {
    display: none;
  }
  .prdctfltr_wc {
    margin-bottom: 1rem
  }
}
.cancel-orderby .woocommerce-ordering {
  margin: 0;
}
.cancel-orderby .mobile-filters:not(.open) {
  display: none;
}
.cancel-orderby .mobile-filters .hide-filters-mobile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: .5rem 1rem;
  text-align: center;
  clear: both;
  width: 192px;
  display: block;
  margin: 1rem auto 0;
}
.shop-orderby {
  margin-left: auto;
}
.shop-orderby select {
  padding: 0.75rem 1rem;
  border: 1px solid;
  -webkit-box-shadow: 1px 1px 3px #000000;
  box-shadow: 1px 1px 3px #000000;
  font-weight: bold;
  font-size: 1.1rem;
}
@media (max-width: 768px) {
  .shop-orderby {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin: 2rem auto 0;
  }
}
.prdctfltr_wc {
  width: 23%;
  float: left;
}
@media (min-width: 769px) {
  .prdctfltr_wc {
    -webkit-box-shadow: 3px 3px 3px rgb(0 0 0 / 60%);
    box-shadow: 3px 3px 3px rgb(0 0 0 / 60%);
    margin-right: 2%;
    border-top: 1px solid #cccccc;
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
@media (max-width: 992px) {
  .prdctfltr_wc {
    width: 31%;
  }
}
@media (max-width: 768px) {
  .prdctfltr_wc {
    width: 100%;
  }
}
.prdctfltr_wc .prdctfltr_filter:not(.hide) {
  margin-bottom: 1rem;
}
@media (max-width: 900px) {
  .woocommerce-shop
    .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow
    .prdctfltr_woocommerce_ordering
    .prdctfltr_filter,
  .woocommerce-shop
    .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default
    .prdctfltr_woocommerce_ordering
    .prdctfltr_filter,
  .woocommerce-shop
    .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select
    .prdctfltr_woocommerce_ordering
    .prdctfltr_filter,
  .woocommerce-shop
    .prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen
    .prdctfltr_woocommerce_ordering
    .prdctfltr_filter {
    width: 100% !important;
    padding: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 1rem;
  }
  .woocommerce-shop
    .prdctfltr_wc
    .prdctfltr_woocommerce_ordering
    .prdctfltr_filter.hide {
    margin-bottom: 0 !important;
  }
}
.prdctfltr_filter .prdctfltr_regular_title {
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .prdctfltr_filter .prdctfltr_regular_title {
    text-transform: uppercase;
    text-align: center;
    font-family: "Gotham Bold", "Helvetica", "Arial", sans-serif;
    padding: 1rem 0 !important;
    width: 90%;
    margin: auto;
  }
}
.prdctfltr_filter:not(.hide) .prdctfltr_regular_title {
  margin-bottom: 0.5rem;
}
.prdctfltr_filter .prdctfltr_regular_title:after {
  content: "▼";
  display: block;
  position: absolute;
  right: 0.75rem;
  top: 0;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  .prdctfltr_filter .prdctfltr_regular_title:after {
    top: 1rem;
  }
}
.prdctfltr_filter.hide .prdctfltr_regular_title:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prdctfltr_filter.hide .prdctfltr_add_scroll {
  display: none;
}
.prdctfltr_checkboxes label {
  position: relative;
  padding-left: 2.5rem;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  background-position: left;
  line-height: 34px !important;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .prdctfltr_checkboxes label {
    width: 300px;
    margin: auto;
  }
}
.prdctfltr_ft_cat-treats {
  background-image: url("../img/aug-2021-icons/cat_treats.svg");
}
.prdctfltr_ft_wet-cat-food {
  background-image: url("../img/aug-2021-icons/wet_cat_food.svg");
}
.prdctfltr_ft_multipacks {
  background-image: url("../img/aug-2021-icons/multipacks.svg");
}
.prdctfltr_ft_pots {
  background-image: url("../img/aug-2021-icons/pots.svg");
}
.prdctfltr_ft_pouches {
  background-image: url("../img/aug-2021-icons/pouches.svg");
}
.prdctfltr_ft_tins {
  background-image: url("../img/aug-2021-icons/tins.svg");
}
.prdctfltr_ft_variety-packs {
  background-image: url("../img/aug-2021-icons/variety_pack.svg");
}
.prdctfltr_ft_in-broth {
  background-image: url("../img/aug-2021-icons/in_broth.svg");
}
.prdctfltr_ft_in-gravy {
  background-image: url("../img/aug-2021-icons/in_gravy.svg");
}
.prdctfltr_ft_chicken {
  background-image: url("../img/aug-2021-icons/chicken.svg");
}
.prdctfltr_ft_crab {
  background-image: url("../img/aug-2021-icons/crab.svg");
}
.prdctfltr_ft_duck {
  background-image: url("../img/aug-2021-icons/duck.svg");
}
.prdctfltr_ft_mackerel,
.prdctfltr_ft_ocean-fish,
.prdctfltr_ft_salmon,
.prdctfltr_ft_tuna {
  background-image: url("../img/aug-2021-icons/fish.svg");
}
.prdctfltr_ft_shrimp {
  background-image: url("../img/aug-2021-icons/shrimp.svg");
}
.prdctfltr_ft_100-natural {
  background-image: url("../img/aug-2021-icons/100_natural.svg");
}
.prdctfltr_ft_grain-free {
  background-image: url("../img/aug-2021-icons/grain_free.svg");
}
.prdctfltr_ft_truly-limited-ingredients {
  background-image: url("../img/aug-2021-icons/truly_limited_ingredients.svg");
}
.woocommerce-shop .prdctfltr_wc.prdctfltr_round .prdctfltr_filter label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.woocommerce-shop
  .prdctfltr_wc.prdctfltr_round
  .prdctfltr_filter
  label
  > span:before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 15px;
  height: 15px;
  border-radius: 0;
}
.woocommerce-shop
  .prdctfltr_wc.prdctfltr_round
  .prdctfltr_filter
  label.prdctfltr_active
  > span:before {
  width: 15px;
  height: 15px;
  border-radius: 0;
  border: 1px solid #777;
}
.woocommerce-shop
  .prdctfltr_wc
  .prdctfltr_filter
  label.prdctfltr_active
  > span:after {
  content: "✓";
  position: absolute;
  right: 15px;
  font-size: 1.2rem;
  top: -1px;
}
.woocommerce-shop .prdctfltr_wc .prdctfltr_buttons {
  margin: 0 !important;
}
.woocommerce-shop .prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset {
  margin-bottom: 1rem;
  padding: 0.5rem 2rem;
  font-weight: bold;
  border: 1px solid;
  -webkit-box-shadow: 1px 1px 3px #000000;
  box-shadow: 1px 1px 3px #000000;
  text-transform: uppercase;
  font-size: 1.1rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  font-family: "Gotham Bold", "Helvetica", "Arial", sans-serif;
  text-decoration: none !important;
  background: #ffffff;
  border-color: #ffffff;
  color: #323e48;
}
.woocommerce-shop .prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset:hover {
  background: #323e48;
  color: #ffffff !important;
}
.woocommerce .woocommerce-pagination .button {
  padding: 0.5rem 2rem;
  font-weight: bold;
  border: 1px solid;
  -webkit-box-shadow: 1px 1px 3px #000000;
  box-shadow: 1px 1px 3px #000000;
  text-transform: uppercase;
  font-size: 1.1rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  font-family: "Gotham Bold", "Helvetica", "Arial", sans-serif;
  text-decoration: none !important;
  background: #ffffff;
  color: #323e48 !important;
  border-color: #323e48;
}
.woocommerce .woocommerce-pagination .button:hover {
  background: #323e48;
  color: #ffffff !important;
}
.woocommerce-shop .prdctfltr_wc .prdctfltr_buttons .prdctfltr_reset label {
  top: 0;
  left: 0;
}
.woocommerce-shop
  .prdctfltr_wc
  .prdctfltr_buttons
  .prdctfltr_reset
  span:before {
    display: none;
}
.woocommerce-shop ul.products {
  width: 75%;
  float: none;
  clear: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-direction: row;
  margin:auto;
}
@media (max-width: 992px) {
  .woocommerce-shop ul.products {
    width: 66%;
  }
}
@media (max-width: 768px) {
  .woocommerce-shop ul.products {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.woocommerce ul.products:before {
  display: none;
}
.woocommerce-page ul.products.columns-3 li.product {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30%;
  padding: 1rem;
}
.woocommerce-page .prdctfltr_sc ul.products.columns-3 li.product {
  padding: 2rem;
  background: #fff;
  margin-bottom: 2rem;
  border-radius: 3px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 12%);
}
@media (min-width: 993px) {
  .woocommerce-shop ul.products li.product:not(:nth-child(3n+3)) {
    margin-right: 3%!important;
  }
}
@media (max-width: 992px) {
  .woocommerce-page ul.products.columns-3 li.product {
    width: 47%;
  }
  .woocommerce-shop ul.products li.product {
    margin-right: 0;
  }
  .woocommerce-shop ul.products li.product:nth-child(2n+1) {
    margin-right: 5%!important;
  }
}
@media (max-width: 768px) {
  .woocommerce-page .prdctfltr_sc ul.products.columns-3 li.product {
    padding: 2rem 1rem;
  }
}
.woocommerce ul.products li.product .product_list_thumb {
  margin: auto auto 1rem;
  height: 230px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .woocommerce ul.products li.product .product_list_thumb {
    height: 185px;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products li.product .product_list_thumb {
    height: 125px;
  }
}
.woocommerce ul.products li.product .product_list_thumb picture,
.woocommerce ul.products li.product .product_list_thumb img {
  display: block;
  max-height: 100%;
}
.woocommerce ul.products li.product a img {
  max-height: 100%;
  width: auto;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  margin-bottom: auto;
  width: 100%;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 1.25rem;
  letter-spacing: 0;
}
.woocommerce.woocommerce-shop ul.products li.product .cta {
  width: 100%;
  font-size: 1rem;
  padding: 0.3rem 1rem;
  text-align: center
}
@media (max-width: 768px) {
  .woocommerce.woocommerce-shop ul.products li.product .cta {
    padding: 0.3rem 0.7rem;
    font-size: 0.9rem;
  }
}
.woocommerce.woocommerce-shop .woocommerce-pagination .page-numbers {
  display: none;
}
.woocommerce.woocommerce-shop .load-more {
  margin-top: 1rem;
  display: block;
  width: 75%;
  text-align: center;
  float: none;
  clear: both;
  margin:auto;
}
@media (max-width: 768px) {
  .woocommerce.woocommerce-shop .load-more {
    width: 100%;
  }
}

/* WooCommerce - Single product */
.single-product div.product .product_title {
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
}
.single-product div.product div.images.woocommerce-product-gallery {
  width: 45%;
}
@media (max-width: 992px) {
  .single-product div.product div.images.woocommerce-product-gallery {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0 1rem;
    text-align: center;
  }
  .woocommerce div.product div.summary {
    width: 100%;
    text-align: center;
    padding: 2rem 0 0;
    clear: both;
    margin-bottom: 0;
  }
  .woocommerce div.product div.summary .cta {
    margin-top: 2rem;
  }
}
.woocommerce-product-gallery .flex-viewport {
  margin-bottom: 2rem;
  max-width: 100%;
}
@media (max-width: 992px) {
  .woocommerce-product-gallery .flex-viewport {
    margin: 2rem 0;
  }
}
.single-product
div.product
div.images.woocommerce-product-gallery
.flex-control-thumbs {
  width: 80%;
  margin: 0 auto ;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 3%;
  vertical-align: middle;
}
.single-product
div.product
div.images.woocommerce-product-gallery
.flex-control-thumbs
li {
  padding: 0;
  width: 22%;
}
.single-product .woocommerce-product-gallery .flex-control-thumbs li img,
.single-product .woocommerce-product-gallery .product-video {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.single-product .woocommerce-product-gallery .product-video {
  height: 84px;
  width: 18%;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff !important;
  background-size: cover;
  background-position: center;
  position: relative;
  opacity: 0.5;
  vertical-align: middle
}
.single-product .woocommerce-product-gallery .product-video:hover {
  opacity: 1;
}
.single-product .woocommerce-product-gallery .product-video:before {
  content: " ";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.single-product .woocommerce-product-gallery .product-video i {
  position: relative;
}
.single-product .woocommerce-product-gallery ol li:before {
  display: none;
}
.single-product-top-gradient {
  position: absolute;
  height: 800px;
  width: 100%;
  background: rgb(50,62,72);
  background: -webkit-linear-gradient(rgba(50,62,72,1) 5%, rgba(87,96,105,1) 50%, rgba(50,62,72,1) 95%);
  background: -moz-linear-gradient(rgba(50,62,72,1) 5%, rgba(87,96,105,1) 50%, rgba(50,62,72,1) 95%);
  background: -o-linear-gradient(rgba(50,62,72,1) 5%, rgba(87,96,105,1) 50%, rgba(50,62,72,1) 95%);
  background: linear-gradient(rgba(50,62,72,1) 5%, rgba(87,96,105,1) 50%, rgba(50,62,72,1) 95%);
}
.single-product,
.single-product .breadcrumb {
  color: #ffffff;
}
.single-product .breadcrumb {
  text-align: center;
  padding-bottom: 4rem;
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .single-product .breadcrumb {
    display: none;
  }
}
.single-product .summary p {
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.single-product .summary p.mb-20 {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .single-product .summary p.mb-20 {
    margin-bottom: 10px;
  }
}
.single-product #read-more {
  font-family: "Gotham Bold", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff !important;
  font-size: 1rem;
  margin-top: 0.5rem;
  cursor: pointer;
}
.single-product .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .single-product .icons {
    margin: .5rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.single-product .icons .icon_text {
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 140px;
  width: 100%;
  line-height: 1;
}
@media (max-width: 992px) {
  .single-product .icons .icon_text {
    max-width: 100px;
  }
}
.single-product .icons .icon_text:not(:last-child) {
  margin-right: 1.5rem;
}
@media (max-width: 992px) {
  .single-product .icons .icon_text:not(:last-child) {
    margin-right: 0;
  }
}
.single-product .icons .icon_text small {
  line-height: 1;
}
.single-product .icons .icon_text img {
  width: 30px;
  height: 35px;
  margin: 0.5rem auto;
}
.single-product .icons .icon_text svg path {
  fill: #ffffff;
}
.single-product .product_meta {
  display: none;
}
.single-product .woocommerce-tabs {
  background: #eaeaea;
}
.single-product.woocommerce div.product {
  -webkit-box-shadow: 0px 18px 16px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 18px 16px rgba(0, 0, 0, 0.43);
}

/* Single product where to buy */
#where-to-buy {
  color: #323e48;
}
#where-to-buy .image-title {
  margin: -1rem 0 1rem;
}
#where-to-buy .image-title .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
@media (min-width: 991px) {
  #where-to-buy .image-title .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
#where-to-buy .image-title img {
  height: 125px;
  margin-right: 2rem;
}
#where-to-buy .locations-title {
  background: #323e48;
  color: #fff;
  padding: 0.25rem 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 992px) {
  #where-to-buy .modal-box > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  #where-to-buy .modal-box > .row > div {
    max-width: 100%;
  }
}
#where-to-buy #online-locations .online-retailer {
  width: 100%;
  margin: 0 0 1rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto;
  padding: 0;
}
#where-to-buy #online-locations .online-retailer img {
  height: 50px;
}
#where-to-buy #online-locations .online-retailer .cta {
  padding: 0.6rem 2rem;
  line-height: 1;
  font-size: 1rem;
  max-width: 155px;
  text-align: center
}
#where-to-buy #wpsl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 992px) {
  #wpsl-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
  }
}
#where-to-buy .wpsl-search {
  background: none;
  padding: 0;
  margin: 0 0 0.25rem 0;
}
#where-to-buy .wpsl-search #wpsl-search-wrap form {
  margin: 0;
}
#where-to-buy .wpsl-search #wpsl-search-wrap form .wpsl-input {
  margin-right: 0;
}
#where-to-buy .wpsl-search #wpsl-search-wrap form .wpsl-select-wrap {
  display: none;
}
#wpsl-wrap #wpsl-result-list {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
#where-to-buy #wpsl-wrap #wpsl-result-list {
  width: 100%;
}
@media (max-width: 992px) {
  #wpsl-wrap #wpsl-result-list {
    width: 100%;
  }
}
#wpsl-wrap #wpsl-result-list #wpsl-stores li:before {
  display: none;
}
#wpsl-wrap #wpsl-result-list .wpsl-store-location p {
  margin-bottom: 0.5rem;
  line-height: 1.3rem;
}
#wpsl-wrap #wpsl-result-list .wpsl-direction-wrap {
  font-size: 0.9rem;
}
#wpsl-wrap #wpsl-result-list .wpsl-directions {
  display: none;
}
#wpsl-wrap #wpsl-gmap {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
#where-to-buy #wpsl-wrap #wpsl-gmap {
  width: 100%;
}
@media (max-width: 992px) {
  #wpsl-wrap #wpsl-gmap {
    width: 100%;
  }
}
#map #wpsl-stores,
#offline-locations #wpsl-stores {
  height: auto !important;
  max-height: 350px !important;
  text-align: left;
}
#wpsl-stores li {
  padding: 0;
}

/* Single product related products */
.single-product.woocommerce ul.products {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .single-product.woocommerce ul.products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .single-product.woocommerce ul.products li.product {
    width: 50% !important;
  }
  .related-title {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 3rem;
  }
  .woocommerce.single-product .products.related ul.products li.product {
    margin-right: 0!important;
  }
}
@media (max-width: 768px) {
  .single-product.woocommerce ul.products li.product {
    width: 80% !important;
  }
}
.woocommerce.single-product .related h3 {
  text-align: center;
}
.woocommerce.single-product .related {
  background: #323e48;
background: -webkit-linear-gradient(rgba(50,62,72,1) 5%, rgba(87,96,105,1) 50%, rgba(50,62,72,1) 95%);
background: -moz-linear-gradient(rgba(50,62,72,1) 5%, rgba(87,96,105,1) 50%, rgba(50,62,72,1) 95%);
background: -o-linear-gradient(rgba(50,62,72,1) 5%, rgba(87,96,105,1) 50%, rgba(50,62,72,1) 95%);
background: linear-gradient(rgba(50,62,72,1) 5%, rgba(87,96,105,1) 50%, rgba(50,62,72,1) 95%);
}
.woocommerce.single-product .related .product_list_thumb {
  height: 300px;
  width: 80%;
  margin: auto auto 1rem;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff
}
@media (max-width: 768px) {
  .woocommerce.single-product .related .product_list_thumb {
    height: auto!important;
  }
}
.woocommerce.single-product ul.products li.product .cta {
  width: 65%;
  padding: 0.3rem 1rem;
}
@media (max-width: 768px) {
  .woocommerce.single-product ul.products li.product .cta {
    width: 80%;
  }
}
.woocommerce.single-product ul.products li.product .cta.blue {
  background: #ffffff;
  color: #85754e !important;
}
.woocommerce.single-product ul.products li.product .cta.blue:hover {
  background: #85754e;
  color: #ffffff !important;
}

/* Single product page tabs */
.tabs {
  background-color: #85754e;
}
@media (max-width: 992px) {
  .tabs {
    display: none;
  }
}
.tabs .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tabs h5 {
  background-color: #85754e;
  color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  text-align: center;
  margin-bottom: 0;
  white-space: nowrap;
  padding: 3%;
  position: relative;
  cursor: pointer;
}
.tabs .active {
  background-color: #efefef;
  color: #000000;
}

/* Product Info list div */
#product-info-list {
  width: 100%;
  height: auto;
  color: black;
  background-color: #efefef;
}
#product-info-list .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#product-info-list .row img {
  width: 300px;
  margin: auto;
}
@media (max-width: 992px) {
  #product-info-list .row img {
    margin-top: 2rem
  }
  #product-info-list .row {
    margin: 0;
    padding: 0 1rem;
  }
  .tab .tab-inner-contents {
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
  }
  .tab:not(.active) .tab-inner-contents {
    display: none;
  }
  #product-info-list .row .info {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  #product-info-list .row .image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 3rem;
    margin-top: -2rem;
    width: 50%
  }
}

/* Inner tab container */
.tabs-contents {
  background: #efefef;
  padding: 5rem 0;
  width: 100%;
}
@media (max-width: 992px) {
  .tabs-contents {
    padding: 0;
    text-align: center;
  }
}
.tabs-contents .tab {
  color: #000000;
}
@media (max-width: 992px) {
  .tabs-contents .tab {
    border-bottom: 1px solid #cccccc;
  }
}
@media (min-width: 991px) {
  .tabs-contents .tab h4:not(.always-show) {
    display: none;
  }
}
@media (max-width: 992px) {
  .tabs-contents .tab h4.tab-toggler {
    display: block;
    padding: 1.5rem 3rem;
    margin: 0;
    position: relative;
  }
  .tabs-contents .tab h4.tab-toggler::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 1rem 1rem;
  }
  .tabs-contents .tab.active h4.tab-toggler::after {
    content: "-";
  }
}
@media (min-width: 991px) {
  .tabs-contents .tab:not(.active) {
    display: none;
  }
}

/* Ingredients list div */

/* Ingredients container */
.ingredients-container ul {
  padding-left: 1rem;
}
.ingredients-container ul li {
  font-size: 89%;
}
.ingredients-container .multipack-contents {
  list-style: none;
  margin: 0;
  justify-content: center;
  gap: 5%;
  max-width: 1100px;
  margin: 3rem auto 0!important;
  align-items: stretch
}
.ingredients-container .multipack-contents li.product {
  margin: 0!important;
  background: #fff;
  padding: 2rem 2rem 1.5rem;
  border-radius: 5px;
  position: relative;
  justify-content: space-between!important;
}
.ingredients-container .multipack-contents li.product a.image-link {
  display: flex;
  max-width: 90%;
  align-items: center
}
.ingredients-container .multipack-contents li.product img {
  margin: 0 auto!important
}
.ingredients-container .multipack-contents li.product .product-count {
  position: absolute;
  top: -15px;
  left: -15px;
  height: 30px;
  width: 30px;
  font-size: 14px;
  background: #fff;
  line-height: 26px;
  border-radius: 50px;
  border: 2px solid #85754e;
}
@media (max-width: 992px) {
  .ingredients-container .row {
    width: 100%;
    margin: 0;
  }
  .ingredients-container .row > div {
    width: 100%;
    text-align: center;
    border: 0;
  }
  .ingredients-container ul {
    width: auto;
    margin: auto;
    display: inline-block;
    margin-bottom: 2rem;
  }
  .ingredients-container ul li {
    list-style: none;
  }
  .ingredients-container ul:not(.multipack-contents) li:before {
    content: "•";
    margin-right: .5rem;
  }
  .ingredients-container ul.multipack-contents li.product {
    margin-bottom: 3rem!important
  }
}
.ingredients {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  margin-bottom: 3rem;
  gap: 3%;
}
.ingredients .ingredient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  max-width: 30%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 200px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 992px) {
  .ingredients .ingredient {
    max-width: 42%;
  }
}
.ingredients .ingredient:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.ingredients .ingredient span {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Gotham Bold", "Helvetica", "Arial", sans-serif;
}

/* Feeding Guidelines list div */
.feeding__title-icon {
  width: 68px;
  height: 68px;
  background-image: url(../img/clock.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-bottom: 1rem!important;
}
.feeding__title-icon h4 {
  line-height: 68px;
  text-align: center;
  letter-spacing: 0
}
@media (max-width: 991px) {
  .feeding__title-icon {
    display: none
  }
}

/* Here to help section */
.here-to-help-section {
  background-color: #85754e;
  color: #ffffff;
  text-align: center;
  overflow: auto;
}
.helpful-links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .helpful-links-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.helpful-links-container a {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 42%;
  flex: 1 1 42%;
  padding: 3rem;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid white;
  position: relative;
  max-width: 47%;
}
.helpful-links-container a.contact-us-link {
  background-image: url("/wp-content/uploads/2021/04/JM3_5088.jpg");
}
.helpful-links-container a.faq-link {
  background-image: url("/wp-content/uploads/2021/05/lazy.jpg");
}
@media (max-width: 992px) {
  .helpful-links-container a {
    width: 90%;
    max-width: 100%;
  }
  .helpful-links-container a:first-child {
    margin-bottom: 2rem;
  }
}
.helpful-links-container a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.helpful-links-container a span {
  position: relative;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 2.5rem;
  font-family: "Gotham Bold", "Helvetica", "Arial", sans-serif;
}

/* Where to Buy page */
.top-section {
  width: 50%;
  margin: 5% auto;
  margin-top: 15%;
}
.where-to-buy-intro {
  text-align: center;
}
.where-to-buy-intro .row > div {
  margin: auto;
}

.view-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: stretch;
}

.view-tabs h2 {
  background: #323E48;
  color: white;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-tabs .active {
  background-color: #efefef!important;
  color: #000000;
}

#online {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: center;
  padding: 3%;
  margin-bottom: 0;
}

#store {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  text-align: center;
  padding: 3%;
  margin-bottom: 0;
}

.store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Online retailers list div */
#list {
  width: 100%;
  height: auto;
  background-color: #efefef;
}

/* Store locations list div */
#map {
  width: 100%;
  height: auto;
  background-color: white;
}

.where-to-buy-h1 {
  margin-bottom: 2rem;
}

.flex-container1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2rem;
}

.flex-container1 .online-retailer {
  width: 20%;
  background: white;
  -webkit-box-shadow: 2px 2px 3px 3px grey;
  box-shadow: 2px 2px 3px 3px grey;
  min-height: 150px;
}
.online-retailer a {
  height: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.online-retailer a img {
  max-height: 150px
}

@media (max-width: 768px) {
  .flex-container1 .online-retailer {
    width: 45%;
    overflow: hidden;
  }
}

/* Store Locator div wrapper */
#wpsl-wrap {
  position: relative;
  width: 90%;
  overflow: hidden;
  clear: both;
  margin: auto;
}

/* WP Store Locator CSS */
#wpsl-search-wrap form {
  /* margin: 0; */
  padding: 0;
  border: none;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 1rem;
}

/* input wrapper */
.wpsl-input {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  width: 100%;
}

/* input tag */
input#wpsl-search-input {
  width: 100%;
  height: 2.5rem;
}

/* Radius select wrapper */
.wpsl-select-wrap {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

/* Radius select */
.wpsl-dropdown {
  width: 200px;
}

/* Search button wrapper */
.wpsl-search-btn-wrap {
  position: absolute;
  right: 3px;
  margin-right: 0 !important;
  float: none;
}
@media (max-width: 570px) {
  .wpsl-search-btn-wrap {
    margin-top: 0;
    margin-right: 4px !important;
  }
}
.wpsl-search-btn-wrap #wpsl-search-btn {
  margin: 0;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  height: 39px;
  width: 32px;
  padding: 0;
  background: url(../img/aug-2021-icons/search-icon.jpg);
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Search background colour */
.wpsl-search {
  background: #efefef;
}

/* Where to buy page mobile adjustments */

@media (max-width: 992px) {
  .view-tabs h2 {
    display: none;
  }

  #map,
  #list {
    display: block;
  }
}