@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here you can easily toggle on/off modules and files.

******************************************************************/
@font-face {
  font-family: "Mont";
  src: url("./fonts/Mont-Bold.eot");
  src: url("./fonts/Mont-Bold.eot?#iefix") format("embedded-opentype"), url("./fonts/Mont-Bold.woff2") format("woff2"), url("./fonts/Mont-Bold.woff") format("woff"), url("./fonts/Mont-Bold.ttf") format("truetype"), url("./fonts/Mont-Bold.svg#Mont-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/******************************************************************
Site Name:
Author:

Stylesheet: Normalize Stylesheet

v5.0.0 | MIT License | github.com/necolas/normalize.css

******************************************************************/
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

/******************************************************************
Site Name:
Author:

Stylesheet: All Utility Includes

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Utility Functions

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Utility Classes

******************************************************************/
.img-border {
  border: 1px solid #CCC;
  padding: 5px;
}

.img-rounded {
  border-radius: 6px;
}

.img-polaroid {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 4px;
}

.img-circle {
  border-radius: 500px;
}

span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.italic {
  font-style: italic;
}

.bold {
  font-weight: bold;
}

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

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

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

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.float-right {
  float: right;
}

.clear-left {
  clear: left;
}

.clear-both,
.clear {
  clear: both;
}

.clear-right {
  clear: right;
}

.clearfix {
  zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.mise-hidden {
  display: none !important;
  visibility: hidden;
}

.mise-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mise-visuallyhidden.focusable:active,
.mise-visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.mise-invisible {
  visibility: hidden;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Accessibility Stylesheet

******************************************************************/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #111;
  display: block;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Typography Stylesheet

******************************************************************/
body {
  font-family: "Karla", apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  color: #111;
  line-height: 1.75;
}

p {
  -epub-hyphens: manual;
  hyphens: manual;
  margin-block-start: 0 !important;
  margin-top: 0;
  margin-bottom: 1rem;
}

b,
strong,
.strong {
  font-weight: bold;
}

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

small,
.small {
  font-size: 75%;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

blockquote {
  margin: 2em 0;
  padding: 0 2em;
  font-style: normal;
}
blockquote p {
  font-size: 1.75em;
  font-weight: 300;
  margin-top: 0;
  font-family: "Mont", apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
}
blockquote small,
blockquote cite {
  display: block;
}
blockquote small:before,
blockquote cite:before {
  content: "— ";
}
blockquote.wp-block-quote.is-style-large p {
  font-style: normal;
  font-size: 2em;
}
blockquote.alignwide {
  background: #283D86;
  padding: 5% 15%;
  color: #fff;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  font-style: normal;
  margin-bottom: 1em;
}

code,
pre {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333;
  border-radius: 0;
  padding: 0 3px 2px;
}

code {
  background-color: #F7F7F7;
  border: 1px solid #E1E1E8;
  color: #D14;
  display: inline-block;
  padding: 2px 4px;
  white-space: pre-wrap;
}

pre {
  background-color: #F5F5F5;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  display: block;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 10px;
  padding: 9.5px;
  white-space: pre;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}

pre code {
  background-color: transparent;
  border: 0;
  color: inherit;
  padding: 0;
  white-space: pre;
  white-space: pre-wrap;
}

hr {
  clear: both;
  border: 0;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #EEE;
  margin: 1.429em 0;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "Mont", apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-rendering: optimizelegibility;
  color: #283D86;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: 3.875em;
  line-height: 1.2;
  margin: 0.67em 0;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 1.875em;
  }
}

h2,
.h2 {
  font-size: 2.45em;
  line-height: 1.3;
  margin: 0 0 0.5rem;
}
@media (max-width: 768px) {
  h2,
  .h2 {
    font-size: 1.45em;
  }
}

h3,
.h3 {
  font-size: 2em;
  line-height: 1.4;
  margin: 1em 0;
}

h4,
.h4 {
  font-size: 1.7em;
  line-height: 1.5;
  margin: 1.33em 0;
}

h5,
.h5 {
  font-size: 1.4em;
  line-height: 1.5;
  margin: 1.67em 0;
}

h6,
.h6 {
  font-size: 1.1em;
  line-height: 1.55;
  margin: 2.33em 0;
}

.entry-title,
.page-title {
  color: #283D86;
}
.woocommerce-page #inner-content .entry-title,
.woocommerce-page #inner-content .page-title {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.wp-block-cover__inner-container h1, .wp-block-cover__inner-container h2, .wp-block-cover__inner-container h3, .wp-block-cover__inner-container h4, .wp-block-cover__inner-container h5, .wp-block-cover__inner-container h6 {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: 0 0 1em;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Main Navigation

On mobile devices, this menu is known as "off-canvas".
It currently slides out from the right.

******************************************************************/
.top-navigation-bar {
  background: #283D86;
  color: #fff;
  display: none;
}
.top-navigation-bar ul li {
  display: inline-block;
}
.top-navigation-bar ul li a {
  display: block;
  color: #fff;
  padding: 5px 10px;
}
.top-navigation-bar ul li a .svg-icon {
  display: inline;
  /* float: left; */
  /* width: auto; */
  margin-right: 10px;
  vertical-align: middle;
  width: 12px;
}
.top-navigation-bar ul li a i {
  margin-right: 10px;
}
.top-navigation-bar ul.topbar-left li a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.top-navigation-bar ul.topbar-left li:first-child a {
  padding-left: 0;
  border-left: 0;
}
.top-navigation-bar ul.topbar-right {
  margin-left: 10px;
  margin-right: 0;
}
.top-navigation-bar ul.topbar-right li a {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.top-navigation-bar ul.topbar-right li:first-child a {
  border-left: 0;
}

.top-navigation-bar ul,
#main-navigation ul,
#main-navigation-mobile ul {
  clear: both;
  margin: 0;
  padding: 0;
}
.top-navigation-bar li,
#main-navigation li,
#main-navigation-mobile li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main-navigation button,
#main-navigation-mobile button,
#mobile-menu-button {
  background: none;
  color: inherit;
  font: inherit;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}

#mobile-menu-button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #283D86;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 40px;
  height: 40px;
  margin: 0 1rem 0 0;
  overflow: hidden;
  white-space: nowrap;
}
#mobile-menu-button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  display: inline-block;
  width: 1em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main-navigation,
#main-navigation-mobile {
  position: absolute;
  top: 99.9%;
  min-width: 100%;
  left: 0;
}
#main-navigation button.menu-button,
#main-navigation-mobile button.menu-button {
  border-left: 1px solid rgb(28.275862069, 43.1206896552, 94.724137931);
  color: #FFF;
  font-size: 1.5em;
  display: inline-block;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 25%;
}
#main-navigation button.menu-back-button,
#main-navigation-mobile button.menu-back-button {
  background: rgb(51.724137931, 78.8793103448, 173.275862069);
  color: #FFF;
  display: inline-block;
  text-align: left;
  padding: 15px;
  width: 100%;
}
#main-navigation ul,
#main-navigation-mobile ul {
  background-color: #283D86;
  position: relative;
  top: 0;
  bottom: 0;
  z-index: 1000;
}
#main-navigation ul.main-menu,
#main-navigation-mobile ul.main-menu {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  transform: translateY(10px);
  width: 100%;
}
#main-navigation li,
#main-navigation-mobile li {
  display: block;
  border-bottom: 1px solid rgb(28.275862069, 43.1206896552, 94.724137931);
}
#main-navigation li a,
#main-navigation-mobile li a {
  color: #FFF;
  display: inline-block;
  font-size: 1.125em;
  padding: 15px;
  text-decoration: none;
  width: 75%;
}
#main-navigation li a:hover, #main-navigation li a:focus,
#main-navigation-mobile li a:hover,
#main-navigation-mobile li a:focus {
  background-color: inherit;
}
#main-navigation li.menu-item-no-children a,
#main-navigation-mobile li.menu-item-no-children a {
  width: 100%;
}
#main-navigation li.open .fas,
#main-navigation-mobile li.open .fas {
  transform: rotate(180deg);
}
#main-navigation ul.sub-menu,
#main-navigation-mobile ul.sub-menu {
  display: none;
  width: 100%;
  transition: right 0.25s ease-in-out;
}
#main-navigation ul.sub-menu li a,
#main-navigation-mobile ul.sub-menu li a {
  font-size: 1em;
}
#main-navigation ul.sub-menu-open,
#main-navigation-mobile ul.sub-menu-open {
  display: block;
}

