/*!
Theme Name: Unilite 2021
Theme URI: http://underscores.me/
Author: Nathan Briggs
Author URI: https://unilite.co.uk
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unilite21
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Unilite 2021 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: metropolis, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
  overflow-x: hidden;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: inherit;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* LOAD FONTS */

@font-face {
  font-family: "metropolis";
  src: url("fonts/metropolis-light-webfont.woff2") format("woff2"),
    url("fonts/metropolis-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "metropolis";
  src: url("fonts/metropolis-semibold-webfont.woff2") format("woff2"),
    url("fonts/metropolis-semibold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "evogria";
  src: url("fonts/evogria_italic-webfont.woff2") format("woff2"),
    url("fonts/evogria_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "evogria";
  src: url("fonts/evogria-webfont.woff2") format("woff2"),
    url("fonts/evogria-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* COMMON */

#wpadminbar {
  display: none;
}

html,
body {
  font-family: metropolis;
  font-size: 14px;
  overflow-x: hidden;
}
.row-cap {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.row-height-margin {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.row-massive-margin {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.row-bigger-pad {
  padding: 4rem;
}
.row-big-pad {
  padding: 2rem;
}
.row-pad {
  padding: 1rem;
}
.row-half-pad {
  padding: 0.5rem;
}
.small-side-margin {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.text-small-short {
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.text-small {
  font-size: 0.8rem;
}
.text-spacing {
  letter-spacing: 2px;
}
.text-caps {
  text-transform: uppercase;
}
.top-sub-title {
  font-size: 0.8rem;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.top-title {
  font-size: 2rem;
  font-family: evogria;
  font-style: italic;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
}
.bottom-title {
  font-size: 1.5rem;
  font-family: evogria;
  font-style: italic;
  letter-spacing: 2px;
  color: #000;
}
.container-fluid-full {
  padding-left: 0px;
  padding-right: 0px;
}
.container-fluid-full .row {
  margin-left: 0px;
  margin-right: 0px;
}
.sticky-col {
  position: sticky;
  display: flex;
  flex-direction: column;
  top: 0px;
}
.pad-kill {
  padding: 0rem;
}

hr {
  background-color: #000;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  margin: 0;
}
button,
.button {
  border: 1px solid #000 !important;
  color: #000 !important;
  background-color: transparent !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  border-radius: 3px !important;
  padding: 0.8rem !important;
  padding-left: 1.2rem !important;
  padding-right: 1.2rem !important;
  font-size: 0.8rem !important;
  line-height: 1rem !important;
  text-decoration: none !important;
  transition: all 0.3s !important;
  font-weight: 100 !important;
  cursor: pointer !important;
  text-align: center !important;
}
button:hover,
.button:hover {
  border: 1px solid #000 !important;
  color: #fff !important;
  background-color: #000 !important;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 3px;
  padding: 0.5rem;
  text-align: center;
  background-color: transparent;
  margin: 0.8rem;
  width: 100%;
}
.wpcf7 .ajax-loader {
  display: none;
}
.card-columns {
  column-count: 3;
}
.ep-autosuggest ul {
  list-style: unset;
  margin: 0;
  padding: 0;
}
.built-tough {
  background-image: url("/wp-content/themes/unilite21/image/build_tough_bg.svg");
  background-size: 100%;
  opacity: 0.99;
}
.desk-kill {
  display: none !important;
}

/* WOOCOMMERCE UPDATES */

.prod-cat-container {
  padding: 1rem;
}

.woocommerce .woocommerce-breadcrumb {
  color: #000;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #000;
  text-decoration: none;
}
.facetwp-facet {
  margin: 0 !important;
  display: inline-block;
}
.facetwp-sort {
  display: inline-block;
}
.category-description {
  border: 1px solid #000;
}
.category-description p {
  margin: 0;
}
.loop-content {
  margin-top: 1rem;
  text-align: center;
}
.loop-content h2 {
  font-size: 1.2rem;
  text-transform: uppercase;
  line-height: 1rem;
  margin: 0;
  letter-spacing: 2px;
  font-weight: bold;
}
.loop-content .price {
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  line-height: 0.8rem !important;
  margin: 0 !important;
  color: #000 !important;
  font-weight: bold;
}
.loop-thumbnail {
  width: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s;
}
.loop-thumbnail img {
  transition: all 0.3s;
  width: 100%;
}
.loop-thumbnail:hover img {
  transform: scale(1.2);
  filter: blur(3px) saturate(70%);
}
a.woocommerce-loop-product__link {
  display: block;
}
.woocommerce-loop-product__sub_title {
  font-size: 1rem;
  text-transform: uppercase;
  line-height: 1rem;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.added_to_cart {
  display: none;
}
.add_to_cart_button {
  position: absolute !important;
  z-index: 2;
  background-color: #000 !important;
  color: #fff !important;
  top: 50% !important;
  left: 50% !important;
  width: fit-content !important;
  transform: translate(-50%, 700%) !important;
  transition: all 0.3s;
  font-size: 0.7rem !important;
  padding: 0.7rem !important;
}
.loop-thumbnail .button {
  display: none !important;
}
.loop-thumbnail .add_to_cart_button {
  display: block !important;
}
.loop-thumbnail:hover .add_to_cart_button {
  transform: translate(-50%, -50%) !important;
  top: 50% !important;
  left: 50% !important;
  position: absolute !important;
  font-size: 0.7rem !important;
  padding: 0.7rem !important;
  display: block !important;
}
.add_to_cart_button:hover {
  background-color: #e8ff29 !important;
  border: 1px solid #e8ff29 !important;
  color: #000 !important;
}
.woocommerce span.onsale {
  min-height: 0rem;
  min-width: 0rem;
  padding: 0.5rem;
  font-weight: 100;
  position: absolute;
  text-align: center;
  line-height: 1rem;
  top: 0rem;
  left: 0rem;
  margin: 0;
  border-radius: 0;
  background-color: #e8ff29;
  color: #000;
  font-size: 1rem;
  text-transform: uppercase;
  font-family: "evogria";
  letter-spacing: 2px;
  font-style: italic;
}
.outofstock .loop-thumbnail a.button {
  display: none;
}
.added_to_cart {
  display: none !important;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}
.product-summary-container {
  background-color: #000;
  color: #fff;
  padding: 2rem;
  text-align: center;
}
.master-product-container {
  background-color: #000;
}
.upsells {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.woocommerce div.product form.cart div.quantity {
  display: none !important;
}
.variations_button .quantity {
  display: none !important;
}
.reset_variations {
  display: none !important;
}
.woocommerce div.product form.cart .variations td.label {
  border-left: 1px solid #303030;
}
.woocommerce div.product form.cart .variations {
  margin: 0;
  width: 100%;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  margin-bottom: 2rem;
  padding: 1rem;
}
.woocommerce div.product form.cart .variations label {
  margin: 0;
  font-weight: 100;
  text-transform: uppercase;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  vertical-align: middle;
  line-height: 1rem;
  margin: 0rem;
}

.woocommerce div.product form.cart .variations select {
  width: 100%;
  padding: 0.5rem;
  background-color: #000;
  border: 0px;
  color: #e8ff29;
  text-transform: uppercase;
  border-left: 1px solid #303030;
  border-right: 1px solid #303030;
}
.woocommerce-message {
  border-top: none !important;
  background-color: #111111;
  margin: 0;
  padding: 1rem;
  color: #fff;
  text-align: center;
}
.woocommerce-message a {
  display: none !important;
}
.woocommerce-message::before {
  display: none !important;
}
.product-data-tabs {
  text-align: left;
}
.product-data-tabs .data-tab-title:first-of-type {
  border-top: 1px solid #303030;
}
.data-tab-title {
  padding: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  border-bottom: 1px solid #303030;
  cursor: pointer;
  font-size: 0.8rem;
}
.data-tab-content-inner {
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #fff;
}
.data-tab-content-inner h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-family: evogria;
  color: #e8ff29;
  font-style: italic;
  letter-spacing: 2px;
}
.data-tab-title[aria-expanded="true"]:before {
  content: "✕";
  color: #e8ff29;
  text-align: center;
  position: absolute;
  right: 3rem;
  transform: translateX(-50%);
}
.data-tab-title[aria-expanded="false"]:before {
  content: "＋";
  color: #e8ff29;
  text-align: center;
  position: absolute;
  right: 3rem;
  transform: translateX(-50%);
}
.data-tab-content-inner p {
  margin: 0rem;
}
.woocommerce table.shop_attributes {
  margin-bottom: 0rem;
}
.woocommerce-page div.product div.bundled_product_images,
.woocommerce-page #content div.product div.bundled_product_images,
.woocommerce div.product div.bundled_product_images,
.woocommerce #content div.product div.bundled_product_images {
  width: 10% !important;
}
div.bundled_product_summary:not(.thumbnail_hidden) .details {
  width: 90% !important;
}
.woocommerce div.product form.cart .button {
  float: none !important;
}
.woocommerce button.button {
  color: #000 !important;
  border: 1px solid #e8ff29 !important;
  background-color: #e8ff29 !important;
}
.woocommerce button.button:hover {
  color: #fff !important;
  border: 1px solid #000 !important;
  transition: all 0.3s;
  background-color: #000 !important;
}

.product-summary-container h1 {
  font-family: evogria;
  font-size: 3rem;
  letter-spacing: 2px;
  font-style: italic;
}
.product_subtitle {
  display: block;
  color: #e8ff29;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-family: metropolis;
  font-style: normal;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #fff;
  font-weight: 100;
  font-size: 1.3rem;
}
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  opacity: 1;
  color: #e8ff29;
}
.prod-cat-container span.price del {
  color: #000 !important;
}
.stock {
  display: none;
}

.bundle_form.bundle_sells_form {
  margin-bottom: 2rem !important;
  text-align: left;
  border-top: 1px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  padding: 1rem !important;
}
.bundled_product_summary .bundled_product_title a.bundled_product_permalink {
  display: none !important;
}
.bundled_product_title {
  margin: 0rem;
  font-size: 1rem;
  font-family: evogria;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
.bundled_product_excerpt {
  display: none;
}
div.bundled_product_summary,
.woocommerce div.product.bundled_product_summary {
  padding: 0rem !important;
  margin: 0rem !important;
  border: 1px solid #303030 !important;
  border-top: none !important;
}
.bundle_data {
  margin-top: 2rem;
}
.bundle_error {
  display: none !important;
}
div.bundled_product_summary:not(.thumbnail_hidden) .details {
  padding: 1rem !important;
}
.bundle_form div.product.bundled_product_summary:first-of-type {
  border-top: 1px solid #303030 !important;
}
.bundle_form table.variations .required {
  display: none !important;
}
.bundle_form .variations td.label,
.bundle_form .variations select {
  border: none !important;
  text-align: center;
  text-align-last: center;
}
.woocommerce-product-gallery__trigger {
  display: none;
}
.woocommerce div.product div.images {
  margin: 0;
}
.woocommerce_gc_giftcard_form input,
.woocommerce_gc_giftcard_form textarea {
  border: 1px solid #303030;
  margin: 0rem !important;
  color: #fff !important;
}
.wsc-attribute-info {
  display: none !important;
}
.woocommerce-additional-fields:empty {
  display: none !important;
}
dl.variation {
  padding: 5px;
}
#wcpay-payment-request-wrapper {
  width: 155px;
  margin-left: auto;
  margin-right: auto;
}
a.manual_download {
  color: #fff !important;
  text-transform: uppercase;
  text-decoration: none;
}
.prod-specs {
  color: #fff;
  font-size: 1rem;
  padding: 0px;
}
.prod-specs h3 {
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
  color: #e8ff29;
}
.prod-specs .col-6 {
  padding: 0px;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0px;
}
.comment_container img {
  display: none !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0px !important;
  border: 1px solid #202020;
}
.comment-text .meta {
  color: #e8ff29 !important;
}
#comment {
  color: #fff;
  border: 1px solid #fff;
  margin: 0rem !important;
}

/* NAVIGATION */

.header_slider a {
  color: #e6ff29;
}

.navigation-container {
  background-color: #000;
  color: #fff;
  border-top: 1px solid #303030;
}
.navigation-logo-container {
  display: flex;
  justify-content: center;
  align-content: center;
}
.navigation-logo-container a {
  display: flex;
}
.site-message-container {
  background-color: #0f0f0f;
  color: #fff;
}
ul.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.nav-list li {
  display: inline-block;
  padding: 0.5rem;
  cursor: pointer;
  transition: all 0.3s;
}
ul.nav-list li a {
  color: #fff;
  text-decoration: none;
}
ul.nav-list li:hover,
ul.nav-list li a:hover {
  color: #e6ff29;
}
.navigation-icon {
  cursor: pointer;
  transition: all 0.3s;
}
.navigation-icon:hover {
  transform: scale(1.1);
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 50px;
}
.woocommerce div.product div.images .flex-control-thumbs {
  position: absolute;
  top: 2rem;
  left: 2rem;
  width: 50px;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 0rem;
}
.single_add_to_cart_button:after {
  display: none !important;
}
.search-form .search-submit {
  display: none;
}
.search-field {
  color: #fff !important;
}

/* MOBILE MENU */

.mobile-menu-container {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #000;
  color: #fff;
  max-width: 500px;
  overflow-y: scroll;
}
.mobile-menu-container-inner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  flex-direction: column;
}
.mobile-menu-header {
  border-bottom: 1px solid #303030;
}
.mobile-menu-item-top {
  border-top: 1px solid #303030;
  color: #e6ff29;
}
.mobile-menu-item {
  border-bottom: 1px solid #303030;
  cursor: pointer;
}
.mobile-menu-sub-item {
  border-bottom: 1px solid #303030;
  background-color: #0c0c0c;
  margin-left: -15px;
  margin-right: -15px;
}
.mobile-menu-sub-item .col-12 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 1px solid #303030;
  padding-left: 75px;
}
.mobile-menu-sub-item .col-12 a,
.mobile-menu-item .col-12 a {
  color: #fff;
  text-decoration: none;
  transform: all 0.3s;
}
.mobile-menu-sub-item .col-12 a:hover,
.mobile-menu-item .col-12 a:hover {
  color: #e8ff29;
}
.menu_signup input {
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  border-color: #333333 !important;
  padding-left: 0px !important;
}
.footer_poet_submit input {
  font-size: 22px !important;
  padding: 0px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.small_width.bundle_form
  div.bundled_product_summary
  .bundled_product_images
  img,
.small_width.composite_form
  .bundle_form
  div.bundled_product_summary
  .bundled_product_images
  img {
  margin-bottom: 0rem !important;
}

/* FOOTER */

footer {
  background-color: #000;
  color: #fff;
}
.footer-title {
  font-family: evogria;
  font-style: italic;
  font-size: 1.5rem;
  color: #e8ff29;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}
a.footer-link {
  display: block;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 2rem;
  letter-spacing: 3px;
  text-decoration: none;
  transition: all 0.3s;
}
a.footer-link:hover {
  color: #e8ff29 !important;
}
a.footer-link-legals {
  display: inline-block;
  color: #e8ff29 !important;
  text-decoration: none;
  transition: all 0.3s;
}
a.footer-link-legals:hover {
  color: #fff !important;
}
.footer-contact-title {
  color: #e2ff29;
}
.footer-contact a {
  color: #fff;
}

.footer-contact-hr {
  width: 30px;
  margin: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer-social-icon {
  display: inline-block;
  transition: all 0.3s;
  margin-right: 0.5rem;
}
.footer-social-icon:hover {
  transform: scale(1.1);
}
.footer-social-icon img {
  height: 13px;
  width: auto;
}
.footer-mobile-content-container {
  margin-left: -30px;
}
.footer-instagram-background {
  background-image: url("/wp-content/themes/unilite21/image/ig_bg.jpg");
  background-size: cover;
  background-position: center;
}
.footer-tough {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cta-button.footer-instagram-button {
  position: absolute !important;
  bottom: 10% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  line-height: 1rem !important;
}
.footer-mail-container {
  background-color: #111;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 0.5rem;
}
.footer-margin-fix {
  padding-top: 3rem;
}
#mailpoet_form_4 {
  width: auto !important;
  display: inline-block;
}
#mailpoet_form_4 .mailpoet_form_column:not(:first-child) {
  margin-left: 0px !important;
}
.foot-rules-fix {
  margin-left: -30px;
}
.mailpoet_text {
  font-family: Metropolis, sans-serif !important;
  font-weight: 100 !important;
  color: #fff !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.footer_signup_message {
  display: inline-block;
}

/* SMART CART */

.prod_essential .quantity {
  margin-left: 1rem;
}
.cart .quantity .qty {
  background-color: #000;
  color: #fff;
  width: 50px;
  margin-left: 0px;
  border: 1px solid #fff;
  padding: 0.3rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.prod_essential .cart button {
  border: 1px solid #fff !important;
  margin-bottom: 1rem;
}
.popup-cart-content-overlay.active .popup-cart-content {
  background-color: #000;
  color: #fff;
}
.popup-cart-content-overlay .popup-cart-content .close-popup-cart {
  color: #fff;
  background-color: #000;
  font-size: 1.4rem;
  z-index: 99;
}
.popup-cart-content-overlay .popup-cart-content .close-popup-cart {
  color: #fff !important;
}

.cart-prd-price .woocommerce-Price-amount,
#woocommerce-smart-cart-subtotal .woocommerce-Price-amount {
  color: #e8ff29;
  font-size: 0.8rem;
  line-height: 0.8rem;
  margin-bottom: 25px;
  display: block;
}
#woocommerce-smart-cart-subtotal .woocommerce-Price-amount {
  margin: 0;
}
#popup-cart-info h3 {
  font-family: evogria;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row .cart-prd-desc p {
  line-height: 0.8rem;
}
.popup-cart-content-overlay .popup-cart-content .close-popup-cart:before {
  content: "x";
  font-family: Metropolis Light, sans-serif;
  font-weight: 100;
}

.woocommerce-smart-cart-button {
  border: 1px solid #e8ff29 !important;
  padding: 0.5rem;
  background-color: #e8ff29 !important;
  color: #000 !important;
  border-radius: 0;
  margin-top: 0rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  font-size: 0.8rem;
  float: left;
  font-weight: 100;
  font-family: Metropolis Light, sans-serif;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.add_to_cart_inline .woocommerce-Price-amount.amount {
  color: #e8ff29;
  font-size: 0.8rem;
  line-height: 0.8rem;
  font-weight: 100;
  margin-bottom: 5px;
  display: block;
}

.cart-prd-desc .add_to_cart_inline .add_to_cart_button {
  float: none;
  font-size: 0.7rem;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 1rem;
  display: -webkit-inline-box;
  padding: 5px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: metropolis;
  line-height: 0.7rem;
}
.popup-cart-content-overlay .popup-cart-content .close-popup-cart {
  position: absolute;
  top: 6px;
  right: 9px;
  left: auto;
}
.woocommerce-smart-cart-quantity,
.woocommerce-smart-cart-add-related-product {
  position: absolute;
  bottom: 10px;
}
.woocommerce-smart-cart-button:hover {
  color: #e8ff29 !important;
  background-color: #000 !important;
}
.wsc-below-checkout-button {
  text-align: left !important;
  padding-top: 5px;
  font-size: 0.8rem;
}

.prod_essential .cart button {
  margin-top: 1rem;
}
.prod_single_main .card-body h3 {
  font-size: 0.7rem;
  margin-bottom: 0.2rem;
  color: #e8ff29;
}
.product_sub_title {
  font-family: Metropolis Light, sans-serif;
  letter-spacing: 5px;
  font-size: 1rem;
  margin-top: 0.6rem;
  font-weight: 100;
}
.prod_essential .cart button {
  background-color: #e8ff29;
  color: #000;
  cursor: pointer;
  font-family: Metropolis Light, sans-serif;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  font-weight: 100;
  border: 1px solid #e8ff29 !important;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.prod_essential .cart button:hover {
  background-color: #000;
  color: #e8ff29;
}
.prod_single_main .card .btn-link {
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.prod_essential .woocommerce-product-details__short-description h2 p {
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 100;
  letter-spacing: 1px;
}
.basket_pop_title_con {
  padding: 0rem;
  font-size: 1rem;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  padding-bottom: 1rem;
  font-family: Metropolis Light, sans-serif;
}

.woocommerce-smart-cart-item-info {
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.popup-cart-content-overlay
  .popup-cart-content
  .cart-prd-row
  .woocommerce-smart-cart-remove-cart-item:before {
  content: "x";
  font-family: Metropolis Light, sans-serif;
  font-size: 0.9rem;
  font-weight: 100;
  color: #fff;
}
.popup-cart-content-overlay
  .popup-cart-content
  .cart-prd-row
  .woocommerce-smart-cart-remove-cart-item {
  left: 0px !important;
}
.woocommerce-smart-cart-quantity input[type="text"],
.woocommerce-smart-cart-add-related-product input[type="text"] {
  background: 0 0;
  background-color: #000;
  color: #fff;
  font-size: 0.7rem !important;
  width: 20px !important;
  border-top: 1px solid #222 !important;
  border-bottom: 1px solid #222 !important;
  border-radius: 0px;
  margin: 0rem;
}
.woocommerce-smart-cart-button,
.woocommerce-smart-cart-quantity input[type="button"] {
  border-color: #222 !important;
}
.woocommerce-smart-cart-calculation .woocommerce-smart-cart-calculation-amt {
  font-size: 0.8rem;
  font-family: Metropolis Light, sans-serif;
  letter-spacing: 1px;
  font-weight: 100;
  margin-bottom: 1rem;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row {
  border-top: 1px solid #222;
  padding-top: 0px;
  padding-bottom: 0px;
}
.popup-cart-content-overlay .popup-cart-content .cart-prd-row:last-of-type {
  border-bottom: 1px solid #222;
}
.prod_single_main .show {
  border-top: 1px solid #222;
}
.prod_single_main .card {
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
}
.prod_single_main .card:first-of-type {
  border-top: 1px solid #222;
}
#woocommerce-smart-cart-subtotal,
#woocommerce-smart-cart-shipping,
#woocommerce-smart-cart-total {
  font-weight: 100 !important;
  color: #e8ff29 !important;
}
#woocommerce-smart-cart-subtotal small,
#woocommerce-smart-cart-shipping small,
#woocommerce-smart-cart-total small {
  font-size: 100% !important;
}
#woocommerce-smart-cart-subtotal {
  display: none !important;
}

@media (max-width: 996px) {
  .prod_single_main {
    text-align: center;
  }
  .prod_single_main .card-body {
    text-align: left;
  }

  .prod_essential .woocommerce-product-details__short-description {
    font-size: 0.8rem;
    letter-spacing: 2px;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 1rem;
    margin-bottom: 1rem;
    display: none;
  }
  .prod_essential .woocommerce-product-details__short-description p {
    margin: 0;
  }
  .site-content {
    padding-top: 6.8rem;
  }
}
@media screen and (min-width: 768px) {
  .popup-cart-content-overlay
    .popup-cart-content
    .cart-prd-row
    .cart-prd-thumb {
    width: 30%;
  }
  .popup-cart-content-overlay
    .popup-cart-content
    .cart-prd-row
    .cart-prd-thumb
    img {
    width: 100%;
  }
}
div.wc-braintree-product-gateways-container {
  display: none;
}
.woocommerce-smart-cart-item-loader,
.woocommerce-smart-cart-loader {
  background-color: transparent !important;
}

/* KNOWLEDGE BASE */

.facetwp-radio {
  background-image: none !important;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #000;
  margin: 0.5rem;
  padding: 0.5rem;
  padding-left: 0.8rem !important;
  padding-right: 0.8rem;
  transition: all 0.3s;
}
.facetwp-radio.checked {
  background-color: #000 !important;
  color: #fff;
}
.knowledge_list {
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
  border-bottom: 1px solid #f9f9f9;
}
.knowledge_list h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.2rem;
}
.knowledge_list h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
}
.knowledge_list h2 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1rem;
}

/* CONTACT */

.contact-section h2 {
  font-size: 1.2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-section a {
  color: #000;
  text-decoration: none;
}

/* NEWS */

.card {
  border-radius: 0px;
  border: 1px solid #000;
}
.card-columns .wp-post-image {
  width: 100%;
}

.blog-icon {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
}
.instagram-blog-container .card-body h2,
.news-blog-container .card-body h2,
.youtube-blog-container .card-body h2 {
  font-size: 1rem;
  font-family: evogria;
  letter-spacing: 2px;
  font-style: italic;
}
.instagram-blog-container .card-body p,
.news-blog-container .card-body p,
.youtube-blog-container .card-body p {
  margin-bottom: 0rem;
}

.youtube-blog-container a {
  display: block;
  position: relative;
}
.card-image-zoom {
  overflow: hidden;
}
.card-image-zoom a img {
  transition: all 0.3s;
}

.card-image-zoom:hover a img {
  transform: scale(1.1);
  filter: blur(2px) saturate(70%);
}
.jetpack-video-wrapper > .wp-video,
.jetpack-video-wrapper > embed,
.jetpack-video-wrapper > iframe,
.jetpack-video-wrapper > object {
  width: 100% !important;
  height: 417px !important;
}
.read-time {
  border: 1px solid #000;
  padding: 0.5rem;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  font-size: 0.8rem;
  line-height: 0.8rem;
  display: inline-block;
  text-transform: uppercase;
}
.further-reading a {
  color: #000;
  text-decoration: none;
}
.further-reading {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.further-reading h3 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
.blog_slide_ind,
.blog_slide_ind img {
  width: 100% !important;
}
.job_title {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* Desktop */
@media (max-width: 1599.98px) {
  .card-columns {
    column-count: 3;
  }
}

/* 	HOME */

.cta-section {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
  position: relative;
}
.cta-row {
  padding-top: 20vh;
  padding-bottom: 20vh;
  color: #e8ff29;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.cta-section img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.cta-section-alt {
  position: relative;
}
.cta-section-alt img {
  width: 100%;
}
.cta-content {
  position: absolute;
  bottom: 2rem;
  transform: translateX(-50%);
  left: 50%;
  width: 90%;
  text-align: center;
  color: #fff;
}
.cta-content h2,
.cta-content h1 {
  font-family: "evogria";
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 0rem;
  text-transform: uppercase;
}
.cta-row h1 {
  font-size: 3rem;
  color: #fff;
  font-family: evogria;
  font-style: italic;
  margin: 0;
}
.cta-button {
  border: 1px solid #fff !important;
  color: #fff !important;
  background-color: transparent !important;
  line-height: 4rem !important;
}
.cta-button:hover {
  border: 1px solid #fff !important;
  color: #000 !important;
  background-color: #fff !important;
}
.brand-container {
  background-color: #000;
}
.brand-padding {
  padding: 2rem;
}
.brand-content {
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  padding: 4rem;
}
.brand-title {
  color: #e8ff29;
  font-family: evogria;
  font-size: 2rem;
  font-style: italic;
  letter-spacing: 2px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.brand-message {
  font-size: 1.1rem;
  letter-spacing: 2px;
}
.brand-statement {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1rem;
  letter-spacing: 2px;
  margin-bottom: 3rem;
  margin-top: 1.5rem;
}
.brand-statement span {
  color: #e8ff29;
}
.brand-tough {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hp-video {
  width: 100%;
  display: block;
}
.brand-content {
  padding: 2rem;
}
.anim-con-hold {
  padding: 1rem;
}
.anim-l {
  padding-right: 0.5rem;
}
.anim-r {
  padding-left: 0.5rem;
}
.anim-container {
  position: relative;
  overflow: hidden;
}
.anim-bg {
  width: 100%;
  z-index: 1;
}
.anim-fg {
  position: absolute;
  height: auto;
  width: 25%;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  animation-name: product_pulse;
  animation-duration: 6s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  z-index: 10;
}
.anim-bars {
  z-index: 5;
  position: absolute;
  top: -75%;
  right: -27.5%;
}
.anim-crosses {
  z-index: 5;
  position: absolute;
  top: 44%;
  right: 31.5%;
  width: 5%;
}
.anim-crosses-right {
  right: 7%;
}
.anim-text-container {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 45%;
  color: #fff;
  transform: translateY(-50%);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 1rem;
}
.anim-text-container span {
  margin-left: 5px;
}
.anim-text-container h2 {
  font-family: evogria;
  font-style: italic;
  color: #e8ff29;
  font-size: 3rem;
}
.anim_chev_container {
  position: absolute;
  top: 110%;
  right: 10%;
  animation-name: chev_move;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 16s;
}
.anim_chev {
  position: static;
  display: block;
  margin-bottom: 0.2rem;
  width: 42px;
  height: 25px;
  animation-name: chev_anim;
  animation-timing-function: step-start;
  animation-iteration-count: infinite;
}
.c1 {
  animation-duration: 3s;
}
.c2 {
  animation-duration: 1.5s;
}

@keyframes chev_move {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-1100%);
  }
}

@keyframes chev_anim {
  0% {
    background: url("/wp-content/themes/unilite21/image/chev_full_up.svg");
  }
  50% {
    background: url("/wp-content/themes/unilite21/image/chev_ol_up.svg");
  }
  100% {
    background: url("/wp-content/themes/unilite21/image/chev_full_up.svg");
  }
}

@keyframes product_pulse {
  0% {
    transform: translateY(-50%) scale(1);
  }
  50% {
    transform: translateY(-50%) scale(1.1);
  }
  100% {
    transform: translateY(-50%) scale(1);
  }
}

/* CHECKOUT PAGE */
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  background-color: #fff !important;
  border: 1px solid #d3ced2;
  text-align: left;
  letter-spacing: 1px;
  font-size: 1rem;
}
.woocommerce form.checkout_coupon {
  margin: 0rem !important;
  margin-bottom: 2rem !important;
}

.woocommerce-checkout-review-order-table {
  width: 40% !important;
  float: left;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 34px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 34px !important;
}
.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
  border: 1px solid #d3ced2 !important;
}
.select2-container .select2-selection--single {
  height: 34px !important;
  margin: 0px !important;
}
.select2-results {
  padding: 1rem !important;
}
.select2-search__field {
  margin: 0rem !important;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 50% !important;
  padding: 1rem;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  width: 50%;
  padding: 1rem;
  display: inline-block !important;
}
.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row,
.woocommerce-account-fields__field-wrapper .form-row {
  display: inline-block !important;
  width: 50%;
  padding: 1rem !important;
}
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label {
  display: none !important;
}
.create-account label {
  margin-left: 1rem;
}
.create-account {
  padding: 1.5rem;
}
#ship-to-different-address label {
  display: block !important;
}
.create-account .form-row {
  display: inline-block !important;
  width: 49%;
  padding: 1rem;
}
.woocommerce-shipping-fields,
.woocommerce-additional-fields {
  margin-bottom: 0.5rem;
  background-color: #fff;
  padding: 1rem;
}
.update_totals_on_change td {
  padding: 9px 0px !important;
}
.automatewoo-birthday-section--checkout {
  width: 100% !important;
  border-top: 1px solid #d3ced2;
  border-bottom: 1px solid #d3ced2;
}
.automatewoo-birthday-section
  .automatewoo-birthday-field--no-year
  .automatewoo-birthday-field__select {
  width: 47.5% !important;
}
.automatewoo-birthday-field__select--day {
  margin-right: 5% !important;
}
#ship-to-different-address {
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 1rem;
  margin: 0rem;
  text-transform: none;
  margin-left: 1rem;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  border-radius: 10px;
  background-color: #f9f9f9;
}
#ship-to-different-address label {
  margin: 0rem;
}
.woocommerce-checkout-review-order-table {
  border-radius: 0px !important;
  background-color: #f9f9f9 !important;
  border-spacing: 0px !important;
  margin-top: -11.5rem !important;
}

.aw-email-referral-form {
  text-align: center;
}
.my_account_orders {
  border-radius: 0px !important;
  background-color: transparent !important;
  border-spacing: 0px;
  margin-top: 0rem !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}
.woocommerce form.checkout_coupon {
  border: none;
  padding: 0px;
}
.check-left-holder {
  width: 55%;
  display: block;
  margin-right: 7%;
  float: left;
  padding: 2rem;
  padding-left: 0px;
  padding-top: 0rem;
  margin-left: -2rem;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: none;
  width: 100%;
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
}
.post,
.page {
  margin: 0;
  overflow-x: hidden;
}
#payment {
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: 2rem;
}
.checkout_coupon {
  display: block !important;
  width: 48%;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
  padding: 2rem;
}
.checkout-extras {
  background-color: #000;
  color: #fff;
  margin-bottom: 3rem;
}
.checkout-benefit {
  letter-spacing: 3px;
  line-height: 0.7rem;
  font-size: 0.7rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.woocommerce-billing-fields {
  padding: 1rem;
}
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 100;
}
.woocommerce table.shop_table tbody td {
  padding: 9px 12px;
}
.woocommerce-table__product-total {
  padding: 0px !important;
}
.checkout h3,
.check-left-holder h3 {
  letter-spacing: 1px;
  font-weight: 100;
  margin-left: 1rem;
  margin-top: 1rem;
}
.check-left-holder h3 {
  margin-left: 1rem;
}
form.checkout_coupon .form-row {
  margin: 0px;
}
.woocommerce form.checkout_coupon {
  border-radius: 0px;
}
.woocommerce-form-coupon .form-row-first {
  padding: 0rem !important;
}
.woocommerce-form-coupon .form-row-last {
  padding: 0rem !important;
}
.woocommerce-form-coupon {
  margin-bottom: 2rem !important;
}
.woocommerce-form-coupon button {
  width: 100%;
}
.woocommerce-checkout .checkout .shipping_address {
  margin-top: 2rem;
}
.woocommerce-additional-fields__field-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.woocommerce-form-coupon button.button {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  line-height: 0.75rem !important;
}
.woocommerce-form-coupon button.button:hover {
  background-color: #e8ff29 !important;
  color: #000 !important;
  border: 1px solid #e8ff29 !important;
}
.checkout_margin {
  margin-bottom: 0px !important;
}
#billing_company,
#company_id,
#cannot_find_btn {
  display: none !important;
}

.two_fix {
  position: absolute;
  z-index: 99;
  top: 50%;
  transform: translateY(-50%);
  left: 22px;
  color: #777;
  pointer-events: none;
}

#billing_company_display_field {
  display: inline-block !important;
}
#billing_company_name_field {
  display: none !important;
}
.automatewoo-optin.form-row {
  display: none !important;
}
.ts-product-image {
  display: inline-block !important;
  width: 50px !important;
  height: auto !important;
}
.woocommerce table.shop_table td {
  padding: 0px;
}
.woocommerce-checkout-review-order-table {
  font-size: 0.9rem;
  letter-spacing: 1px;
}
#pwgc-redeem-gift-card-form {
  display: none !important;
}
#payment {
  width: 48%;
}
#payment img {
  height: 15px;
  width: auto;
  float: right;
}
.gpay-card-info-container.black,
.gpay-card-info-animation-container.black {
  background-color: #000 !important;
  padding: 0px !important;
}
.wc-braintree-googlepay-top-container button.gpay-button,
.wc-braintree-googlepay-top-container button.gpay-card-info-container,
.woocommerce-checkout-payment button.gpay-card-info-container {
  border-radius: 5px !important;
}
.wc-braintree-checkout-banner
  ul.wc_braintree_banner_gateways
  .wc_braintree_banner_gateway_braintree_paypal,
