@charset "UTF-8";
/*!
Theme Name: HHS
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hhs
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/webfonts/fa-regular-400.eot");
  src: url("/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("/webfonts/fa-regular-400.woff2") format("woff2"),
    url("/webfonts/fa-regular-400.woff") format("woff"),
    url("/webfonts/fa-regular-400.ttf") format("truetype"),
    url("/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

@media (min-width: 1px) {
  .columns-1 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-1 .column {
    width: 100%;
  }
}

@media (min-width: 1px) {
  .columns-2 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-2 .column {
    width: 50%;
  }
}

@media (min-width: 1px) {
  .columns-3 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-3 .column {
    width: 33.3333333333%;
  }
}

@media (min-width: 1px) {
  .columns-4 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-4 .column {
    width: 25%;
  }
}

@media (min-width: 1px) {
  .columns-5 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-5 .column {
    width: 20%;
  }
}

@media (min-width: 1px) {
  .columns-6 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-6 .column {
    width: 16.6666666667%;
  }
}

@media (min-width: 1px) {
  .columns-7 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-7 .column {
    width: 14.2857142857%;
  }
}

@media (min-width: 1px) {
  .columns-8 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-8 .column {
    width: 12.5%;
  }
}

@media (min-width: 1px) {
  .columns-9 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-9 .column {
    width: 11.1111111111%;
  }
}

@media (min-width: 1px) {
  .columns-10 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-10 .column {
    width: 10%;
  }
}

@media (min-width: 1px) {
  .columns-11 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-11 .column {
    width: 9.0909090909%;
  }
}

@media (min-width: 1px) {
  .columns-12 .column {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .columns-12 .column {
    width: 8.3333333333%;
  }
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 1024px) {
  .columns.columns-1-3 .column:first-of-type {
    width: 33.3333333333%;
  }
  .columns.columns-1-3 .column:last-of-type {
    width: 66.6666666667%;
  }
}
@media (min-width: 1024px) {
  .columns.columns-3-1 .column:first-of-type {
    width: 66.6666666667%;
  }
  .columns.columns-3-1 .column:last-of-type {
    width: 33.3333333333%;
  }
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Alata", sans-serif;
  margin: 0;
  line-height: 1;
}

.main-content h1 {
  margin: 30px 0;
}
.main-content h2 {
  margin: 15px 0;
}
.main-content h3 {
  margin: 10px 0;
}
.main-content h4 {
  margin: 7.5px 0;
}
.main-content h5 {
  margin: 6px 0;
}
.main-content h6 {
  margin: 5px 0;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  white-space: pre-wrap;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

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

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

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

body {
  word-wrap: break-word;
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(70, 69, 126, 0.3);
  background-color: #F5F5F5;
}
body::-webkit-scrollbar {
  width: 17px;
  background-color: #F5F5F5;
}
body::-webkit-scrollbar-thumb {
  background-color: #46457e;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #037CC2;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-transition: background-color 250ms ease-in-out 0s;
  -o-transition: background-color 250ms ease-in-out 0s;
  transition: background-color 250ms ease-in-out 0s;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: #ffb700;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  background-color: #ffb700;
}

input[type=reset] {
  background: #ff3100;
}
input[type=reset]:hover {
  background-color: #ff8700;
}

/**
 * Turns anchor links to buttons
 */
