@charset "UTF-8";
/*!
Theme Name: Checkered Moon
Theme URI: https://underscores.me/
Author: Zócalo Design
Author URI: https://www.zocalodesign.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: checkeredmoon
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 with others.

Checkered Moon is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/* Gutenberg color options*/
.has-orange-color {
  color: #e76f34; }
  .has-orange-color a, .has-orange-color a:visited {
    color: #e76f34; }
  .has-orange-color a:hover {
    color: #cf5519; }
  .is-style-outline .has-orange-color {
    color: #e76f34; }
    .is-style-outline .has-orange-color:hover {
      color: #a24213; }
  .has-orange-color.button {
    border-color: #e76f34; }

.has-orange-background-color {
  background-color: #e76f34; }

a:hover.has-orange-background-color {
  background-color: #cf5519; }

.has-green-color {
  color: #b0b91d; }
  .has-green-color a, .has-green-color a:visited {
    color: #b0b91d; }
  .has-green-color a:hover {
    color: #868d16; }
  .is-style-outline .has-green-color {
    color: #b0b91d; }
    .is-style-outline .has-green-color:hover {
      color: #5c610f; }
  .has-green-color.button {
    border-color: #b0b91d; }

.has-green-background-color {
  background-color: #b0b91d; }

a:hover.has-green-background-color {
  background-color: #868d16; }

.has-ltpink-color {
  color: #f5dddd; }
  .has-ltpink-color a, .has-ltpink-color a:visited {
    color: #f5dddd; }
  .has-ltpink-color a:hover {
    color: #e9b6b6; }
  .is-style-outline .has-ltpink-color {
    color: #f5dddd; }
    .is-style-outline .has-ltpink-color:hover {
      color: #de8e8e; }
  .has-ltpink-color.button {
    border-color: #f5dddd; }

.has-ltpink-background-color {
  background-color: #f5dddd; }

a:hover.has-ltpink-background-color {
  background-color: #e9b6b6; }

.has-pink-color {
  color: #f173a8; }
  .has-pink-color a, .has-pink-color a:visited {
    color: #f173a8; }
  .has-pink-color a:hover {
    color: #ec458b; }
  .is-style-outline .has-pink-color {
    color: #f173a8; }
    .is-style-outline .has-pink-color:hover {
      color: #e7176f; }
  .has-pink-color.button {
    border-color: #f173a8; }

.has-pink-background-color {
  background-color: #f173a8; }

a:hover.has-pink-background-color {
  background-color: #ec458b; }

.has-dkpink-color {
  color: #a81357; }
  .has-dkpink-color a, .has-dkpink-color a:visited {
    color: #a81357; }
  .has-dkpink-color a:hover {
    color: #7a0e3f; }
  .is-style-outline .has-dkpink-color {
    color: #a81357; }
    .is-style-outline .has-dkpink-color:hover {
      color: #4c0928; }
  .has-dkpink-color.button {
    border-color: #a81357; }

.has-dkpink-background-color {
  background-color: #a81357; }

a:hover.has-dkpink-background-color {
  background-color: #7a0e3f; }

.has-ltorange-color {
  color: #f18563; }
  .has-ltorange-color a, .has-ltorange-color a:visited {
    color: #f18563; }
  .has-ltorange-color a:hover {
    color: #ed6034; }
  .is-style-outline .has-ltorange-color {
    color: #f18563; }
    .is-style-outline .has-ltorange-color:hover {
      color: #da4314; }
  .has-ltorange-color.button {
    border-color: #f18563; }

.has-ltorange-background-color {
  background-color: #f18563; }

a:hover.has-ltorange-background-color {
  background-color: #ed6034; }

.has-gold-color {
  color: #ffd340; }
  .has-gold-color a, .has-gold-color a:visited {
    color: #ffd340; }
  .has-gold-color a:hover {
    color: #ffc70d; }
  .is-style-outline .has-gold-color {
    color: #ffd340; }
    .is-style-outline .has-gold-color:hover {
      color: #d9a700; }
  .has-gold-color.button {
    border-color: #ffd340; }

.has-gold-background-color {
  background-color: #ffd340; }

a:hover.has-gold-background-color {
  background-color: #ffc70d; }

.has-yellow-color {
  color: #f4ef86; }
  .has-yellow-color a, .has-yellow-color a:visited {
    color: #f4ef86; }
  .has-yellow-color a:hover {
    color: #f0e957; }
  .is-style-outline .has-yellow-color {
    color: #f4ef86; }
    .is-style-outline .has-yellow-color:hover {
      color: #ece329; }
  .has-yellow-color.button {
    border-color: #f4ef86; }

.has-yellow-background-color {
  background-color: #f4ef86; }

a:hover.has-yellow-background-color {
  background-color: #f0e957; }

.has-ltaqua-color {
  color: #9cd5c0; }
  .has-ltaqua-color a, .has-ltaqua-color a:visited {
    color: #9cd5c0; }
  .has-ltaqua-color a:hover {
    color: #78c6a9; }
  .is-style-outline .has-ltaqua-color {
    color: #9cd5c0; }
    .is-style-outline .has-ltaqua-color:hover {
      color: #54b792; }
  .has-ltaqua-color.button {
    border-color: #9cd5c0; }

.has-ltaqua-background-color {
  background-color: #9cd5c0; }

a:hover.has-ltaqua-background-color {
  background-color: #78c6a9; }

.has-aqua-color {
  color: #64c29c; }
  .has-aqua-color a, .has-aqua-color a:visited {
    color: #64c29c; }
  .has-aqua-color a:hover {
    color: #45ae84; }
  .is-style-outline .has-aqua-color {
    color: #64c29c; }
    .is-style-outline .has-aqua-color:hover {
      color: #368a68; }
  .has-aqua-color.button {
    border-color: #64c29c; }

.has-aqua-background-color {
  background-color: #64c29c; }

a:hover.has-aqua-background-color {
  background-color: #45ae84; }

.has-pool-color {
  color: #69c9cd; }
  .has-pool-color a, .has-pool-color a:visited {
    color: #69c9cd; }
  .has-pool-color a:hover {
    color: #43bbc0; }
  .is-style-outline .has-pool-color {
    color: #69c9cd; }
    .is-style-outline .has-pool-color:hover {
      color: #34989c; }
  .has-pool-color.button {
    border-color: #69c9cd; }

.has-pool-background-color {
  background-color: #69c9cd; }

a:hover.has-pool-background-color {
  background-color: #43bbc0; }

.has-blue-color {
  color: #006aae; }
  .has-blue-color a, .has-blue-color a:visited {
    color: #006aae; }
  .has-blue-color a:hover {
    color: #004b7b; }
  .is-style-outline .has-blue-color {
    color: #006aae; }
    .is-style-outline .has-blue-color:hover {
      color: #002c48; }
  .has-blue-color.button {
    border-color: #006aae; }

.has-blue-background-color {
  background-color: #006aae; }

a:hover.has-blue-background-color {
  background-color: #004b7b; }

.has-ltgray-color {
  color: #7c7675; }
  .has-ltgray-color a, .has-ltgray-color a:visited {
    color: #7c7675; }
  .has-ltgray-color a:hover {
    color: #625d5c; }
  .is-style-outline .has-ltgray-color {
    color: #7c7675; }
    .is-style-outline .has-ltgray-color:hover {
      color: #484443; }
  .has-ltgray-color.button {
    border-color: #7c7675; }

.has-ltgray-background-color {
  background-color: #7c7675; }

a:hover.has-ltgray-background-color {
  background-color: #625d5c; }

.has-gray-color {
  color: #4d4d4f; }
  .has-gray-color a, .has-gray-color a:visited {
    color: #4d4d4f; }
  .has-gray-color a:hover {
    color: #343435; }
  .is-style-outline .has-gray-color {
    color: #4d4d4f; }
    .is-style-outline .has-gray-color:hover {
      color: #1b1b1b; }
  .has-gray-color.button {
    border-color: #4d4d4f; }

.has-gray-background-color {
  background-color: #4d4d4f; }

a:hover.has-gray-background-color {
  background-color: #343435; }

/*********************
BREAKPOINTS
*********************/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * 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;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 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;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Gotham SSm A", "Gotham SSm B", sanserif;
  font-size: 15.2px;
  font-size: 0.95rem;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 400;
  font-style: normal;
  font-family: "Gotham SSm A", "Gotham SSm B", sanserif !important; }

h1.entry-title, h1.woocommerce-products-header__title.page-title {
  font-size: 28px;
  text-transform: uppercase;
  color: #a81357;
  text-align: center;
  margin-bottom: .25em; }

h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  margin: 1.5em 0; }

h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center; }

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;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem; }

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

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

big {
  font-size: 125%; }

/* Color Classes */
.gold i, .gold {
  color: #ffd340; }

.pink i, .pink {
  color: #f173a8; }

.orange i, .orange {
  color: #e76f34; }

.green i, .green {
  color: #b0b91d; }

.blue i, .blue {
  color: #006aae; }

.ltpink i, .ltpink {
  color: #f5dddd; }

.dkpink i, .dkpink {
  color: #a81357; }

.ltorange i, .ltorange {
  color: #f18563; }

.yellow i, .yellow {
  color: #f4ef86; }

.ltaqua i, .ltaqua {
  color: #9cd5c0; }

.aqua i, .aqua {
  color: #64c29c; }

.pool i, .pool {
  color: #69c9cd; }

.ltgray i, .ltgray {
  color: #7c7675; }

.gray i, .gray {
  color: #4d4d4f; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

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

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, .solidbutton,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #a81357;
  border-radius: 0px;
  background: #a81357;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: .5s; }
  button:hover, .solidbutton:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    background: #7a0e3f;
    border-color: #7a0e3f;
    transition: .5s; }
  button:active, button:focus, .solidbutton:active, .solidbutton: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 {
    background: #7a0e3f;
    border-color: #7a0e3f;
    transition: .5s; }
  button:visited, .solidbutton:visited,
  input[type="button"]:visited,
  input[type="reset"]:visited,
  input[type="submit"]:visited {
    color: white; }

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: #4d4d4f;
  border: 1px solid rgba(77, 77, 79, 0.38);
  border-radius: 0px;
  padding: .5em;
  font-size: 16px; }
  @media (min-width: 65em) {
    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 {
      font-size: 12px; } }
  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 rgba(77, 77, 79, 0.38); }

textarea {
  width: 100%; }

/* Gravity Forms */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  font-size: 14px !important; }

@media only screen and (min-width: 641px) {
  #gform_wrapper_1 ul#gform_fields_1 li.gfield {
    padding: 0 !important; } }

section#text-3 p {
  text-align: center;
  margin: .25em 0;
  font-size: 13px;
  letter-spacing: .66px;
  font-weight: 500; }

section#text-3 h4 {
  margin: .75em 0 .5em; }

div#gform_wrapper_1 {
  margin-top: 0; }
  div#gform_wrapper_1 .gform_body {
    display: inline-block;
    width: 100%; }
    @media (min-width: 48em) {
      div#gform_wrapper_1 .gform_body {
        width: 58%; } }
  div#gform_wrapper_1 .gform_footer.top_label {
    display: inline-block;
    margin-top: 5px;
    position: relative;
    top: -1px; }
    @media (min-width: 48em) {
      div#gform_wrapper_1 .gform_footer.top_label {
        width: 40%; } }
  div#gform_wrapper_1 .gfield_label {
    display: none; }
  div#gform_wrapper_1 input#gform_submit_button_1 {
    margin: 0;
    width: 100%;
    font-size: 12px;
    padding: .95em; }
  div#gform_wrapper_1 li#field_1_1 {
    margin: 0; }
  div#gform_wrapper_1 input#input_1_1 {
    border-color: #4d4d4f; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #a81357;
  text-decoration: none;
  transition: .5s; }
  a:visited {
    color: #a81357; }
  a:hover, a:focus, a:active {
    color: #f173a8;
    transition: .5s; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  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;
      border-top: 1px solid #a81357;
      background-color: #fff;
      padding: .5em;
      text-align: left;
      display: block;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-transform: translateY(-1 px);
              transform: translateY(-1 px);
      transition: all 0.65s ease 0s, visibility 0s linear 0.3s; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px;
        padding: 1em .75em; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto;
      visibility: visible;
      display: block;
      opacity: 1;
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      transition-delay: 0s; }
  .main-navigation li {
    position: relative;
    display: inline-block; }
    .main-navigation li:hover > a, .main-navigation li.focus > a {
      color: #a81357; }
  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 1.9em 1em;
    text-transform: uppercase;
    letter-spacing: 1.25px;
    font-size: 14px;
    color: #4d4d4f; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    color: #a81357; }

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

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.menu-social-media-footer-container {
  text-align: center; }
  .menu-social-media-footer-container ul#menu-social-media-footer {
    list-style: none;
    margin: 0;
    padding: 0; }
    .menu-social-media-footer-container ul#menu-social-media-footer li {
      display: inline-block;
      padding: .25em .15em; }

/* Top Menu */
nav#top-navigation {
  text-align: right; }
  nav#top-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    nav#top-navigation ul li {
      display: inline-block;
      position: relative; }
      nav#top-navigation ul li:hover > a, nav#top-navigation ul li.focus > a {
        color: #a81357; }

ul#top-menu li {
  padding: 0 0 0 .81em; }
  ul#top-menu li a {
    font-size: 25px;
    font-weight: 900;
    color: #4d4d4f; }
    ul#top-menu li a:hover {
      color: #a81357; }

ul#top-menu .current_page_item > a,
ul#top-menu .current-menu-item > a,
ul#top-menu .current_page_ancestor > a,
ul#top-menu .current-menu-ancestor > a {
  color: #a81357; }

ul#auto-menu {
  text-align: center;
  /* ul.sub-menu {
	    background: #fff;
	    position: absolute;
	    z-index: 9999;
	    width: 200px;
	    text-align: center;
	    left: -50%;
	    margin-left: 25%;
	    box-shadow: 0px 2px 5px rgba(0,0,0,.25);
	    top: 33px;
	    max-height: 0;
	    overflow: hidden;
	    transition: .5s;
	    opacity: 0;

		li {
		    width: 100%;
		    margin: 0;

		    &:first-of-type {
			    margin-top: .5em;
			}

			 &:last-of-type {
			    margin-bottom: .5em;
			}

			a {
			    background: #fff;
			    display: block;
			}
		}

		.current_page_item > a,
		.current-menu-item > a,
		.current_page_ancestor > a,
		.current-menu-ancestor > a {
			color: $dkpink;
		}

	}*/ }
  @media (min-width: 48em) {
    ul#auto-menu {
      text-align: right; } }
  ul#auto-menu li {
    text-align: center; }
    @media (min-width: 55em) {
      ul#auto-menu li {
        margin-top: .6em; } }
    ul#auto-menu li:last-of-type a {
      padding-right: 0; }
    ul#auto-menu li a {
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: 20px;
      color: #4d4d4f;
      text-align: center;
      padding: .5em; }
      ul#auto-menu li a:hover {
        color: #a81357; }
      @media (min-width: 48em) {
        ul#auto-menu li a {
          font-size: 12px;
          color: #4d4d4f;
          padding: 1em;
          white-space: nowrap; } }
  ul#auto-menu ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    border-top: 1px solid #a81357;
    background-color: #fff;
    padding: .5em;
    text-align: left;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(-1 px);
            transform: translateY(-1 px);
    transition: all 0.65s ease 0s, visibility 0s linear 0.3s; }
    ul#auto-menu ul ul {
      left: -999em;
      top: 0; }
    ul#auto-menu ul li:hover > ul, ul#auto-menu ul li.focus > ul {
      left: 100%; }
    ul#auto-menu ul a {
      width: 200px; }
      @media (min-width: 48em) {
        ul#auto-menu ul a {
          padding: 1em .75em; } }
  ul#auto-menu li:hover > ul,
  ul#auto-menu li.focus > ul {
    left: auto;
    visibility: visible;
    display: block;
    opacity: 1;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    transition-delay: 0s; }
  ul#auto-menu span.text-nav {
    display: none; }
    @media (min-width: 48em) {
      ul#auto-menu span.text-nav {
        display: inherit; } }
  ul#auto-menu i.fas.fa-shopping-basket {
    font-size: 22px; }

/* ul#auto-menu li:hover ul.sub-menu {
    max-height: 1000px;
    transition: .5s;
    opacity: 1;
} */
/* Responsive Menu */
@media screen and (max-width: 768px) {
  #responsive-menu-container #responsive-menu-title #responsive-menu-title-image {
    margin-bottom: 0px !important; }
  div#responsive-menu-title {
    padding-bottom: .5em !important; } }

div#responsive-menu-additional-content .dgwt-wcas-search-wrapp.dgwt-wcas-no-submit.woocommerce {
  min-width: auto; }

div#responsive-menu-additional-content .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
  padding: 10px 15px 10px 40px !important; }

div#responsive-menu-additional-content svg.dgwt-wcas-ico-magnifier {
  top: 10px; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .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;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

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

.alignfull {
  margin-left: calc( -100vw / 2 + 100% / 2);
  margin-right: calc( -100vw / 2 + 100% / 2);
  width: 100vw;
  position: relative; }

.alignwide {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px; }
  @media (min-width: 35em) {
    .alignwide {
      width: calc(100% + 96px);
      left: -48px; } }
.clearfix {
  clear: both; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

#footer-widgets-container {
  padding: 4em 3em 2em;
  position: relative; }

section#media_image-3 {
  margin-bottom: 1em; }

div#sb_instagram {
  min-height: 218px; }

div#footer-widget-1 {
  flex: 0 1 300px; }
  @media (min-width: 48em) {
    div#footer-widget-1 {
      flex: 0 1 360px;
      padding: 0 3em 0 0; }
      div#footer-widget-1:after {
        content: '';
        height: 90%;
        width: 1px;
        background: #4d4d4f;
        position: absolute;
        top: 0;
        right: 0; } }
@media (min-width: 48em) {
  div#footer-widget-2 {
    margin-left: 2em; } }

@media (min-width: 65em) {
  div#footer-widget-2 {
    margin-left: 4em; } }

div#footer-widget-2 section#nav_menu-2, div#footer-widget-2 section#nav_menu-3 {
  margin-left: .25em;
  text-align: left; }
  @media (min-width: 48em) {
    div#footer-widget-2 section#nav_menu-2, div#footer-widget-2 section#nav_menu-3 {
      margin-left: initial;
      display: inline-block; } }
  div#footer-widget-2 section#nav_menu-2 ul, div#footer-widget-2 section#nav_menu-3 ul {
    margin: 0;
    padding-left: 1.2em; }
    div#footer-widget-2 section#nav_menu-2 ul li, div#footer-widget-2 section#nav_menu-3 ul li {
      padding: .5em 0; }
      div#footer-widget-2 section#nav_menu-2 ul li.current-menu-item a, div#footer-widget-2 section#nav_menu-3 ul li.current-menu-item a {
        color: #a81357; }
      div#footer-widget-2 section#nav_menu-2 ul li a, div#footer-widget-2 section#nav_menu-3 ul li a {
        font-size: 13px;
        text-decoration: none;
        padding: .5em 0;
        text-transform: uppercase;
        color: #4d4d4f;
        letter-spacing: 1px; }
        div#footer-widget-2 section#nav_menu-2 ul li a:hover, div#footer-widget-2 section#nav_menu-3 ul li a:hover {
          color: #a81357; }

div#footer-widget-2 section#nav_menu-2 {
  margin-right: 4em; }

div#footer-widget-3 {
  text-align: center; }
  @media (min-width: 48em) {
    div#footer-widget-3 {
      flex: 0 1 300px;
      align-self: center; } }
  @media (min-width: 48em) and (max-width: 56.3em) {
    div#footer-widget-3 {
      width: 310px;
      position: absolute;
      bottom: -3.5em; } }
h2.widget-title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left; }

section#text-2 h3 {
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 0;
  text-align: center; }
  @media (min-width: 48em) {
    section#text-2 h3 {
      text-align: left; } }
section#text-3 {
  margin-bottom: 0;
  margin-top: 2em; }

div#footer-widget-3 {
  margin-top: 2.5em; }
  @media (min-width: 65em) {
    div#footer-widget-3 {
      margin-top: 0; } }
section#media_image-4 h2 {
  text-align: center;
  margin: 0;
  width: 100%;
  padding-right: 9%;
  position: absolute;
  top: -20px;
  -webkit-transform: rotate 30px;
          transform: rotate 30px;
  -webkit-transform: rotate(-5.5deg);
          transform: rotate(-5.5deg);
  font-weight: 400;
  font-size: 22px; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.colfull {
  max-width: 1180px;
  margin: auto;
  padding: 0 1em; }
  @media (min-width: 48em) {
    .colfull {
      padding: 0 2em; } }
  @media (min-width: 65em) {
    .colfull {
      padding: 0 3em; } }
div#footer-widgets-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center; }
  @media (min-width: 48em) {
    div#footer-widgets-container {
      justify-content: space-between;
      text-align: initial; } }
  @media (min-width: 48em) and (max-width: 56.3em) {
    div#footer-widgets-container {
      margin-bottom: 2.5em; } }
.flex-widget {
  flex: 100%;
  position: relative; }
  @media (min-width: 48em) {
    .flex-widget {
      flex: 1 1 271.5px; } }
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header#masthead {
  text-align: center;
  padding: 1em 2em 0;
  margin-bottom: .5em;
  border-bottom: 1px solid #a81357;
  padding-bottom: 1em; }
  @media (min-width: 55em) {
    header#masthead {
      padding-bottom: 0;
      margin-bottom: 1.5em;
      border-bottom: 0px; } }
.site-branding img {
  width: 80px;
  height: auto; }
  @media (min-width: 55em) {
    .site-branding img {
      width: 140px; } }
.flexheader {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center; }
  .flexheader .dgwt-wcas-search-wrapp {
    min-width: 50px;
    width: 50px;
    flex: 0 1 50px;
    justify-self: flex-start;
    margin-left: 0;
    margin-right: 0;
    order: 2; }
    @media (min-width: 55em) {
      .flexheader .dgwt-wcas-search-wrapp {
        flex: 1 1 300px;
        min-width: 200px; } }
    @media (min-width: 55em) {
      .flexheader .dgwt-wcas-search-wrapp {
        order: 1; } }
  .flexheader .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    opacity: .9; }
  .flexheader .dgwt-wcas-preloader.dgwt-wcas-close {
    display: none; }
  .flexheader .dgwt-wcas-sf-wrapp {
    z-index: 9999; }
  .flexheader form.dgwt-wcas-search-form {
    max-width: 200px; }
    .flexheader form.dgwt-wcas-search-form:focus .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .flexheader form.dgwt-wcas-search-form:hover .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
      width: 200px;
      transition: .5s;
      border: 1px solid #4d4d4f;
      border-radius: 0px;
      color: #4d4d4f; }
      @media (min-width: 48em) {
        .flexheader form.dgwt-wcas-search-form:focus .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, .flexheader form.dgwt-wcas-search-form:hover .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
          width: 400px; } }
  .flexheader .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    width: 200px;
    transition: .5s;
    border: 1px solid #4d4d4f;
    border-radius: 0px;
    color: #4d4d4f; }
    @media (min-width: 48em) {
      .flexheader .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
        width: 400px; } }
  .flexheader .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border: 0;
    font-size: 16px;
    width: 50px;
    transition: .5s; }
    @media (min-width: 65em) {
      .flexheader .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        font-size: 12px; } }
    @media (min-width: 55em) {
      .flexheader .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        border: 1px solid #4d4d4f;
        border-radius: 0px;
        color: #4d4d4f;
        width: 200px; } }
  .flexheader .dgwt-wcas-preloader:focus .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    width: 200px;
    transition: .5s;
    border: 1px solid #4d4d4f;
    border-radius: 0px;
    color: #4d4d4f; }
    @media (min-width: 48em) {
      .flexheader .dgwt-wcas-preloader:focus .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
        width: 400px; } }
  .flexheader .site-branding {
    flex: 1 1 100%;
    align-self: center;
    margin: auto;
    order: 1; }
    @media (min-width: 55em) {
      .flexheader .site-branding {
        flex: 1 1 150px;
        order: 2; } }
  .flexheader nav#top-navigation {
    flex: 1 1 auto;
    justify-self: flex-end;
    order: 3; }
    @media (min-width: 48em) {
      .flexheader nav#top-navigation {
        flex: 1 1 300px;
        order: 3; } }
    .flexheader nav#top-navigation ul#top-menu {
      display: none; }
      @media (min-width: 55em) {
        .flexheader nav#top-navigation ul#top-menu {
          display: inherit; } }
nav#site-navigation {
  flex: 0 1 100%;
  border-bottom: 1px solid #a81357; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
div#footer-widgets-container.colfull {
  max-width: 1270px; }

footer#colophon {
  border-top: 1px solid #4d4d4f; }

.site-info {
  text-align: center;
  border-top: 1px solid #4d4d4f;
  padding: 1em;
  font-size: 11px;
  letter-spacing: .5px; }
  .site-info a {
    color: #4d4d4f; }
    .site-info a:hover {
      color: #7c7675; }

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

body:not(.home):not(.woocommerce-page):not(.page-id-65):not(.page-template-fullwidth-page) .hentry {
  margin: 0 0 1.5em;
  max-width: 840px;
  margin: 0 auto 1em; }
  body:not(.home):not(.woocommerce-page):not(.page-id-65):not(.page-template-fullwidth-page) .hentry .entry-content {
    max-width: 740px;
    margin: 1em auto; }

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

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

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

main#main {
  position: relative;
  margin-bottom: 4em; }

/* 404 Error Page */
body.error404 {
  text-align: center; }
  body.error404 main#main {
    max-width: 1000px;
    margin: auto; }
    body.error404 main#main section.error-404.not-found {
      padding: 1em 2em; }
    body.error404 main#main .page-content {
      padding-bottom: 3em; }
      body.error404 main#main .page-content p {
        max-width: 600px;
        margin: 1em auto; }
      body.error404 main#main .page-content a.button {
        display: inline-block; }
  body.error404 div#errorslider {
    margin-bottom: 3em; }

/*--------------------------------------------------------------
## Wishlists
--------------------------------------------------------------*/
.tinv-wishlist table {
  text-align: left; }

.tinv-wishlist .navigation-button {
  text-align: center; }
  .tinv-wishlist .navigation-button > li {
    float: none;
    display: inline-block; }

/* Registry Page Image Blocks */
.wp-block-image a {
  position: relative;
  display: block; }
  .wp-block-image a:after {
    content: 'find registry';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 240, 237, 0.85);
    left: 0;
    top: 0;
    text-align: center;
    padding: 36% .5em;
    color: #a81357;
    letter-spacing: 1px;
    transition: .5s;
    font-size: 22px;
    line-height: 27px;
    font-weight: 400;
    text-transform: uppercase; }
  .wp-block-image a.regcreate:after {
    content: 'create registry'; }
  .wp-block-image a.regmanage:after {
    content: 'manage registries'; }
  .wp-block-image a:hover:after {
    background: transparent;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); }
  .wp-block-image a img {
    display: block; }

.wp-block-column:last-of-type {
  margin-right: 0; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Home Styling
--------------------------------------------------------------*/
body.home {
  /* Master Slider */ }
  body.home h1.entry-title {
    display: none; }
  body.home .ms-nav-prev {
    left: -10px;
    background: rgba(255, 255, 255, 0.8);
    width: 33px;
    height: 40px; }
    @media (min-width: 48em) {
      body.home .ms-nav-prev {
        left: -26px; } }
    @media (min-width: 55em) {
      body.home .ms-nav-prev {
        left: -32px; } }
    body.home .ms-nav-prev:after {
      content: '';
      width: 10px;
      height: 10px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      position: absolute;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
      left: 34%;
      color: #4d4d4f !important;
      top: 14px; }
  body.home .ms-nav-next {
    right: -10px;
    background: rgba(255, 255, 255, 0.8);
    width: 33px;
    height: 40px; }
    @media (min-width: 48em) {
      body.home .ms-nav-next {
        right: -26px; } }
    @media (min-width: 55em) {
      body.home .ms-nav-next {
        right: -33px; } }
    body.home .ms-nav-next:after {
      content: '';
      width: 10px;
      height: 10px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      position: absolute;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: 40%;
      color: #4d4d4f !important;
      top: 14px; }

/* Product Slider Area */
.cs-style-3 figcaption {
  height: 100% !important;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .cs-style-3 figcaption .pro_price_area {
    flex-basis: 100%; }
  .cs-style-3 figcaption .wpb_cart_button {
    flex-basis: 100%; }
  .cs-style-3 figcaption a.wpb-wps-product-title {
    flex-basis: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cs-style-3 figcaption a.wpb-wps-product-title h3.pro_title {
      color: gray !important; }

.grid figcaption {
  background: rgba(255, 255, 255, 0.8) !important; }

.wpb-woo-products-slider.owl-theme .owl-nav [class*=owl-] {
  background: #fff !important; }

.owl-theme .owl-nav [class*=owl-] {
  color: #4d4d4f !important;
  font-size: 24px !important; }

.wpb_slider_area .owl-theme .owl-nav {
  position: absolute;
  top: 40% !important;
  right: auto;
  width: 107%;
  left: -3.5%; }

.owl-prev {
  position: absolute;
  left: 0;
  margin-left: 0 !important; }

.owl-next {
  position: absolute;
  right: 0; }

button.owl-next, button.owl-prev {
  border: 0; }

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

.infinite-scroll.neverending .woocommerce-pagination {
  display: none; }

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/*
Theme Name: Checkered Moon

WooCommerce styles override
*/
/**
 * WooCommerce color variables
 */
/**
 * Imports
 */
/* Gutenberg color options*/
.has-orange-color {
  color: #e76f34; }
  .has-orange-color a, .has-orange-color a:visited {
    color: #e76f34; }
  .has-orange-color a:hover {
    color: #cf5519; }
  .is-style-outline .has-orange-color {
    color: #e76f34; }
    .is-style-outline .has-orange-color:hover {
      color: #a24213; }
  .has-orange-color.button {
    border-color: #e76f34; }

.has-orange-background-color {
  background-color: #e76f34; }

a:hover.has-orange-background-color {
  background-color: #cf5519; }

.has-green-color {
  color: #b0b91d; }
  .has-green-color a, .has-green-color a:visited {
    color: #b0b91d; }
  .has-green-color a:hover {
    color: #868d16; }
  .is-style-outline .has-green-color {
    color: #b0b91d; }
    .is-style-outline .has-green-color:hover {
      color: #5c610f; }
  .has-green-color.button {
    border-color: #b0b91d; }

.has-green-background-color {
  background-color: #b0b91d; }

a:hover.has-green-background-color {
  background-color: #868d16; }

.has-ltpink-color {
  color: #f5dddd; }
  .has-ltpink-color a, .has-ltpink-color a:visited {
    color: #f5dddd; }
  .has-ltpink-color a:hover {
    color: #e9b6b6; }
  .is-style-outline .has-ltpink-color {
    color: #f5dddd; }
    .is-style-outline .has-ltpink-color:hover {
      color: #de8e8e; }
  .has-ltpink-color.button {
    border-color: #f5dddd; }

.has-ltpink-background-color {
  background-color: #f5dddd; }

a:hover.has-ltpink-background-color {
  background-color: #e9b6b6; }

.has-pink-color {
  color: #f173a8; }
  .has-pink-color a, .has-pink-color a:visited {
    color: #f173a8; }
  .has-pink-color a:hover {
    color: #ec458b; }
  .is-style-outline .has-pink-color {
    color: #f173a8; }
    .is-style-outline .has-pink-color:hover {
      color: #e7176f; }
  .has-pink-color.button {
    border-color: #f173a8; }

.has-pink-background-color {
  background-color: #f173a8; }

a:hover.has-pink-background-color {
  background-color: #ec458b; }

.has-dkpink-color {
  color: #a81357; }
  .has-dkpink-color a, .has-dkpink-color a:visited {
    color: #a81357; }
  .has-dkpink-color a:hover {
    color: #7a0e3f; }
  .is-style-outline .has-dkpink-color {
    color: #a81357; }
    .is-style-outline .has-dkpink-color:hover {
      color: #4c0928; }
  .has-dkpink-color.button {
    border-color: #a81357; }

.has-dkpink-background-color {
  background-color: #a81357; }

a:hover.has-dkpink-background-color {
  background-color: #7a0e3f; }

.has-ltorange-color {
  color: #f18563; }
  .has-ltorange-color a, .has-ltorange-color a:visited {
    color: #f18563; }
  .has-ltorange-color a:hover {
    color: #ed6034; }
  .is-style-outline .has-ltorange-color {
    color: #f18563; }
    .is-style-outline .has-ltorange-color:hover {
      color: #da4314; }
  .has-ltorange-color.button {
    border-color: #f18563; }

.has-ltorange-background-color {
  background-color: #f18563; }

a:hover.has-ltorange-background-color {
  background-color: #ed6034; }

.has-gold-color {
  color: #ffd340; }
  .has-gold-color a, .has-gold-color a:visited {
    color: #ffd340; }
  .has-gold-color a:hover {
    color: #ffc70d; }
  .is-style-outline .has-gold-color {
    color: #ffd340; }
    .is-style-outline .has-gold-color:hover {
      color: #d9a700; }
  .has-gold-color.button {
    border-color: #ffd340; }

.has-gold-background-color {
  background-color: #ffd340; }

a:hover.has-gold-background-color {
  background-color: #ffc70d; }

.has-yellow-color {
  color: #f4ef86; }
  .has-yellow-color a, .has-yellow-color a:visited {
    color: #f4ef86; }
  .has-yellow-color a:hover {
    color: #f0e957; }
  .is-style-outline .has-yellow-color {
    color: #f4ef86; }
    .is-style-outline .has-yellow-color:hover {
      color: #ece329; }
  .has-yellow-color.button {
    border-color: #f4ef86; }

.has-yellow-background-color {
  background-color: #f4ef86; }

a:hover.has-yellow-background-color {
  background-color: #f0e957; }

.has-ltaqua-color {
  color: #9cd5c0; }
  .has-ltaqua-color a, .has-ltaqua-color a:visited {
    color: #9cd5c0; }
  .has-ltaqua-color a:hover {
    color: #78c6a9; }
  .is-style-outline .has-ltaqua-color {
    color: #9cd5c0; }
    .is-style-outline .has-ltaqua-color:hover {
      color: #54b792; }
  .has-ltaqua-color.button {
    border-color: #9cd5c0; }

.has-ltaqua-background-color {
  background-color: #9cd5c0; }

a:hover.has-ltaqua-background-color {
  background-color: #78c6a9; }

.has-aqua-color {
  color: #64c29c; }
  .has-aqua-color a, .has-aqua-color a:visited {
    color: #64c29c; }
  .has-aqua-color a:hover {
    color: #45ae84; }
  .is-style-outline .has-aqua-color {
    color: #64c29c; }
    .is-style-outline .has-aqua-color:hover {
      color: #368a68; }
  .has-aqua-color.button {
    border-color: #64c29c; }

.has-aqua-background-color {
  background-color: #64c29c; }

a:hover.has-aqua-background-color {
  background-color: #45ae84; }

.has-pool-color {
  color: #69c9cd; }
  .has-pool-color a, .has-pool-color a:visited {
    color: #69c9cd; }
  .has-pool-color a:hover {
    color: #43bbc0; }
  .is-style-outline .has-pool-color {
    color: #69c9cd; }
    .is-style-outline .has-pool-color:hover {
      color: #34989c; }
  .has-pool-color.button {
    border-color: #69c9cd; }

.has-pool-background-color {
  background-color: #69c9cd; }

a:hover.has-pool-background-color {
  background-color: #43bbc0; }

.has-blue-color {
  color: #006aae; }
  .has-blue-color a, .has-blue-color a:visited {
    color: #006aae; }
  .has-blue-color a:hover {
    color: #004b7b; }
  .is-style-outline .has-blue-color {
    color: #006aae; }
    .is-style-outline .has-blue-color:hover {
      color: #002c48; }
  .has-blue-color.button {
    border-color: #006aae; }

.has-blue-background-color {
  background-color: #006aae; }

a:hover.has-blue-background-color {
  background-color: #004b7b; }

.has-ltgray-color {
  color: #7c7675; }
  .has-ltgray-color a, .has-ltgray-color a:visited {
    color: #7c7675; }
  .has-ltgray-color a:hover {
    color: #625d5c; }
  .is-style-outline .has-ltgray-color {
    color: #7c7675; }
    .is-style-outline .has-ltgray-color:hover {
      color: #484443; }
  .has-ltgray-color.button {
    border-color: #7c7675; }

.has-ltgray-background-color {
  background-color: #7c7675; }

a:hover.has-ltgray-background-color {
  background-color: #625d5c; }

.has-gray-color {
  color: #4d4d4f; }
  .has-gray-color a, .has-gray-color a:visited {
    color: #4d4d4f; }
  .has-gray-color a:hover {
    color: #343435; }
  .is-style-outline .has-gray-color {
    color: #4d4d4f; }
    .is-style-outline .has-gray-color:hover {
      color: #1b1b1b; }
  .has-gray-color.button {
    border-color: #4d4d4f; }

.has-gray-background-color {
  background-color: #4d4d4f; }

a:hover.has-gray-background-color {
  background-color: #343435; }

/*********************
BREAKPOINTS
*********************/
/**
 * Shop tables
 */
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none; }

table.shop_table_responsive tbody th {
  display: none; }

table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both; }
  table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    float: left; }
  table.shop_table_responsive tr td.product-remove {
    text-align: left;
    position: absolute; }
    @media (min-width: 48em) {
      table.shop_table_responsive tr td.product-remove {
        position: relative; } }
    table.shop_table_responsive tr td.product-remove a {
      text-align: left; }
    table.shop_table_responsive tr td.product-remove:before {
      display: none; }
  table.shop_table_responsive tr td.actions:before, table.shop_table_responsive tr td.download-actions:before {
    display: none; }
  table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center; }

table.shop_table_responsive .quantity h2 {
  display: none; }

table.shop_table_responsive input.input-text.qty.text {
  width: 70px;
  padding: .25em 1em; }

table.shop_table_responsive .product-thumbnail img {
  width: 80px;
  height: 80px; }

table.shop_table_responsive .coupon {
  display: none; }

table.shop_table_responsive button[name="update_cart"] {
  width: 100%;
  margin-top: .5em; }
  @media (min-width: 48em) {
    table.shop_table_responsive button[name="update_cart"] {
      float: right;
      width: auto;
      margin-top: 0; } }
table.shop_table_responsive td.product-subtotal, table.shop_table_responsive td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
  padding-bottom: 1em; }

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group; }
  table.shop_table_responsive tbody th {
    display: table-cell; }
  table.shop_table_responsive tr th, table.shop_table_responsive tr td {
    text-align: left; }
  table.shop_table_responsive tr td {
    display: table-cell;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1em 0 .5em; }
    table.shop_table_responsive tr td:before {
      display: none; } }

table.shop_attributes {
  margin-top: .9em; }
  table.shop_attributes p {
    margin: 0; }

table.shop_table.woocommerce-checkout-review-order-table, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  text-align: left; }
  table.shop_table.woocommerce-checkout-review-order-table td, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details td {
    border-bottom: 1px solid #c1c1c1bf;
    padding-left: 5px; }
  table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tfoot tr th {
    text-align: right;
    padding-right: 5px; }

td.product-thumbnail:before {
  display: none; }

a.remove, .tinv-wishlist .product-remove button {
  background-color: #dcf2f3;
  padding: 3px 10px 6px;
  vertical-align: middle;
  text-align: center;
  position: relative;
  border-radius: 999px;
  top: -3px;
  color: #fff; }

/* td.product-remove {
    text-align: left !important;
    
} */
/* Wishlist Items */
tr.wishlist_item td.product-cb, tr.wishlist_item td.product-remove, tr.wishlist_item td.product-thumbnail, tr.wishlist_item td.product-name, tr.wishlist_item td.product-price, tr.wishlist_item td.product-date, tr.wishlist_item td.product-stock, tr.wishlist_item td.product-action, tr.wishlist_item td.product-quantity {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

tr.wishlist_item td.product-quantity h2 {
  display: none; }

.tinv-wishlist .navigation-button li {
  width: 19%; }
  .tinv-wishlist .navigation-button li a {
    width: 100%;
    font-size: 14px;
    text-transform: lowercase; }
    .tinv-wishlist .navigation-button li a.button {
      background: transparent;
      padding: .5em 1em;
      border: 1px solid;
      width: 100%; }

table.tinvwl-table-manage-list thead tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

@media (max-width: 37.5em) {
  tr.wishlist_item td {
    padding: 0; }
    tr.wishlist_item td.product-action {
      margin-bottom: 3em;
      padding: 1em;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-cb, .tinv-wishlist table.tinvwl-table-manage-list tbody td.product-remove {
    display: inline-block;
    width: 35px !important; } }

/**
 * Products
 */
/**
* Filter & Sort
**/
p.woocommerce-result-count {
  display: none; }
  @media (min-width: 48em) {
    p.woocommerce-result-count {
      display: inline-block;
      position: relative;
      top: -14px; } }
form.woocommerce-ordering {
  display: none; }
  @media (min-width: 48em) {
    form.woocommerce-ordering {
      display: inline-block;
      margin: 0 0 0 auto;
      float: right; } }
/**
 * Products
 */
ul.products {
  content: "";
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  min-width: 100%; }
  ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
    text-align: center;
    max-width: 300px;
    margin: 1em auto 1.5em; }
    ul.products li.product .woocommerce-loop-product__title {
      font-size: .9rem;
      text-transform: capitalize;
      color: #4d4d4f;
      font-weight: 500;
      letter-spacing: .5px;
      margin-bottom: 0;
      margin-top: .8em;
      line-height: 22px; }
    ul.products li.product img {
      display: block; }
    ul.products li.product .button {
      display: block; }
    ul.products li.product a {
      color: #4d4d4f; }
      ul.products li.product a:hover {
        color: #a81357; }
    ul.products li.product:hover span.price del {
      color: #f5dddd;
      transition: .5s; }
    ul.products li.product:hover h2 {
      color: #a81357;
      transition: .5s; }
    ul.products li.product:hover a {
      color: #a81357;
      transition: .5s; }

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 22.15%;
    float: left;
    margin-right: 3.8%; }
    ul.products li.product.first {
      clear: both; }
    ul.products li.product.last {
      margin-right: 0; }
  .columns-1 ul.products li.product {
    float: none;
    width: 100%; }
  .columns-2 ul.products li.product {
    width: 48.1%; }
  .columns-3 ul.products li.product {
    width: 30.7966666667%; }
  .columns-4 ul.products li.product {
    width: 22.15%; }
  .columns-5 ul.products li.product {
    width: 16.96%; }
  .columns-6 ul.products li.product {
    width: 13.4933333333%; } }

body.archive a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart, section.related.products a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  display: none; }

body.archive a.button.product_type_variable.add_to_cart_button, body.archive a.button.product_type_grouped, section.related.products a.button.product_type_variable.add_to_cart_button, section.related.products a.button.product_type_grouped {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .5px; }

body.archive span.onsale, section.related.products span.onsale {
  position: absolute;
  left: 5px; }

del {
  color: #ababab; }

ins {
  background: transparent; }

/* Pagination */
nav.woocommerce-pagination {
  text-align: center; }
  nav.woocommerce-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    nav.woocommerce-pagination ul li {
      display: inline-block; }
      nav.woocommerce-pagination ul li span.page-numbers.current {
        padding: .5em; }
      nav.woocommerce-pagination ul li a {
        padding: .5em; }

/**
 * Single product
 */
/**
 * Single Product
 */
.single-product div.product {
  content: "";
  display: table;
  table-layout: fixed;
  position: relative;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: .45px; }
  @media (min-width: 48em) {
    .single-product div.product span.onsale {
      float: left; } }
  .single-product div.product h1.product_title.entry-title {
    text-align: left;
    color: inherit;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .5px;
    line-height: 24px;
    margin: 0; }
  @media (min-width: 48em) {
    .single-product div.product .summary.entry-summary {
      float: left;
      width: 45%;
      margin-left: 7%;
      margin-bottom: 2em; } }
  .single-product div.product .summary.entry-summary p.price {
    font-size: 16px;
    letter-spacing: 1.25px;
    margin: 0 0 .5em; }
  .single-product div.product .summary.entry-summary input.input-text.qty.text {
    width: 60px;
    padding: .5em .25em .5em 1em;
    border: 1px solid #bbb;
    box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.25); }
  .single-product div.product .summary.entry-summary .quantity {
    margin: 1em 0 1.5em; }
  .single-product div.product .summary.entry-summary h2 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    text-align: left;
    margin: 0 0 .35em;
    letter-spacing: 1.2px; }
  .single-product div.product .summary.entry-summary p {
    margin: 0 0 1em; }
  .single-product div.product button {
    background: #f5eae8;
    border-color: #f5eae8;
    color: #a81357;
    width: 100%;
    max-width: 300px;
    padding: 1.5em;
    font-weight: 700; }
    .single-product div.product button:hover {
      background: #e6cac4;
      border-color: #e6cac4;
      transition: .5s; }
  .single-product div.product .woocommerce-tabs.wc-tabs-wrapper {
    clear: both; }
  @media (min-width: 48em) {
    .single-product div.product .woocommerce-product-gallery {
      position: relative;
      float: left;
      width: 48%;
      clear: left; } }
  .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 1em;
    right: 1em;
    display: block;
    z-index: 99; }
  .single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em; }
  .single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0; }
    .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
      list-style: none;
      cursor: pointer;
      float: left; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
        opacity: .5; }
        .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
          opacity: 1; }
      .single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
        opacity: 1; }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
      margin-right: 0; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
      clear: both; }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.7966666667%; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
      margin-right: 0; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
      clear: both; }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
      margin-right: 0; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
      clear: both; }
  .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
      margin-right: 0; }
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
      clear: both; }
  .single-product div.product .tinv-wishlist.tinvwl-before-add-to-cart .tinvwl_add_to_wishlist_button {
    margin-bottom: 0; }
  .single-product div.product .product_meta {
    margin-bottom: 1.5em; }
    .single-product div.product .product_meta span.posted_in {
      display: none; }
    .single-product div.product .product_meta span.sku_wrapper {
      display: none; }

.stock:empty:before {
  display: none; }

.stock.in-stock {
  color: #69c9cd; }

.stock.out-of-stock {
  color: #e76f34; }

a.reset_variations {
  margin-left: 10px; }

.single-product .product_cat-special-order .quantity {
  display: none; }

.single-product .product_cat-special-order button.single_add_to_cart_button.button.alt {
  display: none; }

section.related.products {
  border-top: 1px solid #4d4d4f; }

/**
 * Checkout
 */
/**
 * Checkout
 */
body.woocommerce-checkout h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 24px; }

body.woocommerce-checkout #primary .colfull, body.woocommerce-checkout article.hentry {
  max-width: 1500px; }

body.woocommerce-checkout .entry-content .woocommerce p {
  padding: 0;
  margin: .5em 0; }

body.woocommerce-checkout .entry-content form.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  body.woocommerce-checkout .entry-content form.checkout.woocommerce-checkout .col2-set {
    flex: 0 1 533px; }
    @media (min-width: 48em) {
      body.woocommerce-checkout .entry-content form.checkout.woocommerce-checkout .col2-set {
        padding-left: 1em; } }
  body.woocommerce-checkout .entry-content form.checkout.woocommerce-checkout p {
    padding: 0; }

body.woocommerce-checkout span.woocommerce-input-wrapper input {
  width: 100%;
  padding: .5em;
  border: 1px solid rgba(77, 77, 79, 0.38); }

.woocommerce-billing-fields label, .woocommerce-shipping-fields label, .woocommerce-additional-fields label {
  display: block; }

@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%; }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0; }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%; } }

/**
* Cart 
*/
@media (min-width: 48em) {
  .cart-collaterals {
    width: 50%;
    margin: auto 0 auto auto; } }

a.checkout-button.button.alt.wc-forward {
  border: 1px solid;
  border-color: #a81357;
  border-radius: 0px;
  background: #a81357;
  color: white;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: .5s;
  width: 100%;
  display: block;
  text-align: center; }

.coupon label {
  display: none; }

input#coupon_code {
  border-color: rgba(0, 0, 0, 0.15);
  padding: .32em;
  width: 48%; }

button[name="apply_coupon"] {
  background: #f5eae8;
  border-color: #f5eae8;
  color: #a81357;
  padding: .75em 1em .7em;
  width: 50%; }

@media (min-width: 48em) {
  form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first, form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
    display: inline; } }

form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
  width: 100%; }
  @media (min-width: 48em) {
    form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
      width: 50%; } }
  @media (min-width: 65em) {
    form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
      padding: .6em 1em .7em; } }
form.checkout_coupon.woocommerce-form-coupon button[name="apply_coupon"] {
  width: 100%;
  padding: 1em; }
  @media (min-width: 48em) {
    form.checkout_coupon.woocommerce-form-coupon button[name="apply_coupon"] {
      width: 49%; } }
form .required {
  text-decoration: none; }

/**
* Payments 
**/
ul.wc_payment_methods.payment_methods.methods {
  list-style: none;
  margin: 0;
  padding: 1em; }

button#place_order {
  width: 100%;
  max-width: 502px;
  margin: auto;
  display: block;
  padding: 1em; }

.payment_box.payment_method_square fieldset {
  border: 0px solid;
  border-color: lightgray;
  margin-top: 1em; }

.woocommerce-terms-and-conditions-wrapper {
  padding: 1em 2em; }

/** 
* Order Received
**/
.woocommerce-order {
  max-width: 840px;
  margin: auto; }
  .woocommerce-order h2 {
    text-align: left;
    margin: .5em 0; }

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  list-style: none;
  margin: 0;
  padding: 1em 0; }
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    margin-bottom: .5em; }

section.woocommerce-columns.woocommerce-columns--2 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }

.woocommerce-column.woocommerce-column--1, .woocommerce-column.woocommerce-column--2 {
  flex: 0 1 420px; }

section.woocommerce-order-details {
  padding: 1em;
  background: #f5eae8;
  margin-bottom: 1em; }

ul#shipping_method {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  ul#shipping_method input {
    margin-right: 1em;
    top: -2px;
    position: relative; }

/* little hack for hiding large order shipping 
ul#shipping_method li:nth-of-type(2) {
    display: none;
}*/
.cart_totals table tbody tr th {
  padding: 0 1.5em 0 0; }

/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
  content: "";
  display: table;
  table-layout: fixed; }
  .site-header-cart .cart-contents {
    text-decoration: none; }
  .site-header-cart .widget_shopping_cart {
    display: none; }
  .site-header-cart .product_list_widget {
    margin: 0;
    padding: 0; }

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  font-size: 1em;
  width: 5.3em;
  font-family: 'star';
  font-weight: 400; }
  .star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
  .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
  .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #a81357; }

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400; }
  p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: .25; }
  p.stars a:hover ~ a:before {
    content: "\53";
    color: #404040;
    opacity: .25; }

p.stars:hover a:before {
  content: "\53";
  color: #a81357;
  opacity: 1; }

p.stars.selected a.active:before {
  content: "\53";
  color: #a81357;
  opacity: 1; }

p.stars.selected a.active ~ a:before {
  content: "\53";
  color: #404040;
  opacity: .25; }

p.stars.selected a:not(.active):before {
  content: "\53";
  color: #a81357;
  opacity: 1; }

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #4d4d4f; }
  .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0;
    position: relative;
    margin-right: 2em; }
    .woocommerce-tabs ul.tabs li a {
      padding: 1em 0;
      display: block;
      color: #4d4d4f;
      text-transform: uppercase;
      font-weight: 700; }
      .woocommerce-tabs ul.tabs li a:hover {
        color: #a81357; }
    .woocommerce-tabs ul.tabs li.active a {
      color: #a81357; }

.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em; }

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

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right; }
  .woocommerce-password-strength.strong {
    color: #69c9cd; }
  .woocommerce-password-strength.short {
    color: #e76f34; }
  .woocommerce-password-strength.bad {
    color: #e76f34; }
  .woocommerce-password-strength.good {
    color: #f5eae8; }

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #69c9cd; }

.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #e76f34; }

.required {
  color: red; }

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  content: "";
  display: table;
  table-layout: fixed;
  background-color: #dcf2f3;
  clear: both;
  width: 100%;
  padding: 1em; }
  .woocommerce-message a.button.wc-forward,
  .woocommerce-info a.button.wc-forward,
  .woocommerce-error a.button.wc-forward,
  .woocommerce-noreviews a.button.wc-forward,
  p.no-comments a.button.wc-forward {
    color: #fff;
    float: right; }

.woocommerce-info,
p.no-comments {
  background-color: #f5eae8; }

.woocommerce-noreviews {
  background-color: transparent; }

.woocommerce-error {
  background-color: #e76f34; }

.demo_store {
  position: relative !important;
  left: 0;
  bottom: auto !important;
  top: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #f5eae8 !important;
  z-index: 9999;
  text-align: center;
  color: #a81357;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700; }
  .demo_store a.woocommerce-store-notice__dismiss-link {
    display: none; }

ul.woocommerce-error {
  margin: 0 0 1em;
  list-style: none;
  color: #fff; }

@media screen and (min-width: 48em) {
  /**
	 * Header cart
	 */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2); }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block; } }

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em; }

.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em; }
  .widget_price_filter .price_slider_amount .button {
    float: left; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #a81357;
  box-sizing: border-box;
  margin-top: -.25em;
  opacity: 1; }
  .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -1em; }
  .widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #a81357; }

.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1); }

.widget_price_filter .ui-slider-horizontal {
  height: .5em; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%; }

/**
 * My Account
 */
nav.woocommerce-MyAccount-navigation {
  max-width: 200px;
  margin: auto; }
  @media (min-width: 48em) {
    nav.woocommerce-MyAccount-navigation {
      width: 17.6470588235%;
      float: left;
      margin-right: 5.8823529412%; } }
  nav.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    list-style: none; }
    nav.woocommerce-MyAccount-navigation ul li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      position: relative; }
      nav.woocommerce-MyAccount-navigation ul li a {
        padding: .875em 0;
        display: block; }
        nav.woocommerce-MyAccount-navigation ul li a:before {
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          font-weight: normal;
          line-height: 1;
          vertical-align: -.125em;
          font-family: 'Font Awesome 5 Free';
          font-weight: 900;
          line-height: inherit;
          vertical-align: baseline;
          content: "\f15c";
          line-height: 1.618;
          margin-left: 0.5407911001em;
          width: 1.41575em;
          text-align: right;
          float: right;
          opacity: 0.25; }

@media (min-width: 48em) {
  .woocommerce-MyAccount-content {
    width: 76.4705882353%;
    float: right;
    margin-right: 0; } }

.woocommerce-MyAccount-navigation ul li.is-active a::before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li a:hover::before {
  opacity: 1; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a::before {
  content: "\f3fd"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a::before {
  content: "\f291"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a::before {
  content: "\f1c6"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a::before {
  content: "\f015"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a::before {
  content: "\f09d"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a::before {
  content: "\f007"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
  content: "\f2f5"; }

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a::before {
  content: "\f021"; }

/**
  * Login 
  **/
.u-columns.col2-set {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.u-column1.col-1, .u-column2.col-2 {
  flex: 0 1 533px; }

div#customer_login h2 {
  text-align: left; }

form.woocommerce-form-login label, form.woocommerce-form-register label, form.woocommerce-EditAccountForm.edit-account label {
  display: block; }

form.woocommerce-form-login input, form.woocommerce-form-register input, form.woocommerce-EditAccountForm.edit-account input {
  width: 100%; }

form.woocommerce-form-login fieldset, form.woocommerce-form-register fieldset, form.woocommerce-EditAccountForm.edit-account fieldset {
  background: #f5eae8;
  border: 0;
  padding-top: 2.5em; }

form.woocommerce-form-login legend, form.woocommerce-form-register legend, form.woocommerce-EditAccountForm.edit-account legend {
  position: relative;
  top: 2.25em;
  text-transform: uppercase;
  font-weight: 500; }

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
  margin: 2em 0 0; }
  label.woocommerce-form__label.woocommerce-form__label-for-checkbox.inline input {
    display: inline;
    width: auto; }
/*# sourceMappingURL=style.css.map */
/*
     FILE ARCHIVED ON 02:56:49 Sep 29, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:11:32 Jun 17, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.485
  exclusion.robots: 0.073
  exclusion.robots.policy: 0.064
  esindex: 0.007
  cdx.remote: 76.679
  LoadShardBlock: 65.697 (3)
  PetaboxLoader3.datanode: 101.051 (5)
  PetaboxLoader3.resolve: 319.147 (2)
  load_resource: 371.568
  loaddict: 46.008
*/