.wc-braintree-checkout-banner
  ul.wc_braintree_banner_gateways
  .wc_braintree_banner_gateway_braintree_googlepay,
.wc-braintree-checkout-banner
  ul.wc_braintree_banner_gateways
  .wc_braintree_banner_gateway_braintree_applepay {
  font-size: 0;
  width: 49.5% !important;
  display: inline-block;
  margin: 0 !important;
  padding: 0rem;
}
.wc-braintree-checkout-banner {
  width: 48%;
  background-color: #f9f9f9;
  padding: 1rem;
  padding-top: 3rem;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.wc-braintree-checkout-banner::before {
  content: "Quick Checkout";
  position: absolute;
  top: 0.75rem;
  text-transform: uppercase;
  left: 50%;
  transform: translateX(-50%);
  font-family: "evogria";
  font-style: italic;
  letter-spacing: 1px;
}

.automatewoo-birthday-section__description {
  display: none !important;
}
.wc-braintree-checkout-banner ul.wc_braintree_banner_gateways {
  padding: 1rem;
  line-height: 0rem !important;
}
.add_gift_card_form {
  width: 48%;
}
.add_gift_card_form input {
  width: 49% !important;
  display: inline-block !important;
  margin: 0 !important;
}
.add_gift_card_form button {
  width: 50% !important;
  display: inline-block !important;
  background-color: #000 !important;
  color: #fff !important;
}

.add_gift_card_form h4 {
  font-weight: 100;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.woocommerce-thankyou-order-received {
  display: none !important;
}
.woocommerce-thankyou-order-details {
  margin: 0 !important;
  margin-top: 2rem !important;
  padding: 0rem !important;
  margin-bottom: 2rem !important;
}

/* ABOUT PAGE */

.about-section-one {
  background-color: #e6ff29;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.a_s1_1 {
  position: absolute;
  top: 5vh;
  width: 70%;
  left: 15%;
  height: auto;
  z-index: 2;
}
.a_s1_2 {
  position: absolute;
  width: 30%;
  left: 10%;
  top: 40%;
  z-index: 2;
}
.a_s1_3 {
  position: absolute;
  top: 40%;
  width: 48%;
  left: 45%;
  z-index: 2;
}
.a_s1_4 {
  position: absolute;
  top: 10%;
  width: 50%;
  left: 25%;
}
.about-content {
  text-align: center;
  letter-spacing: 2px;
}
.about-content p {
  margin-bottom: 0px;
}
.about-content h2 {
  letter-spacing: 7px;
  text-transform: uppercase;
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes scrollTextRev {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0%);
  }
}

.about-product-slide {
  font-family: evogria;
  font-size: 15rem;
  overflow: hidden;
  text-align: center;
  display: flex;
  position: relative;
  height: 15rem;
}
.about-product-slide-inner:hover {
  -webkit-text-stroke: 6px #000;
  color: transparent;
}

.about-product-slide-inner {
  display: flex;
  font-style: italic;
  letter-spacing: 5px;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  transform: scale(2);
  transition: all 0.2s ease;
  animation: scrollText 15s infinite linear;
  color: #000;
}
.ab_slide_alt_1 {
  -webkit-text-stroke: 6px #000;
  color: transparent;
  animation: scrollTextRev 15s infinite linear;
}
.ab_slide_alt_1:hover {
  -webkit-text-stroke: transparent;
  color: #000;
}

.ab_slide_alt_2 {
  color: #e6ff29;
}
.ab_slide_alt_2:hover {
  -webkit-text-stroke: 6px #e6ff29;
  color: transparent;
}

.ab_slide_alt_3 {
  -webkit-text-stroke: 6px #e6ff29;
  color: transparent;
  animation: scrollTextRev 15s infinite linear;
}
.ab_slide_alt_3:hover {
  -webkit-text-stroke: transparent;
  color: #e6ff29;
}
.about-4500 {
  overflow: hidden;
  position: relative;
}
.para-4500 {
  position: absolute;
  top: 10%;
  left: 35%;
  width: 30%;
  z-index: 99;
}
@keyframes ing_step_1 {
  0% {
    color: #000;
  }
  20% {
    color: transparent;
  }
  100% {
  }
}
@keyframes ing_step_2 {
  20% {
    color: #000;
  }
  40% {
    color: transparent;
  }
  100% {
  }
}
@keyframes ing_step_3 {
  40% {
    color: #000;
  }
  60% {
    color: transparent;
  }
  100% {
  }
}
@keyframes ing_step_4 {
  60% {
    color: #000;
  }
  80% {
    color: transparent;
  }
  100% {
  }
}
@keyframes ing_step_5 {
  80% {
    color: #000;
  }
  100% {
    color: transparent;
  }
}
.about-ing {
  position: relative;
  height: 65vh;
  overflow: hidden;
}
.ing_holder {
  border: 6px solid #000;
  padding: 3rem;
  width: auto;
  display: inline-block;
  background-color: #fff;
  top: 50%;
  right: 10%;
  position: absolute;
  transform: translateY(-50%);
}
.ing_holder h2 {
  font-family: evogria;
  font-size: 3rem;
  margin-bottom: 2.5rem;
  font-style: italic;
  color: #000;
}
.ing_step {
  font-size: 2rem;
  font-family: evogria;
  font-style: italic;
  color: transparent;
  -webkit-text-stroke: 1px #000;
}
.ing_step_1 {
  animation: ing_step_1 3s infinite;
  animation-timing-function: step-end;
}
.ing_step_2 {
  animation: ing_step_2 3s infinite;
  animation-timing-function: step-end;
}
.ing_step_3 {
  animation: ing_step_3 3s infinite;
  animation-timing-function: step-end;
}
.ing_step_4 {
  animation: ing_step_4 3s infinite;
  animation-timing-function: step-end;
}
.ing_step_5 {
  animation: ing_step_5 3s infinite;
  animation-timing-function: step-end;
}

.a_s2_1 {
  position: absolute;
  top: 5vh;
  height: 50vh;
  left: 5vh;
  width: auto;
}
.a_s2_2 {
  position: absolute;
  left: 10vh;
  top: 51vh;
  height: 8vh;
  width: auto;
  z-index: 2;
}
.a_s2_3 {
  position: absolute;
  top: 35vh;
  left: 37vh;
  width: auto;
  height: 28vh;
}

/* ACCOUNT PAGE */

.account-nav-button {
  margin: 0.3rem !important;
}
.acc-nav {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  float: none;
  margin-bottom: 2rem;
}
.woocommerce-ResetPassword {
  margin-bottom: 2rem;
  text-align: center;
}
.woocommerce-EditAccountForm {
  text-align: center;
}
.form-row {
  display: block !important;
}
.form-row.hidden {
  display: none !important;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 100%;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: transparent;
  color: #000;
  border: 1px solid #000 !important;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 200px;
}
.woocommerce a.remove {
  color: #000 !important;
}
.woocommerce a.remove:hover {
  background: #000 !important;
}
.variation-Discount {
  display: none !important;
}
.woocommerce-column {
  max-width: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#afwc_resources_wrapper code {
  color: #000;
  font-family: metropolis;
  font-weight: 700;
}

/* NEW ACCOUNT */
.anti_fluid {
  margin-left: -15px;
  margin-right: -15px;
}
.n_acc_glance_circle_con {
  text-align: center;
  max-width: 281px;
  margin-right: auto;
}

.n_acc_glance_row {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.n_acc_glance_con h2 {
  margin-bottom: 3rem;
}
.n_acc_glance_con h3 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3rem;
  margin-bottom: 0.3rem;
}
.n_acc_glance_info_sub {
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.n_acc_rank_text {
  letter-spacing: 2px;
  font-size: 0.9rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 1rem;
  display: inline-block;
}
.n_acc_glance_button {
  margin-top: 1rem;
  background-color: #000;
  color: #fff;
  transition: all 0.3s;
  border: 1px solid #fff;
  padding: 0.5rem;
  display: inline-block;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.n_acc_glance_button:hover {
  background-color: #e8ff29;
  color: #000;
  transition: all 0.3s;
  border: 1px solid #000;
}

.n_acc_order_row {
  max-width: 1400px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.n_acc_circle_contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.n_acc_circle {
  position: relative;
}
.n_acc_circle_industry {
  font-size: 0.8rem;
  font-family: evogria;
  color: #000000;
}
.n_acc_circle_name {
  font-size: 1.2rem;
  font-family: evogria;
}
.n_acc_circle_title {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.9rem;
}
.n_acc_circle_points {
  font-size: 0.9rem;
  margin-top: 1rem;
}

.n_acc_product_container {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  color: #000;
  margin-bottom: 0px;
  margin-top: 30px;
}
.n_acc_product_container_title {
  padding: 1rem;
  font-family: "evogria";
  margin-bottom: 1rem;
  background-color: #000;
  color: #fff;
}
.n_acc_product_container_buttons {
  color: #fff;
  text-align: center;
  padding: 2rem;
  padding-top: 1rem;
}
.n_acc_product_container_buttons .button {
  display: block !important;
}
.woocommerce-orders-table__cell-order-actions a {
  margin: 0.5rem !important;
}
.n_acc_product_container_buttons a,
.n_acc_order_container a {
  text-decoration: none !important;
}

.acc_btn_2 {
  background-color: #000 !important;
  color: #fff !important;
  margin-top: 0.5rem;
}
.n_acc_product_thumbnail {
  position: absolute;
  height: 41px !important;
  width: 41px !important;
  top: 35px;
  right: 21px;
  border-radius: 50%;
}
.n_acc_order_con {
  margin-left: -100%;
  margin-right: -100%;
  background-color: #f9f9f9;
}
.n_acc_order_container {
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 2rem;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
}
.n_acc_order_container button,
.n_acc_order_container .button {
  display: block !important;
}
.n_acc_order_data_highlight {
  font-weight: 700;
}
.n_acc_order_hr {
  width: 30%;
  margin-right: auto;
  display: block;
  text-align: left;
  margin: 0.8rem;
  margin-left: 0px;
}
.n_acc_modal_shadow {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.9);
  pointer-events: none;
  z-index: 99999998;
  opacity: 0;
  transition: all 0.3s;
}
.n_acc_modal_shadow i,
.n_acc_modal_shadow svg {
  color: #fff;
  font-size: 2rem;
  top: 2rem;
  right: 3rem;
  position: absolute;
  cursor: pointer;
}
.n_acc_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 80vw;
  max-width: 600px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  color: #000;
  pointer-events: none;
  z-index: 99999999;
  opacity: 0;
  transition: all 0.3s;
  padding: 1rem;
  text-align: center;
}
.n_acc_modal_view {
  pointer-events: all;
  opacity: 1;
}
.n_acc_modal_view label {
  margin: 1rem;
}
.n_acc_modal_view p label {
  display: block;
}
.n_acc_modal_view label input {
  margin: 0.5rem;
}
.n_acc_modal_view .form-row {
  display: inline-block;
  width: 24% !important;
  margin: 0;
}
.n_acc_modal_view input {
  background-color: #000;
  color: #fff;
}
.n_acc_modal select,
.n_acc_modal input,
.n_acc_modal textarea,
#pwgc-balance-container input {
  margin: 2rem;
  padding: 0.5rem;
  color: #000 !important;
  background-color: #fff;
  font-size: 1rem;
  border: 1px solid #dfdfdf !important;
  max-width: 90%;
  border-radius: 3px;
}
.n_acc_modal input[type="submit"],
#pwgc-balance-container input[type="submit"] {
  margin: 0.5rem;
  padding: 1rem;
  background-color: #000;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.8rem;
  border: 1px solid #dfdfdf;
  width: 100%;
}
#pwgc-balance-container svg {
  display: none;
}
#pwgc-balance-title {
  font-family: "evogria";
}