#main-navigation-mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  padding: 2rem 1rem;
  background: #283D86;
}
#main-navigation-mobile li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#main-navigation-mobile li a {
  padding: 10px 0;
  border-bottom: 0;
  font-weight: bold;
}
#main-navigation-mobile li .children {
  padding-left: 1rem;
}
#main-navigation-mobile li .children li a {
  font-weight: 400;
}
#main-navigation-mobile li .fas {
  color: #ffffff;
}
#main-navigation-mobile .navigation-mobile-inner {
  overflow-y: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
#main-navigation-mobile .navigation-mobile-inner .close-nav {
  flex: 0 0 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.15);
  color: #ffffff;
}
#main-navigation-mobile .navigation-mobile-inner .navigation-mobile-top {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 1rem;
}
#main-navigation-mobile .navigation-mobile-inner .navigation-mobile-top .mobile-logo {
  flex: 0 1 200px;
}
#main-navigation-mobile .navigation-mobile-inner .navigation-mobile-top .mobile-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#main-navigation-mobile .navigation-mobile-inner .navigation-mobile-bottom {
  overflow-y: auto;
}
#main-navigation-mobile .navigation-mobile-inner .navigation-mobile-bottom .navigation-mobile-additional-links .menu li {
  border-bottom: 0;
}
#main-navigation-mobile .navigation-mobile-inner .navigation-mobile-bottom .navigation-mobile-additional-links .menu li a {
  padding: 5px 0;
  font-weight: 400;
}

body.menu-open #main-navigation-mobile {
  display: block;
}
body.menu-open #main-navigation-mobile ul.main-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
body.menu-open #mobile-menu-button:before {
  content: "\f00d";
}

#container {
  position: relative;
}