.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 11px 20px;
  display: inline-block;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.btn-qty {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 2px 4px 2px 4px;
  display: inline-block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.btn-buy {
	width: 200px;
}
  /* Recommended to use this wrapper when using the .btn class */
.btn-wrapper {
  display: inline-block;
}
.btn-primary {
  color: white;
  -webkit-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  -o-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  background-color: #037CC2;
}
.btn-primary:visited {
  color: white;
}
.btn-primary:hover {
  color: white;
}
.btn-primary:hover {
  background-color: #ffb700;
}
.btn-primary-dis {
  color: black;
  -webkit-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  -o-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  background-color: #ccc;
}
.btn-primary-dis:visited {
  color: black;
}
.btn-primary-dis:hover {
  color: black;
}
.btn-primary-dis:hover {
  background-color: #ccc;
}
.btn-secondary {
  color: white;
  -webkit-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  -o-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  background-color: #ff8700;
}
.btn-secondary:visited {
  color: white;
}
.btn-secondary:hover {
  color: white;
}
.btn-secondary:hover {
  background-color: #ffb700;
}
.btn-outline {
  border: 1px solid #037CC2;
  background-color: transparent;
  color: #037CC2;
  -webkit-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  -o-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
}
.btn-outline:visited {
  color: #037CC2;
}
.btn-outline:hover {
  color: white;
}
.btn-outline:hover {
  color: white;
  background-color: #037CC2;
}
.btn-reset {
  color: white;
  -webkit-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  -o-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  background-color: #ff3100;
}
.btn-reset:visited {
  color: white;
}
.btn-reset:hover {
  color: white;
}
.btn-reset:hover {
  background-color: #ff8700;
}
.btn.square-btn {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.price input[type=text],
.price input[type=text]:focus,
.price input[type=number],
.price input[type=number]:focus {
  max-width: 80%;
  text-align: right;
  font-weight: bold;
  color: #037CC2;
  border: 1px solid #037CC2;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 1px;
}

.price3 input[type=text],
.price3 input[type=text]:focus,
.price3 input[type=number],
.price3 input[type=number]:focus {
  max-width: 100%;
  text-align: right;
  font-weight: bold;
  color: #037CC2;
  border: 1px solid #037CC2;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 1px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=file],
textarea {
  color: #000;
  border: 1px solid #037CC2;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
input[type=file]:focus,
textarea:focus {
  color: #111;
}

.input-select {
  color: #037CC2;
  border: 1px solid #037CC2;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 1px;
}

select {
  cursor: pointer;
}
select.select {
  /**
   * To avoid targeting the <select> tag,
   * add .select class to <select> elements
   */
  padding: 5px 5px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  border: 0;
  border: 1px solid #037CC2;
  -webkit-border-radius: 5;
          border-radius: 5;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 5px 5px;
}
select.select::-ms-expand {
  display: none;
}
select.select:hover {
  border-color: #037CC2;
}
select.select:focus {
  color: #222;
  outline: none;
}
select.select option {
  font-weight: normal;
}

textarea {
  width: 100%;
}

datalist {
  background-color: #037CC2;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type=checkbox],
input[type=radio] {
    --active: #037CC2;
    --active-inner: #fff;
    --focus: 2px rgba( #037CC2, 0.3 );
    --border: #BBC1E1;
    --border-hover: #037CC2;
    --background: #fff;
    --disabled: #ddd;
    --disabled-inner: #ddd;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 21px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid #037CC2;
    background: var(--b, var(--background));
    -webkit-transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, -webkit-box-shadow 0.2s;
    -o-transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  input[type=checkbox]:after,
input[type=radio]:after {
    content: "";
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
    -o-transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
  }
  input[type=checkbox]:checked,
input[type=radio]:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
  }
  input[type=checkbox]:disabled,
input[type=radio]:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type=checkbox]:disabled:checked,
input[type=radio]:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
    cursor: not-allowed;
  }
  input[type=checkbox]:hover:not(:checked):not(:disabled),
input[type=radio]:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type=checkbox]:focus,
input[type=radio]:focus {
    -webkit-box-shadow: 0 0 0 var(--focus);
            box-shadow: 0 0 0 var(--focus);
  }
  input[type=checkbox]:not(.switch),
input[type=radio]:not(.switch) {
    width: 21px;
  }
  input[type=checkbox]:not(.switch):after,
input[type=radio]:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type=checkbox]:not(.switch):checked,
input[type=radio]:not(.switch):checked {
    --o: 1;
  }
  input[type=checkbox] + label,
input[type=radio] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }

  input[type=checkbox]:not(.switch) {
    -webkit-border-radius: 7px;
            border-radius: 7px;
  }
  input[type=checkbox]:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    -webkit-transform: rotate(var(--r, 20deg));
        -ms-transform: rotate(var(--r, 20deg));
            transform: rotate(var(--r, 20deg));
  }
  input[type=checkbox]:not(.switch):checked {
    --r: 43deg;
  }
  input[type=checkbox].switch {
    width: 38px;
    -webkit-border-radius: 11px;
            border-radius: 11px;
  }
  input[type=checkbox].switch:after {
    left: 2px;
    top: 2px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    -webkit-transform: translateX(var(--x, 0));
        -ms-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
  }
  input[type=checkbox].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type=checkbox].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }

  input[type=radio] {
    -webkit-border-radius: 50%;
            border-radius: 50%;
  }
  input[type=radio]:after {
    width: 19px;
    height: 19px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    -webkit-transform: scale(var(--s, 0.7));
        -ms-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
  }
  input[type=radio]:checked {
    --s: .5;
  }
}
.input-wrapper {
  position: relative;
  padding: 10px 0;
}
.input-wrapper label {
  opacity: 0;
  position: absolute;
  top: -10px;
  left: 0;
  font-weight: 700;
  -webkit-transition: opacity 250ms ease-in-out 0s;
  -o-transition: opacity 250ms ease-in-out 0s;
  transition: opacity 250ms ease-in-out 0s;
}
.input-wrapper input:focus + label, .input-wrapper input:active + label {
  opacity: 1;
}

.datalist label {
  display: block;
  margin-bottom: 8px;
}

/**
 * Add this class to [ type="number" ] fields to remove spinners
 * e.g.
 *      <input
 * #### class="no-spinners" ####
 *      type="number"
 *      id="number"
 *      placeholder="Number no spinners">
 */
