/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Global
# Navigation
# Home
# Contact
# FAQ
# How It Works
# Woocommerce
# Checkout
# My Account
# Footer
# Responsive
--------------------------------------------------------------*/

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

:root {
  --red: #e02826;
  --yellow: #e7a822;
  --teal: #0e8a89;
  --grey: #292c33;
  --dark-grey: #1a1c1f;
}

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

body {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden !important;
  color: #fff;
  background-color: var(--grey);
}

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

h2 {
  font-size: 22px;
  margin: 0 0 15px;
  line-height: 1.4;
  letter-spacing: 0.3px;
}

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;
}

.post,
.page {
  margin: 0;
}

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

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

#primary {
  transition: 0.3s ease all;
}

body.logged-in .show-logged-out,
body:not(.logged-in) .show-logged-in {
  display: none;
}

body:not(.mini-cart-close) #primary {
  margin-top: 315px;
}
body:not(.mini-cart-close).role-subscriber100 #primary,
body:not(.mini-cart-close).role-subscriber #primary {
  margin-top: 155px;
}

#primary,
body.mini-cart-close #primary,
body.woocommerce-cart #primary,
body.woocommerce-checkout #primary,
body.role-subscriber #primary,
body.role-not-logged-in #primary {
  margin-top: 160px;
}

body.home #primary {
  margin-top: 140px;
}

body.home.role-subscriber #primary,
body.home.role-not-logged-in #primary {
  margin-top: 165px;
}

.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: "Poppins", sans-serif !important;
  background-color: transparent;
  border: 1.5px solid !important;
  padding: 8px 22px !important;
  font-size: 14px !important;
  border-radius: 35px !important;
  display: inline-block;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  cursor: pointer;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  transition: 0.35s ease all !important;
}

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

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

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

.button.white,
a.button.white,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.single_add_to_cart_button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button.alt.single_add_to_cart_button:disabled:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--grey) !important;
}

.button.white:hover,
a.button.white:hover {
  background-color: var(--teal) !important;
  border-color: var(--teal) !important;
  color: #fff !important;
}

.button.white-o,
a.button.white-o {
  background-color: transparent !important;
  border-color: #fff !important;
  color: #fff !important;
}

.button.white-o:hover,
a.button.white-o:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--dark-grey) !important;
}

.button.dark-grey {
  background-color: var(--dark-grey) !important;
  border-color: var(--dark-grey) !important;
  color: #fff !important;
}

.button.dark-grey:hover {
  background-color: #fff !important;
  color: var(--dark-grey) !important;
}

.button.dark-grey-o {
  border-color: var(--dark-grey) !important;
  background-color: #fff !important;
  color: var(--dark-grey) !important;
}

.button.dark-grey-o:hover {
  background-color: var(--dark-grey) !important;
  color: #fff !important;
}

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

.button.yellow:hover {
  background-color: var(--teal) !important;
  border-color: var(--teal) !important;
  color: #fff !important;
}

.init-signin {
  cursor: pointer;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

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

#masthead {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.top-nav {
  background-color: var(--dark-grey);
  padding: 10px 0;
  text-align: right;
}

.site-links a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  font-size: 14px;
  transition: 0.3s ease all;
}

.site-links a.cart {
  background-color: #313335;
  padding: 10px;
  border-radius: 30px;
  transition: 0.3s ease all;
}

.site-links a.cart img {
  display: inline-block;
  vertical-align: middle;
}

.role-subscriber #menu-item-168,
.role-not-logged-in #menu-item-168 {
  display: none;
}

.menu-checkout {
  display: none;
}

.nav-cart-icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  font-size: 13px;
  position: relative;
  top: 1px;
  transition: 0.3s ease all;
}

.bottom-nav {
  background-color: #000;
  padding: 30px 0;
  transition: 0.3s ease all;
}

#masthead.scroll .bottom-nav {
  padding: 15px 0;
}

.logo img,
.gift-card-timer {
  transition: 0.3s ease all;
}

.gift-card-timer {
  min-width: 185px;
  text-align: right;
  margin: -7px 60px 0 20px;
  transition: 0.3s ease all;
}

.gift-card-timer span {
  font-size: 12px;
  display: block;
  font-weight: 200;
  transition: 0.3s ease all;
}

.gift-card-timer div {
  transition: 0.3s ease all;
}

#countdown {
  font-size: 22px;
  display: block;
  line-height: 1.2;
  font-weight: 600;
}

#masthead.scroll .bottom-nav .logo img {
  max-width: 120px;
}

#masthead.scroll .gift-card-timer {
  min-width: 145px;
}

#masthead.scroll .bottom-nav .gift-card-timer span {
  font-size: 10px;
  display: block;
  font-weight: 200;
}

#masthead.scroll .bottom-nav .gift-card-timer div {
  font-size: 17px;
}

#masthead.scroll .bottom-nav .button {
  font-size: 11px !important;
  padding: 4px 10px !important;
}

#masthead.scroll .site-links a {
  font-size: 11px;
}

#masthead.scroll .site-links a.cart {
  padding: 5px 10px;
}

#masthead.scroll .site-links a.cart img {
  max-width: 16px;
}

#masthead.scroll .nav-cart-icon {
  font-size: 10px;
}

.nav-right {
  position: relative;
}

#coffeerm-button {
  background-color: transparent;
  top: 1px;
  right: 0;
  position: absolute;
  bottom: 0;
  left: auto;
  transition: 0.2s ease all;
}

#masthead.scroll #coffeerm-button {
  top: -7px;
}

#coffeerm-button span {
  width: 33px;
  background-color: #fff;
  border-radius: 3px;
}

.coffeerm-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

#responsive-menu-items::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2023/08/treatly-logo-full-white.svg");
  width: 200px;
  height: 30px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px 30px 20px;
}

ul.responsive-menu-items {
  background-color: var(--grey);
  padding: 0;
  /*right: 0;
	left: auto;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);*/
}

ul.responsive-menu-items li {
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left;
}

ul.responsive-menu-items a {
  text-align: left;
  text-decoration: none;
  padding: 8px 30px;
  display: block;
  border: none;
  margin: 0;
  color: #fff;
  font-weight: 300;
  transition: 0.35s ease all;
}

ul.responsive-menu-items a::after {
  display: none;
}

ul.responsive-menu-items a.active,
ul.responsive-menu-items a:hover {
  background-color: var(--dark-grey);
  color: #fff;
}

ul.responsive-menu-items li.menu-item-has-children::after {
  border-left: 10px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px solid #fff;
  top: 11px;
  right: 15px;
}

ul.responsive-menu-items li.menu-item-has-children:hover::after {
  border-left: 10px solid #fff;
  border-right: 0px solid #fff;
}

ul.responsive-menu-items li ul.sub-menu {
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}

ul.responsive-menu-items li ul.sub-menu li {
  margin: 0;
  padding-right: 0;
}

ul.responsive-menu-items li ul.sub-menu a {
  padding: 8px 15px 8px 25px;
  font-size: 1em;
}

ul.responsive-menu-items li ul.sub-menu .sub-menu a {
  padding-left: 45px;
}

.cart-product.used .cart-product-image > img {
  filter: grayscale(1);
}

.custom-mini-cart > .custom-mini-cart {
  padding: 0 !important;
}

body:not(.home) .mini-cart-holder {
  position: relative;
  top: 0;
  margin: 0;
  z-index: -1;
  transition: 0.3s ease all;
}

.custom-mini-cart {
  background-color: var(--dark-grey);
  padding: 20px 0;
  width: 100%;
}

body:not(.home) .mini-cart-holder.close {
  margin-top: -155px !important;
}

body:not(.home) #masthead.scroll .mini-cart-holder.close {
  margin-top: -168px;
}

.custom-mini-cart h2 {
  width: 125px;
  margin: 0;
}

.custom-mini-cart .button.large {
  width: 200px;
  text-align: center;
}

.custom-mini-cart .vouchers {
  width: calc(95% - 325px);
  padding: 0 40px;
}

.custom-mini-cart .cart-product {
  width: 48%;
}

.custom-mini-cart .cart-product-image {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 115px;
  object-fit: cover;
  transition: background-color 0.3s;
}

.custom-mini-cart .cart-product-image img {
  width: 100%;
}

.custom-mini-cart .cart-product-image > img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.custom-mini-cart .cart-product .product-name {
  padding: 10px 0;
  font-weight: bold;
}

.custom-mini-cart .cart-product .product-overlay {
  display: flex;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(224, 40, 38, 0.75);
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: opacity 0.35s;
}

.custom-mini-cart .cart-product:nth-child(1) .product-overlay {
  background: rgba(224, 40, 38, 0.75);
}

.custom-mini-cart .cart-product:nth-child(2) .product-overlay {
  background: rgba(231, 168, 34, 0.75);
}

.custom-mini-cart .cart-product:nth-child(3) .product-overlay {
  background: rgba(14, 138, 137, 0.75);
}

.custom-mini-cart .cart-product:hover .product-overlay {
  opacity: 1;
  z-index: 2;
}

.custom-mini-cart .cart-product .product-overlay .view-info {
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 30px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  letter-spacing: 1px;
  margin: 5px;
  transition: 0.35s ease all;
}

