/*!
Theme Name: Extreme Lifestyle
Author: Coffee Creative Studio
Author URI: https://www.coffeecreativestudio.co.za
Version: 1.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Global
# Navigation
# Home
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/

:root {
  --color-black: #000;
  --color-green: #0fe8b5;
  --color-yellow: #ffbf3b;
  --color-orange: #f78257;
  --color-teal: #1abdb5;
  --color-mid-grey: #e9e9e9;
  --color-grey: #706f6f;
  /* --color-black: #000; 
	--color-dark-blue: #18214A;*/
  --color-white: #fff;
  --desktop-width: 1045px;
  --mobile-width: 450px;
  --border-radius: 4px;
  --transition: 0.35s ease all;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden !important;
  color: var(--color-black);
  background-color: var(--color-black);
}
#page.site {
  background-color: var(--color-white);
}

h1 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-size: 33px;
}

h2 {
  font-size: 17px;
  margin: 0 0 15px;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  @media screen and (min-width: 768px) {
    font-size: 22px;
  }
}

h3 {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px;
  line-height: 1.4;
}

p {
  margin: 0 0 15px;
}

p strong {
  font-weight: 500;
}

p,
ol li,
ul li {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none;
  font-weight: 500;
  color: var(--teal);
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 20px;
}

img {
  display: block;
}

#page {
  overflow-x: hidden !important;
  max-width: var(--desktop-width);
  margin: 0 auto;
  position: relative;
  /* border: 1px solid var(--color-mid-grey); */
  @media screen and (max-width: 768px) {
    max-width: var(--mobile-width);
  }
  @media screen and (min-width: 768px) {
    border: none;
  }
}

.post,
.page {
  margin: 0;
}

.home .entry-header,
.entry-footer {
  display: none;
}

.entry-content,
.hentry {
  margin: 0;
}

#primary {
  padding-bottom: 80px;
  min-height: calc(100vh - 100px);
  transition: 0.3s ease all;
  @media screen and (min-width: 768px) {
    padding-bottom: 105px;
  }
}

body.page-id-8124 #primary {
  min-height: calc(100vh - 80px);
}

body.woocommerce-checkout #primary {
  min-height: calc(100vh - 80px);
}

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

.flex {
  display: flex;
  flex-wrap: wrap;
}

.space-between {
  justify-content: space-between;
}

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

.button,
a.button,
body .gform_wrapper.gravity-theme .gform_footer input,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  font-family: 'Montserrat', sans-serif !important;
  display: inline-block;
  background-color: transparent;
  border: 1px solid !important;
  padding: 8px 22px !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.35s ease all !important;
  @media screen and (min-width: 768px) {
    font-size: 15px !important;
  }
}

.button.large {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 600;
}

.button.blue,
a.button,
body .gform_wrapper.gravity-theme .gform_footer input,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: var(--color-green) !important;
  border-color: var(--color-green) !important;
  color: var(--color-white) !important;
}

.button.blue:hover,
a.button.blue:hover,
body .gform_wrapper.gravity-theme .gform_footer input:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: var(--color-green) !important;
  border-color: var(--color-green) !important;
  color: var(--color-black) !important;
}

.button.yellow {
  border-color: var(--color-green) !important;
  background-color: var(--color-green) !important;
  color: var(--color-black) !important;
}

.button.yellow:hover {
  background-color: var(--color-green) !important;
  border-color: var(--color-green) !important;
  color: var(--color-white) !important;
}

a.button.dark-blue {
  background-color: var(--color-black) !important;
  border-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

a.button.dark-blue:hover {
  background-color: var(--color-green) !important;
  border-color: var(--color-green) !important;
  color: var(--color-white) !important;
}

a.button.orange {
  background-color: var(--color-green) !important;
  border-color: var(--color-green) !important;
  color: var(--color-white) !important;
}

a.button.orange:hover {
  background-color: var(--color-black) !important;
  border-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

a.button.orange-o {
  background-color: transparent !important;
  border-color: var(--color-green) !important;
  color: var(--color-green) !important;
}

a.button.orange-o:hover {
  background-color: var(--color-green) !important;
  border-color: var(--color-green) !important;
  color: var(--color-white) !important;
}

a.button.white-aqua {
  background-color: var(--color-green) !important;
  border-color: var(--color-green) !important;
  color: var(--color-white) !important;
}

a.button.white-aqua:hover {
  background-color: var(--color-white) !important;
  border-color: var(--color-green) !important;
  color: var(--color-green) !important;
}

a.button.black-aqua {
  background-color: #000 !important;
  border-color: var(--color-black) !important;
  color: var(--color-white) !important;
}

a.button.black-aqua:hover {
  background-color: #fff !important;
  border-color: #000 !important;
  color: var(--color-black) !important;
}

a.button img {
  display: inline-block;
}

a.view {
  color: var(--color-green);
  font-size: 12px;
  font-weight: 700;
  position: relative;
  top: 2px;
}

a.view::after {
  content: '';
  display: inline-block;
  background-image: url('/wp-content/uploads/2025/01/arrow-right.svg');
  width: 8px;
  height: 8px;
  background-size: contain;
  background-position: center;
  margin-left: 4px;
  position: relative;
  top: -1px;
}

.init-signin {
  cursor: pointer;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0px;
  justify-content: space-between;
  @media screen and (min-width: 768px) {
    justify-content: flex-start;
    padding-bottom: 20px;
  }
}

body.cancelled-non-prepaid .main-navigation {
  justify-content: unset;
  gap: 20px;
}

#masthead {
  background-color: var(--color-black);
  position: relative;
}

.site-branding {
  display: none;
  padding: 18px 30px;
  /* border-bottom: 1px solid rgba(255,255,255,0.2); */
  @media screen and (max-width: 768px) {
    display: block;
  }
}

.logo.desktop {
  margin-top: 8px;
  margin-right: 30px;
  margin-bottom: 20px;
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.logo.desktop a {
  padding: 5px 0;
}

.site-branding img {
  display: block;
  margin: 0 auto;
}

.gift-card-timer {
  padding: 20px 0;
  @media screen and (min-width: 768px) {
    margin: 0 50px;
  }
}

.gift-card-timer:has(+ .resignup) {
  padding: 20px 0;
  @media screen and (min-width: 768px) {
    margin: 0 0 0 20px;
  }
}

.gift-card-timer span {
  font-size: 9px;
  text-transform: uppercase;
  display: block;
  letter-spacing: 0.2px;
  color: var(--color-white);
}

#countdown,
#prepaid-countdown {
  font-size: 16px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
  color: var(--color-white);
}

#coffeerm-button {
  right: 20px;
  top: 15px;
  background-color: transparent;
  position: absolute;
  z-index: 999;
  @media screen and (max-width: 768px) {
    top: 90px;
  }
}
body.logged-in #coffeerm-button {
  @media screen and (max-width: 768px) {
    top: 70px;
  }
}

#coffeerm-button span {
  border-radius: var(--border-radius);
  background-color: var(--color-white);
}

#responsive-menu-wrap {
  display: block !important;
  position: absolute;
  background-color: #f9f8f8;
  padding: 50px 40px 30px !important;
  left: auto;
  right: 0;
  height: calc(100% - 58px);
  min-height: calc(100vh - 58px);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

#responsive-menu-items {
  display: block;
  margin-bottom: 15px;
}

#responsive-menu-items a {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 16px;
  padding: 9px 0;
  border-bottom: 1.5px solid #d5d4d4;
}

#responsive-menu-items li:last-child a {
  border-bottom: none;
}

body:not(.logged-in) ul.responsive-menu-items li.loggedin {
  display: none;
}

