@font-face {
  font-family: "itc_american_typewriterCn";
  src: url("fonts/itc_american_typewriter_condensed-webfont.woff2") format("woff2"), url("fonts/itc_american_typewriter_condensed-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "itc_american_typewriterCn";
  src: url("fonts/itc_american_typewriterCn.woff") format("woff"), url("fonts/itc_american_typewriterCn.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  background-size: 350px;
  background-color: #f5f5f5;
  background-image: url("images/bg.jpg");
  background-attachment: fixed;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url("images/bg.jpg");
  background-size: 350px;
}

p {
  font-size: 18px;
}

a {
  color: #000;
  transition: 0.2s all ease-in-out;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

div, p, h3, #item-count, input, textarea {
  font-family: "itc_american_typewriterCn", sans-serif;
  font-weight: 200;
}

.order-now p, .price, .case-size, .item-name, .item-price, #basket-subtotal, p.question, .custom-dashboard h2, .woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li a, .woocommerce-message, .wc-block-components-notice-banner, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .wc-block-components-notice-banner, form label, .woocommerce-info a.button {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
}

h1, h2, .title, .flavour, .button, .navigation a, button, .footer p strong, .woocommerce-tabs, .dashboard-section h3, .woocommerce h3 {
  font-family: "itc_american_typewriterCn";
  letter-spacing: 0px;
  font-weight: normal;
  margin: 0;
}

h2.category-title {
  text-transform: none;
}

.lc {
  text-transform: lowercase;
}

.wrap {
  max-width: 1640px;
  padding: 0 30px;
  margin: 0 auto;
}

.clear {
  clear: both;
}

.section, .content-area {
  padding: 40px 0;
  text-align: center;
  border-bottom: 0.5px solid #d9d9d9;
}
.section #main .product, .content-area #main .product {
  text-align: center;
}
.section #main .product h2, .content-area #main .product h2 {
  padding-top: 15px;
}
.section p, .section h2, .section h3, .section h4, .section ul, .content-area p, .content-area h2, .content-area h3, .content-area h4, .content-area ul {
  line-height: 120%;
}
.section h2, .section h3, .section h4, .content-area h2, .content-area h3, .content-area h4 {
  border: none;
  padding-top: 0;
}
.section button, .section input[type=button], .section input[type=reset], .section input[type=submit], .content-area button, .content-area input[type=button], .content-area input[type=reset], .content-area input[type=submit] {
  border: 2px solid #000;
  background: none;
  color: #000;
  padding: 0.5em 0.8em 0.3em;
  transition: 0.3s ease-in-out;
}
.section button:hover, .section input[type=button]:hover, .section input[type=reset]:hover, .section input[type=submit]:hover, .content-area button:hover, .content-area input[type=button]:hover, .content-area input[type=reset]:hover, .content-area input[type=submit]:hover {
  background: #000;
  color: #fff;
  cursor: pointer;
  transform: scale(1.05);
}
.section .button, .content-area .button {
  display: block;
  line-height: 100%;
}
.section .button a, .content-area .button a {
  display: inline-block;
  padding: 0.4em 0.8em;
  border: 2px solid #000;
  text-decoration: none;
  color: #000;
  border-radius: 20px;
}
.section a.button, .content-area a.button {
  display: inline-block;
  padding: 0.4em 0.8em 0.3em;
  border: 2px solid #000;
  border-radius: 20px;
  text-decoration: none;
  color: #000;
  background: none;
  transition: 0.3s ease-in-out;
}
.section a.button:hover, .content-area a.button:hover {
  background: #000;
  color: #fff;
  transform: scale(1.05);
}

.content-area {
  border-bottom: none;
}

@font-face {
  font-family: "itc_american_typewriterCn";
  src: url("fonts/itc_american_typewriter_condensed-webfont.woff") format("woff"), url("fonts/itc_american_typewriter_condensed-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
h1 {
  font-size: 68px;
}

h2 {
  font-size: 60px;
}

.entry-content h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

.button {
  font-size: 20px;
}

.hero-bg {
  position: relative;
}

.background-image {
  animation: textHueRotate 5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

@keyframes hueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.hero {
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  padding: 0;
  margin-bottom: -1px;
  border: none;
  border-bottom: 0.5px solid transparent;
}
.hero .order-now {
  line-height: 1.618;
  height: 34px;
  background: rgba(0, 0, 0, 0.7);
  padding: 4.5px 0 4px;
  border-radius: 5px;
  margin: 0 0 20px;
  box-sizing: border-box;
}
.hero .order-now .gap {
  display: inline-block;
  width: 50px;
}
.hero .order-now p {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  margin: 0;
}
.hero .order-now p i {
  margin-right: 7px;
}
.hero .order-now strong {
  color: #ffe7a8;
  animation: textHueRotate 5s linear infinite;
  font-size: 1.2em;
  padding: 0 8px;
  margin-top: -3px;
  font-weight: 500;
}
.hero .order-now strong.countdown {
  color: #a8f2ff;
}
@keyframes textHueRotate {
  0% {
    filter: hue-rotate(0deg);
  }
  100% {
    filter: hue-rotate(360deg);
  }
}
.hero .hero-left, .hero .hero-right {
  float: left;
  width: 400px;
  color: #fff;
  padding-top: 35px;
  text-align: left;
}
.hero .hero-left a, .hero .hero-right a {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  padding: 7px 11px 6px 7px;
  margin: 0 5px;
  text-decoration: none;
  font-weight: 200;
  background: none;
}
.hero .hero-left a:hover, .hero .hero-right a:hover {
  background: #fff;
  color: #000;
  transform: scale(1.05);
}
.hero .hero-left .current, .hero .hero-right .current {
  background: #fff;
  color: #000;
}
.hero .hero-left .no-click, .hero .hero-right .no-click {
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
  border-color: transparent;
  pointer-events: none;
}
.hero .hero-right {
  float: right;
  text-align: right;
}
.hero img {
  width: 160px;
  filter: invert(100%);
  margin: 0 auto 20px;
  transition: 0.2s ease-in-out;
}
.hero img:hover {
  transform: scale(1.02);
  transition: 0.2s ease-in-out;
}
.hero .navigation {
  padding: 0;
  transition: background 0.2s ease-out, top 0.2s ease-out;
  border-top: 0.5px solid #555;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.2);
}
.hero .navigation p {
  margin: 0;
}
.hero .navigation .left {
  float: left;
}
.hero .navigation .right {
  float: right;
}
.hero .navigation .right a {
  padding: 0.6em 0 0.4em 1.4em;
}
.hero .navigation a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-size: 22px;
  display: inline-block;
  line-height: 100%;
  padding: 0.6em 1.4em 0.5em 0;
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}
.hero .navigation a i {
  font-size: 0.8em;
  vertical-align: middle;
}
.hero .navigation a:hover {
  opacity: 0.9;
}
.hero .navigation a.mobile-menu {
  display: none;
  text-transform: uppercase;
}
.hero .navigation .current, .hero .navigation .single-current {
  color: #fff;
  opacity: 1;
}
.hero .navigation.sticky {
  position: fixed;
  top: -30px;
  z-index: 50;
  width: 100%;
  background: #000;
  animation: slideDown 0.3s forwards;
}
@keyframes slideDown {
  from {
    top: -30px;
  }
  to {
    top: 0;
  }
}
.hero .navigation.sticky {
  position: fixed;
  top: 0px;
  z-index: 50;
  width: 100%;
  background: #000;
}

.swiper {
  margin: 0;
  overflow: hidden;
  height: 320px;
  box-sizing: border-box;
  width: 100%;
}
.swiper a {
  text-decoration: none;
  color: #fff;
}

.banner-slider {
  width: 100%;
}

.banner {
  display: block;
  height: 320px;
  position: relative;
  overflow: hidden;
}
@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.95, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.banner .banner-inner {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  z-index: 2;
  /* Ensure the content is above the background */
  position: relative;
  padding: 0;
}
.banner .image {
  flex-basis: 50%;
}
.banner .image img {
  width: 95%;
  object-fit: cover;
  object-position: center;
  animation: pulse 4s linear infinite;
  filter: invert(0%);
  margin: 0;
}
.banner .offer {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.banner .offer h2 {
  text-transform: none;
  font-size: 48px;
  border-bottom: 0.5px solid #fff;
  border-bottom-color: rgba(255, 255, 255, 0.3);
  padding: 0 0 10px;
  margin: 0;
  line-height: 100%;
  color: #fff;
}
.banner .offer h3 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 22px;
  margin: 0;
}
.banner .offer .button {
  display: block;
  padding: 0;
  margin: 0;
  color: #fff;
  background: none;
  font-weight: normal;
  font-size: 25px;
  line-height: 100%;
}
.banner .offer .button span {
  display: inline-block;
  padding: 0.4em 0.7em;
  border: 2px solid #fff;
  border-radius: 20px;
  margin: 25px 0 0;
  transition: 0.3s ease-in-out;
}
.banner .offer .button:hover span {
  background: #fff;
  color: #000;
  transform: scale(1.05);
}
@media (max-width: 600px) {
  .banner .image img {
    height: 200px;
    width: auto;
    object-fit: cover;
    object-position: right;
  }
}

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7) !important;
  border-radius: 25px !important;
  height: 6px;
  width: 30px !important;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background: white;
  visibility: hidden;
}

.swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.5) !important;
}
.swiper-pagination-bullet-active::before {
  visibility: visible;
  animation: fillProgress 5500ms infinite linear;
}

@keyframes fillProgress {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.section.shop {
  padding-bottom: 0 !important;
}

.per-pack-price {
  font-size: 0.8em;
  display: block;
  opacity: 0.5;
}

.single .per-pack-price {
  display: inline-block;
  padding-left: 10px;
}

.single .loop .per-pack-price {
  display: block;
  padding-left: 0px;
  margin: 0 0 10px;
}

.per-pack-price span {
  margin: 0;
}

.shop-category {
  padding: 0 0 20px;
  text-align: center;
}
.shop-category h2, .shop-category h3 {
  margin: 0;
}
.shop-category .awards {
  vertical-align: middle;
  padding: 10px 0 20px;
}
.shop-category .awards img {
  width: 70px;
  vertical-align: middle;
  margin: 0 20px;
}
.shop-category .awards .tall {
  width: 100px;
}
.shop-category .awards .tall2 {
  width: 150px;
}
.shop-category .notice {
  background: #007742;
  animation: textHueRotate 5s linear infinite;
  color: #fff;
  border-radius: 30px;
  line-height: 130%;
  padding: 15px 20px;
  margin: 0 0 50px;
}
.shop-category .notice p {
  padding: 0;
  margin: 0;
}
.shop-category .loop {
  padding: 25px 0 0;
}
.shop-category .loop .loop-product {
  width: 24.5%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px;
  margin: 0 0 40px;
  box-sizing: border-box;
}
.shop-category .loop .loop-product .inner {
  transition: 0.2s ease-in-out;
}
.shop-category .loop .loop-product .inner a {
  display: inline-block;
}
.shop-category .loop .loop-product .inner:hover {
  transform: scale(1.04);
}
.shop-category .loop .loop-product img {
  width: 100%;
  max-width: 85%;
  margin: 0 auto 15px;
}
.shop-category .loop .loop-product .title {
  font-size: 20px;
  margin: 0 0 5px;
  text-transform: none;
}
.shop-category .loop .loop-product .flavour {
  font-size: 28px;
  padding: 0 0 10px;
  margin: 0;
}
.shop-category .loop .loop-product .case-size, .shop-category .loop .loop-product .price {
  font-size: 18px;
}
.shop-category .loop .loop-product .case-size {
  font-weight: 400;
  margin: 0;
}
.shop-category .loop .loop-product .price {
  padding: 0.3em 0.8em 0.3em;
  display: inline-block;
  background: none;
  color: #000;
  margin: 15px 0 0;
  border-radius: 25px;
}
.shop-category .loop .loop-product a {
  text-decoration: none;
  color: #000;
}
.shop-category .loop .loop-product .button {
  max-width: 80%;
  margin: 0 auto;
  padding: 0;
  background: none;
}
.shop-category .loop .loop-product .button i {
  padding-left: 5px;
}
.shop-category .loop .loop-product .button a {
  background: none;
  transition: 0.2s ease-in-out;
  padding: 0.4em 0.7em;
}
.shop-category .loop .loop-product .button a:hover {
  background: #000;
  color: #fff;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
.bounce {
  animation: bounce 0.5s ease-in-out;
}

#floating-basket {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 11000;
  transition: all 0.1s ease-in-out;
  transform-origin: right center;
}
#floating-basket #item-count {
  color: #ffe7a8;
  animation: textHueRotate 5s linear infinite;
  border-left: 0.5px solid rgba(255, 255, 255, 0.5);
  padding-left: 20px;
  padding-right: 5px;
  margin-left: 5px;
  min-width: 20px;
  text-align: center;
  line-height: 140%;
  font-weight: bold;
  z-index: 1001;
}
#floating-basket #item-count.visible {
  display: inline-block;
}
#floating-basket button {
  font-size: 1.2em;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  color: #fff;
  border: none;
  padding: 0.4em 0.8em 0.5em;
  line-height: 100%;
  font-weight: 300;
  border-radius: 20px;
}

#floating-basket:hover {
  transform: scale(1.05);
}
#floating-basket:hover button {
  cursor: pointer;
}

#basket-modal {
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  width: 100%;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 10500;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  color: #fff;
}
#basket-modal .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#basket-modal .header-container h2 {
  margin-bottom: -10px;
  font-size: 35px;
  color: #fff;
}
#basket-modal .header-container #clear-basket {
  font-size: 18px;
  padding: 4px 10px 3px;
  margin: 0;
  border-radius: 25px;
}
#basket-modal .header-container button {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  opacity: 0.8;
}
#basket-modal .header-container button:hover {
  opacity: 1;
}
#basket-modal .basket-inner {
  padding: 30px;
  max-height: 100dvh;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 80px;
  position: relative;
  overflow: scroll;
}
#basket-modal #basket-subtotal {
  text-align: right;
  padding-bottom: 10px;
  font-size: 1.8em;
  font-weight: 600;
}
#basket-modal #basket-subtotal .woocommerce-Price-amount, #basket-modal #basket-subtotal bdi {
  display: inline;
  background: none;
  padding: 0;
}
#basket-modal button#proceed-to-checkout {
  background: none;
  border: 2px solid #fff;
  color: white;
  padding: 0.4em 1em 0.4em;
  font-size: 1.8em;
  border-radius: 30px;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 5px;
  transition: 0.2s all ease-in-out;
}
#basket-modal button#proceed-to-checkout:hover {
  background: #fff;
  color: #000;
  transform: scale(1.02);
}
#basket-modal .basket-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-top: 0.5px solid rgba(255, 255, 255, 0.1);
}
#basket-modal .basket-item .item-thumbnail {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 10px;
}
#basket-modal .basket-item .item-details {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#basket-modal .basket-item .item-details .item-name,
#basket-modal .basket-item .item-details .item-price {
  font-size: 18px;
  margin: 0 10px;
}
#basket-modal .basket-item .item-details .item-name a,
#basket-modal .basket-item .item-details .item-price a {
  text-decoration: none;
}
#basket-modal .basket-item .item-details .item-price {
  font-weight: 500;
}
#basket-modal .basket-item .item-details .item-name {
  flex-grow: 1;
  margin-right: 10px;
  font-size: 22px;
}
#basket-modal .basket-item .item-details .item-name strong {
  font-weight: 400;
  display: block;
  opacity: 0.5;
  font-size: 0.8em;
  padding-top: 7px;
}
#basket-modal .basket-item .item-details .item-name span {
  font-size: 0.8em;
}
#basket-modal .basket-item .item-details .item-name a {
  color: #fff;
}
#basket-modal .basket-item .item-actions {
  display: flex;
  align-items: center;
}
#basket-modal .basket-item .item-actions .item-quantity {
  width: 50px;
  border: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 5px 10px;
  font-size: 14px;
  background: none;
  border: 2px solid #555;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
