/*!
Theme Name: slaughterhouse
Theme URI: http://.me/
Author: Matt Bartley
Author URI: https://mattbartley.com
Description: Description
Version: 1.2.0
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: slaughter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


slaughterhouse 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
	 ========================================================================== */

/* Define color variables */
:root {
  --gold: #8e721b;
  --steel: #899fa7;
}

/**
 * 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;
  margin: 0 0px 50px 0px;
  padding: 0 4px;
}

/**
 * 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: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', 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: #2a2a2a94;
  text-decoration: none;
  color: #fff;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */

body {
  background: #fff;
}

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

ul,
ol {
  margin: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

textarea {
  width: 100%;
}

.select2-selection__rendered {
  box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf,
    inset 2px 2px #0a0a0a !important;
}

/*--------------------------------------------------------------
# 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;
}

.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 {
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# 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;
}

/* HIDE WP EDITOR STUFF */

.edit-link {
  display: none;
}

/* CUSTOM STYLES */
/*-------------------------- */

html {
}

body {
}

#page {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  background-image: url(./assets/images/bg-pattern-lightning.jpg);
}

.woocommerce-MyAccount-content button {
  background: var(--gold);
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffcf45,
    inset -2px -2px #2d2d2d, inset 2px 2px #ffbe38;
  font-size: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.wc-proceed-to-checkout button {
  cursor: pointer;
}
.wc-proceed-to-checkout button:hover {
  text-decoration: underline;
}

/* HEADER */

.home__logo {
  display: flex;
  justify-content: center;
  width: 100%;
}

.inner__logo {
  display: grid;
  justify-items: center;
  margin: 10px 0 0 0;
}
.inner__logo a {
  text-align: center;
  max-width: 250px;
}
.inner__logo img {
  height: auto;
  max-width: 250px;
}

.nav__box {
  display: flex;
  position: absolute;
  justify-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  top: 70px;
  bottom: 0;
}

.nav__box-banner {
  display: flex;
  position: absolute;
  justify-items: center;
  justify-content: center;
  left: 0;
  right: 0;
}

.inner__nav #inner-menu {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  gap: 1px;
  flex-wrap: wrap;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
  margin-block: 20px;
}

.inner__nav #inner-menu li {
  list-style: none;
  font-family: 'DotGothic16', sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-font-smoothing: none;
}

.inner__nav #inner-menu a {
  color: #ffffff;
  text-decoration: none;
}

.inner__nav #inner-menu a:hover {
  color: #9e9e9e;

  border-bottom: 2px solid #00f;
}

.inner__nav #inner-menu .current-menu-item a {
  color: #00f;

  border-bottom: 2px solid;
}

.html-window
  .window-menu
  .menu-main-menu-container
  .menu
  > li
  > a:hover::first-letter {
  text-decoration: underline;
}

.content__wrapper {
  display: grid;
  margin: 0px 50px;
  gap: 12px;
}

/* COUNTER */
.visitor__counter {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  color: #ffffff;
  font-family: 'DotGothic16', sans-serif;
}

.counter__box {
  background: rgba(0, 0, 0, 0.6);
  padding: 0 4px;
  margin: 0 5px;
  border: 1px solid #606060;
}