@media (max-width: 1023.98px) {
  #header-cart .count {
    display: none;
  }
}
@media (min-width: 768px) {
  .top-navigation-bar {
    display: block;
  }
  #main-navigation {
    display: block;
    white-space: nowrap;
    position: relative;
  }
  #main-navigation button.menu-button,
  #main-navigation button.menu-back-button {
    display: none !important;
  }
  #main-navigation ul.menu {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
    text-align: center;
    max-width: 1600px;
    padding-right: 15px;
    padding-left: 15px;
  }
  #main-navigation ul.menu > li.menu-item {
    flex: 1 1 auto;
    display: inline-block;
    position: relative;
    z-index: 1000;
  }
  #main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-left: 0.5em;
  }
  #main-navigation ul.menu > li.menu-item a {
    font-size: 1.4em;
    color: #283D86;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 12px;
    padding-right: 12px;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    font-family: "Mont", apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: 300;
  }
  #main-navigation ul.menu > li.menu-item a:hover, #main-navigation ul.menu > li.menu-item a:focus {
    text-decoration: none;
    color: #FD7820;
  }
  #main-navigation ul.menu > li.menu-item:hover > a, #main-navigation ul.menu > li.menu-item:focus > a {
    color: #283D86;
    color: #FD7820;
  }
  #main-navigation ul.menu > li.menu-item:last-child ul.sub-menu {
    left: auto;
    right: 0;
  }
  #main-navigation ul.menu > li.menu-item:last-child ul.sub-menu li.menu-item ul.sub-menu {
    left: auto;
    right: 99.9%;
  }
  #main-navigation ul.sub-menu {
    background-color: #fff;
    display: none;
    min-width: 120%;
    position: absolute;
    text-align: left;
    top: 99.9%;
    bottom: auto;
    left: 0;
    width: auto;
    z-index: 1000;
  }
  #main-navigation ul.sub-menu li.menu-item {
    display: block;
    margin: 0;
    white-space: nowrap;
  }
  #main-navigation ul.sub-menu li.menu-item a {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    text-align: left;
    font-size: 1em;
    text-transform: none;
    color: #111;
  }
  #main-navigation ul.sub-menu li.menu-item a:hover, #main-navigation ul.sub-menu li.menu-item a:focus {
    text-decoration: underline;
  }
  #main-navigation ul.sub-menu li.menu-item ul.sub-menu {
    left: 99.9%;
    top: 0;
  }
  #main-navigation li:hover > ul {
    display: table;
  }
}
@media (min-width: 1024px) {
  #main-navigation ul.menu li.menu-item a {
    padding-top: 0.675em;
    padding-bottom: 0.675em;
    padding-left: 20px;
    padding-right: 20px;
  }
  #main-navigation ul.sub-menu li.menu-item a {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.mise-handheld-footer-bar {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  z-index: 9999;
  background-color: #283D86;
  color: #fff;
}
.mise-handheld-footer-bar ul {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mise-handheld-footer-bar ul li {
  display: inline-block;
  text-align: center;
  margin-left: 0;
  margin-bottom: 0;
}
.mise-handheld-footer-bar ul li a {
  color: #fff;
  display: block;
  padding: 1em;
  position: relative;
  background-color: #283D86;
  z-index: 2;
}
.mise-handheld-footer-bar ul li .count {
  text-indent: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2;
  box-sizing: content-box;
  font-size: 0.75em;
  position: absolute;
  top: 0.875em;
  left: 50%;
  border-radius: 100%;
  border: 1px solid;
  background-color: #ffffff;
  color: #23282d;
  border-color: #23282d;
}
.mise-handheld-footer-bar ul li .site-search {
  position: absolute;
  bottom: -2em;
  left: 0;
  right: 0;
  transition: all, ease, 0.2s;
  padding: 1em;
  z-index: 1;
  display: block;
  background: shade(#283D86, 10%);
  opacity: 0;
}
.mise-handheld-footer-bar ul li.active .site-search {
  bottom: 100%;
  opacity: 1;
}
.mise-handheld-footer-bar ul.columns-1 li {
  width: 100%;
  display: block;
  float: none;
}
.mise-handheld-footer-bar ul.columns-2 li {
  width: 50%;
}
.mise-handheld-footer-bar ul.columns-3 li {
  width: 33.33333%;
}
.mise-handheld-footer-bar ul.columns-4 li {
  width: 25%;
}
.mise-handheld-footer-bar ul.columns-5 li {
  width: 20%;
}

@media (min-width: 1024px) {
  .mise-handheld-footer-bar {
    display: none;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Links Stylesheet

******************************************************************/
a,
a:visited {
  color: #283D86;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #283D86;
}

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

a.read-more {
  white-space: nowrap;
}

a.sc-btn,
button.sc-btn {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  border-radius: 5px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transition: background-color 0.25s ease-in-out;
}
a.sc-btn:hover, a.sc-btn:focus, a.sc-btn:active, a.sc-btn.active,
button.sc-btn:hover,
button.sc-btn:focus,
button.sc-btn:active,
button.sc-btn.active {
  text-decoration: none;
}
a.sc-btn:disabled, a.sc-btn.disabled, a.sc-btn:disabled[disabled],
button.sc-btn:disabled,
button.sc-btn.disabled,
button.sc-btn:disabled[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}

a.sc-btn--primary,
button.sc-btn--primary {
  background-color: #283D86;
  color: #FFF;
}
a.sc-btn--primary:hover, a.sc-btn--primary:focus, a.sc-btn--primary:active, a.sc-btn--primary.active,
button.sc-btn--primary:hover,
button.sc-btn--primary:focus,
button.sc-btn--primary:active,
button.sc-btn--primary.active {
  background-color: rgb(28.275862069, 43.1206896552, 94.724137931);
  color: #FFF;
}
a.sc-btn--primary:active, a.sc-btn--primary.active,
button.sc-btn--primary:active,
button.sc-btn--primary.active {
  background-color: rgb(16.5517241379, 25.2413793103, 55.4482758621);
}
a.sc-btn--primary:disabled:hover, a.sc-btn--primary:disabled:focus, a.sc-btn--primary:disabled:active, a.sc-btn--primary.disabled:hover, a.sc-btn--primary.disabled:focus, a.sc-btn--primary.disabled:active, a.sc-btn--primary:disabled[disabled]:hover, a.sc-btn--primary:disabled[disabled]:focus, a.sc-btn--primary:disabled[disabled]:active,
button.sc-btn--primary:disabled:hover,
button.sc-btn--primary:disabled:focus,
button.sc-btn--primary:disabled:active,
button.sc-btn--primary.disabled:hover,
button.sc-btn--primary.disabled:focus,
button.sc-btn--primary.disabled:active,
button.sc-btn--primary:disabled[disabled]:hover,
button.sc-btn--primary:disabled[disabled]:focus,
button.sc-btn--primary:disabled[disabled]:active {
  background-color: #283D86;
}

a.sc-btn--secondary,
button.sc-btn--secondary {
  background-color: #FD7820;
  color: #FFF;
}
a.sc-btn--secondary:hover, a.sc-btn--secondary:focus, a.sc-btn--secondary:active, a.sc-btn--secondary.active,
button.sc-btn--secondary:hover,
button.sc-btn--secondary:focus,
button.sc-btn--secondary:active,
button.sc-btn--secondary.active {
  background-color: rgb(231.92, 93.6, 2.08);
  color: #FFF;
}
a.sc-btn--secondary:active, a.sc-btn--secondary.active,
button.sc-btn--secondary:active,
button.sc-btn--secondary.active {
  background-color: rgb(181.3733333333, 73.2, 1.6266666667);
}
a.sc-btn--secondary:disabled:hover, a.sc-btn--secondary:disabled:focus, a.sc-btn--secondary:disabled:active, a.sc-btn--secondary.disabled:hover, a.sc-btn--secondary.disabled:focus, a.sc-btn--secondary.disabled:active, a.sc-btn--secondary:disabled[disabled]:hover, a.sc-btn--secondary:disabled[disabled]:focus, a.sc-btn--secondary:disabled[disabled]:active,
button.sc-btn--secondary:disabled:hover,
button.sc-btn--secondary:disabled:focus,
button.sc-btn--secondary:disabled:active,
button.sc-btn--secondary.disabled:hover,
button.sc-btn--secondary.disabled:focus,
button.sc-btn--secondary.disabled:active,
button.sc-btn--secondary:disabled[disabled]:hover,
button.sc-btn--secondary:disabled[disabled]:focus,
button.sc-btn--secondary:disabled[disabled]:active {
  background-color: #FD7820;
}

a.sc-btn--sm,
button.sc-btn--sm {
  font-size: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

a.sc-btn--lg,
button.sc-btn--lg {
  padding-top: 0.875em;
  padding-bottom: 0.875em;
}

a.sc-btn--narrow,
button.sc-btn--narrow {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}

a.sc-btn--wide,
button.sc-btn--wide {
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 768px) {
  a.sc-btn--wide,
  button.sc-btn--wide {
    padding-left: 3em;
    padding-right: 3em;
  }
}

a.sc-btn--full,
button.sc-btn--full {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}

.mise-prev-product,
.mise-next-product {
  z-index: 99;
}
.mise-prev-product a,
.mise-next-product a {
  display: flex;
  align-items: center;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
}
.mise-prev-product a span,
.mise-next-product a span {
  padding-left: 10px;
  padding-right: 10px;
}

.mise-prev-product {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(calc(-100% + 50px), -50%);
  transition: transform 0.3s ease-in-out;
}
.mise-prev-product:hover {
  transform: translate(0, -50%);
}

.mise-next-product {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(calc(100% - 50px), -50%);
  transition: transform 0.3s ease-in-out;
}
.mise-next-product:hover {
  transform: translate(0, -50%);
}

/******************************************************************
Site Name:
Author:

Stylesheet: Lists Stylesheet

******************************************************************/
ul,
ol {
  margin: 1em 0;
  padding: 0;
}

ul.list-style--none,
ol.list-style--none {
  list-style-type: none;
}
ul.list-style--none li,
ol.list-style--none li {
  margin-left: 0;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ul li > ul,
ul li > ol,
ol li > ol,
ol li > ul {
  margin-top: 5px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
}

li {
  margin-bottom: 0.5em;
  margin-left: 2em;
}

dd {
  color: #787878;
  font-size: 0.9em;
  margin-bottom: 1.5em;
  margin-left: 0;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Media Stylesheet

******************************************************************/
figure {
  margin: 1em 0;
}

img {
  transition: opacity 0.3s ease-in;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail,
img {
  height: auto;
  max-width: 100%;
}

img.alignleft,
.alignleft,
img.alignright,
.alignright,
img.aligncenter,
.aligncenter,
img.alignnone,
.alignnone {
  display: block;
  margin: 15px auto;
}

.single .post-navigation .post__thumbnail {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  border-radius: 7px;
}
.single .post-navigation .post__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 7px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.post__thumbnail {
  position: relative;
  padding-bottom: 56%;
  overflow: hidden;
  border-radius: 5px;
}
.post__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
  img.alignleft,
  .alignleft {
    float: left;
    margin: 5px 20px 15px 0;
  }
  img.alignright,
  .alignright {
    float: right;
    margin: 5px 0 15px 20px;
  }
  img.aligncenter,
  .aligncenter {
    display: block;
    margin: 15px auto;
  }
  img.alignnone,
  .alignnone {
    clear: both;
    margin: 15px 0;
  }
}
.wp-caption {
  max-width: 100%;
}
.wp-caption img {
  margin-bottom: 6px;
  width: 100%;
  vertical-align: top;
}

.wp-caption-text {
  font-size: 0.85em;
  text-align: center;
  font-style: italic;
}

.gallery {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
}
.gallery .gallery-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.gallery .gallery-item .gallery-icon {
  text-align: center;
}
.gallery .gallery-item .gallery-icon a:focus {
  outline: none;
}
.gallery .gallery-item .gallery-icon a img {
  vertical-align: top;
}
.gallery > br {
  display: none;
}

.gallery-caption {
  padding: 6px;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item,
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
  width: 33.333%;
}

@media (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    width: 25%;
  }
  .gallery-columns-5 .gallery-item {
    width: 20%;
  }
}
svg {
  width: 100%;
}

.responsive-svg {
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.responsive-svg svg {
  position: absolute;
  top: 0;
  left: 0;
}

.wp-video {
  margin: 1em 0;
}

.mejs-video {
  height: auto !important;
  padding-top: 57%;
  width: 100% !important;
}
.mejs-video .mejs-inner .mejs-mediaelement video {
  bottom: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100% !important;
}
.mejs-video .mejs-inner .mejs-layers .mejs-poster {
  height: 100% !important;
  width: 100% !important;
}
.mejs-video .mejs-inner .mejs-overlay-play {
  height: 100% !important;
  width: 100% !important;
}

.wp-playlist {
  overflow: hidden;
}
.wp-playlist .wp-playlist-caption {
  display: block;
}
.wp-playlist .wp-playlist-caption .wp-playlist-item-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Tables Stylesheet

******************************************************************/
table {
  border-collapse: collapse;
  margin: 1em 0;
  text-align: left;
  width: 100%;
}
table thead {
  text-align: center;
}
table th,
table td {
  padding: 4px;
}
table th {
  background-color: #EEE;
  border: 1px solid #DDD;
  color: #111;
  font-weight: normal;
  text-align: left;
}
table td {
  border: solid 1px #DDD;
  color: #111;
  vertical-align: top;
}
table tr:nth-child(even),
table tr.even {
  background-color: #FFF;
}
table tr:nth-child(odd),
table tr.odd {
  background-color: #fafafa;
}
@media (min-width: 768px) {
  table th,
  table td {
    padding: 8px;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Forms Stylesheet

******************************************************************/
::-webkit-input-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 400;
}

:-moz-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 400;
}

::-moz-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #999;
  font-style: italic;
  font-weight: 400;
}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}

[placeholder]:focus:-moz-placeholder {
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}

[placeholder]:focus::-moz-placeholder {
  -moz-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}

[placeholder]:focus:-ms-placeholder {
  -ms-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 0;
}

label {
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

textarea,
select,
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search] {
  padding: 6px 8px;
  box-shadow: 0 0 0 transparent;
  transition: box-shadow 0.1s linear;
  border-radius: 4px;
  border: 1px solid #ececec;
  outline: 0;
  transition: all 0.25s ease-in-out;
  width: 100%;
  background: #f6f6f6;
}
textarea:focus, textarea:active,
select:focus,
select:active,
input[type=text]:focus,
input[type=text]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=search]:focus,
input[type=search]:active {
  background: #FFF;
  border-bottom: 1px solid rgb(210.5, 210.5, 210.5);
}

select,
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
input[type=search] {
  vertical-align: middle;
  height: 41px;
  padding: 0 8px;
}

input[type=image] {
  border: none;
  padding: 0;
  width: auto;
}

textarea {
  resize: vertical;
  padding: 8px;
  background: #f6f6f6;
}

select {
  font-size: 1em;
  font-family: inherit;
  padding: 5px !important;
  overflow: hidden;
  letter-spacing: normal;
  border-radius: 5px;
  border: 0;
  outline: 1px ridge #ececec;
  -webkit-appearance: menulist-button;
}
select option {
  padding: 2px 10px !important;
  display: block;
}
select:focus {
  outline: 1px ridge rgb(210.5, 210.5, 210.5);
  -webkit-appearance: menulist-button;
}

input[type=submit],
input[type=button],
button[type=submit] {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 0;
  outline: 0;
  border-radius: 5px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  transition: background-color 0.25s ease-in-out;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit].active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=button].active,
button[type=submit]:hover,
button[type=submit]:focus,
button[type=submit]:active,
button[type=submit].active {
  text-decoration: none;
}
input[type=submit]:disabled, input[type=submit].disabled, input[type=submit]:disabled[disabled],
input[type=button]:disabled,
input[type=button].disabled,
input[type=button]:disabled[disabled],
button[type=submit]:disabled,
button[type=submit].disabled,
button[type=submit]:disabled[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
}
input[type=submit],
input[type=button],
button[type=submit] {
  background-color: #283D86;
  color: #FFF;
}
input[type=submit]:hover, input[type=submit]:focus, input[type=submit]:active, input[type=submit].active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=button].active,
button[type=submit]:hover,
button[type=submit]:focus,
button[type=submit]:active,
button[type=submit].active {
  background-color: rgb(28.275862069, 43.1206896552, 94.724137931);
  color: #FFF;
}
input[type=submit]:active, input[type=submit].active,
input[type=button]:active,
input[type=button].active,
button[type=submit]:active,
button[type=submit].active {
  background-color: rgb(16.5517241379, 25.2413793103, 55.4482758621);
}
input[type=submit]:disabled:hover, input[type=submit]:disabled:focus, input[type=submit]:disabled:active, input[type=submit].disabled:hover, input[type=submit].disabled:focus, input[type=submit].disabled:active, input[type=submit]:disabled[disabled]:hover, input[type=submit]:disabled[disabled]:focus, input[type=submit]:disabled[disabled]:active,
input[type=button]:disabled:hover,
input[type=button]:disabled:focus,
input[type=button]:disabled:active,
input[type=button].disabled:hover,
input[type=button].disabled:focus,
input[type=button].disabled:active,
input[type=button]:disabled[disabled]:hover,
input[type=button]:disabled[disabled]:focus,
input[type=button]:disabled[disabled]:active,
button[type=submit]:disabled:hover,
button[type=submit]:disabled:focus,
button[type=submit]:disabled:active,
button[type=submit].disabled:hover,
button[type=submit].disabled:focus,
button[type=submit].disabled:active,
button[type=submit]:disabled[disabled]:hover,
button[type=submit]:disabled[disabled]:focus,
button[type=submit]:disabled[disabled]:active {
  background-color: #283D86;
}
input[type=submit],
input[type=button],
button[type=submit] {
  padding-top: 0.875em;
  padding-bottom: 0.875em;
  display: inline-block;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 768px) {
  input[type=submit],
  input[type=button],
  button[type=submit] {
    padding-left: 3em;
    padding-right: 3em;
  }
}
input[type=submit],
input[type=button],
button[type=submit] {
  background-image: none;
  border-radius: 0;
  cursor: pointer;
  font-family: "Karla", apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
}
input[type=submit]:focus,
input[type=button]:focus,
button[type=submit]:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.error-404 #searchform {
  margin: 1em 0;
  max-width: 481px;
}

#searchform {
  height: 41px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #ececec;
  outline: 0;
}
#searchform .input-group {
  position: relative;
  display: flex;
  width: 100%;
  background: #f6f6f6;
}
#searchform .dropdown_product_cat {
  max-width: 190px;
  outline: 0;
  border: 0;
  border-left: 1px solid #ececec;
  border-radius: 0;
  -webkit-appearance: none;
  background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHBvbHlnb24gY2xhc3M9ImNscy0yIiBwb2ludHM9IjEuNDEgNC42NyAyLjQ4IDMuMTggMy41NCA0LjY3IDEuNDEgNC42NyIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIzLjU0IDUuMzMgMi40OCA2LjgyIDEuNDEgNS4zMyAzLjU0IDUuMzMiLz48L3N2Zz4=) no-repeat 95% 50%;
}
#searchform #s {
  padding-right: 12%;
  width: 100%;
  outline: 0;
}
#searchform button[type=submit] {
  font-size: 1em;
  height: 41px;
  line-height: 41px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  background: transparent;
  color: #111111;
  display: flex;
  align-items: center;
  justify-content: center;
}
#searchform button[type=submit] svg {
  width: 16px;
  height: auto;
}
#searchform #rlvlive_1 {
  position: absolute;
  top: 40px;
  width: 100%;
}
#searchform .relevanssi-live-search-results {
  left: auto !important;
  top: auto !important;
  width: 100% !important;
}
#searchform .relevanssi-live-search-results a {
  display: flex;
  gap: 1rem;
  white-space: normal;
  line-height: 1.55;
  text-overflow: ellipsis;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0.5rem;
}
#searchform .relevanssi-live-search-results a .product-price {
  color: #111111;
}
#searchform .relevanssi-live-search-results a img {
  width: 40px;
  height: 40px;
}