#basket-modal .basket-item .item-actions .item-quantity:focus {
  border-color: rgba(255, 255, 255, 0.5);
  outline: none;
  caret-color: #eee;
}
#basket-modal .basket-item .item-actions .item-remove {
  background: none;
  color: #fff;
  padding: 2px 0 0 5px;
  border: none;
  cursor: pointer;
  opacity: 0.7;
  line-height: 100%;
}
#basket-modal .basket-item .item-actions .item-remove:hover {
  opacity: 1;
}
#basket-modal.hidden {
  display: none;
}

.contact #contact-form {
  margin: 10px 0 20px;
}
.contact #contact-form input, .contact #contact-form textarea {
  margin-bottom: 1%;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 20px;
}
.contact #contact-form input::placeholder, .contact #contact-form textarea::placeholder {
  color: #777 !important;
}
.contact #contact-form input#name, .contact #contact-form input#phone,
.contact #contact-form input#email, .contact #contact-form input#company {
  width: 49.5%;
  margin-right: 1%;
  float: left;
}
.contact #contact-form input#email, .contact #contact-form input#company {
  margin-right: 0 !important;
}
.contact #contact-form input#subject, .contact #contact-form button {
  width: 100%;
  margin-right: 0;
}
.contact #contact-form textarea {
  resize: vertical;
  height: 200px;
  width: 100%;
}
.contact #contact-form button {
  font-size: 32px;
  padding: 0;
  line-height: 100%;
  border: 2px solid #000;
  background: none;
  padding: 0.4em 0 0.3em;
  transition: 0.2s ease-in-out;
  color: #000;
  border-radius: 20px;
}
.contact #contact-form button:hover {
  background: #000;
  color: #fff;
  transform: none;
}
.contact #contact-form .recaptcha-note {
  margin: 15px 0 25px;
  font-size: 0.8em;
  color: #888;
}
.contact #contact-form .recaptcha-note a {
  color: #555;
}
.contact #contact-form .recaptcha-note a:hover {
  color: #000;
}
.contact #form-messages {
  font-size: 20px;
}
.contact #form-messages .success, .contact #form-messages .error {
  padding-bottom: 20px;
}
.contact #form-messages .success {
  color: rgb(23, 139, 88);
}
.contact #form-messages .error {
  color: #000;
}

.stockists, .featured {
  text-align: center;
}
.stockists a, .featured a {
  text-decoration: none;
}
.stockists .brand-logos, .featured .brand-logos {
  width: 100%;
  margin: 25px 0 0;
}
.stockists .brand-logos img, .featured .brand-logos img {
  width: 190px;
  height: auto;
  margin: 0 40px;
  filter: invert(100%);
  vertical-align: middle;
  display: inline-block;
  transition: 0.3s ease-out;
}

.stockists .brand-logos img:hover {
  transform: scale(1.05);
}

.featured .brand-logos img {
  width: 120px;
  filter: invert(0%);
  margin: 10px 30px;
}
.featured .flickity-page-dots .dot {
  background: #000;
  height: 5px;
  width: 5px;
}

.faqs h2 {
  color: #000;
}
.faqs .button a {
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0.5);
}
.faqs .button a:hover {
  border-color: #000;
}
.faqs .qs {
  padding: 10px 0;
  margin: 0 auto;
}
.faqs .qs .left, .faqs .qs .right {
  width: 49%;
}
.faqs .qs .left {
  float: left;
}
.faqs .qs .right {
  float: right;
}
.faqs p.question {
  background-color: none;
  color: #000;
  cursor: pointer;
  max-width: auto !important;
  padding: 10px 15px 15px;
  font-size: 22px;
  text-align: left;
  border: 2px solid #555;
  outline: none;
  transition: 0.4s;
  margin: 0;
  font-weight: 400;
  border-radius: 20px;
}
.faqs p.question.active, .faqs p.question:hover {
  color: #000;
  border-color: #000;
}
.faqs p.question.active {
  background: none;
  border-color: #000;
  color: #000;
  margin: 0 0 10px;
}
.faqs div.answer {
  padding: 0 18px;
  max-width: auto;
  max-height: 0;
  text-align: left;
  overflow: hidden;
  transition: 0.4s ease-in-out;
  opacity: 0;
  margin-bottom: 10px;
  color: #000;
}
.faqs div.answer p {
  font-size: 19px;
}
.faqs div.answer table {
  width: 100%;
}
.faqs div.answer table td, .faqs div.answer table th {
  padding: 2px 5px;
}
.faqs div.answer table th {
  background: #fff;
  font-weight: bold;
}
.faqs div.answer strong {
  font-weight: 600 !important;
}
.faqs div.answer.show {
  opacity: 1;
  max-height: 1200px;
  padding: 0 15px;
  margin: 0 0 20px;
  line-height: 140%;
}

.connect {
  border-bottom: 0;
}
.connect h2, .connect h3 {
  max-width: 95%;
  margin: 0 auto;
}
.connect iframe {
  margin-top: 20px;
}
.connect .social {
  text-align: center;
  display: block;
  padding: 20px 0 10px;
  margin: 0;
}
.connect .social a {
  opacity: 0.8;
  font-size: 60px;
  padding: 0 20px 0 0;
  margin: 15px 0 0;
  color: #000;
  display: inline-block;
}
.connect .social a:hover {
  opacity: 1;
  transform: scale(1.05);
}

.footer {
  color: #000;
  padding: 30px 0;
  text-align: center;
  border: none;
  border-top: 0.5px solid #d9d9d9;
}
.footer p {
  padding: 0 0 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
}
.footer p strong {
  font-weight: normal;
  font-size: 25px;
  text-transform: none;
}
.footer a {
  color: #000;
  padding: 0 20px 0 0;
  text-decoration: none;
  opacity: 0.8;
}
.footer a:hover {
  opacity: 1;
}
.footer .social {
  font-size: 30px;
  margin: 0;
  padding: 0;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
  background: #f5f5f5;
  box-shadow: none;
  border: 2px solid #000;
  caret-color: #000;
  padding: 10px;
  font-size: 18px;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
  outline: none;
  background: #fff;
}

.error404 h1, .error404 p {
  text-align: center;
}
.error404 .site-content .widget_product_search {
  background: none;
  padding: 25px 0 0;
  max-width: 750px;
  margin: 0 auto 2.617924em;
}
.error404 p {
  max-width: 925px;
  margin: 0 auto;
}
.error404 ul.products li {
  transition: 0.1s ease-in-out !important;
}
.error404 ul.products li:hover {
  transform: scale(1.03);
}
.error404 ul.products li:hover .add-pin {
  display: none;
}
.error404 .content-area {
  margin: 0;
}
.error404 .site-main {
  margin-bottom: 20px;
}
.error404 h2 {
  text-align: center;
}
.error404 .fourohfour-columns-2 .col-2 {
  border-radius: 12px;
  text-align: center;
}
.error404 h2.widgettitle {
  display: none;
}
.error404 .widget_product_categories ul li::before {
  display: none;
}
.error404 ul li {
  padding-left: 0;
}
.error404 ul li .count {
  display: none;
}

.no-hover .products li, .no-hover .products li:hover {
  transform: none !important;
}

.no-hover.logged-in .product .add-pin {
  opacity: 1;
}

#masthead, .site-footer, .storefront-sorting, .added_to_cart, span.posted_in, span.tagged_as, .woocommerce-additional-fields {
  display: none !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.hentry {
  margin: 0 0 15px !important;
}

.wp-block-columns {
  margin-top: 10px;
}

p + h2, p + header h2, p + h3, p + h4, ul + h2, ul + header h2, ul + h3, ul + h4, ol + h2, ol + header h2, ol + h3, ol + h4, table + h2, table + header h2, table + h3, table + h4, blockquote + h2, blockquote + header h2, blockquote + h3, blockquote + h4, form + h2, form + header h2, form + h3, form + h4 {
  margin-top: 30px;
}

.home header {
  display: none;
}

.widget-area {
  margin-bottom: 0;
}

a:focus {
  outline: none;
}

.woocommerce-tabs ul.tabs li.active a, ul.products li.product .price, .onsale, .wc-block-grid__product-onsale, .widget_search form:before, .widget_product_search form:before {
  color: #000;
}

.shop_table bdi {
  color: #000;
}

