/* Font */

@font-face {
  font-family: "avenir";
  src: url("../webfonts/Avenir 35 Light-webfont.eot");
  src: url("../webfonts/Avenir 35 Light-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/Avenir 35 Light-webfont.woff2") format("woff2"),
    url("../webfonts/Avenir 35 Light-webfont.woff") format("woff"),
    url("../webfonts/Avenir 35 Light-webfont.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "avenir";
  src: url("../webfonts/AvenirLTStd-Roman.eot");
  src: url("../webfonts/AvenirLTStd-Roman.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/AvenirLTStd-Roman.woff2") format("woff2"),
    url("../webfonts/AvenirLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "avenir";
  src: url("../webfonts/Avenir 95 Black-webfont.eot");
  src: url("../webfonts/Avenir 95 Black-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("../webfonts/Avenir 95 Black-webfont.woff2") format("woff2"),
    url("../webfonts/Avenir 95 Black-webfont.woff") format("woff"),
    url("../webfonts/Avenir 95 Black-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* General Styles */
:root {
  --dark-blue: #00748b;
  --light-blue: #2c889b;
  --max-width: 1448px;
}

html {
  font-size: 16px;
  background: var(--light-blue);
  height: 100%;
  font-family: "avenir", sans-serif;
}
body {
  font-family: "avenir", sans-serif;
  background: white;
  overflow: initial !important;
}

body,
button,
input,
textarea,
select {
  color: #414658;
  line-height: 1.5;
  font-size: 100%;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#wrapper section {
  background: white;
}

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

a,
.button {
  transition: all 150ms ease;
  -webkit-backface-visibility: hidden;
  cursor: pointer;
}

a {
  color: var(--dark-blue);
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

p {
  margin-bottom: 1em;
}

p:last-of-type {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

.flex {
  display: flex;
}

#wrapper {
  overflow-x: hidden;
  margin: auto;
}

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

.padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-top {
  padding-top: 3rem;
}

.padding-bottom {
  padding-bottom: 3rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
  width: 100%;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
  color: var(--dark-blue);
  margin-bottom: 0;
}

h3 {
  font-size: 1rem;
}

.button,
.pagination a {
  display: inline-block;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 3em;
  background: #000;
  font-size: 0.75rem;
  border-radius: 4px;
}

.button.blue {
  background: var(--dark-blue);
}

.button.pink,
.pagination a {
  background: var(--light-blue);
}

.videoWrapper {
  position: relative;
  padding-bottom: 54.25%;
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0;
  background: transparent;
  position: relative;
  zoom: 1;
  width: 100%;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  text-decoration: none;
  display: flex;
  align-items: center;
  position: absolute;
  justify-content: center;
  top: 45%;
  z-index: 10;
  overflow: hidden;
  width: 40px;
  height: 100px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin-top: -20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  background: rgba(65, 70, 88, 0.36);
}
.flex-direction-nav a:before {
  font-family: "Font Awesome 5 Pro";
  font-size: 30px;
  display: inline-block;
  content: "\f104";
  font-weight: 300;
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flex-direction-nav .flex-next {
  right: 0;
}
/*.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: -20px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: -20px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}*/
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: "\f003";
}
.flex-control-nav {
  width: auto;
  position: relative;
  z-index: 2;
  margin-top: 1rem;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 15px;
  height: 15px;
  display: block;
  border-radius: 100%;
  background: var(--dark-blue);
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  background: #414658;
}
.flex-control-paging li a.flex-active {
  background: #414658;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
  }
}

.flexslider ul.slides img,
.cta img {
  border-radius: 10px;
}

/* Custom Framework Styles*/

.container {
  width: 95%;
  max-width: var(--max-width);
}

/*.Alert Styles */

section.alert {
  background: #95d60a66 !important;
  padding: 0.5rem 0;
  font-size: 0.75rem;
  font-weight: 700;
}
section.alert span {
  font-weight: bold;
}

section.alert,
section.alert a {
  color: #414658;
  font-weight: 500;
}

/*.Header Styles */

header.desktop-header {
  display: block;
}

header.mobile-header {
  display: none;
}

.mobile-menu-holder {
  display: none;
}

header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header {
  background: var(--dark-blue);
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.navigation ul.menu .sub-menu {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 48px;
  width: 100%;
  z-index: 99;
  background: var(--dark-blue);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom: 6px solid var(--light-blue);
  z-index: 150;
}

.sub-menu ul {
  list-style: none;
}

li.parent-menu-item > a i {
  font-size: 0.85rem;
  display: inline-block;
  margin-left: 0.5rem;
}

.main-menu a:hover {
  opacity: 1;
}

.navigation ul.menu .sub-menu h4,
.navigation ul.menu .sub-menu a,
.navigation ul.menu .sub-menu {
  color: #fff;
  text-align: left;
}

.navigation ul.menu .sub-menu a:hover {
  opacity: 0.6;
}

.navigation ul.menu .sub-menu li {
  list-style: none;
  display: block;
  margin-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  font-weight: 400;
}

.navigation ul.menu li:hover .sub-menu {
  display: block;
}

.navigation ul.menu .sub-menu h4 {
  font-size: 1rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.navigation .category-information {
  text-align: center;
}

.navigation .category-information img {
  max-width: 150px;
  width: 100%;
  height: auto;
  float: none;
  margin: auto;
}

.navigation .category-information h3 {
  font-size: 2rem;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.navigation .category-information p {
  max-width: 220px;
  margin: auto;
}

.navigation ul.menu .sub-menu .blog-feed li {
  padding: 10px 0;
  font-weight: 700;
  width: 100%;
  float: left;
}

.navigation ul.menu .sub-menu .blog-feed li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation ul.menu .sub-menu .blog-feed img {
  height: 40px;
  width: 40px;
  margin-right: 20px;
  float: left;
}

.navigation ul.menu .sub-menu .blog-feed span {
  float: left;
  width: calc(100%-60px);
}

header a.logo {
  width: 100%;
  max-width: 192px;
  float: left;
}

header .site-wide-search {
  width: 100%;
  float: left;
}

.location-search {
  padding: 1rem;
  background: #f8f8f8;
}

.location-search-inner {
  padding: 1rem 20px;
  text-align: center;
}

.location-search-inner span {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 0.875rem;
}

.location-search-inner span:hover {
  color: var(--light-blue);
}

.location-search-all {
  background: #f8f8f8;
  padding: 1rem 20px;
  text-align: left;
  font-size: 0.75rem;
}

header .site-wide-search input,
.location-search input {
  background: #fff;
  border: none;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 1rem;
}

header .site-wide-search button,
.location-search button {
  position: absolute;
  right: 1rem;
  top: 50%;
  border: none;
  padding: 0;
  margin: 0;
  transform: translateY(-50%);
}

.location-search button {
  right: 0.5rem;
}

.location-search {
  background: #f8f8f8;
  padding: 1rem;
}

.search-holder {
  position: relative;
}

.location-search label {
  width: 100%;
  text-transform: uppercase;
  text-align: left;
  display: block;
  font-size: 0.75rem;
  margin-bottom: 10px;
}

.location-search input {
  height: 30px;
  line-height: 30px;
  padding: 0 0.5rem;
  border: 1px solid #dedede;
  font-size: 0.75rem;
}

.header-options {
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
}

.header-options > div {
  margin-left: 2rem;
  display: inline-block;
}

.header-options i {
  float: left;
  font-size: 1.2rem;
}

.header-options span {
  font-size: 0.75rem;
  float: left;
  margin-left: 12px;
  text-align: left;
  font-weight: bold;
}
.header-options > div {
  display: flex;
  align-items: center;
}

.navigation {
  position: relative;
}

.navigation ul li {
  list-style: none;
  display: inline-block;
  padding-right: 2.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.navigation ul li a {
  display: block;
  color: white;
  font-size: 14px;
}

.navigation ul li a:hover {
  opacity: 1;
}

.navigation img {
  float: left;
  width: auto;
  height: 22px;
  margin-right: 0.5rem;
}

.store-location-holder {
  cursor: pointer;
  position: relative;
  max-width: 300px;
  width: 100%;
  float: right;
  background: rgba(255, 255, 255, 0.2);
}

.store-location-picker {
  height: 48px;
  line-height: 48px;
  padding: 0 1rem;
}

.store-location-holder.active .store-location-picker {
  color: #fff;
  background: #00748a;
}

.store-location-holder.active .fa-chevron-square-down {
  transform: rotate(180deg);
}

.store-location-picker .fa-chevron-square-down {
  float: right;
  line-height: 48px;
  cursor: pointer;
}

.store-location-picker .fa-store-alt {
  color: white;
  float: left;
  line-height: 48px;
}

.store-location-picker span {
  font-size: 0.75rem;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0.5rem;
  float: left;
  line-height: 48px;
}

.store-location-holder .store-location-list {
  display: none;
  min-height: 300px;
  background: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 0;
  top: 48px;
  width: 100%;
  z-index: 151;
}

.store-location-list {
  color: #414658;
}

.store-location-holder.active .store-location-list {
  display: block;
}

/*.Homepage Styles */

.options {
  padding: 1rem 0;
}

.options img {
  height: 20px;
  width: auto;
  margin-right: 0.5rem;
}

.options span {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 500;
}

.cta.padding {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.brand-logos .col {
  width: 100%;
  margin: 0 0.5% 0.5% 0.5%;
  min-height: 120px;
  background: #fff;
  border-radius: 10px;
}
.brand-logos {
  padding-bottom: 4rem;
}
.weird.product-brand {
  border: 1px solid #ececec;
  border-radius: 5px;
}

.brand-link {
  width: 19%;
  margin: 0.5%;
}

.product-brand {
  background-size: 100% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.brand-name {
  color: var(--dark-blue);
  font-weight: 500;
}

section.page-title {
  background: #f1f1f1 !important;
  padding-bottom: 2rem;
  text-align: center;
}

/*.Product Styles */

.product-holder {
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  min-height: 100%;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 4px;
}

.product-holder:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.woocommerce ul.products li.product a img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
  max-height: 205px;
  margin: auto;
}

.woocommerce ul.products li .product-terms span {
  color: #414658;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 0.25rem 0.5rem;
  font-size: 0.625rem;
  margin: 0 2px;
  display: inline-block;
}

.woocommerce .products ul,
.woocommerce ul.products {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  margin-top: 2em;
}

.woocommerce ul.products li.product {
  width: 100%;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin: 0 0 1rem 0;
  text-align: center;
}

.woocommerce ul.products.columns-4 li.product {
  -ms-flex-preferred-size: 24.9%;
  flex-basis: 24.9%;
  max-width: 24.9%;
}

.woocommerce ul.products.columns-3 li.product {
  -ms-flex-preferred-size: 33%;
  flex-basis: 33%;
  max-width: 33%;
}

.product-holder img,
.woocommerce ul.products li.product img,
.woocommerce-page ul.products li.product img {
  height: auto;
  width: auto;
  min-height: 200px;
  max-width: 100%;
}

.product-holder h3,
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem 2rem;
  margin: 0;
  text-align: center;
  color: #414658;
  max-width: 260px;
  margin: auto;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
  background: #fff;
}

.product-star-rating,
.woocommerce ul.products li.product .star-rating {
  font-size: 1rem;
  margin: 0;
  padding-bottom: 1rem;
  text-align: center;
  width: 84px;
  margin: auto;
  margin-bottom: 0.75rem;
}

.woocommerce.archive .star-rating span {
  margin-bottom: 1rem;
}

.woocommerce .star-rating::before {
  color: #dedede;
}

.product-price-saving {
  font-size: 0.75rem;
  padding: 1rem 0;
}

.product-meta span {
  background: #f8f8f8;
  padding: 4px 5px;
  border-radius: 10px;
  margin: 0 2px;
  font-size: 0.625rem;
}

.woocommerce ul.products li.product .price ins {
  text-decoration: none;
}

.woocommerce ul.products li.product .price del {
  display: none;
}

.woocommerce ul.products li.product .price {
  color: var(--light-blue);
  display: block;
  font-weight: 600;
  margin-bottom: 0.9em;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.woocommerce ul.products li.product.product-type-simple .price {
  color: var(--light-blue);
  text-decoration: none;
}

.woocommerce ul.products li.product .price ins,
.woocommerce.single-product .woocommerce-Price-amount.amount {
  font-size: 1.25rem;
  color: var(--light-blue);
  text-decoration: none;
}

.related.products {
  margin-top: 5rem;
  text-align: center;
}

.related.products h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.woocommerce-ordering:before {
  content: "Sort by";
  font-size: 1rem;
  position: relative;
  top: 13px;
  margin-right: 10px;
  color: #9c9fa8;
}

.woocommerce .woocommerce-ordering:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  position: absolute;
  font-weight: 400;
  color: #00748a;
  font-size: 0.8em;
  top: 16px;
  right: 2px;
  pointer-events: none;
}

.woocommerce .woocommerce-result-count {
  margin: 0;
  position: relative;
  top: 13px;
}

.woocommerce .woocommerce-ordering {
  margin-bottom: 1rem;
  position: relative;
}

.woocommerce .woocommerce-ordering select {
  -webkit-appearance: none;
  max-width: 200px;
  appearance: none;
  border: none;
  border-bottom: 1px solid #00748a;
  background: #fff;
  border-radius: 0;
  font-size: 1rem;
  color: #00748a;
  padding: 0 5px;
  padding-top: 13px;
}

/*.Footer Styles */

.footer {
  background: var(--dark-blue);
  font-size: 0.875rem;
}

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

.footer ul li {
  margin: 5px 0;
}

.footer a {
  color: #fff;
}

.footer h5 {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #ffb718;
}

footer img.payment {
  height: 26px;
  width: auto;
  margin-right: 10px;
}

form.sign-up {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}

form.sign-up input {
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
  border-radius: 4px;
  border: none;
  width: 100%;
}

.mates-rates-holder {
  max-width: 230px;
  padding: 0;
  background: white;
  border-radius: 4px;
  float: right;
  text-align: center;
  position: relative;
  right: 0;
  margin-top: 2rem;
  margin-bottom: -7rem;
}

.mates-rates-holder img {
  max-width: 100px;
}

.mates-rates-holder h3 {
  color: #fff;
  font-size: 1rem;
  margin: 1rem auto;
}

.mates-rates-holder p {
  font-size: 0.813rem;
  font-weight: 500;
}

.mates-rates-holder a {
  color: var(--light-blue);
  text-transform: uppercase;
}

.mates-rates-holder .logo {
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
}

.mates-rates-holder .slogan {
  padding: 2.5rem 3rem 1rem;
  text-transform: uppercase;
  color: white;
  background: var(--light-blue);
  border-radius: 4px 4px 0 0;
}

.mates-rates-holder .promise {
  font-size: 13px;
  padding: 1rem 2rem;
}

.copyright.padding {
  padding-top: 2rem;
}

.copyright h5 {
  margin-bottom: 5px;
  font-size: 0.865rem;
}

.copyright h5.title {
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-weight: 700;
}

.copyright p {
  font-size: 0.875rem;
  font-weight: 400;
  max-width: 280px;
}

.copyright .end-xs p {
  max-width: 230px;
  text-align: center;
  float: right;
  width: 100%;
}

.copyright i {
  font-size: 40px;

  margin-right: 1rem;
}
.copyright p {
  padding-right: 5rem;
}

.cprt {
  margin-top: 4rem;
  font-size: 12px;
  font-weight: 500;
  margin-left: 21%;
  padding: 0 20px;
}

.flex {
  display: flex;
}

.middle-sm {
  -ms-flex-align: flex-start !important;
  -webkit-box-align: flex-start !important;
  align-items: flex-start !important;
}

.blog-listing .col-sm-6 {
  margin-bottom: 10px;
}
.blog-listing .center-xs {
  justify-content: space-between;
}

/* Blog Styles */

.blog-listing .post {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 1rem;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
  height: 100%;
}

.blog-listing .post a {
  display: inline-block;
}

.blog-listing a {
  color: #414658;
}

.blog-listing a .category-name {
  color: var(--light-blue);
}

.blog-listing .post a:hover {
  opacity: 1;
}

.blog-listing .post-image {
  line-height: 0;
  padding: 2rem;
  width: 38%;
  display: inline-block;
}

.post-image img {
  border-radius: 2% !important;
}

.blog-listing .post-content {
  padding: 2rem;
  width: 60%;
  display: inline-block;
}

.blog-listing .post-content h3 {
  font-size: 1.25rem;
}

.blog-listing .post-content p {
  font-weight: 400;
  margin-bottom: 1rem;
}

.pagination {
  margin: 2rem auto 0 auto;
}

.single-post .post img {
  border-radius: 10px;
  margin-bottom: 1rem;
}

.single-post .post,
.main-content {
  font-weight: 400;
}

.single-post .post h2,
.main-content h2 {
  color: var(--dark-blue);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.single-post .social {
  display: block;
  margin-top: 2rem;
}

.single-post .social h4 {
  display: inline-block;
  width: auto;
}

.single-post .social a {
  margin-left: 0.5rem;
}

#breadcrumbs,
.woocommerce .woocommerce-breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  text-transform: uppercase;
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--light-blue);
}

.breadcrumb_last {
  /*color:var(--light-blue);*/
}

.woocommerce .woocommerce-breadcrumb {
  text-transform: capitalize;
  margin-bottom: 2rem;
}

section.container-fluid.blog-listing.padding {
  background: #f1f1f1 !important;
}

#slider .flex-control-nav {
  display: none;
}

#slider .flex-direction-nav {
  display: block;
}

.blog-listing .post:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

ul.blog-categories {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.blog-categories li a,
.page-title .cat-item {
  background: #ccc;
  color: #fff;
  border-radius: 10px;
  display: block;
  padding: 15px 20px;
  line-height: 1;
}

.page-title .cat-item {
  display: inline-block;
  padding: 15px 40px;
  font-size: 0.875rem;
}

ul.blog-categories li a:hover {
  opacity: 1;
}

ul.blog-categories li a:before,
.page-title .cat-item:before {
  content: "";
  background-size: cover;
  filter: brightness(0) invert(1);
  color: #fff;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-right: 10px;
  margin-bottom: -5px;
}

ul.blog-categories li.cat-item-1 a,
.page-title .cat-item-1 {
  background: #6073b9;
}
ul.blog-categories li.cat-item-1 a:before,
.page-title .cat-item-1:before {
  background-image: url(../images/ico_dog.svg);
}

ul.blog-categories li.cat-item-2 a,
.page-title .cat-item-2 {
  background: #727272;
}
ul.blog-categories li.cat-item-2 a:before,
.page-title .cat-item-2:before {
  background-image: url(../images/ico_cat.svg);
}

ul.blog-categories li.cat-item-3 a,
.page-title .cat-item-3 {
  background: #c95050;
}
ul.blog-categories li.cat-item-3 a:before,
.page-title .cat-item-3:before {
  background-image: url(../images/ico_horse.svg);
}

ul.blog-categories li.cat-item-4 a,
.page-title .cat-item-4 {
  background: #e09b50;
}
ul.blog-categories li.cat-item-4 a:before,
.page-title .cat-item-4:before {
  background-image: url(../images/ico_chicken.svg);
}

ul.blog-categories li.cat-item-5 a,
.page-title .cat-item-5 {
  background: #d179a2;
}
ul.blog-categories li.cat-item-5 a:before,
.page-title .cat-item-5:before {
  background-image: url(../images/ico_rabbit.svg);
}

ul.blog-categories li.cat-item-6 a,
.page-title .cat-item-6 {
  background: #94d60a;
}
ul.blog-categories li.cat-item-6 a:before,
.page-title .cat-item-6:before {
  background-image: url(../images/ico_farm.svg);
}

/* Gravity Forms */

body .gform_wrapper label.gfield_label {
  display: none !important;
}
body
  .gform_wrapper
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  height: 60px;
  padding: 0 1em;
  line-height: 60px;
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
  color: #fff;
}

body .gform_wrapper textarea {
  border: 0;
  background: rgba(255, 255, 255, 0.3);
  font-size: 1rem;
  padding: 1em;
  color: #fff;
  max-height: 168px;
}

body .gform_wrapper .top_label li.gfield.gf_left_half,
body .gform_wrapper .top_label li.gfield.gf_right_half {
  margin-top: 0;
  margin-bottom: 16px;
}

body .gform_wrapper .top_label div.ginput_container,
body .gform_wrapper ul li.gfield {
  margin-top: 0 !important;
  margin-bottom: 16px;
}

body
  .gform_wrapper
  .top_label
  li.gfield.gf_left_half
  .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
body
  .gform_wrapper
  .top_label
  li.gfield.gf_right_half
  .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
  margin-top: 0;
}

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.4;
}
::-moz-placeholder {
  color: #000;
  opacity: 0.4;
}
:-ms-input-placeholder {
  color: #000;
  opacity: 0.4;
}
:-moz-placeholder {
  color: #000;
  opacity: 0.4;
}

/* Woocommerce Styles */

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  border-bottom: none;
}

.woocommerce div.product.product-type-variable p.price {
  display: none;
}

table.variations td.label {
  display: none;
}

.woocommerce div.product form.cart .variations select {
  max-width: 240px;
  min-width: 240px;
}

.woocommerce div.product form.cart {
  margin-bottom: 5rem;
}

.single_variation_wrap {
  display: flex;
  justify-content: space-between;
}

.woocommerce-variation.single_variation {
  margin-right: 1rem;
}

.woocommerce-price-suffix {
  display: none;
}

.woocommerce div.product span.price {
  line-height: 60px;
  font-size: 2rem;
  color: var(--light-blue);
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background: #94d60a;
  text-transform: none;
  padding: 0 2rem;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #94d60a;
  opacity: 0.7;
}

.woocommerce button.button.single_add_to_cart_button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  height: 50px;
  line-height: 50px;
  border-radius: 4px;
  font-size: 1.25rem;
  padding: 0 2rem;
  background: #94d60a;
  text-transform: none;
  padding: 0 2rem;
  color: #fff;
}

.woocommerce button.button.single_add_to_cart_button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #a4ed0a;
  color: #fff;
}

.woocommerce button.button.single_add_to_cart_button i {
  margin-left: 1rem;
}

.woocommerce .quantity .qty {
  width: 3em;
  text-align: center;
  height: 30px;
  margin-top: 10px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--light-blue);
  color: var(--light-blue);
  margin-right: 1rem;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
  text-decoration: none;
}