.post-password-form label {
  display: block;
}
.post-password-form input[type=password] {
  margin-top: 4px;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .post-password-form input[type=password] {
    display: block;
    width: 50%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Bootstrap Grid Stylesheet

Version: 4.1.0

Resources:
	* https://getbootstrap.com/docs/4.1/layout/grid/
	* https://getbootstrap.com/docs/4.1/utilities/flex/

******************************************************************/
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1600px;
  }
}

.container-fluid {
  width: 95%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1800px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: flex-start !important;
  -ms-flex-align: flex-start !important;
  -ms-grid-row-align: flex-start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: flex-end !important;
  -ms-flex-align: flex-end !important;
  -ms-grid-row-align: flex-end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  -ms-grid-row-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  -ms-grid-row-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -webkit-box-pack: flex-start !important;
  -ms-flex-pack: flex-start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -webkit-box-pack: flex-end !important;
  -ms-flex-pack: flex-end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -webkit-box-pack: space-between !important;
  -ms-flex-pack: space-between !important;
  align-content: space-between !important;
}

.align-content-around {
  -webkit-box-pack: space-around !important;
  -ms-flex-pack: space-around !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -webkit-box-pack: stretch !important;
  -ms-flex-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    -ms-grid-row-align: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: flex-end !important;
    -ms-flex-align: flex-end !important;
    -ms-grid-row-align: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -ms-grid-row-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -webkit-box-pack: space-around !important;
    -ms-flex-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    -ms-grid-row-align: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: flex-end !important;
    -ms-flex-align: flex-end !important;
    -ms-grid-row-align: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -ms-grid-row-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -webkit-box-pack: space-around !important;
    -ms-flex-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    -ms-grid-row-align: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: flex-end !important;
    -ms-flex-align: flex-end !important;
    -ms-grid-row-align: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -ms-grid-row-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -webkit-box-pack: space-around !important;
    -ms-flex-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: flex-start !important;
    -ms-flex-align: flex-start !important;
    -ms-grid-row-align: flex-start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: flex-end !important;
    -ms-flex-align: flex-end !important;
    -ms-grid-row-align: flex-end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    -ms-grid-row-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -webkit-box-pack: flex-start !important;
    -ms-flex-pack: flex-start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -webkit-box-pack: flex-end !important;
    -ms-flex-pack: flex-end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -webkit-box-pack: space-between !important;
    -ms-flex-pack: space-between !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -webkit-box-pack: space-around !important;
    -ms-flex-pack: space-around !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -webkit-box-pack: stretch !important;
    -ms-flex-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.d-none {
  display: none !important;
}

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

.d-inline-block {
  display: inline-block !important;
}

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

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

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex;
}