#pwgc-balance-activity .woocommerce-Price-amount,
#pwgc-balance-amount-value .woocommerce-Price-amount {
  color: #fff !important;
}
#pwgc-balance-activity {
  display: none !important;
}
.n_acc_message_box,
.n_acc_reward_box {
  border: 1px solid #000;
  padding: 2rem;
  margin-top: 3rem;
  position: relative;
}
.n_acc_reward_box h3 {
  color: #e8ff29;
  font-family: evogria;
}
.n_acc_message_box svg {
  position: absolute;
  color: #e8ff29;
  font-size: 2rem;
  right: -1rem;
  top: 1rem;
}
.n_acc_message_box p {
  margin-bottom: 0px;
}
.afwc_reg_form_wrapper {
  max-width: none !important;
}
.woocommerce-MyAccount-orders {
  padding: 5px;
}
#afwc_kpis_container {
  width: 100%;
}
.afwc_kpi {
  width: 33% !important;
}
.afwc_kpis_inner_container {
  width: 100%;
}
#afwc_commission_container {
  width: 100% !important;
}
#afwc_date_range_container input {
  margin: 0;
}
#afwc_date_range_container {
  display: none !important;
}
.afwc-table-header {
  font-family: evogria;
  letter-spacing: 1px;
  font-style: italic;
  border-bottom: 1px solid #000;
  margin-bottom: 1.5rem;
}
.afwc_products,
.afwc_payout_history,
.afwc_referrals {
  margin-bottom: 3rem;
}
.giftcard-top {
  background-color: #f9f9f9;
  text-align: center;
  padding: 2rem;
  margin-bottom: 2rem;
}
.giftcard-middle {
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.woocommerce-MyAccount-Giftcards-balance-amount {
  margin: 0;
}

@media (max-width: 1200px) {
}

@media (max-width: 992px) {
  .anim-r {
    display: none !important;
  }

  .n_acc_order_con {
    margin-left: -15px;
    margin-right: -15px;
  }
  .facetwp-radio {
    width: 44%;
    padding: 0.2rem !important;
    font-size: 0.9rem;
  }

  .add_gift_card_form input {
    width: 100% !important;
  }
  .add_gift_card_form button {
    width: 100% !important;
  }
  .add_gift_card_form {
    width: 100%;
  }

  .n_acc_glance_info_con {
    margin-top: 3rem;
    text-align: center;
  }
  .n_acc_products_title {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .n_acc_order_row h2 {
    text-align: center;
  }
  .n_acc_modal_view .form-row {
    width: 32% !important;
  }
  .n_acc_glance_circle_con {
    margin-left: auto;
  }
  .footer-instagram-background {
    min-height: 0vh;
    text-align: center;
  }
  .footer_signup_message {
    display: block;
  }

  .cta-button.footer-instagram-button {
    position: relative !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
    line-height: normal !important;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    display: inline-block !important;
  }
  .home-prods .woocommerce .container-fluid .row .product:nth-child(4) {
    display: none;
  }
  .woocommerce-checkout-review-order-table {
    width: 100% !important;
    float: none;
    margin-bottom: 2rem;
  }
  .check-left-holder {
    width: 100%;
    display: block;
    margin-right: 0%;
    float: left;
    padding: 0rem;
    margin-left: 0rem;
  }
  .woocommerce table.shop_table {
    margin-top: 2rem !important;
  }

  .woocommerce form .form-row-wide,
  .woocommerce-page form .form-row-wide {
    padding-left: 1rem;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    padding-left: 1rem;
  }
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 100% !important;
  }
  .woocommerce form .form-row-wide,
  .woocommerce-page form .form-row-wide {
    width: 100% !important;
  }
  .woocommerce-billing-fields__field-wrapper .form-row,
  .woocommerce-shipping-fields__field-wrapper .form-row,
  .woocommerce-account-fields__field-wrapper .form-row {
    width: 100% !important;
  }
  .woocommerce-shipping-fields {
    padding: 0rem;
  }

  .create-account .form-row {
    width: 100% !important;
  }

  .checkout-extras .row {
    margin-left: -45px;
    margin-right: -45px;
    background-color: #000;
  }
  .lucky {
    margin-left: -45px;
    margin-right: -45px;
    background-color: #e8ff29;
  }
  .checkout_margin div hr {
    display: none !important;
  }
  .woocommerce form.checkout_coupon {
    margin: 0rem !important;
    padding-left: 0rem !important;
    padding-right: 0rem !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
  }
  .woocommerce-billing-fields {
    padding: 0rem !important;
  }
  .woocommerce form .form-row-wide,
  .woocommerce-page form .form-row-wide,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  #payment {
    width: 100%;
  }
  .wc-braintree-checkout-banner {
    width: 100%;
  }
  .automatewoo-birthday-section
    .automatewoo-birthday-field--no-year
    .automatewoo-birthday-field__select {
    width: 100% !important;
    margin-bottom: 2rem !important;
  }
  .automatewoo-birthday-section
    .automatewoo-birthday-field--no-year
    .automatewoo-birthday-field__select.automatewoo-birthday-field__select--month {
    margin-bottom: 0rem !important;
  }
  .wc-braintree-checkout-banner
    ul.wc_braintree_banner_gateways
    .wc_braintree_banner_gateway_braintree_paypal,
  .wc-braintree-checkout-banner
    ul.wc_braintree_banner_gateways
    .wc_braintree_banner_gateway_braintree_googlepay,
  .wc-braintree-checkout-banner
    ul.wc_braintree_banner_gateways
    .wc_braintree_banner_gateway_braintree_applepay {
    width: 100% !important;
    margin-bottom: 0.5rem !important;
  }
  #shipping_email_field {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .woocommerce-shipping-fields,
  .woocommerce-additional-fields {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .footer-tough {
    display: none !important;
  }
  #billing_phone_display_field,
  #billing_company_display_field {
    padding: 0rem !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #order_review .shop_table {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .n_acc_glance_ind {
    margin-bottom: 3rem;
  }
  .n_acc_modal {
    top: 5rem;
    transform: translateX(-50%);
    overflow-y: scroll;
    height: 80vh;
  }
  .n_acc_modal_shadow i,
  .n_acc_modal_shadow svg {
    top: 1.5rem;
    right: 50%;
    transform: translateX(50%);
  }
  .n_acc_modal_view .form-row {
    width: 49% !important;
  }
  .home-prods .woocommerce .container-fluid .row .product:nth-child(4) {
    display: block;
  }
}