.onsale {
  display: none;
}

.product_weight {
  color: #000;
  margin: 0 0 10px;
}

del {
  filter: saturate(0);
}

.reduced {
  padding: 0;
  margin: 0 0 5px;
  display: block;
}
.reduced strong, .reduced strike {
  text-transform: uppercase;
  color: green;
  font-weight: normal;
  font-size: 0.8em;
}

a, .categories, h2, .order-now, .button, .full-range h3, .full-range div, button, .product-categories li a {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.col-full {
  max-width: 1730px;
  padding-left: 20px;
  padding-right: 20px;
}

.home .site-content {
  padding-top: 15px;
}

.page #primary {
  text-align: left;
}
.page #primary h1 {
  text-align: center;
}

button.cta, button.alt, input[type=button].cta, input[type=button].alt, input[type=reset].cta, input[type=reset].alt, input[type=submit].cta, input[type=submit].alt, .button.cta, .button.alt, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt, .added_to_cart.cta, .added_to_cart.alt {
  background: none;
  border: 2px solid #000;
  color: #000;
}
button.cta:hover, button.alt:hover, input[type=button].cta:hover, input[type=button].alt:hover, input[type=reset].cta:hover, input[type=reset].alt:hover, input[type=submit].cta:hover, input[type=submit].alt:hover, .button.cta:hover, .button.alt:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover, .added_to_cart.cta:hover, .added_to_cart.alt:hover {
  background: #000;
  color: #fff;
}

button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled, .button.disabled, .button:disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled, .added_to_cart.disabled, .added_to_cart:disabled {
  cursor: not-allowed;
}

h3#ship-to-different-address {
  font-size: inherit;
}

.woocommerce-add-payment-method .woocommerce-PaymentBox {
  filter: invert(100%) hue-rotate(180deg);
}

.woocommerce-tabs.wc-tabs-wrapper {
  margin: 0 0 10px;
}

.order-again {
  display: none;
}

.low-stock {
  font-size: 0.85em;
}

.woocommerce h3 {
  margin: 0 0 0.5407911001em;
}

@media (min-width: 768px) {
  .storefront-full-width-content .woocommerce-tabs .panel {
    margin-bottom: 20px !important;
  }
}
.woocommerce-product-attributes-item__value p {
  text-transform: none !important;
}

#shipping_method bdi {
  background: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

table:not(.has-background) tbody td, table:not(.has-background) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
  background: none;
}

.search .content-area {
  margin-bottom: 0;
}

.search .site-main {
  margin-bottom: 0px;
}

.hidden {
  display: none;
}

button:focus,
input[type=button]:focus,
input[type=submit]:focus,
input:focus,
.wc-button:focus,
.woocommerce button.button:focus {
  outline: none;
  box-shadow: none;
}

.blockUI, .blockOverlay {
  z-index: 1 !important;
}

#payment, #payment .payment_methods > li:not(.woocommerce-notice) {
  background: none;
}

#payment .payment_methods > li:not(.woocommerce-notice):hover {
  background: none !important;
}
#payment .payment_methods > li:not(.woocommerce-notice):hover .payment_box {
  background: none;
}

.place-order, #payment .payment_methods li .payment_box {
  border-radius: 8px;
}

.place-order {
  margin-top: 0;
}

#payment .payment_methods > li {
  background: none;
}
#payment .payment_methods > li:hover {
  background: none;
}

.site-content > .col-full > .woocommerce > .woocommerce-message:first-child, .site-content > .col-full > .woocommerce > .woocommerce-info:first-child, .site-content > .col-full > .woocommerce > .woocommerce-error:first-child {
  margin-top: 0 !important;
}

.breadcrumb-separator {
  opacity: 0.6;
}

.woocommerce-breadcrumb .breadcrumb-separator {
  text-indent: -9999px;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.woocommerce-breadcrumb .breadcrumb-separator::after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  content: "\f105";
  display: block;
  font-size: 0.875em;
  text-indent: 0;
  line-height: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  opacity: 0.25;
}

form label {
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
}

.woocommerce-message, .wc-block-components-notice-banner, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .wc-block-components-notice-banner {
  margin-bottom: 30px;
  background: none !important;
  border: 1px solid #000 !important;
  color: #000 !important;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
  border-radius: 0px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
}
.woocommerce-message a, .wc-block-components-notice-banner a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a, .wc-block-components-notice-banner a {
  color: black;
  text-decoration: none !important;
  opacity: 0.6;
}
.woocommerce-message a:hover, .wc-block-components-notice-banner a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover, .wc-block-components-notice-banner a:hover {
  color: black !important;
  opacity: 1;
}
.woocommerce-message svg, .wc-block-components-notice-banner svg, .woocommerce-info svg, .woocommerce-error svg, .woocommerce-noreviews svg, p.no-comments svg, .wc-block-components-notice-banner svg {
  background-color: #111 !important;
}
.woocommerce-message a.button, .wc-block-components-notice-banner a.button, .woocommerce-info a.button, .woocommerce-error a.button, .woocommerce-noreviews a.button, p.no-comments a.button, .wc-block-components-notice-banner a.button {
  padding: 3px 0 0 !important;
  letter-spacing: 2px;
  border: none;
  font-size: inherit !important;
}
.woocommerce-message a.button::after, .wc-block-components-notice-banner a.button::after, .woocommerce-info a.button::after, .woocommerce-error a.button::after, .woocommerce-noreviews a.button::after, p.no-comments a.button::after, .wc-block-components-notice-banner a.button::after {
  display: none;
}

.home .woocommerce-message {
  max-width: 100% !important;
}

.checkout_coupon {
  margin-top: 0;
  margin-bottom: 30px;
}
.checkout_coupon button {
  padding: 0.85em 0.8em 0.6em;
}

.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before {
  color: #000;
}

.checkout_coupon {
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.checkout_coupon p {
  margin: 0 0 10px;
  display: none;
}
.checkout_coupon p.form-row-first, .checkout_coupon .form-row-last {
  display: block;
}
.checkout_coupon .form-row-first {
  width: calc(100% - 210px) !important;
  margin: 0;
  padding: 0;
  float: left;
}
.checkout_coupon .form-row-last {
  width: 200px !important;
}
.checkout_coupon .form-row-last button {
  width: 100%;
}

.edit-account label {
  padding-bottom: 5px;
}

.checkout label {
  color: #000;
  padding-bottom: 5px;
}
.checkout #billing_country_field {
  display: none;
}
.checkout #payment label, .checkout #ship-to-different-address label {
  color: black;
}
.checkout .optional {
  display: none;
}

#payment .place-order .button {
  background: rgb(23, 139, 88);
  color: white;
  padding: 0.7em 0.8em 0.5em;
  border: none;
  width: 100%;
  cursor: pointer;
  margin-top: 5px;
}
#payment .place-order .button:hover {
  background: rgb(11, 109, 66);
  transform: scale(1.02);
}

form.checkout {
  padding-top: 15px;
}
form.checkout table {
  border-top: 2px solid black;
  border-left: 2px solid black;
}
form.checkout th {
  padding: 12px 14px;
}
form.checkout td {
  padding: 14px 14px 12px !important;
  line-height: 1em;
}
form.checkout strong {
  font-weight: normal;
}
form.checkout th.product-name, form.checkout th.product-total {
  width: 80%;
  color: #000;
}
form.checkout td, form.checkout th {
  background: none;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  vertical-align: middle;
}
form.checkout bdi {
  color: black;
}
form.checkout .product-total bdi, form.checkout .cart-subtotal bdi, form.checkout .order-total bdi {
  background: none;
  padding: 0;
}
form.checkout tr.cart-subtotal, form.checkout tr.order-total {
  background: #fff;
  color: black;
}
form.checkout tr.cart-subtotal bdi, form.checkout tr.cart-subtotal td, form.checkout tr.order-total bdi, form.checkout tr.order-total td {
  color: black;
}
form.checkout tr.cart-subtotal bdi bdi, form.checkout tr.cart-subtotal td bdi, form.checkout tr.order-total bdi bdi, form.checkout tr.order-total td bdi {
  color: black !important;
}
form.checkout .cart-discount td {
  text-align: center;
  color: #000 !important;
}
form.checkout .cart-discount td strong {
  color: black;
}
form.checkout tr.shipping th {
  color: #000;
}
form.checkout tr.shipping td * {
  color: black;
}
form.checkout .woocommerce-Price-amount {
  display: inline;
}
form.checkout .woocommerce-remove-coupon {
  display: block;
  font-size: 0.8em;
  padding-top: 5px;
}
form.checkout tr.cart-subtotal bdi, form.checkout tr.order-total bdi {
  color: #fff;
}
form.checkout tr.cart-subtotal th, form.checkout tr.cart-subtotal td, form.checkout tr.order-total th, form.checkout tr.order-total td {
  vertical-align: middle;
}
form.checkout tr.cart-subtotal th, form.checkout tr.order-total th {
  color: #000;
}