.d-inline-flex {
  display: flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex;
  }
  .d-sm-inline-flex {
    display: flex;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex;
  }
  .d-md-inline-flex {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex;
  }
  .d-lg-inline-flex {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex;
  }
  .d-xl-inline-flex {
    display: flex;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex;
  }
  .d-print-inline-flex {
    display: flex;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Pagination Stylesheet

******************************************************************/
.post-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
  margin: 2em auto;
  max-width: 770px;
}
.post-navigation .previous-post-link,
.post-navigation .next-post-link {
  flex: 0 0 50%;
  text-align: center;
  padding: 0 15px;
}
.post-navigation .previous-post-link a,
.post-navigation .next-post-link a {
  background: #f8f8f8;
  display: block;
}
.post-navigation .previous-post-link h3,
.post-navigation .next-post-link h3 {
  font-size: 1.5em;
  margin: 0;
  padding: 1em 2em;
}
.post-navigation .previous-post-link span,
.post-navigation .next-post-link span {
  display: block;
  font-size: 14px;
  font-family: "Karla", apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
}

.mise-page-navi {
  list-style: none;
  text-align: center;
  margin: 2em -2px 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mise-page-navi:empty {
  display: none;
  margin: 0;
}
.mise-page-navi li {
  display: inline-block;
  margin: 2px;
  min-width: 3em;
}
.mise-page-navi li:empty {
  display: none;
  margin: 0;
}
.mise-page-navi li a,
.mise-page-navi li span {
  display: block;
  padding: 0.675em;
  border: 1px solid #DDD;
  text-align: center;
  border-radius: 5px;
}
.mise-page-navi li a {
  color: #111;
  transition: all 0.25s ease-in-out;
}
.mise-page-navi li a:hover, .mise-page-navi li a:focus {
  color: #283D86;
  text-decoration: none;
}
.mise-page-navi li.kb-current span {
  background-color: #EEE;
}
.mise-page-navi li.kb-prev-link,
.mise-page-navi li.kb-next-link {
  display: none;
}
.mise-page-navi li.kb-prev-link a,
.mise-page-navi li.kb-next-link a {
  color: #FFF;
  background-color: #283D86;
  border-color: #283D86;
}
.mise-page-navi li.kb-prev-link a:hover, .mise-page-navi li.kb-prev-link a:focus,
.mise-page-navi li.kb-next-link a:hover,
.mise-page-navi li.kb-next-link a:focus {
  background-color: rgb(28.275862069, 43.1206896552, 94.724137931);
  border-color: rgb(28.275862069, 43.1206896552, 94.724137931);
}
.mise-page-navi li.kb-first-link a,
.mise-page-navi li.kb-last-link a {
  color: #FFF;
  background-color: #FD7820;
  border-color: #FD7820;
}
.mise-page-navi li.kb-first-link a:hover, .mise-page-navi li.kb-first-link a:focus,
.mise-page-navi li.kb-last-link a:hover,
.mise-page-navi li.kb-last-link a:focus {
  background-color: rgb(231.92, 93.6, 2.08);
  border-color: rgb(231.92, 93.6, 2.08);
}

.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

@media (min-width: 576px) {
  .mise-page-navi li a,
  .mise-page-navi li span {
    padding: 0.5em 1.25em;
  }
  .mise-page-navi li.kb-prev-link,
  .mise-page-navi li.kb-next-link {
    display: inline-block;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Comments Stylesheet

******************************************************************/
#comments {
  margin: 0 auto;
}

.comment-respond {
  zoom: 1;
}
.comment-respond:after, .comment-respond:before {
  content: " ";
  display: table;
}
.comment-respond:after {
  clear: both;
}
.comment-respond {
  background: #f8f8f8;
  padding: 1em;
}
.comment-respond #reply-title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}
.comment-respond #reply-title small {
  font-weight: normal;
}
.comment-respond #reply-title small a {
  color: #999;
}
.comment-respond form ul {
  margin: 0;
}
.comment-respond form ul li {
  list-style: none;
  margin-left: 0;
}
.comment-respond form ul li label,
.comment-respond form ul li small {
  display: none;
}
.comment-respond form input[type=text],
.comment-respond form input[type=email],
.comment-respond form input[type=url],
.comment-respond form textarea {
  width: 100%;
}
.comment-respond form input[type=text]:invalid,
.comment-respond form input[type=email]:invalid,
.comment-respond form input[type=url]:invalid,
.comment-respond form textarea:invalid {
  border-bottom: 2px solid #c0392b;
}
.comment-respond form input[type=text]:invalid:focus,
.comment-respond form input[type=email]:invalid:focus,
.comment-respond form input[type=url]:invalid:focus,
.comment-respond form textarea:invalid:focus {
  border-bottom: 2px solid #c0392b;
}
.comment-respond form input[type=text],
.comment-respond form input[type=email],
.comment-respond form input[type=url] {
  max-width: 400px;
  min-width: 250px;
}
.comment-respond form textarea {
  height: 150px;
}
.comment-respond form label {
  width: 100%;
}
.comment-respond form .required {
  color: #c0392b;
}
.comment-respond form .comment-form-comment label:after {
  content: " *";
  color: #c0392b;
}
.comment-respond form .comment-form-cookies-consent {
  position: relative;
  min-height: 1.8em;
}
.comment-respond form .comment-form-cookies-consent input[type=checkbox] {
  position: absolute;
  top: 0.3em;
}
.comment-respond form .comment-form-cookies-consent label {
  display: inline-block;
  padding-left: 23px;
}
.comment-respond form .form-submit {
  margin-top: 2em;
}
.comment-respond #comment-form-title {
  margin: 0 0 1.1em;
}
.comment-respond .form-allowed-tags {
  margin: 1em 0 1.675em 0;
}
.comment-respond .form-allowed-tags code {
  display: block;
  margin-top: 0.5em;
  overflow: hidden;
}
.comment-respond .nocomments {
  margin: 0 20px 1.1em;
}

.comment-navigation .nav-links {
  zoom: 1;
}
.comment-navigation .nav-links:after, .comment-navigation .nav-links:before {
  content: " ";
  display: table;
}
.comment-navigation .nav-links:after {
  clear: both;
}
.comment-navigation .nav-previous {
  float: left;
}
.comment-navigation .nav-next {
  float: right;
  text-align: right;
}

.comments-title + .comment-navigation {
  margin-bottom: 2em;
}

.commentlist + .comment-navigation {
  margin-top: 1em;
  margin-bottom: 1em;
}