.woocommerce div.product.product-type-simple p.price {
  float: left;
  margin-right: 2rem;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  top: auto;
  right: auto;
  bottom: 0.5em;
  left: 0.5em;
}

.woocommerce span.onsale {
  min-height: auto;
  min-width: auto;
  padding: 0.5em 2rem;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  margin: 0;
  border-radius: 100%;
  background-color: #ffb718;
  color: #fff;
  font-size: 1rem;
  z-index: 9;
  border-radius: 0;
  text-transform: uppercase;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: var(--dark-blue);
  color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  color: var(--dark-blue);
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  min-width: 2rem;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: 1px solid var(--dark-blue);
  padding: 0;
  margin: 0 4px;
  float: left;
  display: inline;
  overflow: hidden;
  border-radius: 4px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin-bottom: -1px;
}

.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0;
  padding: 2rem 3rem;
  background: #fff;
  border: 1px solid #dedede;
  position: relative;
  z-index: 1;
  font-weight: 300;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-right: 1px solid #dedede;
  background-color: #f9f9f9;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 0;
  margin: 0;
  padding: 0 3rem;
  color: #414658;
  margin-right: -6px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 1rem 0;
}

.delivery-tabs li i {
  font-size: 26px;
}

.delivery-tabs li span {
  display: inline-block;
  line-height: 1.2;
  margin-left: 0.5rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  z-index: 2;
  border-bottom: 1px solid #fff;
}