.shop_table.woocommerce-checkout-review-order-table tbody tr:last-child td {
  border-bottom: 4px solid black;
}

#print-button {
  background: #000;
  color: #fff;
  margin: 8px 0 0 30px;
  line-height: 100%;
  float: right;
}

#print-button:hover {
  transform: scale(1.05);
}

ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product, .storefront-breadcrumb {
  margin-bottom: 30px;
}

.storefront-breadcrumb {
  margin: 0;
  padding: 1.41575em 0 1em;
}

.woocommerce-breadcrumb a {
  text-decoration: none;
}
.woocommerce-breadcrumb a:hover {
  color: black;
}

.storefront-full-width-content.woocommerce-basket .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
  padding: 0 0 30px;
}

.woocommerce-order-received .entry-header {
  padding: 0 !important;
}

.subcategory-products {
  padding-bottom: 20px;
}
.subcategory-products li.product {
  margin-right: 2% !important;
  width: 15% !important;
}
.subcategory-products li.product img {
  margin-bottom: 15px !important;
}

.subcategory-products {
  padding-bottom: 0px;
}
.subcategory-products li.product {
  margin-right: 2% !important;
  width: 15% !important;
}
.subcategory-products li.product img {
  margin-bottom: 15px !important;
}

li.product img {
  border-radius: 15px;
}

.woocommerce-Price-amount {
  display: inline-block;
  margin: 0 0 3px;
}

button, .button {
  border-radius: 0px;
}

.subcategory-products button, .subcategory-products .button, .product-tabs button, .product-tabs .button {
  font-size: 12px;
}

.pin-modal, .cookie-modal {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  color: white;
  padding: 7px 12px;
  border-radius: 0px;
  z-index: 9999;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
}
.pin-modal button, .cookie-modal button {
  padding: 0.5em 0.8em 0.3em;
}
.pin-modal p, .cookie-modal p {
  padding: 0;
  margin: 0;
}

#pin-modal-text {
  font-weight: 500;
}

.cookie-modal {
  display: none;
  text-align: center;
  padding: 9px 20px 8px;
  z-index: 15000;
}
.cookie-modal p {
  padding: 0;
  margin: 0 0 3px;
  line-height: 140%;
  font-size: 17px;
  text-transform: none;
  font-weight: normal !important;
  vertical-align: middle;
}
.cookie-modal button {
  margin: 2px 0 0 5px;
  padding: 2px 12px 2px;
  background: rgb(11, 109, 66);
  color: #fff;
  border-radius: 25px;
  font-size: 18px;
}
.cookie-modal button:hover {
  background: rgb(23, 139, 88);
  transform: scale(1.02);
}

#progress-bar-container {
  width: 100%;
  height: 20px;
  background-color: #f3f3f3;
}

#progress-bar {
  width: 0%;
  height: 100%;
  background-color: #4CAF50;
  text-align: center;
  line-height: 30px;
  color: white;
}

.home .col-full.block-bg {
  padding-bottom: 10px;
}

li.product {
  transition: all 0.1s ease-in-out;
}
li.product:hover, li.product:active {
  transform: scale(1.06);
}

li.outofstock {
  opacity: 75%;
}

.xt_woofc-basket-open .xt_woofc-checkout em {
  font-style: normal;
}

.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
  border-radius: 15px;
}
.single-product div.product .woocommerce-tabs .table-cols {
  columns: 2;
  padding-bottom: 40px;
}
.single-product div.product .woocommerce-tabs li {
  font-size: 20px;
  border-radius: 30px;
  border-bottom: 0;
}
.single-product div.product .woocommerce-tabs li a {
  text-decoration: none;
}
.single-product div.product .woocommerce-Tabs-panel--nutritional_info table th {
  width: 50%;
  text-align: right;
}
.single-product div.product .woocommerce-product-attributes-item__value {
  text-transform: none;
}
.single-product div.product .hentry, .single-product div.product .content-area {
  margin-bottom: 0;
}
.single-product div.product .product_title {
  color: #000;
}
.single-product div.product .entry-summary {
  margin-bottom: 20px !important;
  text-align: left !important;
}
.single-product div.product .entry-summary .woocommerce-Price-amount {
  display: inline;
}
.single-product div.product .entry-summary button {
  font-size: 100%;
}
.single-product div.product .entry-summary a.button {
  text-align: center !important;
}
.single-product div.product .woocommerce-tabs {
  padding: 0;
}
.single-product div.product .woocommerce-tabs li {
  padding: 0 15px;
}
.single-product div.product .woocommerce-tabs li a {
  color: #000;
}
.single-product div.product .woocommerce-tabs .active {
  background: #000;
  color: #fff;
}
.single-product div.product .woocommerce-tabs .active a {
  color: #fff;
}

.single-product #primary.content-area, .single-product .site-main {
  margin-bottom: 0px !important;
}
.single-product h2.product_title {
  text-transform: none;
}
.single-product .product_meta {
  display: none;
}
.single-product .shop-category {
  padding: 0 !important;
}
.single-product .shop-category .loop {
  text-align: center;
}
.single-product .shop-category .loop .loop-product {
  float: none;
  width: 33%;
  display: inline-block;
  border: none;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
  float: left;
  margin-left: 0;
  margin-right: 4.347826087%;
  border-right: 0.5px solid #ddd;
}

.woocommerce-order {
  max-width: 800px;
  margin: 0 auto;
}
.woocommerce-order .woocommerce-notice--success {
  text-align: center;
}
.woocommerce-order .woocommerce-column__title {
  text-align: left;
}
.woocommerce-order ul.order_details {
  background-color: #111;
  border-left: none;
}
.woocommerce-order ul.order_details:before, .woocommerce-order ul.order_details:after {
  background: -webkit-linear-gradient(transparent, transparent), -webkit-linear-gradient(135deg, #111 33.33%, transparent 33.33%), -webkit-linear-gradient(45deg, #111 33.33%, transparent 33.33%);
  background-size: 0 100%, 16px 16px, 16px 16px;
}
.woocommerce-order ul.order_details li {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
}
.woocommerce-order ul.order_details li strong {
  color: #fff;
}
.woocommerce-order ul.order_details li bdi {
  padding: 0;
  background: none;
  font-size: 1.6em;
}
.woocommerce-order .woocommerce-order-overview li strong {
  font-weight: normal;
}
.woocommerce-order .woocommerce-order-overview li:last-child {
  border-bottom: none;
}
.woocommerce-order .order_details {
  border-top: 2px solid black;
  border-left: 2px solid black;
  margin: 35px 0 45px;
}
.woocommerce-order .order_details th {
  background: #fff;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
  color: #000;
}
.woocommerce-order .order_details tfoot td {
  font-weight: bold;
}
.woocommerce-order .order_details th, .woocommerce-order .order_details td {
  padding: 12px !important;
}
.woocommerce-order .order_details thead, .woocommerce-order .order_details tfoot {
  border: 2px !important;
}
.woocommerce-order .order_details td {
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}
.woocommerce-order .order_details td a {
  color: black;
}
.woocommerce-order .order_details td bdi {
  padding: 0;
  background: none;
  color: black;
}
.woocommerce-order .order_details td strong {
  font-weight: normal;
}
.woocommerce-order .order_details .woocommerce-Price-amount {
  display: inline;
}
.woocommerce-order .woocommerce-order-details .order-again, .woocommerce-order .woocommerce-customer-details .order-again {
  margin: 0 0 40px;
}
.woocommerce-order .woocommerce-order-details .addresses, .woocommerce-order .woocommerce-customer-details .addresses {
  margin: 30px 0 0;
}
.woocommerce-order .woocommerce-order-details .addresses h2, .woocommerce-order .woocommerce-order-details .addresses address, .woocommerce-order .woocommerce-customer-details .addresses h2, .woocommerce-order .woocommerce-customer-details .addresses address {
  text-align: center;
}
.woocommerce-order .woocommerce-order-details address, .woocommerce-order .woocommerce-customer-details address {
  font-style: normal;
}
.woocommerce-order .woocommerce-table {
  margin: 0 0 20px;
}
.woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child th, .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr:first-child td {
  border-top: 2px solid black;
}

.page #primary, .page .site-main, .page .hentry .entry-content .wp-block-columns .wp-block-column, .page .editor-styles-wrapper .wp-block-columns .wp-block-column {
  margin: 0;
}