.custom-mini-cart .cart-product .product-overlay .view-info:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--dark-grey);
}

.custom-mini-cart .cart-product .product-overlay .remove-product {
  border-radius: 50%;
  border: none;
  background-color: #fff;
  padding: 7px 8px 7px 10px;
  text-align: center;
  cursor: pointer;
  margin: 5px;
}

.custom-mini-cart .cart-product .product-overlay .view-info {
  display: block;
  text-align: center;
}

.custom-mini-cart .cart-product .brand-logo {
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 62px;
  height: 52px;
  overflow: hidden;
  padding: 10px;
  border-bottom-right-radius: 18px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.custom-mini-cart .cart-product .brand-logo img {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.custom-mini-cart .cart-placeholder {
  width: 48%;
  color: #000;
  text-decoration: none;
}

.custom-mini-cart .placeholder-content {
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  height: 115px;
}

.custom-mini-cart .placeholder-icon {
  position: relative;
  text-align: center;
  top: 50%;
  width: 25px;
  height: 25px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  padding: 1.5px;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom-mini-cart .cart-placeholder:nth-child(1) .placeholder-icon {
  background-color: var(--red);
}

.custom-mini-cart .cart-placeholder:nth-child(2) .placeholder-icon {
  background-color: var(--yellow);
}

.custom-mini-cart .cart-placeholder:nth-child(3) .placeholder-icon {
  background-color: var(--teal);
}

.custom-toggle-cart.disabled {
  cursor: not-allowed;
  opacity: 0.2;
  background-color: #fff !important;
  color: #000 !important;
}

.minimise {
  position: absolute;
  right: 4px;
  bottom: -28px;
  background-color: var(--dark-grey);
  padding: 0 10px;
  font-size: 25px;
  font-weight: 300;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s ease all;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

body:not(.home) .mini-cart-holder.close .minimise {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

#home-mini-cart {
  border-radius: 30px;
  padding: 40px 30px 45px;
  text-align: center;
  z-index: 0;
}

#home-mini-cart .vouchers {
  padding: 0;
  width: 100%;
  max-width: 1100px;
  margin: 20px auto 25px;
}

#home-mini-cart .cart-product-image,
#home-mini-cart .placeholder-content {
  height: 185px;
}

#home-mini-cart .placeholder-icon {
  width: 50px;
  height: 50px;
  font-size: 30px;
  padding: 4px;
}

#home-mini-cart .cart-product .brand-logo {
  width: 95px;
  height: 65px;
}

.cart-product .product-overlay-inner {
  flex-wrap: wrap;
  align-content: center;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}

#home-mini-cart .cart-product .product-overlay .remove-product {
  border-radius: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  transition: 0.35s ease all;
}

#home-mini-cart .cart-product .product-overlay .remove-product:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--dark-grey);
}

#home-mini-cart .cart-product .product-overlay .remove-product,
#home-mini-cart .cart-product .product-overlay .view-info {
  width: 100%;
  max-width: 180px;
  padding: 10px;
}

#home-mini-cart .product-label {
  text-align: left;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.steps {
  max-width: 1115px;
  margin: 42px auto;
}

/*.steps .step {
	width: 30%;
}*/

.steps .step-number {
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 50%;
  font-size: 45px;
  font-weight: 700;
  padding: 18px;
}

.steps .step:nth-child(1) .step-number {
  background-color: var(--red);
}

.steps .step:nth-child(2) .step-number {
  background-color: var(--yellow);
}

.steps .step:nth-child(3) .step-number {
  background-color: var(--teal);
}

.steps .step-info {
  width: calc(100% - 100px);
  padding-left: 25px;
  padding-top: 15px;
}

.steps .step-info h2 {
  margin: 0;
}

.steps .step span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  display: block;
  font-weight: 500;
}

.steps .step em {
  font-size: 13px;
  font-weight: 300;
  display: block;
}

.voucher-product.issued-this-month,
.single-product.issued-this-month .woocommerce-product-gallery__image {
  position: relative;
}

.voucher-product.issued-this-month > *,
.single-product.issued-this-month .woocommerce-product-gallery__image > * {
  opacity: 0.5;
}

body.single-product div.summary p.stock {
  display: none;
}

.voucher-product.issued-this-month::before,
.single-product.issued-this-month .woocommerce-product-gallery__image::before {
  content: "";
  display: block;
  background-image: url("/wp-content/uploads/2023/09/cannot-download-white.svg");
  z-index: 1;
  border-radius: 100%;
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  top: 10px;
  right: 10px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.voucher-product .voucher-image {
  height: 200px;
  width: 100%;
  display: block;
  border-radius: 25px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
}

.voucher-product-row.two-products .voucher-image {
  height: 400px;
}

.voucher-product-row.three-products .voucher-image {
  height: 260px;
}

.voucher-product-overlay {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.35s ease all;
}

.voucher-product .voucher-image:hover .voucher-product-overlay {
  opacity: 1;
}

.voucher-product-overlay .button {
  width: 85%;
  max-width: 170px;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translateY(-50%) translateX(-50%) !important;
  -ms-transform: translateY(-50%) translateX(-50%) !important;
  transform: translateY(-50%) translateX(-50%) !important;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  text-transform: uppercase;
  font-weight: 600 !important;
}

.voucher-product-overlay:hover .button {
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--dark-grey) !important;
}

.voucher-brand-logo {
  background-color: #fff;
  display: inline-block;
  text-align: center;
  width: 85px;
  height: 60px;
  overflow: hidden;
  border-bottom-right-radius: 25px;
}

.voucher-product-row.two-products .voucher-brand-logo {
  width: 115px;
  height: 90px;
}

.voucher-product-row.three-products .voucher-brand-logo {
  width: 100px;
  height: 75px;
}