.woocommerce .star-rating {
  color: #e5b900;
  float: left;
  width: 100%;
  margin-bottom: 0.5rem;
}

.woocommerce div.product div.images {
  margin-bottom: 4rem;
}

.woocommerce div.product {
  width: 100%;
}

.woocommerce div.product .product_title {
  margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs .panel h3 {
  font-size: 1.125rem;
  margin-top: 3rem;
}

.woocommerce div.product .woocommerce-tabs .panel h3:first-of-type {
  margin-top: 0;
}

.woocommerce #reviews #comments h2 {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  display: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 2rem;
}

.woocommerce
  #reviews
  #comments
  ol.commentlist
  li:nth-child(even)
  .comment-text {
  background: #f9f9f9;
}

.woocommerce .meta .woocommerce-review__author {
  display: block;
  width: 100%;
  font-size: 0.875rem;
  color: var(--dark-blue);
  font-weight: bold;
  text-transform: uppercase;
}

.woocommerce-review__dash {
  font-size: 0;
}

.woocommerce-review__dash:after {
  content: "Reviewed";
  font-size: 0.875rem;
}

.woocommerce #reviews #comments ol.commentlist li .description p:last-of-type {
  margin-bottom: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  float: left;
}

.woocommerce #reviews #comments ol.commentlist li .description {
  float: right;
  width: calc(100% - 220px);
}

.comment-reply-title {
  font-weight: bold;
}

.woocommerce #review_form #respond p.stars {
  float: left;
  margin: 4px 0 0 10px;
  width: auto;
}

.woocommerce #review_form #respond p {
  float: left;
  width: 100%;
  margin-top: 1rem;
}

.comment-form-rating {
  float: left;
  width: 100%;
}

.comment-form-rating label {
  float: left;
}

.woocommerce p.stars a {
  color: #e5b900;
}

.woocommerce p.stars a:hover {
  opacity: 1;
}

.comment-form-comment {
  margin-top: 1rem;
  float: left;
  width: 100%;
}

.woocommerce #review_form #respond textarea {
  border: 1px solid #dedede;
  padding: 1rem;
}

.woocommerce #review_form #respond textarea {
  max-width: 800px;
  min-height: 200px;
}

.comment-form-comment label {
  width: 100%;
  float: left;
}

.woocommerce .woocommerce-product-rating .star-rating {
  display: inline-block;
  width: 5.4em;
  margin-right: 4px;
}

.delivery-tabs {
  border: 1px solid #dedede;
  width: 100%;
  float: left;
}

.delivery-tabs ul {
  width: 100%;
  display: flex;
}

.delivery-tabs li {
  list-style: none;
  width: 33.33%;
  float: left;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: white;
}

.delivery-tabs li.current {
  background: #fff;
  border-bottom: 1px solid #fff;
}

.delivery-tabs li a {
  color: var(--dark-blue);
  text-align: center;
  padding: 1rem;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.delivery-tabs li.current a {
  color: #414658;
}

.delivery-tabs .tab_content {
  float: left;
  width: 100%;
  padding: 2rem;
  background: #fff;
}

.tab_content {
  position: relative;
}

.tab_content h3 {
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}

.tab_content h4 {
  font-size: 1.25rem;
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 1rem;
  float: left;
  width: 100%;
}

.tab_content .location-address {
  margin-left: 20px;
  float: left;
  width: 100%;
  font-weight: 300;
}

.tab_content .location-address a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}

p.location-address-notice {
  margin: 2rem 0;
  padding: 1rem;
  background: #f9f9f9;
  float: left;
}

.tab_content h3 a.button {
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: var(--dark-blue);
  border: none;
  font-size: 0.75rem;
  margin-left: 10px;
}

.tab_content .stock-check {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  height: 40px;
  line-height: 40px;
  border: 1px solid #94d60a;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 1rem;
}

.tab_content .stock-check.out-stock {
  border-color: #c95050;
}

.tab_content form {
  width: 100%;
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}

.tab_content p {
  width: 100%;
  float: left;
}

.tab_content p.shipping-cost {
  color: var(--dark-blue);
}

.tab_content form input {
  height: 40px;
  border-radius: 8px;
  border: 1px solid #dedede;
  padding: 0 1rem;
  width: 75%;
  float: left;
}

.tab_content form button {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 20%;
  margin-left: 5%;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: var(--dark-blue);
  border: none;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  width: 52%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  width: 42%;
}

#tab-click .stock-check,
#tab-call .stock-check {
  bottom: auto;
  top: 4rem;
}

p.location-address-notice.out-stock {
  background: #efcaca;
  color: #c95050;
}

.tab_content h4.location-phone {
  color: var(--light-blue);
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.tab_content h4.location-phone i {
  font-size: 1.25rem;
}

.tab_content h4.location-phone a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: var(--light-blue);
  border: none;
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.75rem;
  position: relative;
  top: -5px;
  margin-left: 10px;
}

.product-cat-image {
  border-radius: 10px;
  line-height: 0;
  overflow: hidden;
  margin-bottom: 1rem;
}

.product-archive-aside {
  padding-right: 2rem;
}

.woocommerce .sidebar {
  border-radius: 4px;
  background: #fff;
  padding: 2rem;
  margin-top: 16px;
}

.woocommerce .sidebar aside {
  margin-bottom: 2rem;
}

.woocommerce .sidebar aside:last-child {
  margin-bottom: 0;
}

.woocommerce.archive .woocommerce-breadcrumb {
  margin-bottom: 0;
}

.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item {
  margin: 0 0 4px 0;
}

.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item
  a {
  color: var(--dark-blue);
}

.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item
  a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.618em;
  color: var(--dark-blue);
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-decoration: none;
  speak: none;
  font-weight: 400;
}

h3.widget-title {
  font-size: 1.25rem;
}

.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item--chosen
  a::before {
  content: "\f14a";
}

.woocommerce
  .woocommerce-widget-layered-nav-list
  .woocommerce-widget-layered-nav-list__item
  span {
  color: #727272;
  font-size: 0.875rem;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 0.85rem;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  background: var(--dark-blue);
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background: #dedede;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 2px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: white;
  color: var(--dark-blue);
  outline: 0;
  top: -0.7em;
  margin-left: -0.5em;
  font-family: "Font Awesome 5 Pro";
  font-size: 1.3em;
  font-weight: 400;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
  content: "\f192";
}

.sidebar h4 {
  font-size: 20px;
}

.sidebar {
  border: 1px solid #dedede;
  border-radius: 4px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: var(--dark-blue);
}

/*

button.single_add_to_cart_button:after {
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    float: right;
    content: "\10f07a";
    font-weight: 900;
    margin-left: 1em;
} */

.navigation ul.menu .sub-menu.cat {
  background: #5f626f;
}
.navigation ul.menu .sub-menu.horse {
  background: #c95050;
}
.navigation ul.menu .sub-menu.bird {
  background: #e09b50;
}
.navigation ul.menu .sub-menu.other {
  background: #d179a2;
}
.navigation ul.menu .sub-menu.garden {
  background: #94d60a;
}

.woocommerce ul.products li.product a img {
  min-height: 200px;
  object-fit: contain;
}

.woocommerce div.product.product-type-simple p.price {
  margin-top: 1rem;
}

.woocommerce div.product .product_title {
  margin-bottom: 1rem;
}

