/*!
Theme Name: Light Media
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.2.41
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: globalmedia
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.

Light Media 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.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-transform {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  width: 90%;
}

.container-fluid {
  width: 90%;
  margin: auto;
}

.container-md {
  max-width: 1100px;
}

.container-lg {
  max-width: 1600px;
}

.container-sm {
  max-width: 850px;
}

.row, .grid-press .grid-press-row, .about-intro-row, .row-card-blocks {
  --bs-gutter-x: 1.3rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > *, .grid-press .grid-press-row > *, .about-intro-row > *, .row-card-blocks > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3, .grid-press .col-item {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6, .site-main-off-pitch .lr-horiz-img,
  .site-main-off-pitch .lr-horiz-copy {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4, .about-intro-row .card-info {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, .about-intro-row .about-intro-copy {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.d-flex, .widget_shopping_cart .mini_cart_item.mini-cart-item286, .widget_shopping_cart .mini_cart_item .mini_cart_item-wrap, .sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .mini_cart_item-wrap, .sidebar .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

.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;
  margin-bottom: 1.5em;
}

.align-items-start {
  align-items: flex-start;
}

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

.w-100 {
  width: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

@media (max-width: 1199px) {
  .mto-xl-auto {
    margin-top: auto !important;
  }
  .mto-xl-0 {
    margin-top: 0 !important;
  }
  .mto-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mto-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mto-xl-3 {
    margin-top: 1rem !important;
  }
  .mto-xl-4 {
    margin-top: 2rem !important;
  }
  .mbo-xl-auto {
    margin-bottom: auto !important;
  }
  .mbo-xl-0 {
    margin-bottom: 0 !important;
  }
  .mbo-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-xl-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mro-xl-auto {
    margin-right: auto !important;
  }
  .mro-xl-0 {
    margin-right: 0 !important;
  }
  .mro-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mro-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mro-xl-3 {
    margin-right: 1rem !important;
  }
  .mro-xl-4 {
    margin-right: 2rem !important;
  }
  .mro-xl-5 {
    margin-right: 3rem !important;
  }
  .mlo-xl-auto {
    margin-left: auto !important;
  }
  .mlo-xl-0 {
    margin-left: 0 !important;
  }
  .mlo-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-xl-3 {
    margin-left: 1rem !important;
  }
  .mlo-xl-4 {
    margin-left: 2rem !important;
  }
  .pto-xl-auto {
    padding-top: auto !important;
  }
  .pto-xl-0 {
    padding-top: 0 !important;
  }
  .pto-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pto-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pto-xl-3 {
    padding-top: 1rem !important;
  }
  .pto-xl-4 {
    padding-top: 2rem !important;
  }
  .pbo-xl-auto {
    padding-bottom: auto !important;
  }
  .pbo-xl-0 {
    padding-bottom: 0 !important;
  }
  .pbo-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-xl-4 {
    padding-bottom: 2rem !important;
  }
  .pro-xl-auto {
    padding-right: auto !important;
  }
  .pro-xl-0 {
    padding-right: 0 !important;
  }
  .pro-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pro-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pro-xl-3 {
    padding-right: 1rem !important;
  }
  .pro-xl-4 {
    padding-right: 2rem !important;
  }
  .plo-xl-auto {
    padding-left: auto !important;
  }
  .plo-xl-0 {
    padding-left: 0 !important;
  }
  .plo-xl-1 {
    padding-left: 0.25rem !important;
  }
  .plo-xl-2 {
    padding-left: 0.5rem !important;
  }
  .plo-xl-3 {
    padding-left: 1rem !important;
  }
  .plo-xl-4 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 991px) {
  .mto-lg-auto {
    margin-top: auto !important;
  }
  .mto-lg-0 {
    margin-top: 0 !important;
  }
  .mto-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mto-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mto-lg-3 {
    margin-top: 1rem !important;
  }
  .mto-lg-4 {
    margin-top: 2rem !important;
  }
  .mto-lg-5 {
    margin-top: 3rem !important;
  }
  .mbo-lg-auto {
    margin-bottom: auto !important;
  }
  .mbo-lg-0 {
    margin-bottom: 0 !important;
  }
  .mbo-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-lg-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mro-lg-auto {
    margin-right: auto !important;
  }
  .mro-lg-0 {
    margin-right: 0 !important;
  }
  .mro-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mro-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mro-lg-3 {
    margin-right: 1rem !important;
  }
  .mro-lg-4 {
    margin-right: 2rem !important;
  }
  .mlo-lg-auto {
    margin-left: auto !important;
  }
  .mlo-lg-0 {
    margin-left: 0 !important;
  }
  .mlo-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-lg-3 {
    margin-left: 1rem !important;
  }
  .mlo-lg-4 {
    margin-left: 2rem !important;
  }
  .pto-lg-auto {
    padding-top: auto !important;
  }
  .pto-lg-0 {
    padding-top: 0 !important;
  }
  .pto-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pto-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pto-lg-3 {
    padding-top: 1rem !important;
  }
  .pto-lg-4 {
    padding-top: 2rem !important;
  }
  .pbo-lg-auto {
    padding-bottom: auto !important;
  }
  .pbo-lg-0 {
    padding-bottom: 0 !important;
  }
  .pbo-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-lg-4 {
    padding-bottom: 2rem !important;
  }
  .pro-lg-auto {
    padding-right: auto !important;
  }
  .pro-lg-0 {
    padding-right: 0 !important;
  }
  .pro-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pro-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pro-lg-3 {
    padding-right: 1rem !important;
  }
  .pro-lg-4 {
    padding-right: 2rem !important;
  }
  .plo-lg-auto {
    padding-left: auto !important;
  }
  .plo-lg-0 {
    padding-left: 0 !important;
  }
  .plo-lg-1 {
    padding-left: 0.25rem !important;
  }
  .plo-lg-2 {
    padding-left: 0.5rem !important;
  }
  .plo-lg-3 {
    padding-left: 1rem !important;
  }
  .plo-lg-4 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 767px) {
  .mto-md-0 {
    margin-top: 0 !important;
  }
  .mto-md-1 {
    margin-top: 0.25rem !important;
  }
  .mto-md-2 {
    margin-top: 0.5rem !important;
  }
  .mto-md-3 {
    margin-top: 1rem !important;
  }
  .mto-md-4 {
    margin-top: 2rem !important;
  }
  .mto-md-5 {
    margin-top: 3rem !important;
  }
  .mbo-md-0 {
    margin-bottom: 0 !important;
  }
  .mbo-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-md-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-md-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-md-5 {
    margin-bottom: 3rem !important;
  }
  .mro-md-auto {
    margin-right: auto !important;
  }
  .mro-md-0 {
    margin-right: 0 !important;
  }
  .mro-md-1 {
    margin-right: 0.25rem !important;
  }
  .mro-md-2 {
    margin-right: 0.5rem !important;
  }
  .mro-md-3 {
    margin-right: 1rem !important;
  }
  .mro-md-4 {
    margin-right: 2rem !important;
  }
  .mro-md-5 {
    margin-right: 3rem !important;
  }
  .mlo-md-auto {
    margin-left: auto !important;
  }
  .mlo-md-0 {
    margin-left: 0 !important;
  }
  .mlo-md-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-md-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-md-3 {
    margin-left: 1rem !important;
  }
  .mlo-md-4 {
    margin-left: 2rem !important;
  }
  .mlo-md-5 {
    margin-left: 3rem !important;
  }
  .pto-md-0 {
    padding-top: 0 !important;
  }
  .pto-md-1 {
    padding-top: 0.25rem !important;
  }
  .pto-md-2 {
    padding-top: 0.5rem !important;
  }
  .pto-md-3 {
    padding-top: 1rem !important;
  }
  .pto-md-4 {
    padding-top: 2rem !important;
  }
  .pbo-md-0 {
    padding-bottom: 0 !important;
  }
  .pbo-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-md-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-md-4 {
    padding-bottom: 2rem !important;
  }
  .pro-md-0 {
    padding-right: 0 !important;
  }
  .pro-md-1 {
    padding-right: 0.25rem !important;
  }
  .pro-md-2 {
    padding-right: 0.5rem !important;
  }
  .pro-md-3 {
    padding-right: 1rem !important;
  }
  .pro-md-4 {
    padding-right: 2rem !important;
  }
  .plo-md-0 {
    padding-left: 0 !important;
  }
  .plo-md-1 {
    padding-left: 0.25rem !important;
  }
  .plo-md-2 {
    padding-left: 0.5rem !important;
  }
  .plo-md-3 {
    padding-left: 1rem !important;
  }
  .plo-md-4 {
    padding-left: 2rem !important;
  }
}
@media (max-width: 575px) {
  .mto-sm-auto {
    margin-top: auto !important;
  }
  .mto-sm-0 {
    margin-top: 0 !important;
  }
  .mto-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mto-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mto-sm-3 {
    margin-top: 1rem !important;
  }
  .mto-sm-4 {
    margin-top: 2rem !important;
  }
  .mto-sm-5 {
    margin-top: 3rem !important;
  }
  .mbo-sm-auto {
    margin-bottom: auto !important;
  }
  .mbo-sm-0 {
    margin-bottom: 0 !important;
  }
  .mbo-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mbo-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mbo-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mbo-sm-4 {
    margin-bottom: 2rem !important;
  }
  .mbo-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mro-sm-auto {
    margin-right: auto !important;
  }
  .mro-sm-0 {
    margin-right: 0 !important;
  }
  .mro-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mro-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mro-sm-3 {
    margin-right: 1rem !important;
  }
  .mro-sm-4 {
    margin-right: 2rem !important;
  }
  .mlo-sm-0 {
    margin-left: 0 !important;
  }
  .mlo-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mlo-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mlo-sm-3 {
    margin-left: 1rem !important;
  }
  .mlo-sm-4 {
    margin-left: 2rem !important;
  }
  .pto-sm-0 {
    padding-top: 0 !important;
  }
  .pto-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pto-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pto-sm-3 {
    padding-top: 1rem !important;
  }
  .pto-sm-4 {
    padding-top: 2rem !important;
  }
  .pbo-sm-0 {
    padding-bottom: 0 !important;
  }
  .pbo-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pbo-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pbo-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pbo-sm-4 {
    padding-bottom: 2rem !important;
  }
  .pro-sm-0 {
    padding-right: 0 !important;
  }
  .pro-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pro-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pro-sm-3 {
    padding-right: 1rem !important;
  }
  .pro-sm-4 {
    padding-right: 2rem !important;
  }
  .plo-sm-0 {
    padding-left: 0 !important;
  }
  .plo-sm-1 {
    padding-left: 0.25rem !important;
  }
  .plo-sm-2 {
    padding-left: 0.5rem !important;
  }
  .plo-sm-3 {
    padding-left: 1rem !important;
  }
  .plo-sm-4 {
    padding-left: 2rem !important;
  }
}
.z-index-9 {
  z-index: 9 !important;
}

.circ-icon {
  background: #3E4A4B;
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 55rem;
}
.circ-icon:hover {
  background-color: #00B7CE;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  clear: both;
  margin: 0 0 1rem;
  line-height: 0.9;
  font-family: "gothiks", "montserrat", -apple-system, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.h1, h1 {
  font-size: 3.4em;
  color: #3E4A4B;
  text-transform: uppercase;
}

.h2, h2 {
  font-size: 4.5rem;
  color: #3E4A4B;
  margin-bottom: 2rem;
}

.h3, h3 {
  font-size: 4.5rem;
  color: #3E4A4B;
  margin-bottom: 1rem;
}

.h4, h4 {
  font-size: 2rem;
  line-height: 1;
  color: #3E4A4B;
  text-transform: uppercase;
}

.h5, h5 {
  font-size: 1.8rem;
  line-height: 1;
}

.h6, h6 {
  font-size: 1.4rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  letter-spacing: 2px;
  color: #00B7CE;
  font-weight: normal;
}

@media (max-width: 1680px) {
  .h3, h3 {
    font-size: 3.8rem;
  }
}
@media (max-width: 1024px) {
  .h1, h1 {
    font-size: 3.8rem;
  }
  .h2, h2 {
    font-size: 3.5rem;
  }
  .h4, h4 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .h1, h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
  }
  .h3, h3 {
    font-size: 3.2rem;
  }
  .h4, h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 600px) {
  .h1, h1 {
    font-size: 3.5rem;
  }
  .h2, h2 {
    font-size: 3.2rem;
  }
  .h3, h3 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  .h4, h4 {
    font-size: 1.3rem;
  }
  .h5, h5 {
    font-size: 1.5rem;
  }
  .lead {
    font-size: 1.1rem;
  }
}
p {
  margin-top: 0;
  margin-bottom: 1.2em;
}
p:last-child {
  margin-bottom: 0;
}

small {
  font-size: 90%;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "montserrat", -apple-system, sans-serif, san-serif;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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

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

big {
  font-size: 125%;
}

sub {
  bottom: 0;
  font-size: 53%;
  opacity: 0.6;
}

.lead {
  font-size: 1.3rem;
  color: #3E4A4B;
  line-height: 1.8rem;
}

.copy-lg p {
  font-size: 115%;
}

.copy-sm p {
  font-size: 90%;
}

.copy-l4 {
  padding: 4rem 0 3rem;
  border-bottom: 1px solid #eee;
}

ul {
  margin-left: 0;
  padding-left: 1.3rem;
}

@media (max-width: 1024px) {
  p {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
/* Elements
--------------------------------------------- */
body {
  background: #fff;
  color: #5D646D;
  font-family: "montserrat", -apple-system, sans-serif;
  font-size: 1.15rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  body {
    font-size: 1.05rem;
    line-height: 1.6;
  }
}

html {
  scroll-behavior: smooth;
}