.voucher-brand-logo img {
  padding: 8px;
  max-height: 60px;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.voucher-product-row.two-products .voucher-brand-logo img {
  max-height: 90px;
}

.voucher-product-row.three-products .voucher-brand-logo img {
  max-height: 75px;
}

.voucher-info {
  margin: 25px 0 0;
  /* align-items: end; */
}

.voucher-details {
  width: calc(100% - 55px);
}

.voucher-brand-name {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13.5px;
  display: block;
  font-weight: 500;
}

.voucher-value {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.voucher-product-row {
  display: grid;
  margin: 40px 0;
}

.voucher-product-row.four-products,
.voucher-product-row.category-products,
.related.products .products {
  grid-template-columns: repeat(auto-fill, calc(25% - 12px));
  grid-gap: 15px;
}

.voucher-product-row.three-products {
  grid-template-columns: repeat(auto-fill, calc(33.33% - 12px));
  grid-gap: 18px;
}

.voucher-product-row.two-products {
  grid-template-columns: repeat(auto-fill, calc(50% - 12px));
  grid-gap: 24px;
}

.voucher-product-row.category-products,
.related.products {
  background-color: var(--dark-grey);
  border-radius: 25px;
  display: block;
  overflow: hidden;
  position: relative;
}

.related.products {
  width: 100%;
}

.woocommerce div.product div.images {
  margin-bottom: 50px;
}

.voucher-product-row.category-products .voucher-product-row-cat-wrap,
.related.products .products {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding: 45px 30px;
  max-width: 1200px;
  margin: 0 auto;
  /*	max-height: 650px;*/
  max-height: unset;
  overflow: hidden;
  padding-bottom: 70px;
  justify-content: center;
}

.voucher-cat-header,
.related.products .voucher-cat-header {
  background-color: #000;
  padding: 25px 35px;
  display: flex;
}

.related.products h2 {
  margin-bottom: 0;
}

.voucher-cat-header img {
  max-width: 80px;
  margin-right: 18px;
}

.voucher-cat-header h2 {
  margin: 0;
}

.voucher-product-row.category-products > .button,
.related-products-button-wrap {
  position: relative;
  left: 50%;
  bottom: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.voucher-product-row.category-products .voucher-product {
  margin-bottom: 15px;
}

.custom-toggle-cart {
  background-color: #fff;
  border: none;
  border-radius: 50%;
  color: #000;
  font-weight: 500;
  font-size: 22px;
  width: 40px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  padding: 0;
  margin: 0 15px 7px 0;
  padding: 0 0 2px;
  transition: 0.35s ease all;
}

.custom-toggle-cart:hover {
  background-color: var(--teal);
  color: #fff;
}

.voucher-info .add-to-cart-btn {
  margin: 0 15px 7px 0;
}

.button.back-to-top {
  display: block;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  font-weight: 700 !important;
}

/* Guest Home */

.site-links .button.guest {
  margin: 0 0 0 10px;
}

.init-signin.guest:not(.button) {
  margin-right: 65px;
  margin-left: 22px;
}

.guest-header {
  padding: 75px;
  min-height: 500px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
}

.guest-header h1 {
  font-size: 42px;
  line-height: 1.1;
  margin-bottom: 15px;
}

.guest-header h2 {
  font-size: 27px;
  margin-bottom: 35px;
}

.guest-header .button {
  font-size: 19px !important;
  font-weight: 700 !important;
  padding: 9px 35px !important;
}

.guest-header-wrap {
  max-width: 500px;
}

.steps.guest-steps {
  max-width: unset;
  position: relative;
}

.steps.guest-steps .step:nth-child(3) {
  min-width: 312px;
}

.guest-learn-more.button {
  align-self: center;
  border-color: #fff !important;
  background-color: transparent !important;
  display: flex;
}

.guest-learn-more.button:hover {
  background-color: var(--teal) !important;
  border-color: var(--teal) !important;
}

.guest-learn-more.button img {
  margin-left: 7px;
}

.guest-how-it-works {
  display: none;
  background-color: var(--dark-grey);
  border-radius: 20px;
  padding-bottom: 65px;
  margin-bottom: 70px;
}

.guest-how-it-works .voucher-cat-header {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

.guest-how-it-works .how-it-works-blurb {
  font-size: 14px;
  padding: 0 30px;
}

.guest-how-it-works .timeline {
  border-bottom: none;
  padding: 0 70px;
}

.guest-how-it-works .timeline-line {
  z-index: 0;
  max-height: 67%;
}

.guest-how-it-works .button.large {
  font-size: 19px !important;
  font-weight: 700 !important;
  padding: 9px 35px !important;
  margin: 0 auto;
  text-align: center;
  display: block;
  max-width: 260px;
}

.guest-how-it-works .guest-learn-more.button {
  position: absolute;
  right: 30px;
}

.guest-how-it-works .guest-learn-more.button img {
  margin-right: 0;
  transform: rotate(180deg);
}

.subscription-plans {
  padding: 30px 0 75px;
}

.subscription-info {
  width: 45%;
  padding-right: 50px;
  align-self: center;
}

.subscription-info h1 {
  max-width: 350px;
}

.subscription-info p {
  max-width: 360px;
}

.subscription-info p:last-child {
  margin-bottom: 0;
}

.subscription-options {
  width: 55%;
}

.subscription-options > div {
  width: 48%;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 55px 20px;
  color: var(--dark-grey);
  align-self: center;
  justify-content: center;
}

.subscription-options > div span {
  font-size: 40px;
  font-weight: 700;
  color: var(--dark-grey);
  display: block;
  line-height: 1.1;
  margin-bottom: 10px;
}

.subscription-options > div p {
  margin: 0 0 25px;
}

.guest-product-ctas {
  justify-content: center;
  margin: 45px 0 0;
}

.guest-product-ctas .button.large {
  font-size: 18px !important;
  margin: 4px 6px;
}

.testimonials-carousel {
  position: relative;
  z-index: 10;
  padding: 10px 0 80px;
}

.testimonials-carousel .slick-track {
  display: flex;
  padding: 25px 0 65px;
}

.testimonials-carousel .slick-list {
  padding: 0 !important;
}

.testimonial {
  padding: 70px 50px;
  border-radius: 20px;
  background-color: #000;
  opacity: 0.4;
  margin: 0 8px;
  height: auto;
  position: relative;
  min-height: 400px;
  top: 0;
  transition: 0.35s ease all;
}

.testimonial.slick-current {
  background-color: #fff;
  opacity: 1;
  top: 30px;
}

.testimonial span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  display: block;
  letter-spacing: 1.5px;
  bottom: 50px;
}

.testimonial.slick-current p,
.testimonial.slick-current span {
  color: var(--dark-grey);
}

.testimonial-rating {
  margin-bottom: 20px;
}

.testimonial-rating img {
  margin-right: 1px;
}

.testimonials-carousel .slick-prev,
.testimonials-carousel .slick-next {
  width: 35px;
  height: 35px;
  top: 80%;
  left: 69%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonials-carousel .slick-next {
  left: calc(69% + 42px);
}

.tabs.faq.guest {
  border-bottom: none;
  margin-bottom: 0;
}

.button.back-to-top.guest {
  font-size: 19px !important;
  max-width: 235px;
}

.button.back-to-top.guest img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
  filter: none;
  transition: 0.35s ease all;
}

.button.back-to-top.guest:hover img {
  filter: brightness(1) invert(1);
}

.footer-left .button.teal:last-child {
  margin-top: 12px;
}

.voucher-value.guest {
  font-size: 24px;
}

.home .voucher-value.guest {
  font-size: 27px;
}

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

.contact-info {
  width: 37%;
}

.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 li:nth-child(1) img {
  background-color: var(--red);
}

.info-fields li:nth-child(2) img {
  background-color: var(--yellow);
}

.info-fields li:nth-child(3) img {
  background-color: var(--teal);
}

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

.info-fields a {
  color: #fff;
  font-weight: 300;
}

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

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

.contact-form {
  width: 57%;
}

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: "Poppins", sans-serif;
  width: 100%;
  border: none;
  border-radius: 6px;
  padding: 18px 30px;
  font-size: 14px;
  outline: none;
  color: var(--dark-grey);
}

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: #fff !important;
  border-color: #fff !important;
  color: var(--dark-grey) !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(--teal) !important;
  border-color: var(--teal) !important;
  color: #fff !important;
}

/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

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

.select-cat {
  display: block;
  text-align: center;
  text-transform: uppercase;
  margin: 25px 0 12px;
  font-weight: 500;
}

.tabs.faq {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #fff;
}

.faq-tabs {
  text-align: center;
  margin-bottom: 65px;
}

.tabs .ui-tabs-nav {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}

.tabs .ui-tabs-nav .ui-tabs-tab {
  width: 32.5%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 15px;
  transition: 0.35s ease all;
}

.tabs .ui-tabs-nav .ui-tabs-tab .ui-tabs-anchor {
  width: 100%;
  display: block;
  font-size: 20px;
  color: var(--dark-grey);
  line-height: 1.2;
  transition: 0.35s ease all;
}

.tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active:nth-child(1) {
  background-color: var(--red);
}

.tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active:nth-child(2) {
  background-color: var(--yellow);
}

.tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active:nth-child(3) {
  background-color: var(--teal);
}

.tabs .ui-tabs-nav .ui-tabs-tab.ui-tabs-active .ui-tabs-anchor {
  color: #fff;
}

.faq-category > h2 {
  text-align: center;
  margin: 0;
  font-size: 25px;
}

.faq-category > p {
  text-align: center;
  margin: 5px 0 20px;
}

.faq-content .accordion {
  margin-top: 35px;
}

.ui-accordion-header {
  background-color: var(--dark-grey);
  margin: 0 0 12px;
  border-radius: 10px;
  padding: 20px 65px 20px 40px;
  color: #fff;
  font-size: 17px;
  text-align: left;
  position: relative;
  display: block;
  z-index: 2;
  font-weight: 400;
  cursor: pointer;
  transition: 0.35s ease all;
}

.ui-accordion-header.ui-accordion-header-active {
  color: #fff;
}

.faq-content .faq-category:nth-child(1) .ui-accordion-header-active {
  background-color: var(--red);
}

.faq-content .faq-category:nth-child(2) .ui-accordion-header-active {
  background-color: var(--yellow);
}

.faq-content .faq-category:nth-child(3) .ui-accordion-header-active {
  background-color: var(--teal);
}

.ui-accordion-header::after,
.accordion-header-link::after {
  content: "+";
  display: block;
  position: absolute;
  right: 22px;
  top: 52%;
  background-color: transparent;
  text-align: center;
  color: var(--red);
  font-size: 28px;
  border-radius: 50%;
  font-weight: 400;
  padding: 0.5px;
  line-height: 1.1;
  transition: 0.35s ease all;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-content .faq-category:nth-child(1) .ui-accordion-header::after {
  color: var(--red);
}

.faq-content .faq-category:nth-child(2) .ui-accordion-header::after {
  color: var(--yellow);
}

.faq-content .faq-category:nth-child(3) .ui-accordion-header::after {
  color: var(--teal);
}

.ui-accordion-header.ui-accordion-header-active::after {
  content: "-";
  color: var(--dark-grey) !important;
}

.accordion .accordion-content {
  text-align: left;
  background-color: var(--dark-grey);
  padding: 30px 40px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative;
  top: -20px;
  z-index: 0;
}

.faq-content .faq-category:nth-child(1) .accordion-content a {
  color: var(--red);
}

.faq-content .faq-category:nth-child(2) .accordion-content a {
  color: var(--yellow);
}

.faq-content .faq-category:nth-child(3) .accordion-content a {
  color: var(--teal);
}

/*--------------------------------------------------------------
# How It Works
--------------------------------------------------------------*/

.how-it-works-blurb {
  text-align: center;
  max-width: 740px;
  margin: 65px auto 55px;
}

.timeline-trail {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.timeline {
  position: relative;
  margin: 0 auto 60px;
  padding-bottom: 100px;
  border-bottom: 1px solid #fff;
}

.timeline-line {
  position: absolute;
  top: 16%;
  left: 50%;
  width: 4px;
  height: 100%;
  background-color: var(--dark-grey);
  z-index: -1;
  max-height: 55%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.timeline-line-fill {
  background-color: #fff;
  max-height: 100%;
}

.timeline-item {
  position: relative;
}

.timeline .step-number {
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: var(--dark-grey);
  color: var(--grey);
  border-radius: 50%;
  font-size: 35px;
  font-weight: 700;
  padding: 15px;
  top: 45%;
  left: 50%;
  position: absolute;
  transition: 0.35s ease all;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.timeline-item.active .step-number,
.timeline-item[inview="1"] .step-number {
  background-color: #fff;
  color: var(--dark-grey);
}

.timeline .step-image,
.timeline .step-info {
  width: 42%;
}

.timeline .step-info {
  align-self: center;
}

.timeline-item:nth-child(2n + 2) .step-image {
  order: 2;
}

.timeline-item:nth-child(2n + 2) .step-info {
  order: 1;
  text-align: right;
  padding: 25px 0 0;
}

.timeline-item:nth-child(2n + 2) .step-info p {
  margin-left: auto;
}

.timeline .step-info span {
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  font-weight: 500;
  letter-spacing: 1px;
}

.timeline .step-info h2 {
  font-size: 25px;
}

.timeline .step-info p,
.timeline .step-info ol {
  max-width: 385px;
}

.timeline .step-info em {
  font-size: 10px;
  display: block;
  font-weight: 200;
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  /* padding-top: 10px; */
  line-height: 38px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.post-type-archive-product .woocommerce-breadcrumb,
.tax-product_cat .woocommerce-breadcrumb,
.tax-brand .woocommerce-breadcrumb {
  display: none;
}

.post-type-archive-product .site-main,
.tax-product_cat .site-main,
.tax-brand .site-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.filter-section {
  width: 25%;
}

.mobile-filter {
  display: none;
}

/*#filter-accordion .accordion-title ~ .accordion-content {
	display: none;
}

#filter-accordion .accordion-title.open ~ .accordion-content {
	display: initial;
}*/

.shop-wrap {
  /*width: 72%;*/
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: flex-start;
}

.woocommerce .products ul,
.woocommerce ul.products,
.voucher-wrap {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, calc(33.33% - 12px));
  grid-gap: 15px;
  width: 100%;
}

.voucher-wrap {
  order: 2;
  padding-bottom: 30px;
}

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

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.voucher-wrap .voucher-product {
  float: none;
  margin: 0 0 25px !important;
  width: 100%;
  transition: 0.35s ease all;
}

.voucher-wrap.loading .voucher-product {
  opacity: 0.4;
}

.filter-section h2 {
  margin-bottom: 0;
}

.filter-section h3 {
  font-size: 18px;
  border-top: 1px solid #fff;
  padding-top: 18px;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
}

.filter-section h3::after {
  content: ">";
  display: inline-block;
  position: absolute;
  right: 2px;
  font-size: 21px;
  font-weight: 200;
  transition: 0.3s ease all;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.filter-section .open h3::after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.filter-section .tax-term {
  cursor: pointer;
}

.filter-section .tax-term p {
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 12px;
  width: calc(100% - 22px);
}

.filter-section .tax-term .cat-count {
  font-weight: 200;
  opacity: 0.6;
  display: inline-block;
  margin-left: 5px;
  float: right;
}

.filter-section .tax-term input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}

.filter-section .tax-term .checkmark {
  position: relative;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid #fff;
  margin-right: 0;
  vertical-align: middle;
  display: inline-block;
  border-radius: 2px;
  transition: 0.35s ease all;
}

.filter-section .tax-term:hover .checkmark,
.filter-section .tax-term input:checked ~ .checkmark {
  background-color: #fff;
}

.filter-section .tax-term .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.filter-section .tax-term input:checked ~ .checkmark:after {
  display: block;
}

.filter-section .tax-term .checkmark::after {
  left: 3.5px;
  top: 0.5px;
  width: 5px;
  height: 10px;
  border: solid var(--dark-grey);
  border-width: 0 2px 2px 0;
  transition: 0.35s ease all;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#apply-filters,
#reset-filters {
  margin-top: 20px;
  font-size: 12px !important;
  padding: 5px 10px !important;
}

#apply-filters {
  margin-right: 5px;
}

.shop-top {
  width: 100%;
  order: 1;
}

.product-count-display {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px !important;
  width: 200px;
  padding-top: 4.5px;
}

.products-filters {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 205px);
  text-align: right;
  margin-bottom: 17px;
  display: none;
}

.products-filters p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  font-size: 14px;
}

.products-filters select {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  text-align: center;
  color: var(--dark-grey);
  font-weight: 500;
  font-size: 14px;
  padding: 0 6px;
}

#products-per-page {
  margin-right: 15px;
}

#load-more-products {
  order: 3;
  margin: 0 auto;
  font-weight: 700 !important;
  font-size: 17px !important;
}