@media (max-width: 576px) {
  .n_acc_glance_ind {
    margin-bottom: 3rem;
  }
}

/* Laptop */
@media (max-width: 1199.98px) {
  .card-columns {
    column-count: 3;
  }
  .anim-text-container {
    font-size: 0.7rem;
  }
  .anim-text-container h2 {
    font-size: 1.8rem;
  }
}

/* Tablets */
@media (max-width: 991.98px) {
  .card-columns {
    column-count: 2;
  }

  .anim-l {
    padding: 0rem;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
  }
  .anim-r {
    padding: 0rem;
    border-bottom: 1px solid #303030;
  }
  .anim-crosses-right {
    right: 31.5%;
  }
  .row-big-pad {
    padding: 0.5rem;
  }
  .flex-control-nav {
    display: flex;
    justify-content: center;
  }

  /* FOOTER TABLET */

  .footer-title {
    font-size: 1.3rem;
    margin-bottom: 0;
    border-bottom: 1px solid #303030;
    margin-left: -45px;
    margin-right: -45px;
    padding: 1rem;
    line-height: 1.3rem;
  }
  .footer-title-first {
    border-top: 1px solid #303030;
  }
  a.footer-link {
    line-height: 3rem;
  }
  .footer-social-icon {
    margin-right: 1rem;
  }
  .footer-social-icon img {
    height: 20px;
  }
  .footer-margin-fix {
    margin-top: 1rem;
  }
  .foot-rules-fix {
    margin-left: 0px;
  }

  /* WOOCOMMERCE UPDATES TABLET */

  .woocommerce div.product div.images .flex-control-thumbs {
    position: relative;
    top: auto;
    left: 0rem;
    width: 100%;
  }
  .woocommerce div.product div.images .flex-control-thumbs li {
    width: 14.28%;
  }
  .woocommerce
    div.product
    .woocommerce-product-gallery--columns-4
    .flex-control-thumbs
    li:nth-child(4n + 1) {
    clear: none;
  }
  .sticky-col {
    position: relative;
    display: flex;
    flex-direction: column;
    top: 0px;
  }
  .product-summary-container {
    padding: 0.5rem;
  }

  .cta-section img {
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
    width: 100%;
  }
  .cta-row {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    background-color: #000;
  }
  .para-4500 {
    width: 60%;
    left: 20%;
  }
}