.no-spinners::-webkit-inner-spin-button, .no-spinners::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.login-register-forms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.login-register-forms h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.login-register-forms input {
    width: 100%;
}
.login-register-forms select {
    width: 100%;
}
.login-register-forms input[type=submit] {
  width: auto;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .login-register-forms .section-login, .login-register-forms .section-register {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .login-register-forms .section-login, .login-register-forms .section-register {
    width: 32%;
    padding: 10px 0;
  }
}
@media (min-width: 1px) and (max-width: 1023px) {
  .login-register-forms .section-register {
    margin-top: 10px;
  }
}
@media (min-width: 1px) and (max-width: 1023px) {
  .section-recaptcha {
    width: 75%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .section-recaptcha {
    width: 32%;
    padding: 10px 0;
  }
}
@media (min-width: 1px) and (max-width: 1023px) {
  .section-recaptcha {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  .login-register-forms .sep {
    display: block;
    width: 1px;
    background-color: #ccc;
  }
}
.login-register-forms .lost-password {
  margin-top: 20px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #037CC2;
  text-decoration: none;
  -webkit-transition: color 250ms ease-in-out 0s;
  -o-transition: color 250ms ease-in-out 0s;
  transition: color 250ms ease-in-out 0s;
}
a:visited {
  color: #037CC2;
}
a:hover, a:focus, a:active {
  color: #ffb700;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.navigation-wrapper {
  position: relative;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .navigation-wrapper {
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 90%;
    max-width: 300px;
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px);
    -webkit-transition: -webkit-transform 250ms ease-in-out 0s;
    transition: -webkit-transform 250ms ease-in-out 0s;
    -o-transition: transform 250ms ease-in-out 0s;
    transition: transform 250ms ease-in-out 0s;
    transition: transform 250ms ease-in-out 0s, -webkit-transform 250ms ease-in-out 0s;
    background-color: white;
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    padding: 100px 20px 20%;
    z-index: 1;
  }
}
@media (min-width: 1024px) {
  .navigation-wrapper {
    margin-top: 10px;
    -webkit-box-shadow: 0 4px 3px 1px rgba(1, 149, 214, 0.05);
            box-shadow: 0 4px 3px 1px rgba(1, 149, 214, 0.05);
  }
}
.navigation-wrapper:after {
  content: "";
  background-image: url("/assets/images/ocean-wave.png");
  background-repeat: repeat-x;
  background-size: 116px 50px;
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -60px;
  opacity: 0.75;
  display: none;
}

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

.main-navigation {
  max-width: 1200px;
}
@media (min-width: 1024px) and (max-width: 1240px) {
  .main-navigation {
    padding: 0 20px;
  }
}
@media (min-width: 1024px) {
  .main-navigation {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-navigation .menu-icon {
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 12px;
  top: 50%;
  margin-top: -15px;
}
.main-navigation > ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(1, 149, 214, 0.3);
  background-color: #F5F5F5;
}
.main-navigation > ul::-webkit-scrollbar {
  width: 3px;
  background-color: #F5F5F5;
}
.main-navigation > ul::-webkit-scrollbar-thumb {
  background-color: #037CC2;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .main-navigation > ul {
    margin-top: 8px;
    padding-left: 3px;
    max-height: 400px;
    overflow-y: scroll;
  }
}
@media (min-width: 1024px) {
  .main-navigation > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-navigation li a {
  display: block;
  padding: 12px;
  background-color: transparent;
  color: #037CC2;
  -webkit-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  -o-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
}
.main-navigation li a:visited {
  color: #037CC2;
}
.main-navigation li a:hover {
  color: #ffb700;
}
.main-navigation li a:hover {
  background-color: #fcfcfc;
}
@media (min-width: 1px) {
  .main-navigation li {
    position: relative;
  }
}
@media (min-width: 1024px) {
  .main-navigation li {
    width: 100%;
    text-align: center;
    display: inline-block;
  }
  .main-navigation li:before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -1px;
    height: 16px;
    border-right: 1px solid #eee;
  }
  .main-navigation li:last-of-type:before {
    border-right: 0;
  }
}
.main-navigation li.menu-item-has-children {
  position: relative;
}
.main-navigation li.menu-item-has-children > a {
  position: relative;
}
@media (min-width: 1024px) {
  .main-navigation li.menu-item-has-children > a:after {
    font-style: normal;
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    position: absolute;
    top: 8px;
    margin-left: 10px;  }
}
@media (min-width: 1024px) {
  .main-navigation li ul {
    position: absolute;
    -webkit-transform: rotateY(60deg);
            transform: rotateY(60deg);
    visibility: hidden;
    opacity: 0;
    display: block;
    left: 0;
    top: 0;
    width: 250px;
    padding-top: 20px;
    margin-top: 48px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(6px);
            backdrop-filter: blur(6px);
    -webkit-transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    transition: all 250ms ease-in-out 0s;
  }
}
.main-navigation li ul a {
  text-align: left;
  margin-left: 50px;
}
.main-navigation li:hover > ul {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .main-navigation li .sub-menu {
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .main-navigation-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 2;
  }
}
.main-navigation-wrap.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
}
.main-navigation-wrap.fixed-top .navigation-wrapper {
  margin-top: 0;
}
.main-navigation-wrap input[type=checkbox]:checked ~ .navigation-wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.main-navigation-wrap .underlay {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: left 250ms ease-in-out 0s;
  -o-transition: left 250ms ease-in-out 0s;
  transition: left 250ms ease-in-out 0s;
}
.main-navigation-wrap input[type=checkbox]:checked ~ .underlay {
  left: 0;
}
.main-navigation-wrap input[type=checkbox] {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
.main-navigation-wrap .sidebarIconToggle {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: fixed;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 22px;
  right: 15px;
  height: 22px;
  width: 22px;
  padding: 13px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (min-width: 1024px) {
  .main-navigation-wrap .sidebarIconToggle {
    display: none;
  }
}
.main-navigation-wrap .spinner {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #037CC2;
}
.main-navigation-wrap .horizontal {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.main-navigation-wrap .diagonal.part-1 {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}
.main-navigation-wrap .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  float: left;
  margin-top: 3px;
}
.main-navigation-wrap input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.main-navigation-wrap input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-top: 8px;
}
.main-navigation-wrap input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-top: -9px;
}

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

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

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

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

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.clear:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 50px;
  /* Make sure select elements fit in widgets. */
}
.widget:first-of-type {
  margin-top: 0;
}
.widget:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  .widget:first-of-type {
    margin-left: 0;
  }
  .widget:last-of-type {
    margin-right: 0;
  }
}
.widget select {
  max-width: 100%;
}
@media (min-width: 500px) and (max-width: 767px) {
  .widget:nth-child(2n+0) {
    margin-left: 10%;
  }
}
@media (min-width: 1px) and (max-width: 499px) {
  .widget {
    width: 100%;
    max-width: 300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .widget {
    width: 45%;
  }
}
@media (min-width: 768px) {
  .widget {
    max-width: 250px;
    margin-right: 10%;
  }
  .widget:first-of-type {
    margin-left: 0;
  }
  .widget:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1440px) {
  .widget {
    max-width: 270px;
  }
}
.widget-title {
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    background-color: white;
}

@media (min-width: 1px) and (max-width: 1023px) {
  .banner {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    border-bottom: 1px solid #eee;
    padding: 5px;
  }
}
@media (min-width: 1024px) {
  .banner {
    padding: 10px 0 0;
  }
}
@media (min-width: 1px) {
  .banner .site-logo img {
    width: 200px;
  }
}
@media (min-width: 1024px) {
  .banner .site-logo img {
    width: 256px;
  }
}
@media (min-width: 1px) and (max-width: 1023px) {
  .banner .header-account-user {
    display: none;
  }
}
.banner .header-account-user .shopping-cart {
  float: left;
  position: relative;
}
.banner .header-account-user .user-navigation {
  float: right;
}

.header-account-user-mobile {
  border-bottom: 1px solid #037CC2;
  padding-bottom: 20px;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .header-account-user-mobile {
    display: none;
  }
}

.user-navigation {
  float: right;
  margin-top: 8px;
}
.user-navigation.mobile {
  margin: 0;
}
.user-navigation.mobile a {
  display: inline-block;
}
.user-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.user-navigation ul .sub-menu {
  visibility: hidden;
}
.user-navigation ul .sub-menu.mobile {
  display: none;
}
.user-navigation ul li ul {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
  -webkit-transition: opacity 250ms ease-in-out 0s, -webkit-transform 250ms ease-in-out 0s;
  transition: opacity 250ms ease-in-out 0s, -webkit-transform 250ms ease-in-out 0s;
  -o-transition: opacity 250ms ease-in-out 0s, transform 250ms ease-in-out 0s;
  transition: opacity 250ms ease-in-out 0s, transform 250ms ease-in-out 0s;
  transition: opacity 250ms ease-in-out 0s, transform 250ms ease-in-out 0s, -webkit-transform 250ms ease-in-out 0s;
  position: absolute;
}
.user-navigation ul li ul li {
  padding: 5px 0;
}
.user-navigation ul li:hover > ul, .user-navigation ul li:focus > ul {
  visibility: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  -webkit-box-shadow: 0 2px 6px 0 rgba(1, 149, 214, 0.2);
          box-shadow: 0 2px 6px 0 rgba(1, 149, 214, 0.2);
  padding: 20px;
  z-index: 90;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
@media (min-width: 1px) and (max-width: 1023px) {
  .user-navigation {
    margin-right: 15px;
  }
}
.user-navigation .user-first-letter {
  color: white;
  background-color: #037CC2;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 1px 3px 5px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.user-navigation .user-first-letter.logged-out {
  background-color: transparent;
  border: 1px solid #ff3100;
}

.mobile-account-meta {
  display: block;
  clear: both;
  float: left;
  width: 100%;
  font-size: 14px;
  padding: 0 12px;
}
.mobile-account-meta .logout {
  float: right;
}

.shopping-cart {
  float: left;
  position: relative;
}
@media (min-width: 1px) {
  .shopping-cart {
    margin-right: 10px;
  }
}
@media (min-width: 1024px) {
  .shopping-cart {
    margin-right: 50px;
  }
}
.shopping-cart-icon {
  position: relative;
  z-index: 2;
}
.shopping-cart-icon a {
  padding: 3.5px 7.125px;
  color: #037CC2;
  font-size: 30px;
  color: #037CC2;
  -webkit-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  -o-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
}
.shopping-cart-icon a:visited {
  color: #037CC2;
}
.shopping-cart-icon a:hover {
  color: #ff8700;
}
.shopping-cart .cart-counter {
  position: absolute;
  top: 11px;
  right: -15px;
  color: white;
  background-color: #ffb700;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  width: 20px;
  height: 20px;
  z-index: 1;
}
.shopping-cart .cart-counter sup {
  margin-top: 16px;
  padding: 0 3.15px 3px;
  text-align: center;
}

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

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

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

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

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

@media (min-width: 1px) and (max-width: 1023px) {
  .main-content {
    margin-top: 124px;
  }
}
@media (min-width: 1024px) {
  .main-content {
    margin-top: 180px;
  }
}

.main-content {
  letter-spacing: 1.3px;
  line-height: 1.62;
  font-size: 87.5%;
  float: left;
  width: 100%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer {
  color: #000;
  background-color: #fff;
  padding: 10px 0;
  font-size: 87.5%;
  float: left;
  position: relative;
  width: 100%;
}
@media (min-width: 1px) {
  footer {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  footer {
    margin-top: 40px;
  }
}
footer a {
  color: #ff8700;
  -webkit-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  -o-transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
  transition: color 250ms ease-in-out 0s, background-color 250ms ease-in-out 0s, border-color 250ms ease-in-out 0s;
}
footer a:visited {
  color: #ff8700;
}
footer a:hover {
  color: #888;
}
footer .footer-widgets {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-widgets ul,
footer .footer-widgets ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 1px) and (max-width: 1023px) {
  footer .copyright-development-wrapper {
    margin-top: 10px;
  }
}
@media (min-width: 1px) and (max-width: 599px) {
  footer .copyright-development-wrapper .sep {
    display: none;
  }
}
@media (min-width: 1px) and (max-width: 599px) {
  footer .copyright-development-wrapper span {
    display: block;
  }
}
footer .widget-address .icon {
  position: absolute;
  left: -30px;
  top: 4px;
}
footer .widget-address .address,
footer .widget-address .contact-numbers,
footer .widget-address .email-addresses {
  position: relative;
  margin: 10px 20px 10px;
}

/*--------------------------------------------------------------
## Flex
--------------------------------------------------------------*/
.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-space-between {
  /**
   * items are evenly distributed in the line; first item is on the start line, last item on the end line
   */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-space-around {
  /**
   * items are evenly distributed in the line with equal space around them
   */
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.flex-space-evenly {
  /**
   * Not as well supported as 'space-between' or 'space-around'
   *
   * items are distributed so that the spacing between any two adjacent alignment subjects,
   * before the first alignment subject, and after the last alignment subject is the same
   */
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
.d-block {
  display: block;
}

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

/*--------------------------------------------------------------
## Containers
--------------------------------------------------------------*/
.container {
  /**
   * .container will limit the width of an element to 1200px
   *
   * From 1px to 1240px, it will apply 20px padding to left and right
   */
  max-width: 1200px;
}
@media (min-width: 1px) and (max-width: 1240px) {
  .container {
    padding: 0px 10px 0px 10px;
    -webkit-transition: padding 250ms ease-in-out 0s;
    -o-transition: padding 250ms ease-in-out 0s;
    transition: padding 250ms ease-in-out 0s;
  }
}
.container-narrow {
  /**
   * Same as .container but limits width to 800px
   */
  max-width: 800px;
}
.container-wide {
  /**
   * Same as .container but limits width to 1024px
   */
  max-width: 1024px;
}

/*--------------------------------------------------------------
## Margins
--------------------------------------------------------------*/
/**
 * Paddings
 */
.p-1 {
  padding: 5px;
}

.p-2 {
  padding: 8px;
}

.p-3 {
  padding: 12px;
}

.p-4 {
  padding: 15px;
}

.p-5 {
  padding: 20px;
}

/**
 * Margins
 */
.m-1 {
  margin: 5px;
}

.m-2 {
  margin: 8px;
}

.m-3 {
  margin: 12px;
}

.m-4 {
  margin: 15px;
}

.m-5 {
  margin: 20px;
}

/*--------------------------------------------------------------
## Panels
--------------------------------------------------------------*/

.panels {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media (min-width: 1024px) {
  .panels {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .panels-1 .panel {
    width: -webkit-calc( ( ( 100 / 1 ) * 1% ) - 30px );
    width: calc( ( ( 100 / 1 ) * 1% ) - 30px );
  }
}
@media (min-width: 1024px) {
  .panels-2 .panel {
    width: -webkit-calc( ( ( 100 / 2 ) * 1% ) - 30px );
    width: calc( ( ( 100 / 2 ) * 1% ) - 30px );
  }
}
@media (min-width: 1024px) {
  .panels-3 .panel {
    width: -webkit-calc( ( ( 100 / 3 ) * 1% ) - 30px );
    width: calc( ( ( 100 / 3 ) * 1% ) - 30px );
  }
}

.panel {
  text-align: center;
  background-color: rgba(1, 149, 214, 0.1);
  padding: 30px;
  margin: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 1px) and (max-width: 599px) {
  .panel {
    max-width: 420px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .panel {
    width: 45%;
    max-width: 230px;
    max-width: 42%;
  }
}
@media (min-width: 1024px) {
  .panel:first-of-type {
    margin-left: 0;
  }
  .panel:last-of-type {
    margin-right: 0;
  }
}
.panel-icon {
  font-size: 44px;
  color: #ffb700;
}
.panel-title {
  color: #037CC2;
  margin: 30px 0;
}
.panel .btn-wrapper {
  margin-top: 10px;
}

@media (min-width: 1px) {
  .product-panel {
    display: block;
    margin: 20px auto;
    padding: 10px;
    text-align: center;
    border: 1px solid #aaa;
  }
}
@media (min-width: 1024px) {
  .product-panel .product-wrapper {
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-panel .price {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: right;
}
.product-panel .price-wrapper {
  font-size: 14px;
  font-weight: bold;
  color: #037CC2;
  background-color: #eee;
  width: 145px;
  height: 70px;
  position: relative;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .product-panel .price-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.price2 {
  position: absolute;
  top: 33%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.price2-wrapper {
  font-size: 16px;
  font-weight: bolder;
  color: #037CC2;
  background-color: #fff;
  width: 145px;
  height: 70px;
  position: relative;
}
.price3-wrapper {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 300px;
  position: relative;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .price2-wrapper, .price3-wrapper {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.product-panel .cart-product-results {
  overflow: hidden;
  max-height: 0;
  height: auto;
  opacity: 0;
  -webkit-transition: max-height 500ms ease-in-out 0s, opacity 500ms ease-in-out 0s;
  -o-transition: max-height 500ms ease-in-out 0s, opacity 500ms ease-in-out 0s;
  transition: max-height 500ms ease-in-out 0s, opacity 500ms ease-in-out 0s;
}
.product-panel .cart-product-results.open {
  max-height: 2000px;
  opacity: 1;
}
.product-panel .cart-product-results .results-wrapper {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .product-panel .product-image {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}
.product-panel .product-image img {
  min-width: 50px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .product-panel .product-meta {
    margin: 0 20px;
    max-width: 70%;
  }
}
.product-panel .product-meta input {
  display: none;
}
.product-panel .product-meta label {
  margin: 0;
}
@media (min-width: 1px) and (max-width: 1023px) {
  .product-panel .product-image, .product-panel .product-title, .product-panel .product-details {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .product-panel .product-title {
    margin-bottom: 10px;
    min-width: 185px;
    max-width: 185px;
  }
}
.product-panel .product-detailsToggle {
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (min-width: 1024px) {
  .product-panel .btn-wrapper {
    min-width: 40px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
}
@media (min-width: 1024px) {
  .product-title {
    min-width: 150px;
    max-width: 150px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
    align-self: center;
  }
}

/*--------------------------------------------------------------
## Borders
--------------------------------------------------------------*/
/**
 * Rounded borders 1 to 5
 */
.border-round-1 {
  -webkit-border-radius: 10px;
          border-radius: 10px;
}
.border-round-2 {
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.border-round-3 {
  -webkit-border-radius: 30px;
          border-radius: 30px;
}
.border-round-4 {
  -webkit-border-radius: 40px;
          border-radius: 40px;
}
.border-round-5 {
  -webkit-border-radius: 50px;
          border-radius: 50px;
}

/**
 * END - Rounded borders 1 to 5
 */
/*--------------------------------------------------------------
## Preloader
--------------------------------------------------------------*/
.preloader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100px;
}
.preloader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 9999;
}
.preloader-image {
  background-image: url("/assets/images/preloader.png");
  background-repeat: no-repeat;
  display: block;
  height: 100px;
  width: 100px;
  -webkit-transform-origin: 50px 50px;
      -ms-transform-origin: 50px 50px;
          transform-origin: 50px 50px;
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
## Engine Selection
--------------------------------------------------------------*/
.engine-selection-hide {
  display: none;
}
.engine-selection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.engine-selection .engine-selector {
  text-align: center;
  max-width: 220px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.engine-selection h4 {
  margin-bottom: 5px;
}
@media (min-width: 1px) {
  .engine-selection select {
    width: 220px;
  }
}
.engine-selection select option {
  max-width: 220px;
}
@media (min-width: 1px) {
  .searchinput {
    width: 220px;
    height: 35px;
    padding: 5px 5px;
  }
}

@media (min-width: 1px) {
  .cart-product-results,
.selection-results {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 600px) {
  .cart-product-results,
.selection-results {
    width: 100%;
    max-width: 600px;
  }
}
@media (min-width: 768px) {
  .cart-product-results,
.selection-results {
    width: 100%;
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .cart-product-results,
.selection-results {
    max-width: unset;
  }
}
.cart-product-results .results-wrapper,
.selection-results .results-wrapper {
  content: "";
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #24a6de;
}
.cart-product-results .results-wrapper:nth-child(2n+0),
.selection-results .results-wrapper:nth-child(2n+0) {
  background-color: #fcfcfc;
}
@media (min-width: 1024px) {
  .cart-product-results .results-details,
.selection-results .results-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1px) {
  .cart-product-results .result-details,
.selection-results .result-details {
    float: left;
    width: 100%;
    padding: 10px 5px;
    text-align: left;
    border-bottom: 1px dotted rgba(1, 149, 214, 0.2);
  }
}
@media (min-width: 600px) and (max-width: 1023px) {
  .cart-product-results .result-details,
.selection-results .result-details {
    width: 50%;
  }
  .cart-product-results .result-details:nth-child(2n+0),
.selection-results .result-details:nth-child(2n+0) {
    float: right;
  }
}
@media (min-width: 1024px) {
  .cart-product-results .result-details,
.selection-results .result-details {
    width: 20%;
  }
}
.cart-product-results .result-heading, .cart-product-results .result-body,
.selection-results .result-heading,
.selection-results .result-body {
  width: 100%;
  float: left;
}
.cart-product-results .result-heading,
.selection-results .result-heading {
  font-weight: 700;
}
@media (min-width: 1px) {
  .cart-product-results .result-body,
.selection-results .result-body {
    text-align: left;
    letter-spacing: 2.1px;
    font-size: 14px;
  }
}
@media (min-width: 600px) {
  .cart-product-results .notes-comments,
.selection-results .notes-comments {
    clear: both;
    float: left;
    width: 100%;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .cart-product-results .notes-comments,
.selection-results .notes-comments {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.cart-product-results .notes-comments .notes .result-heading, .cart-product-results .notes-comments .notes .result-body,
.cart-product-results .notes-comments .comments .result-heading,
.cart-product-results .notes-comments .comments .result-body,
.selection-results .notes-comments .notes .result-heading,
.selection-results .notes-comments .notes .result-body,
.selection-results .notes-comments .comments .result-heading,
.selection-results .notes-comments .comments .result-body {
  width: 100%;
  text-align: left;
}
.cart-product-results .notes-comments .notes .result-heading,
.cart-product-results .notes-comments .comments .result-heading,
.selection-results .notes-comments .notes .result-heading,
.selection-results .notes-comments .comments .result-heading {
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .cart-product-results .notes-comments .notes,
.cart-product-results .notes-comments .comments,
.selection-results .notes-comments .notes,
.selection-results .notes-comments .comments {
    border-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .cart-product-results .notes-comments .notes,
.selection-results .notes-comments .notes {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  .cart-product-results .notes-comments .comments,
.selection-results .notes-comments .comments {
    width: 65%;
  }
}
.cart-product-results .buttons-wrapper,
.selection-results .buttons-wrapper {
  float: left;
  width: 100%;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1px) {
  .cart-product-results .buttons-wrapper,
.selection-results .buttons-wrapper {
    margin-top: 40px;
  }
}
@media (min-width: 1px) and (max-width: 1023px) {
  .cart-product-results .buttons-wrapper .btn,
.selection-results .buttons-wrapper .btn {
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/
.wrapper-404 {
  float: left;
  width: 100%;
}

.image-404 {
  display: block;
  position: relative;
  z-index: -1;
  width: 50%;
}
@media (min-width: 1px) and (max-width: 767px) {
  .image-404 {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .image-404 {
    float: left;
  }
}
.image-404 img {
  -webkit-animation: rotating 10s linear infinite;
  -moz-animation: rotating 10s linear infinite;
  -ms-animation: rotating 10s linear infinite;
  -o-animation: rotating 10s linear infinite;
  animation: rotating 10s linear infinite;
}

@media (min-width: 1px) and (max-width: 767px) {
  .content-404 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .content-404 {
    width: 50%;
    float: left;
    margin-top: 50px;
    padding-left: 40px;
  }
}
.content-404 h2 {
  line-height: 26px;
}
.content-404 input[type=submit] {
  display: block;
  margin-top: 10px;
}
@media (min-width: 1px) and (max-width: 767px) {
  .content-404 input[type=submit] {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-404 .search-form {
  margin-top: 10px;
}

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

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

@media (min-width: 1px) {
  .slick-initialized.custom-slides {
    margin: 40px 0;
  }
}
@media (min-width: 1024px) {
  .slick-initialized.custom-slides .slide-width {
    max-width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .slick-initialized.custom-slides .slide-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1px) {
  .slick-initialized.custom-slides .slider-image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1px) {
  .slick-initialized.custom-slides .slider-content {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .slick-initialized.custom-slides .slider-content {
    width: 70%;
    text-align: left;
  }
}
.slick-initialized.custom-slides .slider-title {
  font-size: 24px;
}
@media (min-width: 1px) {
  .slick-initialized.custom-slides .slider-title {
    margin: 30px 0 0;
  }
}
@media (min-width: 1024px) {
  .slick-initialized.custom-slides .slider-title {
    margin-top: 0;
  }
}
.slick-initialized.custom-slides .slider-title h3 {
  margin: 0;
}
@media (min-width: 1px) {
  .slick-initialized.custom-slides .slider-description {
    margin-top: 30px;
  }
}
@media (min-width: 1px) {
  .slick-initialized.custom-slides .slider-btn {
    margin-top: 30px;
    display: block;
  }
}

.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-top: 40px;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li.slick-active {
  background-color: #eee;
}
.slick-dots button {
  color: black;
  background-color: transparent;
}

.custom-slick-arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  cursor: pointer;
  z-index: 2;
  background-color: transparent;
  -webkit-transition: background-color 250ms ease-in-out 0s;
  -o-transition: background-color 250ms ease-in-out 0s;
  transition: background-color 250ms ease-in-out 0s;
}
.custom-slick-arrow::after {
  content: "";
  position: absolute;
  background-image: url("/assets/images/arrow-left.png");
  background-repeat: no-repeat;
  display: block;
  width: 23px;
  height: 38px;
  top: 50%;
  margin: -12px 20px 0;
}
.custom-slick-prev {
  left: 0;
}
.custom-slick-prev:hover {
  background: -moz-linear-gradient(90deg, rgba(1, 149, 214, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(1, 149, 214, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(1, 149, 214, 0.1)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, rgba(1, 149, 214, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(1, 149, 214, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient( startColorstr="#037CC2", endColorstr="white", GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient( startColorstr="#037CC2", endColorstr="white", GradientType=1);
}
.custom-slick-next {
  right: 0;
}
.custom-slick-next:hover {
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(1, 149, 214, 0.1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(1, 149, 214, 0.1) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(1, 149, 214, 0.1)));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(1, 149, 214, 0.1) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(1, 149, 214, 0.1) 100%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient( startColorstr="white", endColorstr="#037CC2", GradientType=1);
          filter: progid:dximagetransform.microsoft.gradient( startColorstr="white", endColorstr="#037CC2", GradientType=1);
}
.custom-slick-next::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 0;
}

@media (min-width: 1024px) {
  .three-panels-slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media (min-width: 1250px) {
  .three-panels-slider-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1px) {
  .three-panels-slider {
    text-align: center;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .three-panels-slider {
    width: -webkit-calc( ( ( 100 / 3 ) * 1% ) - 30px );
    width: calc( ( ( 100 / 3 ) * 1% ) - 30px );
    min-width: 370px;
  }
  .three-panels-slider:first-of-type {
    margin-left: 0;
  }
  .three-panels-slider:last-of-type {
    margin-right: 0;
  }
}
.three-panels-slider .one-panel-slide {
  padding: 30px;
  -webkit-border-radius: 15px;
          border-radius: 15px;
  overflow: hidden;
  color: #000;
  font-weight: bold;
  font-size: large;
}
.three-panels-slider .back-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.three-panels-slider .custom-slick-arrow {
  width: auto;
}
.three-panels-slider .custom-slick-prev:hover {
  background: transparent;
}
.three-panels-slider .custom-slick-next:hover {
  background: transparent;
}

/*--------------------------------------------------------------
# Modals CSS
--------------------------------------------------------------*/
.modal-overlay {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-overlay.hide {
  top: 100%;
  -webkit-transition: top 250ms ease-in-out 0.5s;
  -o-transition: top 250ms ease-in-out 0.5s;
  transition: top 250ms ease-in-out 0.5s;
}
.modal-overlay.hide .modal-underlay {
  opacity: 0;
}
.modal-overlay.hide .modal-wrapper {
  opacity: 0;
}
.modal-overlay.show .modal-underlay {
  top: 0;
}
.modal-overlay.show .modal-wrapper {
  opacity: 1;
}
.modal-underlay {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.4);
  -webkit-transition: top 250ms ease-in-out 0s, opacity 250ms ease-in-out 0s;
  -o-transition: top 250ms ease-in-out 0s, opacity 250ms ease-in-out 0s;
  transition: top 250ms ease-in-out 0s, opacity 250ms ease-in-out 0s;
}
.modal-wrapper {
  background-color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  padding: 20px 0;
  z-index: 20;
  -webkit-transition: opacity 250ms ease-in-out 0s, top 250ms ease-in-out 0s;
  -o-transition: opacity 250ms ease-in-out 0s, top 250ms ease-in-out 0s;
  transition: opacity 250ms ease-in-out 0s, top 250ms ease-in-out 0s;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.modal-wrapper > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.modal-wrapper > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
@media (min-width: 1px) {
  .modal-wrapper {
    max-width: 90%;
  }
}
@media (min-width: 1024px) {
  .modal-wrapper {
    max-width: 500px;
  }
}
.modal-body {
  padding: 0 20px;
}
.modal-separator {
  display: block;
  height: 1px;
  background-color: #aaa;
  margin: 20px 0;
}
.modal-footer {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*--------------------------------------------------------------
# PayPal CSS
--------------------------------------------------------------*/
/* Media query for mini mobile viewport */
@media screen and (max-width: 599px) {
	#paypal-button-container {
		width: 80%;
	}
}
/* Media query for mobile viewport */
@media (min-width: 600px) and (max-width: 1023px) {
	#paypal-button-container {
		width: 330px;
	}
}
/* Media query for desktop viewport */
@media screen and (min-width: 1024px) {
	#paypal-button-container {
		width: 100%;
	}
}

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