.commentlist {
  margin: 0;
  padding: 0;
}
.commentlist li.comment {
  clear: both;
  list-style-type: none;
  margin-bottom: 1em;
  padding: 1em;
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0;
}
.commentlist li.comment:last-child {
  margin-bottom: 0;
}
.commentlist li.comment .children {
  margin: 0;
}
.commentlist li.comment .children li {
  margin: 0 0 0 1em;
}
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.commentlist .vcard {
  height: auto;
  min-height: 32px;
  position: relative;
}
.commentlist .vcard .fn {
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  margin-left: 50px;
}
.commentlist .vcard time {
  display: block;
  margin-left: 50px;
}
.commentlist .vcard time a {
  font-size: 0.9em;
  font-weight: 300;
}
.commentlist .vcard time .comment-date-link {
  color: #999;
  text-decoration: none;
}
.commentlist .vcard time .comment-date-link:hover {
  text-decoration: underline;
}
.commentlist .vcard .avatar,
.commentlist .vcard .photo {
  border: 1px solid #DDD;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  border-radius: 50%;
}
.commentlist .vcard .comment-edit-link {
  margin-left: 0.5em;
  font-size: 0.875em;
}
.commentlist .alert.info p {
  color: #AF3124;
  font-style: italic;
}
.commentlist .comment-content {
  border: 1px solid #DDD;
  clear: both;
  margin-top: 1em;
  padding: 0.5em 0.5em 0.5em 1.5em;
}
.commentlist .comment-content p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1em 0;
}
.commentlist .comment-content ul li,
.commentlist .comment-content ol li {
  list-style-type: inherit;
  overflow: visible;
}
.commentlist .comment-reply-link {
  color: #283D86;
  float: right;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0.5em 0 1em 0;
  padding: 5px 15px;
  text-decoration: none;
  background: #f8f8f8;
}
.commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
  color: #283D86;
  text-decoration: none;
}
.commentlist .comment-reply-link:after {
  content: "\f3e5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Widgets Stylesheet

******************************************************************/
.widget {
  margin: 0 0 2.2em;
}
.widget .widget-content {
  border: 2px solid #ECECEC;
  border-radius: 5px;
  padding: 15px;
}
.widget .widgettitle {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-size: 1.4em;
  font-weight: 700;
}
.widget ul:not(.woocommerce-mini-cart):not(.product_list_widget):not(.woocommerce-widget-layered-nav-list):not(.widget_layered_nav_filters),
.widget ol {
  list-style: none;
}
.widget ul:not(.woocommerce-mini-cart):not(.product_list_widget):not(.woocommerce-widget-layered-nav-list):not(.widget_layered_nav_filters) li,
.widget ol li {
  margin-left: 0;
  margin-bottom: 0;
}
.widget ul:not(.woocommerce-mini-cart):not(.product_list_widget):not(.woocommerce-widget-layered-nav-list):not(.widget_layered_nav_filters) li a,
.widget ol li a {
  border-bottom: 1px solid #fff;
  padding-left: 10px;
  list-style: none outside none;
  display: block;
  padding-bottom: 1em;
  padding-top: 1em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.widget ul:not(.woocommerce-mini-cart):not(.product_list_widget):not(.woocommerce-widget-layered-nav-list):not(.widget_layered_nav_filters) li a:hover, .widget ul:not(.woocommerce-mini-cart):not(.product_list_widget):not(.woocommerce-widget-layered-nav-list):not(.widget_layered_nav_filters) li a:focus,
.widget ol li a:hover,
.widget ol li a:focus {
  background: #FD7820;
  color: #fff;
}
.widget ul:not(.woocommerce-mini-cart):not(.product_list_widget):not(.woocommerce-widget-layered-nav-list):not(.widget_layered_nav_filters) li:last-child a,
.widget ol li:last-child a {
  border-bottom: 0;
}
.widget ul:not(.woocommerce-mini-cart):not(.product_list_widget):not(.woocommerce-widget-layered-nav-list):not(.widget_layered_nav_filters) li ul,
.widget ul:not(.woocommerce-mini-cart):not(.product_list_widget):not(.woocommerce-widget-layered-nav-list):not(.widget_layered_nav_filters) li ol,
.widget ol li ul,
.widget ol li ol {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
.widget ul:not(.woocommerce-mini-cart):not(.product_list_widget):not(.woocommerce-widget-layered-nav-list):not(.widget_layered_nav_filters) li ul li a,
.widget ul:not(.woocommerce-mini-cart):not(.product_list_widget):not(.woocommerce-widget-layered-nav-list):not(.widget_layered_nav_filters) li ol li a,
.widget ol li ul li a,
.widget ol li ol li a {
  padding-left: 10px;
}
.widget a,
.widget p,
.widget li,
.widget .widgettitle {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}

.widget_product_categories ul {
  margin: 0;
}
.widget_product_categories ul li {
  position: relative;
}
.widget_product_categories span.toggle {
  position: absolute;
  right: 0;
  top: 8px;
  width: 35px;
  height: 35px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.widget_product_categories ul.children {
  background: rgb(28.275862069, 43.1206896552, 94.724137931);
}
.widget_product_categories ul.children ul.children {
  background: rgb(22.4137931034, 34.1810344828, 75.0862068966);
}
.widget_product_categories ul.children ul.children > li a {
  padding-left: 2em !important;
}
.widget_product_categories ul.children ul.children ul.children {
  background: rgb(16.5517241379, 25.2413793103, 55.4482758621);
}
.widget_product_categories ul.children ul.children ul.children > li a {
  padding-left: 3em !important;
}
.widget_product_categories a {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.widget_product_categories a:hover, .widget_product_categories a:focus {
  background: #FD7820;
  color: #fff;
}
.widget_product_categories .widget-content {
  padding: 0;
  background-color: #283D86;
  color: #fff;
}

.widget_pages ul,
.widget_recent_entries ul {
  margin: 0;
}
.widget_pages ul li,
.widget_recent_entries ul li {
  margin-left: 0;
  margin-bottom: 0;
}
.widget_pages ul li a,
.widget_recent_entries ul li a {
  border-bottom: 1px solid #ECECEC !important;
  padding-left: 25px;
  list-style: none outside none;
  display: block;
  padding-bottom: 1em;
  padding-top: 1em;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.widget_pages ul li a:hover, .widget_pages ul li a:focus,
.widget_recent_entries ul li a:hover,
.widget_recent_entries ul li a:focus {
  background: #FD7820;
  color: #fff;
}
.widget_pages ul li:last-child a,
.widget_recent_entries ul li:last-child a {
  border-bottom: 0 !important;
}
.widget_pages .widget-content,
.widget_recent_entries .widget-content {
  padding: 0;
}

.widget_search button[type=submit],
.widget_product_search button[type=submit] {
  margin-top: 0.5em;
  width: 100%;
  background-color: #FD7820;
  border-radius: 5px;
}

#footer-sidebar-1 .widget {
  border-top: 0;
  background-color: transparent;
}
#footer-sidebar-1 .widget_product_categories ul li,
#footer-sidebar-1 .widget_pwb_list_widget ul li,
#footer-sidebar-1 .widget_nav_menu ul li {
  border: 0;
}
#footer-sidebar-1 .widget_product_categories ul li a,
#footer-sidebar-1 .widget_pwb_list_widget ul li a,
#footer-sidebar-1 .widget_nav_menu ul li a {
  color: #111;
  border: 0;
  padding: 0.5em 0;
  transition: all 0.3s ease-in-out;
}
#footer-sidebar-1 .widget_product_categories ul li a:hover, #footer-sidebar-1 .widget_product_categories ul li a:focus,
#footer-sidebar-1 .widget_pwb_list_widget ul li a:hover,
#footer-sidebar-1 .widget_pwb_list_widget ul li a:focus,
#footer-sidebar-1 .widget_nav_menu ul li a:hover,
#footer-sidebar-1 .widget_nav_menu ul li a:focus {
  background: transparent;
  color: #FD7820;
}

.banners-grid .banner-group-wrapper {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .banners-grid .banner-group-wrapper {
    grid-template-columns: 1fr;
  }
}
.banners-grid .banner-group-wrapper .banner {
  position: relative;
  border-radius: 5px;
  min-height: 240px;
  padding: 2rem;
  display: flex;
  align-items: flex-end;
}
.banners-grid .banner-group-wrapper .banner .banner__inner {
  width: 100%;
  position: relative;
  z-index: 3;
}
.banners-grid .banner-group-wrapper .banner .banner__inner h2 {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.banners-grid .banner-group-wrapper .banner .banner__inner p {
  margin-top: 0;
  color: #fff;
  margin-bottom: 0.5rem;
}
.banners-grid .banner-group-wrapper .banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.33);
}
.banners-grid .banner-group-wrapper .banner .banner-background {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.products-carousel .swiper-slide {
  height: auto;
}
.products-carousel .product {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.products-carousel .product > a {
  border: 2px solid #ECECEC;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  height: 100%;
  background-color: #ffffff;
}
.products-carousel .product.last {
  margin-right: 0;
}
.products-carousel .product .count {
  display: none;
  background: transparent;
}
.products-carousel .product .onsale {
  top: 10px;
  left: 10px;
  right: auto;
  margin: 0;
  z-index: 99;
  background: #FD7820;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 15px;
  color: #fff;
}
.products-carousel .product h2 {
  padding: 0;
  font-size: 1em;
  margin: 0.5em 0 0 0;
  display: -webkit-box;
  max-height: 3.55em;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  font-weight: normal;
  font-family: "Karla", apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
  color: #111;
}
.products-carousel .product a {
  text-decoration: none;
  position: relative;
  display: block;
}
.products-carousel .product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  box-shadow: none;
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
.products-carousel .product strong {
  display: block;
}
.products-carousel .product .star-rating {
  font-size: 0.857em;
}
.products-carousel .product .button {
  margin-top: 0.5em;
  padding: 0.5em 1.5em;
  border-radius: 5px;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 4;
  background: #FD7820;
  color: #fff;
}
.products-carousel .product .button.added {
  display: none;
}
.products-carousel .product .button.loading:before {
  display: inline-block;
  font-family: "WooCommerce";
  float: left;
  content: "\e031";
  font-weight: 300;
  margin-right: 1em;
  animation: spin 4s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
.products-carousel .product .added_to_cart {
  margin-top: 0.5em;
  padding: 0.5em 1.5em;
  border-radius: 5px;
  white-space: nowrap;
  text-align: center;
  transition: all 0.3s ease;
  z-index: 4;
  color: #fff;
}
.products-carousel .product .added_to_cart:before {
  display: inline-block;
  font-family: "WooCommerce";
  float: left;
  content: "\e017";
  font-weight: 300;
  margin-right: 1em;
}
.products-carousel .product .price {
  display: block;
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 1.1em;
  color: #111;
}
.products-carousel .product .price del {
  color: inherit;
  opacity: 0.5;
  position: relative;
  text-decoration: none;
  padding: 0 8px;
}
.products-carousel .product .price del:before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  border-color: inherit;
  border-top-width: 1px;
  border-top-style: solid;
  content: "";
  transform: rotate(-20deg);
}
.products-carousel .product .price ins {
  background: none;
  text-decoration: none;
}
.products-carousel .product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0;
  text-transform: uppercase;
  color: #111;
}
.products-carousel .product:hover, .products-carousel .product:focus {
  border-color: #FD7820;
}
.products-carousel .product:hover .button, .products-carousel .product:focus .button {
  background: shade(#FD7820, 10%);
}

.carousel-controls {
  position: relative;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.carousel-controls .swiper-button-next, .carousel-controls .swiper-button-prev, .carousel-controls .swiper-pagination {
  position: relative;
}
.carousel-controls .swiper-pagination {
  bottom: auto !important;
}
.carousel-controls .swiper-pagination .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #ffffff;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.carousel-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffffff;
}
.carousel-controls .swiper-button-next, .carousel-controls .swiper-button-prev {
  flex: 1 0 40px;
  top: auto;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  margin: 0;
  transform: none;
  left: auto;
  right: auto;
}
.carousel-controls .swiper-button-next:after, .carousel-controls .swiper-button-prev:after {
  font-size: 14px;
  color: #fff;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sticky Footer Stylesheet

You must add sticky-footer to the body class in header.php.

******************************************************************/
html,
body.sticky-footer {
  height: 100%;
  margin: 0;
}

body.sticky-footer {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: visible;
}
body.sticky-footer #container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.sticky-footer .banner-wrap {
  flex-shrink: 0;
}
body.sticky-footer #content {
  flex: 1 0 auto;
}

/******************************************************************
Site Name:
Author:

Stylesheet: SelectWoo Stylesheet

* Modified to remove gradients, drop shadows, and better integration with theme
* Includes only the default theme

Version: 2.1

https://github.com/woocommerce/selectWoo

Select2 gives you a customizable select box with support for searching, tagging, remote data sets, infinite scrolling, and many other highly used options.

******************************************************************/
.select2-container {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 100%;
}

.select2-container,
.select2-selection--single,
.select2-selection--multiple,
.select2-search__field,
.select2-dropdown,
.select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
}

.select2-container .select2-selection--single {
  cursor: pointer;
  display: block;
  height: 41px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  cursor: pointer;
  display: block;
  min-height: 41px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
  background-color: #FFF;
  border: 1px solid rgb(210.5, 210.5, 210.5);
  outline: 0;
}

.select2-container--open.select2-container--below .select2-selection {
  border-bottom: 0;
}

.select2-container--open.select2-container--above .select2-selection {
  border-top: 0;
}

.select2-dropdown {
  background-color: #FFF;
  border: 1px solid rgb(210.5, 210.5, 210.5);
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
  outline: 0;
}

.select2-results__option {
  padding: 6px;
  margin: 0;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[data-selected] {
  cursor: pointer;
  outline: none;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-selection--single {
  background-color: #fff;
  border: 1px solid #ececec;
}

.select2-selection--single .select2-selection__rendered {
  color: #111;
  line-height: 41px;
}

.select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-selection--single .select2-selection__placeholder {
  color: #666;
}

.select2-selection--single .select2-selection__arrow {
  height: 41px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-selection--single .select2-selection__arrow b {
  border-color: #666 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #666 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ececec;
  cursor: text;
}

.select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-selection--multiple .select2-selection__placeholder {
  color: #666;
  margin-top: 5px;
  float: left;
}

.select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #666;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__placeholder,
.select2-container[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--focus .select2-selection--multiple {
  border: 1px solid #FFF;
  outline: 0;
}

.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #ececec;
  height: 32px;
}

.select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-results__option:empty {
  display: none;
}

.select2-results__option[role=group] {
  padding: 0;
}

.select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-results__option[data-selected=true] {
  background-color: #111;
  color: #FFF;
}

.select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #111;
  color: white;
}

.select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Magnific Popup Stylesheet - v1.1.0

******************************************************************/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-content figure {
  margin: 0;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  cursor: auto;
  width: 100%;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/******************************************************************

Stylesheet: Base Mobile.
Breakpoint: 0px - 575px.

******************************************************************/
/*************************
 * GENERAL
 ************************/
html {
  height: 100%;
  overflow-x: hidden;
}

body {
  height: auto;
  overflow-x: hidden;
}
body #container {
  height: 100%;
  position: relative;
  transition: all 0.25s ease-in-out;
}

/*************************
 * HEADER
 ************************/
.role-pending-notice {
  text-align: center;
  background: crimson;
  color: white;
}

#masthead {
  background: #fff;
  box-shadow: 0 3px 26px rgba(96, 96, 96, 0.17);
}

#inner-header {
  padding-top: 1em;
  padding-bottom: 1em;
}

#logo {
  flex-wrap: nowrap;
}
#logo .h1 {
  margin: 0;
  font-size: 1.75em;
}
#logo .custom-logo {
  width: 250px;
  display: block;
}
#logo a {
  text-decoration: none;
}