.wp-block-columns h2 {
  padding-top: 20px;
}

input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
  border-radius: 0px;
  background: #f5f5f5;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  caret-color: #000;
}
input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
  outline: none;
  background: #f5f5f5;
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-account header {
  padding: 0 !important;
}
.woocommerce-account h1 {
  padding-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding-top: 0px !important;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-weight: 300 !important;
}
.woocommerce-account .hentry .entry-content mark {
  font-weight: normal;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul {
  clear: both;
  border: none;
  text-align: center;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13%, 1fr));
  gap: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1200px) {
  .woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
  .woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li:first-child {
    grid-column: span 2;
  }
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-size: 1em;
  line-height: 100%;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li a {
  flex: 1;
  flex-direction: column;
  height: 100%;
  border: none;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  line-height: 110%;
  width: 100%;
  border: 2px solid #111;
  color: #111;
  border-radius: 0px;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li a i {
  padding-bottom: 3px;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li a:before {
  display: none;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li a:hover {
  color: black;
  border-color: black;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active a {
  background: #000;
  color: #fff;
}
@media (max-width: 900px) {
  .woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul {
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
  .woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li {
    font-size: 0.8em !important;
  }
  .woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li:first-child {
    grid-column: span 3;
  }
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li:last-child {
  margin: 0;
}
.woocommerce-account .hentry .entry-content table {
  border-top: 2px solid black;
  border-left: 2px solid black;
}
.woocommerce-account .hentry .entry-content table th {
  background: none;
  color: #000;
  border-bottom: 4px solid black;
}
.woocommerce-account .hentry .entry-content table td {
  background: none;
  border-bottom: 2px solid black;
}
.woocommerce-account .hentry .entry-content table th, .woocommerce-account .hentry .entry-content table td {
  border-right: 2px solid black;
  padding: 12px 14px;
  vertical-align: middle;
  font-size: 16px;
}
.woocommerce-account .hentry .entry-content table tfoot th {
  border: 0px;
  border-top: 2px solid black;
  border-right: 2px solid black;
}
.woocommerce-account .hentry .entry-content table tfoot td {
  border: 0px;
  border-top: 2px solid black;
  border-right: 2px solid black;
}
.woocommerce-account .hentry .entry-content .woocommerce-order-details table {
  border-bottom: 2px solid black;
}
.woocommerce-account .hentry .entry-content .woocommerce-order-details table bdi {
  background: none;
  padding: 0;
}
.woocommerce-account .hentry .entry-content .woocommerce-order-details table .woocommerce-Price-amount {
  display: inline;
}
.woocommerce-account .hentry .entry-content .woocommerce-order-details table a {
  color: black;
}
.woocommerce-account .hentry .entry-content .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  clear: both;
  display: block;
  padding-top: 2.5%;
  padding-bottom: 30px;
}

.woocommerce-edit-address p, .woocommerce-edit-address address {
  text-align: center;
}
.woocommerce-edit-address .addresses {
  text-align: center;
  margin-top: 20px;
}
.woocommerce-edit-address .addresses header.title {
  vertical-align: middle;
}
.woocommerce-edit-address .addresses header.title a {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-top: -10px;
  margin-left: 10px;
}
.woocommerce-edit-address .addresses header.title h3 {
  float: none;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.woocommerce-edit-account fieldset {
  display: none;
}

.woocommerce-MyAccount-content .form-row-first,
.woocommerce-MyAccount-content .form-row-last {
  width: 49%;
  float: left;
  margin-right: 2%;
}

.woocommerce-MyAccount-content > p, .woocommerce-MyAccount-content > .woocommerce-MyAccount-content-header {
  display: none;
}

.custom-dashboard {
  text-align: center;
}
.custom-dashboard h2 {
  padding: 0 0 15px;
}
.custom-dashboard .dashboard-sections {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
  text-align: center;
}
.custom-dashboard .dashboard-section {
  flex: 1;
  min-width: calc(50% - 20px);
  margin: 10px;
  padding: 20px;
  border: 3px solid #000;
  border-radius: 0;
  color: inherit;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  text-decoration: none !important;
}
.custom-dashboard .dashboard-section h3 {
  margin: 0 0 10px;
}
.custom-dashboard .dashboard-section h3 i {
  display: block;
  font-size: 1.8em;
  color: #111;
  padding: 0 0 10px;
  margin-left: -10px;
}
@media (max-width: 800px) {
  .custom-dashboard .dashboard-section {
    padding: 10px;
  }
}
.custom-dashboard .dashboard-section p {
  padding: 0;
  margin: 0;
}
.custom-dashboard .dashboard-section:hover {
  background-color: #fff;
  transform: scale(1.02);
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #111;
    background-image: url("images/bg-dark.jpg");
    color: #fff;
  }
  body:after {
    content: "";
    position: fixed;
    top: 0;
    height: 100vh;
    left: 0;
    right: 0;
    z-index: -2;
    background-image: url("images/bg-dark.jpg");
    background-size: 350px;
  }
  .shop-category .loop .loop-product .price {
    color: #fff;
    background: none;
  }
  .awards .invert {
    filter: invert(100%) hue-rotate(180deg) brightness(120%);
  }
  h1, h2, h3, h4, h5, h6, a {
    color: #fff;
  }
  .hero {
    border-bottom: none;
  }
  .hero .navigation {
    background-color: none;
    background: none;
  }
  .product_flavour {
    filter: invert(100%) hue-rotate(180deg) brightness(120%);
  }
  .shop-category .loop .loop-product {
    border-right-color: #333;
  }
  .shop-category .loop .loop-product a {
    color: #fff;
  }
  .shop-category .loop .loop-product .flavour {
    filter: invert(100%) hue-rotate(180deg) brightness(120%);
  }
  .shop-category .loop .loop-product .button a:hover {
    background: #fff;
    color: #000;
  }
  .section, .content-area {
    border-bottom-color: #333;
  }
  .section .button a, .content-area .button a {
    border-color: #fff;
  }
  .section a.button, .content-area a.button {
    border-color: #fff;
    color: #fff;
  }
  .section a.button:hover, .content-area a.button:hover {
    background: #fff;
    color: #000;
    transform: scale(1.05);
  }
  .stock.in-stock {
    filter: brightness(200%);
  }
  .single-product div.product .product_title {
    color: #fff;
  }
  .single-product div.product .woocommerce-tabs li a {
    color: #ddd;
  }
  .single-product div.product .woocommerce-tabs .active {
    background: #000;
  }
  .single-product div.product .woocommerce-tabs .active a {
    color: #fff;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    border-right-color: #333;
  }
  .faqs h2 {
    color: #fff;
  }
  .faqs p.question {
    color: #ddd;
    border-color: #555;
  }
  .faqs p.question:hover {
    border-color: #fff;
    color: #fff;
  }
  .faqs div.answer, .faqs p.question.active {
    color: #fff;
    border-color: #fff;
  }
  button.cta, button.alt, input[type=button].cta, input[type=button].alt, input[type=reset].cta, input[type=reset].alt, input[type=submit].cta, input[type=submit].alt, .button.cta, .button.alt, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt, .added_to_cart.cta, .added_to_cart.alt {
    background: none;
    border: 2px solid #fff;
    color: #fff;
  }
  button.cta:hover, button.alt:hover, input[type=button].cta:hover, input[type=button].alt:hover, input[type=reset].cta:hover, input[type=reset].alt:hover, input[type=submit].cta:hover, input[type=submit].alt:hover, .button.cta:hover, .button.alt:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover, .added_to_cart.cta:hover, .added_to_cart.alt:hover {
    background: #fff;
    color: #000;
    border-color: #fff;
  }
  input[type=text], input[type=number], input[type=email], input[type=tel], input[type=url], input[type=password], input[type=search], textarea, .input-text {
    background: rgba(0, 0, 0, 0.05);
    border-color: #fff;
    caret-color: #fff;
    color: #fff;
  }
  input[type=text]:focus, input[type=number]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, textarea:focus, .input-text:focus {
    background-color: #000;
  }
  .contact #contact-form button {
    border-color: #fff;
    color: #fff;
  }
  .contact #contact-form button:hover {
    background: #fff;
    color: #000;
  }
  .contact #contact-form input::placeholder, .contact #contact-form textarea::placeholder {
    color: #aaa !important;
  }
  .contact #contact-form .recaptcha-note {
    color: #ccc;
  }
  .contact #contact-form .recaptcha-note a {
    color: #eee;
  }
  .contact #contact-form .recaptcha-note a:hover {
    color: #fff;
  }
  .stockists .brand-logos img, .featured .brand-logos img {
    filter: invert(0%);
  }
  .featured .brand-logos img {
    filter: invert(100%);
  }
  .connect .social a {
    color: #fff;
  }
  .footer, .footer a, .checkout #ship-to-different-address label {
    color: #fff;
  }
  .woocommerce-message a, .wc-block-components-notice-banner a, .woocommerce-info a, .woocommerce-error a, .woocommerce-noreviews a, p.no-comments a, .wc-block-components-notice-banner a {
    color: #fff;
  }
  .woocommerce-message a:hover, .wc-block-components-notice-banner a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover, .wc-block-components-notice-banner a:hover {
    color: #fff !important;
  }
  #wc-woocommerce_payments-new-payment-method {
    filter: invert(100%) !important;
  }
  .footer {
    border-top-color: #333;
  }
  #floating-basket button {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
  }
  #basket-modal {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(100px);
    -webkit-backdrop-filter: blur(100px);
  }
  .woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li a, .woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li a:hover {
    border-color: #fff;
    color: #fff;
  }
  .woocommerce-account .hentry .entry-content .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #fff;
    color: #000;
  }
  .custom-dashboard .dashboard-section {
    border-color: #fff;
  }
  .custom-dashboard .dashboard-section h3 i {
    color: #fff;
  }
  .custom-dashboard .dashboard-section:hover {
    background: #000;
  }
  .woocommerce-message, .wc-block-components-notice-banner, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments, .wc-block-components-notice-banner {
    color: #fff !important;
    border-color: #fff !important;
  }
  .woocommerce-message::before, .wc-block-components-notice-banner::before, .woocommerce-info::before, .woocommerce-error::before, .woocommerce-noreviews::before, p.no-comments::before, .wc-block-components-notice-banner::before {
    color: #fff !important;
  }
  .checkout label {
    color: #fff;
  }
  #order_review, .order_details, .woocommerce-account .entry-content table {
    color: #000;
    filter: invert(100%) !important;
  }
  #order_review h3, .order_details h3, .woocommerce-account .entry-content table h3 {
    color: #000;
  }
  #order_review button, .order_details button, .woocommerce-account .entry-content table button {
    filter: invert(100%) !important;
  }
  #order_review a, .order_details a, .woocommerce-account .entry-content table a {
    color: #000 !important;
  }
  #order_review a.button, .order_details a.button, .woocommerce-account .entry-content table a.button {
    border-color: #000 !important;
  }
  #order_review a.button:hover, .order_details a.button:hover, .woocommerce-account .entry-content table a.button:hover {
    background: #000 !important;
    color: #fff !important;
  }
  .shop_table {
    filter: invert(0%) !important;
  }
  .shop_table.woocommerce-checkout-review-order-table {
    filter: invert(0%) !important;
  }
  #wc-woocommerce_payments-upe-form {
    filter: invert(100%) hue-rotate(180deg) !important;
  }
  .woocommerce-checkout #wc-woocommerce_payments-upe-form {
    filter: invert(100%) hue-rotate(180deg) !important;
  }
  .woocommerce-checkout .woocommerce-validated {
    filter: invert(100%);
  }
  .woocommerce-order-received .shop_table {
    filter: invert(100%) !important;
  }
  .woocommerce-address-fields p {
    text-align: left;
  }
  .woocommerce-address-fields label {
    padding: 0 0 5px;
  }
  .woocommerce-address-fields .billing_country_field {
    display: none;
  }
  .wc_payment_method {
    filter: hue-rotate(180deg) !important;
  }
  .woocommerce-privacy-policy-text a {
    color: #000 !important;
  }
  .woocommerce-message a:hover, .wc-block-components-notice-banner a:hover, .woocommerce-info a:hover, .woocommerce-error a:hover, .woocommerce-noreviews a:hover, p.no-comments a:hover, .wc-block-components-notice-banner a:hover, h1, h2, h3, h4, h5, h6, a {
    color: #fff;
  }
  .section button, .section input[type=button], .section input[type=reset], .section input[type=submit], .content-area button, .content-area input[type=button], .content-area input[type=reset], .content-area input[type=submit] {
    border-color: #fff;
    color: #fff;
  }
  .section button:hover, .section input[type=button]:hover, .section input[type=reset]:hover, .section input[type=submit]:hover, .content-area button:hover, .content-area input[type=button]:hover, .content-area input[type=reset]:hover, .content-area input[type=submit]:hover {
    background: #fff;
    color: #000;
  }
}
@media only screen and (max-width: 1024px) {
  .hero .hero-left, .hero .hero-right {
    width: 300px;
  }
  .hero .hero-left a, .hero .hero-right a {
    font-size: 16px;
  }
  .hero .order-now p {
    font-size: 13px;
  }
}
@media only screen and (min-width: 851px) {
  #menu-items {
    display: block !important;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 850px) {
  .hero {
    padding-top: 50px;
  }
  .hero img {
    display: block;
    margin: 0 auto 10px;
  }
  .hero .order-now {
    margin: 0 0 8px;
    background: none;
  }
  .hero .order-now p {
    display: block;
  }
  .hero .order-now .gap {
    display: block;
  }
  .hero .navigation {
    position: fixed;
    top: 0;
    background: #000;
    width: 100%;
    z-index: 11000;
  }
  .hero .navigation .left, .hero .navigation .right {
    float: none;
  }
  .hero .navigation.sticky {
    animation: none;
  }
  .hero .sub-nav-placeholder {
    display: none;
  }
  .hero .wrap {
    padding: 0;
  }
  .hero .hero-left {
    float: none;
    width: auto;
    display: block;
    position: absolute;
    width: 100%;
    padding: 0;
  }
  .hero .hero-left .button {
    margin: 30px 15px 0;
    float: right;
  }
  .hero .hero-left .button:first-child {
    float: left;
  }
  .hero .hero-right {
    display: none;
  }
  .navigation {
    top: 0;
    text-align: center;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
  }
  .navigation #menu-items {
    padding: 0 0 10px;
    width: 100%;
    height: 100vh;
    display: none;
    background: none;
  }
  .navigation #menu-items a {
    display: block;
    padding: 3vh 0;
    margin: 0;
    width: 100%;
    border: none;
    font-size: 24px;
  }
  .navigation #menu-items a i {
    display: none;
  }
  .navigation #menu-toggle {
    display: block;
    padding: 13px 0 8px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    opacity: 1;
  }
  .navigation #menu-toggle i {
    margin-left: -0.2em;
  }
  .swiper, .banner {
    height: 250px;
  }
  .banner {
    text-align: left;
  }
  .banner .offer h2, .banner .offer h3 {
    padding-right: 15px;
  }
  .banner .offer h2 {
    font-size: 30px;
    margin-bottom: 0;
  }
  .banner .offer h3 {
    font-size: 18px;
  }
  .banner .offer .button {
    font-size: 22px;
  }
  .cookie-modal {
    white-space: normal;
    width: 95%;
    width: calc(100% - 20px);
    bottom: 10px;
  }
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 50px;
  }
  .shop-category .loop .loop-product {
    width: 49% !important;
    border: none;
    padding: 0 8px;
  }
  .shop-category .loop:nth-child(2n) {
    border-right: none;
  }
  #basket-modal .header-container h2 {
    font-size: 28px;
  }
  #basket-modal .header-container #clear-basket {
    font-size: 15px;
  }
  #basket-modal .basket-item .item-details .item-name {
    font-size: 20px;
  }
  #basket-modal .basket-item .item-thumbnail {
    width: 60px;
    height: 60px;
  }
  #basket-modal button#proceed-to-checkout {
    font-size: 1.4em;
  }
  .faqs .qs .left, .faqs .qs .right {
    width: 100%;
    float: none;
  }
  .contact #contact-form input#name, .contact #contact-form input#phone, .contact #contact-form input#email, .contact #contact-form input#company {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .contact #contact-form input, .contact #contact-form textarea {
    margin: 0 0 10px;
  }
  .featured .brand-logos img, .stockists .brand-logos img {
    width: 150px;
    margin: 20px 20px;
  }
  .footer a {
    display: block;
    padding: 5px 0;
  }
  .footer .social a {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
    border-right: 0;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery img {
    max-width: 320px;
    margin: 0 auto;
  }
  .single-product div.product .entry-summary {
    text-align: center !important;
  }
  .single-product div.product .woocommerce-tabs ul.tabs li.active::after {
    right: 15px;
  }
  .single-product div.product p.price {
    margin: 1em 0;
  }
  .single-product div.product .in-stock {
    margin: 0 0 10px;
  }
  .single-product div.product ul.tabs {
    border-top: 0;
  }
  .single-product div.product li {
    width: 49%;
    display: inline-block;
    background: #000;
    opacity: 0.6;
    text-align: center;
    font-size: 18px !important;
  }
  .single-product div.product li a {
    color: #fff !important;
  }
  .single-product div.product li.active {
    opacity: 1;
  }
  .single-product h2 {
    font-size: 36px;
  }
  .single-product h1 {
    font-size: 55px;
  }
  .checkout_coupon .form-row-first {
    width: 100% !important;
    margin: 0 0 10px;
  }
  .checkout_coupon .form-row-last {
    width: 100% !important;
  }
  #order_review_heading {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 550px) {
  .wrap {
    padding: 0 15px;
  }
  .shop-category .awards img {
    width: 22% !important;
    height: auto;
  }
  .shop-category .awards .tall2 {
    width: 40% !important;
  }
  .hero img {
    width: 140px;
  }
  .hero .order-now p {
    font-size: 12px;
  }
  .hero .hero-left .button, .hero .hero-right .button {
    margin-top: 20px;
  }
  .hero .hero-left a, .hero .hero-right a {
    font-size: 13px;
    padding: 5px 5px 3px 5px;
    border: none;
    opacity: 0.9;
  }
  .hero .hero-left a i, .hero .hero-right a i {
    display: block;
    text-align: center;
    padding: 0 0 5px;
    font-size: 1.3em;
  }
  .hero .hero-left a:hover, .hero .hero-right a:hover {
    background: none;
    color: #fff;
    opacity: 1;
  }
  .hero .hero-left .current, .hero .hero-right .current {
    background: none;
    color: #fff;
    opacity: 1;
  }
  .banner {
    text-align: left;
  }
  .banner .offer h2 {
    font-size: 30px;
  }
  .banner .offer h3 {
    font-size: 16px;
  }
  .banner .offer .button {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .banner .offer .button span {
    margin-top: 15px;
  }
  #floating-basket {
    z-index: 13000;
  }
  #floating-basket button {
    font-size: 1.1em;
    padding: 0.3em 0.4em 0.4em;
  }
  #floating-basket #item-count {
    margin-left: 10px;
  }
  #basket-modal .basket-inner {
    box-sizing: border-box;
    transition: height 0.3s ease-in-out;
  }
  #basket-modal .basket-item .item-details .item-name {
    font-size: 16px;
  }
  #basket-modal .basket-item .item-thumbnail {
    width: 40px;
    height: 40px;
  }
  #basket-modal #basket-subtotal {
    font-size: 1.5em;
  }
  #basket-modal button#proceed-to-checkout {
    font-size: 1.4em;
  }
  .dashboard-section:hover {
    transform: none !important;
  }
  .single-product div.product .woocommerce-tabs .table-cols {
    columns: 1;
  }
  .shop-category .loop .loop-product .inner:hover, #floating-basket:hover, .section a.button:hover, .content-area a.button:hover, .hero img:hover {
    transform: none !important;
  }
}
@media only screen and (max-width: 450px) {
  .hero .order-now p {
    font-size: 11px;
    letter-spacing: 1px;
  }
  .hero .order-now p i {
    margin-right: 2px;
  }
  .hero .order-now p strong {
    padding: 0 2px;
  }
  .hero img {
    width: 120px;
  }
  .hero .hero-left .button {
    margin-top: 15px;
  }
  h2 {
    font-size: 44px;
  }
  h3 {
    font-size: 22px;
  }
  .shop-category .loop .loop-product .flavour {
    font-size: 23px;
  }
  .shop-category .loop .loop-product .price {
    font-size: 16px;
  }
  .single-product h1 {
    font-size: 42px;
  }
  .single-product h2 {
    font-size: 32px;
  }
  .storefront-full-width-content.single-product div.product .woocommerce-product-gallery img {
    max-width: 250px;
  }
  .button {
    font-size: 17px;
  }
  .faqs p.question {
    font-size: 20px;
  }
  .stockists .brand-logos img, .featured .brand-logos img {
    width: 35%;
  }
  .connect .social {
    padding: 10px 0;
  }
  .connect .social a {
    font-size: 40px;
  }
  .footer {
    padding-bottom: 60px;
  }
  .footer p {
    line-height: 140%;
  }
  .footer p strong span {
    display: block;
  }
}
@font-face {
  font-family: 'ap';
  src: url('icons/font/ap.eot?93301882');
  src: url('icons/font/ap.eot?93301882#iefix') format('embedded-opentype'),
       url('icons/font/ap.woff2?93301882') format('woff2'),
       url('icons/font/ap.woff?93301882') format('woff'),
       url('icons/font/ap.ttf?93301882') format('truetype'),
       url('icons/font/ap.svg?93301882#ap') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'ap';
    src: url('icons/font/ap.svg?93301882#ap') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "ap";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-home:before { content: '\e800'; } /* '' */
.icon-about:before { content: '\e801'; } /* '' */
.icon-faq:before { content: '\e802'; } /* '' */
.icon-contact:before { content: '\e803'; } /* '' */
.icon-alert:before { content: '\e804'; } /* '' */
.icon-basket:before { content: '\e805'; } /* '' */
.icon-dot:before { content: '\e806'; } /* '' */
.icon-tag:before { content: '\e807'; } /* '' */
.icon-menu:before { content: '\e808'; } /* '' */
.icon-star:before { content: '\e809'; } /* '' */
.icon-add:before { content: '\e80a'; } /* '' */
.icon-countdown:before { content: '\e80b'; } /* '' */
.icon-twi:before { content: '\e80c'; } /* '' */
.icon-check:before { content: '\e80d'; } /* '' */
.icon-account:before { content: '\e80e'; } /* '' */
.icon-password:before { content: '\e80f'; } /* '' */
.icon-settings:before { content: '\e810'; } /* '' */
.icon-edit:before { content: '\e811'; } /* '' */
.icon-remove:before { content: '\e812'; } /* '' */
.icon-login:before { content: '\f02c'; } /* '' */
.icon-logout:before { content: '\f02d'; } /* '' */
.icon-orders:before { content: '\f0ca'; } /* '' */
.icon-address:before { content: '\f124'; } /* '' */
.icon-payment:before { content: '\f1f0'; } /* '' */
.icon-fac:before { content: '\f308'; } /* '' */
.icon-inst:before { content: '\f32d'; } /* '' */