.shop-wrap .button.back-to-top {
  order: 3;
  right: 0;
  bottom: 0;
  position: absolute !important;
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  padding: 10px 0 !important;
}

.shop-wrap .button.back-to-top:hover {
  background-color: transparent !important;
}

.woocommerce-product-gallery__image {
  border-radius: 25px;
  overflow: hidden;
}

.related.products .products .product {
  width: 100% !important;
}

.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: #fff;
  font-weight: 200;
  text-decoration: none;
}

.woocommerce div.product .product_title {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce .quantity .qty,
.product_meta {
  display: none;
}

.woocommerce-product-details__short-description {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 25px;
  margin-bottom: 30px;
  max-width: 460px;
}

.woocommerce div.product form.cart .button {
  font-family: "Poppins", sans-seif;
  background-color: #fff;
  color: var(--dark-grey);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600 !important;
  font-size: 17px !important;
}

.woocommerce div.product form.cart .button:hover {
  background-color: var(--teal) !important;
  border-color: var(--teal) !important;
  color: #fff;
}

.woocommerce-tabs {
  padding: 5px 0 20px;
}

.woocommerce-tabs .woocommerce-Tabs-panel > h2 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: transparent;
  color: #fff;
  z-index: 2;
  font-size: 20px;
  border: none;
  border-radius: 0;
  padding: 3px 0;
}

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

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: none;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  color: #fff !important;
  padding: 12px 20px;
  font-weight: 200;
  font-size: 17px;
  min-height: 55px;
  transition: 0.2s ease all;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  font-weight: 600;
  font-size: 20px;
}

#tab-title-description a {
  padding-left: 5px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0;
}

.brand-logo-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 100px;
  z-index: 1;
  overflow: hidden;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.brand-logo-wrapper .brand-logo {
  padding: 15px;
  max-height: 100px;
  margin: 0 auto;
}

.voucher-spend-value {
  font-size: 22px;
  display: block;
}

.voucher-value {
  font-weight: 700;
  font-size: 30px;
  display: block;
  line-height: 1.2;
}

.loader-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background-color: var(--grey);
}

.loader {
  border: 10px solid var(--dark-grey);
  border-top: 10px solid var(--teal);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: spin 2s linear infinite;
  margin: 20px auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  margin: 0 auto;
}

.loader::before {
  display: none !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
}

.lightbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lightbox-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  padding: 80px 50px;
  max-width: 700px;
  width: 90%;
  border-radius: 20px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.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 h1 {
  color: var(--dark-grey);
  text-align: center;
}

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

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

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

/*--------------------------------------------------------------
# Checkout
--------------------------------------------------------------*/

.woocommerce-billing-fields__field-wrapper #billing_phone_field {
  display:none;
}

.woocommerce-cart .entry-header,
.woocommerce-checkout .entry-header,
.woocommerce-billing-fields > h3,
.woocommerce-additional-fields > h3,
#order_review_heading {
  display: none;
}

.woocommerce-checkout .mini-cart-holder {
  z-index: 1 !important;
  width: 62%;
  display: inline-block;
  vertical-align: top;
}

#checkout-mini-cart {
  border-radius: 30px;
  padding: 42px 50px 35px;
}

#checkout-mini-cart h2 {
  width: 100%;
  margin: 0 0 20px;
}

#checkout-mini-cart .vouchers {
  width: 100%;
  padding: 0;
}

#checkout-mini-cart .cart-product {
  width: 100%;
  margin: 15px 0;
}

#checkout-mini-cart .cart-product-image {
  width: 170px;
  margin-right: 30px;
  border-radius: 18px;
}

#checkout-mini-cart .product-label {
  color: #fff;
  width: calc(55% - 200px);
  padding-right: 15px;
}

#checkout-mini-cart .product-label p {
  margin: 0;
  padding: 0 15px 0 0;
}

#checkout-mini-cart .product-desc {
  font-weight: 600;
  margin: 0;
  width: calc(45% - 25px);
  padding: 0 15px 0 0;
}

#checkout-mini-cart .remove-product {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  color: var(--dark-grey);
  width: 25px;
  height: 25px;
  padding: 7px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  transition: 0.35s ease all;
}

#checkout-mini-cart .remove-product:hover {
  background-color: var(--red);
}

#checkout-mini-cart .remove-product span {
  display: block;
  width: 2px;
  height: 13px;
  background-color: var(--dark-grey);
  position: absolute;
  top: 50%;
  left: 50%;
}

#checkout-mini-cart .remove-product span:first-child {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(45deg);
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

#checkout-mini-cart .remove-product span:last-child {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