#responsive-menu-wrap .button {
  text-transform: capitalize;
  font-size: 15px !important;
  margin: 5px 0;
  width: 100%;
  text-align: center;
}

#responsive-menu-wrap .links {
  margin-top: 35px;
}

#responsive-menu-wrap .links a {
  width: auto;
  padding: 0;
  font-size: 13px;
  text-transform: capitalize;
  color: var(--color-black);
}

#responsive-menu-wrap .sm {
  margin: 15px auto;
  text-align: center;
  justify-content: center;
}

#responsive-menu-wrap .sm a {
  padding: 0;
  border: 1.5px solid var(--color-black);
  border-radius: var(--border-radius);
  width: 30px;
  height: 30px;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin: 0 4px;
  transition: var(--transition);
}

#responsive-menu-wrap .sm a:hover {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}

#responsive-menu-wrap .close-menu {
  position: absolute;
  top: 30px;
  right: 40px;
  cursor: pointer;
  max-width: 22px !important;
}

#responsive-menu-wrap .search-form {
  position: relative;
  margin: 30px 0 40px;
}

#responsive-menu-wrap .search-form::after {
  content: '';
  display: block;
  background-image: url('/wp-content/uploads/2025/04/search.svg');
  width: 16px;
  height: 16px;
  position: absolute;
  top: 13px;
  right: 15px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

#responsive-menu-wrap .search-form .search-field {
  font-family: 'Montserrat', sans-serif;
  outline: none;
  border: none;
  width: 100%;
  border-radius: var(--border-radius);
  font-size: 12px;
  color: var(--color-black);
  padding: 13px 24px;
  height: 44px;
}

#responsive-menu-wrap .search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 44px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border: none;
  background-color: var(--color-black);
  width: 42px;
  cursor: pointer;
  outline: none;
}

.main-navigation ul {
  display: flex;
}

.main-navigation a {
  display: block;
  text-decoration: none;
  color: var(--color-black);
  text-transform: uppercase;
  font-size: 13px;
  padding: 5px 30px;
}
.main-navigation .logo a img {
  width: 144px;
}

.guest-login {
  /* display: none; */
  max-width: 145px;
  margin: 0;
  padding: 22px 0;
  gap: 9px;
  @media screen and (min-width: 768px) {
    max-width: unset;
    margin: 0 20px;
  }
}

.guest-login a.button {
  padding: 5px 13px !important;
  font-size: 10px !important;
  line-height: 17px !important;
  @media screen and (min-width: 768px) {
    padding: 7px 18px !important;
    font-size: 14px !important;
  }
}

.guest-login a.button.orange:hover {
  border-color: var(--color-green) !important;
}

body.woocommerce-account .guest-login a.button.orange-o {
  visibility: hidden;
}

/* #responsive-menu-items::before {
	content: '';
	display: block;
	background-image: url('/wp-content/uploads/2025/01/logo.svg');
	width: 144px;
	height: 65px;
	background-color: var(--color-black);
	width: 100%;
	background-size: 40%;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 20px;
} */

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.category-links.desktop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  @media screen and (max-width: 768px) {
    display: none;
  }
}

.category-links.flex.desktop a {
  width: auto;
  padding: 7px 18px;
  border-radius: var(--border-radius);
  font-size: 14px;
}

.category-links {
  display: none;
  background-color: var(--color-black);
  @media screen and (max-width: 768px) {
    display: flex;
  }
}

.category-links a {
  width: 50%;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 15px 35px;
  transition: var(--transition);
}
.category-links a:hover {
  opacity: 1 !important;
}

.product-cat-groceries .category-links a,
.product-cat-special-deals .category-links a {
  padding: 15px 15px 15px;
}

.category-links a.blue {
  background-color: var(--color-green);
  color: var(--color-black);
  border-top-left-radius: 4px;
}

.category-links a.yellow {
  background-color: var(--color-white);
  color: var(--color-black);
  border-top-right-radius: 4px;
  display: none;
}