.woocommerce div.product div.images img {
  max-width: 600px;
  max-height: 600px;
  object-fit: contain;
  margin: auto;
}
.search-error {
  position: absolute;
  right: 3em;
  top: 14px;
  color: #d54b4b;
  z-index: -1;
  background: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.delivery-tabs {
  border: none;
}

.delivery-tabs .new_tab_content {
  border: 1px solid #dedede;
}

.delivery-tabs ul {
  margin-bottom: -1px !important;
  margin-left: 0 !important;
}
.delivery-tabs ul li {
  z-index: 1;
}

.delivery-tabs li.current {
  border-bottom: 1px solid #fff;
}

.delivery-tabs li {
  border-top: 1px solid #dedede;
}

.delivery-tabs li:last-child {
  border-right: 1px solid #dedede;
}

.delivery-tabs li:first-child {
  border-left: 1px solid #dedede;
}
.delivery-tabs .new_tab_content {
  float: left;
  width: 100%;
  padding: 2rem;
  background: #fff;
}

.new_tab_content {
  position: relative;
}

.new_tab_content h3 {
  width: 100%;
  float: left;
  margin-bottom: 0.5rem;
}

.new_tab_content h4 {
  font-size: 1.25rem;
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 1rem;
  float: left;
  width: 100%;
}

.new_tab_content .location-address {
  margin-left: 20px;
  float: left;
  width: 100%;
  font-weight: 300;
}

.new_tab_content .location-address a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}

.new_tab_content h3 a.button {
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  background: var(--dark-blue);
  border: none;
  font-size: 0.75rem;
  margin-left: 10px;
}

.new_tab_content .stock-check {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  height: 40px;
  line-height: 40px;
  border: 1px solid #94d60a;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 500;
  padding: 0 1rem;
}

.new_tab_content .stock-check.out-stock {
  border-color: #c95050;
}

.new_tab_content form {
  width: 100%;
  float: left;
  width: 100%;
  margin-bottom: 2rem;
}

.new_tab_content p {
  width: 100%;
  float: left;
}

.new_tab_content p.shipping-cost {
  color: var(--dark-blue);
}

.new_tab_content form input {
  height: 40px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #dedede;
  padding: 0 1rem;
  width: 80%;
  float: left;
}

.new_tab_content form button {
  float: right;
  height: 40px;
  line-height: 40px;
  width: 20%;
  margin-left: 5%;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: var(--dark-blue);
  border: none;
}
.new_tab_content h4.location-phone {
  color: var(--light-blue);
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

.new_tab_content h4.location-phone i {
  font-size: 1.25rem;
}

.new_tab_content h4.location-phone a {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  background: var(--light-blue);
  border: none;
  display: inline-block;
  padding: 0 1rem;
  font-size: 0.75rem;
  position: relative;
  top: -5px;
  margin-left: 10px;
}

header.store-portal .logo {
  float: none;
  display: inline-block;
}

header.store-portal .col-xs-12 {
  position: relative;
}
header.store-portal .user-option {
  color: #fff;
  position: absolute;
  right: 2em;
  bottom: 1em;
}
header.store-portal .user-option a {
  color: #fff;
}

html.portal {
  background: #fff;
  height: 100%;
}
.portal body {
  height: 100%;
}
.portal .copyright {
  background: #f9f9f9;
}
.portal .copyright p {
  max-width: unset;
}

.switch-field {
  display: flex;
  margin-bottom: 36px;
  overflow: hidden;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked + label {
  background-color: var(--dark-blue);
  box-shadow: none;
  color: #fff;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

.product-list {
  list-style: none;
}
.product-list li h2 {
  font-weight: bold;
  color: #414658;
}
.switch-group > label {
  font-weight: 700;
  float: left;
  margin-right: 2em;
}
.page-numbers.store-portal .page-numbers:not(.dots):not(.current) {
  display: inline-block;

  border: 1px solid #a7a7a7;
}
input.not-display:checked + label {
  background-color: rgb(137, 137, 137);
}
.filter-by-cat {
  list-style: none;
}
.filter-by-cat li {
  width: 100%;
  max-width: 200px;
}
.filter-by-cat li a {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  width: 100%;
  font-size: 0.8em;
  border-radius: 4px;
}
.filter-by-cat li a:hover,
.filter-by-cat li a.active {
  background: #fed8d8;
}
.pt-50 {
  padding-top: 50px;
}

.filter-search input {
  border-radius: 5px;
  box-shadow: none;
  padding: 5px;
  width: 85%;
}
a.cat-f i {
  position: absolute;
  right: 6px;
  top: 4px;
  color: #f675ac;
}
.login {
  max-width: 350px;
  /* margin: auto; */
  text-align: center;
}
.login input {
  display: block;
  width: 100%;
  height: 3em;
  margin-bottom: 1em;
  border-radius: 10px;
  padding-left: 10px;
}
.login input[type="checkbox"] {
  width: 20px;
  height: auto;
  display: inline-block;
}
.login .checkbox-group {
  float: left;
}
.login .checkbox-group label {
  display: inline-block;
}
.login input[type="submit"] {
  width: auto;
  padding: 0 2em;
  float: right;
  background-color: var(--dark-blue);
  color: #fff;
  cursor: pointer;
}
.header-options a {
  color: #fff;
  cursor: pointer;
}
.portal .container {
  max-width: 1200px;
}
.delivery-tabs li.disabled a {
  color: currentColor;
  opacity: 0.5;
  text-decoration: none;
  pointer-events: none;
}
li.disabled::before {
  content: "NOT AVAILABLE";
  color: #fa2d2d;
  opacity: 0.8;
  position: absolute;
  top: 10px;
  font-size: 0.7em;
}

li.disabled {
  position: relative;
  padding-top: 1em;
  border-bottom: 1px solid #dedede !important;
  background: #f9f9f9 !important;
}

#store-list div.disabled {
  opacity: 0.6;
  pointer-events: none;
}
#store-list div.disabled input[type="submit"] {
  color: #fa2d2d;
  pointer-events: none;
  font-size: 0.6em;
}
.store-location-holder .store-location-list {
  min-height: unset;
}
.location-search-inner {
  padding: 0;
}
.location-search-inner div {
  display: none;
}
div#store-list > div {
  display: block;
  border-radius: 10px;
  background: #fff;
  padding: 15px;
  margin-bottom: 1em;
}

div#store-list {
  background: #f8f8f8;
  padding: 1em;
  text-align: left;
}

div#location-list {
  padding: 0 1.5em;
  text-align: left;
}

div#store-list > div:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
}
div#store-list h5 {
  font-size: 0.85em;
  margin-bottom: 0.6em;
}
div#store-list > div p {
  font-size: 0.85em;
  font-weight: 100;
}
div#store-list > div span {
  display: inline-block;
  max-width: 49%;
  line-height: 1;
  font-size: 0.7em;
  font-weight: 700;
}
div#store-list > div form {
  display: inline-block;
  width: 50%;
  text-align: right;
}
div#store-list > div input[type="submit"] {
  display: inline;
  font-size: 0.7em;
  text-transform: uppercase;
  color: var(--dark-blue);
  border: none;
  cursor: pointer;
}
div#store-list > div:hover input[type="submit"] {
  color: var(--light-blue);
}
div#store-info {
  background: #f9f9f9;
}
div#store-info .top {
  padding: 1em;
  font-weight: 100;
  text-align: left;
}
div#store-info .top p {
  margin-bottom: 0.5em;
  padding-left: 1.5em;
  position: relative;
}
div#store-info .top p i {
  position: absolute;
  left: 0;
  top: 0.3em;
  color: var(--dark-blue);
}
div#store-info .top p a {
  font-size: 0.8em;
  font-weight: 700;
}
div#store-info .top p:nth-child(3) a {
  color: var(--dark-blue);
  font-weight: 700;
  font-size: 1em;
}
div#store-info .open-hours {
  background: #fff;
  padding: 1.3em;
  text-align: left;
  font-size: 0.8rem;
}
div#store-info .open-hours .hours {
  list-style: none;
}
div#store-info .open-hours .hours li {
  display: block;
  margin: 0;
  padding: 0.4em 0;
  font-weight: 100;
  text-transform: uppercase;
}
div#store-info .open-hours .hours li .hours {
  float: right;
  font-weight: 700;
}

.loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 5em;
  height: 5em;
  border-radius: 50%;
  background: var(--dark-blue);
  background: -moz-linear-gradient(
    left,
    var(--dark-blue) 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -webkit-linear-gradient(
    left,
    var(--dark-blue) 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -o-linear-gradient(
    left,
    var(--dark-blue) 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: -ms-linear-gradient(
    left,
    var(--dark-blue) 10%,
    rgba(255, 255, 255, 0) 42%
  );
  background: linear-gradient(
    to right,
    var(--dark-blue) 10%,
    rgba(255, 255, 255, 0) 42%
  );
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: var(--dark-blue);
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.location-search-inner span.active {
  color: #2d889b;
}

.location-search-inner {
  max-height: 60vh;
  overflow-y: auto;
}

.new_tab_content .location-address p {
  width: 50%;
  min-width: 270px;
  float: none;
}
h5.store-name {
  margin-bottom: 0.4em;
}

.store-phone a {
  color: inherit;
}

.store-action form [type="submit"] {
  border: none;
  background: transparent;
  color: var(--dark-blue);
  cursor: pointer;
}

.store-item {
  display: table;
  width: 100%;
  padding: 1em 0;
}

.store-item h5,
.store-item div {
  display: table-cell;
  padding-left: 0.5em;
  vertical-align: middle;
}

h5.store-name {
  width: 23%;
}

.store-addr {
  width: 40%;
}

.store-phone {
  width: 10%;
}

.store-detail {
  width: 14%;
}

.store-action form {
  display: inline-block;
  font-size: 0.8em;
}

.store-action a {
  font-size: 0.8em;
}
.store-item:nth-child(odd) {
  background: #e6e6e6;
}
.store-detail > span {
  cursor: pointer;
  font-size: 0.8em;
  text-decoration: underline;
}
.store-detail ul.hours {
  list-style: none;
  display: none;
  font-size: 0.8em;
}
.store-detail span.hours {
  font-weight: bold;
  float: right;
}
.store-detail span.day {
  text-transform: uppercase;
}

.user-option .dropdown {
  display: none;
  position: absolute;
  top: 2em;
  background: #fff;
  left: 0;
  right: 0;
  text-align: right;
  padding: 0.5em;
  padding-right: 1em;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.user-option.active .dropdown {
  display: block;
}
.user-option.active .fa-chevron-square-down {
  transform: rotate(180deg);
}

header.store-portal .user-option a {
  display: block;
  padding-bottom: 0.7em;
  color: #414658;
  font-size: 0.9rem;
}
header.store-portal .user-option {
  min-width: 180px;
  text-align: right;
}
header.store-portal .user-option span {
  cursor: pointer;
}
.inline .acf-fields > .acf-field {
  border: none;
  width: 50%;
  float: left;
  clear: none;
  padding: 0 1% 0 0;
}

.inline .acf-fields > .acf-field {
  border: none;
  width: 50%;
  float: left;
  clear: none;
  padding: 0 1% 0 0;
  margin-bottom: 1em;
}

.inline .acf-field .acf-label {
  float: left;
}

.inline .acf-field .acf-input {
  margin-left: 150px;
  display: block;
}

.inline .acf-field input[type="text"],
.acf-field input[type="password"],
.acf-field input[type="number"],
.acf-field input[type="search"],
.acf-field input[type="email"],
.acf-field input[type="url"],
.acf-field textarea,
.acf-field select {
  height: 2.8em;
  padding: 0.5em;
  border-radius: 5px;
  font-weight: 100;
  border-width: 2px;
  border-style: inset;
  border-color: #eaeaea;
  background: #fff;
}
.inline .acf-field[data-name="_post_title"] input,
.inline .acf-field[data-name="address_2"] input,
.inline .acf-field[data-name="address_1"] input,
.inline .acf-field[data-name="address_3"] input {
  width: 70%;
}
.inline .acf-field[data-name="state"] select,
.inline .acf-field[data-name="postcode"] input {
  width: 20%;
}
.inline .acf-field[data-name="phone_number"] input,
.inline .acf-field[data-name="suburb"] input {
  width: 40%;
}
.inline .acf-fields > .acf-field[data-name="opening_hours"] {
  width: 100%;
}

.form-group input[type="submit"] {
  padding: 0 2.5em;
  background: var(--dark-blue);
  color: #fff;
  font-weight: 700;
  border-color: var(--dark-blue);
  cursor: pointer;
}

@media (max-width: 845px) {
  .inline .acf-fields > .acf-field {
    width: 100%;
    float: none;
    clear: both;
  }
  .inline .acf-field .acf-label {
    float: none;
    display: block;
    width: 100%;
  }

  .inline input,
  .inline select {
    margin-left: 0;
    display: block;
    width: 100% !important;
  }
  .form-group input.inline {
    float: none;
  }
  .inline [type="submit"] {
    margin: 0;
  }
}

.form-group input.inline {
  float: left;
  margin: 0;
  margin-left: 5px;
  margin-bottom: 1em;
}

.inline label.control-label {
  width: 20%;
}
.inline .acf-fields > .acf-field table .acf-fields > .acf-field {
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}

.inline .acf-fields > .acf-field table .acf-fields > .acf-field:nth-child(odd) {
  border-right: 1px solid #e1e1e1;
}

.acf-field .acf-label {
  vertical-align: middle;
}

.acf-fields.-left > .acf-field > .acf-input > .acf-repeater > table .acf-field {
  width: 100%;
  border-right: none;
}
.acf-repeater > table {
  clear: none;
}

.inline
  > .acf-fields
  > .acf-field
  > .acf-input
  > .acf-repeater
  > table
  > tbody
  > tr
  > .acf-fields
  > .acf-field:nth-last-child(1) {
  border-bottom: 0;
}
.inline [type="submit"] {
  border: none;
  background: var(--dark-blue);
  color: #fff;
  cursor: pointer;
  margin-left: 150px;
}
.store-location-picker span {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.woocommerce-page div.product div.summary p.price {
  float: none;
  margin-right: 2rem;
  color: var(--light-blue);
}
th.product-delivery,
th.product-pickup {
  border-left: 2px solid #f9f9f9;
  padding: 0 !important;
  background: #ececec;
  text-align: center;
}

th.product-delivery .title,
th.product-pickup .title {
  padding: 15px 46px;
}

th.product-delivery .content,
th.product-pickup .content {
  background: var(--dark-blue);
  color: #fff;
  font-size: 0.8em;
  line-height: 1.5;
  padding: 10px 0 0 0;
}

th.product-delivery .content a,
th.product-pickup .content a {
  color: #fff;
  text-decoration: underline;
}
.success {
  color: #94d60a;
}
.error {
  color: #ff9616;
}
td.product-delivery div {
  font-weight: 700;
}

td.product-pickup div {
  font-weight: 700;
}
.product-delivery,
.product-pickup {
  text-align: center;
}
.woocommerce-cart table.cart th {
  vertical-align: bottom;
}

th.product-delivery,
th.product-pickup {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
a.button.alt,
.delivery-tabs a.checkout-button.button.alt.wc-forward {
  border-radius: 7px;
}

.delivery-tabs tr,
.delivery-tabs th,
.delivery-tabs td {
  border: none !important;
}

tr.order-total {
  text-transform: uppercase;
}

tr.order-total td strong {
  font-weight: 900;
}

tr.order-total td small {
  font-size: 0.8em;
}

.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  content: none !important;
}
.cart-collaterals .new_tab_content h3,
.cart-collaterals .new_tab_content p {
  float: none;
}
span.woocommerce-Price-amount.amount {
  display: inline-block;
  margin-right: 0.3em;
}
span.woocommerce-Price-amount.amount {
  font-weight: 900;
}

div#shipping_method {
  display: inline-block;
}

.new_tab_content form.woocommerce-shipping-calculator {
  width: auto;
  float: none;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after {
  display: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: var(--dark-blue);
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 900;
  text-decoration: underline;
}
.new_tab_content .shipping-calculator-form button {
  float: none !important;
  line-height: 1;
  font-size: 1em;
  height: auto;
}

p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  font-size: 1.5em;
  margin-top: 1.5rem;
  font-weight: 700;
}

.woocommerce-checkout
  table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  padding: 0;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding-left: 1rem;
}

.main-content h2.woocommerce-order-details__title {
  color: inherit;
}
.header-options .cart {
  position: relative;
}

#payment .delivery-tabs.payment .new_tab_content {
  padding: 2rem 1rem 1rem 1rem;
  overflow: hidden;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  padding: 0;
  margin: 0;
}

p.lost_password {
  margin-bottom: 3rem;
}

.main-content ul {
  list-style: inside;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.header-options .cart span {
  position: absolute;
  background-color: #ffb718;
  color: black;
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  line-height: 1.5;
  border-radius: 13px;
  right: -10px;
  top: -6px;
  font-size: 0.7rem;
}

.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
  line-height: 1;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
  height: 40px;
  line-height: 40px;
  font-size: 1rem;
  padding: 0 1rem;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  padding: 0 !important;
}

.woocommerce-checkout #payment div.payment_box {
  background: transparent;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: none;
}
.delivery-tabs.payment li {
  width: 50%;
  background: transparent;
  border-bottom: none;
  border-top: none;
  background: #e6e6e6;
}
.delivery-tabs.payment li label {
  padding: 1em;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #dedede;
}
.delivery-tabs.payment li label i {
  font-weight: 200;
}
.delivery-tabs.payment li input {
  display: none;
}
.delivery-tabs.payment li input:checked + label {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.woocommerce-checkout #payment {
  background: #fff;
  border-radius: 0;
  border: 1px solid #dedede;
}
.delivery-tabs.payment .new_tab_content {
  border: none;
}
.delivery-tabs.payment li:first-child {
  border-left: none;
}
.delivery-tabs.payment li:last-child {
  border-right: none;
}
li.wc_payment_method.payment_method_cod label {
  text-align: left;
}

li.disabled {
  pointer-events: none;
}
.menu-article img {
  border-radius: 50%;
}
.forget-pass {
  float: left;
  padding-top: 13px;
}

.woocommerce form.login {
  padding: 0;
  border: none;
  margin: 0;
}

.woocommerce form.login.register {
  max-width: 500px;
  margin: auto;
}

nav.woocommerce-MyAccount-navigation ul {
  list-style: none;
  max-width: 20rem;
  padding: 1em;
  background: #fff;
  border-radius: 10px;
}

nav.woocommerce-MyAccount-navigation ul li {
  padding: 0.5em 0;
}

nav.woocommerce-MyAccount-navigation ul li a {
  color: var(--dark-blue);
  font-weight: bold;
}
.woocommerce-orders-table.woocommerce-MyAccount-orders thead tr th {
  padding: 10px;
}

a.woocommerce-button.button.view {
  height: auto;
  line-height: 2.5em;
  font-size: 1em;
}

.woocommerce-Address header {
  box-shadow: none;
  padding-top: 1em;
}
.woocommerce-Address header {
  box-shadow: none;
  padding-top: 1em;
}

.woocommerce-Address header.title h3 {
  font-size: 1.2em;
}

.woocommerce-Address header.title h3 a {
  font-weight: normal;
}

.woocommerce-address-fields input,
.woocommerce-address-fields .select2-selection,
.woocommerce-EditAccountForm.edit-account input,
.woocommerce-ResetPassword input {
  height: 2.8em;
  padding: 0.5em;
  border-radius: 5px;
  font-weight: 100;
  border-width: 2px;
  border-style: inset;
  border-color: #eaeaea;
  background: #fff;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
}
span.success {
  display: block;
  padding: 0.5em;
  color: #d8ec87;
}
html,
body,
.map,
#map {
  height: 500px;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

div.infowindow {
  max-height: 250px;
  overflow-y: auto;
  padding: 10px;
}
.search-store {
  width: 500px;
  max-width: 100%;
}
.search-store input {
  width: 100%;
}
div#suburb-list {
  background: #fff;
  position: absolute;
  left: 0;
  z-index: 10;
  width: 450px;
  max-width: 100%;
}

div#suburb-list span {
  display: block;
  padding: 10px;
  cursor: pointer;
}

.search-store {
  position: relative;
}
div#suburb-list span.active,
div#suburb-list span:hover {
  color: var(--light-blue);
}

.store-item .store-name span {
  float: right;
  display: inline-block;
  margin-right: 1em;
  font-size: 0.6em;
  margin-top: 0.5em;
  color: var(--light-blue);
}
.search-store {
  width: 600px;
  max-width: 100%;
}
.search-store label {
  display: block;
}
.search-store input {
  max-width: 100%;
  width: 450px;
}
select#pa_size {
  display: none;
}