#checkout-mini-cart .remove-product:hover span {
  background-color: #fff;
}

.checkout-cart-header {
  display: flex;
}

.checkout-cart-header span {
  font-weight: 200;
  font-size: 13px;
}

.checkout-cart-header span:nth-child(1) {
  width: 170px;
  margin-right: 30px;
}

.checkout-cart-header span:nth-child(2) {
  width: calc(55% - 200px);
  padding-right: 15px;
}

.checkout-cart-header span:nth-child(3) {
  width: calc(45% - 25px);
  padding-right: 15px;
}

.checkout-cart-header span:nth-child(4) {
  width: 25px;
}

.checkout.woocommerce-checkout {
  display: inline-block;
  vertical-align: top;
  width: calc(38% - 55px);
  margin-left: 50px;
  background-color: var(--dark-grey);
  border-radius: 30px;
  padding: 32px 35px 38px;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 30px;
  overflow: hidden;
}

#payment .place-order {
  padding: 0 !important;
  margin: 0;
}

body.woocommerce-page #payment #place_order {
  width: 100%;
  text-transform: uppercase;
  background-color: #fff !important;
  color: var(--dark-grey) !important;
  border-color: #fff !important;
  font-weight: 600 !important;
  font-size: 17px !important;
}

body.woocommerce-page #payment #place_order:hover {
  background-color: var(--teal) !important;
  color: #fff !important;
  border-color: var(--teal) !important;
}

#customer_details {
  margin-bottom: 30px;
}

.woocommerce-billing-fields > h2 + p {
  font-size: 13px;
  margin-bottom: 25px;
}

.woocommerce-billing-fields .optional {
  display: none;
}

.woocommerce-checkout .col-1 {
  width: 100% !important;
}

.woocommerce-checkout
  .woocommerce-billing-fields
  .woocommerce-input-wrapper
  input:not(#billing_phone),
.communication-preference input {
  display: none;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper label,
.communication-preference label {
  display: block !important;
  padding: 18px 25px 18px 95px;
  background-color: var(--grey);
  color: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 400;
  transition: 0.35s ease all;
}

.communication-preference label {
  padding: 30px 25px 30px 95px;
}

.woocommerce-checkout
  .woocommerce-billing-fields
  .woocommerce-input-wrapper
  label:not(.checked):hover,
.communication-preference label:not(.checked):hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.woocommerce-checkout .woocommerce-billing-fields .woocommerce-input-wrapper .checkbox.checked,
.communication-preference label.checked {
  background-color: var(--teal);
  color: #fff;
}

#checkout-mini-cart .placeholder-content {
  border-radius: 15px;
  text-align: center;
  padding: 30px;
  transition: 0.35s ease all;
}

#checkout-mini-cart .placeholder-content:hover {
  opacity: 0.8;
}

#checkout-mini-cart .cart-placeholder span {
  text-transform: uppercase;
  font-size: 13px;
}

#send_via_email_field,
#send_via_sms_field,
#send_via_whatsapp_field,
.communication-preference {
  position: relative;
}

.communication-preference {
  width: 49%;
}

#send_via_email_field::before,
#send_via_sms_field::before,
#send_via_whatsapp_field::before,
.communication-preference::before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#send_via_email_field::before {
  background-image: url("/wp-content/uploads/2023/09/checkout-email.svg");
  width: 46px;
  height: 35px;
  -webkitfilter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#send_via_sms_field::before,
.communication-preference.sms::before {
  background-image: url("/wp-content/uploads/2023/09/checkout-sms.svg");
  width: 32px;
  height: 43px;
  left: 38px;
  -webkitfilter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#send_via_whatsapp_field::before,
.communication-preference.whatsapp::before {
  background-image: url("/wp-content/uploads/2023/09/checkout-whatsapp.svg");
  width: 46px;
  height: 47px;
}

.communication-preferences {
  margin: 10px 0 20px;
}

.woocommerce-billing-fields__field-wrapper > *:not(.wc-pv-phone),
.woocommerce-checkout .col-2 {
  display: none;
  visibility: hidden;
}

.woocommerce-billing-fields #billing_phone_field {
  margin-bottom: 20px;
}

.woocommerce-billing-fields #billing_phone_field label {
  font-weight: bold;
  font-size: 22px;
}

.lightbox[data-lightbox="order-success"] .lightbox-wrapper {
  max-width: 900px;
}

.lightbox[data-lightbox="order-success"] .success {
  width: 49%;
  border-right: 1.5px solid #868686;
}

.lightbox[data-lightbox="order-success"] img {
  margin: 0 auto 15px;
}

.lightbox[data-lightbox="order-success"] h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.lightbox[data-lightbox="order-success"] .buttons {
  width: 50%;
  margin: 0;
}

.lightbox[data-lightbox="order-success"] .buttons .button {
  width: 92%;
  max-width: 285px;
}

.woocommerce-order-received .site-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/*--------------------------------------------------------------
# My Account
--------------------------------------------------------------*/

.intl-tel-input .country-list {
  color: #000;
}

.woocommerce-account .entry-header {
  display: none;
}

.my-account-mobile {
  display: none;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: var(--dark-grey);
  border-radius: 25px;
  width: 25%;
  padding: 35px 40px 25px;
}

.woocommerce-MyAccount-navigation a {
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
  padding: 12px 0;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.woocommerce-MyAccount-navigation > p {
  font-size: 12px;
}

.woocommerce-MyAccount-navigation > p span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 22px;
}

.woocommerce-MyAccount-content {
  background-color: var(--dark-grey);
  border-radius: 25px;
  padding: 45px 50px 35px;
}

.woocommerce-MyAccount-content {
  background-color: var(--dark-grey);
  border-radius: 25px;
  padding: 45px 50px;
}

.woocommerce-MyAccount-content label .required {
  color: var(--red) !important;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label,
#gform_2 .gfield_label {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 400;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
#gform_2 .gfield input.large,
#gform_2 .gfield select.large,
#gform_2 .gfield textarea.large {
  border-radius: 30px;
  border: none;
  padding: 12px 22px;
  font-weight: 300;
  color: var(--dark-grey);
  font-size: 14px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  margin-bottom: 5px;
}

.woocommerce form .form-row-wide span,
.woocommerce-page form .form-row-wide span {
  font-size: 12px;
}

#gform_2 .gform_fields {
  grid-row-gap: 20px;
}

#gform_2 .gfield_required {
  display: none;
}

fieldset,
.account-details {
  margin: 30px 0;
  background-color: var(--grey);
  padding: 50px 30px 30px;
  border-radius: 25px;
  border: none;
}

legend {
  position: relative;
  top: 37px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  left: 3px;
}

.account-details h3 {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 500;
  margin-top: -20px;
  margin-bottom: 20px;
}

address {
  color: #fff;
  font-size: 14px;
}

.woocommerce-Button.button[name="save_account_details"],
.woocommerce-address-fields .button[name="save_address"] {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: var(--dark-grey) !important;
  background-color: #fff !important;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
}

.woocommerce-address-fields .button[name="save_address"] {
  margin-top: 30px;
}

.woocommerce-Button.button[name="save_account_details"]:hover,
.woocommerce-address-fields .button[name="save_address"]:hover {
  background-color: var(--teal) !important;
  border-color: var(--teal) !important;
  color: #fff !important;
}

.woocommerce-MyAccount-content h2 {
  font-size: 20px;
  font-weight: 400;
}

.set-pass-button.disabled {
  pointer-events: none;
  opacity: 0.8;
}

a.edit {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}

.woocommerce-orders-table {
    width: 100%;
    border-collapse: collapse;
    /* background-color: #fff; */
}

.woocommerce-orders-table th,
.woocommerce-orders-table td {
    padding: 12px 15px;
    border-bottom: 1px solid #eaeaea;
    text-align: left;
}

/*.woocommerce-MyAccount-orders th:nth-child(4),
.woocommerce-MyAccount-orders td:nth-child(4) {
	display: none;
}*/

body .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 14px;
  height: 42px;
}

body .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--dark-grey);
  line-height: 32px;
  padding: 6px 20px;
  font-size: 14px;
}

body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
  right: 10px;
}

body .select2-results__option[aria-selected],
body .select2-results__option[data-selected] {
  color: var(--dark-grey);
}

body .select2-container--default .select2-results__option--highlighted[aria-selected],
body .select2-container--default .select2-results__option--highlighted[data-selected] {
  background-color: var(--teal);
}

.woocommerce-cart .mini-cart-holder {
  z-index: 0 !important;
}

#checkout-mini-cart .cart-placeholder {
  margin: 15px 0;
  display: block;
  width: 100%;
}

body .woocommerce-message::before {
  color: var(--teal);
}

body .woocommerce-message {
  border-top-color: var(--teal);
}