.mobile-nav-top {
  margin-bottom: 1rem;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}
.nav-links .nav-link {
  flex: 0 0 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.nav-links .nav-link a {
  display: block;
}
.nav-links .nav-link a svg, .nav-links .nav-link a img {
  display: block;
}

.banner-wrap {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  position: relative;
  height: 250px;
  overflow: hidden;
  background-color: #ccc;
}
.banner-wrap #banner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.banner-wrap #banner img {
  display: block;
  line-height: 0;
  z-index: 2;
  position: absolute;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.banner-wrap .banner__container {
  padding: 3rem 1.5rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 640px;
  position: absolute;
  text-align: center;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.banner-wrap .banner__container .banner__title {
  color: #fff;
}

/*************************
 * POSTS & CONTENT
 ************************/
.highlight {
  background: grey;
  min-height: 350px;
  position: relative;
  margin-bottom: 2em;
  border-radius: 5px;
}
.highlight .highlight-content {
  padding: 3em 2em;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.highlight .highlight-content h2 {
  color: #fff;
  margin: 0 0 1em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 768px) {
  .highlight .highlight-content h2 {
    font-size: 1.45em;
  }
}

#inner-content {
  padding-top: 2em;
  padding-bottom: 2em;
}
#inner-content .page-title,
#inner-content .single-title {
  margin-top: 0;
}
#inner-content .entry-meta {
  margin: 0;
  font-size: 14px;
  color: #575757;
  list-style: none;
}
#inner-content .entry-meta a {
  color: #575757;
}
#inner-content .entry-meta span {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 0 0;
}
#inner-content .entry-meta span:not(:last-child):after {
  content: "·";
  margin-left: 13px;
  color: #575757;
  font-weight: 500;
}
#inner-content .entry-meta span.author img {
  display: block;
  border-radius: 15px;
}
#inner-content .tags .tags-title {
  color: #575757;
}

.blog #inner-content .page-header,
.archive #inner-content .page-header,
.search #inner-content .page-header {
  margin-bottom: 1em;
}
.blog #inner-content article,
.archive #inner-content article,
.search #inner-content article {
  padding-top: 1em;
  padding-bottom: 1em;
}
.blog #inner-content article .entry-header,
.archive #inner-content article .entry-header,
.search #inner-content article .entry-header {
  margin-top: 1em;
  margin-bottom: 1em;
}
.blog #inner-content article .entry-title,
.archive #inner-content article .entry-title,
.search #inner-content article .entry-title {
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  font-size: 1.25rem;
}