.variation-radios input {
  display: none;
}

.variation-radios input + label {
  display: inline-block;
  padding: 0 1em;
  text-align: center;
  border: 1px solid #b2b2b2;
  background: #fff;
  border-radius: 4px;
  margin-right: 1em;
  margin-bottom: 0.5em;
  cursor: pointer;
}

.variation-radios input:checked + label {
  background: #414658;
  color: #fff;
}
.woocommerce div.product div.images img[id*="image-"] {
  display: none;
}

.woocommerce-placeholder wp-post-image {
  object-fit: contain;
}

.woocommerce ul.products li .product-terms span {
  transition: all 0.3s ease-in-out;
}
.woocommerce ul.products li .product-terms span:hover {
  background: #94d60a;
}

span.itemsorder form {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

span.itemsorder form select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #00748a;
  background: #fff;
  border-radius: 0;
  font-size: 1rem;
  color: #00748a;
  padding: 0 5px;
  width: 43px;
  padding-top: 13px;
}

span.itemsorder form:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-weight: 400;
  color: #00748a;
  font-size: 0.8em;
  top: 16px;
  right: 2px;
  pointer-events: none;
  content: "\f078";
}

.single-store div#store-info .open-hours {
  background: transparent;
}

.btn-link {
  color: var(--light-blue);
  background: none;
  border: none;
  font-weight: bold;
  cursor: pointer;
}

p.phone a {
  color: var(--dark-blue);
  font-weight: 700;
  font-size: 1em !important;
}

h5.store-name a {
  color: #414658;
  cursor: pointer;
}
h5.store-name a:hover {
  color: var(--light-blue);
}

.privacy-ul {
  margin: 0 0 2em 1em;
}

.custom404 {
  background: var(--dark-blue) !important;
  text-transform: none !important;
  border-radius: 20px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  margin: 0 auto !important;
  display: block !important;
  max-width: 200px !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper {
  width: 100%;
}

.product-detail-content-list ul {
  margin-left: 1rem;
}

.product-detail-title-section-title {
  margin-top: 1rem;
  font-weight: bold;
}

.custom404 {
  background: var(--dark-blue) !important;
  text-transform: none !important;
  border-radius: 20px !important;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
  margin: 0 auto !important;
  display: block !important;
  max-width: 200px !important;
}

.woocommerce-message,
.woocommerce-notices-wrapper {
  width: 100%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  border: none;
}
button.button.woof_reset_search_form {
  height: auto;
  line-height: 2.5;
}
button.button.woof_reset_search_form {
  height: auto;
  line-height: 2.5;
}

.woof_list li {
  margin-left: 0 !important;
}

.woof label {
  margin-left: 2px;
  font-size: 0.9em;
  color: var(--dark-blue);
}

.woof_checkbox_term {
  display: none;
}
.woof label:before {
  content: "";
  background: #fff;
  border: 2px solid #00748a;
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  font-size: 8px;
  font-family: "Font Awesome 5 Pro";
  padding: 0;
  margin-right: 7px;
  text-align: center;
}
.woof_checkbox_term:checked + label:before {
  content: "\f00c";
}
li.woof_open_hidden_li {
  text-align: right;
  font-size: 0.9em;
}

span.woof_remove_ppi {
  color: var(--dark-blue);
}

.woof_products_top_panel li span {
  background: none;
  position: relative;
}

.woof_products_top_panel li span:after {
  content: "x";
  position: absolute;
  right: 0;
  color: var(--light-blue);
}

.woof input:disabled + label:before {
  border-color: #9d9d9d;
}
.woof input:disabled + label {
  color: #9d9d9d;
}
.woof_products_top_panel {
  z-index: 2;
}
.woof_products_top_panel li a {
  display: inline-block;
  padding: 0 0.7em;
  background: #dadada;
  border-radius: 5px;
}

.grecaptcha-badge {
  display: none !important;
}

.woof_list .hidden {
  display: none !important;
}

.woof_list .visible {
  display: block !important;
}
li.woof_open_hidden_li.visible {
  display: none !important;
}

.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
  width: auto !important;
  height: 80px;
}
.woocommerce-cart table.cart .product-thumbnail a {
  display: inline-block;
  min-width: 80px;
  margin: auto;
  text-align: center;
}
.delivery-tabs .new_tab_content {
  border-top: none;
}

.delivery-tabs.payment li label {
  height: 100%;
  border-bottom: 1px solid #dedede;
}
.delivery-tabs.payment li:first-child label {
  border-left: 1px solid #dedede;
}
.delivery-tabs.payment li label:nth-last-child(1) label {
  border-right: 1px solid #dedede;
}
.delivery-tabs.payment li label {
  height: 100%;
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}

.woocommerce-checkout #payment {
  border-top: none;
}
.delivery-tabs.payment .new_tab_content {
  float: none;
  width: 100%;
  padding: 2rem;
  background: transparent;
}
select#cc-expire-month {
  max-width: 100px;
}

select#cc-expire-year {
  max-width: 150px;
}
.woocommerce form #nab_card_details .form-row-last,
.woocommerce-page form #nab_card_details .form-row-last {
  float: none;
}
span#jsCardType img {
  height: 35px;
  width: auto;
  position: absolute;
  right: 10px;
}

p.form-row.form-row-first {
  position: relative;
}

.new_tab_content form.woocommerce-shipping-calculator {
  width: auto;
  float: none;
  display: block;
}

.new_tab_content form a#search-shipping {
  font-family: "Quicksand", sans-serif;
  color: #414658;
  line-height: 1.5;
  font-size: 100%;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  float: right;
  height: 40px;
  line-height: 40px;
  width: 20%;
  margin-left: 0;
  text-align: center;
  border-radius: 0 4px 4px 0;
  color: #fff;
  background: var(--dark-blue);
  border: none;
  text-transform: uppercase;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: var(--dark-blue);
}
.form-row.form-row-wide.address-field {
  position: relative;
}
.form-row.form-row-wide.address-field div#suburb-list {
  width: 100%;
  border: solid #ececec;
  border-width: 0 1px 1px 1px;
}

.woocommerce ul.products li .product-terms span {
  background: var(--dark-blue);
  color: #fff;
}

.post-type-archive-catalogues .catalogue-image {
  max-width: 325px;
  height: 80%;
  object-fit: cover;
}
.post-type-archive-catalogues .col-sm-3 {
  display: block;
  text-align: center;
}
.woocommerce.single-product .woocommerce-Price-amount.amount {
  min-width: 80px;
}
.weight {
  display: none;
}
.new_tab_content p.shipping-cost {
  max-width: 320px;
}
button.button.blue.product-archive-filters-toggle {
  opacity: 0;
}
.woocommerce-variation-availability {
  display: none;
}
.woocommerce-variation-price {
  line-height: 60px;
}

.delivery-tabs.payment li label {
  border-top: none;
}
.delivery-tabs.payment ul {
  border-top: 1px solid #dedede;
}
.woocommerce-page div.product div.summary p.price {
  float: left;
  margin-right: 2rem;
  color: var(--light-blue);
}
.disabled {
  background: #ececec;
  pointer-events: none;
}
.disabled .select2-selection {
  background: #ececec;
}
.input-group {
  display: inline-block;
  padding-right: 10px;
  margin-top: 5px;
}

.input-group label {
  margin-left: 3px;
  color: #fff;
}

.input-group input[type="checkbox"] {
  float: left;
  display: inline-block;
  height: auto !important;
  width: auto !important;
}

form.sign-up i.fad {
  right: 10px;
  position: absolute;
  top: 1.5em;
}

@media (max-width: 1380px) {
  h5.store-name {
    width: 15%;
  }
  .store-addr {
    width: 40%;
  }
  .store-phone {
    width: 15%;
  }
}

@media (max-width: 992px) {
  #stores-all .col-sm-12 {
    width: 100%;
  }
  .store-item h5,
  .store-item div {
    display: inline-block;
  }
  h5.store-name {
    width: 39%;
  }
  .store-addr {
    width: 60%;
  }
  .store-phone {
    width: 39%;
  }
  .store-detail {
    width: 60%;
  }
  .store-item {
    display: block;
    padding: 0.5em;
  }
  .store-action {
    width: 100%;
  }
  .store-action form [type="submit"] {
    padding: 0;
  }
}

@media (max-width: 500px) {
  .store-item h5,
  .store-item div {
    display: block;
  }
  h5.store-name {
    width: 100%;
  }
  .store-item {
    display: block;
    padding: 0.5em;
  }
  .store-addr,
  .store-phone,
  .store-detail,
  .store-action {
    width: 100%;
  }
  .store-action form [type="submit"] {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  form#order_review {
    max-width: 50%;
  }
}

p.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions {
  display: block;
  width: 100%;
}

.delivery-tabs.payment ul {
  border-top: 1px solid #dedede;
  margin: 0 !important;
}

#store-list div.disabled input[type="submit"] {
  display: block;
  width: 100%;
  white-space: normal;
  text-align: right;
}
.woocommerce div.product span.price del .amount {
  text-decoration: line-through;
}
.product-search input[type="text"].product-filter-field {
  border: 2px solid #dedede;
  border-radius: 10px;
  padding: 0.5em 1em;
}
input[type="text"],
input[type="email"] {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  height: 2.8em;
  padding: 0.5em;
  border-radius: 5px;
  font-weight: 100;
  border-width: 2px;
  border-style: inset;
  border-color: #eaeaea;
  background: #fff;
  font-size: 14px;
}
.promotion-form {
  max-width: 400px;
}
.promotion-form input[type="submit"] {
  margin-top: 1em;
  height: 60px;
  line-height: 60px;
  border-radius: 10px;
  font-size: 1.25rem;
  padding: 0 2rem;
  background: #94d60a;
  text-transform: none;
  padding: 0 2rem;
  color: #fff;
  cursor: pointer;
}
button.search-button {
  position: absolute;
  right: 0;
  z-index: 100;
  position: absolute;
  right: 0.75rem;
  top: 50%;
  border: none;
  padding: 0;
  margin: 0;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background-color: #efefef;
  border-radius: 2px;
}
.product-info span.title {
  color: #414658;
  font-weight: bold !important;
}

.product-search-results .entry span.price {
  color: #414658;
}

span.woocommerce-Price-amount.amount {
  color: var(--light-blue);
}
div.product-search-form span.product-search-field-clear {
  font-size: 2em;
  z-index: 101;
}
div.product-search-form span.product-search-field-clear:after {
  width: 30px;
  content: "\d7";
  background: #fff;
}