.counter__box span {
  color: #fae8b3;
  text-shadow: 1px 1px 6px #e7bc35;
  letter-spacing: 2px;
  font-size: 15px;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

.home__skull-sword {
  text-align: center;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.home__skull-sword img {
  width: 55%;
  max-width: 310px;
}

/* SIDEBAR */

.widget_block {
  width: fit-content;
  border: 30px solid transparent;
  border-image: url(./assets/images/chain-bg-square.png) 21% round;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: -30px;
  margin-right: -30px;
  position: relative;
}

.sidebar__group {
  background: rgba(0, 0, 0, 0.4);
  margin: -7px;
  padding: 20px;
  position: relative;
  left: 5px;
}

.sidebar__group img {
  margin: 0 auto;
  text-align: center;
  display: grid;
}

.sidebar__group ul {
  margin: 0;
  padding: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  list-style: none;
}

.sidebar__list {
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  letter-spacing: -2px;
  color: white;
  text-transform: uppercase;
  list-style: none;
  font-style: italic;
  -webkit-font-smoothing: none;
}

.sidebar__list li {
  color: white;
  text-decoration: none;
}

.sidebar__list a {
  color: unset;
  text-decoration: none;
  margin: 0;
  vertical-align: middle;
  display: flex;
  align-items: center;
  padding: 5px;
}

.sidebar__list a:hover {
  color: #9e9e9e;
  margin: 0;
}

.sidebar__list a::before {
  background: url(./assets/images/gif-torch.gif) no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 40px;
  width: 25px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  margin-left: -5px;
}

.sidebar__list .current-menu-item {
  border-block: 5px ridge #d4b761;
}

.sidebar__tiles div {
  display: flex;
  gap: 4px;
  margin: 10px 0;
}

/* CONTENT */
.entry-title {
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
  font-size: 36px;
  letter-spacing: 2px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.entry-content {
  color: #ffffff;
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
}

/* FOOTER */

.footer__bottom {
  display: grid;
  justify-content: center;
  padding: 50px 10px 90px 10px;
  background: url(./assets/images/footer-script-pattern.jpg);
}

.footer__bottom-center {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer__bottom p {
  color: #ffffff;
  font-family: 'Times New Roman', Times, serif;
  font-size: 16px;
}

.footer__bottom a {
  font-size: 18px;
}

.footer__bottom-lower {
  display: grid;
  text-align: center;
}

.footer__bottom-left,
.footer__bottom-right,
.footer__bottom-left a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer__bottom-left p {
  margin: 0 5px;
}

.footer__bottom-link img {
  width: 69px;
}

.footer__contact span,
.footer__contact a {
  font-size: 20px;
  font-style: italic;
  color: #ffffff;
  margin-left: 5px;
}

.footer__contact {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  flex-direction: column;
}

.footer__contact div {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: flex-end;
}

.footer__contact a {
  color: #00f;
  text-decoration: none;
}

.home__footer {
  background: #000000;
  padding: 8px;
  display: grid;
  justify-content: center;
}

@keyframes marquee-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes marquee-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.footer__marquee {
  font-family: 'Times New Roman', Times, serif;
  font-size: 20px;
  font-style: italic;
  color: var(--steel);
  padding: 0 0;
  vertical-align: bottom;
  text-transform: uppercase;
}

.marquee-left {
  animation: marquee-left 20s linear infinite;
}

.marquee-right {
  animation: marquee-right 20s linear infinite;
}

.marquee__gold {
  color: var(--gold);
}

.marquee__silver {
  color: var(--steel);
}

.gif__zone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
}
.gif__three-col {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  grid-template-columns: 1fr 4fr 1fr;
}
.gif__three-col-small {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  grid-template-columns: 1fr 2fr 1fr;
}

.footer__shadow {
  background: linear-gradient(0deg, #000, transparent);
  padding: 100px 0 10px 0;
  vertical-align: bottom;
}

.home__footer-guestbook {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#guestbook__text {
  position: absolute;
  padding: 60px;
}

#guestbook__text:hover {
  opacity: 0.8;
}

.footer__images {
}

.footer__images div {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  grid-template-columns: 1fr 1fr;
}

.footer__images .banner-3x {
  display: grid;
  justify-content: center;
  align-items: center;
  align-content: center;
  justify-items: center;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer__images a {
  cursor: pointer;
}

/* TASKBAR */
.taskbar {
  background: silver;
  border-top: 1px solid #fff;
  bottom: 0;
  color: #000;
  display: flex;
  flex: 1;
  left: 0;
  outline: 1px solid #dfdfdf;
  padding: 2px;
  position: fixed;
  right: 0;
  z-index: 5000;
}
.taskbar .taskbar__start {
  flex-shrink: 0;
}

.start-container {
  position: relative;
}
.start-container .start-button {
  min-width: unset;
  padding-left: 6px;
  padding-right: 6px;
}

.taskbar button {
  align-items: center;
  display: flex;
  flex-direction: row;
  line-height: 14px;
  padding: 2px;
}
.start-container .start-menu {
  background: silver;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #dfdfdf,
    inset -2px -2px grey, inset 2px 2px #fff;
  display: inline-block;
  height: auto;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  vertical-align: top;
}
.start-container .start-button {
  min-width: unset;
  padding-left: 6px;
  padding-right: 6px;
}
.start-container .start-button img {
  padding-right: 5px;
  width: 21px;
}
.taskbar .taskbar__divider {
  border-left: 1px solid grey;
  border-right: 1px solid #fff;
  margin-left: 2px;
  margin-right: 2px;
}

.taskbar .taskbar__tasks {
  display: flex;
  flex: 1;
  height: 100%;
  min-width: 0;
}

@media screen and (min-width: 992px) {
  .taskbar .taskbar__options {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
}

.taskbar .taskbar__options {
  display: none;
  margin-left: 2px;
  padding: 0 5px;
}

.taskbar .taskbar__tray {
  align-items: center;
  border-color: gray #fff #fff gray;
  border-style: solid;
  border-width: 1px;
  color: #000;
  display: flex;
  flex-direction: row;
}

/* HOME FEATURED PRODUCT */

.home__featured-product .woocommerce ul.products li.product a img {
	margin: 0!important;
  padding: 0 3px;
}

.home__featured-product .woocommerce ul.products li.product {
  display: grid;
  justify-content: center;
  text-align: center;
}


.home__featured-product .woocommerce {
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
  color: #ffffff;
  text-decoration: none;
}

.home__featured-product * a {
  text-decoration: none;
}

.home__featured-product .woocommerce-loop-product__title {
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.home__featured-product .woocommerce * .price {
  font-size: 18px;
  margin: 0;
  padding: 0;
color: #00e114;
}

.home__featured-product .woocomerce * .product_type_simple .button {
  display: none !important;
}

.home__featured-product * .product_type_variable {
  display: none !important;
}

.home__variation-options {
  display: grid;
  justify-content: center;
  color: #fff;
}

.home__variation-options label {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
}

.home__variation-options input {
  width: 60px;
}

.home__variation-options select {
  margin: 0 5px;
}

.home__variation-options .reset_variations {
  color: #fff;
}

.home__variation-options .reset_variations {
  display: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
}

.home__variation-options * .single-product {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.home__variation-options * .woocommerce-variation-add-to-cart {
  background: var(--gold);
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffcf45,
    inset -2px -2px #2d2d2d, inset 2px 2px #ffbe38;
  font-size: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.home__variation-options * .single_add_to_cart_button {
  background: var(--gold) !important;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffcf45,
    inset -2px -2px #2d2d2d, inset 2px 2px #ffbe38 !important;
  font-size: 16px;
  padding: 5px 10px !important;
  text-transform: uppercase !important;
}

.gold-button button {
  background: var(--gold) !important;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffcf45,
    inset -2px -2px #2d2d2d, inset 2px 2px #ffbe38 !important;
  font-size: 16px;
  padding: 5px 10px !important;
  text-transform: uppercase !important;
}

/* PRODUCT DETAIL PAGE */

.product {
  color: #ffffff;
}

.product__wrapper {
  display: grid;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.product__wrapper * .wp-post-image {
  width: 100% !important;
}

.product__wrapper * .woocommerce-product-gallery__image img {
  width: 100% !important;
}

.flex-active-slide {
  display: grid !important;
  justify-content: center !important;
}

.flex-control-nav {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto !important;
  padding: 10px !important;
  border: 12px solid transparent;
  border-image: url(./assets/images/gold-border.png) 20% round;
  background: #04191973;
}

.flex-control-nav li {
  display: grid;
  justify-items: center;
  width: fit-content !important;
}

.flex-control-nav li img {
  width: 100px;
}

.variations_form {
  display: grid;
  justify-content: center;
  color: #fff;
}

.variations_form label {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
}

.variations_form input {
  width: 60px;
}

.variations_form select {
  margin: 0 5px;
}

.variations_form .reset_variations {
  color: #fff;
}

.variations_form .reset_variations {
  display: none;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
}

.variations_form * .woocommerce-variation-add-to-cart {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.variations_form * .woocommerce-variation-add-to-cart button {
  background: var(--gold);
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffcf45,
    inset -2px -2px #2d2d2d, inset 2px 2px #ffbe38;
  font-size: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
}

form.cart {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

form.cart button {
  background: var(--gold);
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffcf45,
    inset -2px -2px #2d2d2d, inset 2px 2px #ffbe38;
  font-size: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.variations_form * .woocommerce-variation-add-to-cart button:hover {
  background: #9b7c1c;
}

.product__wrapper * .entry-summary {
  margin: 0;
  padding: 0 20px 20px 20px;
}
.product__wrapper * .entry-title {
  text-align: center;
  padding: 20px 0 0 0;
}

.variations_form .variations {
  text-align: center;
  display: flex;
  justify-content: center;
}

p.price {
  font-size: 24px;
  margin: 0;
  padding: 0px 0 10px 0;
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
  color: #00e114;
  text-align: center;
}

/* PRODUCT TABS */

.wc-tabs-wrapper {
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
  display: grid;
  justify-content: center;
  padding: 15px 20px 40px 20px;
  background-image: url(./assets/images/tabs-background.png);
  min-width: 60%;
  max-width: 60%;
  margin: 0 auto 50px auto;
  border: 10px solid transparent;
  border-image: url(./assets/images/tabs-border.png) 3% round;
  justify-items: center;
}

.wc-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  padding: 0;
  align-items: end;
  border-bottom: 2px solid #5c503f;
  margin-bottom: 10px !important;
  padding: 0px 40px !important;
}

.wc-tab * th {
  padding: 2px;
}
.wc-tab * td {
  padding: 5px;
}

.woocommerce-Tabs-panel {
  margin-top: 0;
}

ul.tabs li a {
}

.product__tab {
  border: 5px solid transparent;
  border-image: url(./assets/images/tabs-border.png) 5% round;
  background: #4a403181;
}

.wc-tabs .active {
  background: #2c261d;
  padding-top: 5px;
}

.product__tab a {
  color: white;
  text-decoration: none;
  padding: 5px 10px !important;
  font-size: 16px;
}

.tab__body {
  font-size: 14px;
}

.tab__body ul {
  list-style: square;
}

.woocommerce-product-attributes-item {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
}

.description__marquee {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  margin: -20px 0 0 0;
}

.character__grid {
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: center;
}
.character__grid img {
  width: 50%;
  justify-self: end;
}

#pre-order-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.modal {
  justify-content: center;
  align-items: center;
  color: #222222;
}

.modal p {
  padding: 0 10px;
}

/* SHOP PAGE */

.woocommerce p {
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
}

.woocommerce-result-count {
  display: none;
}

li.product {
  text-align: center;
  color: #ffffff;
}

.product a {
  text-decoration: none;
}

.product h2 {
  color: #ffffff;
  margin: 0 0;
  font-size: 22px;
}

.product .price {
  color: #00e114;
}

.product a {
  color: #00e1d2;
}

/* CART PAGE */

.woocommerce,
.select2-results {
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
}

.woocommerce-cart .woocommerce {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cart_totals h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.woocommerce-cart .woocommerce-cart-form {
  flex: 1 0 70%; /* 100% at small screens; 70% on larger screens */
  margin-right: 10px;
  background: #00000085;
  padding: 15px;
  border: 6px ridge var(--gold);
}

.woocommerce-cart-form a {
  color: #00e1d2;
}
.woocommerce-cart-form .amount {
  color: #72cf79;
}
.product-subtotal .woocommerce-Price-amount {
  color: #00e114;
}

.product-remove a {
  text-align: center;
  text-decoration: none;
  color: #e37c43;
  border: 1px solid #e37c43;
  padding: 2px 5px 3px 5px;
  vertical-align: middle;
  margin: 0 auto;
}

.product-remove a:hover {
  background: #e37c43;
  color: black;
}

/* The element that contains the cart totals */
.woocommerce-cart .cart-collaterals {
  flex: 1 0 20%; /* 100% at small screens; 30% on larger screens */
  background: #0b1914b8;
  padding: 30px 10px;
  text-align: center;
  /* align-self: center; */
  /* height: 100%; */
  border: 5px ridge var(--steel);
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
}

.product-thumbnail img {
  width: 100%;
  max-width: 125px;
  background: #414141;
  border: 4px ridge var(--steel);
}
.product-thumbnail {
  text-align: center !important;
}

.cart__wrapper {
  min-height: 500px;
  width: 100%;
  padding: 0 15px;
}
.page__wrapper {
  min-height: 500px;
  width: 100%;
  padding: 0 15px;
}

.actions {
  text-align: center !important;
}

.actions button {
  margin: 10px 0;
}

.woocommerce-notices-wrapper {
  margin: 0 10px 0 0;
  text-align: center;
}

.woocommerce-message {
  padding: 5px;
}

.woocommerce-notices-wrapper ul {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 5px;
}

.woocommerce-shipping-calculator a {
  color: #b6b6b6;
}

.select2-container--default .select2-selection--single,
.select2-dropdown {
  border: none;
  border-radius: 0;
}

.woocommerce-shipping-methods {
  list-style: none;
  padding: 0;
}

/* LOGIN */

.woocommerce-form-login,
.lost_reset_password {
  flex: 1 0 70%;
  margin-right: 10px;
  background: #00000085;
  padding: 15px;
  border: 6px ridge var(--gold);
  text-align: center;
  margin-bottom: 20px;
}

.lost_password a {
  color: #00e1d2;
}

.woocommerce-form-login p {
  margin: 10px 0;
}

/* MY ACCOUNT PAGE */

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

.woocommerce-MyAccount-navigation ul li a {
  color: #f2eff4;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.woocommerce-MyAccount-content {
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
  color: #f2eff4;
  padding: 15px 20px 40px 20px;
  background-image: url(./assets/images/tabs-background.png);
  min-width: 60%;
  max-width: 85%;
  margin: 20px 0px 50px 0px;
  border: 10px solid transparent;
  border-image: url(./assets/images/tabs-border.png) 3% round;
}

.woocommerce-MyAccount-content p a,
.woocommerce-MyAccount-content table * a,
.woocommerce-Address-title a,
.woocommerce-info a {
  color: #ddc15a;
  font-weight: bold;
}

.woocommerce-MyAccount-content fieldset legend {
  border-collapse: collapse;
  background: #2a2a2a94;
  margin: 5px 10px;
}

.woocommerce-input-wrapper input {
  height: 28px !important;
}

.woocommerce-MyAccount-content button {
  background: var(--gold);
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffcf45,
    inset -2px -2px #2d2d2d, inset 2px 2px #ffbe38;
  font-size: 16px;
  padding: 5px 10px;
  text-transform: uppercase;
}

.woocommerce-MyAccount-content button:hover {
  background: #9b7c1c;
}

.woocommerce-order-details {
  text-align: left;
}

.woocommerce-order-details h2,
.woocommerce-customer-details h2,
.woocommerce-Address-title h3,
.woocommerce-MyAccount-content h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.wc-item-meta li {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  /* align-content: center; */
  /* justify-content: flex-start; */
  gap: 5px;
}

.woocommerce-table__product-name,
.woocommerce-table__product-table {
  text-align: left;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments,
.wc-block-components-notice-banner,
.is-info {
  background-color: var(--gold) !important;
}

.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-success,
.wc-block-components-notice-banner.is-error {
  align-content: flex-start;
  align-items: stretch;
  background-color: var(--gold) !important;
  border: 0px solid;
  border-radius: 0px;
  box-sizing: border-box;
  color: #ffffff;
  display: flex;
  font-size: 1em;
  font-weight: 400;
  gap: 12px;
  line-height: 1.5;
  margin: 16px 0;
  padding: 2px 4px !important;
}
.wc-block-components-notice-banner.is-info,
.wc-block-components-notice-banner.is-success svg {
  display: none;
}

.woocommerce-EditAccountForm label,
.woocommerce-address-fields label {
  align-items: center;
  display: inline-flex;
  font-size: 12px;
  text-transform: capitalize;
  color: #f2eff4ff;
  -webkit-font-smoothing: auto;
}

.woocommerce-EditAccountForm span em {
  color: #fcb900;
}

.woocommerce-address-fields__field-wrapper p {
  display: flex;
  gap: 5px;
}

/* CART BAG ICON */

#cart-icon {
  width: 50px;
}

#cart-bag {
  position: fixed;
  bottom: 40px;
  right: 20px;
  text-decoration: none;
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
}

#cart-bag span {
  position: relative;
  text-align: center;
  display: block;
  bottom: -32px;
  left: -4px;
  font-size: 15px;
  color: white;
}

/* CHECKOUT PAGE */

.woocommerce-form-login-toggle {
  padding-bottom: 5px;
  margin: 0 auto;
  text-align: center;
}

.woocommerce-form-login-toggle .woocommerce-info {
  color: #fcb900;
  padding: 10px;
  border: 6px ridge #8e1b6b;
  text-align: center;
  font-size: inherit;
  background: #1d071385 !important;
  width: 80%;
  margin: 20px auto 5px auto;
}
.woocommerce-form-login-toggle .woocommerce-info a {
  color: #fcb900;
  font-weight: bold;
  margin-left: 5px;
}

.woocommerce-form-coupon-toggle {
  padding-bottom: 15px;
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  background: #1f8e1a !important;
  padding: 6px 0;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
  color: #adffc2;
  font-weight: bold;
  margin-left: 5px;
}

.checkout_coupon {
  background: #011a0c85;
  padding: 0px;
  border: 6px ridge var(--gold);
  text-align: center;
  margin-bottom: 20px;
}

.checkout_coupon p {
  margin: 10px 0;
}

.woocommerce-billing-fields {
  flex: 1 0 70%;
  background: #00000085;
  padding: 15px;
  border: 6px ridge var(--gold);
}
.shipping_address {
  flex: 1 0 70%;
  background: #00000085;
  padding: 15px;
  border: 6px ridge var(--gold);
}

.woocommerce-billing-fields h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.woocommerce-billing-fields label {
  font-size: 12px;
  text-transform: capitalize;
  color: #f2eff4ff;
  -webkit-font-smoothing: auto;
}

.woocommerce-input-wrapper input {
  width: 100%;
}

.woocommerce-checkout-review-order {
  flex: 1 0 20%;
  background: #0b1914b8;
  padding: 30px 10px;
  text-align: center;
  border: 5px ridge var(--steel);
  text-align: left;
}

.woocommerce-checkout-payment {
  text-align: center;
}
.woocommerce-checkout-payment ul {
  list-style: none;
  padding: 0;
}

.payment_method_ppcp {
  display: none;
}

.wc-ppcp-checkout-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.create-account {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.create-account label {
  color: #1affc3;

  border: 5px ridge #00d56c;
  text-align: center;
  font-size: 15px;
  background: #2c0d1185;
  cursor: pointer;
  width: fit-content;
  margin: 20px auto;
  padding: 10px 15px;
}

.create-account label input[type='checkbox'] {
  display: inline-block;
  opacity: 1;
  appearance: inherit;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #2c0d1185;
  border: 3px groove #38cfa1;
  margin: 0 10px 0 0;
}

.create-account label input[type='checkbox']:checked:after {
  position: absolute;
  content: '✓';
  font-size: 27px;
  color: #ded300;
  top: -13px;
  font-family: monospace;
}

#ship-to-different-address {
  text-align: center;
  margin: 10px 0;
}

#ship-to-different-address label {
  color: #fcb900;
  border: 6px ridge #8e1b6b;
  text-align: center;
  background: #2c0d1185;
  cursor: pointer;
  width: fit-content;
  font-size: 16px;
  padding: 10px 15px;
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
  font-weight: normal;
}

#ship-to-different-address label input[type='checkbox'] {
  display: inline-block;
  opacity: 1;
  appearance: inherit;
  position: relative;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #2c0d1185;
  border: 3px groove #cf7338;
  margin: 0 10px 0 0;
}

#ship-to-different-address label input[type='checkbox']:checked:after {
  position: absolute;
  content: '✓';
  font-size: 27px;
  color: #ded300;
  top: -13px;
  font-family: monospace;
}

.checkbox {
  cursor: pointer;
}

/* CONTACT PAGE */

.forminator-row {
  margin: 5px 0 !important;
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
}

.forminator-row label {
  font-size: 13px;
  color: #f2eff4;
  margin-right: 5px;
}

.forminator-row button {
  cursor: pointer;
}
.forminator-row button:hover {
  text-decoration: underline;
}

.forminator-field input {
  height: 28px !important;
}

.forminator-field textarea {
  min-height: auto !important;
}

.forminator-response-message ul,
.forminator-response-message p {
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif !important;
  color: #fcb900 !important;
}

#information__page-text h3 {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
}

#information__page-text p {
  font-size: 1.3em;
  margin: 0.2rem 0 1.5rem 0;
}

/* 404 Page */
.error__page {
  font-family: 'Pixelated MS Sans Serif', 'MS Sans Serif', sans-serif;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  margin: 0;
  padding: 0;
}
#forminator-module-178 {
  flex: 1 0 20%;
  background: #0b1914b8 !important;
  padding: 30px 10px !important;
  border: 5px ridge var(--steel) !important;
}

/* RESPONSIVE OPTIONS */

@media all and (max-width: 768px) {
  .hide__mobile {
    display: none;
  }

  .wc-tabs-wrapper {
    max-width: 95%;
    padding: 15px 8px 40px 8px;
  }

  .sidebar__group {
    background: rgba(0, 0, 0, 0.4);
    margin: -7px;
    padding: 10px;
    position: relative;
    left: 5px;
  }

  .sidebar__list {
    font-family: 'Times New Roman', Times, serif;

    font-size: 15px;
    color: white;
    text-transform: uppercase;
    list-style: none;
    font-style: italic;
    -webkit-font-smoothing: none;
  }

  .sidebar__list a {
    padding: 3px 0px;
  }

  .sidebar__list a::before {
    height: 30px;
    width: 24px;
    margin-right: -5px;
  }
  .sidebar__list .current-menu-item {
    border-block: 3px ridge #d4b761;
  }
  table.shop_table_responsive tr td::before {
    content: attr(data-title) ' ' !important;
    float: left;
  }
  .woocommerce-notices-wrapper {
    margin: 0;
  }
  .woocommerce-cart .woocommerce-cart-form {
    flex: 1 0 100%;
    margin-right: 0;
    padding: 15px;
  }
  .content__wrapper {
    gap: 10px;
    margin-top: 30px;
  }
	
	.home__featured-product .woocommerce-loop-product__title {
    font-size: 12px;
	 min-height: 37px;
	display: grid;
    align-content: center;
  }

	.home__featured-product .woocommerce * .price {
    color: #00e114;
    font-size: 15px;
  }
  /*
	.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
	*/
}

@media screen and (max-width: 450px) {
  .home__featured-product .woocommerce-loop-product__title {
    font-size: 12px;
	min-height: 37px
	display: grid;
    align-content: center;
  }

  .home__featured-product .woocommerce * .price {
    color: #00e114;
    font-size: 13px;
  }

  .widget__block {
    border: 26px solid transparent;
  }

  .sidebar__tiles div {
    display: flex;
    gap: 0;
    margin: 0;
    flex-direction: column;
    padding: 5px;
  }
  .content__wrapper {
    gap: 8px;
    display: grid;
    grid-template-columns: 1fr !important;
    margin: 0px;
    padding: 0 5px;
  }

  #secondary {
    display: none !important;
  }
  .entry-title {
    font-size: 28px;
  }
  .woocommerce-tabs ul.tabs li a {
    font-size: 0.8rem;
  }

  .wc-tabs {
    padding: 0px 20px !important;
  }

  #information__page-text h3 {
    font-size: 1rem;
  }
	
	.product

  /*
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
}
	.product h2 {
    font-size: 18px;
}
	*/
  .inner__nav #inner-menu li {
    font-size: 13px;
  }
}

/* two column product layout override woo styles */

ul.products.columns-2 li.product {
  width: 50%;
  float: left;
}