.woocommerce table.my_account_orders .button {
  text-transform: uppercase;
  margin-right: 5px;
  font-weight: 400 !important;
  padding: 5px 15px !important;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border: 1px solid #fff;
  border-radius: 0;
  border-collapse: collapse;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
  border: 1px solid #fff;
  padding: 15px 20px;
  font-size: 14px;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details th {
  font-weight: 600;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td a {
  color: #fff;
  font-weight: 400;
}

.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td .product-quantity {
  display: none;
}

.woocommerce .woocommerce-order-details {
  margin: 0 0 5px;
}

.woocommerce-MyAccount-content input.disabled,
.lightbox-content input.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

a.resend,
a.resend-all {
  background-color: var(--teal);
  padding: 7px;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: 0.35s ease all;
}

a.resend:hover,
a.resend-all:hover {
  opacity: 0.7;
}

a.resend img,
a.resend-all img {
  max-height: 28px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.resend:not(.whatsapp) img,
a.resend-all:not(.whatsapp) img {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}

.resend-wicodes,
.resend-all-wicodes {
  width: 133px;
}

.current-month-wicode,
.download-all-wicodes h3 {
  margin: 0;
}

.current-month-wicode-wrap {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  margin: -1px 0;
}

.download-all-wicodes {
  padding-top: 10px;
}

#resend-notice {
  position: fixed;
  bottom: 10%;
  left: 50%;
  padding: 10px 20px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Supertoken Forms
--------------------------------------------------------------*/

.lightbox-content .host {
  width: 84px;
  height: 20px;
  margin: auto;
  padding-top: 40px;
}
.lightbox-content .woocommerce-error,
.lightbox-content .woocommerce-message {
  background-color: #eeeeee;
  color: #000000;
}
.lightbox-content .loading {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  float: left;
  margin-right: 8px;
}
.lightbox-content .loading-0 {
  -webkit-animation: bounce 1s infinite;
  -webkit-animation-delay: 0.1s;
  background: var(--red);
}
.lightbox-content .loading-1 {
  -webkit-animation: bounce 1s infinite;
  -webkit-animation-delay: 0.3s;
  background: var(--yellow);
}
.lightbox-content .loading-2 {
  -webkit-animation: bounce 1s infinite ease;
  -webkit-animation-delay: 0.5s;
  background: var(--teal);
}
@-webkit-keyframes bounce {
  0%,
  100% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
}

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

.treatley-form .password-wrap i.fa,
.disabled-wrap i.fa {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.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;
}

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

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

.treatley-form label[for="marketing_opt_in"],
.treatley-form label[for="accepted_terms"],
.treatley-form label[for="accepted_privacy"],
.treatley-form label[for="remember_me"],
.treatley-form p.accepted_terms {
  display: inline-block;
  color: var(--dark-grey);
  font-size: 13px;
  font-weight: 300;
}

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

.treatley-form input[type="email"],
.treatley-form input[type="password"],
.treatley-form input[type="text"],
.treatley-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="text"],
.lightbox[data-lightbox="call-back"] .gform-body input[type="tel"] {
  font-family: "Poppins", sans-serif;
  width: 100%;
  background-color: #f1f1f1;
  outline: none;
  border: none;
  border-radius: 30px;
  padding: 12px 30px;
  color: var(--dark-grey);
  font-size: 14px;
  margin: 5px 0;
  padding-right: 45px;
}

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

.intl-tel-input .flag-container {
  pointer-events: none;
}

.intl-tel-input .selected-flag .iti-arrow {
  display: none;
}

.treatley-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);
}

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

.treatley-form button,
body .lightbox[data-lightbox="call-back"] .gform_wrapper.gravity-theme .gform_footer input {
  font-family: "Poppins", sans-serif;
  background-color: var(--dark-grey);
  border: 1.5px solid var(--dark-grey);
  color: #fff;
  padding: 8px 22px;
  font-size: 14px;
  border-radius: 35px;
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  outline: none;
  text-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
  text-align: center;
  transition: 0.35s ease all;
}
.treatley-form button:disabled {
  cursor: not-allowed;
  background-color: #fff !important;
  border-color: #fff !important;
  color: var(--grey) !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: "Poppins", sans-serif !important;
  background-color: var(--dark-grey) !important;
  border: 1.5px solid var(--dark-grey) !important;
  color: #fff !important;
  padding: 8px 22px !important;
  font-size: 14px !important;
  border-radius: 35px !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;
}

.treatley-form button:hover {
  background-color: #fff;
  border-color: var(--dark-grey);
  color: var(--dark-grey);
}
body .lightbox[data-lightbox="call-back"] .gform_wrapper.gravity-theme .gform_footer input:hover {
  background-color: #fff !important;
  border-color: var(--dark-grey) !important;
  color: var(--dark-grey) !important;
}

span.signup {
  color: var(--dark-grey);
  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(--dark-grey);
  font-size: 12px;
  display: block;
}

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

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

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

.site-footer {
  background-color: var(--dark-grey);
  padding: 50px 0;
  margin-top: 80px;
  border-bottom: 50px solid #000;
}

.site-info > div {
  width: 48%;
}

.site-info .col1 {
  /*width: 49%;*/
  display: inline-block;
  vertical-align: top;
}

.site-info .col1:first-child {
  padding-right: 30px;
}

.site-info .col2 {
  column-count: 2;
  column-gap: 20px;
}

.site-info a:not(.button) {
  display: block;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  font-weight: 200;
  margin-bottom: 3px;
}

.footer-right {
  text-align: right;
}

.footer-right .col1 {
  max-width: 180px;
}

.site-info .footer-bottom {
  width: 100%;
  margin-top: 30px;
}

.site-info .footer-left {
  width: 200px;
}

.site-info .footer-right {
  text-align: left;
  width: calc(100% - 200px);
  padding-left: 30px;
  position: relative;
}

.footer-right .col1 {
  max-width: unset;
  padding-right: 50px !important;
}

.footer-bottom img {
  margin: 0 0 0 auto;
}

.footer-facebook {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 140px;
  display: flex;
  border-radius: 5px;
}

.footer-facebook a,
.footer-facebook img {
  display: block;
}

.footer-facebook a {
  padding: 5px 5px 2px;
  opacity: 0.8;
}