.product-search.floating div.product-search-results-content {
  border: none;
  border-radius: 0 0 10px 10px;
  box-shadow: aqua;
  -webkit-box-shadow: -1px 6px 8px 1px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 6px 8px 1px rgba(0, 0, 0, 0.75);
  box-shadow: -1px 6px 8px 1px rgba(0, 0, 0, 0.2);
  padding: 1em;
}

td.more-info {
  padding: 0 10px !important;
}

td.category-info {
  padding: 7px 10px !important;
}
div.product-search-results {
  top: -7px !important;
}
.product-search-results-content del {
  display: none;
}
.woocommerce.single-product del .woocommerce-Price-amount.amount {
  text-decoration: line-through;
}
li.list-form {
  list-style: none;
}
ul.filter-by-cat li {
  list-style: none;
}
ul.filter-by-cat {
  margin-left: 0;
}
.woocommerce.portal .button {
  display: inline-block;
  line-height: 1.5;
  height: auto;
  font-size: 1rem;
  padding: 0.5rem 1rem !important;
  margin-top: 1rem;
}

.product-list #success,
.product-list #error {
  display: none;
}

span.onsale.in-image {
  font-size: 1.5rem;
}

.woocommerce-product-gallery__image--placeholder {
  text-align: center;
}

.woocommerce ul.products li.product .onsale {
  top: 0;
  left: 0;
  right: auto;
  margin: 0;
}
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.product .price {
  font-size: 1.25rem;
}

.divider {
  height: 16px;
  margin: 0px 20px;
  width: 2px;
}
.divider.green {
  background: #94d60a;
}
.retailer {
  margin-left: 0 !important;
}
.retailer * {
  color: #94d60a;
}

.container-fluid.navigation {
  background-color: var(--light-blue);
  color: white;
}
footer .shop-securely img {
  display: inline-block;
  height: 26px;
  width: auto;
}

.copyright.padding {
  color: white;
}
.cta-block {
  height: 160px;
  position: relative;
}

.cta-block {
  background: url(/wp-content/themes/airr/images/cta-crop.png);
  background-position-x: right;
  background-size: cover;
}

.cta-block .bg {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 160px solid #ffb718;
  width: 58%;
  border-right: 83px solid transparent;
  height: 0;
}

.product .bg {
  border-bottom: 160px solid #94d60a;
}

.store .bg {
  border-bottom: 160px solid var(--dark-blue);
}

.cta-block .bg img {
  height: 160px;
}
.cta .context {
  color: white;
  z-index: 100;
  position: relative;
  text-align: left;
  /* padding: 1rem; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 13%;
}

.cta .context div {
  text-transform: uppercase;
  padding-left: 28px;
  margin-bottom: -15px;
  font-size: 1.25rem;
}

.cta .context h4 {
  font-size: 3rem;
}

section.container-fluid.mobile-scroll.products-list {
  background: white;
}

a.woof_front_toggle {
  display: none;
}

.woof_submit_search_form_container {
  display: none;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.custom-link.info {
  color: white;
  background: var(--light-blue);
  margin-bottom: 0.75em;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.custom-link.info:hover {
  background: #329db3;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.custom-link {
  color: white;
  display: inline-block;
  padding: 0.65em 1.5em;
  width: 60%;
  border-radius: 4px;
  position: absolute;
  top: 40%;
  left: 23%;
  opacity: 0;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.custom-link.cart {
  background: #94d60a;
}

.product-holder {
  position: relative;
}

.woocommerce ul.products li.product a.button.add_to_cart_button,
.woocommerce ul.products li.product a.addd_to_cart.disable {
  position: absolute;
  top: 50%;
  left: 23%;
  width: 60%;
  font-size: 1rem;
  padding-left: 0;
  margin-top: 0.75rem;
  padding-right: 0;
  opacity: 0;
}

.product-holder:hover
  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.custom-link,
.product-holder:hover a.button.add_to_cart_button {
  opacity: 1 !important;
}

.product-loop-buttons {
  position: absolute;
  text-align: center;
  opacity: 0;
  left: 0;
  right: 0;
  top: 42%;
  transition: all 0.3s ease;
  z-index: 105;
}
a.added_to_cart.wc-forward {
  display: none;
}
.product-holder {
  cursor: pointer;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link.link-mobile {
  z-index: 100;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.woocommerce-breadcrumb {
  font-size: 1rem;
  font-weight: 500;
}
select {
  -webkit-appearance: none;
  max-width: 200px;
  appearance: none;
  border: none;
  border-bottom: 1px solid #00748a;
  background: #fff;
  border-radius: 0;
  font-size: 1rem;
  color: #00748a;
  padding: 0 5px;
  padding-top: 13px;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select:after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-weight: 400;
  color: #00748a;
  font-size: 0.8em;
  top: 16px;
  right: 2px;
  pointer-events: none;
  content: "\f078";
}

.cart_totals .delivery-tabs li.disabled::before {
  content: "NOT AVAILABLE";
  opacity: 0.8;
  position: absolute;
  top: 10px;
  font-size: 0.7em;
  color: #414658;
}

.cart_totals .delivery-tabs li a {
  font-weight: 700;
  color: #414658;
}

.product.sale > .onsale {
  display: none;
}
#tab-delivery .shop_table tr > th {
  font-size: 14px;
  font-weight: 500;
  width: 120px;
}
div#shipping_method a {
  font-size: 16px;
  font-weight: 500;
}
#tab-delivery .shop_table tr.order-total > th {
  font-size: 18px;
  font-weight: 900;
}
#tab-delivery .shop_table tr td {
  font-size: 18px;
}
table.shop_table.woocommerce-checkout-review-order-table tr td.product-name {
  width: 70%;
}

table.shop_table.woocommerce-checkout-review-order-table {
  border-collapse: collapse;
}
table.shop_table.woocommerce-checkout-review-order-table tfoot {
  border-top: 1px solid #d6d6d6;
}
table.shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr:first-child
  td,
table.shop_table.woocommerce-checkout-review-order-table
  tfoot
  tr:first-child
  th {
  padding-top: 30px;
}

table.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td,
table.shop_table.woocommerce-checkout-review-order-table
  tbody
  tr:last-child
  th {
  padding-bottom: 30px;
}

.suppliers {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  align-items: stretch;
}

.suppliers > div {
  width: 20%;
  min-width: 220px;
  margin-bottom: 16px;
}

.supplier-wrap {
  border: 1px solid #dedede;
  border-radius: 10px;
  padding: 10px 12px 0;
  height: 100%;
  margin: 0 8px;
  display: flex;
  flex-direction: column;
}

.supplier-wrap div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
.supplier-wrap div:first-child img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
}

.supplier-name {
  padding: 32px 16px;
  font-size: 20px;
}

.button {
  border: none;
}
.button.green {
  background-color: #94d60a;
}
.button.green:hover {
  background-color: #84c104;
}
.button.yellow {
  background-color: #ffb718;
}
.button.yellow:hover {
  background-color: #ff9616;
}
.button.bold {
  font-weight: 700;
}

.filter div:first-child {
  margin-right: 5px;
}
/* Dropup Button */
.dropup .button {
  padding-right: 5rem;
}
.dropup:after {
  /* font-family: ""; */
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  display: inline-block; /* content: '\f104'; */
  font-weight: 700;
  content: "\f078";
  position: absolute;
  right: 8px;
  top: 10px;
  color: white;
}
.dropup {
  position: relative;
  display: inline-block;
}

.dropup-content {
  display: none;
  position: absolute;
  padding: 1rem;
  top: 50px;
  background-color: #f1f1f1;
  min-width: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
}

.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropup-content a:hover {
  background-color: #ddd;
}

.dropup.active .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: #2980b9;
}

.name .dropup-content {
  background: #94d60a;
  color: #fff;
}
.category.dropup-content {
  background: #ffb718;
  color: #fff;
}

.dropup-content.active {
  display: block;
}

.triangle-up {
  display: none;
  position: absolute;
  top: 31px;
  left: 47%;
  width: 0;
  height: 0;
  margin: 0 auto;
  background: transparent;
  border-top: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #94d708;
  border-right: 10px solid transparent;
  z-index: 2;
}
.yellow + .triangle-up {
  border-bottom: 10px solid #ffb718;
}
.dropup.active .triangle-up {
  display: block;
}
.dropup-content a {
  color: #fff;
  font-weight: 900;
}

div#letters {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}

.dropup-content #letters a {
  padding: 11px;
}

.dropup-content a:hover {
  color: #414658;
  background: #94d708;
}
.category .letters {
  display: flex;
  flex-wrap: wrap;
  border-radius: 6px;
  background: #ff9616;
  justify-content: space-evenly;
  padding-top: 0.5rem;
}

.single-supplier nav.woocommerce-breadcrumb {
  text-align: left;
}
section.container-fluid.gray {
  background: #f1f1f1 !important;
}

.single-supplier-content {
  display: flex;
  padding-bottom: 3rem;
  align-items: flex-start;
}
.single-supplier-content .logo {
  width: 265px;
  height: 265px;
  padding: 0 1rem;
  flex-shrink: 0;
  margin-right: 1rem;
  background: white;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.single-supplier-content h2 {
  color: #414658;
  margin-bottom: 1rem;
}

.single-supplier-content p {
  font-weight: 200;
}

.single-supplier-content .other-info {
  border-radius: 4px;
  margin-left: 3rem;
  margin-top: 3rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.single-supplier-content .other-info .phone {
  padding: 1rem;
  background: #2d889b;
  color: white;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 4px 4px 0 0;
}

.single-supplier-content .other-info .web {
  color: #ff9616;
  padding: 1.5rem 1rem;
  border-radius: 0 0 4px 4px;
  background: white;
}
.products-list .woocommerce.columns-4 {
  width: 100%;
}
.products-list .woocommerce.columns-4 ul {
  justify-content: center;
}
form.sign-up .sub {
  position: absolute;
  display: block;
  margin-left: 1em;

  padding: 0.2em 0.5em;
  background: #efefef;
  border-radius: 2px;
  cursor: pointer;
  font-size: 1em;
  top: 6px;
  right: 8px;
  border: none;
}

form.sign-up button:hover {
  background: #ececec;
}
.woocommerce ul.products li.product a img {
  min-height: unset;
  object-fit: contain;
  height: 10rem;
}
.dropup-content.category a {
  padding-top: 0.25rem;
  border-radius: 5px 5px 0 0;
}

.dropup-content.category a:hover,
.dropup-content.category a.onactive {
  background: #ffb818;
  border-color: #ffb718;
  color: white;
  opacity: 1;
}
#all-cat {
  display: none;
}
.cat-filter {
  display: none;
}
.cat-filter.active,
.cat-filter.onactive {
  display: flex;
  padding-top: 1rem;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6 {
  width: 16.6%;
  padding: 0.5rem;
}

.column-2,
.column-4,
.column-6 {
  background: #ffb000;
  border-radius: 5px 4px 0 0;
}

.category.dropup-content {
  padding-bottom: 0;
  min-height: 80px;
}
#load-more-holder {
  padding-top: 2rem;
}

#load-more {
  color: white;
  text-transform: uppercase;
  font-weight: normal;
  border-radius: 4px;
  color: white;
  background: var(--light-blue);
  margin-bottom: 0.75em;
}
.attachment-variable {
  display: none;
}
.woocommerce div.product .out-of-stock {
  color: #fb7171;
  display: inline-block;
  margin-top: 20px;
}