.promo-banner-wrap {
  background-color: var(--color-white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -20px;
  width: 100%;
  z-index: 2;
  position: relative;
}

body.term-special-deals .promo-banner-wrap,
body.term-groceries .promo-banner-wrap {
  @media screen and (max-width: 768px) {
    margin-top: 0px;
  }
}

.promo-banners {
  padding-top: 40px;
}

.promo-banners .glider-slide {
  border-radius: var(--border-radius);
  height: 230px;
  position: relative;
  background-size: cover;
  background-position: center;
  @media screen and (min-width: 768px) {
    height: 585px;
  }
  @media screen and (max-width: 430px) {
    height: 210px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.promo-banners .glider-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -205px 185px -120px var(--color-black);
  position: absolute;
  bottom: 0;
  border-radius: var(--border-radius);
}

.promo-banners .image-only::after {
  display: none;
}

.promo-banners .slide-content {
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  @media screen and (max-width: 768px) {
    bottom: 40px;
  }
}

.promo-banners .slide-content p {
  font-size: 16px;
  color: var(--color-white);
  font-weight: 400;
  @media screen and (min-width: 768px) {
    font-size: 28px;
  }
}

.promo-banners .slide-content p strong {
  font-weight: 700;
}

.promo-flag {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: var(--color-green);
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: var(--border-radius);
  font-size: 10px;
}

.glide__bullets {
  margin: 3px auto;
  text-align: center;
}

.glide__bullet {
  cursor: pointer;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background-color: var(--color-mid-grey);
}

.glide__bullet.glide__bullet--active {
  width: 11px;
  height: 11px;
  background-color: var(--color-grey);
  opacity: 0.3;
}

.glider-carousel-container {
  margin: 30px auto;
  padding-left: 0;
  padding-right: 0;
  @media screen and (min-width: 768px) {
    max-width: unset;
  }
}
body.home .glider-carousel-container {
  margin-bottom: 10px;
}

.slick-track {
  display: flex;
}

.product-category-carousel .slick_slides {
  padding: 10px 0px;
}

div.slick-slide {
  position: relative;
  height: inherit;
}

.slick_inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 100px;
  @media screen and (max-width: 970px) {
    margin-right: 70px;
  }
}
.product-category-carousel .slick_inner {
  margin-right: 100px;
}
.slick-list {
  overflow: visible;
}
.slick-list::before {
  position: absolute;
  top: -10px;
  bottom: 0px;
  right: calc(100% + 0px);
  width: 100%;
  background-color: white;
  content: '';
  z-index: 9;
}

.browse-by-brand .slick-list::before,
.archive .glider-carousel-container .slick-list::before {
  background-color: var(--color-mid-grey);
}

.featured-product-carousel .slick-slide {
  margin: 10px;
  @media screen and (max-width: 768px) {
    margin-left: 7px;
    margin-right: 7px;
  }
  @media screen and (max-width: 419px) {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.guest-ctas {
  margin-top: 10px;
}

.product-cat-groceries .guest-ctas,
.product-cat-special-deals .guest-ctas {
  margin-bottom: 30px;
  margin-top: 20px;
}

/* .product-cat-special-deals .guest-ctas {
	margin-top: 20px;
} */

.guest-ctas .button {
  width: 100%;
  text-align: center;
}

.carousel-heading {
  padding: 0 30px;
  margin-bottom: 5px;
  h2 {
    margin: 0px;
  }
  @media screen and (min-width: 768px) {
    padding: 0 35px;
    max-width: 1300px;
    margin: 0 auto 5px;
  }
}

.product-category-carousel .glide__slides {
  padding: 10px 5px;
  @media screen and (min-width: 768px) {
    padding-bottom: 10px;
  }
}

.product-category-carousel .category-block {
  text-align: center;
}

.product-category-carousel .category-block a {
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: var(--border-radius);
  /* padding: 10px; */
  min-height: 70px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  background-color: var(--color-white);
  margin-left: 5px;
  margin-right: 5px;
}

.product-category-carousel .category-block img {
  border-radius: var(--border-radius);
}

.product-category-carousel .category-name {
  font-size: 11px;
  font-weight: 400;
  color: var(--color-grey);
  display: block;
  margin-top: 10px;
  line-height: 1.2;
  @media screen and (min-width: 768px) {
    font-size: 15px;
    margin-top: 15px;
  }
}

.browse-by-brand {
  background-color: var(--color-mid-grey);
  padding: 30px 0 20px;
  margin: 30px 0;
  @media screen and (min-width: 768px) {
    margin: 50px 0;
    padding: 50px 0 !important;
  }
}

.browse-by-brand .glider-carousel-container {
  margin: 0 auto;
}

.browse-by-brand .carousel-heading {
  color: var(--color-black);
  @media screen and (min-width: 768px) {
    margin-bottom: 20px;
  }
}

.browse-by-brand .product-category-carousel .category-block a {
  @media screen and (min-width: 768px) {
    padding: 10px;
    min-height: 205px;
  }
}

.browse-by-brand .product-category-carousel .category-block img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  padding: 10px;
}

.product-carousel-wrapper {
  margin-bottom: 20px;
  @media screen and (min-width: 768px) {
    max-width: unset;
    margin: 50px auto;
  }
}

.featured-product-carousel .glide__slides {
  padding: 10px 5px;
}

.glide__slides li {
  position: relative;
}

/* .featured-product-carousel .product-slide {
	border-radius: 16px;
	box-shadow: 0px 0px 8px 1px rgba(0,0,0,0.1);
	position: relative;
} */

/* .featured-product-carousel .product-slide::after {
	content: '+';
	display: block;
	background-color: var(--color-green);
	color: var(--color-black);
	width: 36px;
	height: 36px;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	text-align: center;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
} */

/* .featured-product-carousel .product-image img {
	display: block;
	width: 100%;
} */

.product-short-description {
  padding: 5px 12px 15px;
}

.product-short-description span {
  color: var(--color-black);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  display: block;
  line-height: 1.2;
  margin-bottom: 4px;
  margin-top: 4px;
  white-space: break-spaces;
  @media screen and (min-width: 768px) {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

.product-short-description p {
  display: block;
  width: 100%;
  white-space: break-spaces;
  font-size: 12px;
  line-height: 1.2;
  @media screen and (min-width: 768px) {
    font-size: 14px;
    line-height: 1.3;
  }
}

.product-save-note {
  position: absolute;
  right: 0;
  margin: 0;
  background-color: var(--color-green);
  color: var(--color-black);
  font-weight: 700;
  font-size: 14px;
  bottom: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 4px 13px;
}

.product-save-note.product-save-note-special-deals {
  background-color: var(--color-green);
  color: var(--color-black);
}

.adv.max-width {
  grid-column: 1 / -1;
  width: 100%;
  padding: 0;
  @media screen and (min-width: 768px) {
    padding: 0 30px;
  }
}

.adv-b {
  border-radius: var(--border-radius);
  height: 135px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-color: var(--color-green);
  flex: 1;
  margin: 5px 15px;
  @media screen and (min-width: 768px) {
    height: 300px;
  }
  @media screen and (max-width: 430px) {
    height: 125px;
  }
}

.adv-b.advert_blocks {
  height: 150px;
  border-radius: 7px;
  @media screen and (min-width: 768px) {
    height: 375px;
    border-radius: var(--border-radius);
  }
  @media screen and (max-width: 430px) {
    height: 130px;
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*.adv-b::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 -185px 185px -120px var(--color-black);
	position: absolute;
	bottom: 0;
	border-radius: var(--border-radius);
}*/

.adv-content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}

.adv-content:has(> a.fullbutton) {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  transform: unset;
  width: 100%;
}

.adv-content p {
  font-size: 12px;
  color: var(--color-white);
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
}

.adv-content p strong {
  font-weight: 700;
}

.products .adv.max-width {
  padding: 0;
}

.adv-content a.fullbutton {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
}

/*--------------------------------------------------------------
# Lightboxes
--------------------------------------------------------------*/

.lightbox {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  max-width: unset;
  transform: translateX(-50%);
  border: 1px solid var(--color-black);
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: var(--desktop-width);
  transform: translateX(-50%);
}

.lightbox-wrapper {
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #ffffff;
  padding: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  max-width: 450px;
  transform: translateX(-50%);
  max-width: var(--mobile-width);
  overflow-y: auto;
  /* scrollbar-gutter: stable;  */
  /* @media screen and (min-width: 768px) {
		max-width: 1040px;
	} */
}

.lightbox-wrapper > .close-lightbox {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  cursor: pointer;
  color: #000000;
  font-size: 20px;
  line-height: 20px;
}

.lightbox-wrapper > .popup-closer::before {
  content: '\f00d';
  font-family: fontawesome;
  position: absolute;
  top: 7px;
  left: 10px;
  color: #000;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.lightbox-wrapper > .popup-closer:hover::before {
  color: #000;
}

.lightbox .back {
  background-color: var(--color-black);
  color: var(--color-green);
  display: flex;
  align-items: center;
  padding: 10px 30px;
  font-size: 12px;
  color: var(--color-white);
  font-weight: 500;
  cursor: pointer;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lightbox .back img {
  margin-right: 5px;
}

.lightbox-header {
  height: 170px;
  background-size: cover;
  background-position: center;
  position: relative;
  background-color: var(--color-black);
}

.lightbox-header::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 -250px 250px -120px var(--color-black);
  position: absolute;
  bottom: 0;
  border-radius: var(--border-radius);
}

.lightbox-header-content {
  padding: 20px;
  text-align: center;
  z-index: 2;
  position: relative;
}

.lightbox-header-content img {
  margin: 0 auto 0px;
}

.lightbox-header-content h1,
.lightbox-header-content h3 {
  color: var(--color-white);
  text-align: center;
  font-size: 25px;
  font-weight: 400;
  max-width: 300px;
  margin: 0 auto;
}

.lightbox-header-content h1 strong,
.lightbox-header-content h3 strong {
  font-weight: 700;
}

.lightbox-content h1,
.lightbox-content h3 {
  color: var(--Primary-Midnight-Blue, #18214a);
  text-align: center;
  font-size: 21px;
  font-style: normal;
  letter-spacing: 0.84px;
  font-weight: 700;
  margin-bottom: 7px;
}

.lightbox[data-lightbox='password'] .lightbox-header {
  height: 250px;
}

.lightbox[data-lightbox='password'] .lightbox-header h1,
.lightbox[data-lightbox='password'] .lightbox-header h3 {
  font-weight: 600;
  font-size: 22px;
}

.lightbox[data-lightbox='password'] .lightbox-header h1 strong,
.lightbox[data-lightbox='password'] .lightbox-header h3 strong {
  color: var(--color-green);
  font-weight: 600;
  font-size: 30px;
}

.lightbox[data-lightbox='how-it-works'] .lightbox-header {
  height: 110px;
  opacity: 0;
}

.lightbox[data-lightbox='how-it-works'] .lightbox-wrapper {
  background-color: transparent;
}

/* .lightbox-content .how-sub1 p, .lightbox-content .how-sub2 p, .lightbox-content .how-sub3 p {
	text-align: left;
} */

.lightbox[data-lightbox='how-it-works'] .lightbox-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.lightbox[data-lightbox='expired'] .lightbox-header,
.lightbox[data-lightbox='account-notice'] .lightbox-header,
.lightbox[data-lightbox='logged-out'] .lightbox-header {
  height: auto;
}

.lightbox[data-lightbox='confirmation'] .lightbox-header img,
.lightbox[data-lightbox='expired'] .lightbox-header img,
.lightbox[data-lightbox='account-notice'] .lightbox-header img,
.lightbox[data-lightbox='logged-out'] .lightbox-header img {
  margin-bottom: 15px;
}

.lightbox[data-lightbox='confirmation'] .lightbox-header h1,
.lightbox[data-lightbox='expired'] .lightbox-header h1,
.lightbox[data-lightbox='account-notice'] .lightbox-header h1,
.lightbox[data-lightbox='logged-out'] .lightbox-header h1,
.lightbox[data-lightbox='confirmation'] .lightbox-header h3,
.lightbox[data-lightbox='expired'] .lightbox-header h3,
.lightbox[data-lightbox='account-notice'] .lightbox-header h3,
.lightbox[data-lightbox='logged-out'] .lightbox-header h3 {
  font-weight: 600;
}

.lightbox-content {
  padding: 35px 38px 80px 38px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -30px;
  background-color: var(--color-white);
  /* overflow: hidden; */
  z-index: 2;
  position: relative;
  width: 100%;
}

.lightbox[data-lightbox='signin'] .lightbox-content,
.lightbox[data-lightbox='signup'] .lightbox-content,
.lightbox[data-lightbox='recurly-transact'] .lightbox-content,
.lightbox[data-lightbox='expired'] .lightbox-content,
.lightbox[data-lightbox='account-notice'] .lightbox-content,
.lightbox[data-lightbox='logged-out'] .lightbox-content {
  margin-top: 0px;
}
.lightbox[data-lightbox='signin'] .close-lightbox,
.lightbox[data-lightbox='signup'] .close-lightbox,
.lightbox[data-lightbox='recurly-transact'] .close-lightbox,
.lightbox[data-lightbox='expired'] .close-lightbox,
.lightbox[data-lightbox='account-notice'] .close-lightbox,
.lightbox[data-lightbox='logged-out'] .close-lightbox {
  position: absolute;
  top: 20px;
  right: 20px;
  max-width: 22px;
  cursor: pointer;
}

.lightbox[data-lightbox='signin'] .lightbox-header-content::after,
.lightbox[data-lightbox='signup'] .lightbox-header-content::after,
.lightbox[data-lightbox='recurly-transact'] .lightbox-header-content::after,
.lightbox[data-lightbox='expired'] .lightbox-header-content::after,
.lightbox[data-lightbox='account-notice'] .lightbox-header-content::after,
.lightbox[data-lightbox='logged-out'] .lightbox-header-content::after {
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  width: 100%;
  background-color: var(--color-black);
  left: 0px;
  top: 100%;
  z-index: 0;
}

.lightbox-content h2,
.lightbox-content h4 {
  text-align: center;
  font-size: 14px;
  text-transform: none;
  color: var(--color-black);
  font-weight: 500;
  line-height: 1.2;
}

.lightbox[data-lightbox='confirmation'] h2,
.lightbox[data-lightbox='expired'] h2,
.lightbox[data-lightbox='account-notice'] h2,
.lightbox[data-lightbox='logged-out'] h2,
.lightbox[data-lightbox='confirmation'] h4,
.lightbox[data-lightbox='expired'] h4,
.lightbox[data-lightbox='account-notice'] h4,
.lightbox[data-lightbox='logged-out'] h4 {
  font-weight: 500;
}

.lightbox[data-lightbox='confirmation'] h2 strong,
.lightbox[data-lightbox='expired'] h2 strong,
.lightbox[data-lightbox='account-notice'] h2 strong,
.lightbox[data-lightbox='logged-out'] h2 strong,
.lightbox[data-lightbox='confirmation'] h4 strong,
.lightbox[data-lightbox='expired'] h4 strong,
.lightbox[data-lightbox='account-notice'] h4 strong,
.lightbox[data-lightbox='logged-out'] h4 strong {
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2;
}

.lightbox[data-lightbox='expired'] h2,
.lightbox[data-lightbox='account-notice'] h2,
.lightbox[data-lightbox='logged-out'] h2,
.lightbox[data-lightbox='expired'] h4,
.lightbox[data-lightbox='account-notice'] h4,
.lightbox[data-lightbox='logged-out'] h4 {
  font-size: 16px;
}

.lightbox-content p {
  color: var(--dark-grey);
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.lightbox[data-lightbox='expired'] .lightbox-content span,
.lightbox[data-lightbox='account-notice'] .lightbox-content span,
.lightbox[data-lightbox='logged-out'] .lightbox-content span {
  text-align: center;
  display: block;
  font-size: 11px;
  color: var(--color-grey);
  margin-bottom: 170px;
}

.lightbox[data-lightbox='expired'] .lightbox-content span a,
.lightbox[data-lightbox='account-notice'] .lightbox-content span a,
.lightbox[data-lightbox='logged-out'] .lightbox-content span a {
  text-decoration: underline;
  font-weight: 600;
}

.lightbox[data-lightbox='expired'] ul {
  color: var(--color-black);
  font-size: 11px;
}

.lightbox[data-lightbox='expired'] ul li {
  margin-bottom: 10px;
}
.lightbox[data-lightbox='expired'] ul li strong {
  font-weight: 600;
}

.lightbox .buttons {
  text-align: center;
  margin-top: 35px;
}

.lightbox[data-lightbox='confirmation'] .buttons {
  margin: 20px 0 115px;
}

.lightbox .buttons span {
  display: block;
  font-size: 12px;
  color: var(--color-grey);
  margin-bottom: 8px;
}

.lightbox .button {
  margin: 5px !important;
}

.lightbox h2.lightbox-heading-alt,
.lightbox h4.lightbox-heading-alt {
  color: var(--Primary-Midnight-Blue, #18214a);
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.84px;
  display: flex;
  padding-bottom: 30px;
  border-bottom: 1px solid #706f6f;
  margin-bottom: 25px;
}

.el-form .password-strength {
  font-size: 12px;
  text-align: left;
  display: block;
  margin: 10px 0;
  color: var(--color-grey);
}

.el-form .password-strength strong {
  color: var(--color-green);
}

.el-form .password-desc {
  display: block;
  font-size: 11px;
  color: var(--color-grey);
  margin-bottom: 10px;
  text-align: left;
}

.el-form .password-wrap,
.el-form .disabled-wrap {
  color: #000000;
  position: relative;
}

.el-form .password-wrap i.fa,
.disabled-wrap i.fa {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.lightbox-footer {
  border-top: 1px solid var(--color-grey);
  padding-top: 15px;
  margin-top: 30px;
}

.disabled-wrap i.fa {
  cursor: not-allowed;
  opacity: 0.6;
  color: #000000;
}

.disabled-wrap span.woocommerce-input-wrapper {
  position: relative;
  display: block;
}

.disabled-wrap span.woocommerce-input-wrapper .fa-lock {
  line-height: 0px;
  font-size: 14px;
}

.el-form {
  position: relative;
  text-align: center;
}

.el-form label,
.lightbox[data-lightbox='call-back'] .gform-body label {
  display: none;
}

.el-form label[for='marketing_opt_in'],
.el-form label[for='accepted_terms'],
.el-form label[for='accepted_privacy'],
.el-form label[for='remember_me'] {
  display: inline-block;
  color: var(--color-black);
  font-size: 13px;
  font-weight: 300;
}

.el-form input.error {
  border: 1px solid #b81c23 !important;
}

.el-form input[type='email'],
.el-form input[type='password'],
.el-form input[type='confirm-password'],
.el-form input[type='text'],
.el-form input[type='tel'],
.lightbox[data-lightbox='call-back'] .gform-body input[type='email'],
.lightbox[data-lightbox='call-back'] .gform-body input[type='password'],
.lightbox[data-lightbox='call-back'] .gform-body input[type='confirm-password'],
.lightbox[data-lightbox='call-back'] .gform-body input[type='text'],
.lightbox[data-lightbox='call-back'] .gform-body input[type='tel'] {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  background-color: var(--color-mid-grey);
  outline: none;
  border: none;
  border-radius: 0;
  padding: 13px 22px;
  color: var(--color-black);
  font-size: 13px;
  margin: 5px 0;
  padding-right: 45px;
}

.disabled-wrap input {
  padding-right: 45px !important;
}

.el-form p#billing_phone_field {
  margin: 5px 0;
  max-width: unset;
}

.intl-tel-input.separate-dial-code .selected-dial-code {
  color: #000;
}

.intl-tel-input.separate-dial-code .selected-flag {
  border-radius: 20px 0px 0px 20px;
}

.treatley-form input.half-width {
  width: calc(50% - 3px);
}

.el-form .password-wrap.half-width,
.el-form .disabled-wrap.half-width {
  width: calc(50% - 3px);
  display: inline-block;
}

.el-form button,
body .lightbox[data-lightbox='call-back'] .gform_wrapper.gravity-theme .gform_footer input {
  font-family: 'Montserrat', sans-serif;
  background-color: var(--color-green);
  border: 1.5px solid var(--color-green);
  color: #fff;
  padding: 11px 22px;
  font-size: 14px;
  border-radius: 35px;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  cursor: pointer;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  margin-top: 10px;
  text-align: center;
  width: 100%;
  transition: 0.35s ease all;
}

.el-form button:disabled {
  cursor: not-allowed;
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--color-black) !important;
}

body .lightbox[data-lightbox='call-back'] .gform_wrapper.gravity-theme .gform_footer {
  justify-content: center;
}

body .lightbox[data-lightbox='call-back'] .gform_wrapper.gravity-theme .gform_footer input {
  font-family: 'Montserrat', sans-serif !important;
  background-color: var(--color-black) !important;
  border: 1.5px solid var(--color-black) !important;
  color: #fff !important;
  padding: 8px 22px !important;
  font-size: 14px !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  margin-top: 10px !important;
  transition: 0.35s ease all !important;
}

body .lightbox .gform_confirmation_message {
  color: #000;
  text-align: center;
}

.el-form button:hover {
  background-color: #fff;
  border-color: var(--color-black);
  color: var(--color-black);
}

body .lightbox[data-lightbox='call-back'] .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #fff !important;
  border-color: var(--color-black) !important;
  color: var(--color-black) !important;
}

span.signup {
  color: var(--color-black);
  font-size: 12px;
  display: block;
}

a.forgot-password {
  color: #8d8d8d;
  font-weight: 300;
  font-size: 12px;
  position: absolute;
  right: 0;
  bottom: 30px;
}

span.signup {
  color: var(--color-black);
  font-size: 12px;
  display: block;
}

p.login {
  font-size: 13px;
  margin: 10px auto 0;
}

p.login a {
  color: var(--color-black);
  font-weight: 500;
}

/* .button.sign-up-online {
	border-color: #FFBF3B !important;
	color: #FFBF3B !important;
	background-color: transparent !important;
	width: calc(50% - 13px);
	padding: 8px !important;
} */

.button.cell-c-top-up,
.button.sign-up-online {
  border-color: var(--color-green) !important;
  color: var(--color-green) !important;
  background-color: transparent !important;
  width: calc(50% - 13px);
  padding: 8px !important;
}
.button.sign-up-online {
  width: auto;
  padding: 10px 20px !important;
  font-size: 16px !important;
}

.button.cell-c-top-up img {
  display: inline-block;
  position: relative;
  top: 1px;
}

.button.how-to-guide {
  background-color: transparent !important;
  color: var(--color-green) !important;
  padding: 30px 10px !important;
  border-radius: 12px !important;
  width: calc(50% - 13px);
  text-transform: none;
}

.button.start-saving {
  padding: 30px 10px !important;
  border-radius: 12px !important;
  width: calc(50% - 13px);
  text-transform: none;
}

/*--------------------------------------------------------------
# Shop
--------------------------------------------------------------*/

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(50% - 7px));
  grid-gap: 13px;
  justify-content: space-between;
}

.woocommerce ul.products::before {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.featured-product-carousel .product-slide {
  float: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  margin-left: 0;
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: var(--border-radius);
  padding: 12px;
  min-height: 70px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  background-color: var(--color-white);
  text-align: left;
  /* height: 100%; */
}
.featured-product-carousel .product-slide {
  height: 100%;
}
.woocommerce ul.products[class*='columns-'] li.product,
.woocommerce-page ul.products[class*='columns-'] li.product {
  margin: 0 0 1em;
}

/* .woocommerce ul.products li.product .product-slide::after, 
.woocommerce-page ul.products li.product .product-slide::after,
.featured-product-carousel .product-slide::after, */
a.ajax_add_to_cart.add_to_cart_button,
a.add_to_cart_button.added.ajax-remove-from-cart {
  content: '+';
  display: block;
  background-color: var(--color-green);
  color: var(--color-black);
  width: 33px;
  height: 33px;
  position: absolute;
  top: 12px;
  right: 12px;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  z-index: 1;
}
a.add_to_cart_button.added.ajax-remove-from-cart {
  line-height: 1.1;
}
a.ajax_add_to_cart.add_to_cart_button.added,
a.add_to_cart_button.added.ajax-remove-from-cart {
  background-color: var(--color-green);
  color: var(--color-white);
  content: '✓';
  /* pointer-events: none; */
  z-index: 9;
}

.woocommerce ul.products li.product .product-short-description,
.woocommerce-page ul.products li.product .product-short-description,
.featured-product-carousel .product-slide .product-short-description {
  padding: 5px 0 25px;
}

.woocommerce ul.products li.product .product-short-description p:last-child,
.woocommerce-page ul.products li.product .product-short-description p:last-child,
.featured-product-carousel .product-slide .product-short-description p:last-child {
  margin-bottom: 0;
}

.woocommerce ul.products li.product .product-image img,
.woocommerce-page ul.products li.product .product-image img,
.featured-product-carousel .product-image img {
  height: 95px;
  width: 100%;
  object-fit: contain;
  object-position: center;
  /* padding-top:10px;
	padding-bottom: 10px; */
  @media screen and (min-width: 768px) {
    height: 125px;
  }
}

.woocommerce.term-special-deals ul.products li.product .product-image img,
.woocommerce-page ul.products.term-special-deals li.product .product-image img,
.woocommerce.product-cat-parent-special-deals ul.products li.product .product-image img,
.woocommerce-page ul.products.product-cat-parent-special-deals li.product .product-image img,
.woocommerce.tax-product_brand ul.products li.product .product-image img,
.woocommerce-page ul.products.tax-product_brand li.product .product-image img {
  object-fit: cover;
  border-radius: var(--border-radius);
  margin: -12px -12px 4px;
  width: calc(100% + 24px);
  max-width: unset;
}

.woocommerce ul.products li.product strong {
  display: inline-block;
}

.woocommerce ul.products li.product .product-save-note {
  font-size: 12px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 5px 12px;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce-products-header,
.woocommerce-result-count,
.woocommerce-ordering {
  display: none;
}

.archive .glider-carousel-container {
  background-color: var(--color-mid-grey);
  padding-top: 35px;
  padding-bottom: 15px;
  /* margin-top: -20px; */
  z-index: 2;
  position: relative;
}

.archive .guest-ctas + .glider-carousel-container,
.archive .promo-banner-wrap + .glider-carousel-container {
  margin-top: 30px;
}

/* .archive.term-special-deals .glider-carousel-container,
.archive.product-cat-parent-special-deals .glider-carousel-container,
.archive.tax-product_brand .glider-carousel-container {
	background-color: transparent;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
} */

.archive.term-special-deals:not(.product-cat-parent-special-deals) .glider-carousel-container {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.archive.term-special-deals .browse-by-brand .glider-carousel-container,
.archive.product-cat-parent-special-deals .browse-by-brand .glider-carousel-container,
.archive.tax-product_brand .browse-by-brand .glider-carousel-container {
  margin-top: 0;
}

.archive.term-special-deals .browse-by-brand,
.archive.product-cat-parent-special-deals .browse-by-brand,
.archive.tax-product_brand .browse-by-brand {
  margin-top: 0px;
  padding-bottom: 5px;
}

.archive.term-special-deals a.view,
.archive.product-cat-parent-special-deals a.view,
.archive.tax-product_brand a.view {
  color: var(--color-green);
}

.archive.term-special-deals a.view::after,
.archive.product-cat-parent-special-deals a.view::after,
.archive.tax-product_brand a.view::after {
  background-image: url('/wp-content/uploads/2025/03/arrow-right-yellow.svg');
}

.product-cat-groceries .category-links a.yellow,
.product-cat-parent-groceries .category-links a.yellow,
.product-cat-special-deals .category-links a.blue,
.product-cat-parent-special-deals a.blue,
.tax-product_brand a.blue {
  /* background-color: #706f6f; */
  /* color: #949494; */
  opacity: 0.7;
}

.product-cat-parent-groceries .inner-wrap,
.product-cat-parent-special-deals .inner-wrap,
.tax-product_brand .inner-wrap,
body.search .inner-wrap {
  display: flex;
  flex-wrap: wrap;
}

body.logged-in:not(.product-cat-special-deals) .inner-wrap {
  margin-top: 20px;
}

/* .product-cat-parent-groceries #primary,
.product-cat-parent-special-deals #primary,
.tax-product_brand #primary,
body.search #primary {
	padding-bottom: unset !important;
	min-height:unset;
} */

.product-cat-parent-groceries .category-links a,
.product-cat-parent-special-deals .category-links a,
.tax-product_brand .category-links a,
body.search .category-links a {
  padding: 15px 15px 15px;
}

.product-cat-parent-groceries .inner-wrap .max-width:not(.glider-carousel-container),
.product-cat-parent-special-deals .inner-wrap .max-width:not(.glider-carousel-container),
.tax-product_brand .inner-wrap .max-width:not(.glider-carousel-container),
body.search .inner-wrap .max-width:not(.glider-carousel-container) {
  order: 0;
  width: 100%;
  padding-top: 30px;
}

.product-cat-parent-groceries .inner-wrap .max-width.glider-carousel-container,
.product-cat-parent-special-deals .inner-wrap .max-width.glider-carousel-container,
.tax-product_brand .inner-wrap .max-width.glider-carousel-container,
body.search .inner-wrap .max-width.glider-carousel-container {
  order: 1;
  width: 100%;
  margin-bottom: 40px;
}

body.search p.woocommerce-result-count,
body.search header.woocommerce-products-header {
  display: block;
}

body.search h1.page-title {
  border-bottom: 0px solid var(--color-black, #000000);
  margin-left: 0px;
  margin-right: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  padding-right: 3px;
  padding-left: 3px;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 16px;
}

.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: none;
  color: var(--color-green);
  font-weight: 600;
}

body.single-product header#masthead::after {
  content: '';
  display: block;
  height: 100px;
  position: absolute;
  width: 100%;
  background-color: var(--color-black);
  left: 0px;
  top: 100%;
  z-index: 0;
}

.custom-single-product {
  padding: 40px 0 90px;
  background-color: var(--color-white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin: 0px auto 0;
  width: 100%;
  z-index: 2;
  position: relative;
  min-height: calc(100vh - 80px);
  @media screen and (min-width: 768px) {
    padding-top: 55px;
    margin: -20px auto 0;
  }
}

.custom-single-product .max-width {
  position: relative;
  @media screen and (min-width: 768px) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.back-button {
  border: none;
  background-color: transparent;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 0;
  cursor: pointer;
  z-index: 1;
}

.custom-cart-page button.back-button {
  top: 20px;
}

.custom-single-product .product-image {
  margin-bottom: 25px;
  position: relative;
  @media screen and (min-width: 768px) {
    width: 40%;
  }
}

.custom-single-product .product-content-wrap {
  @media screen and (min-width: 768px) {
    width: 57%;
  }
}

.custom-single-product .product-image img {
  margin: 0 auto;
  max-height: 250px;
  object-fit: contain;
  object-position: center;
}

.custom-single-product .product-save-note {
  bottom: auto;
  top: 0;
  left: 0;
  right: auto;
  text-transform: uppercase;
  font-weight: 500;
}

.custom-single-product .product-save-note strong {
  font-weight: 700;
}

.custom-single-product .product-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.custom-single-product .product-short-description {
  padding: 0;
}

.custom-single-product .product-short-description p {
  font-size: 18px;
  font-weight: 500;
}

.custom-single-product .product-short-description p {
  font-size: 18px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

.coupon-remaining-limit {
  background-color: #00aeef1a;
  color: var(--color-green);
  text-align: center;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 12px;
}

.coupon-remaining-limit p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.coupon-remaining-limit strong {
  font-weight: 700;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  :is(#respond input#submit.alt, a.button.alt, button.button.alt, input.button.alt),
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
  .woocommerce
  :is(#respond input#submit.alt, a.button.alt, button.button.alt, input.button.alt) {
  background-color: var(--color-green);
  color: var(--color-black);
  border-color: var(--color-green) !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  :is(#respond input#submit.alt, a.button.alt, button.button.alt, input.button.alt):hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor))
  .woocommerce
  :is(#respond input#submit.alt, a.button.alt, button.button.alt, input.button.alt):hover {
  background-color: var(--color-green);
  color: var(--color-white);
  border-color: var(--color-green) !important;
}

.single_add_to_cart_button {
  width: 100%;
  font-size: 16px !important;
  padding: 11px !important;
  font-weight: 800 !important;
}

.product-information,
.terms-and-conditions {
  margin: 28px 0;
  border-top: 1px solid #706f6f;
  border-bottom: 1px solid #706f6f;
  padding: 28px 0;
}

/* .product-information {
	padding-top:0px;
	padding-bottom:0px;
}
*/

.product-information.redemption-information {
  padding-top: 0px;
  border-top: 0px;
}

.product-information h2,
.terms-and-conditions h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.product-information table {
  margin-top: 20px;
}

.terms-and-conditions .text-wrapper {
  background-color: var(--color-mid-grey);
  border-radius: var(--border-radius);
  padding: 20px;
  margin-top: 12px;
}
ol.grocery-how-to {
  margin-top: 20px;
}
.terms-and-conditions ul {
  margin-bottom: 0px;
}
ol.grocery-how-to li,
.product-information li,
.terms-and-conditions li {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-information table + br {
  display: none;
}

.product-information .text-content p,
.terms-and-conditions .text-content p,
.product-information .text-content div,
.terms-and-conditions .text-content div {
  font-size: 13px;
  font-weight: 400;
  color: var(--color-black);
  display: block;
  margin-bottom: 0;
}

.product-information .read-more-toggle,
.terms-and-conditions .read-more-toggle {
  font-family: 'Montserrat', sans-serif;
  display: block;
  color: var(--color-green);
  font-size: 11px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
}

.product-information + .terms-and-conditions {
  margin-top: -29px;
}

.product-information .truncated-text figure {
  margin: 0px;
}

.product-information br:has(+ table) {
  display: none;
}

/* .product-information .truncated-text ul:last-of-type */
/* .product-information .truncated-text figure, */
.product-information .truncated-text img {
  display: none;
}

body .woocommerce-error,
body .woocommerce-info,
body .woocommerce-message {
  padding: 12px 20px 16px 40px;
  margin: 0 0 15px;
  background-color: var(--color-mid-grey);
  color: var(--color-black);
  border-top: 3px solid var(--color-green);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
  outline: none;
  max-width: var(--mobile-width);
  margin-left: auto;
  margin-right: auto;
}

.custom-single-product .woocommerce-message,
.custom-single-product .woocommerce-error,
.custom-single-product .woocommerce-info {
  width: 100%;
  max-width: unset;
  margin-bottom: 40px;
  margin-right: 40px;
  margin-left: 40px;
  @media screen and (max-width: 768px) {
    width: auto;
    margin-left: 0px;
  }
}

body .woocommerce-error::before,
body .woocommerce-info::before,
body .woocommerce-message::before {
  left: 15px;
  color: var(--color-green);
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  float: none;
  display: block;
  text-align: center;
  margin-top: 10px;
}

article > .entry-header {
  display: none;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
  background-color: var(--color-black) !important;
  padding-bottom: 15px !important;
  @media screen and (min-width: 768px) {
    margin-bottom: 15px;
  }
}

.custom-cart-page {
  background-color: var(--color-white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-top: -20px;
  width: 100%;
  z-index: 2;
  position: relative;
  padding-top: 30px;
  @media screen and (min-width: 768px) {
    max-width: unset;
    margin-top: -35px;
  }
}

.custom-cart-page .wrap {
  @media screen and (min-width: 768px) {
    max-width: 1240px;
    margin: 25px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.custom-cart-page .wrap > h2 {
  font-size: 14px;
  border-bottom: 1px solid #b4b3b3;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  @media screen and (min-width: 768px) {
    font-size: 20px;
  }
}

.grocery-deals-section,
.special-deals-section {
  @media screen and (min-width: 768px) {
    width: 49%;
  }
}

.grocery-deals-section h3 {
  font-size: 14px;
  font-weight: 700;
  background-color: var(--color-green);
  color: var(--color-black);
  padding: 7px 20px;
  border-radius: var(--border-radius);
}

.special-deals-section h3 {
  font-size: 14px;
  font-weight: 700;
  background-color: var(--color-green);
  color: var(--color-black);
  padding: 7px 20px;
  border-radius: var(--border-radius);
}

.total-savings {
  background-color: #00aeef1a;
  color: var(--color-black);
  text-align: center;
  padding: 10px;
  border-radius: 7px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.total-savings p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.total-savings strong {
  font-weight: 700;
  text-transform: uppercase;
}

.cart-items-table tr {
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius);
  padding: 0 8px 0 0;
  display: block;
  position: relative;
}

.cart-items-table td {
  padding: 15px 10px;
}

.cart-items-table img.size-woocommerce_thumbnail,
.cart-items-table img.woocommerce-placeholder {
  max-height: 65px;
  object-fit: contain;
  object-position: center;
  max-width: 82px;
}

.cart-items-table span {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.cart-items-table p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 3px;
}

a.remove-from-cart {
  @media screen and (min-width: 768px) {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
}

a.remove-from-cart img {
  min-width: 20px;
  display: block;
  @media screen and (min-width: 768px) {
    max-width: 20px;
  }
}

.send-option-btn {
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  padding: 10px 20px;
  margin-right: 10px;
  color: var(--color-white);
  cursor: pointer;
  opacity: 1;
}

.send-option-btn.selected {
  background-color: var(--color-green);
  color: var(--color-white);
}

a.checkout-button,
.woocommerce-page #payment #place_order {
  background-color: var(--color-green) !important;
  color: var(--color-white) !important;
  font-size: 16px !important;
  padding: 10px !important;
  font-weight: 800 !important;
  border: none !important;
  border-radius: var(--border-radius);
  width: 100%;
  display: block;
  text-align: center;
  text-transform: uppercase;
  transition: var(--transition);
  float: none;
  max-width: 390px;
  margin: 0 auto;
}

a.checkout-button:hover,
.woocommerce-page #payment #place_order:hover {
  color: var(--color-white) !important;
  background-color: var(--color-black) !important;
}

span.deal-generation {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-weight: bold;
}

.custom-cart-page p.empty {
  text-align: center;
  padding: 8px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px;
}

.custom-cart-page p.empty a {
  display: block;
  font-size: 10px;
  font-weight: 700;
  margin-top: 5px;
}

.custom-cart-page p.empty a {
  color: var(--color-green);
}

.custom-cart-page + .woocommerce-info {
  margin: 0 30px 30px;
}

/*.grocery-deals-section p.empty a {
	color: var(--color-green);
}

.special-deals-section p.empty a {
	color: var(--color-green);
}*/

form.checkout.woocommerce-checkout {
  padding-bottom: 15px;
  @media screen and (min-width: 768px) {
    padding: 20px 0 15px;
    max-width: 1300px;
    margin: 0 auto;
  }
}

.woocommerce .checkout .col2-set,
.woocommerce-page .checkout .col2-set,
#order_review_heading,
.woocommerce-terms-and-conditions-wrapper {
  display: none;
  visibility: hidden;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

.woocommerce-checkout #payment div.form-row {
  padding: 0;
  margin: 0 30px;
}

.thank-you-page {
  min-height: calc(100vh - 285px);
  text-align: center;
  margin-top: 40px;
  position: relative;
}

.thank-you-page > img {
  margin: 0 auto 15px;
  padding-top: 20px;
}

.thank-you-page h1 {
  font-size: 21px;
  font-weight: 700;
  color: var(--color-black);
  margin: 0 0 5px;
}

.thank-you-page > p {
  font-size: 12px;
  font-weight: 400;
  color: var(--color-black);
}

.thank-you-content {
  background-color: var(--color-mid-grey);
  border-radius: 13px;
  padding: 30px 20px;
  max-width: 350px;
  margin: 40px auto 0;
}

.thank-you-content p {
  font-weight: 700;
  font-size: 14px;
  color: var(--color-black);
  max-width: 200px;
  line-height: 1.3;
  margin: 0 auto 10px;
}

.thank-you-content p:last-child {
  margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  display: none;
}

.custom-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.custom-filter h2 {
  margin-bottom: 0;
  width: calc(100% - 125px);
  line-height: 1.2;
}

#per_page {
  border: none;
  background-color: transparent;
  font-weight: 500;
  text-transform: uppercase;
}

#filter-trigger {
  background-color: var(--color-grey);
  color: var(--color-white);
  border: none;
  border-radius: var(--border-radius);
  padding: 10px 15px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  transition: var(--transition);
}

#filter-trigger img {
  margin-left: 5px;
}

.filter-lightbox {
  position: fixed;
  bottom: 55px;
  width: 100%;
  height: 85%;
  background: var(--color-white);
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: var(--mobile-width);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 1px solid var(--color-mid-grey);
  border-right: 1px solid var(--color-mid-grey);
  border-top: 1px solid var(--color-mid-grey);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow-y: scroll;
}

.filter-lightbox::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}

.filter-panel {
  padding: 35px;
  width: 100%;
  background-color: #fff;
}

.filter-panel > h2 {
  font-size: 21px;
  text-transform: capitalize;
  color: var(--color-black);
  font-weight: 700;
  letter-spacing: 0.5px;
}

.active-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #b5b5b5;
  border-bottom: 1px solid #b5b5b5;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}

#active-filters-info {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-green);
  letter-spacing: 0.5px;
}

.term-special-deals #active-filters-info,
.product-cat-parent-special-deals #active-filters-info,
.tax-product_brand #active-filters-info {
  color: var(--color-green);
}

#active-deals {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

#clear-filters {
  font-family: 'Montserrat', sans-serif;
  border-radius: var(--border-radius);
  font-size: 16px;
  font-weight: 700;
  color: var(--color-black);
  border: none;
  background-color: var(--color-mid-grey);
  padding: 12px 18px;
  cursor: pointer;
  transition: var(--transition);
}

.filter-categories,
.filter-brands {
  list-style: none;
  margin: 0;
  padding: 0;
}

.close-lightbox {
  position: absolute;
  top: 35px;
  right: 35px;
}

.filter-categories li,
.filter-brands li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
  line-height: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid lightgrey;
  padding-top: 7px;
}

.custom-radio-label {
  position: relative;
  padding-left: 23px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 8px;
  width: 100%;
}

.custom-radio-label input.filter-checkbox {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
}

.custom-radio {
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 0.5px solid #706f6f;
  border-radius: 50%;
  background-color: var(--color-white);
}

.custom-radio-label input.filter-checkbox:checked + .custom-radio {
  background-color: #706f6f;
}

.filter-chip {
  display: inline-block;
  background: var(--color-green);
  padding: 5px 10px;
  margin: 2px;
  border-radius: var(--border-radius);
  font-size: 12px;
  color: var(--color-white);
}

.term-special-deals .filter-chip,
.product-cat-parent-special-deals .filter-chip,
.tax-product_brand .filter-chip {
  background: var(--color-green);
  color: var(--color-black);
}

.filter-chip .remove-chip {
  margin-left: 2px;
  cursor: pointer;
  color: var(--color-white);
  border: 1.5px solid var(--color-white);
  border-radius: 50%;
  width: 15px;
  display: inline-block;
  height: 15px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 10px;
  position: relative;
  top: -1.5px;
}

.term-special-deals .remove-chip,
.product-cat-parent-special-deals .remove-chip,
.tax-product_brand .remove-chip {
  color: var(--color-black);
  border: 1.5px solid var(--color-black);
}

#apply-filters {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  margin-top: 20px;
  border-radius: var(--border-radius);
  border: none;
  background-color: var(--color-green);
  color: var(--color-white);
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px;
  cursor: pointer;
  transition: var(--transition);
}

.term-special-deals #apply-filters,
.product-cat-parent-special-deals #apply-filters,
.tax-product_brand #apply-filters {
  background-color: var(--color-green);
  color: var(--color-black);
}

.accordion-title {
  cursor: pointer;
}

.accordion-section {
  background-color: var(--color-mid-grey);
  padding: 20px;
  border-radius: var(--border-radius);
  margin: 15px 0;
}

.accordion-section h3 {
  font-weight: 700;
  color: var(--color-black);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/*--------------------------------------------------------------
# FAQs / Secondaries
--------------------------------------------------------------*/

h1.page-title {
  color: var(--color-black);
  text-align: center;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
  border-bottom: 3px solid var(--color-black);
  margin-left: 38px;
  margin-right: 38px;
  padding-bottom: 30px;
  margin-top: 35px;
}

.accordion {
  padding: 20px 50px;
}

.accordion details {
  margin-bottom: 20px;
}

.accordion-content {
  background-color: var(--color-mid-grey);
  padding: 20px;
  border-radius: var(--border-radius);
  margin: 15px 0;
}

.accordion summary {
  font-weight: 700;
  color: var(--color-black);
  /* text-transform: uppercase; */
  cursor: pointer;
  font-size: 14px;
  letter-spacing: 0.5px;
}

/* .accordion {
    max-width: 800px;
    margin: 0 auto;
} */

.accordion-item {
  /* border: 1px solid #ddd; */
  margin-bottom: 10px;
  border-radius: var(--border-radius);
}

.accordion-header {
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  background-color: #f7f7f7;
  position: relative;
  padding-right: 25px;
  border-radius: var(--border-radius);
}

.accordion-header::after {
  content: '+';
  /* float: right; */
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

details[open] .accordion-header::after {
  content: '-';
}
details summary::marker {
  display: none;
}
summary {
  list-style: none;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.page-id-5395 #primary {
  background-color: var(--color-white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  /* margin-top: -20px; */
  width: 100%;
  z-index: 2;
  position: relative;
}

.contact {
  padding: 50px 0 30px;
}

.contact-info {
  width: 37%;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

.contact-info h1,
.contact-info p {
  max-width: 350px;
}

.info-fields {
  margin: 25px 0;
}

.info-fields li {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}

/*.info-fields img {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 8px;
	margin-right: 10px;
}*/

.info-fields a {
  color: var(--color-black);
  font-weight: 300;
}

.contact-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
}

.contact-buttons .button {
  margin: 5px 8px 5px 0;
}

.contact-form {
  width: 57%;
  @media screen and (max-width: 768px) {
    width: 100%;
  }
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 8px;
}

.gform_wrapper.gravity-theme .gfield input.large,
.gform_wrapper.gravity-theme .gfield select.large,
.gform_wrapper.gravity-theme .gfield textarea.large {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  border-radius: 6px;
  padding: 18px 30px;
  font-size: 14px;
  outline: none;
  color: var(--color-black);
}

body .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 150px;
  resize: none;
}

body .gform_wrapper.gravity-theme .gform_footer {
  padding-bottom: 0;
}

body .gform_wrapper.gravity-theme .gform_footer input {
  background-color: var(--color-green) !important;
  border-color: var(--color-white) !important;
  color: var(--color-white) !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  letter-spacing: 1px;
  min-width: 165px;
  text-transform: uppercase;
  cursor: pointer;
}

body .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: var(--color-green) !important;
  border-color: var(--color-green) !important;
  color: var(--color-black) !important;
}

/*--------------------------------------------------------------
# Policies
--------------------------------------------------------------*/

.policies {
  margin: -20px 0 50px;
  background-color: var(--color-white);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  z-index: 2;
  position: relative;
}

.sibling-list-wrap {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  padding-top: 30px;
}

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

.sibling-list-wrap li:not(:last-child) {
  margin-right: 20px;
}

.sibling-list-wrap a {
  font-weight: 700;
  color: var(--color-black);
  position: relative;
  font-size: 14px;
}

.sibling-list-wrap li.active a::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: var(--color-green);
  position: relative;
  bottom: -4px;
}

.policy-content h3 {
  margin-top: 10px;
}

.policy-content {
  padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.footer-cart {
  position: relative;
}

.footer-cart .footer-cart-count {
  position: absolute;
  top: -5px;
  right: -8px;
  background: var(--color-green);
  color: var(--color-black);
  width: 15px;
  height: 15px;
  font-size: 10px;
  text-align: center;
  border-radius: 100%;
}

.site-footer {
  background-color: var(--color-black);
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10000;
  max-width: var(--desktop-width);
  @media screen and (max-width: 768px) {
    max-width: 100%;
    max-width: var(--mobile-width);
  }
}

.site-footer a {
  color: var(--color-white);
  font-weight: 700;
}
.site-footer .site-info a img {
  width: 27px;
  height: 27px;
  object-fit: contain;
}