/* Landscape Phones */
@media (max-width: 767.98px) {
  .card-columns {
    column-count: 1;
  }
  .para-4500 {
    width: 70%;
    left: 15%;
  }
  .mob-kill {
    display: none !important;
  }
  .desk-kill {
    display: block !important;
  }
  .ing_holder {
    padding: 2rem;
    top: auto;
    right: auto;
    width: 100%;
    position: static;
    transform: none;
  }
  .a_s1_2 {
    width: 80%;
  }
  .about-section-one {
    height: 70vh;
  }
  .para-4500 {
    top: 0%;
  }
  .about-4500 {
    margin-bottom: 3rem;
  }
}

/* Portrait Phones */
@media (max-width: 575.98px) {
}

/* Extra Small Devices Email Signup Fix */
@media (max-width: 499px) {
  .mailpoet_form .mailpoet_submit {
    line-height: 1rem !important;
    padding: 0.55rem !important;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.distro_atc .add_to_cart_button {
  position: static !important;
}
.ep-autosuggest-container {
  display: inline-block !important;
}
.distro_input {
  width: 30px;
}
.aws-container .aws-search-form .aws-wrapper {
  margin-bottom: 0.5rem;
}
.aws-container .aws-search-field {
  border: none;
  border-bottom: 1px solid #333333 !important;
}

/* Vault Page */

.vault_bg {
  background-color: #000;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.vault_ind {
  border: 1px solid #333;
  text-align: center;
  color: #fff;
  margin: 1rem;
}
.vault_sub {
  font-size: 0.6rem;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.vault_title {
  text-transform: uppercase;
  font-family: "evogria";
  letter-spacing: 1px;
  font-style: italic;
}
.vault_text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.vault_lock {
  transition: all 0.3s;
  cursor: pointer;
  margin-bottom: 2rem;
}
.vault_lock:hover {
  transform: scale(1.1);
}
.pulse {
  animation: pulse 0.7s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bundle_sells_title h3 {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.star-rating {
  display: none !important;
}
.woocommerce-verification-required {
  margin-bottom: 1rem;
}

.landing_container {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.landing_section {
  padding: 0.5rem;
}
.woocommerce form .form-row-wide.hidden,
.woocommerce-page form .form-row.hidden {
  display: none !important;
}
.woocommerce-representative-fields {
  padding: 0rem;
}
#billing_phone_display_field {
  width: 49.3%;
}
.modal-header .close {
  border: none !important;
}
.modal-black {
  background-color: #000;
  color: #fff;
  border: 1px solid #333;
}
.modal-black .modal-title {
  font-family: "evogria";
  font-style: italic;
}
.modal-black button span {
  color: #fff;
  text-shadow: none;
}
.modal-black button span:hover {
  color: #e6ff29;
}
.select_flag {
  width: 50px;
  margin: 0.3rem;
}
.select_flag:hover {
  transform: scale(1.05);
}
select.wpcf7-select {
  color: #000;
  border: 1px solid #000;
  border-radius: 0;
  padding: 3px;
  padding: 0.5rem;
  text-align: center;
  background-color: transparent;
  margin: 0.8rem;
  width: 100%;
}
.center-me {
  text-align: center;
  padding: 2rem;
}

.basket_no {
  position: absolute;
  background: #e6ff29;
  color: #000;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  font-size: 0.7rem;
  text-align: center;
  line-height: 0.5rem;
  padding-top: 0.3rem;
  padding-left: 0.1rem;
  bottom: 0rem;
  right: 1rem;
}
.basket_no_m {
  position: absolute;
  background: #e6ff29;
  color: #000;
  border-radius: 50%;
  height: 1rem;
  width: 1rem;
  font-size: 0.5rem;
  text-align: center;
  line-height: 0.5rem;
  padding-top: 0.3rem;
  padding-left: 0rem;
  bottom: -0.5rem;
  right: 0.6rem;
}
.wpcf7-spinner {
  display: none !important;
}
.woocommerce-verification-required {
  margin-bottom: 1rem !important;
}
.facetwp-checkbox.checked {
  background-image: none !important;
  background-color: #000 !important;
  color: #fff;
  text-align: center;
}
.facetwp-checkbox {
  background: none !important;
  border: 1px solid;
  margin: 0.4rem !important;
  padding: 0.5rem !important;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  font-size: 0.75rem;
  transition: all 0.3s;
}
.filter-sort_holder {
  position: fixed;
  background-color: #fff;
  top: 0px;
  right: 0px;
  width: 500px;
  height: 100%;
  z-index: 99;
  padding: 1rem;
}
.facetwp-checkbox:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.automatewoo-birthday-section
  .automatewoo-birthday-field--no-year
  .automatewoo-birthday-field__select {
  width: 46% !important;
}
.aws-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.aws-container .aws-search-field {
  color: #fff;
}
.aws-container .aws-search-field:focus {
  background-color: #000;
  color: #fff;
  border: 1px solid #333;
  text-transform: uppercase;
}
.aws-search-result {
  border: 1px solid #333 !important;
}
.aws-search-result .aws_result_item.hovered,
.aws-search-result .aws_result_item:hover,
.aws-search-result .aws_search_more a:hover {
  background-color: #000;
}
.aws-search-result ul li {
  background-color: #000;
}
.aws-search-result .aws_result_title {
  color: #e8ff29;
  font-family: "evogria";
  font-style: italic;
  letter-spacing: 1px;
}
.aws-search-result .aws_result_excerpt {
  color: #999;
}
.aws-search-result .aws_result_excerpt {
  display: block;
  color: #999;
}
.aws-search-result .aws_result_price {
  color: #e8ff29;
}
.aws-search-result ul {
  scrollbar-color: #e8ff29;
}
.comment-respond .comment-form {
  border: none;
  border-top: 1px solid #f2f2f2;
}
#review_form h3 {
  margin-top: 1rem;
  font-family: "evogria";
  font-style: italic;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
.woocommerce #review_form #respond .form-submit input {
  background-color: #000;
  color: #fff;
  border-radius: 3px;
  width: 100%;
  font-size: 1rem;
  font-weight: 100;
  letter-spacing: 1px;
  padding: 0.8rem;
  transition: all 0.3s;
  border: 1px solid #000;
  margin-top: 2rem;
}
.woocommerce #review_form #respond .form-submit input:hover {
  background-color: #fff;
  color: #000;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  background-color: #fff;
}
.reg_holder,
.acc_holder {
  background-color: #f2f2f2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.reg_box,
.acc_box {
  background-color: #fff;
  padding: 2rem;
  border: 1px solid #dfdfdf;
  color: #000;
  border-radius: 6px;
  overflow: hidden;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reg_col {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 2rem;
}
.reg_col h2 {
  font-family: "metropolis";
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.reg_col input {
  border: 1px solid #dfdfdf;
  text-align: center;
  font-family: "metropolis";
  border-radius: 3px;
  margin: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.woocommerce-LostPassword {
  font-size: 0.8rem;
}
.reg_col .button {
  background-color: #000 !important;
  color: #fff !important;
  width: 100% !important;
}

.reg_col .button:hover {
  color: #000 !important;
  background-color: #fff !important;
}
.woocommerce-privacy-policy-text {
  font-size: 0.8rem;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.reg_acc_benefit {
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dfdfdf;
}
.reg_acc_logo {
  width: 100%;
  background-color: #000;
  padding: 1rem;
  text-align: center;
}
.reg_benefit_box {
  padding: 0rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.woocommerce-form.woocommerce-form-login.login {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.row-cap.row-1200 {
  max-width: 1200px;
  width: 100%;
}
.automatewoo-birthday-section--account {
  width: 100% !important;
}
.automatewoo-birthday-section--account select {
  width: 100%;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  text-align: center;
}
.acc_header {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 1.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin-bottom: 1.5rem;
}
.acc_footer {
  border-top: 1px solid #dfdfdf;
  padding-top: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
}
.acc_orders {
  max-height: 300px;
  overflow: scroll;
}
.acc_order_ind {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dfdfdf;
  font-size: 0.8rem;
}
.acc_order_ind span {
  text-transform: uppercase;
}
.acc_col {
  margin-bottom: 2rem;
  display: flex;
}
.acc_track {
  background-color: #fff !important;
  color: #000 !important;
}
.acc_track:hover {
  color: #fff !important;
  background-color: #000 !important;
}
.acc_slide_product {
  width: 120px;
  text-align: center;
  padding: 1rem;
  position: relative;
}
.acc_slide_product img {
  width: 100%;
}
.acc_slide_title {
  padding-top: 1rem;
  font-size: 0.8rem;
  letter-spacing: 2px;
}
.acc_msg .acc_box {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 1rem;
  letter-spacing: 1px;
}
.acc_cen {
  text-align: center;
}
.acc_large_name {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.acc_large_postcode {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 1rem;
}
.acc_email {
  border-top: 1px solid #dfdfdf;
  padding-top: 1.5rem;
  text-align: center;
  margin-top: 1.5rem;
}
.acc_email span {
  font-weight: 800;
}
.acc_slider_qty {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: #e8ff29;
  padding: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.6rem;
  border-bottom-left-radius: 15px;
}
#mailpoet_form_4 .mailpoet_validate_success {
  width: 200px !important;
  text-align: center !important;
  font-size: 0.5rem !important;
  color: #fff !important;
}
.loop-thumbnail {
  border-radius: 6px;
}
p#wc-stripe-payment-request-button-separator,
div#wc-stripe-payment-request-wrapper {
  width: 48%;
}

@media (max-width: 991.98px) {
  p#wc-stripe-payment-request-button-separator,
  div#wc-stripe-payment-request-wrapper {
    width: 100%;
  }
}

.free_gift_banner {
  background-color: #e2ff29;
  color: #000;
  padding: 0.2rem;
  text-transform: uppercase;
  border-radius: 3px;
  font-weight: 800;
}
.gift_loop_ico {
  width: 15px !important;
  height: 15px !important;
  z-index: 999;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

/* COMPARISON TABLE CODE */

/* Style the table */
.comp_container {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

table.comp_tab {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
}

table.comp_tab.comp_dark {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #333;
  background-color: #000;
  margin-top: 2rem;
}

/* Style table headers and table data */
.comp_tab th {
  text-align: center;
  padding: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.comp_tab td {
  text-align: center;
  padding: 16px;
  border: 1px solid #ddd;
  word-break: break-word;
}

.comp_tab td.comp_dark {
  border: 1px solid #333;
}

.comp_tab th:first-child,
.comp_tab td:first-child {
  text-align: left;
  font-family: "metropolis";
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Zebra-striped table rows */
.comp_tab tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* Zebra-striped table rows */
.comp_tab.comp_dark tr:nth-child(even) {
  background-color: #111;
}

.com_tab_img {
  width: 100px;
  height: auto;
  max-width: 100%;
}

.com_tab_highlight {
  background-color: #e8ff29;
}

.comp_title {
  margin-bottom: 1rem;
  text-align: center;
}

.comp_select_holder {
  background-color: #fff;
  text-align: center;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.comp_select_holder select {
  padding: 0.5rem;
  margin: 0.5rem;
}

.comp_modes_btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  display: inline-block;
  background-color: #000 !important;
  color: #fff !important;
}
.spec-margin {
  margin-bottom: 0.5rem;
}
p#wcpay-payment-request-button-separator,
.woocommerce-checkout .wcpay-payment-request-wrapper {
  width: 48%;
}

@media (max-width: 991.98px) {
  p#wcpay-payment-request-button-separator,
  .woocommerce-checkout .wcpay-payment-request-wrapper {
    width: 100%;
  }
}