.footer-facebook a:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/
section.error-404 {
  display: block;
  margin: auto 0;
  padding: 40px;
  text-align: center;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

body::after {
  content: "";
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
}

body.mini-cart-lightbox::after {
  display: block;
}

.custom-mini-cart .close {
  position: absolute;
  top: 9px;
  right: 15px;
  cursor: pointer;
}

@media (max-width: 1150px) {
  .steps.guest-steps {
    margin: 42px auto 85px;
  }
  .guest-steps .guest-learn-more.button {
    position: absolute;
    bottom: -65px;
    left: 0;
    right: 0;
    max-width: 143px;
    margin: 0 auto;
  }
  .steps.guest-steps .step:nth-child(3) {
    min-width: unset;
  }
}

@media (max-width: 1080px) {
  .voucher-product .voucher-image {
    height: 210px;
  }
  .voucher-product-row.two-products .voucher-image {
    height: 230px;
  }
  .voucher-product-row.three-products .voucher-image {
    height: 190px;
  }
  .woocommerce-checkout .mini-cart-holder {
    width: 65%;
  }
  .checkout.woocommerce-checkout {
    width: calc(35% - 25px);
    margin-left: 20px;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
  }
}

@media (max-width: 1024px) {
  .logo img {
    max-width: 200px;
  }
  .site-links {
    display: none;
  }
  .role-not-logged-in .site-links {
    display: block;
  }
  .woocommerce-checkout .mini-cart-holder {
    width: 100%;
    margin-bottom: 25px !important;
  }
  .checkout.woocommerce-checkout {
    display: block;
    width: 100%;
    margin-left: 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .custom-mini-cart h2 {
    width: 85px;
    font-size: 15px;
  }
  .custom-mini-cart .vouchers {
    width: calc(95% - 200px);
    padding: 0 20px;
  }
  .custom-mini-cart .button.large {
    width: 123px;
    font-size: 12px !important;
    padding: 8px 15px !important;
  }
  .custom-mini-cart .cart-product-image {
    border-radius: 15px;
  }
}

@media (max-width: 950px) {
  .steps .step-number {
    width: 70px;
    height: 70px;
    font-size: 35px;
    padding: 11px;
  }
  .steps .step-info {
    width: calc(100% - 70px);
    padding-left: 17px;
    padding-top: 5px;
  }
  .role-not-logged-in .steps .step-number {
    width: 60px;
    height: 60px;
    font-size: 28px;
  }
  .role-not-logged-in .steps .step-info {
    width: calc(100% - 60px);
    padding-left: 15px;
  }
  .steps .step-info h2 {
    font-size: 20px;
  }
  .filter-wrap {
    position: fixed;
    width: 230px;
    background-color: var(--dark-grey);
    padding: 20px 25px 25px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    left: -230px;
    z-index: 99;
    margin-top: -35px;
    transition: 0.35s ease all;
  }
  .filter-section.open .filter-wrap {
    left: 0;
  }
  .mobile-filter {
    cursor: pointer;
    display: inline-block;
    background-color: var(--teal);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 4px 10px;
    font-size: 14px;
    position: fixed;
    left: -19px;
    z-index: 99;
    transition: 0.35s ease all;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .filter-section.open .mobile-filter {
    left: 202px;
  }
  .filter-section .mobile-filter .fa-times {
    display: none;
  }
  .filter-section.open .mobile-filter .fa-times {
    display: initial;
  }
  .accordion-item {
    overflow: hidden;
    overflow-y: scroll;
    max-height: 240px;
  }
  .shop-wrap {
    width: 100%;
    padding: 0 10px;
  }
  .woocommerce .products ul,
  .woocommerce ul.products,
  .voucher-wrap {
    grid-template-columns: repeat(auto-fill, calc(33.33% - 10px));
  }
}

@media (max-width: 810px) {
  .voucher-product-row.four-products,
  .voucher-product-row.category-products,
  .related.products .products,
  .voucher-product-row.category-products .voucher-product-row-cat-wrap {
    grid-template-columns: repeat(auto-fill, calc(50% - 12px));
  }
  .voucher-product-row.category-products .voucher-product-row-cat-wrap,
  .related.products .products {
    /*max-height: 1200px;*/
    max-height: unset;
  }
  .voucher-product-row.two-products .voucher-image {
    height: 350px;
  }
  .voucher-product-row.three-products .voucher-image {
    height: 240px;
  }
  .voucher-product-row.four-products .voucher-product {
    margin-bottom: 15px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 300px;
    position: fixed;
    z-index: 99;
    left: -300px;
    background-color: var(--teal);
    transition: 0.35s ease all;
  }
  .woocommerce-MyAccount-navigation.open {
    left: 0;
  }
  .my-account-mobile {
    display: block;
    position: fixed;
    background-color: var(--teal);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 10px;
    left: -15px;
    cursor: pointer;
    margin-top: 40px;
    z-index: 99;
    transition: 0.35s ease all;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .my-account-mobile.open {
    left: 277px;
  }
  .my-account-mobile .fa-times {
    display: none;
  }
  .my-account-mobile.open .fa-times {
    display: initial;
  }
  .woocommerce-MyAccount-content {
    padding: 30px 25px;
  }
  .guest-header {
    padding: 70px 50px;
  }
  .guest-how-it-works .timeline {
    padding: 0 30px;
    margin-bottom: 0;
  }
  .subscription-plans {
    padding: 30px 0 25px;
  }
  .subscription-info {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-bottom: 50px;
  }
  .subscription-info h1,
  .subscription-info p {
    max-width: unset;
  }
  .subscription-options {
    width: 100%;
  }
  .subscription-options > div p {
    width: 100%;
  }
  .home .voucher-value.guest {
    font-size: 24px;
  }
  .testimonials-carousel .slick-prev,
  .testimonials-carousel .slick-next {
    bottom: 55px;
    top: auto;
    left: auto !important;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .testimonials-carousel .slick-prev {
    right: 42px;
  }
  .testimonials-carousel .slick-next {
    right: 0;
  }
  .testimonial {
    margin: 0;
    min-height: unset;
  }
}

@media (max-width: 768px) {
  .woocommerce-product-details__short-description {
    max-width: unset;
  }
  .woocommerce .products ul,
  .woocommerce ul.products,
  .voucher-wrap {
    grid-template-columns: repeat(auto-fill, calc(50% - 8px));
  }
  .woocommerce-orders-table {
      width: 100%;
      border-collapse: collapse;
  }

  .woocommerce-orders-table thead {
      display: none;
  }

  .woocommerce-orders-table tr {
      display: block;
      margin-bottom: 1rem;
      /* background: #fff; */
      border: 1px solid #e1e1e1;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }

  .woocommerce-orders-table td {
      display: flex;
      justify-content: space-between;
      padding: 12px 15px;
      border-bottom: 1px solid #f1f1f1;
      font-size: 14px;
  }

  .woocommerce-orders-table td:last-child {
      border-bottom: none;
  }

  .woocommerce-orders-table td::before {
      content: attr(data-label);
      font-weight: 600;
      color: white;
      flex: 1;
      text-align: left;
  }

  .woocommerce-orders-table td a.button {
      font-size: 13px;
      padding: 6px 10px;
      white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .role-not-logged-in .site-links {
    display: none;
  }
  .role-not-logged-in #coffeerm-button,
  .role-not-logged-in #masthead.scroll #coffeerm-button {
    top: -20px;
  }
  .custom-mini-cart .cart-product,
  .custom-mini-cart .cart-placeholder {
    width: 100%;
  }
  #home-mini-cart .cart-product,
  #home-mini-cart .cart-placeholder {
    width: 48%;
  }
  #home-mini-cart .cart-product-image, 
  #home-mini-cart .placeholder-content {
    border-radius: 15px;
    height: 100px;
  }
  #home-mini-cart {
    padding: 40px 15px 45px;
  }
  #home-mini-cart .product-label {
    /* margin-bottom: 20px;
    text-align: center; */
    display: none;
  }
  #home-mini-cart .placeholder-icon {
    font-size: 20px;
    padding: 9px;
  }
  .steps {
    max-width: 280px;
  }
  .steps.guest-steps {
    max-width: 260px;
  }
  .steps .step {
    width: 100%;
    margin: 10px 0;
  }
  .contact-info {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-form {
    width: 100%;
  }
  .timeline-line,
  .timeline .step-number {
    display: none;
  }
  .timeline .step-image,
  .timeline .step-info {
    width: 47%;
  }
  .timeline-item:nth-child(2n + 2) {
    padding: 35px 0;
  }
  .timeline-item:nth-child(2n + 2) .step-info {
    padding: 10px 0 0;
  }
  #nav-mini-cart h2 {
    display: none;
  }
  #nav-mini-cart .vouchers {
    width: 192px;
    padding: 0;
  }
  #nav-mini-cart .vouchers::before {
    content: "Vouchers";
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin: 0;
    max-width: 40px;
  }
  #nav-mini-cart .cart-product-image > img {
    display: none;
  }
  #nav-mini-cart .cart-product-image {
    height: initial;
  }
  #nav-mini-cart .cart-product {
    width: 35px !important;
    height: 35px;
    /* background-color: var(--teal); */
    border-radius: 50%;
    background-image: url("/wp-content/themes/treatlyco/images/mobile-cart.png");
    background-position: center;
    background-size: contain;
  }
  #nav-mini-cart .cart-product.used {
    /* background-color: var(--red); */
    background-image: url("/wp-content/themes/treatlyco/images/mobile-downloaded.png");
  }
  /* #nav-mini-cart .cart-product::after {
		display: block;
		content: '';
		border-radius: 1px;
		position: absolute;
		left: 26%;
		top: 47%;
		width: 10px;
		height: 20px;
		border: solid #fff;
		border-width: 0 3px 3px 0;
		z-index: 10;
		-webkit-transform: rotate(45deg) translateY(-50%) translateX(-50%);
		-ms-transform: rotate(45deg) translateY(-50%) translateX(-50%);
		transform: rotate(45deg) translateY(-50%) translateX(-50%);
		transition: 0.35s ease all;
	} */
  #nav-mini-cart .cart-placeholder {
    width: 35px;
    height: 35px;
  }
  #nav-mini-cart .placeholder-content {
    height: 35px;
  }
  .custom-mini-cart .placeholder-icon {
    background-color: #fff !important;
    width: 100%;
    height: 100%;
    padding: 0;
    color: grey;
    font-size: 25px;
  }
  .custom-mini-cart .button.large {
    width: 102px;
    font-size: 12px !important;
    padding: 8px 10px !important;
    letter-spacing: 1px;
  }
  body:not(.home) .mini-cart-holder.close {
    margin-top: -76px !important;
  }
  body:not(.mini-cart-close) #primary {
    margin-top: 215px;
  }
  #primary,
  body.mini-cart-close #primary,
  body.woocommerce-cart #primary,
  body.woocommerce-checkout #primary,
  body.role-subscriber #primary,
  body.role-not-logged-in #primary,
  body.home #primary,
  body.home.role-subscriber #primary,
  body.home.role-not-logged-in #primary {
    margin-top: 135px;
  }
  .lightbox[data-lightbox="order-success"] .buttons {
    width: 100%;
  }
  .lightbox[data-lightbox="order-success"] .success {
    width: 100%;
    border-right: 0px;
  }
  .shop-wrap .button.back-to-top {
    bottom: -50px;
    left: 0;
    margin: 0 auto;
  }
  .site-info .footer-left {
    width: 100%;
    text-align: center;
    margin: 0 auto 25px;
    max-width: 300px;
  }
  .site-info .footer-right {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }
  .footer-right .col1 {
    padding: 0 20px !important;
  }
  .footer-bottom img {
    margin: 0 0 0 auto;
  }

  .footer-facebook {
    position: static;
    margin: 20px auto 0;
  }
  .footer-facebook a {
    padding-bottom: 5px;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 23px;
  }
  .voucher-product-row.two-products .voucher-image {
    height: 250px;
  }
  /*.voucher-product-row.three-products {
		grid-template-columns: repeat(auto-fill, 100%);
	}*/
  #checkout-mini-cart {
    padding: 35px 35px 25px;
  }
  #checkout-mini-cart .product-label,
  .checkout-cart-header span:nth-child(2) {
    display: none;
  }
  #checkout-mini-cart .product-desc,
  .checkout-cart-header span:nth-child(3) {
    width: calc(100% - 225px);
  }
  .timeline .step-image,
  .timeline .step-info {
    width: 100%;
  }
  .timeline .step-info {
    margin-top: 30px;
    text-align: center;
  }
  .timeline .step-info p,
  .timeline .step-info ol {
    margin-left: auto;
    margin-right: auto;
  }
  .timeline-item:nth-child(2n + 2) .step-image {
    order: 1;
  }
  .timeline-item:nth-child(2n + 2) .step-info {
    order: 2;
    text-align: center;
    padding: 0;
  }
  .timeline-item {
    padding: 15px 0 !important;
  }
  .timeline .step-info ol {
    list-style-position: inside;
  }
  .timeline {
    padding-bottom: 30px;
  }
  .how-it-works-blurb {
    margin: 45px auto 35px;
  }
  .site-footer {
    margin-top: 60px;
  }
  .communication-preference {
    width: 100%;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100%;
  }
  .guest-header {
    padding: 65px 35px;
  }
  .subscription-options > div {
    padding: 35px 20px;
    margin: 10px 0;
    width: 100%;
  }
  .button.back-to-top.guest {
    font-size: 15px !important;
    max-width: 200px;
    margin-top: -30px;
  }
}

@media (max-width: 639px) {
  #primary,
  body.mini-cart-close #primary,
  body:not(.mini-cart-close) #primary,
  body.woocommerce-cart #primary,
  body.woocommerce-checkout #primary,
  body.role-subscriber #primary,
  body.role-not-logged-in #primary,
  body.home #primary,
  body.home.role-subscriber #primary,
  body.home.role-not-logged-in #primary {
    margin-top: 170px;
  }
  body.role-not-logged-in #primary {
    margin-top: 120px !important;
  }
  .custom-mini-cart:not(#checkout-mini-cart) .cart-product {
    cursor: pointer;
    position: relative;
  }
  .custom-mini-cart .cart-product .product-overlay {
    display: none;
    position: fixed;
    width: 275px;
    height: 170px;
    top: 50%;
    border-radius: 20px;
    left: 50%;
    z-index: 999;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .cart-product.open .product-overlay {
    opacity: 1;
  }
  .custom-mini-cart .cart-product.open:nth-child(1) .product-overlay {
    background: rgba(224, 40, 38, 1);
  }
  .custom-mini-cart .cart-product.open:nth-child(2) .product-overlay {
    background: rgba(231, 168, 34, 1);
  }
  .custom-mini-cart .cart-product.open:nth-child(3) .product-overlay {
    background: rgba(14, 138, 137, 1);
  }
  .custom-mini-cart .close {
    display: block !important;
  }
  .voucher-product.issued-this-month::before,
  .single-product.issued-this-month .woocommerce-product-gallery__image::before {
    width: 30px;
    height: 30px;
  }
  .bottom-nav {
    border-top: 40px solid var(--grey);
  }
  .role-not-logged-in .bottom-nav {
    border-top: none;
  }
  .nav-right {
    position: static;
  }
  .gift-card-timer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 9px 20px;
  }
  .gift-card-timer span {
    display: inline-block !important;
    font-size: 12px !important;
    margin-right: 8px;
  }
  #countdown {
    font-size: 17px;
    display: inline-block;
  }
  #masthead.scroll .gift-card-timer {
    top: -60px;
  }
  #masthead.scroll .bottom-nav {
    border-top: 0;
  }
  body:not(.home) .mini-cart-holder {
    position: fixed;
    top: calc(100% - 76px);
    width: 100%;
  }
  body:not(.home) .cky-revisit-bottom-left {
    bottom: 90px !important;
  }
  .max-width {
    padding: 0 20px;
  }
  a.forgot-password {
    position: relative;
    right: unset;
    bottom: unset;
  }
  #masthead.scroll .bottom-nav .logo img {
    max-width: 160px;
  }
  #coffeerm-button {
    top: 64px;
    right: 17px;
  }
  .role-not-logged-in #coffeerm-button {
    top: 25px;
  }
  #masthead.scroll #coffeerm-button {
    top: 7px;
  }
  .voucher-product-row.two-products,
  .voucher-product-row.three-products,
  .voucher-product-row.four-products,
  .voucher-product-row.category-products,
  .related.products .products,
  .voucher-product-row.category-products .voucher-product-row-cat-wrap {
    /*grid-template-columns: repeat(auto-fill, 100%);*/
    grid-template-columns: repeat(auto-fill, calc(50% - 8px));
    grid-gap: 15px;
  }
  .voucher-product-row.three-products .voucher-product:last-child {
    display: none;
  }
  .voucher-product .voucher-image {
    /*height: 225px !important;*/
    height: 120px !important;
    border-radius: 15px;
  }
  .voucher-info {
    margin: 20px 0 0;
    position: relative;
  }
  .custom-toggle-cart {
    font-size: 20px;
    width: 25px;
    height: 25px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 5px;
  }
  .voucher-details {
    width: 100%;
  }
  .voucher-brand-name {
    font-size: 11px;
  }
  .voucher-value {
    /*font-size: 25px;*/
    font-size: 22px;
    margin-top: 2px;
  }
  .voucher-product-row {
    margin: 30px 0;
  }
  .voucher-product-row.category-products,
  .related.products {
    border-radius: 0;
    width: calc(100% + 40px);
    left: -20px;
    margin-bottom: 45px;
  }
  .voucher-product-row.category-products .voucher-product-row-cat-wrap,
  .related.products .products {
    /*max-height: 630px;*/
    max-height: unset;
    padding: 30px 20px;
  }
  .voucher-cat-header,
  .related.products .voucher-cat-header {
    padding: 18px 20px;
  }
  .voucher-product-overlay .button {
    font-size: 11px !important;
    padding: 8px 10px !important;
  }
  .custom-mini-cart > em {
    font-size: 12px;
  }
  .site-info > div {
    width: 100%;
    text-align: center;
  }
  .footer-left {
    margin-bottom: 25px;
  }
  .site-info .footer-left .col1:first-child {
    padding-right: 0;
  }
  .footer-right::before {
    content: "Quick Links";
    display: block;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .site-info .footer-bottom {
    display: block;
  }
  .footer-bottom img {
    margin: 20px auto 0;
  }
  .tabs .ui-tabs-nav .ui-tabs-tab {
    width: 100%;
    padding: 20px 15px;
    margin: 5px 0;
  }
  #checkout-mini-cart .cart-product-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #checkout-mini-cart .product-desc {
    width: calc(100% - 25px);
  }
  .checkout-cart-header span:nth-child(3),
  .checkout-cart-header span:nth-child(4) {
    display: none;
  }
  #checkout-mini-cart .placeholder-content {
    padding: 20px;
  }
  .brand-logo-wrapper {
    width: 100px;
    height: 82px;
  }
  .brand-logo-wrapper .brand-logo {
    padding: 8px;
    max-height: 82px;
  }
  /*.woocommerce .products ul, 
	.woocommerce ul.products, 
	.voucher-wrap {
		grid-template-columns: repeat(auto-fill, 100%);
	}
	.product-count-display {
		display: block;
		width: 100%;
	  	padding-top: 0;
	  	text-align: center;
	}
	.products-filters {
		display: block;
		width: 100%;
		text-align: center;
	}*/
  .lightbox-wrapper {
    padding: 40px 30px;
  }
  .treatley-form input.half-width {
    width: 100%;
  }
  .treatley-form .password-wrap.half-width,
  .treatley-form .disabled-wrap.half-width {
    width: 100%;
    display: block;
  }
  .treatley-form label[for="marketing_opt_in"],
  .treatley-form label[for="accepted_terms"],
  .treatley-form label[for="accepted_privacy"],
  .treatley-form label[for="remember_me"],
  .treatley-form p.accepted_terms {
    font-size: 11px;
  }
  .footer-right .col1 {
    padding: 0 !important;
    width: 100%;
  }
  .guest-header {
    min-height: 350px;
    padding: 40px 30px;
  }
  .guest-header h1 {
    font-size: 28px;
  }
  .guest-header h2 {
    font-size: 22px;
  }
  .guest-header .button {
    font-size: 16px !important;
    padding: 9px 25px !important;
  }
  .guest-how-it-works {
    padding-bottom: 42px;
    margin-bottom: 30px;
  }
  .guest-how-it-works .guest-learn-more.button {
    right: 20px;
    font-size: 0 !important;
    padding: 10px 6px !important;
    width: 20px;
    text-align: center;
    width: 27px;
  }
  .guest-how-it-works .guest-learn-more.button img {
    margin: 0;
  }
  .guest-how-it-works .button.large {
    font-size: 17px !important;
  }
  .guest-product-ctas .button.large {
    font-size: 15px !important;
  }
  .testimonial {
    padding: 40px 30px 60px;
  }
  .testimonial span {
    bottom: 35px;
  }
  .voucher-product-row.category-products ~ .voucher-product-row {
    display: none;
  }
}

@media (max-width: 420px) {
  .products-filters p {
    margin: 0 6px;
    font-size: 13px;
  }
  #products-per-page {
    margin-right: 2px;
  }
}