.site {
  overflow: hidden;
  padding-top: 80px;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.text-primary {
  color: #00B7CE !important;
}

.text-default {
  color: #3E4A4B;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.row, .grid-press .grid-press-row, .about-intro-row, .row-card-blocks {
  --bs-gutter-x: 2.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > *, .grid-press .grid-press-row > *, .about-intro-row > *, .row-card-blocks > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3, .grid-press .col-item {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6, .site-main-off-pitch .lr-horiz-img,
  .site-main-off-pitch .lr-horiz-copy {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4, .about-intro-row .card-info {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8, .about-intro-row .about-intro-copy {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #9CACAE;
}
a:hover, a:focus, a:active {
  color: #00B7CE;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
.btn, .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product .variations_button .single_add_to_cart_button, .single-product .product form.cart .single_add_to_cart_button, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .comment-form input[type=submit] {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem 0.5rem;
  border-radius: 55rem;
  border: 0;
  font-family: "gothiks", "montserrat", -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  border-color: transparent;
  background: transparent;
  color: #9CACAE;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.3px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
}
.btn:active, .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock:active, .single-product .product .variations_button .single_add_to_cart_button:active, .single-product .product form.cart .single_add_to_cart_button:active, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup:active, .woocommerce-cart .wc-proceed-to-checkout .checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout .checkout-button:active, .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button:active, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button:active, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:active, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:active, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:active, .comment-form input[type=submit]:active, .btn:focus, .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock:focus, .single-product .product .variations_button .single_add_to_cart_button:focus, .single-product .product form.cart .single_add_to_cart_button:focus, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup:focus, .woocommerce-cart .wc-proceed-to-checkout .checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout .checkout-button:focus, .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button:focus, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button:focus, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:focus, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:focus, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:focus, .comment-form input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
.btn:hover, .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock:hover, .single-product .product .variations_button .single_add_to_cart_button:hover, .single-product .product form.cart .single_add_to_cart_button:hover, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup:hover, .woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button:hover, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button:hover, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:hover, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:hover, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:hover, .comment-form input[type=submit]:hover {
  color: #00B7CE;
}
.btn-link {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #00B7CE;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid;
}
.btn-primary, .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product .variations_button .single_add_to_cart_button, .single-product .product form.cart .single_add_to_cart_button, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout #add_payment_method #payment .btn#place_order, .woocommerce-checkout #add_payment_method #payment .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout #add_payment_method #payment #place_order.lm-out-of-stock, .woocommerce-checkout #add_payment_method #payment .single-product .product .variations_button #place_order.single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout #add_payment_method #payment #place_order.single_add_to_cart_button, .woocommerce-checkout #add_payment_method #payment .single-product .product form.cart #place_order.single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout #add_payment_method #payment #place_order.single_add_to_cart_button, .woocommerce-checkout #add_payment_method #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout #add_payment_method #payment #place_order.xoo-wl-btn-popup, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout #add_payment_method #payment #place_order.checkout-button, .woocommerce-checkout #add_payment_method #payment .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method #payment #place_order.checkout-button, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout #add_payment_method #payment td.actions > button#place_order, .woocommerce-checkout #add_payment_method #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart-form table.shop_table #add_payment_method #payment td.actions > button#place_order, .woocommerce-checkout #add_payment_method #payment .comment-form input#place_order[type=submit], .comment-form .woocommerce-checkout #add_payment_method #payment input#place_order[type=submit], .woocommerce-checkout .woocommerce-cart #payment .btn#place_order, .woocommerce-checkout .woocommerce-cart #payment .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout .woocommerce-cart #payment #place_order.lm-out-of-stock, .woocommerce-checkout .woocommerce-cart #payment .single-product .product .variations_button #place_order.single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout .woocommerce-cart #payment #place_order.single_add_to_cart_button, .woocommerce-checkout .woocommerce-cart #payment .single-product .product form.cart #place_order.single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout .woocommerce-cart #payment #place_order.single_add_to_cart_button, .woocommerce-checkout .woocommerce-cart #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout .woocommerce-cart #payment #place_order.xoo-wl-btn-popup, .woocommerce-checkout .woocommerce-cart #payment .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-checkout .woocommerce-cart .wc-proceed-to-checkout #payment #place_order.checkout-button, .woocommerce-checkout .woocommerce-cart #payment .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart #payment #place_order.checkout-button, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart .woocommerce-cart-form table.shop_table #payment td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-cart #payment td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart #payment .comment-form input#place_order[type=submit], .comment-form .woocommerce-checkout .woocommerce-cart #payment input#place_order[type=submit], .woocommerce-checkout .woocommerce-checkout #payment .btn#place_order, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout .woocommerce-checkout #payment #place_order.lm-out-of-stock, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product .variations_button #place_order.single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout .woocommerce-checkout #payment #place_order.single_add_to_cart_button, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product form.cart #place_order.single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout .woocommerce-checkout #payment #place_order.single_add_to_cart_button, .woocommerce-checkout .woocommerce-checkout #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout .woocommerce-checkout #payment #place_order.xoo-wl-btn-popup, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout .woocommerce-checkout #payment #place_order.checkout-button, .woocommerce-checkout .woocommerce-checkout #payment .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout #payment #place_order.checkout-button, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout .woocommerce-checkout #payment td.actions > button#place_order, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-checkout #payment td.actions > button#place_order, .woocommerce-checkout .woocommerce-checkout #payment .comment-form input#place_order[type=submit], .comment-form .woocommerce-checkout .woocommerce-checkout #payment input#place_order[type=submit] {
  background-color: #00B7CE;
  border-color: #00B7CE !important;
  color: #fff !important;
}
.btn-primary:hover, .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock:hover, .single-product .product .variations_button .single_add_to_cart_button:hover, .single-product .product form.cart .single_add_to_cart_button:hover, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup:hover, .woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout .checkout-button:hover, .woocommerce-checkout #add_payment_method #payment .btn#place_order:hover, .woocommerce-checkout #add_payment_method #payment .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock:hover, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout #add_payment_method #payment #place_order.lm-out-of-stock:hover, .woocommerce-checkout #add_payment_method #payment .single-product .product .variations_button #place_order.single_add_to_cart_button:hover, .single-product .product .variations_button .woocommerce-checkout #add_payment_method #payment #place_order.single_add_to_cart_button:hover, .woocommerce-checkout #add_payment_method #payment .single-product .product form.cart #place_order.single_add_to_cart_button:hover, .single-product .product form.cart .woocommerce-checkout #add_payment_method #payment #place_order.single_add_to_cart_button:hover, .woocommerce-checkout #add_payment_method #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup:hover, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout #add_payment_method #payment #place_order.xoo-wl-btn-popup:hover, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout #add_payment_method #payment #place_order.checkout-button:hover, .woocommerce-checkout #add_payment_method #payment .wc-proceed-to-checkout #place_order.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method #payment #place_order.checkout-button:hover, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout #add_payment_method #payment td.actions > button#place_order:hover, .woocommerce-checkout #add_payment_method #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order:hover, .woocommerce-checkout .woocommerce-cart-form table.shop_table #add_payment_method #payment td.actions > button#place_order:hover, .woocommerce-checkout #add_payment_method #payment .comment-form input#place_order[type=submit]:hover, .comment-form .woocommerce-checkout #add_payment_method #payment input#place_order[type=submit]:hover, .woocommerce-checkout .woocommerce-cart #payment .btn#place_order:hover, .woocommerce-checkout .woocommerce-cart #payment .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock:hover, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout .woocommerce-cart #payment #place_order.lm-out-of-stock:hover, .woocommerce-checkout .woocommerce-cart #payment .single-product .product .variations_button #place_order.single_add_to_cart_button:hover, .single-product .product .variations_button .woocommerce-checkout .woocommerce-cart #payment #place_order.single_add_to_cart_button:hover, .woocommerce-checkout .woocommerce-cart #payment .single-product .product form.cart #place_order.single_add_to_cart_button:hover, .single-product .product form.cart .woocommerce-checkout .woocommerce-cart #payment #place_order.single_add_to_cart_button:hover, .woocommerce-checkout .woocommerce-cart #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup:hover, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout .woocommerce-cart #payment #place_order.xoo-wl-btn-popup:hover, .woocommerce-checkout .woocommerce-cart #payment .wc-proceed-to-checkout #place_order.checkout-button:hover, .woocommerce-checkout .woocommerce-cart .wc-proceed-to-checkout #payment #place_order.checkout-button:hover, .woocommerce-checkout .woocommerce-cart #payment .wc-proceed-to-checkout #place_order.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart #payment #place_order.checkout-button:hover, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order:hover, .woocommerce-checkout .woocommerce-cart .woocommerce-cart-form table.shop_table #payment td.actions > button#place_order:hover, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order:hover, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-cart #payment td.actions > button#place_order:hover, .woocommerce-checkout .woocommerce-cart #payment .comment-form input#place_order[type=submit]:hover, .comment-form .woocommerce-checkout .woocommerce-cart #payment input#place_order[type=submit]:hover, .woocommerce-checkout .woocommerce-checkout #payment .btn#place_order:hover, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock:hover, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout .woocommerce-checkout #payment #place_order.lm-out-of-stock:hover, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product .variations_button #place_order.single_add_to_cart_button:hover, .single-product .product .variations_button .woocommerce-checkout .woocommerce-checkout #payment #place_order.single_add_to_cart_button:hover, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product form.cart #place_order.single_add_to_cart_button:hover, .single-product .product form.cart .woocommerce-checkout .woocommerce-checkout #payment #place_order.single_add_to_cart_button:hover, .woocommerce-checkout .woocommerce-checkout #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup:hover, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout .woocommerce-checkout #payment #place_order.xoo-wl-btn-popup:hover, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart .wc-proceed-to-checkout #place_order.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout .woocommerce-checkout #payment #place_order.checkout-button:hover, .woocommerce-checkout .woocommerce-checkout #payment .wc-proceed-to-checkout #place_order.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout #payment #place_order.checkout-button:hover, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button#place_order:hover, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout .woocommerce-checkout #payment td.actions > button#place_order:hover, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order:hover, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-checkout #payment td.actions > button#place_order:hover, .woocommerce-checkout .woocommerce-checkout #payment .comment-form input#place_order[type=submit]:hover, .comment-form .woocommerce-checkout .woocommerce-checkout #payment input#place_order[type=submit]:hover {
  box-shadow: 0 0 0 2px #00B7CE;
}
.btn-dark, .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .comment-form input[type=submit], .sidebar .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
  background-color: #000000;
  color: #fff !important;
}
.btn-dark:hover, .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button:hover, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button:hover, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:hover, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:hover, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button:hover, .comment-form input[type=submit]:hover, .sidebar .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover {
  background-color: #00B7CE;
  border-color: #00B7CE !important;
}

@media (min-width: 768px) {
  .btn-lg, .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button {
    padding: 1.1rem 2rem 1.2rem;
    font-size: 1.2rem;
  }
}

.link-expand {
  position: static;
}
.link-expand:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 540px) {
  .btn, .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product .variations_button .single_add_to_cart_button, .single-product .product form.cart .single_add_to_cart_button, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .comment-form input[type=submit] {
    width: 100%;
  }
}
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 {
  width: 100%;
  color: #666;
}
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;
  border-color: #00B7CE;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
textarea:focus-visible {
  outline: none;
  border-color: #00B7CE;
}

.form-control, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea, .input-text {
  padding: 1rem 1rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  color: #111;
  font-size: 18px;
  font-family: Roboto;
  line-height: 181.5%;
  padding: 11px 15px 11px 15px;
}
.form-control:placeholder-shown, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:placeholder-shown, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:placeholder-shown, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:placeholder-shown, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:placeholder-shown, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:placeholder-shown, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:placeholder-shown, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:placeholder-shown, .comment-form input[type=text]:placeholder-shown,
.comment-form input[type=email]:placeholder-shown,
.comment-form input[type=url]:placeholder-shown,
.comment-form textarea:placeholder-shown, .input-text:placeholder-shown {
  border-color: #E0E0E0;
}
.form-control:hover, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .comment-form input[type=text]:hover,
.comment-form input[type=email]:hover,
.comment-form input[type=url]:hover,
.comment-form textarea:hover, .input-text:hover {
  border-color: #00B7CE;
}

textarea.input-text {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-appearance: none;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
}

textarea {
  width: 100%;
}

label {
  margin-bottom: 0.3rem;
  display: block;
}

.form-group, .comment-form p {
  margin-bottom: 1rem;
}
.form-group.focused label, .comment-form p.focused label {
  color: #00B7CE;
}

.form-control-combined {
  padding: 5px;
  clear: both;
  overflow: hidden;
  display: flex;
  min-width: 320px;
  max-width: 100%;
  border-radius: 8px;
  border: 1px solid #E0E0E0 !important;
}
.form-control-combined.max-content {
  width: max-content;
}
@media (max-width: 767px) {
  .form-control-combined.max-content {
    width: 100%;
  }
}
.form-control-combined .form-control, .form-control-combined .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .comment-form input[type=text], .comment-form .form-control-combined input[type=text],
.form-control-combined .comment-form input[type=email],
.comment-form .form-control-combined input[type=email],
.form-control-combined .comment-form input[type=url],
.comment-form .form-control-combined input[type=url],
.form-control-combined .comment-form textarea,
.comment-form .form-control-combined textarea, .form-control-combined .input-text {
  border: none !important;
  height: 36px;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
  outline: none !important;
  height: 100%;
  float: none !important;
  width: auto !important;
}
.form-control-combined .form-control:hover, .form-control-combined .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:hover, .form-control-combined .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:hover, .form-control-combined .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:hover, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-control-combined #pwgc-redeem-gift-card-number:hover, .form-control-combined .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-control-combined #pwgc-redeem-gift-card-number:hover, .form-control-combined .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:hover, .form-control-combined .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:hover, .form-control-combined .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:hover, .form-control-combined .comment-form input[type=text]:hover, .comment-form .form-control-combined input[type=text]:hover,
.form-control-combined .comment-form input[type=email]:hover,
.comment-form .form-control-combined input[type=email]:hover,
.form-control-combined .comment-form input[type=url]:hover,
.comment-form .form-control-combined input[type=url]:hover,
.form-control-combined .comment-form textarea:hover,
.comment-form .form-control-combined textarea:hover, .form-control-combined .form-control:active, .form-control-combined .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:active, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:active, .form-control-combined .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:active, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:active, .form-control-combined .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:active, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-control-combined #pwgc-redeem-gift-card-number:active, .form-control-combined .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:active, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-control-combined #pwgc-redeem-gift-card-number:active, .form-control-combined .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:active, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:active, .form-control-combined .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:active, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:active, .form-control-combined .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:active, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:active, .form-control-combined .comment-form input[type=text]:active, .comment-form .form-control-combined input[type=text]:active,
.form-control-combined .comment-form input[type=email]:active,
.comment-form .form-control-combined input[type=email]:active,
.form-control-combined .comment-form input[type=url]:active,
.comment-form .form-control-combined input[type=url]:active,
.form-control-combined .comment-form textarea:active,
.comment-form .form-control-combined textarea:active, .form-control-combined .form-control:focus, .form-control-combined .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:focus, .form-control-combined .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:focus, .form-control-combined .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:focus, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-control-combined #pwgc-redeem-gift-card-number:focus, .form-control-combined .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-control-combined #pwgc-redeem-gift-card-number:focus, .form-control-combined .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:focus, .form-control-combined .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:focus, .form-control-combined .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number:focus, .form-control-combined .comment-form input[type=text]:focus, .comment-form .form-control-combined input[type=text]:focus,
.form-control-combined .comment-form input[type=email]:focus,
.comment-form .form-control-combined input[type=email]:focus,
.form-control-combined .comment-form input[type=url]:focus,
.comment-form .form-control-combined input[type=url]:focus,
.form-control-combined .comment-form textarea:focus,
.comment-form .form-control-combined textarea:focus, .form-control-combined .form-control:active:focus, .form-control-combined .input-text:hover, .form-control-combined .input-text:active, .form-control-combined .input-text:focus, .form-control-combined .input-text:active:focus {
  border: none !important;
  outline: none !important;
}
.form-control-combined .button, .form-control-combined .btn, .form-control-combined .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .form-control-combined .lm-out-of-stock, .form-control-combined .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .form-control-combined .single_add_to_cart_button, .form-control-combined .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .form-control-combined .single_add_to_cart_button, .form-control-combined ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .form-control-combined .xoo-wl-btn-popup, .form-control-combined .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .form-control-combined .checkout-button, .form-control-combined .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .form-control-combined .checkout-button, .form-control-combined .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .form-control-combined td.actions > button, .form-control-combined .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .form-control-combined td.actions > button, .form-control-combined .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-button, .form-control-combined .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-button, .form-control-combined .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-button, .form-control-combined .comment-form input[type=submit], .comment-form .form-control-combined input[type=submit] {
  margin-left: auto !important;
  height: auto !important;
  float: none !important;
  font-size: 14px !important;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 400 !important;
}
@media (max-width: 991px) {
  .form-control-combined .button, .form-control-combined .btn, .form-control-combined .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .form-control-combined .lm-out-of-stock, .form-control-combined .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .form-control-combined .single_add_to_cart_button, .form-control-combined .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .form-control-combined .single_add_to_cart_button, .form-control-combined ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .form-control-combined .xoo-wl-btn-popup, .form-control-combined .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .form-control-combined .checkout-button, .form-control-combined .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .form-control-combined .checkout-button, .form-control-combined .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .form-control-combined td.actions > button, .form-control-combined .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .form-control-combined td.actions > button, .form-control-combined .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-button, .form-control-combined .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-button, .form-control-combined .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-button, .form-control-combined .comment-form input[type=submit], .comment-form .form-control-combined input[type=submit] {
    max-width: fit-content;
  }
}
@media (max-width: 575px) {
  .form-control-combined {
    flex-wrap: wrap;
  }
  .form-control-combined .form-control, .form-control-combined .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-gift-card-number, .form-control-combined .comment-form input[type=text], .comment-form .form-control-combined input[type=text],
  .form-control-combined .comment-form input[type=email],
  .comment-form .form-control-combined input[type=email],
  .form-control-combined .comment-form input[type=url],
  .comment-form .form-control-combined input[type=url],
  .form-control-combined .comment-form textarea,
  .comment-form .form-control-combined textarea, .form-control-combined .input-text {
    width: 100% !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-control-combined .button, .form-control-combined .btn, .form-control-combined .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .form-control-combined .lm-out-of-stock, .form-control-combined .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .form-control-combined .single_add_to_cart_button, .form-control-combined .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .form-control-combined .single_add_to_cart_button, .form-control-combined ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .form-control-combined .xoo-wl-btn-popup, .form-control-combined .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .form-control-combined .checkout-button, .form-control-combined .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .form-control-combined .checkout-button, .form-control-combined .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .form-control-combined td.actions > button, .form-control-combined .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .form-control-combined td.actions > button, .form-control-combined .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-button, .form-control-combined .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-button, .form-control-combined .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-control-combined #pwgc-redeem-button, .form-control-combined .comment-form input[type=submit], .comment-form .form-control-combined input[type=submit] {
    width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-row-set {
  color: #3E4A4B;
  font-size: 15px;
  line-height: 128%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}
.form-row-set h2, .form-row-set h3 {
  color: #3E4A4B;
  font-size: 30px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.sidebar .widget {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 23px;
}
.sidebar .widget ~ .widget {
  margin-top: 30px;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content > h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 7px;
  letter-spacing: 1px;
  font-weight: 600;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__total {
  margin-top: 17px;
  margin-bottom: 10px;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons {
  flex-direction: column;
  margin-bottom: 3px;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .cart_list {
  padding-left: 0 !important;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  padding-left: 0 !important;
  padding-right: 30px !important;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item > .mini_cart_item-wrap {
  padding-top: 13px;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item ~ .mini_cart_item {
  margin-top: 13px;
  border-top: 1px solid #0A0A0A;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .blockUI.blockOverlay {
  background-color: transparent !important;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .remove {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -6px;
  color: #fff !important;
  background-color: #00B7CE;
  border-radius: 100%;
  text-align: center;
  padding-right: 1px;
  padding-left: 1px;
  line-height: 1;
  padding: 2px 3px;
  z-index: 2;
  font-size: 17px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: auto;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .quantity {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .mini_cart_item-wrap {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 0;
  padding-left: 0;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .mini_cart_item-wrap .prod-title {
  line-height: 1.3;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .mini_cart_item-wrap .prod-img {
  float: left;
  margin-right: 10px;
  background-color: #ebebeb;
  border-radius: 5px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
}
.sidebar .widget_shopping_cart .widget_shopping_cart_content .mini_cart_item .mini_cart_item-wrap .prod-img img {
  mix-blend-mode: darken;
  object-fit: cover;
  width: 50px;
  height: 50px;
}

.app-sidebar .widget.widget_search {
  padding: 0 0 !important;
  box-shadow: none;
  border: none;
}
.app-sidebar .widget.widget_search form:before {
  color: #00B7CE;
}
.app-sidebar .widget.widget_search form label {
  display: block;
  width: 100%;
}
.app-sidebar .widget.widget_search form .search-field {
  background-color: #F8F8F8 !important;
}
.app-sidebar .widget.widget-social-share {
  padding: 0 0 !important;
  box-shadow: none;
  border: none;
  display: block;
  width: 100%;
  margin-bottom: 20px !important;
}
.app-sidebar .widget.widget-social-share h4 {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 137%;
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.app-sidebar .widget.widget-social-share img {
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
}
.app-sidebar .widget.widget-social-share #fny_share {
  margin-bottom: 0;
}
.app-sidebar .widget_recent_entries ul li a {
  display: inline-block;
  clear: both;
  width: 100%;
  text-decoration: none !important;
}
.app-sidebar .widget_recent_entries ul li a:hover, .app-sidebar .widget_recent_entries ul li a:active, .app-sidebar .widget_recent_entries ul li a:focus, .app-sidebar .widget_recent_entries ul li a:active:focus {
  color: #00B7CE;
}
.app-sidebar .widget_recent_entries ul li .post-date {
  display: block;
  clear: both;
  width: 100%;
}
.app-sidebar .wc-block-product-categories.open .product-categories, .app-sidebar .wc-block-product-categories.open .pwb-filter-products, .app-sidebar .widget_pwb_filter_by_brand_widget.open .product-categories, .app-sidebar .widget_pwb_filter_by_brand_widget.open .pwb-filter-products {
  display: block;
}
.app-sidebar .wc-block-product-categories .widget-title, .app-sidebar .widget_pwb_filter_by_brand_widget .widget-title {
  position: relative;
}
.app-sidebar .wc-block-product-categories .widget-title .expand, .app-sidebar .widget_pwb_filter_by_brand_widget .widget-title .expand {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.app-sidebar .wc-block-product-categories .product-categories, .app-sidebar .wc-block-product-categories .pwb-filter-products, .app-sidebar .widget_pwb_filter_by_brand_widget .product-categories, .app-sidebar .widget_pwb_filter_by_brand_widget .pwb-filter-products {
  margin-top: 1em !important;
  display: none;
}

.main-content-wrap {
  padding: 100px 0;
}

.col-full {
  max-width: 100% !important;
  padding: 0 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .col-full {
    max-width: 100% !important;
    padding: 0 0 !important;
  }
}

.app-wrapper {
  position: relative;
}
.app-wrapper .content-area {
  float: none;
  display: block;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
.app-wrapper .content-header {
  display: block;
  width: 100%;
}
.app-wrapper .app-content-wrap {
  display: flex;
}
@media (max-width: 991px) {
  .app-wrapper .app-content-wrap {
    flex-wrap: wrap;
  }
}
.app-wrapper .app-content {
  width: calc(100% - 320px);
  padding-right: 30px;
}
@media (max-width: 991px) {
  .app-wrapper .app-content {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}
.app-wrapper .app-sidebar {
  flex: 0 0 320px;
  max-width: 320px;
}
@media (max-width: 991px) {
  .app-wrapper .app-sidebar {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.app-wrapper .app-sidebar .widget-area {
  float: none;
  display: block;
  width: 100%;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-header {
  padding: 1.5rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  transition: all 0.3s ease;
}
.admin-bar .site-header {
  top: 2rem;
}
.site-header > .container-fluid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-right {
  display: flex;
  align-items: center;
}
.nav-right .link-cart {
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.18);
  position: relative;
  width: 36px;
  height: 30px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.nav-right .link-cart .count {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background-color: #00B7CE;
  font-size: 10px;
  color: #fff;
  top: -4px;
  right: -4px;
  box-shadow: #fff 0 0 0 3px;
}
.nav-right .link-cart:hover {
  background-color: #ffffff;
}
.nav-right .btn, .nav-right .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .nav-right .lm-out-of-stock, .nav-right .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .nav-right .single_add_to_cart_button, .nav-right .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .nav-right .single_add_to_cart_button, .nav-right ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .nav-right .xoo-wl-btn-popup, .nav-right .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .nav-right .checkout-button, .nav-right .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .nav-right .checkout-button, .nav-right .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .nav-right td.actions > button, .nav-right .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .nav-right td.actions > button, .nav-right .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-right #pwgc-redeem-button, .nav-right .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-right #pwgc-redeem-button, .nav-right .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-right #pwgc-redeem-button, .nav-right .comment-form input[type=submit], .comment-form .nav-right input[type=submit] {
  min-width: 115px;
  padding-left: 1.3rem;
  padding-right: 1.3rem;
  letter-spacing: 0.3px;
  margin-left: 1rem;
}
@media (max-width: 1168px) {
  .nav-right .btn, .nav-right .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .nav-right .lm-out-of-stock, .nav-right .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .nav-right .single_add_to_cart_button, .nav-right .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .nav-right .single_add_to_cart_button, .nav-right ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .nav-right .xoo-wl-btn-popup, .nav-right .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .nav-right .checkout-button, .nav-right .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .nav-right .checkout-button, .nav-right .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .nav-right td.actions > button, .nav-right .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .nav-right td.actions > button, .nav-right .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-right #pwgc-redeem-button, .nav-right .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-right #pwgc-redeem-button, .nav-right .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-right #pwgc-redeem-button, .nav-right .comment-form input[type=submit], .comment-form .nav-right input[type=submit] {
    min-width: fit-content;
  }
}

.menu-primary-container ul {
  list-style: none;
  margin: 0;
}

.navbar-nav {
  padding: 0;
}
.navbar-nav a {
  display: inline;
  text-decoration: none;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s;
  font-size: 1.4rem;
  transition: 0.3s all ease;
  font-family: "gothiks", "montserrat", -apple-system, sans-serif;
}
.navbar-nav a br {
  display: none;
}
.navbar-nav a:hover {
  color: #00B7CE;
}
.navbar-nav > li {
  display: inline;
  position: relative;
  margin: 0 0.8vw;
}
.navbar-nav > li > a {
  display: inline;
  padding: 0;
  letter-spacing: 0.3px;
  transition: all 0.3s;
  position: relative;
  color: #ffffff;
}
.navbar-nav > li > a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #00B7CE;
  display: none;
}
@media (max-width: 768px) {
  .navbar-nav > li > a:after {
    display: none !important;
  }
}
.navbar-nav > li.current-page-ancestor > a, .navbar-nav > li.current-menu-item > a {
  color: #00B7CE;
}
.navbar-nav > li.current-page-ancestor > a:after, .navbar-nav > li.current-menu-item > a:after {
  display: block;
}
.navbar-nav > li.menu-item-has-children:after {
  content: "";
  width: 100%;
  height: 150%;
  position: absolute;
  top: 1.2rem;
  z-index: 0;
}
.navbar-nav > li.menu-item-has-children:hover .sub-menu {
  top: 2.5rem;
  pointer-events: inherit;
  opacity: 1;
  z-index: 1;
}
.navbar-nav .sub-menu {
  position: absolute;
  z-index: -2;
  opacity: 1;
  background: #fff;
  padding: 1.2rem 2rem;
  min-width: 300px;
  top: 3.5rem;
  border-radius: 1rem;
  left: -0.8rem;
  box-shadow: rgba(0, 0, 0, 0.19) 0 1rem 2rem;
  transition: all 0.3s;
  pointer-events: none;
  opacity: 0;
}
.navbar-nav .sub-menu a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.2;
  text-transform: capitalize;
  letter-spacing: -0.5px;
  font-size: 1.15rem;
}
.navbar-nav .sub-menu a:hover {
  color: #9CACAE;
}

.mobile-nav {
  -webkit-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -moz-transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  transition: all 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
  position: fixed;
  top: 0;
  left: auto;
  bottom: 0;
  z-index: 999;
  visibility: visible !important;
  transform: translate3d(99%, 0, 0);
  -webkit-transform: translate3d(99%, 0, 0);
  -moz-transform: translate3d(99%, 0, 0);
  -ms-transform: translate3d(99%, 0, 0);
  -o-transform: translate3d(99%, 0, 0);
  right: -1%;
  width: 400px;
}
.mobile-nav .mobile-nav-content-h .site-branding {
  margin-top: -16px;
  display: block;
}
.mobile-nav .mobile-nav-content-h {
  margin-bottom: 2rem;
}
.mobile-nav .mobile-nav-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0094a7;
  padding: 40px 30px;
  overflow: auto;
  text-align: left;
  width: 100%;
}
.mobile-nav .mobile-nav-content .mobile-menu-close {
  display: flex;
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.mobile-nav .mobile-nav-content .mobile-menu-close span {
  background: transparent;
}
.mobile-nav .mobile-nav-content .mobile-menu-close span:before {
  transform: rotate(45deg);
}
.mobile-nav .mobile-nav-content .mobile-menu-close span:after {
  transform: rotate(-45deg);
  bottom: auto;
}
.mobile-nav .mobile-nav-content .menu-primary-container {
  display: block;
}
.mobile-nav .mobile-nav-content .nav-right {
  display: block;
  margin-top: 20px;
}
.mobile-nav .mobile-nav-content .nav-right a {
  display: block;
  min-width: 0;
  margin: 0 0 15px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "gothiks", "montserrat", -apple-system, sans-serif;
}
.mobile-nav .mobile-nav-content .nav-right a:not(.btn) {
  font-size: 1.8rem;
}
.mobile-nav .mobile-nav-content ul {
  display: block;
  margin: 0;
  padding: 0;
  -webkit-transition: all 1s ease 0.5s;
  -o-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  transition: all 1s ease 0.5s;
  opacity: 1;
}
.mobile-nav .mobile-nav-content ul li {
  list-style: none;
  margin: 0;
}
.mobile-nav .mobile-nav-content ul li a {
  text-decoration: none;
  display: block;
  padding: 0.3rem 0;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  font-size: 1.8rem;
}

.mobile-nav-open .mobile-nav {
  visibility: visible !important;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  right: 0;
}
.mobile-nav-open .mobile-nav .mobile-nav-content {
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.mobile-nav-open .mobile-nav .mobile-nav-content ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.nav-seprator-l {
  margin-left: 0;
}
.nav-seprator-l:before {
  border-left: 1px solid #b3b3b3;
  border-radius: 0;
  content: "";
  margin-right: 1.3rem;
  margin-left: -10px;
}

.site-branding {
  min-width: 90px;
}
.site-branding svg, .site-branding img {
  transition: all 0.3s ease;
  height: 170px;
  display: block;
  width: auto;
}
.site-branding svg path.color-a, .site-branding img path.color-a {
  fill: #ffffff;
}
.mobile-menu, .mobile-menu-close {
  align-items: center;
  position: relative;
  cursor: pointer;
  display: none;
}
.mobile-menu span:after,
.mobile-menu span:before,
.mobile-menu span, .mobile-menu-close span:after,
.mobile-menu-close span:before,
.mobile-menu-close span {
  width: 32px;
  height: 3px;
  background: #ffffff;
  display: block;
  margin: auto;
}
.mobile-menu span:after,
.mobile-menu span:before, .mobile-menu-close span:after,
.mobile-menu-close span:before {
  content: "";
  position: absolute;
}
.mobile-menu span:after, .mobile-menu-close span:after {
  bottom: 0;
}

.mobile-menu {
  height: 22px;
}
.mobile-menu span:before {
  top: 0;
}

.mobile-menu-close {
  z-index: 9;
  height: 38px;
  width: 38px;
}

.nav-sticky, .nav-fixed {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.07) 0 0.1rem 1rem;
  padding: 0.5rem 0;
}
.nav-sticky .navbar-nav > li > a, .nav-fixed .navbar-nav > li > a {
  color: #3E4A4B;
}
.nav-sticky .navbar-nav > li > a:hover, .nav-fixed .navbar-nav > li > a:hover {
  color: #00B7CE;
}
.nav-sticky .site-branding svg, .nav-sticky .site-branding img, .nav-fixed .site-branding svg, .nav-fixed .site-branding img {
  height: 65px;
}
.nav-sticky .site-branding svg path.color-a, .nav-sticky .site-branding img path.color-a, .nav-fixed .site-branding svg path.color-a, .nav-fixed .site-branding img path.color-a {
  fill: #3E4A4B;
}
.nav-sticky .mobile-menu span:after,
.nav-sticky .mobile-menu span:before,
.nav-sticky .mobile-menu span, .nav-sticky .mobile-menu-close span:after,
.nav-sticky .mobile-menu-close span:before,
.nav-sticky .mobile-menu-close span, .nav-fixed .mobile-menu span:after,
.nav-fixed .mobile-menu span:before,
.nav-fixed .mobile-menu span, .nav-fixed .mobile-menu-close span:after,
.nav-fixed .mobile-menu-close span:before,
.nav-fixed .mobile-menu-close span {
  background: #3E4A4B;
}

@media (max-width: 1024px) {
  .site-branding {
    margin: auto;
  }
}
@media (max-width: 1424px) {
  .site-header > .container-fluid {
    width: 97%;
  }
  .site-branding svg, .site-branding img {
    height: 65px;
  }
}
@media (max-width: 1199px) {
  .navbar-nav > li > a,
  .nav-right .btn,
  .nav-right .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock,
  .single-product .product.outofstock .woo-product-gallery-slider .nav-right .lm-out-of-stock,
  .nav-right .single-product .product .variations_button .single_add_to_cart_button,
  .single-product .product .variations_button .nav-right .single_add_to_cart_button,
  .nav-right .single-product .product form.cart .single_add_to_cart_button,
  .single-product .product form.cart .nav-right .single_add_to_cart_button,
  .nav-right ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup,
  ul.products li.product.outofstock .img-wrap .lm-out-of-stock .nav-right .xoo-wl-btn-popup,
  .nav-right .woocommerce-cart .wc-proceed-to-checkout .checkout-button,
  .woocommerce-cart .wc-proceed-to-checkout .nav-right .checkout-button,
  .nav-right .woocommerce-checkout .wc-proceed-to-checkout .checkout-button,
  .woocommerce-checkout .wc-proceed-to-checkout .nav-right .checkout-button,
  .nav-right .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button,
  .woocommerce-cart .woocommerce-cart-form table.shop_table .nav-right td.actions > button,
  .nav-right .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button,
  .woocommerce-checkout .woocommerce-cart-form table.shop_table .nav-right td.actions > button,
  .nav-right .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button,
  .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-right #pwgc-redeem-button,
  .nav-right .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button,
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-right #pwgc-redeem-button,
  .nav-right .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button,
  .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-right #pwgc-redeem-button,
  .nav-right .comment-form input[type=submit],
  .comment-form .nav-right input[type=submit] {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .site-header .menu-primary-container {
    display: none;
  }
  .site-header .nav-right > * {
    margin-left: 0;
  }
  .site-header .navbar-nav > li > a {
    padding: 0.3rem 0;
    font-size: 1.3rem;
  }
  .site-header .nav-right {
    position: fixed;
    top: 4.7rem;
    background: #E6EAEB;
    right: 0;
    padding: 1rem 1.7rem 2rem;
    color: #fff;
    display: none;
  }
  .site-header .nav-right .text-default {
    color: #fff;
  }
  .site-header .nav-right .btn, .site-header .nav-right .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .site-header .nav-right .lm-out-of-stock, .site-header .nav-right .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .site-header .nav-right .single_add_to_cart_button, .site-header .nav-right .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .site-header .nav-right .single_add_to_cart_button, .site-header .nav-right ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .site-header .nav-right .xoo-wl-btn-popup, .site-header .nav-right .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .site-header .nav-right .checkout-button, .site-header .nav-right .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .site-header .nav-right .checkout-button, .site-header .nav-right .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .site-header .nav-right td.actions > button, .site-header .nav-right .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .site-header .nav-right td.actions > button, .site-header .nav-right .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .site-header .nav-right #pwgc-redeem-button, .site-header .nav-right .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .site-header .nav-right #pwgc-redeem-button, .site-header .nav-right .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .site-header .nav-right #pwgc-redeem-button, .site-header .nav-right .comment-form input[type=submit], .comment-form .site-header .nav-right input[type=submit] {
    width: 100%;
    margin-top: 1rem;
  }
  .site-header .container {
    justify-content: center;
  }
  .site-header .mobile-menu {
    position: absolute;
    right: 3rem;
  }
  .navbar-nav {
    display: block;
  }
  .mobile-menu {
    display: flex;
  }
  .btn.nav-seprator-l, .single-product .product.outofstock .woo-product-gallery-slider .nav-seprator-l.lm-out-of-stock, .single-product .product .variations_button .nav-seprator-l.single_add_to_cart_button, .single-product .product form.cart .nav-seprator-l.single_add_to_cart_button, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .nav-seprator-l.xoo-wl-btn-popup, .woocommerce-cart .wc-proceed-to-checkout .nav-seprator-l.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .nav-seprator-l.checkout-button, .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button.nav-seprator-l, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button.nav-seprator-l, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-seprator-l#pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-seprator-l#pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .nav-seprator-l#pwgc-redeem-button, .comment-form input.nav-seprator-l[type=submit] {
    display: block;
    background: #444;
    margin-bottom: 8px;
    margin-top: 10px;
  }
  .nav-seprator-l:before {
    display: none;
  }
  .navbar-nav .sub-menu {
    min-width: 100px;
    z-index: 1;
    position: relative;
    top: auto !important;
    left: auto !important;
    bottom: auto !important;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    padding: 0;
    margin-bottom: 0.8rem;
  }
  .navbar-nav .sub-menu a {
    font-size: 1rem;
  }
  .site-header.nav-open .nav-right {
    display: block;
  }
}
@media (max-width: 600px) {
  .site-header > .container-fluid {
    width: 90%;
  }
  .site-header {
    padding: 1rem 0;
  }
  .site-header .mobile-menu {
    right: 2rem;
    top: 2rem;
  }
  .site-header .nav-right {
    top: 5.1rem;
  }
  .site-header.nav-sticky, .site-header.nav-fixed {
    padding: 0.5rem 0;
  }
  .site-header.nav-sticky .mobile-menu, .site-header.nav-fixed .mobile-menu {
    right: 1.8rem;
    top: 1.5rem;
  }
  .site-header.nav-sticky .site-branding, .site-header.nav-fixed .site-branding {
    height: 65px;
  }
  .site-header.nav-sticky .site-branding svg, .site-header.nav-sticky .site-branding img, .site-header.nav-fixed .site-branding svg, .site-header.nav-fixed .site-branding img {
    width: 100%;
  }
  .site-header.nav-open .nav-right {
    height: 100%;
    overflow: scroll;
    padding-bottom: 2rem;
  }
  .mobile-menu span:after,
  .mobile-menu span:before,
  .mobile-menu span,
  .mobile-menu-close span:after,
  .mobile-menu-close span:before,
  .mobile-menu-close span {
    height: 2px;
  }
  .site-branding {
    display: block;
    height: 65px;
  }
  .site-branding svg, .site-branding img {
    width: 100%;
  }
  .mobile-nav {
    width: 100%;
  }
  .navbar-nav .sub-menu {
    margin-bottom: 0.4rem;
    display: none !important;
  }
  .navbar-nav .sub-menu a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
/* Footer
--------------------------------------------- */
.section-social-media {
  display: flex;
  justify-content: space-between;
  padding: 3rem 0 2rem;
  flex-wrap: wrap;
}

.social-media-inline {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  letter-spacing: -0.2px;
}
.social-media-inline span h5 {
  margin-bottom: 4px;
}
.social-media-inline span h5 + span {
  width: 100%;
  display: block;
}
@media (max-width: 768px) {
  .social-media-inline span h5 + span {
    font-size: 12px;
  }
}
.social-media-inline i {
  display: inline-flex;
  width: 80px;
  height: 80px;
  background: #3E4A4B;
  align-items: center;
  justify-content: center;
  border-radius: 55rem;
  margin-right: 1rem;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .social-media-inline i {
    margin-bottom: 0;
  }
}
.social-media-inline h4 {
  margin-bottom: 0.4rem;
  text-transform: none;
  transition: all 0.3s ease;
}
@media (max-width: 1299px) {
  .social-media-inline h4 {
    font-size: 22px;
  }
}
.social-media-inline:hover {
  color: #9CACAE;
}
.social-media-inline:hover i {
  background-color: #00B7CE;
}
.social-media-inline:hover h4 {
  color: #00B7CE;
}
@media (max-width: 1299px) {
  .social-media-inline span {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .social-media-inline {
    justify-content: center;
    width: 50%;
    margin-bottom: 30px;
  }
  .social-media-inline span {
    width: 150px;
  }
}

.section-ig-feed {
  text-align: center;
}
.section-ig-feed img {
  display: block;
  margin: auto;
}

.footer-b {
  display: flex;
  padding: 3rem 0;
  align-items: center;
}
.footer-b .brand-default {
  padding-right: 3rem;
}
@media (max-width: 768px) {
  .footer-b .brand-default {
    display: block;
    text-align: center;
    margin-bottom: 3em;
    padding-right: 0;
  }
}
.footer-b hr {
  opacity: 0.5;
  margin: 2rem 0;
}
.footer-b .menu-primary-container ul {
  text-align: center;
  margin: auto;
  width: 100%;
  text-align: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
}
.footer-b .menu-primary-container ul > li > a {
  color: inherit;
}
.footer-b .menu-primary-container ul > li > a:hover {
  color: #00B7CE;
}
@media (max-width: 1440px) {
  .footer-b .menu-primary-container ul > li > a {
    font-size: 1.5vw;
  }
}
.footer-b .menu-primary-container ul li.current-menu-item a {
  color: #00B7CE;
}
@media (max-width: 768px) {
  .footer-b {
    display: block;
  }
}

.footer-b-r {
  width: 100%;
}

.list-logo {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.list-logo svg,
.list-logo img {
  height: 70px;
  margin: 0 2rem;
  max-width: 220px;
  object-fit: contain;
}
@media (max-width: 768px) {
  .list-logo li {
    margin-bottom: 15px;
  }
  .list-logo li:last-child {
    margin-bottom: 0;
  }
}

.copyright {
  display: flex;
  font-size: 85%;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.2px;
  color: #9CACAE;
  justify-content: space-between;
  padding: 2rem 0;
  font-size: 0.9rem;
}
@media (max-width: 1024px) {
  .copyright {
    padding: 2rem 0;
    display: block;
  }
}

@media (max-width: 1024px) {
  .footer-b {
    padding-bottom: 0;
  }
  .footer-b .brand-default {
    display: none;
  }
  .footer-b hr {
    margin-bottom: 0;
  }
  .footer-b .menu-primary-container ul {
    display: none;
  }
}
@media (max-width: 768px) {
  .section-social-media {
    padding: 2rem 0;
    margin-bottom: 13px;
  }
}
@media (max-width: 600px) {
  .footer-b {
    padding: 2rem 0 0;
  }
  .section-social-media {
    padding-bottom: 0;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .section-social-media .social-media-inline {
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
  }
  .section-social-media .social-media-inline i {
    margin-right: 1rem;
  }
  .list-logo {
    margin-bottom: 1rem;
  }
  .list-logo li {
    margin-bottom: 0;
  }
  .list-logo li svg,
  .list-logo li img {
    max-width: 160px;
    object-fit: contain;
    margin: 0 5vw;
    height: 58px;
  }
}
/* Posts and pages
--------------------------------------------- */
.parallax-window {
  min-height: 400px;
  background: transparent;
}

.masterhead-home {
  position: relative;
  height: 95vh;
  max-height: 1200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.masterhead-home.custom_bg {
  height: fit-content !important;
  max-height: fit-content !important;
  background-color: #02bad4;
  display: flex;
  width: 100%;
}
@media (max-width: 600px) {
  .masterhead-home.custom_bg {
    height: fit-content !important;
    padding-top: 3rem;
  }
}
.masterhead-home.custom_bg h1 {
  opacity: 0;
}
.masterhead-home.custom_bg .masterhead-img {
  object-fit: contain;
  display: block;
  width: 100%;
  max-height: 80vh;
}
@media (max-width: 600px) {
  .masterhead-home.custom_bg .masterhead-img {
    width: 142%;
    max-height: 100vh;
    margin: -1rem -5.5rem 0;
    max-width: none;
  }
}
.masterhead-home h1 {
  color: inherit;
  font-size: 12vw;
  margin-bottom: 0;
}
@media (min-width: 1800px) {
  .masterhead-home h1 {
    font-size: 14rem;
  }
}
@media (max-width: 768px) {
  .masterhead-home h1 {
    font-size: 22vw;
  }
}
.masterhead-home p {
  color: inherit;
  font-size: 1.5rem;
}
.masterhead-home-img {
  position: absolute;
  height: 83%;
  width: auto;
  margin-bottom: 1.5rem;
  bottom: 0;
  pointer-events: none;
  max-width: none;
  margin-top: 1rem;
  margin-left: 2rem;
}
.masterhead-home-copy {
  position: relative;
  margin-top: 0;
}
@media (max-width: 600px) {
  .masterhead-home-copy {
    bottom: 2rem;
  }
}
.masterhead-home .container {
  position: relative;
  z-index: 1;
}
.masterhead-home .effect-shine:after {
  content: attr(data-text);
  display: block;
  font-weight: 700;
  letter-spacing: 2px;
  font-size: 12px;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  animation: shine 6s linear infinite;
  transform: rotate(270deg);
  transform-origin: left 0;
}
.masterhead-home .effect-shine.lbl-scroll {
  position: absolute;
  left: 2rem;
  bottom: 3.5rem;
  z-index: 9;
}
.masterhead-home .effect-shine.lbl-scroll svg, .masterhead-home .effect-shine.lbl-scroll img {
  display: block;
  position: relative;
  bottom: -40px;
  left: 3px;
}
.masterhead-home .social-media {
  position: absolute;
  bottom: 2rem;
  right: 1rem;
}
.masterhead-home .social-media .lbl-share {
  padding: 0;
  left: 5px;
  position: relative;
}
.masterhead-home .social-media a {
  margin-bottom: 9px;
  background-color: #ffffff;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.masterhead-home .social-media a svg path {
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  fill: #00B7CE;
}
.masterhead-home .social-media a:hover {
  background-color: #00B7CE;
  box-shadow: 0 0 0 2px #00B7CE;
}
.masterhead-home .social-media a:hover svg path {
  fill: #ffffff;
}
.masterhead-home-ctainfo {
  position: absolute;
  bottom: 5rem;
  right: 14.5vw;
}

.ks-signature {
  display: block;
  margin-left: -10px;
}
.ks-signature img {
  display: block;
}

.cr-play {
  margin-bottom: 3rem;
  cursor: pointer;
}
.cr-play a {
  color: #ffffff;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.cr-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 55rem;
  background: #00B7CE;
  margin-right: 1rem;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.cr-play-btn:after {
  content: "";
  position: relative;
  display: block;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1.8rem solid #fff;
  margin-left: 8px;
}
.cr-play-btn:hover {
  box-shadow: 0 0 0 4px #00B7CE;
}
.cr-play-lbl {
  display: block;
  width: 64px;
  text-align: left;
  line-height: 1.1;
  text-transform: uppercase;
  font-size: 1.1rem;
}

.section-home-intro {
  position: relative;
  padding-bottom: 6rem;
}
.section-home-intro .section-copy {
  margin-top: 5rem;
  position: relative;
}
.section-home-intro .section-copy .btn-link {
  margin-top: 1.5rem;
}
.section-home-intro .container {
  position: relative;
  z-index: 1;
}
.section-home-intro .cr-play {
  position: absolute;
  right: 0;
  bottom: -28px;
  margin-bottom: 0;
}
.section-home-intro .cr-play a {
  color: #3E4A4B;
}
@media (max-width: 767px) {
  .section-home-intro .cr-play {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
  }
}

.card-bio {
  background: #00B7CE;
  color: #fff;
  max-width: 450px;
  padding: 1.3rem;
  margin-top: -5rem;
  position: relative;
  transform: rotate(-3deg);
  margin-left: 1.5rem;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.84);
}
.card-bio img {
  display: block;
}
.card-bio:hover {
  transform: rotate(0);
}
@media (max-width: 767px) {
  .card-bio {
    padding: 0.8rem;
  }
}

.row-card-blocks {
  margin: 0;
}

.card-block {
  padding: 0;
  position: relative;
  width: 25%;
  overflow: hidden;
}
.card-block a {
  width: 100%;
  height: 100%;
  display: block;
}
.card-block img {
  display: block;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.84);
  min-height: 400px;
  max-height: 580px;
  height: 40vh;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
@media (max-width: 1199px) {
  .card-block img {
    height: 55vh;
    min-height: auto;
    max-height: none;
  }
}
@media (max-width: 768px) {
  .card-block img {
    height: 22rem;
  }
}
.card-block .card-title {
  font-size: 3vw;
  line-height: 0.9;
  text-shadow: #000 0 0 3rem;
  padding: 2rem;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  color: #fff;
  transition: all 0.2s ease;
  width: 100%;
}
.card-block .card-title span {
  display: block;
}
@media (max-width: 1199px) {
  .card-block .card-title {
    font-size: 4.5vw;
  }
}
@media (max-width: 767px) {
  .card-block .card-title {
    font-size: 9vw;
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 600px) {
  .card-block .card-title {
    font-size: 12vw;
  }
}
.card-block:hover img {
  transform: scale(1.06);
}
@media (max-width: 1199px) {
  .card-block {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .card-block {
    width: 100%;
  }
}

.section-cta-subscribe .card-bio {
  display: none;
  margin: 0 auto;
  margin-top: 3em;
}
@media (max-width: 768px) {
  .section-cta-subscribe .cta-subscribe-img {
    display: none;
  }
}
.section-cta-subscribe .cr-play {
  position: absolute;
  right: 18%;
  bottom: 20%;
  margin-bottom: 0;
  z-index: 2;
}
@media (max-width: 1680px) {
  .section-cta-subscribe .cr-play {
    right: 20%;
  }
}
@media (max-width: 1440px) {
  .section-cta-subscribe .cr-play {
    right: 26%;
    bottom: 17%;
  }
}
@media (max-width: 1024px) {
  .section-cta-subscribe .cr-play {
    right: 24%;
  }
}
@media (max-width: 767px) {
  .section-cta-subscribe .cr-play {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 30px;
  }
}

.cta-subscribe {
  position: relative;
  background: #3E4A4B;
  padding: 8rem 0;
}
.cta-subscribe-copy {
  position: relative;
  z-index: 1;
  max-width: 660px;
  color: #E6EAEB;
}
.cta-subscribe-copy h2 {
  color: #ffffff;
}
@media (max-width: 1440px) {
  .cta-subscribe-copy {
    max-width: none;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .cta-subscribe-copy {
    width: 100%;
  }
}
.cta-subscribe-img {
  pointer-events: none !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
  object-fit: cover;
}

.form-subscribe {
  position: relative;
  margin-top: 4rem;
}
.form-subscribe .form-control, .form-subscribe .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number, .form-subscribe .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number, .form-subscribe .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-subscribe #pwgc-redeem-gift-card-number, .form-subscribe .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-subscribe #pwgc-redeem-gift-card-number, .form-subscribe .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number, .form-subscribe .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number, .form-subscribe .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number, .form-subscribe .comment-form input[type=text], .comment-form .form-subscribe input[type=text],
.form-subscribe .comment-form input[type=email],
.comment-form .form-subscribe input[type=email],
.form-subscribe .comment-form input[type=url],
.comment-form .form-subscribe input[type=url],
.form-subscribe .comment-form textarea,
.comment-form .form-subscribe textarea {
  border: 0;
  background: #2a3030;
  height: 65px;
  color: #fff !important;
  padding: 1rem 1.4rem;
  height: 80px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.form-subscribe .form-control::placeholder, .form-subscribe .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number::placeholder, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number::placeholder, .form-subscribe .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number::placeholder, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number::placeholder, .form-subscribe .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number::placeholder, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-subscribe #pwgc-redeem-gift-card-number::placeholder, .form-subscribe .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number::placeholder, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-subscribe #pwgc-redeem-gift-card-number::placeholder, .form-subscribe .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number::placeholder, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number::placeholder, .form-subscribe .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number::placeholder, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number::placeholder, .form-subscribe .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number::placeholder, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number::placeholder, .form-subscribe .comment-form input[type=text]::placeholder, .comment-form .form-subscribe input[type=text]::placeholder,
.form-subscribe .comment-form input[type=email]::placeholder,
.comment-form .form-subscribe input[type=email]::placeholder,
.form-subscribe .comment-form input[type=url]::placeholder,
.comment-form .form-subscribe input[type=url]::placeholder,
.form-subscribe .comment-form textarea::placeholder,
.comment-form .form-subscribe textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form-subscribe .form-control:focus, .form-subscribe .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number:focus, .form-subscribe .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number:focus, .form-subscribe .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:focus, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-subscribe #pwgc-redeem-gift-card-number:focus, .form-subscribe .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-subscribe #pwgc-redeem-gift-card-number:focus, .form-subscribe .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number:focus, .form-subscribe .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number:focus, .form-subscribe .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-subscribe #pwgc-redeem-gift-card-number:focus, .form-subscribe .comment-form input[type=text]:focus, .comment-form .form-subscribe input[type=text]:focus,
.form-subscribe .comment-form input[type=email]:focus,
.comment-form .form-subscribe input[type=email]:focus,
.form-subscribe .comment-form input[type=url]:focus,
.comment-form .form-subscribe input[type=url]:focus,
.form-subscribe .comment-form textarea:focus,
.comment-form .form-subscribe textarea:focus {
  box-shadow: 0 0 0 2px #00B7CE;
}
.form-subscribe button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  bottom: 0;
  color: #00B7CE;
}

.section-shop {
  background: #E6EAEB;
  padding: 5rem 0;
}
.section-shop ul.products li.product .post-core {
  padding-top: 0;
}
.section-shop .section-h .btn-link {
  display: block;
}
.section-shop .btn-link-mobile {
  display: none;
}

.section-h {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
.section-h h2 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-h {
    display: block;
    text-align: center;
  }
}

.bg-light-dot, .woocommerce-checkout .site-main, .woocommerce-cart .site-main, .woocommerce-account .site-main, .woocommerce-page .site-main, .post-type-archive-product .site-main-wc, .tax-product_cat .site-main-wc {
  background: linear-gradient(90deg, #E9EDEF 21px, transparent 1%) center, linear-gradient(#E9EDEF 21px, transparent 1%) center, #a799cc;
  background-size: 22px 22px;
  background-attachment: fixed;
}

.bg-line-3 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.bg-line-3:before, .bg-line-3:after,
.bg-line-3 i {
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.15);
  position: none;
}
.bg-line-3:before, .bg-line-3:after {
  content: "";
  background: transparent !important;
  width: 0;
}
.bg-line-3.light i {
  background: rgba(62, 74, 75, 0.1);
}
.bg-line-3.darker i {
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 1024px) {
  .masterhead-home {
    max-height: 800px;
    background-position: center bottom !important;
  }
  .masterhead-home-img {
    margin-left: -13rem;
  }
  .masterhead-home h1 {
    color: inherit;
  }
  .masterhead-home-ctainfo {
    position: absolute;
    bottom: 4rem;
    padding: 0 4rem;
    width: 90%;
    margin: auto;
    right: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .masterhead-home .cr-play {
    margin-bottom: 0;
  }
  .masterhead-home .cr-play-lbl {
    color: #fff;
  }
  .masterhead-home .cr-play-btn {
    width: 60px;
    height: 60px;
  }
  .masterhead-home .cr-play-btn:after {
    border-top: 0.7rem solid transparent;
    border-bottom: 0.7rem solid transparent;
    border-left: 1.3rem solid #fff;
    margin-left: 5px;
  }
  .masterhead-home .ks-signature img {
    width: 180px;
  }
  .masterhead-home .container {
    position: static;
  }
  .card-bio {
    max-width: 410px;
    transform: rotate(0);
    margin: 0;
    padding: 1rem;
  }
  .section-home-intro {
    padding-top: 3rem;
  }
  .section-home-intro .section-copy {
    margin-top: 0;
  }
  .cta-subscribe {
    padding: 5rem 0;
  }
  .form-subscribe {
    margin-top: 2rem;
  }
}
@media (max-width: 768px) {
  .section-home-intro {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
  .card-bio {
    max-width: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .card-bio img {
    width: 100%;
  }
  .section-home-intro .cr-play-btn,
  .section-cta-subscribe .cr-play-btn {
    width: 68px;
    height: 68px;
  }
  .section-home-intro .cr-play-btn:after,
  .section-cta-subscribe .cr-play-btn:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
  }
  .section-home-intro .cr-play-lbl,
  .section-cta-subscribe .cr-play-lbl {
    width: 128px;
  }
  .section-shop .section-h .btn-link {
    display: none;
  }
  .section-shop .btn-link-mobile {
    display: block;
  }
}
@media (max-width: 600px) {
  .masterhead-home {
    height: 640px;
    display: block;
    padding-top: 8rem;
  }
  .masterhead-home-img {
    top: 50%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, -50%) !important;
  }
  .masterhead-home-copy {
    margin-top: 0 !important;
    text-align: center;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    width: 90%;
    margin: auto;
  }
  .masterhead-home-copy p {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .masterhead-home-ctainfo {
    padding: 0;
    bottom: 9rem;
    justify-content: center;
  }
  .masterhead-home .effect-shine.lbl-scroll {
    display: none;
  }
  .masterhead-home .section-home-intro {
    padding-top: 0;
  }
  .masterhead-home .social-media {
    display: none;
  }
  .section-home-intro {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .section-home-intro .card-bio {
    margin-bottom: 1.5rem;
  }
  .card-block img {
    height: 400px;
    object-position: center top;
  }
  .form-subscribe {
    margin-top: 1rem;
  }
  .form-subscribe button {
    width: auto !important;
  }
  .cta-subscribe {
    padding: 3rem 0 1.5rem;
  }
  .cta-subscribe-copy h2 {
    margin-bottom: 1rem;
  }
  .section-cta-subscribe .card-bio {
    padding: 0;
    margin-top: 2rem;
  }
  .section-cta-subscribe .card-bio img {
    display: block;
  }
  .section-shop {
    padding: 3rem 0 2rem;
  }
}
.site-main {
  padding: 4rem 0;
}

.masterhead-page {
  position: relative;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.masterhead-page.has_bg {
  min-height: 100vh;
  background-size: cover;
  background-position: center;
  background-position-y: 0;
  background-repeat: no-repeat;
}
.masterhead-page.has_bg:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("images/banner-shadow.png");
  background-repeat: repeat-x;
}
.masterhead-page.has_bg.md {
  min-height: 480px;
}
.masterhead-page.has_bg.md h1, .masterhead-page.has_bg.md h2 {
  margin-top: 8rem;
  font-size: 3.8vw;
  position: relative;
  top: 0;
  color: #fff;
  text-align: center;
}
.masterhead-page h1 {
  position: relative;
  top: 0;
  margin-top: 3rem;
  color: #fff;
  font-size: 7vw;
  text-align: center;
}
.masterhead-page > * {
  position: relative;
  z-index: 1;
}

.section-about-intro h2 {
  text-align: center;
  font-size: 6rem;
  margin-bottom: 4rem;
}

.card-info {
  padding: 0;
  margin: 0;
  list-style: none;
  background: #00B7CE;
  padding: 1.5rem 2.5rem;
  margin-right: 4.5rem;
  min-width: 360px;
}
.card-info li {
  padding: 1rem 0;
}
.card-info li h6 {
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #3E4A4B;
}
.card-info li h5 {
  color: #ffffff;
  text-transform: none;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .card-info {
    min-width: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.about-intro-row .card-info {
  margin: 0;
}
.about-intro-row .about-intro-copy {
  padding-left: 50px;
}
@media (max-width: 991px) {
  .about-intro-row .card-info {
    margin-bottom: 30px;
  }
  .about-intro-row .about-intro-copy {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .site-main {
    padding: 2rem 0;
  }
  .lr-horiz {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .grid-press .grid-press-row {
    margin: 0;
  }
  .masterhead-page.has_bg {
    background-position: top center;
    background-size: cover;
    min-height: 46vh;
  }
  .masterhead-page.has_bg:after {
    opacity: 0.5;
  }
  .masterhead-page h1 {
    font-size: 12vw;
    margin-top: 2rem;
  }
  .grid-press .desc {
    padding: 22px;
    padding-bottom: 0;
  }
  .grid-press .desc {
    padding: 22px;
  }
  .grid-press .core-flex {
    padding: 0 22px 22px;
  }
  .grid-press .core-flex strong {
    font-size: 15px;
    font-weight: normal;
  }
  .grid-press .img-wrap .text-title {
    padding: 22px;
  }
}
.page-template-page-online-registration {
  background-color: #3E4A4B;
}
.page-template-page-online-registration .site-footer {
  background-color: #fff;
}
.page-template-page-online-registration .event-info p {
  font-size: 20px;
}
.page-template-page-online-registration .event-info p.text-sm {
  font-size: 14px;
}

.grid-press {
  /* boring properties: */
  list-style: none;
  height: max-content;
  padding: 0;
  display: block;
  padding-left: 0;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 5rem;
}
.grid-press .grid-press-row {
  transition: 0.2s linear all;
}
.grid-press .col-flex {
  display: flex;
}
.grid-press .col-item {
  margin-bottom: 30px;
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .grid-press .col-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid-press .col-item {
    width: 100%;
  }
}
.grid-press .core {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-press .grid-item {
  width: 100%;
  height: 100%;
}
.grid-press .grid-item .grid-wrap {
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.grid-press .grid-item .grid-wrap .img-wrap img, .grid-press .grid-item .grid-wrap .img-wrap .img-bg {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .grid-press .grid-item .grid-wrap .img-wrap img, .grid-press .grid-item .grid-wrap .img-wrap .img-bg {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .grid-press .grid-item .grid-wrap .img-wrap img, .grid-press .grid-item .grid-wrap .img-wrap .img-bg {
    height: auto;
  }
}
.grid-press .grid-item .external_link svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
}
.grid-press .grid-item .gallery-wrap {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.grid-press .grid-item .gallery-wrap svg {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
}
.grid-press .grid-item .gallery-wrap svg path {
  fill: #00b7ce;
}
.grid-press a {
  cursor: pointer;
}
.grid-press .image-selector {
  display: block;
}
.grid-press .img-wrap {
  position: relative;
  background-color: #3E4A4B;
}
.grid-press .img-wrap a {
  display: flex;
  position: relative;
}
.grid-press .img-wrap a:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
}
.grid-press .img-wrap.no-img a:before {
  content: "";
  display: none;
}
.grid-press .img-wrap .text-title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 10px;
  z-index: 2;
  font-size: 18px;
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  width: 100%;
  line-height: 1.2;
}
.grid-press .img-wrap img, .grid-press .img-wrap .img-bg {
  height: 100%;
  object-fit: contain;
  object-position: center;
  min-height: 100%;
  max-height: 100%;
  width: 100%;
}
.grid-press .img-wrap .img-bg {
  background-color: #3E4A4B;
}
.grid-press .img-wrap.img-top img {
  object-position: top center;
}
.grid-press .cr-play-btn {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.grid-press .desc {
  font-size: 13px;
  color: #3E4A4B;
  padding: 15px 15px;
  padding-bottom: 0;
}
.grid-press .desc p {
  margin-bottom: 0;
}
.grid-press .desc strong {
  font-weight: 600;
}
.grid-press .core-flex {
  padding: 10px 15px;
  display: flex;
  margin-top: auto;
}
.grid-press .core-flex span {
  font-size: 14px;
  color: #3E4A4B;
  margin-left: auto;
}
.grid-press strong {
  font-size: 1.1rem;
  text-transform: none;
  line-height: 1.2;
  text-transform: none;
  margin-bottom: 0;
  font-weight: 200;
}
@media (min-width: 768px) {
  .grid-press .grid-item1 .desc {
    font-size: 15px;
    padding: 10px 20px;
  }
  .grid-press .grid-item1 .cr-play-btn {
    transform: translate(-50%, -50%) scale(0.7, 0.7);
  }
  .grid-press .grid-item1 .core-flex {
    padding: 10px 20px;
  }
  .grid-press .grid-item1 .core-flex span {
    font-size: 16px;
  }
  .grid-press .grid-item1 .gallery-wrap svg {
    width: 30px;
  }
}

.section-main-press {
  padding-bottom: 1px !important;
}

.section-press-header {
  padding-bottom: 3rem;
  padding-top: 4rem;
  width: 875px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .section-press-header {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.section-press-header h2 span, .section-press-header h2 strong {
  color: #00b7ce;
  font-weight: inherit;
}
.section-press-header p {
  size: 18px;
  color: #3E4A4B;
}

.masterhead-about {
  position: relative;
  padding: 1px;
  background-color: #3E4A4B;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.masterhead-about h1 {
  position: relative;
  text-transform: uppercase;
  color: #fff;
  font-size: 16vw;
  text-align: center;
  margin-top: 10rem;
}
.masterhead-about:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 30%;
  background: #fff;
}
.masterhead-about * {
  position: relative;
  z-index: 1;
}
.masterhead-about .masterhead-images {
  max-width: 90%;
  margin: 0 auto;
}
.masterhead-about .masterhead-images .mi-thumb img {
  margin: 0 auto;
  width: 100%;
}
.masterhead-about .masterhead-images .mi-thumb1, .masterhead-about .masterhead-images .mi-thumb3 {
  flex: 0 0 auto;
  width: 25%;
}
.masterhead-about .masterhead-images .mi-thumb2 {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 600px) {
  .masterhead-about .masterhead-images .mi-thumb2 {
    width: 100%;
  }
}

.masterhead-images {
  display: flex;
  align-items: center;
  justify-content: center;
}
.masterhead-images .mi-thumb {
  position: relative;
  padding: 0 2rem;
}
.masterhead-images .mi-thumb img {
  display: block;
}

.section-cta-fc {
  min-height: 800px;
  background-size: cover;
  background-position: center;
  max-width: 1600px;
  margin: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 3rem;
  margin-bottom: 2rem;
  margin-top: 5rem;
  width: 100%;
}
.section-cta-fc .section-copy {
  color: #fff;
  max-width: 900px;
  text-align: center;
  padding: 15px;
}
.section-cta-fc .section-copy .btn, .section-cta-fc .section-copy .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .section-cta-fc .section-copy .lm-out-of-stock, .section-cta-fc .section-copy .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .section-cta-fc .section-copy .single_add_to_cart_button, .section-cta-fc .section-copy .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .section-cta-fc .section-copy .single_add_to_cart_button, .section-cta-fc .section-copy ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .section-cta-fc .section-copy .xoo-wl-btn-popup, .section-cta-fc .section-copy .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .section-cta-fc .section-copy .checkout-button, .section-cta-fc .section-copy .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .section-cta-fc .section-copy .checkout-button, .section-cta-fc .section-copy .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .section-cta-fc .section-copy td.actions > button, .section-cta-fc .section-copy .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .section-cta-fc .section-copy td.actions > button, .section-cta-fc .section-copy .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .section-cta-fc .section-copy #pwgc-redeem-button, .section-cta-fc .section-copy .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .section-cta-fc .section-copy #pwgc-redeem-button, .section-cta-fc .section-copy .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .section-cta-fc .section-copy #pwgc-redeem-button, .section-cta-fc .section-copy .comment-form input[type=submit], .comment-form .section-cta-fc .section-copy input[type=submit] {
  width: auto;
}

.gallery {
  width: 100%;
  position: relative;
  min-height: 75vh;
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.gallery-slider {
  width: 100%;
  height: 100%;
  display: none;
}
.gallery-slider.slick-initialized {
  display: block;
}
.gallery-slider .slider-slide {
  width: 100%;
  height: 75vh;
  min-height: 750px;
  position: relative;
  z-index: 2;
}
.gallery-slider .slider-slide:hover .icon-lightbox, .gallery-slider .slider-slide:active .icon-lightbox, .gallery-slider .slider-slide:focus .icon-lightbox, .gallery-slider .slider-slide:active:focus .icon-lightbox, .gallery-slider .slider-slide:focus-visible .icon-lightbox {
  background-color: #00B7CE;
}
.gallery-slider .slider-slide:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
}
.gallery-slider .slider-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  pointer-events: none;
  transition: 0.2s linear all;
  z-index: 2;
}
.gallery .more {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  opacity: 0.3;
  font-size: 0.8rem;
  transform: translateY(-0.938rem);
  position: absolute;
  z-index: 10;
  right: 1.875rem;
  letter-spacing: 0.1rem;
  display: none;
}
@media screen and (min-width: 37.5rem) {
  .gallery .more {
    display: inline-block;
  }
}
.gallery .more:hover {
  opacity: 1;
}
.gallery .gallery-thumbs {
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 15px;
  width: 100%;
  max-width: 1100px;
  margin: auto;
}
.gallery .gallery-slider-thumbs {
  display: none;
}
.gallery .gallery-slider-thumbs.slick-initialized {
  display: block;
}
.gallery .gallery-slider-thumbs .slider-slide {
  height: 6.25rem;
  text-align: center;
  overflow: hidden;
  opacity: 0.9;
  margin: 0 5px;
  border: 2px solid transparent;
  cursor: pointer;
}
.gallery .gallery-slider-thumbs .slider-slide:hover, .gallery .gallery-slider-thumbs .slider-slide:active, .gallery .gallery-slider-thumbs .slider-slide:focus, .gallery .gallery-slider-thumbs .slider-slide:active:focus, .gallery .gallery-slider-thumbs .slider-slide.slick-active.slick-center {
  border: 2px solid #00B7CE;
}
.gallery .gallery-slider-thumbs .slider-slide img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  object-position: top center;
  box-sizing: border-box;
}
.gallery .gallery-slider-thumbs .slider-slide-next {
  opacity: 1;
}
.gallery .gallery-slider-thumbs .slider-slide-next img {
  border: 4px solid #00B7CE;
}
.gallery .icon-lightbox {
  display: block;
  position: absolute;
  width: 55px;
  height: 55px;
  top: 25px;
  right: 25px;
  border-radius: 100%;
  background-color: #3E4A4B;
  text-align: center;
  padding: 14px 2px;
  z-index: 3;
}
@media (max-width: 600px) {
  .gallery .icon-lightbox {
    top: 10px;
    right: 6px;
    transform: scale(0.8);
    background-color: rgba(0, 0, 0, 0.6);
  }
}
.gallery .icon-lightbox img {
  margin: auto;
}
.gallery .icon-lightbox:hover, .gallery .icon-lightbox:active, .gallery .icon-lightbox:focus, .gallery .icon-lightbox:active:focus, .gallery .icon-lightbox:focus-visible {
  background-color: #00B7CE;
}
@media (max-width: 1024px) {
  .gallery .icon-lightbox {
    width: 45px;
    height: 45px;
    padding: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gallery .icon-lightbox img {
    width: 20px !important;
    height: 20px !important;
  }
}

@media screen and (max-width: 62.188rem) and (max-height: 43.75rem) {
  .content {
    top: 30% !important;
    transform: translatey(-30%);
  }
}
@media (max-width: 1024px) {
  .masterhead-images {
    padding: 0 1rem;
    margin-top: 1rem;
  }
  .masterhead-images .mi-thumb {
    padding: 0.8rem;
  }
  .masterhead-about {
    margin-bottom: -3rem;
  }
  .section-about-intro h2 {
    font-size: 10vw;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .section-about-intro {
    margin-top: 3rem;
  }
  .section-about-intro .card-info {
    padding: 1rem 1.5rem;
  }
  .section-about-intro h2 {
    font-size: 16vw;
    margin-bottom: 2rem;
  }
  .gallery .gallery-thumbs {
    padding: 0;
    margin-bottom: 0.5rem;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .masterhead-images .mi-thumb-l,
  .masterhead-images .mi-thumb-r {
    display: none;
  }
  .section-gallery.gallery {
    margin-top: 3rem;
  }
  .masterhead-about h1 {
    margin-bottom: 0rem;
    margin-top: 8.5rem;
  }
  .card-info {
    padding: 1rem 1.5rem;
  }
  .section-about-intro {
    margin-top: 1.5rem;
  }
  .masterhead-images {
    padding: 0;
  }
  .masterhead-about .masterhead-images .mi-thumb2 {
    padding: 0;
    margin-top: 3rem;
  }
  .about-intro-row {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .masterhead-about {
    margin-bottom: -1rem;
  }
  .section-cta-fc {
    min-height: 500px;
    padding: 0;
    margin-bottom: 2rem;
    margin-top: 1rem;
  }
  .section-cta-fc .section-copy {
    text-align: left;
    padding: 1.2rem 1.3rem 1.5rem;
    background: rgba(0, 0, 0, 0.6);
  }
  .gallery {
    min-height: 50vh;
    margin-bottom: 2rem;
  }
  .gallery-slider .slider-slide {
    height: 50vh;
    min-height: 400px;
  }
  .gallery .gallery-slider-thumbs .slider-slide {
    height: 4rem;
  }
}
.site-main-contact, .site-main-registration {
  padding-top: 13rem;
  padding-bottom: 8rem;
  background-color: #3E4A4B;
  overflow: hidden;
}
.site-main-contact .bg-line-3, .site-main-registration .bg-line-3 {
  opacity: 0.8;
}

.frm_style_lines-no-boxes {
  background: #fff;
  position: relative;
  z-index: 1;
}
.frm_style_lines-no-boxes .frm_primary_label {
  margin-bottom: 0;
  color: #3E4A4B;
  font-size: 1rem;
  line-height: 1.2;
}
.frm_style_lines-no-boxes .frm_message {
  padding: 4rem 3rem 3rem;
  text-align: center;
}
.frm_style_lines-no-boxes div#frm_field_16_container {
  margin-bottom: 0 !important;
}

.site-footer {
  position: relative;
  z-index: 1;
  background: #fff;
}

.cta-form-img {
  position: absolute;
  top: 12rem;
  right: 0;
}

.cta-subscribe-l2 {
  padding-top: 7rem;
  padding-bottom: 0;
}
.cta-subscribe-l2 .cta-subscribe-copy {
  max-width: 720px;
  margin: auto;
}

.frm_style_lines-no-boxes.with_frm_style .frm_error_style {
  line-height: 1.2 !important;
  margin-top: -1.5rem;
}

.frm_style_lines-no-boxes.with_frm_style .frm_error, .frm_style_lines-no-boxes.with_frm_style .frm_limit_error {
  color: #e85e5e !important;
  line-height: 1;
}

.frm_style_lines-no-boxes.with_frm_style .frm_submit button {
  font-family: "gothiks", "montserrat", -apple-system, sans-serif;
  text-transform: uppercase;
}

@media (max-width: 1024px) {
  .form-card {
    padding: 2.5rem 3rem;
    max-width: 600px;
  }
  .cta-form-img {
    width: 500px;
  }
  .site-main-contact, .site-main-registration {
    padding-top: 9rem;
  }
  .cta-subscribe-l2 .cta-subscribe-copy {
    max-width: 100%;
    width: auto;
  }
  .cta-subscribe-l2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .site-main-contact, .site-main-registration {
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cta-form-img {
    display: none;
  }
  .form-card {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .site-main-contact, .site-main-registration {
    padding-top: 7.5rem;
  }
  .form-card {
    padding: 2rem;
  }
  .form-card h3 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
  .cta-subscribe-l2 {
    margin-top: 0;
  }
}
.lr-horiz {
  display: flex;
  padding: 3rem 0;
}
@media (min-width: 1600px) {
  .lr-horiz {
    align-items: center;
  }
}
.lr-horiz-img {
  width: 70%;
}
.lr-horiz-img img {
  display: block;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .lr-horiz-img {
    width: 100%;
  }
}
.lr-horiz-copy {
  width: 100%;
  padding: 0 4vw;
  padding-right: 0;
}
.lr-horiz .lr-horiz-copy ul {
  margin-left: 0;
}
.lr-horiz .lr-horiz-copy > img {
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .lr-horiz .lr-horiz-copy {
    margin-top: 30px;
  }
}
.lr-horiz.reversed {
  flex-direction: row-reverse;
}
.lr-horiz.reversed .lr-horiz-copy {
  padding-left: 0;
  padding-right: 4vw;
}
@media (max-width: 767px) {
  .lr-horiz.reversed .lr-horiz-copy {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .lr-horiz {
    display: block;
  }
}

.section-bg-l2 {
  background: #E6EAEB;
  padding: 3rem 0;
  margin: 3rem 0;
}

@media (max-width: 768px) {
  .lr-horiz {
    align-items: flex-start;
  }
  .lr-horiz-copy svg, .lr-horiz-copy img {
    width: 130px;
    height: 42px;
    object-fit: contain;
    object-position: 0;
    margin-bottom: 0;
  }
  .lr-horiz-copy svg {
    width: 101px;
  }
  .lr-horiz-copy {
    padding: 0;
  }
  .lr-horiz-img {
    margin-right: 5vw;
  }
  .lr-horiz.reversed .lr-horiz-img {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .inline-links .btn, .inline-links .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .inline-links .lm-out-of-stock, .inline-links .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .inline-links .single_add_to_cart_button, .inline-links .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .inline-links .single_add_to_cart_button, .inline-links ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .inline-links .xoo-wl-btn-popup, .inline-links .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .inline-links .checkout-button, .inline-links .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .inline-links .checkout-button, .inline-links .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .inline-links td.actions > button, .inline-links .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .inline-links td.actions > button, .inline-links .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .inline-links #pwgc-redeem-button, .inline-links .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .inline-links #pwgc-redeem-button, .inline-links .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .inline-links #pwgc-redeem-button, .inline-links .comment-form input[type=submit], .comment-form .inline-links input[type=submit] {
    margin: 0.5rem 0;
  }
  .lr-horiz {
    padding: 0;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  .lr-horiz-img {
    margin: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
  .lr-horiz-img img {
    height: 350px;
    object-fit: cover;
    width: 100%;
  }
  .lr-horiz-copy img {
    width: 162px;
    height: auto;
  }
  .lr-horiz-copy svg {
    width: 107px;
    height: auto;
  }
  .lr-horiz.reversed {
    flex-direction: column-reverse;
  }
  .lr-horiz.reversed .lr-horiz-copy {
    padding: 0;
  }
  .lr-horiz.reversed .lr-horiz-img {
    margin-left: 0;
  }
}
.horiz-slider {
  display: flex;
  min-height: 750px;
  height: auto;
  margin: 0;
  padding: 15px;
  overflow: hidden;
  list-style-type: none;
  width: 100%;
  min-width: 100%;
  flex-direction: column;
}
@media only screen and (min-width: 1280px) {
  .horiz-slider {
    flex-direction: row;
  }
}
.horiz-slider li {
  flex: 1;
  display: flex;
  align-items: stretch;
  cursor: pointer;
  transition: all 0.35s ease;
  cursor: pointer;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
}
.horiz-slider li .trigger-li {
  position: absolute;
  z-index: 150;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  text-decoration: none;
}
.horiz-slider li:before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, #111111 100%);
}
.horiz-slider li ~ li {
  margin-left: 15px;
}
@media only screen and (max-width: 1280px) {
  .horiz-slider li ~ li {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.horiz-slider li h3 {
  font-weight: bold;
  white-space: nowrap;
  position: absolute;
  z-index: 30;
  opacity: 1;
  top: 50%;
  left: 50%;
  font-weight: 500;
  transition: top 0.35s, opacity 0.15s;
  transform-origin: 0 0;
  font-size: 24px;
  text-transform: uppercase;
  transform: translate(-50%, -50%) rotate(0deg);
  color: #ffffff;
}
@media only screen and (min-width: 1280px) {
  .horiz-slider li h3 {
    top: 95%;
    left: 50%;
    font-size: 32px;
    transform: translate(-20px, -50%) rotate(-90deg);
  }
}
.horiz-slider li .gallery {
  pointer-events: none;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1280px) {
  .horiz-slider li .gallery {
    min-height: 230px;
  }
}
.horiz-slider li .gallery .slider-slide {
  transition: height 0.2s linear;
}
.horiz-slider li .gallery .gallery-wrap {
  opacity: 0;
  background-color: #3E4A4B;
}
.horiz-slider li .gallery .gallery-thumbs {
  opacity: 0;
}
.horiz-slider li.active {
  flex: 6;
  cursor: default;
}
.horiz-slider li.active .trigger-li {
  display: none;
}
.horiz-slider li.active .gallery {
  pointer-events: inherit;
}
.horiz-slider li.active .gallery .gallery-wrap {
  animation: 0.3s ease 0.5s normal forwards 1 fadein;
  -webkit-animation: 0.3s ease 0.5s normal forwards 1 fadein;
}
.horiz-slider li.active .gallery .gallery-thumbs {
  animation: 0.3s ease 0.8s normal forwards 1 slideopen;
  -webkit-animation: 0.3s ease 0.8s normal forwards 1 slideopen;
}
.horiz-slider li.active h3 {
  opacity: 0;
  top: 200%;
}
.horiz-slider li.active .section-content {
  opacity: 1;
}
.horiz-slider li.active .section-content .inner {
  opacity: 1;
}
.horiz-slider li.active:before {
  background: transparent;
}
.horiz-slider h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .horiz-slider h2 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 1280px) {
  .horiz-slider h2 {
    font-size: 50px;
    line-height: 64px;
    font-weight: 500;
  }
}
.horiz-slider .section-content {
  z-index: 30;
  align-self: flex-end;
  width: 100%;
  transition: all 0.35s 0.1s ease-out;
  background-color: #3E4A4B;
  opacity: 0;
}
.active .horiz-slider .section-content {
  animation: 1s ease 2s normal forwards 1 fadein;
  -webkit-animation: 1s ease 2s normal forwards 1 fadein;
}
.horiz-slider .section-content .inner {
  position: absolute;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  align-items: flex-end;
  left: 0;
  top: 0;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
}
@media only screen and (min-width: 768px) {
  .horiz-slider .section-content .inner {
    grid-auto-flow: column;
    grid-template-columns: calc(100% - 340px) 300px;
    grid-column-gap: 40px;
    padding: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .horiz-slider .section-content .inner {
    grid-auto-flow: column;
    grid-template-columns: 460px 200px;
    grid-column-gap: 40px;
    padding: 40px;
  }
}

.masterhead-slider-wrap {
  position: relative;
}
.masterhead-slider-wrap .masterhead-slider-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.masterhead-slider-wrap .masterhead-slider {
  z-index: 1;
  height: 100%;
  width: 100%;
}
.masterhead-slider-wrap .masterhead-slider .slick-list, .masterhead-slider-wrap .masterhead-slider .slick-track {
  height: 100%;
  width: 100%;
}
.masterhead-slider-wrap .masterhead-slider .slick-slide:before {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("images/banner-shadow.png");
  background-repeat: repeat-x;
  opacity: 0.2;
}
.masterhead-slider-wrap .masterhead-slider .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.masterhead-slider-wrap .container {
  position: relative;
  z-index: 3;
}
.masterhead-slider-wrap .slick-dots {
  bottom: 10px;
  width: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 30px;
  padding: 1px 15px 0px;
}
.masterhead-slider-wrap .slick-dots li button {
  width: 10px;
  height: 12px;
  opacity: 1;
  background-color: #3E4A4B;
  border-radius: 100%;
}
.masterhead-slider-wrap .slick-dots li.slick-active button {
  background-color: #00B7CE;
}

.lg-backdrop {
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
  transition: 0.2s backdrop-filter linear;
  transition-delay: 0.5s;
}
.lg-backdrop.in {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(0, 0, 0, 0.4705882353);
}

.lg-outer .lg-thumb-outer {
  background-color: rgba(0, 0, 0, 0.368627451) !important;
}
.lg-outer .lg-toogle-thumb {
  background-color: rgba(0, 0, 0, 0.368627451) !important;
}
@media (min-width: 1024px) {
  .lg-outer .lg-img-wrap {
    padding: 110px 80px !important;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    background-color: transparent;
  }
  to {
    opacity: 1;
    background-color: transparent;
  }
}
@keyframes slideopen {
  0% {
    opacity: 0;
    bottom: -20%;
  }
  20% {
    opacity: 1;
    bottom: -18%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes slideopen {
  0% {
    opacity: 0;
    bottom: -20%;
  }
  20% {
    opacity: 1;
    bottom: -18%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@media (max-width: 600px) {
  .masterhead-slider-wrap .slick-dots {
    display: none;
  }
}
.section-video {
  padding: 80px 0;
}
.section-video .embed {
  position: relative;
  width: 100%;
  --bs-aspect-ratio: 42%;
  margin-bottom: 30px;
}
.section-video .embed:before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.section-video .embed iframe, .section-video .embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .gallery {
    margin-bottom: 3rem;
  }
}
.site-main-off-pitch .lr-horiz-img,
.site-main-off-pitch .lr-horiz-copy {
  padding: 0 15px;
}
.site-main-off-pitch .lr-horiz-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.site-main-off-pitch .lr-horiz-copy {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .site-main-off-pitch .lr-horiz-copy {
    padding: 15px 15px 0;
  }
}
.site-main-off-pitch .reversed .lr-horiz-copy {
  padding-left: 0;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .site-main-off-pitch .reversed .lr-horiz-copy {
    padding: 15px 15px 0;
  }
}

.site-main-registration .form-card h3 {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .site-main-registration .form-card h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
.site-main-registration .form-card .form-group p, .site-main-registration .form-card .comment-form p p, .comment-form .site-main-registration .form-card p p {
  margin-bottom: 0;
}
.site-main-registration .form-card .form-group .wpcf7-list-item label, .site-main-registration .form-card .comment-form p .wpcf7-list-item label, .comment-form .site-main-registration .form-card p .wpcf7-list-item label {
  margin-bottom: 0;
}
.site-main-registration .form-card .form-group .wpcf7-list-item.first, .site-main-registration .form-card .comment-form p .wpcf7-list-item.first, .comment-form .site-main-registration .form-card p .wpcf7-list-item.first {
  margin-left: 0;
}
.site-main-registration .form-card .form-group-check label {
  margin-bottom: 20px;
}
.site-main-registration .form-card .form-group-check .form-control, .site-main-registration .form-card .form-group-check .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .site-main-registration .form-card .form-group-check #pwgc-redeem-gift-card-number, .site-main-registration .form-card .form-group-check .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .site-main-registration .form-card .form-group-check #pwgc-redeem-gift-card-number, .site-main-registration .form-card .form-group-check .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .site-main-registration .form-card .form-group-check #pwgc-redeem-gift-card-number, .site-main-registration .form-card .form-group-check .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .site-main-registration .form-card .form-group-check #pwgc-redeem-gift-card-number, .site-main-registration .form-card .form-group-check .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .site-main-registration .form-card .form-group-check #pwgc-redeem-gift-card-number, .site-main-registration .form-card .form-group-check .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .site-main-registration .form-card .form-group-check #pwgc-redeem-gift-card-number, .site-main-registration .form-card .form-group-check .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .site-main-registration .form-card .form-group-check #pwgc-redeem-gift-card-number, .site-main-registration .form-card .form-group-check .comment-form input[type=text], .comment-form .site-main-registration .form-card .form-group-check input[type=text],
.site-main-registration .form-card .form-group-check .comment-form input[type=email],
.comment-form .site-main-registration .form-card .form-group-check input[type=email],
.site-main-registration .form-card .form-group-check .comment-form input[type=url],
.comment-form .site-main-registration .form-card .form-group-check input[type=url],
.site-main-registration .form-card .form-group-check .comment-form textarea,
.comment-form .site-main-registration .form-card .form-group-check textarea {
  border-bottom: none;
}

.registration-form {
  position: relative;
  overflow: hidden;
}
.registration-form h3 {
  font-size: 44px;
  margin-bottom: 10px;
}
.registration-form .subtitle {
  font-size: 24px;
  line-height: normal;
}
.registration-form .form-label {
  color: #1F1D1D;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.registration-form .form-label span {
  text-transform: none;
}
.registration-form .form-control, .registration-form .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number, .registration-form .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number, .registration-form .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .registration-form #pwgc-redeem-gift-card-number, .registration-form .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .registration-form #pwgc-redeem-gift-card-number, .registration-form .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number, .registration-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number, .registration-form .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number, .registration-form .comment-form input[type=text], .comment-form .registration-form input[type=text],
.registration-form .comment-form input[type=email],
.comment-form .registration-form input[type=email],
.registration-form .comment-form input[type=url],
.comment-form .registration-form input[type=url],
.registration-form .comment-form textarea,
.comment-form .registration-form textarea {
  color: #3E4A4B;
  border: 0;
  border-bottom: 2px solid #9CACAE;
  box-shadow: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 18px;
  outline: 0;
}
.registration-form .form-control:focus, .registration-form .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number:focus, .registration-form .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number:focus, .registration-form .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:focus, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .registration-form #pwgc-redeem-gift-card-number:focus, .registration-form .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .registration-form #pwgc-redeem-gift-card-number:focus, .registration-form .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number:focus, .registration-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number:focus, .registration-form .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:focus, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number:focus, .registration-form .comment-form input[type=text]:focus, .comment-form .registration-form input[type=text]:focus,
.registration-form .comment-form input[type=email]:focus,
.comment-form .registration-form input[type=email]:focus,
.registration-form .comment-form input[type=url]:focus,
.comment-form .registration-form input[type=url]:focus,
.registration-form .comment-form textarea:focus,
.comment-form .registration-form textarea:focus, .registration-form .form-control:hover, .registration-form .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number:hover, .registration-form .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number:hover, .registration-form .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:hover, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .registration-form #pwgc-redeem-gift-card-number:hover, .registration-form .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .registration-form #pwgc-redeem-gift-card-number:hover, .registration-form .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number:hover, .registration-form .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number:hover, .registration-form .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number:hover, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .registration-form #pwgc-redeem-gift-card-number:hover, .registration-form .comment-form input[type=text]:hover, .comment-form .registration-form input[type=text]:hover,
.registration-form .comment-form input[type=email]:hover,
.comment-form .registration-form input[type=email]:hover,
.registration-form .comment-form input[type=url]:hover,
.comment-form .registration-form input[type=url]:hover,
.registration-form .comment-form textarea:hover,
.comment-form .registration-form textarea:hover {
  border-color: #00B7CE;
}
.registration-form .form-select {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjEzNDkgMTMuMzI3NkwyMS4yNTcgOC4zMjk3OEgxMy4wMTI3TDE3LjEzNDkgMTMuMzI3NloiIGZpbGw9IiM2RDZFNzEiLz4KPGxpbmUgeDE9IjAuNSIgeTE9IjIuMTg1NTZlLTA4IiB4Mj0iMC40OTk5OTkiIHkyPSIyMC45NDM0IiBzdHJva2U9IiNCREJEQkQiLz4KPC9zdmc+Cg==);
  background-size: 25px;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
}
.registration-form .form-group p, .registration-form .comment-form p p, .comment-form .registration-form p p {
  font-size: 15px;
}
.registration-form .form-group p a, .registration-form .comment-form p p a, .comment-form .registration-form p p a {
  color: #00B7CE;
}
.registration-form .form-group .btn-large, .registration-form .comment-form p .btn-large, .comment-form .registration-form p .btn-large {
  font-size: 18px;
  padding: 15px 30px;
}

.page-template-page-online-registration .masterhead-page.has_bg:after {
  display: none;
}

.section-online-registration-form .col-registration-details {
  order: 1;
}
@media only screen and (max-width: 991px) {
  .section-online-registration-form .col-registration-details {
    order: 0;
    margin-bottom: 2rem;
  }
}
.section-online-registration-form .col-registration-form {
  order: 0;
}
@media only screen and (max-width: 991px) {
  .section-online-registration-form .col-registration-form {
    order: 1;
    margin-bottom: 3rem;
  }
}
.section-online-registration-form .event-partners {
  color: #fff;
  margin-top: 3rem;
}
.section-online-registration-form .event-partners .logos {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.section-online-registration-form .event-partners h5 {
  color: #fff;
  margin-bottom: 15px;
}
.section-online-registration-form .participant-container {
  counter-reset: field-counter;
}
.section-online-registration-form .participant-container .participant-field {
  position: relative;
}
.section-online-registration-form .participant-container .participant-field:before {
  counter-increment: field-counter;
  content: counter(field-counter);
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: block;
  z-index: 3;
  position: absolute;
  background-color: #68b2cc;
  color: #fff;
  text-align: center;
  padding: 3px 0;
  top: 25px;
  left: 0px;
}
.section-online-registration-form .participant-container .participant-field .participant-field-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  padding: 30px 0px;
}
.section-online-registration-form .participant-container .participant-field:nth-child(2n) .form-control, .section-online-registration-form .participant-container .participant-field:nth-child(2n) .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .section-online-registration-form .participant-container .participant-field:nth-child(2n) #pwgc-redeem-gift-card-number, .section-online-registration-form .participant-container .participant-field:nth-child(2n) .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .section-online-registration-form .participant-container .participant-field:nth-child(2n) #pwgc-redeem-gift-card-number, .section-online-registration-form .participant-container .participant-field:nth-child(2n) .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .section-online-registration-form .participant-container .participant-field:nth-child(2n) #pwgc-redeem-gift-card-number, .section-online-registration-form .participant-container .participant-field:nth-child(2n) .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .section-online-registration-form .participant-container .participant-field:nth-child(2n) #pwgc-redeem-gift-card-number, .section-online-registration-form .participant-container .participant-field:nth-child(2n) .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .section-online-registration-form .participant-container .participant-field:nth-child(2n) #pwgc-redeem-gift-card-number, .section-online-registration-form .participant-container .participant-field:nth-child(2n) .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .section-online-registration-form .participant-container .participant-field:nth-child(2n) #pwgc-redeem-gift-card-number, .section-online-registration-form .participant-container .participant-field:nth-child(2n) .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .section-online-registration-form .participant-container .participant-field:nth-child(2n) #pwgc-redeem-gift-card-number, .section-online-registration-form .participant-container .participant-field:nth-child(2n) .comment-form input[type=text], .comment-form .section-online-registration-form .participant-container .participant-field:nth-child(2n) input[type=text],
.section-online-registration-form .participant-container .participant-field:nth-child(2n) .comment-form input[type=email],
.comment-form .section-online-registration-form .participant-container .participant-field:nth-child(2n) input[type=email],
.section-online-registration-form .participant-container .participant-field:nth-child(2n) .comment-form input[type=url],
.comment-form .section-online-registration-form .participant-container .participant-field:nth-child(2n) input[type=url],
.section-online-registration-form .participant-container .participant-field:nth-child(2n) .comment-form textarea,
.comment-form .section-online-registration-form .participant-container .participant-field:nth-child(2n) textarea {
  background-color: transparent;
}
.section-online-registration-form .participant-container .participant-field:nth-child(2n):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -3rem;
  right: -3rem;
  height: 100%;
  background: #f3f3f3;
  background-size: 22px 22px;
  background-attachment: fixed;
  z-index: 1;
}
.section-online-registration-form .participant-container .btn-remove-participant {
  text-decoration: none;
  color: #e91e63;
  display: block;
  text-align: right;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}
.section-online-registration-form.info h1 {
  font-size: 2.8rem;
}
.section-online-registration-form.info h2 {
  font-size: 2.5rem;
}
.section-online-registration-form.info h3 {
  font-size: 2rem;
}
.section-online-registration-form.info ul, .section-online-registration-form.info ol {
  margin-left: 0;
}
.section-online-registration-form.info blockquote {
  margin: 0 1.5em;
  background-color: #00b7ce;
  color: #2c3435;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding: 24px;
  font-size: 28px;
  font-family: "gothiks", "montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  line-height: 1.2;
}

.registration-faq-section .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.registration-faq-section .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.registration-faq-section .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.registration-faq-section .accordion button:hover,
.registration-faq-section .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.registration-faq-section .accordion button:hover::after,
.registration-faq-section .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.registration-faq-section .accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.registration-faq-section .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.registration-faq-section .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.registration-faq-section .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.registration-faq-section .accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.registration-faq-section .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.registration-faq-section .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.registration-faq-section .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.registration-faq-section .accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}

body.single-product .widget-area > section:nth-child(2) {
  display: none !important;
}

.woocommerce-checkout .sphere-area {
  display: none;
}

.registration-form .form-label {
  margin-bottom: 0;
}

.registration-form h3 {
  font-size: 44px;
  margin-bottom: 30px;
}

.woocommerce-variation-availability .stock.out-of-stock {
  width: fit-content;
  padding: 10px 20px;
  background-color: #e4004b;
  color: #fff !important;
  border-radius: 20px;
}

/* 2024 new changes */
.bg-light-dot, .woocommerce-checkout .site-main, .woocommerce-cart .site-main, .woocommerce-account .site-main, .woocommerce-page .site-main, .post-type-archive-product .site-main-wc, .tax-product_cat .site-main-wc {
  background: #E9EDEF;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html,
.site-main-contact .bg-line-3, .site-main-registration .bg-line-3,
.action-list.lm-out-of-stock {
  display: none;
}

@media (max-width: 600px) {
  .lr-horiz-img img {
    height: auto;
  }
}
.horiz-slider li .gallery .slider-slide, .gallery-slider .slider-slide {
  display: flex;
}

.section-gallery {
  background-color: #3E4A4B;
}

.section-gallery .gallery-slider .slider-slide:before {
  display: none;
}

.horiz-slider {
  min-height: 700px;
}

.gallery {
  min-height: 700px;
  max-height: 700px;
}

.section-gallery.gallery {
  min-height: auto !important;
}

.gallery-slider .slider-slide {
  height: 700px;
  min-height: 100%;
}

.gallery-slider .slider-slide img {
  z-index: 2;
  position: relative;
  margin: auto;
  top: 0%;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
  max-height: 100%;
}

.gallery-slider .slider-slide:before {
  z-index: 3;
}

.gallery .gallery-slider-thumbs .slider-slide img {
  width: 100%;
  height: 100%;
}

.gallery-slider .slider-slide {
  height: 700px;
  max-height: 100%;
}

.description .list-logo {
  flex-flow: wrap;
  text-align: center;
}

.description .list-logo li {
  width: 23%;
  background-color: #fff;
  margin: 10px;
  text-align: center;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  position: relative;
}

.description .list-logo li img {
  height: 82px;
  width: 172px;
  object-fit: contain;
}

.logo-desc {
  position: absolute;
  background-color: #01b7cf;
  width: 100%;
  height: 0;
  padding: 10px;
  color: #fff;
  line-height: 23px;
  font-size: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.description .list-logo li:hover .logo-desc {
  opacity: 1;
  height: 100%;
}

.lr-horiz-img img {
  height: auto;
}

.lr-horiz-copy img {
  max-width: 400px;
}

.page-template-page-partnership .site-main {
  padding-bottom: 0;
}

.pum-content.popmake-content h3 {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 30px;
}

.pum-content.popmake-content p {
  font-size: 1.15rem;
  line-height: 1.7;
}

.pum-content.popmake-content ul {
  list-style: none;
  padding-left: 0;
}

.pum-content.popmake-content ul li {
  margin-bottom: 10px;
  font-size: 1.15rem;
  position: relative;
  padding-left: 20px;
}

.pum-content.popmake-content ul li:before {
  content: "";
  background-color: #01b7cf;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 5px;
  left: 0;
}

@media (max-width: 1344px) {
  .navbar-nav a {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .lr-horiz-copy img {
    max-width: 200px;
  }
}
@media (max-width: 1070px) {
  .social-media-inline {
    justify-content: center;
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .horiz-slider {
    min-height: 550px;
  }
  .gallery {
    min-height: 550px;
    max-height: 550px;
  }
  .gallery-slider .slider-slide {
    height: 550px;
    max-height: 100%;
  }
  .description .list-logo li {
    width: 30%;
  }
}
@media (max-width: 600px) {
  .horiz-slider {
    min-height: 400px;
  }
  .gallery {
    min-height: 400px;
    max-height: 400px;
  }
  .gallery-slider .slider-slide {
    height: 400px;
    max-height: 100%;
  }
  .horiz-slider h2 {
    font-size: 25px;
  }
  .description .list-logo li {
    width: 45%;
  }
  .page-template-page-footballclinic .masterhead-page.has_bg {
    background-position: center !important;
  }
}
@media (max-width: 500px) {
  .description .list-logo li {
    width: 43%;
    height: 130px;
  }
}
.form-card textarea.form-control, .form-card .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form textarea#pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-card textarea#pwgc-redeem-gift-card-number, .form-card .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form textarea#pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form .form-card textarea#pwgc-redeem-gift-card-number, .form-card .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container textarea#pwgc-redeem-gift-card-number, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-card textarea#pwgc-redeem-gift-card-number, .form-card .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container textarea#pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container .form-card textarea#pwgc-redeem-gift-card-number, .form-card .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form textarea#pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .form-card textarea#pwgc-redeem-gift-card-number, .form-card .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form textarea#pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .form-card textarea#pwgc-redeem-gift-card-number, .form-card .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form textarea#pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .form-card textarea#pwgc-redeem-gift-card-number,
.form-card .comment-form textarea,
.comment-form .form-card textarea {
  max-width: 100%;
}

.d-none {
  display: none !important;
}

.frm_checkbox label {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  text-transform: none;
}

.masterhead-page .btn-wrap {
  margin-top: 20px;
}

.masterhead-page .btn-lg, .masterhead-page .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .masterhead-page .checkout-button, .masterhead-page .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .masterhead-page .checkout-button, .masterhead-page .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .masterhead-page td.actions > button, .masterhead-page .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .masterhead-page td.actions > button {
  padding: 10px 40px !important;
  font-size: 22px !important;
}

.site-main-form {
  overflow: hidden;
  padding-top: 4rem;
}

.site-main-form .circle {
  background-color: #2c3435;
  height: 800px;
  width: 800px;
  border-radius: 800px;
  position: absolute;
  right: -15%;
  top: 22%;
}

.site-main-form .form-card {
  margin: 0 auto;
  background: #fff;
  padding: 3rem 2.5rem;
  padding-bottom: 1rem;
  max-width: 900px;
  position: relative;
  z-index: 1;
}

body {
  overflow-x: hidden;
}

h1 {
  line-height: 0.9;
  margin-bottom: 3rem;
}

.navbar-nav > li > a {
  line-height: 1.1;
}

.section.section-faq-holder {
  padding: 80px 0;
}

.mt-50 {
  margin-top: 50px;
}

.registration-faq-section .accordion .accordion-item {
  margin-bottom: 10px;
  background-color: #fff;
  padding: 10px 20px;
  border-bottom: 0;
}

.registration-form {
  height: 100%;
}

.event-details h5 {
  margin-bottom: 5px !important;
}

.event-details .title-header {
  margin-bottom: 10px !important;
}

.section-online-registration-form .event-partners {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.bg-teal {
  background-color: #00B7CE;
}

.bg-white {
  background-color: #ffffff;
}

.text-light {
  color: #ffffff;
}
.text-light a {
  color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.registration-form {
  height: 100%;
  background: #fff;
  padding: 2.2rem;
}
.registration-form a {
  color: #00b7ce;
}
.registration-form h4 {
  margin-bottom: 12px;
  margin-top: 1rem;
}
.registration-form h4:first-child {
  margin-top: 0;
}

.event-details {
  background-color: #2c3435;
  padding: 1.8rem;
  color: #fff;
  height: 100%;
}

.event-info .btn-primary, .event-info .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .event-info .lm-out-of-stock, .event-info .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .event-info .single_add_to_cart_button, .event-info .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .event-info .single_add_to_cart_button, .event-info ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .event-info .xoo-wl-btn-popup, .event-info .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .event-info .checkout-button, .event-info .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .event-info .checkout-button, .event-info .woocommerce-checkout #add_payment_method #payment .btn#place_order, .event-info .woocommerce-checkout #add_payment_method #payment .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .event-info .woocommerce-checkout #add_payment_method #payment #place_order.lm-out-of-stock, .event-info .woocommerce-checkout #add_payment_method #payment .single-product .product .variations_button #place_order.single_add_to_cart_button, .single-product .product .variations_button .event-info .woocommerce-checkout #add_payment_method #payment #place_order.single_add_to_cart_button, .event-info .woocommerce-checkout #add_payment_method #payment .single-product .product form.cart #place_order.single_add_to_cart_button, .single-product .product form.cart .event-info .woocommerce-checkout #add_payment_method #payment #place_order.single_add_to_cart_button, .event-info .woocommerce-checkout #add_payment_method #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .event-info .woocommerce-checkout #add_payment_method #payment #place_order.xoo-wl-btn-popup, .woocommerce-cart .wc-proceed-to-checkout .event-info .woocommerce-checkout #add_payment_method #payment #place_order.checkout-button, .event-info .woocommerce-checkout #add_payment_method #payment .wc-proceed-to-checkout #place_order.checkout-button, .event-info .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method #payment #place_order.checkout-button, .woocommerce-cart .woocommerce-cart-form table.shop_table .event-info .woocommerce-checkout #add_payment_method #payment td.actions > button#place_order, .event-info .woocommerce-checkout #add_payment_method #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order, .event-info .woocommerce-checkout .woocommerce-cart-form table.shop_table #add_payment_method #payment td.actions > button#place_order, .woocommerce-checkout #add_payment_method #payment .event-info .btn#place_order, .woocommerce-checkout #add_payment_method #payment .event-info .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout #add_payment_method #payment .event-info #place_order.lm-out-of-stock, .woocommerce-checkout #add_payment_method #payment .event-info .single-product .product .variations_button #place_order.single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout #add_payment_method #payment .event-info #place_order.single_add_to_cart_button, .woocommerce-checkout #add_payment_method #payment .event-info .single-product .product form.cart #place_order.single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout #add_payment_method #payment .event-info #place_order.single_add_to_cart_button, .woocommerce-checkout #add_payment_method #payment .event-info ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout #add_payment_method #payment .event-info #place_order.xoo-wl-btn-popup, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout #add_payment_method #payment .event-info #place_order.checkout-button, .woocommerce-checkout #add_payment_method #payment .event-info .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method #payment .event-info #place_order.checkout-button, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout #add_payment_method #payment .event-info td.actions > button#place_order, .woocommerce-checkout #add_payment_method #payment .event-info .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart-form table.shop_table #add_payment_method #payment .event-info td.actions > button#place_order, .event-info .woocommerce-checkout #add_payment_method #payment .comment-form input#place_order[type=submit], .woocommerce-checkout #add_payment_method #payment .comment-form .event-info input#place_order[type=submit], .event-info .comment-form .woocommerce-checkout #add_payment_method #payment input#place_order[type=submit], .comment-form .woocommerce-checkout #add_payment_method #payment .event-info input#place_order[type=submit], .event-info .woocommerce-checkout .woocommerce-cart #payment .btn#place_order, .event-info .woocommerce-checkout .woocommerce-cart #payment .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .event-info .woocommerce-checkout .woocommerce-cart #payment #place_order.lm-out-of-stock, .event-info .woocommerce-checkout .woocommerce-cart #payment .single-product .product .variations_button #place_order.single_add_to_cart_button, .single-product .product .variations_button .event-info .woocommerce-checkout .woocommerce-cart #payment #place_order.single_add_to_cart_button, .event-info .woocommerce-checkout .woocommerce-cart #payment .single-product .product form.cart #place_order.single_add_to_cart_button, .single-product .product form.cart .event-info .woocommerce-checkout .woocommerce-cart #payment #place_order.single_add_to_cart_button, .event-info .woocommerce-checkout .woocommerce-cart #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .event-info .woocommerce-checkout .woocommerce-cart #payment #place_order.xoo-wl-btn-popup, .event-info .woocommerce-checkout .woocommerce-cart #payment .wc-proceed-to-checkout #place_order.checkout-button, .event-info .woocommerce-checkout .woocommerce-cart .wc-proceed-to-checkout #payment #place_order.checkout-button, .event-info .woocommerce-checkout .woocommerce-cart #payment .wc-proceed-to-checkout #place_order.checkout-button, .event-info .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart #payment #place_order.checkout-button, .event-info .woocommerce-checkout .woocommerce-cart #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order, .event-info .woocommerce-checkout .woocommerce-cart .woocommerce-cart-form table.shop_table #payment td.actions > button#place_order, .event-info .woocommerce-checkout .woocommerce-cart #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order, .event-info .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-cart #payment td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart #payment .event-info .btn#place_order, .woocommerce-checkout .woocommerce-cart #payment .event-info .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout .woocommerce-cart #payment .event-info #place_order.lm-out-of-stock, .woocommerce-checkout .woocommerce-cart #payment .event-info .single-product .product .variations_button #place_order.single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout .woocommerce-cart #payment .event-info #place_order.single_add_to_cart_button, .woocommerce-checkout .woocommerce-cart #payment .event-info .single-product .product form.cart #place_order.single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout .woocommerce-cart #payment .event-info #place_order.single_add_to_cart_button, .woocommerce-checkout .woocommerce-cart #payment .event-info ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout .woocommerce-cart #payment .event-info #place_order.xoo-wl-btn-popup, .woocommerce-checkout .woocommerce-cart #payment .event-info .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-checkout .woocommerce-cart .wc-proceed-to-checkout #payment .event-info #place_order.checkout-button, .woocommerce-checkout .woocommerce-cart #payment .event-info .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart #payment .event-info #place_order.checkout-button, .woocommerce-checkout .woocommerce-cart #payment .event-info .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart .woocommerce-cart-form table.shop_table #payment .event-info td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart #payment .event-info .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-cart #payment .event-info td.actions > button#place_order, .event-info .woocommerce-checkout .woocommerce-cart #payment .comment-form input#place_order[type=submit], .woocommerce-checkout .woocommerce-cart #payment .comment-form .event-info input#place_order[type=submit], .event-info .comment-form .woocommerce-checkout .woocommerce-cart #payment input#place_order[type=submit], .comment-form .woocommerce-checkout .woocommerce-cart #payment .event-info input#place_order[type=submit], .event-info .woocommerce-checkout .woocommerce-checkout #payment .btn#place_order, .event-info .woocommerce-checkout .woocommerce-checkout #payment .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .event-info .woocommerce-checkout .woocommerce-checkout #payment #place_order.lm-out-of-stock, .event-info .woocommerce-checkout .woocommerce-checkout #payment .single-product .product .variations_button #place_order.single_add_to_cart_button, .single-product .product .variations_button .event-info .woocommerce-checkout .woocommerce-checkout #payment #place_order.single_add_to_cart_button, .event-info .woocommerce-checkout .woocommerce-checkout #payment .single-product .product form.cart #place_order.single_add_to_cart_button, .single-product .product form.cart .event-info .woocommerce-checkout .woocommerce-checkout #payment #place_order.single_add_to_cart_button, .event-info .woocommerce-checkout .woocommerce-checkout #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .event-info .woocommerce-checkout .woocommerce-checkout #payment #place_order.xoo-wl-btn-popup, .event-info .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .event-info .woocommerce-checkout .woocommerce-checkout #payment #place_order.checkout-button, .event-info .woocommerce-checkout .woocommerce-checkout #payment .wc-proceed-to-checkout #place_order.checkout-button, .event-info .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout #payment #place_order.checkout-button, .event-info .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-cart .woocommerce-cart-form table.shop_table .event-info .woocommerce-checkout .woocommerce-checkout #payment td.actions > button#place_order, .event-info .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart-form table.shop_table td.actions > button#place_order, .event-info .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-checkout #payment td.actions > button#place_order, .woocommerce-checkout .woocommerce-checkout #payment .event-info .btn#place_order, .woocommerce-checkout .woocommerce-checkout #payment .event-info .single-product .product.outofstock .woo-product-gallery-slider #place_order.lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout .woocommerce-checkout #payment .event-info #place_order.lm-out-of-stock, .woocommerce-checkout .woocommerce-checkout #payment .event-info .single-product .product .variations_button #place_order.single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout .woocommerce-checkout #payment .event-info #place_order.single_add_to_cart_button, .woocommerce-checkout .woocommerce-checkout #payment .event-info .single-product .product form.cart #place_order.single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout .woocommerce-checkout #payment .event-info #place_order.single_add_to_cart_button, .woocommerce-checkout .woocommerce-checkout #payment .event-info ul.products li.product.outofstock .img-wrap .lm-out-of-stock #place_order.xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout .woocommerce-checkout #payment .event-info #place_order.xoo-wl-btn-popup, .woocommerce-checkout .woocommerce-checkout #payment .event-info .woocommerce-cart .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout .woocommerce-checkout #payment .event-info #place_order.checkout-button, .woocommerce-checkout .woocommerce-checkout #payment .event-info .wc-proceed-to-checkout #place_order.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout #payment .event-info #place_order.checkout-button, .woocommerce-checkout .woocommerce-checkout #payment .event-info .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout .woocommerce-checkout #payment .event-info td.actions > button#place_order, .woocommerce-checkout .woocommerce-checkout #payment .event-info .woocommerce-cart-form table.shop_table td.actions > button#place_order, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-checkout #payment .event-info td.actions > button#place_order, .event-info .woocommerce-checkout .woocommerce-checkout #payment .comment-form input#place_order[type=submit], .woocommerce-checkout .woocommerce-checkout #payment .comment-form .event-info input#place_order[type=submit], .event-info .comment-form .woocommerce-checkout .woocommerce-checkout #payment input#place_order[type=submit], .comment-form .woocommerce-checkout .woocommerce-checkout #payment .event-info input#place_order[type=submit] {
  font-size: 1.8rem;
}
.event-info h5 {
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 24px;
  color: #00b7ce;
}
.event-info a {
  color: #00b7ce;
}
.event-info h5.title-header {
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}
.event-info p {
  margin-bottom: 0;
  line-height: 1.2;
}
.event-info .logos a {
  display: inline-block;
  padding-right: 20px;
}
.event-info ul {
  list-style: none;
  padding: 0;
  font-size: 90%;
}
.event-info ul li {
  line-height: 1.3;
  display: flex;
  margin: 10px 0;
}
.event-info ul li:before {
  content: "";
  width: 10px;
  min-width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  background: #00b7ce;
  margin-top: 8px;
  margin-right: 8px;
}
.event-info .event-details {
  height: 100%;
  background-color: #2c3435;
  color: #fff;
}

.registration-faq-section .accordion button {
  color: #3E4A4D;
  text-transform: uppercase;
  font-size: 20px;
}

@media (max-width: 767px) {
  .section-online-registration-form .event-details,
  .section-online-registration-form .registration-form {
    padding: 30px !important;
  }
}
@media (max-width: 500px) {
  .masterhead-page .btn-lg, .masterhead-page .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .masterhead-page .checkout-button, .masterhead-page .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .masterhead-page .checkout-button, .masterhead-page .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .masterhead-page td.actions > button, .masterhead-page .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .masterhead-page td.actions > button {
    padding: 10px 20px !important;
    font-size: 16px !important;
  }
}
.page-id-1747 .masterhead-page h1 {
  margin-top: 1.5em;
}

@media (max-width: 600px) {
  .description .list-logo {
    padding: 0;
  }
  .description .list-logo li img {
    width: 89%;
    height: 76%;
  }
}
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-list ol {
  list-style: none;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  max-width: 100%;
}

.comment-form input[type=submit] {
  background-color: #3E4A4B !important;
  border-radius: 100px !important;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.social-media a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #00B7CE;
  padding: 14px 8px 9px;
  border-radius: 55rem;
}
.social-media a svg {
  width: 18px;
  height: 18px;
}

.app-sidebar .widget-area .widget {
  margin-bottom: 30px;
  background: #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.03);
  border-radius: 0px;
  padding: 25px;
}
.app-sidebar .widget-area .widget .widget {
  margin-bottom: 0px;
  background: transparent;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0px;
  padding: 0 0;
}
.app-sidebar .widget-area .widget .wc-block-components-price-slider {
  margin-bottom: 0;
}
.app-sidebar .widget-area .widget .widget-title, .app-sidebar .widget-area .widget .widgettitle, .app-sidebar .widget-area .widget .wp-block-heading {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0;
  border-bottom: none !important;
  text-transform: none;
  text-transform: uppercase;
}
.app-sidebar .widget-area .widget button {
  font-size: 14px;
  padding: 8px 14px;
  font-weight: 700;
  border-radius: 3px;
  background-color: #9CACAE;
  color: #fff;
  line-height: 1;
}

.widget_shopping_cart {
  color: #3E4A4B;
}
.widget_shopping_cart > h4 {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 7px;
  letter-spacing: 1px;
  font-weight: 600;
}
.widget_shopping_cart .widget-title, .widget_shopping_cart .widgettitle, .widget_shopping_cart .wp-block-heading {
  padding-bottom: 0;
}
.widget_shopping_cart .woocommerce-mini-cart__total, .widget_shopping_cart .total {
  margin-top: 17px;
  margin-bottom: 10px;
  border-top: 0 !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons {
  margin-bottom: 3px;
  display: block;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #3E4A4B;
  padding: 13px 10px !important;
  line-height: 1.3 !important;
  border-radius: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout {
  margin-left: auto;
  background-color: #00B7CE !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:hover, .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:active, .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:focus, .widget_shopping_cart .woocommerce-mini-cart__buttons .button.checkout:active:focus {
  border-color: #00c9e2 !important;
  background-color: #00c9e2 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  padding-left: 0 !important;
}
.widget_shopping_cart .mini_cart_item > .mini_cart_item-wrap {
  padding-top: 13px;
}
.widget_shopping_cart .mini_cart_item ~ .mini_cart_item {
  margin-top: 13px;
  border-top: 1px solid #E6EAEB;
}
.widget_shopping_cart .mini_cart_item .blockUI.blockOverlay {
  background-color: transparent !important;
}
.widget_shopping_cart .mini_cart_item .remove {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -6px !important;
  top: 7px !important;
  color: #fff !important;
  background-color: #00B7CE;
  border-radius: 100%;
  text-align: center;
  padding-right: 1px;
  padding-left: 1px;
  line-height: 1;
  padding: 2px 3px;
  z-index: 3;
  font-size: 17px;
  text-indent: 0;
  text-decoration: none;
}
.widget_shopping_cart .mini_cart_item .remove:before {
  content: "";
  display: none;
}
.widget_shopping_cart .mini_cart_item .quantity {
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
  font-size: 18px;
  color: #00B7CE;
  display: flex;
}
.widget_shopping_cart .mini_cart_item .quantity .amount {
  color: #3E4A4B;
  margin-left: auto;
}
.widget_shopping_cart .mini_cart_item .mini_cart_item-wrap {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
}
.widget_shopping_cart .mini_cart_item .mini_cart_item-wrap:hover, .widget_shopping_cart .mini_cart_item .mini_cart_item-wrap:active, .widget_shopping_cart .mini_cart_item .mini_cart_item-wrap:focus, .widget_shopping_cart .mini_cart_item .mini_cart_item-wrap:active:focus {
  text-decoration: none;
}
.widget_shopping_cart .mini_cart_item .mini_cart_item-wrap .prod-title {
  line-height: 1.3;
  font-size: 16px;
  font-family: "gothiks", "montserrat", -apple-system, sans-serif;
  color: #3E4A4B;
  font-weight: 500;
}
.widget_shopping_cart .mini_cart_item .mini_cart_item-wrap .prod-img {
  float: left;
  margin-right: 10px;
  background-color: #ebebeb;
  border-radius: 5px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
}
.widget_shopping_cart .mini_cart_item .mini_cart_item-wrap .prod-img img {
  mix-blend-mode: darken;
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.widget_shopping_cart .mini_cart_item.mini-cart-item286 {
  padding-top: 13px !important;
}
.widget_shopping_cart .mini_cart_item.mini-cart-item286 .mini_cart_item-wrap {
  float: left;
  width: 50px;
  min-width: 50px;
  padding-top: 0;
  margin-right: 10px;
}
.widget_shopping_cart .mini_cart_item.mini-cart-item286 .prod-info .mini_cart_item-wrap {
  display: block !important;
  width: auto;
  min-width: 0;
}
.widget_shopping_cart .mini_cart_item.mini-cart-item286 .prod-info .variation {
  border: none;
  padding-left: 0;
}
.widget_shopping_cart .mini_cart_item.mini-cart-item286 .kyah_options_table {
  margin-top: 10px;
  margin-bottom: 0;
}

.woocommerce .app-sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #E8E8E8;
}
.woocommerce .app-sidebar .widget_price_filter form {
  margin-bottom: 10px;
}
.woocommerce .app-sidebar .widget_price_filter .price_slider_amount {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  color: #3E4A4B;
  padding-top: 10px;
}
.woocommerce .app-sidebar .widget_price_filter .ui-slider .ui-widget-content {
  background-color: #E8E8E8;
}
.woocommerce .app-sidebar .widget_price_filter .ui-slider .ui-slider-handle {
  width: 18px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #C7C7C7;
  box-sizing: border-box;
}
.woocommerce .app-sidebar .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #00B7CE;
}
.woocommerce .app-sidebar .widget_price_filter button.button {
  background-color: #FFFFFF !important;
  border: 1px solid #D1D1D1 !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  color: #3E4A4B !important;
  font-weight: 500 !important;
}
.woocommerce .app-sidebar .widget_price_filter button.button:hover, .woocommerce .app-sidebar .widget_price_filter button.button:active, .woocommerce .app-sidebar .widget_price_filter button.button:focus, .woocommerce .app-sidebar .widget_price_filter button.button:active:focus {
  text-decoration: none;
  background-color: #9CACAE !important;
  border: 1px solid #9CACAE !important;
  color: #fff !important;
}
.woocommerce .app-sidebar .widget_pwb_filter_by_brand_widget .pwb-filter-products button {
  background-color: #FFFFFF !important;
  border: 1px solid #D1D1D1 !important;
  box-sizing: border-box !important;
  border-radius: 5px !important;
  color: #3E4A4B !important;
  font-weight: 500 !important;
  text-transform: capitalize;
}
.woocommerce .app-sidebar .widget_pwb_filter_by_brand_widget .pwb-filter-products button:hover, .woocommerce .app-sidebar .widget_pwb_filter_by_brand_widget .pwb-filter-products button:active, .woocommerce .app-sidebar .widget_pwb_filter_by_brand_widget .pwb-filter-products button:focus, .woocommerce .app-sidebar .widget_pwb_filter_by_brand_widget .pwb-filter-products button:active:focus {
  text-decoration: none;
  background-color: #9CACAE !important;
  border: 1px solid #9CACAE !important;
  color: #fff !important;
}

/* Media
--------------------------------------------- */
/* Captions
--------------------------------------------- */
/* Galleries
--------------------------------------------- */
.animsition-overlay-slide {
  background-color: #ffffff !important;
}

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

/* woocommerce
--------------------------------------------- */
.woocommerce-checkout-payment .btn, .woocommerce-checkout-payment .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout-payment .lm-out-of-stock, .woocommerce-checkout-payment .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout-payment .single_add_to_cart_button, .woocommerce-checkout-payment .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout-payment .single_add_to_cart_button, .woocommerce-checkout-payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout-payment .xoo-wl-btn-popup, .woocommerce-checkout-payment .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout-payment .checkout-button, .woocommerce-checkout-payment .woocommerce-checkout .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout-payment .checkout-button, .woocommerce-checkout-payment .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout-payment td.actions > button, .woocommerce-checkout-payment .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-checkout-payment td.actions > button, .woocommerce-checkout-payment .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-checkout-payment #pwgc-redeem-button, .woocommerce-checkout-payment .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-checkout-payment #pwgc-redeem-button, .woocommerce-checkout-payment .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-checkout-payment #pwgc-redeem-button, .woocommerce-checkout-payment .comment-form input[type=submit], .comment-form .woocommerce-checkout-payment input[type=submit] {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
  display: block;
  width: 100%;
  float: none !important;
}

.woocommerce-checkout .form-group, .woocommerce-checkout .comment-form p, .comment-form .woocommerce-checkout p {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}
.woocommerce-checkout .form-group.col-sm-6, .woocommerce-checkout .comment-form p.col-sm-6, .comment-form .woocommerce-checkout p.col-sm-6 {
  width: 50%;
}
.woocommerce-checkout label {
  color: #3E4A4B;
  font-size: 15px;
  line-height: 128%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-checkout h2, .woocommerce-checkout h3 {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #3E4A4B;
  text-transform: none;
  font-weight: 500;
  line-height: 122.5%;
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .widget.widget_shopping_cart, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .widget.widget_shopping_cart, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .widget.widget_shopping_cart {
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 15px 23px;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .widget.widget_shopping_cart .widget-title, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .widget.widget_shopping_cart .widget-title, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .widget.widget_shopping_cart .widget-title {
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 0;
  border-bottom: none !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .widget.widget_shopping_cart .prod-title, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .widget.widget_shopping_cart .quantity, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .widget.widget_shopping_cart .prod-title, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .widget.widget_shopping_cart .quantity, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .widget.widget_shopping_cart .prod-title, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .widget.widget_shopping_cart .quantity {
  color: #3E4A4B;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward {
  font-size: 14px !important;
  padding: 8px 14px !important;
  font-weight: 700 !important;
  border-radius: 3px !important;
  background-color: #3E4A4B !important;
  color: #fff;
  line-height: 1 !important;
  width: 100%;
  display: block;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  margin-right: 0 !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward.checkout, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward.checkout, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .widget.widget_shopping_cart .woocommerce-mini-cart__buttons .button.wc-forward.checkout {
  display: none !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .td-minicart, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .td-minicart, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .td-minicart {
  border-top: 0 !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th {
  border-top: none !important;
  font-weight: 600 !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td bdi, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th bdi, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td bdi, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th bdi, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal td bdi, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .cart-subtotal th bdi {
  font-weight: 600 !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .order-total, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .order-total, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .order-total {
  font-style: normal;
  font-weight: 600 !important;
  font-size: 18px;
  line-height: 21px;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .order-total strong, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .order-total strong, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .order-total th, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .order-total strong, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .shop_table.woocommerce-checkout-review-order-table .order-total th {
  font-weight: 600 !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-checkout-payment, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-checkout-payment, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .woocommerce-checkout-payment {
  background-color: transparent !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-checkout-payment ul, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-checkout-payment ul, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .woocommerce-checkout-payment ul {
  padding: 0 0 !important;
  border-bottom: 0 !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-checkout-payment .form-row.place-order, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-checkout-payment .form-row.place-order, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper .woocommerce-checkout-payment .form-row.place-order {
  padding: 0 0 !important;
  border-top: 0 !important;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form {
  display: block;
  width: 100%;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number {
  display: block;
  width: 100%;
  min-height: 42px;
}
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button {
  display: block;
  width: 100%;
  min-height: 42px;
}
.woocommerce-checkout table.shop_table {
  background-color: #fff;
  border-radius: 0px;
  padding: 10px 15px;
}
.woocommerce-checkout table.shop_table .td-minicart {
  border-top: none !important;
}
.woocommerce-checkout table.shop_table tfoot th {
  border-top: 1px solid #E6EAEB;
}
.woocommerce-checkout table.shop_table .wc-item-meta {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-checkout .copy-lg p {
  font-size: 16px;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox {
  font-size: 12px;
}
.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout .woocommerce-cart #payment, .woocommerce-checkout .woocommerce-checkout #payment {
  border-radius: 0 0;
  background-color: #ffffff;
}
.woocommerce-checkout #add_payment_method #payment .btn, .woocommerce-checkout #add_payment_method #payment .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout #add_payment_method #payment .lm-out-of-stock, .woocommerce-checkout #add_payment_method #payment .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout #add_payment_method #payment .single_add_to_cart_button, .woocommerce-checkout #add_payment_method #payment .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout #add_payment_method #payment .single_add_to_cart_button, .woocommerce-checkout #add_payment_method #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout #add_payment_method #payment .xoo-wl-btn-popup, .woocommerce-checkout #add_payment_method #payment .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout #add_payment_method #payment .checkout-button, .woocommerce-checkout #add_payment_method #payment .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method #payment .checkout-button, .woocommerce-checkout #add_payment_method #payment .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout #add_payment_method #payment td.actions > button, .woocommerce-checkout #add_payment_method #payment .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table #add_payment_method #payment td.actions > button, .woocommerce-checkout #add_payment_method #payment .comment-form input[type=submit], .comment-form .woocommerce-checkout #add_payment_method #payment input[type=submit], .woocommerce-checkout #add_payment_method #payment .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #add_payment_method #payment #pwgc-redeem-button, .woocommerce-checkout #add_payment_method #payment .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #add_payment_method #payment #pwgc-redeem-button, .woocommerce-checkout #add_payment_method #payment .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #add_payment_method #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-cart #payment .btn, .woocommerce-checkout .woocommerce-cart #payment .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout .woocommerce-cart #payment .lm-out-of-stock, .woocommerce-checkout .woocommerce-cart #payment .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout .woocommerce-cart #payment .single_add_to_cart_button, .woocommerce-checkout .woocommerce-cart #payment .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout .woocommerce-cart #payment .single_add_to_cart_button, .woocommerce-checkout .woocommerce-cart #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout .woocommerce-cart #payment .xoo-wl-btn-popup, .woocommerce-checkout .woocommerce-cart #payment .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .woocommerce-cart .wc-proceed-to-checkout #payment .checkout-button, .woocommerce-checkout .woocommerce-cart #payment .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart #payment .checkout-button, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart .woocommerce-cart-form table.shop_table #payment td.actions > button, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-cart #payment td.actions > button, .woocommerce-checkout .woocommerce-cart #payment .comment-form input[type=submit], .comment-form .woocommerce-checkout .woocommerce-cart #payment input[type=submit], .woocommerce-checkout .woocommerce-cart #payment .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-cart #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-cart #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-cart #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-checkout #payment .btn, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout .woocommerce-checkout #payment .lm-out-of-stock, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout .woocommerce-checkout #payment .single_add_to_cart_button, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout .woocommerce-checkout #payment .single_add_to_cart_button, .woocommerce-checkout .woocommerce-checkout #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout .woocommerce-checkout #payment .xoo-wl-btn-popup, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout .woocommerce-checkout #payment .checkout-button, .woocommerce-checkout .woocommerce-checkout #payment .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout #payment .checkout-button, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout .woocommerce-checkout #payment td.actions > button, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-checkout #payment td.actions > button, .woocommerce-checkout .woocommerce-checkout #payment .comment-form input[type=submit], .comment-form .woocommerce-checkout .woocommerce-checkout #payment input[type=submit], .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-checkout #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-checkout #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-checkout #payment #pwgc-redeem-button {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1.5rem 0.5rem;
  border-radius: 55rem;
  border: 0;
  font-family: "gothiks", "montserrat", -apple-system, sans-serif;
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: uppercase;
  border-color: transparent;
  background: transparent;
  color: #9CACAE;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 0.3px;
  line-height: 1;
  transition: all 0.2s ease-in-out;
  background-color: #3E4A4B;
  width: 100%;
  margin: 5px 0;
  float: none;
}
@media (min-width: 768px) {
  .woocommerce-checkout #add_payment_method #payment .btn, .woocommerce-checkout #add_payment_method #payment .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout #add_payment_method #payment .lm-out-of-stock, .woocommerce-checkout #add_payment_method #payment .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout #add_payment_method #payment .single_add_to_cart_button, .woocommerce-checkout #add_payment_method #payment .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout #add_payment_method #payment .single_add_to_cart_button, .woocommerce-checkout #add_payment_method #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout #add_payment_method #payment .xoo-wl-btn-popup, .woocommerce-checkout #add_payment_method #payment .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout #add_payment_method #payment .checkout-button, .woocommerce-checkout #add_payment_method #payment .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout #add_payment_method #payment .checkout-button, .woocommerce-checkout #add_payment_method #payment .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout #add_payment_method #payment td.actions > button, .woocommerce-checkout #add_payment_method #payment .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table #add_payment_method #payment td.actions > button, .woocommerce-checkout #add_payment_method #payment .comment-form input[type=submit], .comment-form .woocommerce-checkout #add_payment_method #payment input[type=submit], .woocommerce-checkout #add_payment_method #payment .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #add_payment_method #payment #pwgc-redeem-button, .woocommerce-checkout #add_payment_method #payment .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #add_payment_method #payment #pwgc-redeem-button, .woocommerce-checkout #add_payment_method #payment .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #add_payment_method #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-cart #payment .btn, .woocommerce-checkout .woocommerce-cart #payment .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout .woocommerce-cart #payment .lm-out-of-stock, .woocommerce-checkout .woocommerce-cart #payment .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout .woocommerce-cart #payment .single_add_to_cart_button, .woocommerce-checkout .woocommerce-cart #payment .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout .woocommerce-cart #payment .single_add_to_cart_button, .woocommerce-checkout .woocommerce-cart #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout .woocommerce-cart #payment .xoo-wl-btn-popup, .woocommerce-checkout .woocommerce-cart #payment .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .woocommerce-cart .wc-proceed-to-checkout #payment .checkout-button, .woocommerce-checkout .woocommerce-cart #payment .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-cart #payment .checkout-button, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart .woocommerce-cart-form table.shop_table #payment td.actions > button, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-cart #payment td.actions > button, .woocommerce-checkout .woocommerce-cart #payment .comment-form input[type=submit], .comment-form .woocommerce-checkout .woocommerce-cart #payment input[type=submit], .woocommerce-checkout .woocommerce-cart #payment .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-cart #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-cart #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-cart #payment .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-cart #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-checkout #payment .btn, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock, .single-product .product.outofstock .woo-product-gallery-slider .woocommerce-checkout .woocommerce-checkout #payment .lm-out-of-stock, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product .variations_button .single_add_to_cart_button, .single-product .product .variations_button .woocommerce-checkout .woocommerce-checkout #payment .single_add_to_cart_button, .woocommerce-checkout .woocommerce-checkout #payment .single-product .product form.cart .single_add_to_cart_button, .single-product .product form.cart .woocommerce-checkout .woocommerce-checkout #payment .single_add_to_cart_button, .woocommerce-checkout .woocommerce-checkout #payment ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup, ul.products li.product.outofstock .img-wrap .lm-out-of-stock .woocommerce-checkout .woocommerce-checkout #payment .xoo-wl-btn-popup, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-cart .wc-proceed-to-checkout .woocommerce-checkout .woocommerce-checkout #payment .checkout-button, .woocommerce-checkout .woocommerce-checkout #payment .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .woocommerce-checkout #payment .checkout-button, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-cart .woocommerce-cart-form table.shop_table .woocommerce-checkout .woocommerce-checkout #payment td.actions > button, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-cart-form table.shop_table td.actions > button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .woocommerce-checkout #payment td.actions > button, .woocommerce-checkout .woocommerce-checkout #payment .comment-form input[type=submit], .comment-form .woocommerce-checkout .woocommerce-checkout #payment input[type=submit], .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-shipping-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-checkout #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-billing-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-checkout #payment #pwgc-redeem-button, .woocommerce-checkout .woocommerce-checkout #payment .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .woocommerce-additional-fields__field-wrapper #pwgc-redeem-gift-card-form .woocommerce-checkout #payment #pwgc-redeem-button {
    padding: 1.1rem 2rem 1.2rem;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 15px;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
}
.woocommerce-cart .woocommerce {
  background-color: #ffffff;
  padding: 25px;
}
.woocommerce-cart .button.wc-backward {
  background-color: #00B7CE;
  border-color: #00B7CE !important;
  color: #fff !important;
  border-radius: 40px !important;
  padding: 14px 50px;
}
.woocommerce-cart .button.wc-backward:hover {
  box-shadow: 0 0 0 2px #00B7CE !important;
  background-color: #00B7CE !important;
}
.woocommerce-cart .return-to-shop {
  margin-bottom: 0;
}

.woocommerce-cart .woocommerce-cart-form table.shop_table th, .woocommerce-checkout .woocommerce-cart-form table.shop_table th {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-thumbnail {
  width: 80px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail a, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-thumbnail a {
  width: 74px;
  height: auto;
  background: #EBEBEB;
  border-radius: 10px;
  padding: 10px;
  position: relative;
  display: block;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail a img, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-thumbnail a img {
  width: 100%;
  display: block;
  mix-blend-mode: darken;
}
@media (max-width: 991px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table .cart_item .product-remove, .woocommerce-checkout .woocommerce-cart-form table.shop_table .cart_item .product-remove {
    width: 100% !important;
  }
  .woocommerce-cart .woocommerce-cart-form table.shop_table .cart_item:nth-child(2n) td, .woocommerce-checkout .woocommerce-cart-form table.shop_table .cart_item:nth-child(2n) td {
    background-color: #CDCDCD !important;
  }
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-name a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  font-family: "gothiks", "montserrat", -apple-system, sans-serif;
  color: #3E4A4B !important;
  text-decoration: none;
  letter-spacing: 1px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a:hover, .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a:active, .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a:focus, .woocommerce-cart .woocommerce-cart-form table.shop_table .product-name a:active:focus, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-name a:hover, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-name a:active, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-name a:focus, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-name a:active:focus {
  color: #00B7CE !important;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-remove {
  width: 10px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove .remove, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-remove .remove {
  background-color: transparent !important;
  overflow: visible;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove .remove:before, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-remove .remove:before {
  line-height: 1 !important;
  color: #00B7CE;
}
@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce-cart-form table.shop_table .product-subtotal, .woocommerce-checkout .woocommerce-cart-form table.shop_table .product-subtotal {
    width: 150px;
  }
}
.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions {
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table td.actions label, .woocommerce-checkout .woocommerce-cart-form table.shop_table td.actions label {
  text-align: left;
  display: none;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .qib-container, .woocommerce-checkout .woocommerce-cart-form table.shop_table .qib-container {
  border-radius: 30px;
  background-color: #ffffff;
  display: flex;
  padding: 7px 10px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .qib-container .quantity, .woocommerce-checkout .woocommerce-cart-form table.shop_table .qib-container .quantity {
  margin-left: 0;
  margin-right: 0;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .qib-container .qty, .woocommerce-checkout .woocommerce-cart-form table.shop_table .qib-container .qty {
  border: none;
  margin: auto;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  line-height: 0;
  padding: 0 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .qib-container .qty::-webkit-outer-spin-button, .woocommerce-cart .woocommerce-cart-form table.shop_table .qib-container .qty::-webkit-inner-spin-button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .qib-container .qty::-webkit-outer-spin-button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .qib-container .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .qib-container .qib-button, .woocommerce-checkout .woocommerce-cart-form table.shop_table .qib-container .qib-button {
  border: none;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .qib-container .qib-button:hover, .woocommerce-checkout .woocommerce-cart-form table.shop_table .qib-container .qib-button:hover {
  background-color: #00B7CE;
  color: #ffffff;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .qib-container .minus, .woocommerce-checkout .woocommerce-cart-form table.shop_table .qib-container .minus {
  margin-right: auto;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .qib-container .plus, .woocommerce-checkout .woocommerce-cart-form table.shop_table .qib-container .plus {
  margin-left: auto;
}
.woocommerce-cart .woocommerce-cart-form .coupon .coupon_code, .woocommerce-checkout .woocommerce-cart-form .coupon .coupon_code {
  display: block !important;
}
.woocommerce-cart .woocommerce-cart-form .coupon button, .woocommerce-checkout .woocommerce-cart-form .coupon button {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-cart .cart-collaterals h2, .woocommerce-checkout .cart-collaterals h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px !important;
  line-height: 27px !important;
}
.woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout .cart-collaterals .cart_totals {
  width: 35% !important;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout .cart-collaterals .cart_totals {
    width: 45% !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .cart-collaterals .cart_totals, .woocommerce-checkout .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none;
  }
}
.woocommerce-cart .cart-collaterals .cart_totals td:first-child, .woocommerce-cart .cart-collaterals .cart_totals th:first-child, .woocommerce-checkout .cart-collaterals .cart_totals td:first-child, .woocommerce-checkout .cart-collaterals .cart_totals th:first-child {
  padding-left: 0 !important;
}
.woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-container #pwgc-redeem-gift-card-number {
  height: 35px;
  display: inline;
  width: auto;
}
.woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form {
  display: block;
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-gift-card-number {
  width: 100% !important;
  display: block !important;
  min-height: 42px;
}
.woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-button, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-button {
  background-color: #3E4A4B !important;
  color: #fff !important;
  width: 100%;
  display: block;
  margin-top: 10px;
  font-size: 16px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  padding: 8px 40px !important;
  min-height: 42px;
}
.woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-button:hover, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-button:active, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-button:focus, .woocommerce-cart .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-button:active:focus, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-button:hover, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-button:active, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-button:focus, .woocommerce-checkout .cart-collaterals .cart_totals #pwgc-redeem-gift-card-form #pwgc-redeem-button:active:focus {
  border-color: #556667 !important;
  background-color: #556667 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important;
}
.woocommerce-cart .cart-collaterals .order-total, .woocommerce-checkout .cart-collaterals .order-total {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 22px;
  line-height: 30px;
}
.woocommerce-cart .cart-collaterals .order-total strong, .woocommerce-cart .cart-collaterals .order-total th, .woocommerce-checkout .cart-collaterals .order-total strong, .woocommerce-checkout .cart-collaterals .order-total th {
  font-weight: 500 !important;
}
.woocommerce-cart .cart-shipping-calc, .woocommerce-checkout .cart-shipping-calc {
  width: 40%;
  float: left;
}
.woocommerce-cart .cart-shipping-calc .form-row > span, .woocommerce-checkout .cart-shipping-calc .form-row > span {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .woocommerce-cart .cart-shipping-calc, .woocommerce-checkout .cart-shipping-calc {
    width: 45% !important;
  }
}
@media (max-width: 767px) {
  .woocommerce-cart .cart-shipping-calc, .woocommerce-checkout .cart-shipping-calc {
    width: 100% !important;
    margin-top: 30px;
    float: none;
  }
}
.woocommerce-cart .cart-shipping-calc .button, .woocommerce-checkout .cart-shipping-calc .button {
  background-color: #3E4A4B !important;
  color: #fff !important;
}
.woocommerce-cart .cart-shipping-calc .button:hover, .woocommerce-cart .cart-shipping-calc .button:active, .woocommerce-cart .cart-shipping-calc .button:focus, .woocommerce-cart .cart-shipping-calc .button:active:focus, .woocommerce-checkout .cart-shipping-calc .button:hover, .woocommerce-checkout .cart-shipping-calc .button:active, .woocommerce-checkout .cart-shipping-calc .button:focus, .woocommerce-checkout .cart-shipping-calc .button:active:focus {
  border-color: #556667 !important;
  background-color: #556667 !important;
  color: #fff !important;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .checkout-button {
  background-color: #00B7CE !important;
}

@media (max-width: 767px) {
  .woocommerce table.shop_table {
    display: block;
  }
  .woocommerce table.shop_table tbody {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    float: none;
  }
}
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.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;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.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: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
  color: #3E4A4B;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #00B7CE;
}
.woocommerce-password-strength.short {
  color: #E21E52;
}
.woocommerce-password-strength.bad {
  color: #E21E52;
}
.woocommerce-password-strength.good {
  color: #00B7CE;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  box-shadow: inset 2px 0 0 #00B7CE;
}
.form-row.woocommerce-invalid input.input-text {
  box-shadow: inset 2px 0 0 #E21E52;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #00B7CE;
  clear: both;
  color: #ffffff;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3E4A4B;
}

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

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3E4A4B;
  z-index: 9999;
}

@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 .woocommerce-MyAccount-navigation {
  margin-bottom: 2.5rem;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li {
  border-top: none;
  border-left: none;
  padding: 0 0;
  box-sizing: border-box;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #3E4A4B;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  color: #6B6B6B;
  padding: 15px 25px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
  display: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
  text-decoration: none;
  color: #00B7CE;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #ffffff;
  border-radius: 40px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
  color: #3E4A4B;
}
.woocommerce .woocommerce-MyAccount-content {
  margin-bottom: 2.5rem;
  padding: 15px 25px;
  background-color: #fff;
}
.woocommerce .woocommerce-MyAccount-content label {
  color: #3E4A4B;
  font-size: 15px;
  line-height: 128%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table {
  background-color: #fff;
  border-radius: 0px;
  padding: 10px 15px;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table .td-minicart {
  border-top: none !important;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table tfoot th {
  border-top: 1px solid #E6EAEB;
}
.woocommerce .woocommerce-MyAccount-content table.shop_table .wc-item-meta {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-order-details__title {
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
  border-bottom: none !important;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses {
  border-top: 1px solid #E6EAEB;
  font-style: normal;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h2, .woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses h3 {
  margin-bottom: 5px !important;
  color: #3E4A4B !important;
  font-size: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-weight: 500 !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses address {
  font-style: normal;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
  flex: 0 0 100%;
  max-width: 100%;
  float: none;
  width: 100%;
  padding: 15px 25px;
  border: 1px solid #E6EAEB;
  border-top: none;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address address {
  margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row {
  width: 100%;
  float: none;
  display: block;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row label,
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields .form-row .woocommerce-input-wrapper {
  display: block;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset {
  border: none;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 0 0;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  margin-left: 0;
  padding: 0;
  display: block;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset .woocommerce-form-row {
  display: block;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm table:not(.has-background) tbody tr:nth-child(2n) td, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset, .woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset legend {
  background-color: transparent;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address, .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address, .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #E6EAEB;
  box-sizing: border-box;
  border-radius: 0px;
  padding: 15px 23px;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-column--billing-address address, .woocommerce .woocommerce-MyAccount-content .woocommerce-column--shipping-address address, .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce .woocommerce-MyAccount-content .col2-set .col-2, .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
  width: 100%;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-Address-title {
  margin-bottom: 5px;
  color: #3E4A4B;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  background-color: #fff;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  line-height: 1.6;
  border: none;
}

.copy-lg .woocommerce-MyAccount-content p {
  font-size: 16px;
}

.woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
  top: 25px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 25px 45px;
}

.post-type-archive-product .banner-shop, .tax-product_cat .banner-shop {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 600px;
  display: flex;
  flex-direction: column;
}
.post-type-archive-product .banner-shop:after, .tax-product_cat .banner-shop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #000000 -12.18%, rgba(0, 0, 0, 0) 42.82%);
  mix-blend-mode: normal;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.post-type-archive-product .banner-shop .woocommerce-products-header, .tax-product_cat .banner-shop .woocommerce-products-header {
  margin: auto;
  padding-top: 50px;
}
.post-type-archive-product .banner-shop .woocommerce-products-header h1, .tax-product_cat .banner-shop .woocommerce-products-header h1 {
  font-weight: 500;
  font-size: 130px;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.post-type-archive-product .app-content-wrap, .tax-product_cat .app-content-wrap {
  padding-top: 60px;
}
.post-type-archive-product .woocommerce-result-count, .tax-product_cat .woocommerce-result-count {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 128%;
  /* or 19px */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #3E4A4B;
}
.post-type-archive-product .woocommerce-ordering .orderby, .tax-product_cat .woocommerce-ordering .orderby {
  background-color: transparent;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 128%;
  /* or 19px */
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: right;
  color: #3E4A4B;
  outline: none !important;
  border: none;
}
.post-type-archive-product .woocommerce-ordering .orderby:hover, .post-type-archive-product .woocommerce-ordering .orderby:active, .post-type-archive-product .woocommerce-ordering .orderby:focus, .post-type-archive-product .woocommerce-ordering .orderby:active:focus, .tax-product_cat .woocommerce-ordering .orderby:hover, .tax-product_cat .woocommerce-ordering .orderby:active, .tax-product_cat .woocommerce-ordering .orderby:focus, .tax-product_cat .woocommerce-ordering .orderby:active:focus {
  border: none !important;
}
@media (max-width: 767px) {
  .post-type-archive-product .woocommerce-ordering, .tax-product_cat .woocommerce-ordering {
    float: none;
    clear: both;
    width: 100%;
    margin-top: 40px;
  }
  .post-type-archive-product .woocommerce-ordering .orderby, .tax-product_cat .woocommerce-ordering .orderby {
    padding-left: 0;
    text-align: left;
    width: 100%;
  }
}
.post-type-archive-product .app-content-wrap, .tax-product_cat .app-content-wrap {
  position: relative;
  z-index: 1;
}

ul.products {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
ul.products li.product {
  list-style: none;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  margin-right: 0 !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 25px !important;
}
ul.products li.product:hover .product-wrap, ul.products li.product:active .product-wrap, ul.products li.product:focus .product-wrap, ul.products li.product:active:focus .product-wrap {
  border: 2px solid #00B7CE;
}
ul.products li.product .product-wrap {
  position: relative;
  background-color: #fff;
  height: 100%;
  border: 2px solid transparent;
}
ul.products li.product .star-rating {
  display: none;
}
ul.products li.product.outofstock .product-wrap {
  overflow: hidden;
}
ul.products li.product.outofstock .onsale {
  display: none;
}
ul.products li.product.outofstock .img-wrap {
  position: relative;
}
ul.products li.product.outofstock .img-wrap .lm-out-of-stock .no-stock,
ul.products li.product.outofstock .img-wrap .lm-out-of-stock .product_type_simple,
ul.products li.product.outofstock .img-wrap .lm-out-of-stock .product_type_variable {
  display: none;
}
ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup {
  position: absolute;
  top: 10px;
  right: -45px;
  transform: rotate(51deg);
  text-transform: none;
  padding: 10px 36px;
  font-size: 12px;
  border-radius: 0;
}
@media (max-width: 540px) {
  ul.products li.product.outofstock .img-wrap .lm-out-of-stock .xoo-wl-btn-popup {
    top: 2%;
    right: -43%;
  }
}
ul.products li.product .woocommerce-loop-product__title a {
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #3E4A4B;
}
ul.products li.product .price bdi {
  color: #3E4A4B;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
}
ul.products li.product .post-core {
  padding: 10px 20px;
}
ul.products li.product .action-list {
  display: none;
}
ul.products li.product .lm-out-of-stock {
  display: block;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}
ul.products li.product .onsale {
  background-color: #00B7CE;
  color: #fff;
  display: block;
  padding: 15px 6px;
  height: 50px;
  width: 50px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 2;
  line-height: 1.2;
}
ul.products li.product .external-shop {
  background-color: #00B7CE;
  color: #fff;
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 8px;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  ul.products li.product {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 767px) {
  ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

.single-product .banner-product {
  background-color: #3E4A4B;
  padding-top: 140px;
  margin-bottom: 60px;
}
.single-product .banner-product .section-breadcrumbs {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  color: #ffffff;
}
.single-product .banner-product .section-breadcrumbs .woocommerce-breadcrumb {
  margin-bottom: 0;
  color: #CDCDCD;
}
.single-product .banner-product .section-breadcrumbs .woocommerce-breadcrumb a, .single-product .banner-product .section-breadcrumbs .woocommerce-breadcrumb span {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}
.single-product .woocommerce-variation-price {
  margin-bottom: 10px;
}
.single-product .woocommerce-variation-price .percentage {
  display: none;
  visibility: hidden;
}
.single-product #block-4 {
  display: none;
}
.single-product .slider-related-wrap {
  order: 7;
  margin-top: 30px;
}
.single-product .slider-related-wrap .section-actions {
  display: flex;
}
.single-product .slider-related-wrap .section-actions .section-title {
  font-size: 35px;
  text-transform: none;
}
.single-product .slider-related-wrap .section-actions .slider-nav-controls {
  margin-left: auto;
}
.single-product .slider-related-wrap ul.products {
  margin-right: -15px;
  margin-left: -15px;
}
.single-product .slider-related-wrap ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
.single-product .slider-related-wrap ul.products li.product .product-wrap {
  position: relative;
  background-color: #fff;
}
.single-product .slider-related-wrap ul.products li.product .woocommerce-loop-product__title a {
  font-size: 27px;
  color: #3E4A4B;
}
.single-product .slider-related-wrap ul.products li.product .price bdi {
  color: #00B7CE;
  font-size: 20px;
}
.single-product .slider-related-wrap ul.products li.product .post-core {
  padding: 10px 20px;
}
.single-product .product {
  display: flex;
  flex-wrap: wrap;
}
.single-product .product .wc-tabs-wrapper, .single-product .product .slider-related-wrap, .single-product .product .slider-comments-wrap {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.single-product .product .slider-comments-wrap {
  order: 6;
}
.single-product .product .slick-slider {
  display: none !important;
  overflow: hidden;
  opacity: 0;
}
.single-product .product .slick-slider.slick-initialized {
  display: block !important;
  overflow: visible;
  opacity: 1;
}
.single-product .product .onsale {
  display: none !important;
}
.single-product .product .variations_button, .single-product .product form.cart {
  display: flex;
  flex-wrap: wrap;
}
.single-product .product .variations_button .qib-container, .single-product .product form.cart .qib-container {
  border-radius: 30px;
  background-color: #ffffff;
  display: flex;
  padding: 7px 10px;
}
.single-product .product .variations_button .qib-container .quantity, .single-product .product form.cart .qib-container .quantity {
  margin-left: 0;
  margin-right: 0;
}
.single-product .product .variations_button .qib-container .qty, .single-product .product form.cart .qib-container .qty {
  border: none;
  margin: auto;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  appearance: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  line-height: 0;
  padding: 0 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
.single-product .product .variations_button .qib-container .qty::-webkit-outer-spin-button, .single-product .product .variations_button .qib-container .qty::-webkit-inner-spin-button, .single-product .product form.cart .qib-container .qty::-webkit-outer-spin-button, .single-product .product form.cart .qib-container .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
.single-product .product .variations_button .qib-container .qib-button, .single-product .product form.cart .qib-container .qib-button {
  border: none;
  border-radius: 100%;
  width: 25px;
  height: 25px;
  cursor: pointer;
  line-height: 0.5;
}
.single-product .product .variations_button .qib-container .qib-button:hover, .single-product .product form.cart .qib-container .qib-button:hover {
  background-color: #00B7CE;
  color: #ffffff;
}
.single-product .product .variations_button .qib-container .minus, .single-product .product form.cart .qib-container .minus {
  margin-right: auto;
}
.single-product .product .variations_button .qib-container .plus, .single-product .product form.cart .qib-container .plus {
  margin-left: auto;
}
.single-product .product .variations_button .single_add_to_cart_button, .single-product .product form.cart .single_add_to_cart_button {
  margin-left: 20px;
}
.single-product .product .images .slick-slider .slick-slide {
  background-color: #fff;
  border-radius: 0px;
}
.single-product .product .images .slick-slider .slick-slide img {
  object-fit: cover;
}
.single-product .product .images .wpgs-for.slick-slider .slick-arrow {
  display: none !important;
}
.single-product .product .images .wpgs-for.slick-slider .slick-track, .single-product .product .images .wpgs-nav.slick-slider .slick-track {
  display: flex !important;
  height: 100%;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.single-product .product .images .wpgs-for.slick-slider .slick-slide, .single-product .product .images .wpgs-nav.slick-slider .slick-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
  border-radius: 0;
}
.single-product .product .images .wpgs-for.slick-slider .slick-slide > div, .single-product .product .images .wpgs-nav.slick-slider .slick-slide > div {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.single-product .product .images .wpgs-for.slick-slider .slick-slide > div > div, .single-product .product .images .wpgs-nav.slick-slider .slick-slide > div > div {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.single-product .product .images .wpgs-for.slick-slider .slick-slide > div > div > a, .single-product .product .images .wpgs-nav.slick-slider .slick-slide > div > div > a {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.single-product .product .images .wpgs-for.slick-slider .slick-slide > div > div > a img, .single-product .product .images .wpgs-nav.slick-slider .slick-slide > div > div > a img {
  margin: auto;
}
.single-product .product .images .wpgs-for.slick-slider .slick-slide > div > a, .single-product .product .images .wpgs-nav.slick-slider .slick-slide > div > a {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.single-product .product .images .wpgs-for.slick-slider .slick-slide > div > a img, .single-product .product .images .wpgs-nav.slick-slider .slick-slide > div > a img {
  margin: auto;
}
.single-product .product .images .wpgs-nav.slick-slider {
  margin-right: -5px;
  margin-left: -5px;
}
.single-product .product .images .wpgs-nav.slick-slider .slick-track {
  margin-right: 0;
  margin-left: 0;
}
.single-product .product .images .wpgs-nav.slick-slider .slick-slide {
  padding-top: 10px;
  padding-bottom: 10px;
}
.single-product .product .images .wpgs-nav.slick-slider .slick-slide img {
  margin: auto;
}
.single-product .product .images .wpgs-nav.slick-slider .slick-arrow {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #EAEAEA;
  box-sizing: border-box;
  color: #777777;
  border-radius: 100%;
  padding: 8px 0;
  z-index: 3;
}
.single-product .product .images .wpgs-nav.slick-slider .slick-arrow:before {
  color: #777777;
  line-height: 0.8;
}
.single-product .product .images .wpgs-nav.slick-slider .slick-arrow:hover, .single-product .product .images .wpgs-nav.slick-slider .slick-arrow:active, .single-product .product .images .wpgs-nav.slick-slider .slick-arrow:focus, .single-product .product .images .wpgs-nav.slick-slider .slick-arrow:active:focus {
  background: #00B7CE;
  border: 1px solid #00B7CE;
}
.single-product .product .images .wpgs-nav.slick-slider .slick-arrow:hover:before, .single-product .product .images .wpgs-nav.slick-slider .slick-arrow:active:before, .single-product .product .images .wpgs-nav.slick-slider .slick-arrow:focus:before, .single-product .product .images .wpgs-nav.slick-slider .slick-arrow:active:focus:before {
  color: #fff;
}
.single-product .product .images .wpgs-nav.slick-slider .slick-arrow.slick-next {
  right: -15px;
}
.single-product .product .images .wpgs-nav.slick-slider .slick-arrow.slick-prev {
  left: -15px;
}
.single-product .product.outofstock {
  overflow: hidden;
  position: relative;
}
.single-product .product.outofstock .lm-out-of-stock {
  display: none;
}
.single-product .product.outofstock .woo-product-gallery-slider {
  overflow: hidden;
}
.single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock {
  position: absolute;
  top: 20px;
  right: -45px;
  transform: rotate(51deg);
  text-transform: none;
  padding: 10px 36px;
  font-size: 12px;
  border-radius: 0;
  z-index: 1;
  display: block;
}
@media (max-width: 540px) {
  .single-product .product.outofstock .woo-product-gallery-slider .lm-out-of-stock {
    top: 3%;
    right: -42%;
  }
}
.single-product .product.outofstock .wpgs-lightbox-icon::before {
  top: auto;
  bottom: 23px;
}
@media (max-width: 767px) {
  .single-product .product.outofstock .wpgs-lightbox-icon::before {
    bottom: 42%;
  }
}
@media (max-width: 640px) {
  .single-product .product.outofstock .wpgs-lightbox-icon::before {
    bottom: 30%;
  }
}
@media (max-width: 500px) {
  .single-product .product.outofstock .wpgs-lightbox-icon::before {
    bottom: 10%;
  }
}
.single-product .woocommerce-tabs {
  border-top: none;
  margin-top: 20px;
}
.single-product .woocommerce-tabs ul.tabs {
  padding-left: 0 !important;
  margin-bottom: 20px !important;
}
.single-product .woocommerce-tabs ul.tabs:before {
  content: "";
  display: none !important;
}
.single-product .woocommerce-tabs ul.tabs li {
  border: none !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-product .woocommerce-tabs ul.tabs li:after {
  content: "";
  display: none;
}
.single-product .woocommerce-tabs ul.tabs li.active .expand .icon-plus-circle {
  content: "/f056";
}
.single-product .woocommerce-tabs ul.tabs li.active a {
  color: #00B7CE !important;
}
.single-product .woocommerce-tabs ul.tabs li.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #00B7CE !important;
}
.single-product .woocommerce-tabs ul.tabs li:before {
  content: "";
  display: none;
}
.single-product .woocommerce-tabs ul.tabs li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 132.5%;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.single-product .woocommerce-tabs .panel > h2 {
  display: none;
}
.single-product .woocommerce-tabs .panel h3 {
  font-size: 23px;
}
.single-product .summary.entry-summary {
  position: relative;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  margin-left: 4%;
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
.single-product .summary.entry-summary.top-padding {
  padding-top: 20px;
}
.single-product .summary.entry-summary .product_title {
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 120%;
  font-family: "gothiks", "montserrat", -apple-system, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 34px;
  line-height: 137%;
  color: #3E4A4B;
  text-transform: none;
}
.single-product .summary.entry-summary .out-of-stock {
  color: #00B7CE;
}
.single-product .summary.entry-summary .out-of-stock, .single-product .summary.entry-summary .in-stock, .single-product .summary.entry-summary .stock {
  order: 0;
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  padding-left: 20px;
}
.single-product .summary.entry-summary .out-of-stock:before, .single-product .summary.entry-summary .in-stock:before, .single-product .summary.entry-summary .stock:before {
  position: absolute;
  left: 0;
}
.single-product .summary.entry-summary .added_to_cart.wc-forward {
  margin-left: 0px;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  background-color: #b5b5b5;
}
.single-product .summary.entry-summary .available-on-backorder {
  padding-left: 0px;
}
.single-product .summary.entry-summary label[for=gift-card-amount] {
  font-size: 12px;
  margin-bottom: 0;
  white-space: nowrap;
  padding: 7px 0px;
}
.single-product .summary.entry-summary .in-stock {
  color: #9CACAE;
}
.single-product .summary.entry-summary h3 {
  font-size: 23px;
}
.single-product .summary.entry-summary .sale-price {
  font-weight: 500;
  font-size: 18px;
  line-height: 137%;
  display: flex;
}
.single-product .summary.entry-summary .sale-price del {
  color: #C2C2C2;
  font-weight: 500 !important;
  margin-right: 5px;
}
.single-product .summary.entry-summary .sale-price strong {
  color: #000;
  font-weight: 500 !important;
  font-size: 14px;
}
.single-product .summary.entry-summary .woocommerce-product-rating {
  display: flex;
  margin-top: 10px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product .summary.entry-summary .woocommerce-product-rating .woocommerce-review-link {
  color: #000;
}
.single-product .summary.entry-summary .star-rating {
  letter-spacing: 4px;
  position: relative;
  float: none;
  width: 105px;
  font-size: 16px !important;
  margin-top: 0 !important;
}
.single-product .summary.entry-summary .star-rating > span {
  color: #FFB711;
  float: none;
  font-size: 16px !important;
}
.single-product .summary.entry-summary .star-rating:before {
  color: #3E4A4B;
  position: relative;
  float: none;
  font-size: 16px !important;
}
.single-product .summary.entry-summary .posted_in, .single-product .summary.entry-summary .tagged_as, .single-product .summary.entry-summary .pwb-single-product-brands {
  letter-spacing: 5px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
  line-height: 2.2;
}
.single-product .summary.entry-summary .posted_in a, .single-product .summary.entry-summary .tagged_as a, .single-product .summary.entry-summary .pwb-single-product-brands a {
  background: transparent;
  border: 1px solid #3E4A4B;
  box-sizing: border-box;
  border-radius: 20px;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 137%;
  color: #3E4A4B;
  padding: 3px 12px;
  letter-spacing: 0px;
  box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
}
.single-product .summary.entry-summary .posted_in a:hover, .single-product .summary.entry-summary .posted_in a:active, .single-product .summary.entry-summary .posted_in a:focus, .single-product .summary.entry-summary .posted_in a:active:focus, .single-product .summary.entry-summary .tagged_as a:hover, .single-product .summary.entry-summary .tagged_as a:active, .single-product .summary.entry-summary .tagged_as a:focus, .single-product .summary.entry-summary .tagged_as a:active:focus, .single-product .summary.entry-summary .pwb-single-product-brands a:hover, .single-product .summary.entry-summary .pwb-single-product-brands a:active, .single-product .summary.entry-summary .pwb-single-product-brands a:focus, .single-product .summary.entry-summary .pwb-single-product-brands a:active:focus {
  background: #3E4A4B;
  border-color: #3E4A4B;
  text-decoration: none;
  color: #fff;
}
.single-product .summary.entry-summary .tagged_as a {
  background-color: #9CACAE;
}
.single-product .summary.entry-summary .pwb-single-product-brands a {
  background-color: #00B7CE;
}
.single-product .summary.entry-summary .pwb-single-product-brands {
  margin-right: -3px;
  margin-left: -3px;
}
.single-product .summary.entry-summary .pwb-single-product-brands a {
  margin-right: 3px;
  margin-left: 3px;
}
.single-product .summary.entry-summary .alg-wc-wl-btn-wrapper .alg-wc-wl-btn {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 0;
  background-color: transparent;
}
.single-product .summary.entry-summary form.cart {
  margin-top: 20px;
  margin-bottom: 30px;
}
.single-product .summary.entry-summary .share-wishlist {
  display: flex;
  margin-top: 13px;
}
.single-product .summary.entry-summary .share-wishlist .alg-wc-wl-btn-wrapper {
  margin-right: 10px;
}
.single-product .summary.entry-summary .share-wishlist .alg-wc-wl-btn:hover, .single-product .summary.entry-summary .share-wishlist .alg-wc-wl-btn:active, .single-product .summary.entry-summary .share-wishlist .alg-wc-wl-btn:focus, .single-product .summary.entry-summary .share-wishlist .alg-wc-wl-btn:active:focus {
  color: #00B7CE;
}
.single-product .summary.entry-summary .share-wishlist .alg-wc-wl-btn.add {
  color: #00B7CE;
}
.single-product .summary.entry-summary .share-wishlist .alg-wc-wl-btn.add .icon-heart-o:before {
  content: "\f004";
  color: #00B7CE;
}
.single-product .summary.entry-summary .share-wrap {
  position: relative;
  width: max-content;
  white-space: nowrap;
}
.single-product .summary.entry-summary .share-wrap .toggle-share {
  color: #3E4A4B;
  text-decoration: none;
}
.single-product .summary.entry-summary .share-wrap .toggle-share:hover, .single-product .summary.entry-summary .share-wrap .toggle-share:active, .single-product .summary.entry-summary .share-wrap .toggle-share:focus, .single-product .summary.entry-summary .share-wrap .toggle-share:active:focus {
  color: #00B7CE;
}
.single-product .summary.entry-summary .share-wrap .share-icons {
  position: absolute;
  width: max-content;
  display: none;
}
.single-product .summary.entry-summary .share-wrap .share-icons img {
  display: inline;
  margin-left: 2px;
  margin-right: 2px;
}
.single-product .summary.entry-summary .share-wrap .share-icons #fny_share {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.1490196078);
  border-radius: 5px;
  padding: 7px 8px;
}
.single-product .summary.entry-summary .woocommerce-Tabs-panel--description ul {
  margin-bottom: 15px;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 137%;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 200;
  font-size: 16px;
  line-height: 151.5%;
  letter-spacing: 0.02em;
  margin-top: 20px;
}
.single-product .summary.entry-summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}
.single-product .summary.entry-summary .sku_wrapper {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 700;
}
.single-product .summary.entry-summary .sku_wrapper .sku {
  font-weight: 500;
}
@media (max-width: 768px) {
  .single-product .summary.entry-summary {
    margin-left: 0;
  }
}
.single-product .woocommerce-Reviews-title {
  display: none;
}
.single-product .section-comments-list {
  padding-top: 0;
}
.single-product #comments {
  padding-top: 0;
  margin-right: -10px;
  margin-left: -10px;
}
.single-product #comments .woocommerce-noreviews {
  padding-right: 10px;
  padding-left: 10px;
}
.single-product .slider-comments-wrap {
  margin-top: 30px;
}
.single-product .review-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-product .review-wrap .review-meta {
  display: flex;
  width: auto;
  flex-direction: column;
}
.single-product .review-wrap .review-meta .meta {
  order: 1;
  margin-bottom: 0;
}
.single-product .review-wrap .review-meta .meta .woocommerce-review__author, .single-product .review-wrap .review-meta .meta .woocommerce-review__published-date {
  display: block;
  width: 100%;
  white-space: nowrap;
}
.single-product .review-wrap .review-meta .meta .woocommerce-review__verified {
  float: left;
}
.single-product .review-wrap .review-meta .star-rating {
  order: 2;
  width: 105px;
  margin-bottom: 1rem;
  font-size: 16px !important;
}
.single-product .review-wrap .review-content {
  margin-top: 0;
}
.single-product #review_form_wrapper {
  margin-top: 50px;
}
.single-product #review_form_wrapper #reply-title {
  font-family: Inter, serif;
  font-size: 25px;
  color: #000;
  margin-bottom: 10px;
}
.single-product #review_form .comment-form-author {
  width: 49%;
  margin-right: 2% !important;
}
@media (max-width: 767px) {
  .single-product #review_form .comment-form-author {
    float: none;
    width: 100%;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    clear: both;
  }
}
.single-product #review_form .comment-form-email {
  width: 49%;
}
@media (max-width: 767px) {
  .single-product #review_form .comment-form-email {
    float: none;
    width: 100%;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    clear: both;
  }
}
.single-product #review_form .comment-form-cookies-consent {
  clear: both;
}
.single-product #review_form .comment-form-cookies-consent label {
  display: inline !important;
}
.single-product img.figlio {
  margin: auto;
  border-radius: 10px;
}
.single-product .availability-more-info {
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  top: 1px;
  padding: 4px 6px;
  color: #929292;
}
.single-product .popover {
  max-width: 100%;
  width: 400px;
}
.single-product .popover .popover-body {
  color: #262626;
}
.single-product.admin-bar .popover {
  top: -30px !important;
}
.single-product .wc-tab ul, .single-product .wc-tab ol {
  list-style: disc;
  padding-left: 20px;
  margin: 20px 0;
}
.single-product .wc-tab ul li ~ li, .single-product .wc-tab ol li ~ li {
  margin-top: 8px;
}
.single-product .wc-tab ol {
  list-style-type: decimal;
}
.single-product .wc-tab ol li::marker {
  font-weight: 500;
}
.single-product .site-main {
  background: url(images/pages/pattern-gray.png);
  background-repeat: repeat;
  background-color: #89A3AA;
  padding-top: 0;
}

.slider-comments-wrap .section-actions {
  display: flex;
}
.slider-comments-wrap .section-actions .section-title {
  font-size: 35px;
  text-transform: none;
}
.slider-comments-wrap .section-actions .slider-nav-controls {
  margin-left: auto;
}

.section-reviews-list, .section-comments-list {
  padding: 30px 0 30px;
}
.section-reviews-list .commentlist, .section-comments-list .commentlist {
  display: none;
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
}
.section-reviews-list .commentlist.slick-initialized, .section-comments-list .commentlist.slick-initialized {
  display: block;
}
.section-reviews-list .section-actions, .section-comments-list .section-actions {
  display: flex;
}
.section-reviews-list .col-item, .section-comments-list .col-item {
  display: flex;
  flex-direction: column;
  padding-top: 12px;
  padding-bottom: 12px;
}
.section-reviews-list .review-wrap, .section-comments-list .review-wrap {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 28px 25px;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  height: 100%;
}
.section-reviews-list .review-wrap .avatar, .section-comments-list .review-wrap .avatar {
  display: block;
  width: 20%;
  object-fit: cover;
  margin-right: 3%;
  margin-bottom: 10px;
}
.section-reviews-list .review-wrap .avatar img.avatar, .section-comments-list .review-wrap .avatar img.avatar {
  position: relative !important;
  width: 100% !important;
  height: 75px !important;
  object-fit: cover !important;
  margin-right: 0px !important;
  padding: 0px !important;
}
.section-reviews-list .review-wrap .avatar.avatar-prod img, .section-comments-list .review-wrap .avatar.avatar-prod img {
  object-fit: cover;
  width: 100%;
  height: 75px;
}
@media (max-width: 579px) {
  .section-reviews-list .review-wrap .avatar, .section-comments-list .review-wrap .avatar {
    overflow: hidden;
  }
}
.section-reviews-list .review-wrap .review-meta, .section-comments-list .review-wrap .review-meta {
  width: 77%;
  margin-top: -6px;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.section-reviews-list .review-wrap .woocommerce-review__author, .section-reviews-list .review-wrap .author-name, .section-comments-list .review-wrap .woocommerce-review__author, .section-comments-list .review-wrap .author-name {
  color: #000;
  font-size: 1.3rem;
  text-transform: capitalize;
}
.section-reviews-list .review-wrap .woocommerce-review__author a, .section-reviews-list .review-wrap .author-name a, .section-comments-list .review-wrap .woocommerce-review__author a, .section-comments-list .review-wrap .author-name a {
  color: #000;
}
.section-reviews-list .review-wrap .woocommerce-review__author a:hover, .section-reviews-list .review-wrap .woocommerce-review__author a:active, .section-reviews-list .review-wrap .woocommerce-review__author a:focus, .section-reviews-list .review-wrap .woocommerce-review__author a:active:focus, .section-reviews-list .review-wrap .author-name a:hover, .section-reviews-list .review-wrap .author-name a:active, .section-reviews-list .review-wrap .author-name a:focus, .section-reviews-list .review-wrap .author-name a:active:focus, .section-comments-list .review-wrap .woocommerce-review__author a:hover, .section-comments-list .review-wrap .woocommerce-review__author a:active, .section-comments-list .review-wrap .woocommerce-review__author a:focus, .section-comments-list .review-wrap .woocommerce-review__author a:active:focus, .section-comments-list .review-wrap .author-name a:hover, .section-comments-list .review-wrap .author-name a:active, .section-comments-list .review-wrap .author-name a:focus, .section-comments-list .review-wrap .author-name a:active:focus {
  color: #00B7CE;
}
@media (max-width: 767px) {
  .section-reviews-list .review-wrap .woocommerce-review__author, .section-reviews-list .review-wrap .author-name, .section-comments-list .review-wrap .woocommerce-review__author, .section-comments-list .review-wrap .author-name {
    font-size: 17px;
  }
}
.section-reviews-list .review-wrap .woocommerce-review__dash, .section-comments-list .review-wrap .woocommerce-review__dash {
  display: none !important;
}
.section-reviews-list .review-wrap .author-position, .section-reviews-list .review-wrap .woocommerce-review__published-date, .section-comments-list .review-wrap .author-position, .section-comments-list .review-wrap .woocommerce-review__published-date {
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  color: #7E7E7E;
}
.section-reviews-list .review-wrap .rating, .section-comments-list .review-wrap .rating {
  letter-spacing: 4px;
}
.section-reviews-list .review-wrap .rating .icon, .section-comments-list .review-wrap .rating .icon {
  color: #3E4A4B;
}
.section-reviews-list .review-wrap .rating .icon.true, .section-comments-list .review-wrap .rating .icon.true {
  color: #FFB711;
}
.section-reviews-list .review-wrap .star-rating, .section-comments-list .review-wrap .star-rating {
  letter-spacing: 4px;
  position: relative;
  float: none;
  width: auto;
  font-size: 16px !important;
  width: 105px;
}
.section-reviews-list .review-wrap .star-rating > span, .section-comments-list .review-wrap .star-rating > span {
  color: #FFB711;
  float: none;
  font-size: 16px !important;
}
.section-reviews-list .review-wrap .star-rating:before, .section-comments-list .review-wrap .star-rating:before {
  color: #3E4A4B;
  position: relative;
  float: none;
  font-size: 16px !important;
}
.section-reviews-list .review-wrap .review-content, .section-comments-list .review-wrap .review-content {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 10px;
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
  height: 100%;
}
.section-reviews-list .review-wrap .review-content .author-quote, .section-comments-list .review-wrap .review-content .author-quote {
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
}
.section-reviews-list .review-wrap .review-content .author-quote .description p, .section-comments-list .review-wrap .review-content .author-quote .description p {
  margin-bottom: 0 !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 21px !important;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

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

@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;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
.wc-block-product-categories .wc-block-product-categories-list, .widget_categories ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
  margin-top: 15px;
}
.wc-block-product-categories .wc-block-product-categories-list .expand .icon, .widget_categories ul .expand .icon {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 10.8V5.2M5.2 8H10.8M15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15C11.866 15 15 11.866 15 8Z" stroke="%23B3B3B3" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  width: 16px;
  height: 16px;
}
.wc-block-product-categories .wc-block-product-categories-list > li, .widget_categories ul > li {
  position: relative;
  padding-left: 25px;
}
.wc-block-product-categories .wc-block-product-categories-list > li:hover > a, .wc-block-product-categories .wc-block-product-categories-list > li:active > a, .wc-block-product-categories .wc-block-product-categories-list > li:focus > a, .wc-block-product-categories .wc-block-product-categories-list > li:active:focus > a, .wc-block-product-categories .wc-block-product-categories-list > li.active > a, .widget_categories ul > li:hover > a, .widget_categories ul > li:active > a, .widget_categories ul > li:focus > a, .widget_categories ul > li:active:focus > a, .widget_categories ul > li.active > a {
  color: #00B7CE !important;
}
.wc-block-product-categories .wc-block-product-categories-list > li.parent:before, .widget_categories ul > li.parent:before {
  content: "";
  display: none;
}
.wc-block-product-categories .wc-block-product-categories-list > li.parent .expand, .widget_categories ul > li.parent .expand {
  position: absolute;
  left: 0;
  top: 7px;
  font-size: 19px;
}
@media (max-width: 991px) {
  .wc-block-product-categories .wc-block-product-categories-list > li.parent .expand, .widget_categories ul > li.parent .expand {
    top: 3px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .wc-block-product-categories .wc-block-product-categories-list > li.parent a, .widget_categories ul > li.parent a {
    padding: 10px 0;
    clear: both;
    overflow: hidden;
    height: auto;
    box-sizing: border-box;
    display: block;
  }
}
.wc-block-product-categories .wc-block-product-categories-list > li.parent.active a .expand .icon, .widget_categories ul > li.parent.active a .expand .icon {
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.2 8H10.8M15 8C15 4.13401 11.866 1 8 1C4.13401 1 1 4.13401 1 8C1 11.866 4.13401 15 8 15C11.866 15 15 11.866 15 8Z" stroke="%2300B7CE" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.wc-block-product-categories .wc-block-product-categories-list > li.parent.current-cat a .expand .icon:before, .widget_categories ul > li.parent.current-cat a .expand .icon:before {
  color: #00B7CE !important;
}
.wc-block-product-categories .wc-block-product-categories-list > li:not(.parent):before, .widget_categories ul > li:not(.parent):before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  float: none;
  width: auto;
  margin-right: 0;
  margin-left: 0;
  opacity: 1;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #F3F3F3;
}
@media (max-width: 991px) {
  .wc-block-product-categories .wc-block-product-categories-list > li:not(.parent):before, .widget_categories ul > li:not(.parent):before {
    top: -3px;
    font-size: 22px;
    left: 4px;
  }
}
.wc-block-product-categories .wc-block-product-categories-list > li .wc-block-product-categories-list, .widget_categories ul > li .wc-block-product-categories-list {
  display: none;
  background-color: #FAFAFA;
  padding: 5px 15px 5px;
  margin-left: -25px;
}
.wc-block-product-categories .wc-block-product-categories-list > li .wc-block-product-categories-list li, .widget_categories ul > li .wc-block-product-categories-list li {
  padding-left: 0 !important;
  margin-bottom: 5px;
}
.wc-block-product-categories .wc-block-product-categories-list > li .wc-block-product-categories-list li a, .widget_categories ul > li .wc-block-product-categories-list li a {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: #3E4A4B;
}
.wc-block-product-categories .wc-block-product-categories-list > li .wc-block-product-categories-list li:before, .widget_categories ul > li .wc-block-product-categories-list li:before {
  content: "";
  display: none !important;
}
.wc-block-product-categories .wc-block-product-categories-list > li a, .widget_categories ul > li a {
  text-decoration: none !important;
  color: #3E4A4B;
}

.wc-block-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #00B7CE;
  background-position: 0 0;
  border: none;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 22px;
  margin: -7px 0 0;
  padding: 0;
  pointer-events: auto;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  vertical-align: top;
  width: 22px;
  z-index: 20;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
  background: #1e1e1e;
  border-color: none;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input::-webkit-slider-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input::-moz-focus-outer {
  border: 0;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input::-moz-range-track {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  height: 1px;
  outline: 0;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input::-moz-range-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0 !important;
  margin: 0;
  outline: none;
  padding: 0 !important;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #00B7CE;
  background-position: 0 0;
  border: none;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  height: 22px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -moz-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  vertical-align: top;
  width: 22px;
  z-index: 20;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
  background: #1e1e1e;
  border-color: none;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input::-ms-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #00B7CE;
  background-position: 0 0;
  border: none;
  border-radius: 100%;
  box-sizing: content-box;
  cursor: pointer;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  pointer-events: auto;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  vertical-align: top;
  z-index: 20;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input::-ms-thumb:hover {
  background: #00B7CE !important;
  border-color: #fff;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
  background: #00B7CE !important;
  border-color: #fff;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
  background: #00B7CE !important;
  border-color: #fff;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input:focus::-ms-thumb {
  background: #00B7CE !important;
  border-color: #fff;
}
.wc-block-price-slider .wc-block-components-price-slider__range-input-progress {
  --range-color: #00B7CE;
  --high: red;
  --track-background: linear-gradient(90deg, #E8E8E8 var(--low),var(--range-color) 0,var(--range-color) var(--high), #E8E8E8 0) no-repeat 0 100%/100% 100%;
  height: 6px;
  border-radius: 4px;
}
.wc-block-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
  border: none;
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent !important;
}
.wc-block-price-slider .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
  text-align: right;
}
.wc-block-price-slider button.wc-block-components-filter-reset-button {
  background-color: transparent !important;
  text-align: center;
  font-size: 15px;
  line-height: 101.5%;
  letter-spacing: 0.075px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 2px solid #00B7CE;
  border-radius: 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.wc-block-price-slider button.wc-block-components-filter-reset-button span {
  color: #00B7CE;
  text-decoration: none;
}

.woocommerce .woocommerce-result-count {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 137%;
  color: #3E4A4B;
}
.woocommerce table.shop_table {
  border: none !important;
}
.woocommerce table.shop_table th, .woocommerce table.shop_table td {
  background-color: transparent !important;
  border-color: #E6EAEB !important;
}
.woocommerce table.shop_table td {
  border-top: 1px solid #E6EAEB !important;
}
.woocommerce table.shop_attributes {
  border: none !important;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  background-color: transparent !important;
}
.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
  border-top: 1px solid #E6EAEB !important;
}
.woocommerce .cart_totals table.shop_table {
  border: none !important;
}
.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
  background-color: transparent !important;
}
.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
  border-top: 1px solid #E6EAEB !important;
}
.woocommerce form select {
  padding-left: 8px;
  padding-right: 8px;
}
.woocommerce .beta + h3, .woocommerce h2 + h3 {
  border-top: none !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .col-2 {
  width: 49% !important;
  flex: 0 0 49% !important;
  max-width: 49% !important;
}
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .col-1 .woocommerce-column__title, .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .col-2 .woocommerce-column__title {
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .col-1, .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .col2-set .col-2 {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    max-width: 100% !important;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 20px;
  }
}

.woocommerce-order-received .woocommerce-order {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce-order-received .woocommerce-order > p, .woocommerce-order-received .woocommerce-order > section, .woocommerce-order-received .woocommerce-order > div, .woocommerce-order-received .woocommerce-order > ul {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.woocommerce-order-received .woocommerce-column--billing-address, .woocommerce-order-received .woocommerce-column--shipping-address, .woocommerce-order-received .woocommerce-customer-details {
  flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #E6EAEB;
  box-sizing: border-box;
  border-radius: 0px;
  padding: 15px 23px;
  margin-right: 15px;
  margin-left: 15px;
}
.woocommerce-order-received .woocommerce-column--billing-address .woocommerce-column__title, .woocommerce-order-received .woocommerce-column--shipping-address .woocommerce-column__title, .woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title {
  font-weight: 500;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
  border-bottom: none !important;
  text-transform: uppercase;
  font-weight: 500;
}
.woocommerce-order-received .woocommerce-column--billing-address address, .woocommerce-order-received .woocommerce-column--shipping-address address, .woocommerce-order-received .woocommerce-customer-details address {
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 768px) {
  table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
    display: flex;
    justify-content: left !important;
  }
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  background-color: #E0E0E0;
  color: #3E4A4B;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  padding-left: 50px;
  padding-right: 10px;
  margin-bottom: 10px;
  border-top: none !important;
}
.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
  top: 24px;
  color: #3E4A4B !important;
  font-size: 15px;
}
.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
  color: #3E4A4B;
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
  padding: 5px 10px !important;
  background-color: #3E4A4B !important;
  font-size: 13px !important;
  color: #fff !important;
  border-radius: 100px !important;
}
.woocommerce-error .button:hover, .woocommerce-error .button:active, .woocommerce-error .button:focus, .woocommerce-error .button:active:focus,
.woocommerce-info .button:hover,
.woocommerce-info .button:active,
.woocommerce-info .button:focus,
.woocommerce-info .button:active:focus,
.woocommerce-message .button:hover,
.woocommerce-message .button:active,
.woocommerce-message .button:focus,
.woocommerce-message .button:active:focus {
  border-color: #556667 !important;
  background-color: #556667 !important;
  outline: none !important;
  box-shadow: none !important;
  color: #fff;
}

.woocommerce-account.logged-out .section__layout-inner {
  background-color: #ffffff;
  padding: 80px 0;
}
.woocommerce-account.logged-out .section-breadcrumbs {
  margin-bottom: 0 !important;
}
.woocommerce-account.logged-out .page-header {
  display: none;
}
.woocommerce-account.logged-out #customer_login {
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
  box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.woocommerce-account.logged-out #customer_login .woocommerce-form {
  border: none !important;
  padding: 0 0;
  margin: 0 0;
}
.woocommerce-account.logged-out #customer_login .woocommerce-form .button {
  min-width: re(200px);
}
.woocommerce-account.logged-out #customer_login.col2-set {
  display: flex;
}
@media (max-width: 991px) {
  .woocommerce-account.logged-out #customer_login.col2-set {
    display: block;
  }
}
.woocommerce-account.logged-out #customer_login.col2-set .col-1, .woocommerce-account.logged-out #customer_login.col2-set .col-2 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px 30px;
}
@media (max-width: 991px) {
  .woocommerce-account.logged-out #customer_login.col2-set .col-1, .woocommerce-account.logged-out #customer_login.col2-set .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.woocommerce-account.logged-out #customer_login.col2-set .col-1 h2, .woocommerce-account.logged-out #customer_login.col2-set .col-2 h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #3E4A4B;
}
.woocommerce-account.logged-out #customer_login.col2-set .col-2 {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .woocommerce-account .shop_table.alg-wc-wl-view-table tr:nth-child(2n) td {
    background-color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .woocommerce-account .shop_table.alg-wc-wl-view-table td {
    clear: both;
  }
}
.woocommerce-account .shop_table.alg-wc-wl-view-table td .amount bdi {
  font-weight: 500;
}
@media (max-width: 991px) {
  .woocommerce-account .shop_table.alg-wc-wl-view-table td.product-thumbnail:before {
    content: "";
    display: none !important;
  }
}
@media (max-width: 991px) {
  .woocommerce-account .shop_table.alg-wc-wl-view-table td.product-price {
    min-height: 40px;
  }
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  padding: 25px 45px;
}

.banner-woocommerce {
  background-color: #3E4A4B;
  padding-top: 140px;
  margin-bottom: 60px;
}
.banner-woocommerce .section-breadcrumbs {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0;
  color: #ffffff;
}
.banner-woocommerce .section-breadcrumbs .woocommerce-breadcrumb {
  margin-bottom: 0;
  color: #CDCDCD;
}
.banner-woocommerce .section-breadcrumbs .woocommerce-breadcrumb a, .banner-woocommerce .section-breadcrumbs .woocommerce-breadcrumb span {
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
}

.select2-container--default .select2-selection--single {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #E0E0E0 !important;
  border-radius: 8px;
  color: #111;
  font-size: 18px;
  font-family: "montserrat", -apple-system, sans-serif;
  line-height: 181.5%;
  height: 55px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 25px 10px 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
  right: 8px;
}

.sphere-area {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.sphere-area .circles {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
}
.sphere-area .circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 200px;
  height: 200px;
  background: rgba(44, 52, 53, 0.12);
  bottom: -150px;
  border-radius: 100%;
}
.sphere-area .circles li:nth-child(1) {
  border-radius: 100%;
  left: 75%;
  width: 520px;
  height: 520px;
  animation-delay: 1s;
  bottom: 50%;
}
.sphere-area .circles li:nth-child(2) {
  border-radius: 100%;
  left: -5%;
  width: 200px;
  height: 200px;
  animation-delay: 2s;
  animation-duration: 12s;
  bottom: -5%;
}
.sphere-area .circles li:nth-child(3) {
  border-radius: 100%;
  left: 70%;
  width: 390px;
  height: 390px;
  animation-delay: 4s;
}
.sphere-area .circles li:nth-child(4) {
  border-radius: 100%;
  left: 40%;
  width: 250px;
  height: 250px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.sphere-area .circles li:nth-child(5) {
  border-radius: 100%;
  left: 65%;
  width: 350px;
  height: 350px;
  animation-delay: 0s;
}
.sphere-area .circles li:nth-child(6) {
  border-radius: 100%;
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.sphere-area .circles li:nth-child(7) {
  border-radius: 100%;
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.sphere-area .circles li:nth-child(8) {
  border-radius: 100%;
  left: 50%;
  width: 260px;
  height: 260px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.sphere-area .circles li:nth-child(9) {
  border-radius: 100%;
  left: 20%;
  width: 380px;
  height: 380px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.sphere-area .circles li:nth-child(10) {
  border-radius: 100%;
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}

.woocommerce-checkout .price, .woocommerce-cart .price, .woocommerce-account .price, .woocommerce-page .price {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex !important;
  flex-wrap: wrap;
  -ms-flex-line-pack: center !important;
  align-content: center !important;
  margin-left: -3px;
  margin-right: -3px;
}
.woocommerce-checkout .price > *, .woocommerce-cart .price > *, .woocommerce-account .price > *, .woocommerce-page .price > * {
  height: fit-content;
  -ms-flex-item-align: center !important;
  align-self: center !important;
  padding-left: 3px;
  padding-right: 3px;
}
.woocommerce-checkout .price bdi, .woocommerce-checkout .price ins, .woocommerce-cart .price bdi, .woocommerce-cart .price ins, .woocommerce-account .price bdi, .woocommerce-account .price ins, .woocommerce-page .price bdi, .woocommerce-page .price ins {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  color: #3E4A4B;
  order: 1;
}
.woocommerce-checkout .price del, .woocommerce-cart .price del, .woocommerce-account .price del, .woocommerce-page .price del {
  color: #9CACAE;
  font-weight: 500 !important;
  order: 2;
  font-size: 15px;
  margin-top: 0px;
}
.woocommerce-checkout .price del bdi, .woocommerce-checkout .price del ins, .woocommerce-cart .price del bdi, .woocommerce-cart .price del ins, .woocommerce-account .price del bdi, .woocommerce-account .price del ins, .woocommerce-page .price del bdi, .woocommerce-page .price del ins {
  font-size: 15px !important;
  color: #9CACAE;
}
.woocommerce-checkout .price strong, .woocommerce-checkout .price .percentage, .woocommerce-cart .price strong, .woocommerce-cart .price .percentage, .woocommerce-account .price strong, .woocommerce-account .price .percentage, .woocommerce-page .price strong, .woocommerce-page .price .percentage {
  color: #000;
  font-weight: 500 !important;
  font-size: 15px !important;
  order: 3;
}

.woocommerce-form-login, .woocommerce-ResetPassword {
  background-color: #fff;
  padding: 45px 45px 0 !important;
}
.woocommerce-form-login label, .woocommerce-ResetPassword label {
  color: #3E4A4B;
  font-size: 15px;
  line-height: 128%;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-form-login .woocommerce-form-login__rememberme, .woocommerce-ResetPassword .woocommerce-form-login__rememberme {
  margin-top: 15px;
}
.woocommerce-form-login button.woocommerce-Button, .woocommerce-form-login button.woocommerce-button, .woocommerce-ResetPassword button.woocommerce-Button, .woocommerce-ResetPassword button.woocommerce-button {
  background-color: #00B7CE;
  border-color: #00B7CE !important;
  color: #fff !important;
  border-radius: 40px !important;
  padding: 14px 50px;
}
.woocommerce-form-login button.woocommerce-Button:hover, .woocommerce-form-login button.woocommerce-button:hover, .woocommerce-ResetPassword button.woocommerce-Button:hover, .woocommerce-ResetPassword button.woocommerce-button:hover {
  box-shadow: 0 0 0 2px #00B7CE !important;
  background-color: #00B7CE !important;
}

.woocommerce-ResetPassword {
  padding-bottom: 45px !important;
}

.select2-dropdown {
  border-color: #E0E0E0;
}

@media (max-width: 600px) {
  .post-type-archive-product .banner-shop .woocommerce-products-header h1, .tax-product_cat .banner-shop .woocommerce-products-header h1 {
    font-size: 4rem;
    margin-top: 0;
  }
  .post-type-archive-product .banner-shop, .tax-product_cat .banner-shop {
    height: auto;
  }
  .masterhead-page {
    min-height: 340px;
  }
  .post-type-archive-product .app-content-wrap, .tax-product_cat .app-content-wrap {
    padding-top: 2rem;
  }
  .single-product .banner-product {
    padding-top: 6.5rem;
    margin-bottom: 2rem;
  }
  .single-product .summary.entry-summary .product_title {
    font-size: 2rem;
  }
  .single-product .summary.entry-summary .woocommerce-product-details__short-description {
    margin-top: 0.5rem;
  }
  .woocommerce div.product form.cart .button {
    float: none;
    margin-left: 0;
    margin-top: 1rem;
    padding: 1rem;
  }
  .single-product .summary.entry-summary form.cart {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .single-product #review_form_wrapper #reply-title {
    line-height: 1;
    font-size: 1.2rem;
    margin-bottom: 2rem;
  }
  .single-product #review_form_wrapper {
    margin-top: 2rem;
  }
}
/* Bootstrap
--------------------------------------------- */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show, .modal-backdrop.fade.in {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.model-link-onload .modal-body {
  padding: 0 0;
}
.model-link-onload .modal-body img {
  display: block;
}
.model-link-onload .modal-body > a {
  display: block;
}
.model-link-onload .close {
  color: #fff;
  font-size: 35px;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 2;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none !important;
}

.slider-nav-controls {
  margin-bottom: 20px;
  letter-spacing: 10px;
}
.slider-nav-controls .slick-arrow {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: #fff;
  color: #aaa;
  text-align: center;
  padding: 5px 3px;
  letter-spacing: 0px;
}
.slider-nav-controls .slick-arrow:hover, .slider-nav-controls .slick-arrow:active, .slider-nav-controls .slick-arrow:focus, .slider-nav-controls .slick-arrow:active:focus {
  text-decoration: none;
  color: #00B7CE;
}
.slider-nav-controls.gray .slick-arrow {
  background-color: #ffffff;
}

.section-reviews-list .slider-reviews {
  margin-right: -10px;
  margin-left: -10px;
}

.section-category-grid .slider-category {
  margin-right: -10px;
  margin-left: -10px;
}

.slider-related-wrap {
  padding-left: 0px;
  padding-right: 0px;
}
.slider-related-wrap .slick-list {
  width: 100% !important;
}
.slider-related-wrap .slick-track {
  padding-top: 3px;
  width: 100% !important;
  display: flex;
}
.slider-related-wrap .products .slick-slide {
  min-width: 33.33%;
}
@media (max-width: 767px) {
  .slider-related-wrap .products .slick-slide {
    min-width: 50%;
  }
}
@media (max-width: 575px) {
  .slider-related-wrap .products .slick-slide {
    min-width: 100%;
  }
}
.slider-related-wrap .products .slick-slide > div, .slider-related-wrap .products .slick-slide .product {
  display: block !important;
  width: 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both;
}
.slider-comments-wrap .slick-track, .slider-reviews-wrap .slick-track {
  display: flex !important;
}
.slider-comments-wrap .woocommerce-review__author, .slider-reviews-wrap .woocommerce-review__author {
  white-space: break-spaces !important;
}
.slider-comments-wrap .slick-track, .slider-reviews-wrap .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.slider-comments-wrap .slick-slide, .slider-reviews-wrap .slick-slide {
  height: inherit !important;
  display: flex;
  flex-direction: column;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.slider-comments-wrap .slick-slide > div, .slider-reviews-wrap .slick-slide > div {
  height: 100% !important;
  display: flex;
  flex-direction: row;
}
.slider-comments-wrap .slick-slide > div .slider-item, .slider-reviews-wrap .slick-slide > div .slider-item {
  height: 100%;
}
.slider-comments-wrap .slick-slide > div li, .slider-reviews-wrap .slick-slide > div li {
  height: 100% !important;
  margin-bottom: 0 !important;
  background-color: #5D646D !important;
  border-radius: 10px;
}

.slider-category-wrap .slick-track {
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
}
.slider-category-wrap .slick-track .slick-slide > div {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.slider-category-wrap .slick-track .slick-slide > div:hover, .slider-category-wrap .slick-track .slick-slide > div:active, .slider-category-wrap .slick-track .slick-slide > div:focus, .slider-category-wrap .slick-track .slick-slide > div:active:focus {
  box-shadow: 0 0 0 2px #c3282e;
}
.slider-category-wrap .slick-initialized .slick-slide {
  display: flex;
  height: auto;
  flex-direction: column;
}
.slider-category-wrap .slide-wrap > a:hover {
  box-shadow: none !important;
  text-decoration: none;
  outline: none;
}

.slick-dots {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:before {
  content: "";
  display: none;
}
.slick-dots li button {
  border-radius: 0;
  width: 18px;
  height: 4px;
  background: #fff;
  border: none;
  cursor: pointer;
  overflow: hidden;
  text-indent: -9999px;
  opacity: 0.2;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  color: #ffffff;
  opacity: 1;
}

.lg-outer .lg-thumb-item {
  border-radius: 0 0;
}

/*# sourceMappingURL=style.css.map */