.is-form-style.is-form-style-3 label {
  width: 100% !important;
}

.is-form-style input.is-search-input {
  background: #fff;
  border: none;
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding: 0 1rem;
}

.is-form-style button.is-search-submit {
  position: absolute;
  right: 0;
  z-index: 100;
  position: absolute;
  right: 5px;
  top: 50%;
  border: none;
  padding: 0;
  margin: 0;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  background-color: #efefef;
  border-radius: 2px;
}

.is-search-icon {
  border: none;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  padding-top: 0 !important;
}
.is-search-icon svg {
  margin-top: 2px;
  width: 25px;
}
div.is-ajax-search-details {
  display: none !important;
}

div.is-ajax-search-details,
div.is-ajax-search-result {
  max-width: 470px;
}

.woocommerce ul.products.columns-4 li.product .supplier-wrap {
  margin: 0;
  padding: 2rem;
  background: #fff;
  border-radius: 10px;
  min-height: 100%;
  position: relative;
  border: 1px solid #dedede;
  border-radius: 4px;
}

div.page-numbers a,
div.page-numbers span {
  margin: 0;
  text-decoration: none;
  line-height: 1;
  font-size: 1em;
  font-weight: 400;
  min-width: 1em;
  display: inline-block;
  color: var(--dark-blue);
  border: 1px solid var(--dark-blue);
  padding: 0.5em 0.75em;
  margin: 0 4px;
  border-radius: 4px;
  float: left;
}

div.page-numbers span {
  font-weight: bold;
  color: white;
  background-color: var(--dark-blue);
}
.single-supplier-content .other-info .icon {
  display: none;
  color: #ff9616;
  padding: 0.5rem 0;
  border-radius: 0 0 4px 4px;
  background: white;
  text-align: center;
}

.category-information ul.wrap {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.category-information ul.wrap li {
  width: 50%;
}

.woocommerce ul.products li.product a.add_to_cart.disable {
  padding: 0.65em 1.5em;
  line-height: 2;
  cursor: not-allowed;
  background: #bbdf6e;
  position: absolute;
  border-radius: 4px;
  z-index: 100;
  top: 50%;
  left: 23%;
  width: 60%;
  font-size: 1rem;
  padding-left: 0;
  margin-top: 0.75rem;
  padding-right: 0;
  opacity: 0;
  color: white;
}
.product-holder:hover a.add_to_cart {
  opacity: 1 !important;
}

.variant-price {
  display: none;
}
.variant-price.active {
  display: block;
}

.woocommerce ul.products li .product-terms span.active {
  background: #94d60a;
}

.product_type_variable.add_to_cart_button {
  display: none !important;
}
.product_type_variable.add_to_cart_button.active {
  display: block !important;
}

.product_type_variable.add_to_cart_button.disable {
  cursor: not-allowed;
  background-color: #bbdf6e;
}
.product_type_variable.add_to_cart_button.disable:hover {
  background-color: #bbdf6e;
}

.wrap-menu-container {
  display: flex;
  justify-content: space-between;
}

.wrap-menu-container > div {
  flex: 1;
}

.wrap-menu-container > div:first-child {
  flex: 2;
}

.wrap-menu-container > div > ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(12, auto);
}

@media (max-width: 768px) {
  .wrap-menu-container {
    display: block;
  }

  .wrap-menu-container > div {
    margin-bottom: 15px;
  }

  .wrap-menu-container .menu > ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.blog-listing .woocommerce.woocommerce-page.woof_shortcode_output {
  width: 100%;
}

.single-supplier-content .logo {
  justify-content: center;
}

.single-supplier-content .logo img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

.set-store-mobile {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 20vh;
  justify-content: center;
  color: #00748a;
  z-index: 1400;
  background: #00000094;
}
.set-store-mobile .store-location-holder .store-location-picker {
  color: #fff;
  background: #00748a;
}

.set-store-mobile .store-location-holder .store-location-list {
  display: block;
}
.set-store-mobile .store-location-holder .fa-chevron-square-down,
.set-store-mobile .store-location-holder .fa-chevron-square-up {
  display: none;
}
@media only screen and (max-width: 640px) {
  .changeStore.button.blue {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .changeStore-mobile.button.blue {
    display: none;
  }
}
.set-store-mobile .location-search-inner {
  max-height: 40vh;
}

.location.close {
  display: none;
}
.set-store-mobile .location.close {
  display: inline-block;
  position: absolute;
  right: 7px;
  font-size: 1em;
  text-transform: lowercase;
}
.stock-check {
  display: none;
}

.set-store-mobile div#store-info {
  background: #f9f9f9;
  max-height: 50vh;
  overflow: scroll;
}

.set-store-mobile .fa-chevron-down {
  display: none;
}

/* Page-contact-us Styling */
.warehouse-wrapper {
  width: 100vw;
  background: white;
}
.warehouses {
  max-width: var(--max-width);
  margin: 2rem auto;
  padding: 0rem;
}
.warehouse-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 320px;
  min-height: 625px;
  margin: 1rem auto;
  text-align: left;
  padding: 1rem;
  max-width: 500px;
}
.warehouse-card > * {
  width: calc(100% - 4rem);
  min-height: 3rem;
}
.warehouse-card h3 {
  font-size: 1.5rem;
}

.warehouse-contacts {
  margin-bottom: auto;
}

/* Page-subscribe styling */
.subscription-page {
  max-width: var(--max-width);
  /* min-height: 100vh; */
}

#mail-subscribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  min-width: calc(320px - 2rem);
  max-width: 600px;
}

.subscribe-fieldset {
  border: 1px solid rgb(230, 214, 214);
  padding: 1.5ch;
  min-width: 300px;
  min-height: 50vh;
}
.subscribe-fieldset legend {
  font-size: 2.6em;
  text-align: center;
  color: var(--dark-blue);
}

.subs-identifier {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem 0;
  min-width: 300px;
  justify-content: space-around;
}

.subs-identifier input {
  width: 300px;
}

#sub-state {
  border: 2px inset #eaeaea;
  appearance: auto;
  border-radius: 5px;
  padding: 5px 10px;
}

.subs-descr {
  font-weight: bold;
  padding-right: 2ch;
  font-size: 1.1em;
  align-self: center;
  min-width: 12ch;
  flex-grow: 1;
  max-width: 300px;
  margin: 0 auto;
}

.subscribe-fieldset input {
  margin-top: 5px;
  min-width: 300px;
  max-width: 50ch;
}

.subs-checklist {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  flex-grow: 1;
}

.subs-checklist label {
  display: flex;
  flex-direction: row;
  line-height: 2.5em;
  max-width: 300px;
  margin: 5px 0;
  padding: 0.5em;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.subscribe-fieldset *:focus {
  outline: 1px solid orange;
}

.subs-checklist label:nth-of-type(odd) {
  background: rgba(206, 206, 206, 0.6);
}
.subs-checklist label span {
  width: 300px;
}

.subs-checklist label input[type="checkbox"] {
  min-width: initial;
  position: absolute;
  left: 20ch;
}

.subs-success,
.subs-warning {
  min-width: 260px;
  margin: 0 1rem;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}
.subs-success > *,
.subs-warning > * {
  padding: 0.5rem 1rem;
}

.subs-success {
  border: 1px solid var(--dark-blue);
  min-height: 50vh;
  align-items: center;
  justify-content: space-evenly;
  margin-bottom: 1rem;
}

.subs-warning-area,
.subs-warning {
  border: 1px solid red;
}
.link_btn {
  height: 40px;
  color: white;
  line-height: 40px;
  padding: 0 3em;
  margin: 1rem auto;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
}


.product-container.reveal, .articles-container.reveal {
  opacity: 0;
  transition: 800ms margin ease-out;
  animation: reveal 800ms forwards ease-out;
  opacity: 1;
}
.hidden{
  display: none !important;
}
.store-detail{
  width:16%;
  min-width: 220px;
}
.store-action span{
  display: block;
}

.shipping-options {
  display: flex;
  align-items: flex-start;
}div#shipping_method {}

input#shipping_method_0_starshipit_3d85 {}

label.shipping-label span:not(.amount,.woocommerce-Price-currencySymbol) {
  font-weight: 100;
  font-size: .9em;
  line-height: 1.2;
}

p#calc_shipping_country_field {
  display: none;
}

.woocommerce .shipping-calculator-form button.button {
  width: 100%;
  text-align: left;
  font-size: .8em;
}


label.payment-label {
  background: #e6e6e6;
  display: block;
  padding: 10px 15px;
  border: 1px solid #dedede;
  cursor: pointer;
}.shipping-options {
  display: flex;
  align-items: flex-start;
}div#shipping_method {}

input#shipping_method_0_starshipit_3d85 {}

label.shipping-label span:not(.amount,.woocommerce-Price-currencySymbol) {
  font-weight: 100;
  font-size: .9em;
  line-height: 1.2;
  display: block;
}

.accordion-title .input-radio {
  display: none;
}

.accordion-tab .new-tab > div {
  padding: 10px 15px !important;
}

.delivery-tabs.accordion {
  border: 1px solid #C4C4C4;
}

img.cta-block {
  height: auto;
  width: 100%;
}

.shipping-from {
  position: absolute;
  right: 35px;
  display: inline-block;
  bottom: 10px;
  font-size: 0.8em;
}