.single #inner-content .entry-header .entry-title {
  margin-bottom: 0;
}
.single #inner-content .post__thumbnail {
  border-radius: 5px;
  margin: 2rem 0;
}
.single #inner-content .cats {
  margin: 1em auto;
}
.single #inner-content .cats a {
  background: #fafafa;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 5px;
}
.single #inner-content .tags {
  margin: 1em auto;
}
.single #inner-content .tags a {
  background: #fafafa;
  padding: 3px 5px;
  border-radius: 3px;
  margin-right: 5px;
}

/*************************
 * SIDEBARS & ASIDES
 ************************/
.sidebar {
  margin-top: 2em;
}

.side-position {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  position: fixed;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .side-position {
    display: none;
  }
}
.side-position .side-form {
  top: 0;
  right: 0;
  display: flex;
  flex-direction: row;
  pointer-events: none;
  align-items: flex-start;
  justify-content: flex-start;
  transform: translateX(300px);
  transition: transform 0.25s ease-in-out;
}
.side-position .side-form .side-form-button {
  border: 0;
  width: auto;
  height: 50px;
  display: flex;
  cursor: pointer;
  padding: 0 15px;
  align-items: center;
  flex-direction: row;
  pointer-events: auto;
  justify-content: center;
  background-color: #283D86;
  transform-origin: bottom right;
  transform: rotate(-90deg) translateX(-100%) translateY(1px);
  white-space: nowrap;
  color: #fff;
  text-transform: uppercase;
}
.side-position .side-form .side-form-button:hover, .side-position .side-form .side-form-button:focus {
  color: #fff;
}
.side-position .side-form .side-form-content {
  width: 300px;
  padding: 20px;
  overflow-y: auto;
  position: relative;
  text-align: left;
  pointer-events: auto;
  color: #fff;
  max-height: calc(100vh - 175px);
  --link: rgb(0,0,0);
  --titlecolor: rgb(0,0,0);
  --linkvisited: rgb(0,0,0);
  background-color: #283D86;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.1);
}
.side-position .side-form .side-form-content h3 {
  color: #fff;
  margin: 0;
}
.side-position .side-form .side-form-content p {
  margin-bottom: 0;
}
.side-position .side-form .side-form-content input[type=submit] {
  background-color: #FD7820;
}

/*************************
 * FOOTER
 ************************/
#colophon {
  clear: both;
  background: #f8f8f8;
}
#colophon .copyright {
  margin-bottom: 0;
  text-align: center;
}

#inner-footer {
  padding-top: 2em;
  padding-bottom: 2em;
}

ul.footer-menu {
  margin: 0 1px;
  padding: 0;
  text-align: center;
}
ul.footer-menu li {
  display: inline-block;
  margin: 0 -1px;
  padding: 0;
}
ul.footer-menu li a {
  border-left: 1px solid #575757;
  color: #575757;
  display: block;
  line-height: 1;
  padding: 0 0.675em;
}
ul.footer-menu li:first-child a {
  padding-left: 0;
  border-left: 0;
}
ul.footer-menu li:last-child a {
  padding-right: 0;
}
ul.footer-menu ul.sub-menu {
  display: none;
}

#back-top {
  margin: 0;
  bottom: 25px;
  right: 30px;
  position: fixed;
  z-index: 9999;
}
#back-top a {
  background-color: rgba(0, 0, 0, 0.55);
  color: #FFF;
  display: block;
  font-size: 1.675em;
  height: 1.675em;
  text-align: center;
  text-decoration: none;
  width: 1.675em;
  border-radius: 500px;
  transition: background-color 0.5s ease-in-out;
}
#back-top a:hover, #back-top a:focus {
  background-color: #000;
}
#back-top .fas {
  line-height: 1.675em;
}

.noticebar {
  background: #283D86;
  color: #fff;
  padding: 0.5rem 0;
}
@media (min-width: 1024px) {
  .noticebar {
    display: none;
  }
}
.noticebar a {
  color: #fff;
}
.noticebar a:visited {
  color: #fff;
}

.term-description {
  padding: 0 0 1em 0;
}
.term-description.category-description {
  margin-bottom: 2em;
}
.term-description.category-description .category-description__inner {
  max-height: 5.5em;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}
.term-description.category-description .category-description__inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  left: 0;
  bottom: 0;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
}
.term-description.category-description .category-description__inner.is-open {
  max-height: none;
}
.term-description.category-description .category-description__inner.is-open:after {
  display: none;
}
.term-description.category-description .category-description__toggle {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.875em;
  text-decoration: none;
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-weight: bold;
  background: transparent;
  border: 0;
  margin-top: 1rem;
}
.term-description.category-description .category-description__toggle svg {
  width: 12px;
  margin-left: 0.5rem;
}
.term-description.category-description .category-description__toggle:hover {
  opacity: 0.75;
}

.brands-title {
  font-size: 1.1rem;
}

.category-brands {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5em;
}
.category-brands__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  transition: border-color 0.2s, box-shadow 0.2s;
  background-color: #fafafa;
  margin-left: -1px;
  color: #111;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
}
.category-brands__item img {
  display: block;
  max-height: 48px;
  width: auto;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.category-brands__item:hover {
  position: relative;
  z-index: 2;
  border-color: rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.category-brands__name {
  font-size: 0.85em;
  font-weight: 600;
  padding: 0.25em 0.5em;
}

.product-tags {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  z-index: 3;
  top: 10px;
  left: 10;
  width: calc(100% - 10px);
}

.product-tag, .woocommerce-page span.onsale {
  background: var(--wp--preset--color--tertiary);
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 15px;
  color: #fff;
}

.woocommerce-page span.onsale {
  background: #FD7820;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 15px;
  color: #fff;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce-active ul.products li.product .onsale {
  top: auto;
  left: auto;
  position: relative;
}

@media only screen and (min-width: 576px) {
  /******************************************************************

  Stylesheet: Small Mobile Device
  Breakpoint: 576px - 767px.

  ******************************************************************/
  /*************************
   * GENERAL
   ************************/
  /*************************
   * HEADER
   ************************/
  /*************************
   * POSTS & CONTENT
   ************************/
  /*************************
   * SIDEBARS & ASIDES
   ************************/
  /*************************
   * FOOTER
   ************************/
}
@media only screen and (min-width: 768px) {
  /******************************************************************

  Stylesheet: Tablet
  Breakpoint: 768px - 991px.

  ******************************************************************/
  /*************************
   * GENERAL
   ************************/
  /*************************
   * HEADER
   ************************/
  /*************************
   * POSTS & CONTENT
   ************************/
  .has-left-sidebar #main {
    padding-left: 45px;
  }
  .has-right-sidebar #main {
    padding-right: 45px;
  }
  /*************************
   * SIDEBARS & ASIDES
   ************************/
  .has-left-sidebar .sidebar,
  .has-right-sidebar .sidebar,
  .has-both-sidebars .sidebar {
    margin-top: 0em;
  }
  .has-left-sidebar .alignfull,
  .has-right-sidebar .alignfull,
  .has-both-sidebars .alignfull {
    margin: 0;
    width: auto;
  }
  /*************************
   * FOOTER
   ************************/
}
@media only screen and (min-width: 1024px) {
  /******************************************************************

  Stylesheet: Desktop
  Breakpoint: 992px - 1199px.

  ******************************************************************/
  /*************************
   * GENERAL
   ************************/
  /*************************
   * HEADER
   ************************/
  /*************************
   * POSTS & CONTENT
   ************************/
  #inner-content .entry-meta span:not(:last-child):after {
    content: "·";
    margin-left: 13px;
    color: #575757;
    font-weight: 500;
  }
  /*************************
   * SIDEBARS & ASIDES
   ************************/
  .has-both-sidebars .sidebar {
    margin-top: 0;
  }
  /*************************
   * FOOTER
   ************************/
}
@media only screen and (min-width: 1200px) {
  /******************************************************************

  Stylesheet: Large Desktop
  Breakpoint: 1200px - .

  ******************************************************************/
  /*************************
   * GENERAL
   ************************/
  /*************************
   * HEADER
   ************************/
  /*************************
   * POSTS & CONTENT
   ************************/
  /*************************
   * SIDEBARS & ASIDES
   ************************/
  /*************************
   * FOOTER
   ************************/
}
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There are probably not a lot of reasons
  to edit this stylesheet. If you want to though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after,
  a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */