@charset "UTF-8";
/*!
    Theme Name: Just Fruits and Exotics
    Theme URI: https://justfruitsandexotics.com
    Description: Theme for Just Fruits and Exotics
    Author: The Taproot Agency
    Author URI: https://taproot.agency
    Template: storefront
    Version: 1.0
    Tags: SASS, Boostrap 4

    License: CC-BY-NC-ND-4.0
    License URI: https://creativecommons.org/licenses/by-nc-nd/4.0/
*/
/*----------  Bootstrap  ----------*/
/*======================================
=            Sass Overrides            =
======================================*/
/*=================================
=            Bootstrap            =
=================================*/
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table, table {
    border-collapse: collapse !important;
  }
  .table td, table td,
.table th,
table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th, table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1,
.page-title .size-large, .h2, .h3, .page-title .size-medium, .h4, .h5, .ais-hits__empty h3, .page-title .size-small, .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-order .woocommerce-customer-details h2, .product-content .tab-content .mobile-tab, .type-product h2,
.type-product_variation h2, .woocommerce-order-details__title, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1, .page-title .size-large {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3, .page-title .size-medium {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5, .ais-hits__empty h3, .page-title .size-small, .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-order .woocommerce-customer-details h2, .product-content .tab-content .mobile-tab, .type-product h2,
.type-product_variation h2, .woocommerce-order-details__title {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio, .gform_wrapper .gform_fields {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  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: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

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

.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%;
  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: 100%;
}

.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: 100%;
  }

  .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: 100%;
  }

  .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: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

  .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: 100%;
  }

  .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%;
  }
}
.form-control, .gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select, .wishlist-name .tinvwl-rename-input input, .wishlist-privacy select, .tinv-wishlist #tinv_wishlist_create_field,
.tinv-wishlist input[type=text],
.tinv-wishlist input[type=search],
.tinv-wishlist input[type=number],
.tinv-wishlist textarea,
.tinv-wishlist select {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select, .wishlist-name .tinvwl-rename-input input, .wishlist-privacy select, .tinv-wishlist #tinv_wishlist_create_field,
.tinv-wishlist input[type=text],
.tinv-wishlist input[type=search],
.tinv-wishlist input[type=number],
.tinv-wishlist textarea,
.tinv-wishlist select {
    transition: none;
  }
}
.form-control::-ms-expand, .gform_wrapper input[type=text]::-ms-expand,
.gform_wrapper input[type=url]::-ms-expand,
.gform_wrapper input[type=email]::-ms-expand,
.gform_wrapper input[type=tel]::-ms-expand,
.gform_wrapper input[type=number]::-ms-expand,
.gform_wrapper input[type=password]::-ms-expand,
.gform_wrapper textarea::-ms-expand,
.gform_wrapper select::-ms-expand, .wishlist-name .tinvwl-rename-input input::-ms-expand, .wishlist-privacy select::-ms-expand, .tinv-wishlist #tinv_wishlist_create_field::-ms-expand,
.tinv-wishlist input[type=text]::-ms-expand,
.tinv-wishlist input[type=search]::-ms-expand,
.tinv-wishlist input[type=number]::-ms-expand,
.tinv-wishlist textarea::-ms-expand,
.tinv-wishlist select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus, .wishlist-name .tinvwl-rename-input input:focus, .wishlist-privacy select:focus, .tinv-wishlist #tinv_wishlist_create_field:focus,
.tinv-wishlist input[type=text]:focus,
.tinv-wishlist input[type=search]:focus,
.tinv-wishlist input[type=number]:focus,
.tinv-wishlist textarea:focus,
.tinv-wishlist select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder, .gform_wrapper input[type=text]::-webkit-input-placeholder, .gform_wrapper input[type=url]::-webkit-input-placeholder, .gform_wrapper input[type=email]::-webkit-input-placeholder, .gform_wrapper input[type=tel]::-webkit-input-placeholder, .gform_wrapper input[type=number]::-webkit-input-placeholder, .gform_wrapper input[type=password]::-webkit-input-placeholder, .gform_wrapper textarea::-webkit-input-placeholder, .gform_wrapper select::-webkit-input-placeholder, .wishlist-name .tinvwl-rename-input input::-webkit-input-placeholder, .wishlist-privacy select::-webkit-input-placeholder, .tinv-wishlist #tinv_wishlist_create_field::-webkit-input-placeholder, .tinv-wishlist input[type=text]::-webkit-input-placeholder, .tinv-wishlist input[type=search]::-webkit-input-placeholder, .tinv-wishlist input[type=number]::-webkit-input-placeholder, .tinv-wishlist textarea::-webkit-input-placeholder, .tinv-wishlist select::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .gform_wrapper input[type=text]::-moz-placeholder, .gform_wrapper input[type=url]::-moz-placeholder, .gform_wrapper input[type=email]::-moz-placeholder, .gform_wrapper input[type=tel]::-moz-placeholder, .gform_wrapper input[type=number]::-moz-placeholder, .gform_wrapper input[type=password]::-moz-placeholder, .gform_wrapper textarea::-moz-placeholder, .gform_wrapper select::-moz-placeholder, .wishlist-name .tinvwl-rename-input input::-moz-placeholder, .wishlist-privacy select::-moz-placeholder, .tinv-wishlist #tinv_wishlist_create_field::-moz-placeholder, .tinv-wishlist input[type=text]::-moz-placeholder, .tinv-wishlist input[type=search]::-moz-placeholder, .tinv-wishlist input[type=number]::-moz-placeholder, .tinv-wishlist textarea::-moz-placeholder, .tinv-wishlist select::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .gform_wrapper input[type=text]:-ms-input-placeholder, .gform_wrapper input[type=url]:-ms-input-placeholder, .gform_wrapper input[type=email]:-ms-input-placeholder, .gform_wrapper input[type=tel]:-ms-input-placeholder, .gform_wrapper input[type=number]:-ms-input-placeholder, .gform_wrapper input[type=password]:-ms-input-placeholder, .gform_wrapper textarea:-ms-input-placeholder, .gform_wrapper select:-ms-input-placeholder, .wishlist-name .tinvwl-rename-input input:-ms-input-placeholder, .wishlist-privacy select:-ms-input-placeholder, .tinv-wishlist #tinv_wishlist_create_field:-ms-input-placeholder, .tinv-wishlist input[type=text]:-ms-input-placeholder, .tinv-wishlist input[type=search]:-ms-input-placeholder, .tinv-wishlist input[type=number]:-ms-input-placeholder, .tinv-wishlist textarea:-ms-input-placeholder, .tinv-wishlist select:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder, .gform_wrapper input[type=text]::-ms-input-placeholder, .gform_wrapper input[type=url]::-ms-input-placeholder, .gform_wrapper input[type=email]::-ms-input-placeholder, .gform_wrapper input[type=tel]::-ms-input-placeholder, .gform_wrapper input[type=number]::-ms-input-placeholder, .gform_wrapper input[type=password]::-ms-input-placeholder, .gform_wrapper textarea::-ms-input-placeholder, .gform_wrapper select::-ms-input-placeholder, .wishlist-name .tinvwl-rename-input input::-ms-input-placeholder, .wishlist-privacy select::-ms-input-placeholder, .tinv-wishlist #tinv_wishlist_create_field::-ms-input-placeholder, .tinv-wishlist input[type=text]::-ms-input-placeholder, .tinv-wishlist input[type=search]::-ms-input-placeholder, .tinv-wishlist input[type=number]::-ms-input-placeholder, .tinv-wishlist textarea::-ms-input-placeholder, .tinv-wishlist select::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .gform_wrapper input[type=text]::placeholder,
.gform_wrapper input[type=url]::placeholder,
.gform_wrapper input[type=email]::placeholder,
.gform_wrapper input[type=tel]::placeholder,
.gform_wrapper input[type=number]::placeholder,
.gform_wrapper input[type=password]::placeholder,
.gform_wrapper textarea::placeholder,
.gform_wrapper select::placeholder, .wishlist-name .tinvwl-rename-input input::placeholder, .wishlist-privacy select::placeholder, .tinv-wishlist #tinv_wishlist_create_field::placeholder,
.tinv-wishlist input[type=text]::placeholder,
.tinv-wishlist input[type=search]::placeholder,
.tinv-wishlist input[type=number]::placeholder,
.tinv-wishlist textarea::placeholder,
.tinv-wishlist select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .gform_wrapper input[type=text]:disabled,
.gform_wrapper input[type=url]:disabled,
.gform_wrapper input[type=email]:disabled,
.gform_wrapper input[type=tel]:disabled,
.gform_wrapper input[type=number]:disabled,
.gform_wrapper input[type=password]:disabled,
.gform_wrapper textarea:disabled,
.gform_wrapper select:disabled, .wishlist-name .tinvwl-rename-input input:disabled, .wishlist-privacy select:disabled, .tinv-wishlist #tinv_wishlist_create_field:disabled,
.tinv-wishlist input[type=text]:disabled,
.tinv-wishlist input[type=search]:disabled,
.tinv-wishlist input[type=number]:disabled,
.tinv-wishlist textarea:disabled,
.tinv-wishlist select:disabled, .form-control[readonly], .gform_wrapper input[readonly][type=text],
.gform_wrapper input[readonly][type=url],
.gform_wrapper input[readonly][type=email],
.gform_wrapper input[readonly][type=tel],
.gform_wrapper input[readonly][type=number],
.gform_wrapper input[readonly][type=password],
.gform_wrapper textarea[readonly],
.gform_wrapper select[readonly], .wishlist-name .tinvwl-rename-input input[readonly], .wishlist-privacy select[readonly], .tinv-wishlist [readonly]#tinv_wishlist_create_field,
.tinv-wishlist input[readonly][type=text],
.tinv-wishlist input[readonly][type=search],
.tinv-wishlist input[readonly][type=number],
.tinv-wishlist textarea[readonly],
.tinv-wishlist select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value,
.gform_wrapper select:focus::-ms-value, .wishlist-privacy select:focus::-ms-value, .tinv-wishlist select#tinv_wishlist_create_field:focus::-ms-value,
.tinv-wishlist select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size],
.gform_wrapper select[size], .wishlist-privacy select[size], .tinv-wishlist select[size]#tinv_wishlist_create_field,
.tinv-wishlist select[size], select.form-control[multiple],
.gform_wrapper select[multiple], .wishlist-privacy select[multiple], .tinv-wishlist select[multiple]#tinv_wishlist_create_field,
.tinv-wishlist select[multiple] {
  height: auto;
}

textarea.form-control,
.gform_wrapper textarea, .tinv-wishlist textarea#tinv_wishlist_create_field,
.tinv-wishlist textarea {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .was-validated .gform_wrapper input[type=text]:valid, .gform_wrapper .was-validated input[type=text]:valid,
.was-validated .gform_wrapper input[type=url]:valid,
.gform_wrapper .was-validated input[type=url]:valid,
.was-validated .gform_wrapper input[type=email]:valid,
.gform_wrapper .was-validated input[type=email]:valid,
.was-validated .gform_wrapper input[type=tel]:valid,
.gform_wrapper .was-validated input[type=tel]:valid,
.was-validated .gform_wrapper input[type=number]:valid,
.gform_wrapper .was-validated input[type=number]:valid,
.was-validated .gform_wrapper input[type=password]:valid,
.gform_wrapper .was-validated input[type=password]:valid,
.was-validated .gform_wrapper textarea:valid,
.gform_wrapper .was-validated textarea:valid,
.was-validated .gform_wrapper select:valid,
.gform_wrapper .was-validated select:valid, .was-validated .wishlist-name .tinvwl-rename-input input:valid, .wishlist-name .tinvwl-rename-input .was-validated input:valid, .was-validated .wishlist-privacy select:valid, .wishlist-privacy .was-validated select:valid, .was-validated .tinv-wishlist #tinv_wishlist_create_field:valid, .tinv-wishlist .was-validated #tinv_wishlist_create_field:valid,
.was-validated .tinv-wishlist input[type=text]:valid,
.tinv-wishlist .was-validated input[type=text]:valid,
.was-validated .tinv-wishlist input[type=search]:valid,
.tinv-wishlist .was-validated input[type=search]:valid,
.was-validated .tinv-wishlist input[type=number]:valid,
.tinv-wishlist .was-validated input[type=number]:valid,
.was-validated .tinv-wishlist textarea:valid,
.tinv-wishlist .was-validated textarea:valid,
.was-validated .tinv-wishlist select:valid,
.tinv-wishlist .was-validated select:valid, .form-control.is-valid, .gform_wrapper input.is-valid[type=text],
.gform_wrapper input.is-valid[type=url],
.gform_wrapper input.is-valid[type=email],
.gform_wrapper input.is-valid[type=tel],
.gform_wrapper input.is-valid[type=number],
.gform_wrapper input.is-valid[type=password],
.gform_wrapper textarea.is-valid,
.gform_wrapper select.is-valid, .wishlist-name .tinvwl-rename-input input.is-valid, .wishlist-privacy select.is-valid, .tinv-wishlist .is-valid#tinv_wishlist_create_field,
.tinv-wishlist input.is-valid[type=text],
.tinv-wishlist input.is-valid[type=search],
.tinv-wishlist input.is-valid[type=number],
.tinv-wishlist textarea.is-valid,
.tinv-wishlist select.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .gform_wrapper input[type=text]:valid:focus, .gform_wrapper .was-validated input[type=text]:valid:focus,
.was-validated .gform_wrapper input[type=url]:valid:focus,
.gform_wrapper .was-validated input[type=url]:valid:focus,
.was-validated .gform_wrapper input[type=email]:valid:focus,
.gform_wrapper .was-validated input[type=email]:valid:focus,
.was-validated .gform_wrapper input[type=tel]:valid:focus,
.gform_wrapper .was-validated input[type=tel]:valid:focus,
.was-validated .gform_wrapper input[type=number]:valid:focus,
.gform_wrapper .was-validated input[type=number]:valid:focus,
.was-validated .gform_wrapper input[type=password]:valid:focus,
.gform_wrapper .was-validated input[type=password]:valid:focus,
.was-validated .gform_wrapper textarea:valid:focus,
.gform_wrapper .was-validated textarea:valid:focus,
.was-validated .gform_wrapper select:valid:focus,
.gform_wrapper .was-validated select:valid:focus, .was-validated .wishlist-name .tinvwl-rename-input input:valid:focus, .wishlist-name .tinvwl-rename-input .was-validated input:valid:focus, .was-validated .wishlist-privacy select:valid:focus, .wishlist-privacy .was-validated select:valid:focus, .was-validated .tinv-wishlist #tinv_wishlist_create_field:valid:focus, .tinv-wishlist .was-validated #tinv_wishlist_create_field:valid:focus,
.was-validated .tinv-wishlist input[type=text]:valid:focus,
.tinv-wishlist .was-validated input[type=text]:valid:focus,
.was-validated .tinv-wishlist input[type=search]:valid:focus,
.tinv-wishlist .was-validated input[type=search]:valid:focus,
.was-validated .tinv-wishlist input[type=number]:valid:focus,
.tinv-wishlist .was-validated input[type=number]:valid:focus,
.was-validated .tinv-wishlist textarea:valid:focus,
.tinv-wishlist .was-validated textarea:valid:focus,
.was-validated .tinv-wishlist select:valid:focus,
.tinv-wishlist .was-validated select:valid:focus, .form-control.is-valid:focus, .gform_wrapper input.is-valid[type=text]:focus,
.gform_wrapper input.is-valid[type=url]:focus,
.gform_wrapper input.is-valid[type=email]:focus,
.gform_wrapper input.is-valid[type=tel]:focus,
.gform_wrapper input.is-valid[type=number]:focus,
.gform_wrapper input.is-valid[type=password]:focus,
.gform_wrapper textarea.is-valid:focus,
.gform_wrapper select.is-valid:focus, .wishlist-name .tinvwl-rename-input input.is-valid:focus, .wishlist-privacy select.is-valid:focus, .tinv-wishlist .is-valid#tinv_wishlist_create_field:focus,
.tinv-wishlist input.is-valid[type=text]:focus,
.tinv-wishlist input.is-valid[type=search]:focus,
.tinv-wishlist input.is-valid[type=number]:focus,
.tinv-wishlist textarea.is-valid:focus,
.tinv-wishlist select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .gform_wrapper input[type=text]:valid ~ .valid-feedback, .gform_wrapper .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated .gform_wrapper input[type=url]:valid ~ .valid-feedback,
.gform_wrapper .was-validated input[type=url]:valid ~ .valid-feedback,
.was-validated .gform_wrapper input[type=email]:valid ~ .valid-feedback,
.gform_wrapper .was-validated input[type=email]:valid ~ .valid-feedback,
.was-validated .gform_wrapper input[type=tel]:valid ~ .valid-feedback,
.gform_wrapper .was-validated input[type=tel]:valid ~ .valid-feedback,
.was-validated .gform_wrapper input[type=number]:valid ~ .valid-feedback,
.gform_wrapper .was-validated input[type=number]:valid ~ .valid-feedback,
.was-validated .gform_wrapper input[type=password]:valid ~ .valid-feedback,
.gform_wrapper .was-validated input[type=password]:valid ~ .valid-feedback,
.was-validated .gform_wrapper textarea:valid ~ .valid-feedback,
.gform_wrapper .was-validated textarea:valid ~ .valid-feedback,
.was-validated .gform_wrapper select:valid ~ .valid-feedback,
.gform_wrapper .was-validated select:valid ~ .valid-feedback, .was-validated .wishlist-name .tinvwl-rename-input input:valid ~ .valid-feedback, .wishlist-name .tinvwl-rename-input .was-validated input:valid ~ .valid-feedback, .was-validated .wishlist-privacy select:valid ~ .valid-feedback, .wishlist-privacy .was-validated select:valid ~ .valid-feedback, .was-validated .tinv-wishlist #tinv_wishlist_create_field:valid ~ .valid-feedback, .tinv-wishlist .was-validated #tinv_wishlist_create_field:valid ~ .valid-feedback,
.was-validated .tinv-wishlist input[type=text]:valid ~ .valid-feedback,
.tinv-wishlist .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated .tinv-wishlist input[type=search]:valid ~ .valid-feedback,
.tinv-wishlist .was-validated input[type=search]:valid ~ .valid-feedback,
.was-validated .tinv-wishlist input[type=number]:valid ~ .valid-feedback,
.tinv-wishlist .was-validated input[type=number]:valid ~ .valid-feedback,
.was-validated .tinv-wishlist textarea:valid ~ .valid-feedback,
.tinv-wishlist .was-validated textarea:valid ~ .valid-feedback,
.was-validated .tinv-wishlist select:valid ~ .valid-feedback,
.tinv-wishlist .was-validated select:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .gform_wrapper input[type=text]:valid ~ .valid-tooltip,
.gform_wrapper .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated .gform_wrapper input[type=url]:valid ~ .valid-tooltip,
.gform_wrapper .was-validated input[type=url]:valid ~ .valid-tooltip,
.was-validated .gform_wrapper input[type=email]:valid ~ .valid-tooltip,
.gform_wrapper .was-validated input[type=email]:valid ~ .valid-tooltip,
.was-validated .gform_wrapper input[type=tel]:valid ~ .valid-tooltip,
.gform_wrapper .was-validated input[type=tel]:valid ~ .valid-tooltip,
.was-validated .gform_wrapper input[type=number]:valid ~ .valid-tooltip,
.gform_wrapper .was-validated input[type=number]:valid ~ .valid-tooltip,
.was-validated .gform_wrapper input[type=password]:valid ~ .valid-tooltip,
.gform_wrapper .was-validated input[type=password]:valid ~ .valid-tooltip,
.was-validated .gform_wrapper textarea:valid ~ .valid-tooltip,
.gform_wrapper .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .gform_wrapper select:valid ~ .valid-tooltip,
.gform_wrapper .was-validated select:valid ~ .valid-tooltip,
.was-validated .wishlist-name .tinvwl-rename-input input:valid ~ .valid-tooltip,
.wishlist-name .tinvwl-rename-input .was-validated input:valid ~ .valid-tooltip,
.was-validated .wishlist-privacy select:valid ~ .valid-tooltip,
.wishlist-privacy .was-validated select:valid ~ .valid-tooltip,
.was-validated .tinv-wishlist #tinv_wishlist_create_field:valid ~ .valid-tooltip,
.tinv-wishlist .was-validated #tinv_wishlist_create_field:valid ~ .valid-tooltip,
.was-validated .tinv-wishlist input[type=text]:valid ~ .valid-tooltip,
.tinv-wishlist .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated .tinv-wishlist input[type=search]:valid ~ .valid-tooltip,
.tinv-wishlist .was-validated input[type=search]:valid ~ .valid-tooltip,
.was-validated .tinv-wishlist input[type=number]:valid ~ .valid-tooltip,
.tinv-wishlist .was-validated input[type=number]:valid ~ .valid-tooltip,
.was-validated .tinv-wishlist textarea:valid ~ .valid-tooltip,
.tinv-wishlist .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .tinv-wishlist select:valid ~ .valid-tooltip,
.tinv-wishlist .was-validated select:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .gform_wrapper input.is-valid[type=text] ~ .valid-feedback,
.gform_wrapper input.is-valid[type=url] ~ .valid-feedback,
.gform_wrapper input.is-valid[type=email] ~ .valid-feedback,
.gform_wrapper input.is-valid[type=tel] ~ .valid-feedback,
.gform_wrapper input.is-valid[type=number] ~ .valid-feedback,
.gform_wrapper input.is-valid[type=password] ~ .valid-feedback,
.gform_wrapper textarea.is-valid ~ .valid-feedback,
.gform_wrapper select.is-valid ~ .valid-feedback, .wishlist-name .tinvwl-rename-input input.is-valid ~ .valid-feedback, .wishlist-privacy select.is-valid ~ .valid-feedback, .tinv-wishlist .is-valid#tinv_wishlist_create_field ~ .valid-feedback,
.tinv-wishlist input.is-valid[type=text] ~ .valid-feedback,
.tinv-wishlist input.is-valid[type=search] ~ .valid-feedback,
.tinv-wishlist input.is-valid[type=number] ~ .valid-feedback,
.tinv-wishlist textarea.is-valid ~ .valid-feedback,
.tinv-wishlist select.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.gform_wrapper input.is-valid[type=text] ~ .valid-tooltip,
.gform_wrapper input.is-valid[type=url] ~ .valid-tooltip,
.gform_wrapper input.is-valid[type=email] ~ .valid-tooltip,
.gform_wrapper input.is-valid[type=tel] ~ .valid-tooltip,
.gform_wrapper input.is-valid[type=number] ~ .valid-tooltip,
.gform_wrapper input.is-valid[type=password] ~ .valid-tooltip,
.gform_wrapper textarea.is-valid ~ .valid-tooltip,
.gform_wrapper select.is-valid ~ .valid-tooltip,
.wishlist-name .tinvwl-rename-input input.is-valid ~ .valid-tooltip,
.wishlist-privacy select.is-valid ~ .valid-tooltip,
.tinv-wishlist .is-valid#tinv_wishlist_create_field ~ .valid-tooltip,
.tinv-wishlist input.is-valid[type=text] ~ .valid-tooltip,
.tinv-wishlist input.is-valid[type=search] ~ .valid-tooltip,
.tinv-wishlist input.is-valid[type=number] ~ .valid-tooltip,
.tinv-wishlist textarea.is-valid ~ .valid-tooltip,
.tinv-wishlist select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid,
.was-validated .gform_wrapper textarea:valid,
.gform_wrapper .was-validated textarea:valid, .was-validated .tinv-wishlist textarea#tinv_wishlist_create_field:valid, .tinv-wishlist .was-validated textarea#tinv_wishlist_create_field:valid,
.was-validated .tinv-wishlist textarea:valid,
.tinv-wishlist .was-validated textarea:valid, textarea.form-control.is-valid,
.gform_wrapper textarea.is-valid, .tinv-wishlist textarea.is-valid#tinv_wishlist_create_field,
.tinv-wishlist textarea.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .was-validated .gform_wrapper input[type=text]:invalid, .gform_wrapper .was-validated input[type=text]:invalid,
.was-validated .gform_wrapper input[type=url]:invalid,
.gform_wrapper .was-validated input[type=url]:invalid,
.was-validated .gform_wrapper input[type=email]:invalid,
.gform_wrapper .was-validated input[type=email]:invalid,
.was-validated .gform_wrapper input[type=tel]:invalid,
.gform_wrapper .was-validated input[type=tel]:invalid,
.was-validated .gform_wrapper input[type=number]:invalid,
.gform_wrapper .was-validated input[type=number]:invalid,
.was-validated .gform_wrapper input[type=password]:invalid,
.gform_wrapper .was-validated input[type=password]:invalid,
.was-validated .gform_wrapper textarea:invalid,
.gform_wrapper .was-validated textarea:invalid,
.was-validated .gform_wrapper select:invalid,
.gform_wrapper .was-validated select:invalid, .was-validated .wishlist-name .tinvwl-rename-input input:invalid, .wishlist-name .tinvwl-rename-input .was-validated input:invalid, .was-validated .wishlist-privacy select:invalid, .wishlist-privacy .was-validated select:invalid, .was-validated .tinv-wishlist #tinv_wishlist_create_field:invalid, .tinv-wishlist .was-validated #tinv_wishlist_create_field:invalid,
.was-validated .tinv-wishlist input[type=text]:invalid,
.tinv-wishlist .was-validated input[type=text]:invalid,
.was-validated .tinv-wishlist input[type=search]:invalid,
.tinv-wishlist .was-validated input[type=search]:invalid,
.was-validated .tinv-wishlist input[type=number]:invalid,
.tinv-wishlist .was-validated input[type=number]:invalid,
.was-validated .tinv-wishlist textarea:invalid,
.tinv-wishlist .was-validated textarea:invalid,
.was-validated .tinv-wishlist select:invalid,
.tinv-wishlist .was-validated select:invalid, .form-control.is-invalid, .gform_wrapper input.is-invalid[type=text],
.gform_wrapper input.is-invalid[type=url],
.gform_wrapper input.is-invalid[type=email],
.gform_wrapper input.is-invalid[type=tel],
.gform_wrapper input.is-invalid[type=number],
.gform_wrapper input.is-invalid[type=password],
.gform_wrapper textarea.is-invalid,
.gform_wrapper select.is-invalid, .wishlist-name .tinvwl-rename-input input.is-invalid, .wishlist-privacy select.is-invalid, .tinv-wishlist .is-invalid#tinv_wishlist_create_field,
.tinv-wishlist input.is-invalid[type=text],
.tinv-wishlist input.is-invalid[type=search],
.tinv-wishlist input.is-invalid[type=number],
.tinv-wishlist textarea.is-invalid,
.tinv-wishlist select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .gform_wrapper input[type=text]:invalid:focus, .gform_wrapper .was-validated input[type=text]:invalid:focus,
.was-validated .gform_wrapper input[type=url]:invalid:focus,
.gform_wrapper .was-validated input[type=url]:invalid:focus,
.was-validated .gform_wrapper input[type=email]:invalid:focus,
.gform_wrapper .was-validated input[type=email]:invalid:focus,
.was-validated .gform_wrapper input[type=tel]:invalid:focus,
.gform_wrapper .was-validated input[type=tel]:invalid:focus,
.was-validated .gform_wrapper input[type=number]:invalid:focus,
.gform_wrapper .was-validated input[type=number]:invalid:focus,
.was-validated .gform_wrapper input[type=password]:invalid:focus,
.gform_wrapper .was-validated input[type=password]:invalid:focus,
.was-validated .gform_wrapper textarea:invalid:focus,
.gform_wrapper .was-validated textarea:invalid:focus,
.was-validated .gform_wrapper select:invalid:focus,
.gform_wrapper .was-validated select:invalid:focus, .was-validated .wishlist-name .tinvwl-rename-input input:invalid:focus, .wishlist-name .tinvwl-rename-input .was-validated input:invalid:focus, .was-validated .wishlist-privacy select:invalid:focus, .wishlist-privacy .was-validated select:invalid:focus, .was-validated .tinv-wishlist #tinv_wishlist_create_field:invalid:focus, .tinv-wishlist .was-validated #tinv_wishlist_create_field:invalid:focus,
.was-validated .tinv-wishlist input[type=text]:invalid:focus,
.tinv-wishlist .was-validated input[type=text]:invalid:focus,
.was-validated .tinv-wishlist input[type=search]:invalid:focus,
.tinv-wishlist .was-validated input[type=search]:invalid:focus,
.was-validated .tinv-wishlist input[type=number]:invalid:focus,
.tinv-wishlist .was-validated input[type=number]:invalid:focus,
.was-validated .tinv-wishlist textarea:invalid:focus,
.tinv-wishlist .was-validated textarea:invalid:focus,
.was-validated .tinv-wishlist select:invalid:focus,
.tinv-wishlist .was-validated select:invalid:focus, .form-control.is-invalid:focus, .gform_wrapper input.is-invalid[type=text]:focus,
.gform_wrapper input.is-invalid[type=url]:focus,
.gform_wrapper input.is-invalid[type=email]:focus,
.gform_wrapper input.is-invalid[type=tel]:focus,
.gform_wrapper input.is-invalid[type=number]:focus,
.gform_wrapper input.is-invalid[type=password]:focus,
.gform_wrapper textarea.is-invalid:focus,
.gform_wrapper select.is-invalid:focus, .wishlist-name .tinvwl-rename-input input.is-invalid:focus, .wishlist-privacy select.is-invalid:focus, .tinv-wishlist .is-invalid#tinv_wishlist_create_field:focus,
.tinv-wishlist input.is-invalid[type=text]:focus,
.tinv-wishlist input.is-invalid[type=search]:focus,
.tinv-wishlist input.is-invalid[type=number]:focus,
.tinv-wishlist textarea.is-invalid:focus,
.tinv-wishlist select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .gform_wrapper input[type=text]:invalid ~ .invalid-feedback, .gform_wrapper .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated .gform_wrapper input[type=url]:invalid ~ .invalid-feedback,
.gform_wrapper .was-validated input[type=url]:invalid ~ .invalid-feedback,
.was-validated .gform_wrapper input[type=email]:invalid ~ .invalid-feedback,
.gform_wrapper .was-validated input[type=email]:invalid ~ .invalid-feedback,
.was-validated .gform_wrapper input[type=tel]:invalid ~ .invalid-feedback,
.gform_wrapper .was-validated input[type=tel]:invalid ~ .invalid-feedback,
.was-validated .gform_wrapper input[type=number]:invalid ~ .invalid-feedback,
.gform_wrapper .was-validated input[type=number]:invalid ~ .invalid-feedback,
.was-validated .gform_wrapper input[type=password]:invalid ~ .invalid-feedback,
.gform_wrapper .was-validated input[type=password]:invalid ~ .invalid-feedback,
.was-validated .gform_wrapper textarea:invalid ~ .invalid-feedback,
.gform_wrapper .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .gform_wrapper select:invalid ~ .invalid-feedback,
.gform_wrapper .was-validated select:invalid ~ .invalid-feedback, .was-validated .wishlist-name .tinvwl-rename-input input:invalid ~ .invalid-feedback, .wishlist-name .tinvwl-rename-input .was-validated input:invalid ~ .invalid-feedback, .was-validated .wishlist-privacy select:invalid ~ .invalid-feedback, .wishlist-privacy .was-validated select:invalid ~ .invalid-feedback, .was-validated .tinv-wishlist #tinv_wishlist_create_field:invalid ~ .invalid-feedback, .tinv-wishlist .was-validated #tinv_wishlist_create_field:invalid ~ .invalid-feedback,
.was-validated .tinv-wishlist input[type=text]:invalid ~ .invalid-feedback,
.tinv-wishlist .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated .tinv-wishlist input[type=search]:invalid ~ .invalid-feedback,
.tinv-wishlist .was-validated input[type=search]:invalid ~ .invalid-feedback,
.was-validated .tinv-wishlist input[type=number]:invalid ~ .invalid-feedback,
.tinv-wishlist .was-validated input[type=number]:invalid ~ .invalid-feedback,
.was-validated .tinv-wishlist textarea:invalid ~ .invalid-feedback,
.tinv-wishlist .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .tinv-wishlist select:invalid ~ .invalid-feedback,
.tinv-wishlist .was-validated select:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .gform_wrapper input[type=text]:invalid ~ .invalid-tooltip,
.gform_wrapper .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated .gform_wrapper input[type=url]:invalid ~ .invalid-tooltip,
.gform_wrapper .was-validated input[type=url]:invalid ~ .invalid-tooltip,
.was-validated .gform_wrapper input[type=email]:invalid ~ .invalid-tooltip,
.gform_wrapper .was-validated input[type=email]:invalid ~ .invalid-tooltip,
.was-validated .gform_wrapper input[type=tel]:invalid ~ .invalid-tooltip,
.gform_wrapper .was-validated input[type=tel]:invalid ~ .invalid-tooltip,
.was-validated .gform_wrapper input[type=number]:invalid ~ .invalid-tooltip,
.gform_wrapper .was-validated input[type=number]:invalid ~ .invalid-tooltip,
.was-validated .gform_wrapper input[type=password]:invalid ~ .invalid-tooltip,
.gform_wrapper .was-validated input[type=password]:invalid ~ .invalid-tooltip,
.was-validated .gform_wrapper textarea:invalid ~ .invalid-tooltip,
.gform_wrapper .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .gform_wrapper select:invalid ~ .invalid-tooltip,
.gform_wrapper .was-validated select:invalid ~ .invalid-tooltip,
.was-validated .wishlist-name .tinvwl-rename-input input:invalid ~ .invalid-tooltip,
.wishlist-name .tinvwl-rename-input .was-validated input:invalid ~ .invalid-tooltip,
.was-validated .wishlist-privacy select:invalid ~ .invalid-tooltip,
.wishlist-privacy .was-validated select:invalid ~ .invalid-tooltip,
.was-validated .tinv-wishlist #tinv_wishlist_create_field:invalid ~ .invalid-tooltip,
.tinv-wishlist .was-validated #tinv_wishlist_create_field:invalid ~ .invalid-tooltip,
.was-validated .tinv-wishlist input[type=text]:invalid ~ .invalid-tooltip,
.tinv-wishlist .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated .tinv-wishlist input[type=search]:invalid ~ .invalid-tooltip,
.tinv-wishlist .was-validated input[type=search]:invalid ~ .invalid-tooltip,
.was-validated .tinv-wishlist input[type=number]:invalid ~ .invalid-tooltip,
.tinv-wishlist .was-validated input[type=number]:invalid ~ .invalid-tooltip,
.was-validated .tinv-wishlist textarea:invalid ~ .invalid-tooltip,
.tinv-wishlist .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .tinv-wishlist select:invalid ~ .invalid-tooltip,
.tinv-wishlist .was-validated select:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .gform_wrapper input.is-invalid[type=text] ~ .invalid-feedback,
.gform_wrapper input.is-invalid[type=url] ~ .invalid-feedback,
.gform_wrapper input.is-invalid[type=email] ~ .invalid-feedback,
.gform_wrapper input.is-invalid[type=tel] ~ .invalid-feedback,
.gform_wrapper input.is-invalid[type=number] ~ .invalid-feedback,
.gform_wrapper input.is-invalid[type=password] ~ .invalid-feedback,
.gform_wrapper textarea.is-invalid ~ .invalid-feedback,
.gform_wrapper select.is-invalid ~ .invalid-feedback, .wishlist-name .tinvwl-rename-input input.is-invalid ~ .invalid-feedback, .wishlist-privacy select.is-invalid ~ .invalid-feedback, .tinv-wishlist .is-invalid#tinv_wishlist_create_field ~ .invalid-feedback,
.tinv-wishlist input.is-invalid[type=text] ~ .invalid-feedback,
.tinv-wishlist input.is-invalid[type=search] ~ .invalid-feedback,
.tinv-wishlist input.is-invalid[type=number] ~ .invalid-feedback,
.tinv-wishlist textarea.is-invalid ~ .invalid-feedback,
.tinv-wishlist select.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.gform_wrapper input.is-invalid[type=text] ~ .invalid-tooltip,
.gform_wrapper input.is-invalid[type=url] ~ .invalid-tooltip,
.gform_wrapper input.is-invalid[type=email] ~ .invalid-tooltip,
.gform_wrapper input.is-invalid[type=tel] ~ .invalid-tooltip,
.gform_wrapper input.is-invalid[type=number] ~ .invalid-tooltip,
.gform_wrapper input.is-invalid[type=password] ~ .invalid-tooltip,
.gform_wrapper textarea.is-invalid ~ .invalid-tooltip,
.gform_wrapper select.is-invalid ~ .invalid-tooltip,
.wishlist-name .tinvwl-rename-input input.is-invalid ~ .invalid-tooltip,
.wishlist-privacy select.is-invalid ~ .invalid-tooltip,
.tinv-wishlist .is-invalid#tinv_wishlist_create_field ~ .invalid-tooltip,
.tinv-wishlist input.is-invalid[type=text] ~ .invalid-tooltip,
.tinv-wishlist input.is-invalid[type=search] ~ .invalid-tooltip,
.tinv-wishlist input.is-invalid[type=number] ~ .invalid-tooltip,
.tinv-wishlist textarea.is-invalid ~ .invalid-tooltip,
.tinv-wishlist select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid,
.was-validated .gform_wrapper textarea:invalid,
.gform_wrapper .was-validated textarea:invalid, .was-validated .tinv-wishlist textarea#tinv_wishlist_create_field:invalid, .tinv-wishlist .was-validated textarea#tinv_wishlist_create_field:invalid,
.was-validated .tinv-wishlist textarea:invalid,
.tinv-wishlist .was-validated textarea:invalid, textarea.form-control.is-invalid,
.gform_wrapper textarea.is-invalid, .tinv-wishlist textarea.is-invalid#tinv_wishlist_create_field,
.tinv-wishlist textarea.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .form-inline .gform_wrapper input[type=text], .gform_wrapper .form-inline input[type=text],
.form-inline .gform_wrapper input[type=url],
.gform_wrapper .form-inline input[type=url],
.form-inline .gform_wrapper input[type=email],
.gform_wrapper .form-inline input[type=email],
.form-inline .gform_wrapper input[type=tel],
.gform_wrapper .form-inline input[type=tel],
.form-inline .gform_wrapper input[type=number],
.gform_wrapper .form-inline input[type=number],
.form-inline .gform_wrapper input[type=password],
.gform_wrapper .form-inline input[type=password],
.form-inline .gform_wrapper textarea,
.gform_wrapper .form-inline textarea,
.form-inline .gform_wrapper select,
.gform_wrapper .form-inline select, .form-inline .wishlist-name .tinvwl-rename-input input, .wishlist-name .tinvwl-rename-input .form-inline input, .form-inline .wishlist-privacy select, .wishlist-privacy .form-inline select, .form-inline .tinv-wishlist #tinv_wishlist_create_field, .tinv-wishlist .form-inline #tinv_wishlist_create_field,
.form-inline .tinv-wishlist input[type=text],
.tinv-wishlist .form-inline input[type=text],
.form-inline .tinv-wishlist input[type=search],
.tinv-wishlist .form-inline input[type=search],
.form-inline .tinv-wishlist input[type=number],
.tinv-wishlist .form-inline input[type=number],
.form-inline .tinv-wishlist textarea,
.tinv-wishlist .form-inline textarea,
.form-inline .tinv-wishlist select,
.tinv-wishlist .form-inline select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.alert, .gform_wrapper .validation_error {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger, .gform_wrapper .validation_error {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr, .gform_wrapper .validation_error hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link, .gform_wrapper .validation_error .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after, .gform_wrapper .gf_list_inline .gfield_radio::after, .gform_wrapper .clear-multi::after, .gform_wrapper .ginput_complex::after, table.shop_table .variation::after, .woocommerce-custom-message .message-total::after, .header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .variation::after, .page-checkout .woocommerce-form-login .form-row::after, .woocommerce-cart-form table.cart .product-name .variation::after {
  display: block;
  clear: both;
  content: "";
}

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

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

@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 !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@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 !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .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 !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@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 !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@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 !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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 {
  align-items: flex-start !important;
}

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

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

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

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

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

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

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

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

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

.align-content-stretch {
  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 {
    align-items: flex-start !important;
  }

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

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

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

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

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    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 {
    align-items: flex-start !important;
  }

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

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

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

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

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    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: 992px) {
  .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 {
    align-items: flex-start !important;
  }

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

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

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

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

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    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 {
    align-items: flex-start !important;
  }

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

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

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

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

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    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;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

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

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

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

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

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

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

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

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

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

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

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

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

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

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

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

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

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

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

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

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

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

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

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

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

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

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

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

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

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

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

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

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

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

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

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

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

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

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

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

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

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

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

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

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

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

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

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

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

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

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

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

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

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

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

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

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

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

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

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

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

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

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

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

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

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

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

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

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

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

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

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

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

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

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

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

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

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

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

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

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

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

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

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

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

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

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

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

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

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

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

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

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

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

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

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

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

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

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

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

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

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

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

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

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

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

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

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

.text-center, .woocommerce .cart-empty {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

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

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*----------  Theme  ----------*/
/*=============================
=            Fonts            =
=============================*/
/*=================================
=            Variables            =
=================================*/
/*==============================
=            Mixins            =
==============================*/
/*====================================
=              WC Cart              =
====================================*/
.woocommerce-cart-form table.cart th, .woocommerce-cart-form table.cart td {
  background: transparent !important;
  padding: 15px;
}
.woocommerce-cart-form table.cart th {
  border-bottom: 0 none;
  border-top: 2px #f7f7f7 solid !important;
  color: #444;
  font-size: 0.75rem;
  font-weight: 700 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.woocommerce-cart-form table.cart td {
  border-top: 2px #f7f7f7 solid !important;
  padding: 30px 15px;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .woocommerce-cart-form table.cart .product-remove {
    border: 0 none !important;
    padding: 0;
  }
}
.woocommerce-cart-form table.cart .product-remove a {
  background: #3f554f;
  border: 0 none;
  border-radius: 100%;
  color: white;
  height: 20px;
  font-size: 16px !important;
  line-height: 20px;
  text-align: center;
  text-indent: 0;
  width: 20px;
}
@media (max-width: 767.98px) {
  .woocommerce-cart-form table.cart .product-remove a {
    top: 50%;
    position: relative;
  }
}
.woocommerce-cart-form table.cart .product-remove a:hover {
  background: #cf8c5f;
  color: white;
}
.woocommerce-cart-form table.cart .product-remove a:before {
  display: none;
}
@media (max-width: 767.98px) {
  .woocommerce-cart-form table.cart .product-thumbnail {
    border: 0 none !important;
  }
}
.woocommerce-cart-form table.cart .product-name > a {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}
.woocommerce-cart-form table.cart .product-name .variation {
  margin: 10px 0 0 0;
}
.woocommerce-cart-form table.cart .product-name .variation dt, .woocommerce-cart-form table.cart .product-name .variation dd {
  float: left;
  color: #555;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 6px;
}
.woocommerce-cart-form table.cart .product-name .variation dt {
  clear: both;
  padding-right: 5px;
}
.woocommerce-cart-form table.cart .product-quantity .qty {
  background: transparent;
  border: 1px #ccc solid;
  border-radius: 0;
  box-shadow: none;
  transition: all 0.25s ease;
  -moz-appearance: textfield;
}
.woocommerce-cart-form table.cart .product-quantity .qty::-webkit-inner-spin-button, .woocommerce-cart-form table.cart .product-quantity .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce-cart-form table.cart .product-quantity .qty:hover, .woocommerce-cart-form table.cart .product-quantity .qty:focus {
  -moz-appearance: number-input;
}
.woocommerce-cart-form table.cart .product-quantity .qty:focus {
  border-color: #3f554f;
}
.woocommerce-cart-form table.cart .product-quantity .minus,
.woocommerce-cart-form table.cart .product-quantity .plus {
  display: none;
}
.woocommerce-cart-form table.cart .product-subtotal {
  font-weight: 500;
}
.woocommerce-cart-form table.cart .coupon {
  font-size: 0;
}
@media (max-width: 767.98px) {
  .woocommerce-cart-form table.cart .coupon {
    margin-bottom: 60px !important;
  }
}
.woocommerce-cart-form table.cart .coupon input {
  vertical-align: top;
}
.woocommerce-cart-form table.cart .coupon input[type=text] {
  font-size: 14px;
}
.woocommerce-cart-form table.cart .coupon .button {
  height: 50px;
  line-height: 50px;
  padding: 0 30px !important;
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .woocommerce-cart-form table.cart .coupon .button {
    margin-left: 0;
  }
}
.woocommerce-cart-form table.cart .actions > .button {
  border-width: 1px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px !important;
  transition: all 0.25s ease !important;
}
.woocommerce-cart-form table.cart .actions > .button:after {
  display: none;
}
.woocommerce-cart-form table.cart .actions > .button:hover {
  background: #cf8c5f;
}
.woocommerce-cart-form table.cart .actions > .button:disabled:hover {
  background: #3f554f;
}
.woocommerce-cart-form table.cart .actions > .button:disabled:hover:before {
  border-color: #999;
}

#coupons_list {
  margin-bottom: 60px !important;
  text-align: center;
}
#coupons_list h3 {
  font-size: 1.125rem !important;
  line-height: 1.375rem !important;
  margin: 0 0 15px 0 !important;
}

/*====================================
=            WC Checkout            =
====================================*/
.page-checkout .woocommerce-info {
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
}
.page-checkout .woocommerce-info .showlogin,
.page-checkout .woocommerce-info .showcoupon {
  color: #cf8c5f;
  margin-left: 5px;
}
.page-checkout .checkout_coupon {
  margin-top: 20px;
}
.page-checkout .checkout_coupon .form-row {
  margin: 0 0 30px 0;
}
.page-checkout .checkout_coupon .button {
  margin: 0;
}
.page-checkout .woocommerce-form-login {
  margin-top: 20px;
}
.page-checkout .woocommerce-form-login p:first-child {
  display: none;
}
.page-checkout .woocommerce-form-login .form-row {
  display: block;
  margin: 0 0 30px 0;
}
.page-checkout .woocommerce-form-login .form-row .woocommerce-form__label-for-checkbox {
  float: left;
  margin: 20px 0 0 20px;
}
.page-checkout .woocommerce-form-login .button {
  float: left;
}
.page-checkout .woocommerce-form-login .lost_password {
  clear: both;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 10px 0;
}

form.checkout {
  margin-top: 30px;
}
form.checkout h3 {
  color: #444;
  font-size: 24px;
  line-height: 28px;
}
form.checkout .form-row {
  display: block;
  margin: 0 0 30px 0 !important;
}
form.checkout #billing_country_field strong {
  color: #444;
  font-size: 15px;
  font-weight: 700;
}
form.checkout #customer_details {
  margin: 0;
  width: 48%;
}
@media (max-width: 767.98px) {
  form.checkout #customer_details {
    width: 100%;
  }
}
form.checkout #customer_details .col-1,
form.checkout #customer_details .col-2 {
  max-width: none;
  padding: 0;
}
form.checkout #customer_details .select2-selection .select2-selection__rendered,
form.checkout #customer_details .select2-selection .select2-selection__arrow {
  height: 50px;
  line-height: 50px;
  padding: 0;
}
form.checkout #customer_details .select2-selection .select2-selection__arrow {
  width: 30px;
}
form.checkout #customer_details .form-row-first,
form.checkout #customer_details .form-row-last {
  margin-left: 0;
  margin-right: 0;
  width: 48%;
}
@media (max-width: 767.98px) {
  form.checkout #customer_details .form-row-first,
form.checkout #customer_details .form-row-last {
    float: none;
    width: 100%;
  }
}
form.checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address label {
  font-family: "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
form.checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address-checkbox {
  margin: 0 5px 0 0;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
}
form.checkout #customer_details #order_comments {
  height: 100px;
  line-height: 20px;
  padding: 10px;
}
form.checkout .woocommerce-account-fields .create-account .woocommerce-password-strength {
  font-weight: 500;
  text-align: left;
}
form.checkout .woocommerce-account-fields .create-account .woocommerce-password-strength:after {
  display: none;
}
form.checkout .woocommerce-account-fields .create-account .woocommerce-password-hint {
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 22px;
}
form.checkout #order_review {
  background: #f7f7f7;
  clear: none;
  height: auto;
  padding: 45px;
  width: 48% !important;
}
@media (max-width: 767.98px) {
  form.checkout #order_review {
    padding: 45px 30px;
    width: 100% !important;
  }
}
form.checkout #order_review .wc_payment_methods li {
  background: transparent;
}
form.checkout #order_review .wc_payment_methods .payment_box {
  background: transparent;
}
form.checkout #order_review .wc_payment_methods .payment_box .js-card-connect-errors ul {
  background: transparent;
  border: 0 none;
  color: #d35757;
  padding: 0;
  margin: 0 0 30px 0;
}
form.checkout #order_review .wc_payment_methods fieldset {
  background: transparent;
}
form.checkout #order_review .wc_payment_methods fieldset .credit-cards-icons {
  display: flex;
  align-items: center;
  margin: 0 0 30px 0;
}
form.checkout #order_review .wc_payment_methods fieldset .credit-cards-icons li img {
  float: none;
  max-height: none;
  width: 40px;
}
form.checkout #order_review .wc_payment_methods fieldset p {
  float: left;
}
form.checkout #order_review .wc_payment_methods fieldset p:first-child {
  width: 100%;
}
form.checkout #order_review .wc_payment_methods fieldset input {
  background: white;
  box-shadow: none;
  font-size: 18px !important;
}
form.checkout #order_review .place-order {
  background: transparent;
  margin: 0 !important;
  padding: 30px 0 0 0;
}
form.checkout #order_review .place-order .button {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
form.checkout #order_review_heading {
  display: none;
}
form.checkout .payment-fixed {
  box-shadow: none;
  position: relative;
  top: auto;
}

.checkout-selected-date-label {
  color: #6c757d;
  font-size: 0.875rem;
  text-transform: uppercase;
}

.checkout-selected-date h2 {
  font-size: 2.125rem;
  line-height: 1em;
}
.checkout-selected-date h2 small {
  display: block;
  color: #adb5bd;
  font-size: 1.125rem;
  line-height: 1em;
}

#place_order.paypal {
  background: #005ea6;
}
#place_order.paypal:hover {
  background: #469bdc;
}
#place_order.paypal:hover:before {
  border-color: #469bdc;
}

.gift-certificate {
  background: #f7f7f7;
  margin: 0 0 30px 0;
  padding: 30px !important;
  width: 48% !important;
}
@media (max-width: 767.98px) {
  .gift-certificate {
    float: none !important;
    width: 100% !important;
  }
}
.gift-certificate h3 {
  font-size: 1.125rem !important;
  line-height: 1.375rem !important;
  margin: 0 0 15px 0 !important;
}
.gift-certificate .gift-certificate-show-form p {
  display: none;
}
.gift-certificate .gift-certificate-show-form ul {
  margin: 0;
}
.gift-certificate .gift-certificate-show-form ul input {
  margin: 0 6px 0 0;
}
.gift-certificate .form_table {
  border: 0 none;
  margin: 10px 0 0 0;
  padding: 0;
  width: 100%;
}
.gift-certificate .form_table .email_amount {
  margin-bottom: 15px;
}
.gift-certificate .form_table input,
.gift-certificate .form_table textarea {
  background: white;
  box-shadow: none;
}

.woocommerce-checkout-payment li {
  background: transparent !important;
  margin-bottom: 30px;
}
.woocommerce-checkout-payment li:last-child {
  margin-bottom: 0;
}
.woocommerce-checkout-payment li > input[type=radio]:first-child:checked + label:before {
  color: #cf8c5f !important;
}
.woocommerce-checkout-payment li > label {
  background: #eee;
  margin-bottom: 0;
  padding: 20px !important;
  position: relative;
}
.woocommerce-checkout-payment li > label:after {
  background-size: 100% !important;
  content: "";
  height: 27px;
  margin-top: -13px;
  position: absolute;
  right: 30px;
  top: 50%;
  width: 100px;
}
@media (max-width: 991.98px) {
  .woocommerce-checkout-payment li > label:after {
    display: none;
  }
}
.woocommerce-checkout-payment li > label a, .woocommerce-checkout-payment li > label img {
  display: none;
}
.woocommerce-checkout-payment li .payment_box {
  padding: 0 !important;
}
.woocommerce-checkout-payment li .payment_box fieldset {
  width: 100%;
}
.woocommerce-checkout-payment li .payment_box fieldset > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout-payment li .payment_box fieldset > div .form-row {
  float: none !important;
}
.woocommerce-checkout-payment li .payment_box fieldset > div .form-row-wide {
  width: 100%;
}
.woocommerce-checkout-payment li .payment_box fieldset > div .form-row-first,
.woocommerce-checkout-payment li .payment_box fieldset > div .form-row-last {
  width: 48%;
}
.woocommerce-checkout-payment li .payment_box fieldset > div .clear {
  display: none;
}
.woocommerce-checkout-payment li .payment_box fieldset > div .input-text {
  background-image: none !important;
}
.woocommerce-checkout-payment li .payment_box fieldset label .required {
  display: none;
}
.woocommerce-checkout-payment li.payment_method_paypal_pro_payflow > label:after {
  background: transparent url("images/credit-cards.png") no-repeat 0 0;
}
.woocommerce-checkout-payment li.payment_method_paypal > label:after {
  background: transparent url("images/paypal-logo.png") no-repeat 0 0;
}

#wc-paypal_pro_payflow-cc-form {
  display: flex;
  flex-wrap: wrap;
}
#wc-paypal_pro_payflow-cc-form p {
  display: flex;
  float: none !important;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100% !important;
}
#wc-paypal_pro_payflow-cc-form p label {
  width: 100% !important;
}
#wc-paypal_pro_payflow-cc-form p #cc-expire-month,
#wc-paypal_pro_payflow-cc-form p #cc-expire-year {
  height: 2.5rem;
  width: 48%;
}

/*====================================
=             WC Account            =
====================================*/
@media (max-width: 767.98px) {
  .page-my-account .woocommerce {
    padding: 0 30px;
  }
}
.page-my-account .woocommerce .form-row {
  display: block;
  margin: 0 0 30px 0;
}
.page-my-account .woocommerce h2 {
  color: #928e6a;
  font-size: 26px;
}
.page-my-account .woocommerce .woocommerce-ResetPassword {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 767.98px) {
  .page-my-account .woocommerce .woocommerce-ResetPassword {
    margin-bottom: 60px;
    padding: 0 30px;
  }
}
.page-my-account .woocommerce .woocommerce-ResetPassword .form-row-first {
  width: 100%;
}
.page-my-account .woocommerce-form__label-for-checkbox {
  margin: 30px 0 0 15px;
}
.page-my-account .woocommerce-LostPassword {
  font-size: 14px;
  margin: 0;
}
.page-my-account .woocommerce-MyAccount-content {
  width: 70%;
}
@media (max-width: 767.98px) {
  .page-my-account .woocommerce-MyAccount-content {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .page-my-account .woocommerce-MyAccount-content .woocommerce-Message--info .woocommerce-Button {
    display: none;
  }
}
.page-my-account .woocommerce-MyAccount-content .col-1,
.page-my-account .woocommerce-MyAccount-content .col-2 {
  max-width: none;
  margin: 0;
  padding: 0;
}
.page-my-account .woocommerce-MyAccount-content .col-1 {
  margin-bottom: 60px;
}
.page-my-account .woocommerce-MyAccount-content h3 {
  text-transform: capitalize;
}
.page-my-account .woocommerce-MyAccount-content fieldset,
.page-my-account .woocommerce-MyAccount-content legend {
  background: transparent;
}
.page-my-account .woocommerce-MyAccount-content fieldset {
  margin-top: 60px;
}
.page-my-account .woocommerce-MyAccount-content legend {
  color: #444;
  font-family: "clarendon-urw", Georgia, Times, serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.75rem;
  margin: 0 0 30px 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .page-my-account .woocommerce-MyAccount-content legend {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}
.page-my-account .woocommerce-MyAccount-navigation {
  background: #f7f7f7;
  margin: 0;
  width: 25%;
}
@media (max-width: 767.98px) {
  .page-my-account .woocommerce-MyAccount-navigation {
    margin-bottom: 30px;
    width: 100%;
  }
}
.page-my-account .woocommerce-MyAccount-navigation ul {
  border: 0 none;
  margin: 0;
}
.page-my-account .woocommerce-MyAccount-navigation li {
  display: block;
}
.page-my-account .woocommerce-MyAccount-navigation li:last-child {
  border-bottom: 0 none;
}
.page-my-account .woocommerce-MyAccount-navigation li a {
  color: #444;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  white-space: nowrap;
}
.page-my-account .woocommerce-MyAccount-navigation li a:hover {
  color: #cf8c5f;
}
.page-my-account .woocommerce-MyAccount-navigation li a:before {
  display: none;
}
.page-my-account .woocommerce-MyAccount-navigation li.is-active a {
  color: #cf8c5f;
}
.page-my-account .woocommerce-Address {
  display: block;
  float: none !important;
  width: 100% !important;
}
.page-my-account .woocommerce-info {
  text-align: left;
}
.page-my-account .woocommerce-MyAccount-orders thead {
  background: #f7f7f7;
}
.page-my-account .woocommerce-MyAccount-orders td {
  font-size: 16px;
  line-height: 18px;
}
.page-my-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
  background: transparent;
  box-shadow: none;
  color: #928e6a;
  display: block;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.page-my-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:after {
  display: none;
}
.page-my-account #sc_coupons_list h5,
.page-my-account #sc_coupons_list hr {
  display: none;
}
.page-my-account #sc_coupons_list .wc_sc_total_available_store_credit {
  font-size: 16px;
  text-align: left;
}
.page-my-account #sc_coupons_list .wc_sc_total_available_store_credit > span {
  font-size: 16px;
  font-weight: 500;
}
.page-my-account .woocommerce-MyAccount-orders.shop_table th {
  border-top: 0 none;
}
.page-my-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a {
  background: #3f554f;
  color: white;
  font-size: 0.875rem;
  padding: 10px;
  text-transform: uppercase;
}
.page-my-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:before {
  display: none;
}
.page-my-account .woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a:hover {
  background: #cf8c5f;
}

#customer_login .register-account {
  box-shadow: -1px 0 0 0 #eee;
}

.tinv-wishlist .navigation-button {
  display: flex;
  font-size: 0.875rem;
  margin: 0;
}
.tinv-wishlist .navigation-button > li {
  float: none;
  margin: 0;
  margin-right: 0.9375rem;
  padding-right: 0.9375rem;
  position: relative;
}
.tinv-wishlist .navigation-button > li a {
  color: #333;
  font-weight: bold;
  margin: 0 !important;
}
.tinv-wishlist .navigation-button > li a i {
  color: #777;
}
.tinv-wishlist .navigation-button > li:after {
  background: #ccc;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 0.0625rem;
}
.tinv-wishlist .navigation-button > li:last-child:after {
  display: none;
}
.tinv-wishlist .tinv-login {
  background: #eee;
  padding: 0;
  text-align: center;
}
.tinv-wishlist .social-buttons {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  font-weight: bold;
}
.tinv-wishlist .social-buttons ul {
  margin: 0;
}
.tinv-wishlist .social-buttons ul li {
  margin: 0;
}
.tinv-wishlist .social-buttons ul li a {
  color: #6c9a8c;
}
.tinv-wishlist .social-buttons ul li a:hover, .tinv-wishlist .social-buttons ul li a:active {
  color: #3f554f;
}
.tinv-wishlist .product-price del {
  opacity: 0.4;
}
.tinvwl-table-manage-lists {
  font-size: 0.875rem;
}
.tinvwl-table-manage-lists tbody td {
  vertical-align: middle;
}

.wishlist-name > a {
  background: #eee;
  color: #333;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 0.375rem 0.625rem;
}
/*====================================
=             WC Orders              =
====================================*/
.woocommerce-notice {
  text-align: center;
}

.woocommerce-order-overview,
.woocommerce-table--order-details {
  width: 50%;
}
@media (max-width: 991.98px) {
  .woocommerce-order-overview,
.woocommerce-table--order-details {
    width: 75%;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-order-overview,
.woocommerce-table--order-details {
    width: 95%;
  }
}

.woocommerce-order-overview {
  margin: 0 auto 90px auto !important;
  text-align: center;
}
@media (max-width: 767.98px) {
  .woocommerce-order-overview {
    margin-bottom: 60px !important;
  }
}

.woocommerce-order-details__title {
  text-align: center;
}

.woocommerce-table--order-details {
  background: transparent;
  border-bottom: 0 none !important;
  margin: 0 auto;
}
.woocommerce-table--order-details th, .woocommerce-table--order-details td {
  border-width: 1px !important;
}
@media (max-width: 767.98px) {
  .woocommerce-table--order-details th:not(.product-total) {
    display: block !important;
    padding-bottom: 6px !important;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-table--order-details td {
    border-top: 0 none !important;
    display: block !important;
    padding-top: 0 !important;
  }
}
@media (max-width: 767.98px) {
  .woocommerce-table--order-details td.product-name {
    padding-bottom: 6px !important;
  }
}

/*======================================
=          Calendar Overrides          =
======================================*/
.product-calendar {
  margin-bottom: 90px;
}
@media (max-width: 575.98px) {
  .product-calendar {
    margin-bottom: 60px;
  }
}
@media (max-width: 575.98px) {
  .product-calendar header {
    margin-bottom: 15px;
  }
}
@media (max-width: 575.98px) {
  .product-calendar header h3 {
    margin-bottom: 15px;
  }
}
.product-calendar header ul li {
  color: #444;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 15px 0 30px;
  padding-left: 65px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .product-calendar header ul li {
    font-size: 13px;
    margin: 0 0 0 15px;
    padding-left: 15px;
  }
}
.product-calendar header ul li:before {
  background: #6c9a8c;
  content: "";
  height: 5px;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 50px;
}
@media (max-width: 575.98px) {
  .product-calendar header ul li:before {
    height: 10px;
    margin-top: -5px;
    width: 10px;
  }
}
@media (max-width: 575.98px) {
  .product-calendar header ul li:first-child {
    margin-left: 0;
  }
}
.product-calendar header ul li:first-child:before {
  background: #d1c98a;
}
.product-calendar header ul li:last-child:before {
  background: #cf8c5f;
}

.calendar-grid {
  background: #f7f7f7;
  padding: 15px 30px 45px 30px;
}
@media (max-width: 575.98px) {
  .calendar-grid {
    padding: 15px 15px 5px 15px;
  }
}
.calendar-grid .grid-row {
  display: flex;
  height: 60px;
  position: relative;
}
@media (max-width: 575.98px) {
  .calendar-grid .grid-row {
    height: 20px;
  }
}
.calendar-grid .grid-row.grid-spacer {
  height: 50px;
}
@media (max-width: 575.98px) {
  .calendar-grid .grid-row.grid-spacer {
    height: 10px;
  }
}
.calendar-grid .grid-row.grid-spacer .grid-item {
  padding-bottom: 0;
}
.calendar-grid .grid-row .grid-item {
  background: #eee;
  flex: 1;
  margin: 0 15px;
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 1199.98px) {
  .calendar-grid .grid-row .grid-item {
    margin: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .calendar-grid .grid-row .grid-item {
    margin: 0;
  }
  .calendar-grid .grid-row .grid-item:nth-child(even) {
    background: #f3f3f3;
  }
}
.calendar-grid .grid-row .grid-item > div {
  height: 100%;
  position: relative;
}
.calendar-grid .grid-row .grid-item.active + .active > div:before {
  background: inherit;
  content: "";
  height: 100%;
  left: -30px;
  position: absolute;
  width: 30px;
}
.calendar-grid .grid-row .grid-item.active.active-start > div {
  position: relative;
}
.calendar-grid .grid-row .grid-item.active.active-start > div:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 5px;
}
@media (max-width: 575.98px) {
  .calendar-grid .grid-row .grid-item.active.active-start > div:before {
    display: none;
  }
}
.calendar-grid .grid-row .grid-item.active.active-start > div:after {
  content: "";
  font-family: "Material Icons";
  font-size: 1.25rem;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 575.98px) {
  .calendar-grid .grid-row .grid-item.active.active-start > div:after {
    display: none;
  }
}
.calendar-grid .grid-row.grid-month {
  margin-bottom: 10px;
}
@media (max-width: 575.98px) {
  .calendar-grid .grid-row.grid-month {
    height: auto;
  }
}
.calendar-grid .grid-row.grid-month .grid-item {
  background: transparent;
  color: #444;
  flex: 1;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 60px;
  padding: 0;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .calendar-grid .grid-row.grid-month .grid-item {
    font-size: 11px;
    line-height: 30px;
    padding: 0;
    text-align: left;
    transform: rotate(-90deg);
  }
}
.calendar-grid .grid-row.grid-planting .grid-item.active > div {
  background: #d1c98a;
}
.calendar-grid .grid-row.grid-planting .grid-item.active.active-start > div:before {
  background: #b0a445;
}
.calendar-grid .grid-row.grid-planting .grid-item.active.active-start > div:after {
  color: #8b8237;
  content: "";
}
.calendar-grid .grid-row.grid-pruning .grid-item.active > div {
  background: #6c9a8c;
}
.calendar-grid .grid-row.grid-pruning .grid-item.active.active-start > div:before {
  background: #4c6e63;
}
.calendar-grid .grid-row.grid-pruning .grid-item.active.active-start > div:after {
  color: #375048;
  content: "";
}
.calendar-grid .grid-row.grid-harvest .grid-item.active > div {
  background: #cf8c5f;
}
.calendar-grid .grid-row.grid-harvest .grid-item.active.active-start > div:before {
  background: #ad6534;
}
.calendar-grid .grid-row.grid-harvest .grid-item.active.active-start > div:after {
  color: #864e28;
  content: "";
}

.shipping-disclaimer {
  color: #6c757d;
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.25em;
}
.shipping-disclaimer > p:first-child:before {
  color: #d35757;
  content: "**";
  display: inline-block;
  font-weight: bold;
  padding-right: 0.25rem;
}

/*====================================
=            Theme Styles            =
====================================*/
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  outline: none !important;
}

html,
body {
  overflow-x: hidden;
}

body {
  font-family: "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.tk-active body {
  opacity: 1;
}
body.overflow-active {
  overflow: hidden;
}

::-moz-selection {
  background: #cf8c5f;
  color: #fff;
}

::selection {
  background: #cf8c5f;
  color: #fff;
}

img,
figure,
video {
  border-radius: 0;
  max-width: 100%;
  width: 100%;
}

img.auto-size {
  width: 100%;
  height: auto;
}

video {
  display: block;
}

a {
  color: #cf8c5f;
  transition: all 0.25s ease;
}
a:hover, a:focus {
  color: #9a592e;
  text-decoration: none;
}

p,
ul,
ol {
  margin-bottom: 30px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "clarendon-urw", Georgia, Times, serif;
  font-weight: 500;
  letter-spacing: 0;
}
h1 a,
h1 strong,
h1 b,
h2 a,
h2 strong,
h2 b,
h3 a,
h3 strong,
h3 b,
h4 a,
h4 strong,
h4 b,
h5 a,
h5 strong,
h5 b {
  font-weight: 500;
}

h1 {
  font-size: 3.75rem;
  line-height: 4rem;
  margin: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  h1 {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}

h2 {
  font-size: 3.125rem;
  line-height: 3.375rem;
  margin: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  h2 {
    font-size: 2.1875rem;
    line-height: 2.4375rem;
  }
}

h3 {
  font-size: 2.5rem;
  line-height: 2.75rem;
  margin: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.125rem;
  }
}

h4 {
  font-size: 1.875rem;
  line-height: 2.125rem;
  margin: 0 0 30px 0;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 1.5625rem;
    line-height: 1.8125rem;
  }
}

.h5, .ais-hits__empty h3, .page-title .size-small, .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-order .woocommerce-customer-details h2, .product-content .tab-content .mobile-tab, .type-product h2,
.type-product_variation h2, h5, .woocommerce-order-details__title {
  font-size: 1.25rem;
  font-family: "clarendon-urw", Georgia, Times, serif;
  line-height: 1.5rem;
  margin: 0 0 30px 0;
}

.accent {
  color: #444;
  font-family: "sauber-script", "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 0;
}

.btn, .gform_wrapper .button, .product-waitlist input[type=submit], .cart-collaterals .wc-proceed-to-checkout .button, .woocommerce-form-login .button,
.woocommerce-form-register .button,
.checkout_coupon .button,
.woocommerce-ResetPassword .button,
.place-order .button,
.woocommerce-MyAccount-content .button, .woocommerce-custom-message .message-buttons a, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
#section-product form.cart .single_add_to_cart_button, .header-mid #nav-util .widget_shopping_cart .buttons a, .woocommerce-cart-form table.cart .actions > .button,
.btn-outline,
.woocommerce-cart-form table.cart .coupon .button {
  display: inline-block;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  overflow: hidden;
  padding: 18px 35px 20px 35px;
  position: relative;
  text-align: center;
}

.btn-outline, .woocommerce-cart-form table.cart .coupon .button {
  background: transparent;
  border: 1px #3f554f solid;
  color: #3f554f;
  transition: all 0.25s ease;
}
.btn-outline:hover, .woocommerce-cart-form table.cart .coupon .button:hover, .btn-outline:focus, .woocommerce-cart-form table.cart .coupon .button:focus {
  background: #cf8c5f;
  border-color: #cf8c5f;
  color: white;
}

.btn, .gform_wrapper .button, .product-waitlist input[type=submit], .cart-collaterals .wc-proceed-to-checkout .button, .woocommerce-form-login .button,
.woocommerce-form-register .button,
.checkout_coupon .button,
.woocommerce-ResetPassword .button,
.place-order .button,
.woocommerce-MyAccount-content .button, .woocommerce-custom-message .message-buttons a, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button,
#section-product form.cart .single_add_to_cart_button, .header-mid #nav-util .widget_shopping_cart .buttons a, .woocommerce-cart-form table.cart .actions > .button {
  background: #3f554f;
  color: white;
}
.btn span, .gform_wrapper .button span, .product-waitlist input[type=submit] span, .cart-collaterals .wc-proceed-to-checkout .button span, .woocommerce-form-login .button span,
.woocommerce-form-register .button span,
.checkout_coupon .button span,
.woocommerce-ResetPassword .button span,
.place-order .button span,
.woocommerce-MyAccount-content .button span, .woocommerce-custom-message .message-buttons a span, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button span,
#section-product form.cart .single_add_to_cart_button span, .header-mid #nav-util .widget_shopping_cart .buttons a span, .woocommerce-cart-form table.cart .actions > .button span {
  display: block;
  position: relative;
  transition: all 0.25s ease 0.05s;
  z-index: 3;
}
.btn:before, .gform_wrapper .button:before, .product-waitlist input[type=submit]:before, .cart-collaterals .wc-proceed-to-checkout .button:before, .woocommerce-form-login .button:before,
.woocommerce-form-register .button:before,
.checkout_coupon .button:before,
.woocommerce-ResetPassword .button:before,
.place-order .button:before,
.woocommerce-MyAccount-content .button:before, .woocommerce-custom-message .message-buttons a:before, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:before,
#section-product form.cart .single_add_to_cart_button:before, .header-mid #nav-util .widget_shopping_cart .buttons a:before, .woocommerce-cart-form table.cart .actions > .button:before {
  border: 1px #999 solid;
  box-shadow: inset 0 0 0 2px #f7f7f7;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s cubic-bezier(0.405, 0.07, 0.575, 0.995);
  width: 100%;
  z-index: 2;
}
.btn:after, .gform_wrapper .button:after, .product-waitlist input[type=submit]:after, .cart-collaterals .wc-proceed-to-checkout .button:after, .woocommerce-form-login .button:after,
.woocommerce-form-register .button:after,
.checkout_coupon .button:after,
.woocommerce-ResetPassword .button:after,
.place-order .button:after,
.woocommerce-MyAccount-content .button:after, .woocommerce-custom-message .message-buttons a:after, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:after,
#section-product form.cart .single_add_to_cart_button:after, .header-mid #nav-util .widget_shopping_cart .buttons a:after, .woocommerce-cart-form table.cart .actions > .button:after {
  background: #cf8c5f;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0.1s, transform-origin 0.1s cubic-bezier(0.405, 0.07, 0.575, 0.995) 0s;
  width: 100%;
  z-index: 1;
}
.btn:hover, .gform_wrapper .button:hover, .product-waitlist input[type=submit]:hover, .cart-collaterals .wc-proceed-to-checkout .button:hover, .woocommerce-form-login .button:hover,
.woocommerce-form-register .button:hover,
.checkout_coupon .button:hover,
.woocommerce-ResetPassword .button:hover,
.place-order .button:hover,
.woocommerce-MyAccount-content .button:hover, .woocommerce-custom-message .message-buttons a:hover, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover,
#section-product form.cart .single_add_to_cart_button:hover, .header-mid #nav-util .widget_shopping_cart .buttons a:hover, .woocommerce-cart-form table.cart .actions > .button:hover, .btn:focus, .gform_wrapper .button:focus, .product-waitlist input[type=submit]:focus, .cart-collaterals .wc-proceed-to-checkout .button:focus, .woocommerce-form-login .button:focus,
.woocommerce-form-register .button:focus,
.checkout_coupon .button:focus,
.woocommerce-ResetPassword .button:focus,
.place-order .button:focus,
.woocommerce-MyAccount-content .button:focus, .woocommerce-custom-message .message-buttons a:focus, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:focus,
#section-product form.cart .single_add_to_cart_button:focus, .header-mid #nav-util .widget_shopping_cart .buttons a:focus, .woocommerce-cart-form table.cart .actions > .button:focus {
  color: white;
  transition: color 0.25s cubic-bezier(0.405, 0.07, 0.575, 0.995);
}
.btn:hover span, .gform_wrapper .button:hover span, .product-waitlist input[type=submit]:hover span, .cart-collaterals .wc-proceed-to-checkout .button:hover span, .woocommerce-form-login .button:hover span,
.woocommerce-form-register .button:hover span,
.checkout_coupon .button:hover span,
.woocommerce-ResetPassword .button:hover span,
.place-order .button:hover span,
.woocommerce-MyAccount-content .button:hover span, .woocommerce-custom-message .message-buttons a:hover span, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover span,
#section-product form.cart .single_add_to_cart_button:hover span, .header-mid #nav-util .widget_shopping_cart .buttons a:hover span, .woocommerce-cart-form table.cart .actions > .button:hover span, .btn:focus span, .gform_wrapper .button:focus span, .product-waitlist input[type=submit]:focus span, .cart-collaterals .wc-proceed-to-checkout .button:focus span, .woocommerce-form-login .button:focus span,
.woocommerce-form-register .button:focus span,
.checkout_coupon .button:focus span,
.woocommerce-ResetPassword .button:focus span,
.place-order .button:focus span,
.woocommerce-MyAccount-content .button:focus span, .woocommerce-custom-message .message-buttons a:focus span, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:focus span,
#section-product form.cart .single_add_to_cart_button:focus span, .header-mid #nav-util .widget_shopping_cart .buttons a:focus span, .woocommerce-cart-form table.cart .actions > .button:focus span {
  transition: none;
}
.btn:hover:before, .gform_wrapper .button:hover:before, .product-waitlist input[type=submit]:hover:before, .cart-collaterals .wc-proceed-to-checkout .button:hover:before, .woocommerce-form-login .button:hover:before,
.woocommerce-form-register .button:hover:before,
.checkout_coupon .button:hover:before,
.woocommerce-ResetPassword .button:hover:before,
.place-order .button:hover:before,
.woocommerce-MyAccount-content .button:hover:before, .woocommerce-custom-message .message-buttons a:hover:before, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover:before,
#section-product form.cart .single_add_to_cart_button:hover:before, .header-mid #nav-util .widget_shopping_cart .buttons a:hover:before, .woocommerce-cart-form table.cart .actions > .button:hover:before, .btn:focus:before, .gform_wrapper .button:focus:before, .product-waitlist input[type=submit]:focus:before, .cart-collaterals .wc-proceed-to-checkout .button:focus:before, .woocommerce-form-login .button:focus:before,
.woocommerce-form-register .button:focus:before,
.checkout_coupon .button:focus:before,
.woocommerce-ResetPassword .button:focus:before,
.place-order .button:focus:before,
.woocommerce-MyAccount-content .button:focus:before, .woocommerce-custom-message .message-buttons a:focus:before, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:focus:before,
#section-product form.cart .single_add_to_cart_button:focus:before, .header-mid #nav-util .widget_shopping_cart .buttons a:focus:before, .woocommerce-cart-form table.cart .actions > .button:focus:before {
  border-color: #cf8c5f;
}
.btn:hover:after, .gform_wrapper .button:hover:after, .product-waitlist input[type=submit]:hover:after, .cart-collaterals .wc-proceed-to-checkout .button:hover:after, .woocommerce-form-login .button:hover:after,
.woocommerce-form-register .button:hover:after,
.checkout_coupon .button:hover:after,
.woocommerce-ResetPassword .button:hover:after,
.place-order .button:hover:after,
.woocommerce-MyAccount-content .button:hover:after, .woocommerce-custom-message .message-buttons a:hover:after, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:hover:after,
#section-product form.cart .single_add_to_cart_button:hover:after, .header-mid #nav-util .widget_shopping_cart .buttons a:hover:after, .woocommerce-cart-form table.cart .actions > .button:hover:after, .btn:focus:after, .gform_wrapper .button:focus:after, .product-waitlist input[type=submit]:focus:after, .cart-collaterals .wc-proceed-to-checkout .button:focus:after, .woocommerce-form-login .button:focus:after,
.woocommerce-form-register .button:focus:after,
.checkout_coupon .button:focus:after,
.woocommerce-ResetPassword .button:focus:after,
.place-order .button:focus:after,
.woocommerce-MyAccount-content .button:focus:after, .woocommerce-custom-message .message-buttons a:focus:after, #section-product .woocommerce-variation-add-to-cart .single_add_to_cart_button:focus:after,
#section-product form.cart .single_add_to_cart_button:focus:after, .header-mid #nav-util .widget_shopping_cart .buttons a:focus:after, .woocommerce-cart-form table.cart .actions > .button:focus:after {
  transform-origin: 0 50%;
  transform: scaleX(1);
  transition: transform 0.3s cubic-bezier(0.405, 0.07, 0.575, 0.995);
}
.btn.disabled:after, .gform_wrapper .disabled.button:after, .product-waitlist input.disabled[type=submit]:after, .cart-collaterals .wc-proceed-to-checkout .disabled.button:after, .woocommerce-form-login .disabled.button:after,
.woocommerce-form-register .disabled.button:after,
.checkout_coupon .disabled.button:after,
.woocommerce-ResetPassword .disabled.button:after,
.place-order .disabled.button:after,
.woocommerce-MyAccount-content .disabled.button:after, .woocommerce-custom-message .message-buttons a.disabled:after, #section-product .woocommerce-variation-add-to-cart .disabled.single_add_to_cart_button:after,
#section-product form.cart .disabled.single_add_to_cart_button:after, .header-mid #nav-util .widget_shopping_cart .buttons a.disabled:after, .woocommerce-cart-form table.cart .actions > .disabled.button:after {
  display: none;
}
.btn.disabled:hover:before, .gform_wrapper .disabled.button:hover:before, .product-waitlist input.disabled[type=submit]:hover:before, .cart-collaterals .wc-proceed-to-checkout .disabled.button:hover:before, .woocommerce-form-login .disabled.button:hover:before,
.woocommerce-form-register .disabled.button:hover:before,
.checkout_coupon .disabled.button:hover:before,
.woocommerce-ResetPassword .disabled.button:hover:before,
.place-order .disabled.button:hover:before,
.woocommerce-MyAccount-content .disabled.button:hover:before, .woocommerce-custom-message .message-buttons a.disabled:hover:before, #section-product .woocommerce-variation-add-to-cart .disabled.single_add_to_cart_button:hover:before,
#section-product form.cart .disabled.single_add_to_cart_button:hover:before, .header-mid #nav-util .widget_shopping_cart .buttons a.disabled:hover:before, .woocommerce-cart-form table.cart .actions > .disabled.button:hover:before {
  border-color: rgba(153, 153, 153, 0.5);
}

.img-hover, .up-sells .product-up-sells a, .type-product > div > a,
.type-product_variation > div > a {
  display: block;
  overflow: hidden;
}
.img-hover img, .up-sells .product-up-sells a img, .type-product > div > a img,
.type-product_variation > div > a img {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 1s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.img-hover:hover img, .up-sells .product-up-sells a:hover img, .type-product > div > a:hover img,
.type-product_variation > div > a:hover img {
  transform: scale(1.1);
}

#main {
  margin-bottom: 90px;
  padding-top: 45px;
}
@media (max-width: 767.98px) {
  #main {
    padding-top: 30px;
  }
}
.page-home #main {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  #main {
    margin-bottom: 30px;
  }
}

.container-max, .header-mid > div, .header-top > div {
  max-width: 1600px;
  margin: 0 auto;
}

#header {
  position: relative;
  z-index: 1000;
}

.header-top {
  background: #3f554f;
}
.header-top > div {
  color: white;
  height: 40px;
  padding: 0 15px;
  position: relative;
}
.header-top p {
  font-family: "clarendon-urw", Georgia, Times, serif;
  font-size: 0.75rem;
  left: 50%;
  line-height: 40px;
  margin: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}
.header-top ul {
  align-items: center;
  display: flex;
  height: 40px;
  list-style: none;
  margin: 0;
}
.header-top ul a {
  color: white;
  display: block;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.0625rem;
  padding: 0 15px;
  text-transform: uppercase;
}
.header-top ul a:hover {
  color: #d1c98a;
}

.header-mid {
  background: #eee;
}
.sticky-nav .header-mid {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .sticky-nav .header-mid {
    margin-bottom: 0;
  }
}
.header-mid > div {
  align-items: center;
  display: flex;
  height: 120px;
  justify-content: space-between;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .header-mid > div {
    height: 80px;
    padding: 0;
  }
}
@media (max-width: 575.98px) {
  .header-mid .logo {
    order: 1;
  }
}
@media (max-width: 991.98px) {
  .header-mid .logo img {
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  .header-mid .logo img {
    width: 70%;
  }
}
.header-mid .search-wrapper {
  width: 35%;
}
@media (max-width: 991.98px) {
  .header-mid .search-wrapper.search-open {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width: 991.98px) {
  .header-mid .search-wrapper {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none;
    top: 0;
    transition: opacity 0.25s ease;
    width: 100%;
    z-index: 10;
  }
}
.header-mid .search-wrapper form {
  margin: 0;
  position: relative;
}
.header-mid .search-wrapper form:before {
  color: #3f554f;
  content: "";
  font-family: "Material Icons";
  font-size: 1.25rem;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.header-mid .search-wrapper form:after {
  background: #cfcfcf;
  content: "";
  height: calc(100% - 30px);
  left: 55px;
  position: absolute;
  top: 15px;
  width: 1px;
}
.header-mid .search-wrapper form i {
  color: #444;
  cursor: pointer;
  font-size: 20px;
  line-height: 80px;
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 0;
}
.header-mid .search-wrapper input {
  background: #f7f7f7;
  box-shadow: none;
  color: #444;
  font-size: 0.75rem;
  height: 60px;
  line-height: 60px;
  padding: 15px 15px 15px 75px;
  transition: all 0.5s ease;
  width: 75%;
}
@media (max-width: 1199.98px) {
  .header-mid .search-wrapper input {
    width: 85%;
  }
}
@media (max-width: 991.98px) {
  .header-mid .search-wrapper input {
    height: 80px;
    font-size: 1rem;
    line-height: 80px;
    padding-right: 75px;
    width: 100%;
  }
}
.header-mid .search-wrapper input::-webkit-input-placeholder {
  color: 9d9d9d;
}
.header-mid .search-wrapper input::-moz-placeholder {
  color: 9d9d9d;
}
.header-mid .search-wrapper input:-ms-input-placeholder {
  color: 9d9d9d;
}
.header-mid .search-wrapper input::-ms-input-placeholder {
  color: 9d9d9d;
}
.header-mid .search-wrapper input::placeholder {
  color: 9d9d9d;
}
.header-mid .search-wrapper input:focus {
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 991.98px) {
  .header-mid .search-wrapper input:focus {
    box-shadow: none;
  }
}
.header-mid #nav-util {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  width: 35%;
}
@media (max-width: 575.98px) {
  .header-mid #nav-util {
    order: 2;
    margin-left: auto;
    width: auto;
  }
}
.header-mid #nav-util > li > a {
  color: #3f554f;
  display: block;
  white-space: nowrap;
}
.header-mid #nav-util > li > a > span {
  transition: all 0.25s ease;
}
.header-mid #nav-util > li:hover > a {
  color: #cf8c5f;
}
.header-mid #nav-util > li:hover > a > span {
  color: #cf8c5f;
}
.header-mid #nav-util > li:not(.nav-cart) > a {
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.header-mid #nav-util .nav-search-btn {
  text-align: center;
}
@media (max-width: 575.98px) {
  .header-mid #nav-util .nav-search-btn {
    width: 60px;
  }
}
.header-mid #nav-util .nav-search-btn i {
  color: #3f554f;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 80px;
  padding: 0 15px;
  transition: all 0.25s ease;
}
.header-mid #nav-util .nav-search-btn i:hover {
  color: #cf8c5f;
}
.header-mid #nav-util .nav-cart {
  margin-left: 30px;
  position: relative;
}
@media (max-width: 991.98px) {
  .header-mid #nav-util .nav-cart {
    margin-left: 0;
  }
}
@media (max-width: 575.98px) {
  .header-mid #nav-util .nav-cart {
    width: 60px;
  }
}
.header-mid #nav-util .nav-cart:hover .cart-contents > span {
  color: white;
}
.header-mid #nav-util .nav-cart:hover .widget_shopping_cart {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
}
.header-mid #nav-util .cart-contents {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  font-family: "sauber-script", "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 18px;
  height: 60px;
  justify-content: center;
  padding-left: 25px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .header-mid #nav-util .cart-contents {
    background: transparent;
    color: #3f554f;
    height: 80px;
    padding: 0 30px 0 15px;
  }
}
@media (max-width: 575.98px) {
  .header-mid #nav-util .cart-contents {
    padding: 0;
  }
}
.header-mid #nav-util .cart-contents > i {
  font-size: 20px;
  margin: 0 10px 5px 0;
}
@media (max-width: 991.98px) {
  .header-mid #nav-util .cart-contents > i {
    margin: 0 0 2px 0;
  }
}
.header-mid #nav-util .cart-contents > em {
  font-style: normal;
}
@media (max-width: 991.98px) {
  .header-mid #nav-util .cart-contents > em {
    display: none;
  }
}
.header-mid #nav-util .cart-contents > span {
  background: #cf8c5f;
  color: white;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  margin-left: 30px;
  text-align: center;
  width: 60px;
}
@media (max-width: 991.98px) {
  .header-mid #nav-util .cart-contents > span {
    background: transparent;
    color: #3f554f;
    height: auto;
    line-height: 80px;
    margin-left: 6px;
    width: auto;
  }
}
.header-mid #nav-util .widget_shopping_cart {
  background: #f7f7f7;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  display: block;
  left: auto;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: 70%;
  transition: all 0.4s ease;
  width: 300px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .header-mid #nav-util .widget_shopping_cart {
    display: none;
  }
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item {
  display: flex;
  padding: 20px 45px 20px 20px;
  width: 100%;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-img {
  padding-right: 15px;
  width: 20%;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-img img {
  border-radius: 0;
  float: none;
  margin: 0;
  max-width: 100%;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info {
  position: relative;
  width: 80%;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .title {
  color: #3f554f;
  display: block;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .title:hover {
  color: #cf8c5f;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .variation {
  margin: 0 0 5px 0;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .variation dt,
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .variation dd {
  color: #555;
  float: left;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 2px 0;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .variation dt p,
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .variation dd p {
  margin: 0;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .variation dt {
  clear: both;
  padding-right: 4px;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .quantity {
  color: #777;
  display: block;
  font-size: 12px;
  line-height: 12px;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .remove {
  float: none;
  height: auto;
  left: auto;
  padding: 0;
  position: absolute;
  top: 0;
  right: -10px;
  width: auto;
}
.header-mid #nav-util .widget_shopping_cart .mini_cart_item .mini-cart-info .remove:before {
  color: #e24848;
  font-size: 12px;
  line-height: 12px;
}
.header-mid #nav-util .widget_shopping_cart .total {
  color: #333;
  font-size: 15px;
  padding: 10px 0;
}
.header-mid #nav-util .widget_shopping_cart .buttons {
  display: flex;
  padding: 15px 0;
}
.header-mid #nav-util .widget_shopping_cart .buttons a {
  font-size: 14px;
  width: 50%;
}
.header-mid #nav-util .widget_shopping_cart .buttons a:first-child {
  background: #928e6a;
  margin: 0 10px 0 15px;
}
.header-mid #nav-util .widget_shopping_cart .buttons a:first-child:before {
  border-color: #b3b096;
}
.header-mid #nav-util .widget_shopping_cart .buttons a:last-child {
  margin: 0 15px 0 10px;
}
.header-mid #nav-util .widget_shopping_cart .buttons a:after {
  display: none;
}
.header-mid #nav-util .widget_shopping_cart .buttons a:hover {
  background: #cf8c5f;
  transition: all 0.25s ease;
}
.header-mid #nav-util .widget_shopping_cart .buttons a:hover:before {
  border-color: #cf8c5f;
}

.header-btm {
  background: #f7f7f7;
  position: relative;
  transition: box-shadow 0.35s ease;
  width: 100%;
}
.sticky-nav .header-btm {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
}
.sticky-nav.customize-support .header-btm {
  top: 32px;
}
.header-btm #menu-primary-navigation {
  align-items: center;
  display: flex;
  height: 80px;
  justify-content: center;
  list-style: none;
  margin: 0;
  position: relative;
}
.header-btm #menu-primary-navigation > li {
  padding: 0 15px 0 30px;
}
.header-btm #menu-primary-navigation > li.mega-menu {
  padding: 0 30px;
}
.header-btm #menu-primary-navigation > li.mega-menu > a > span {
  position: relative;
}
.header-btm #menu-primary-navigation > li.mega-menu > a > span:before, .header-btm #menu-primary-navigation > li.mega-menu > a > span:after {
  background: #cf8c5f;
  content: "";
  position: absolute;
  top: 50%;
  transition: background 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.header-btm #menu-primary-navigation > li.mega-menu > a > span:before {
  height: 2px;
  margin-top: -1px;
  right: -15px;
  width: 8px;
}
.header-btm #menu-primary-navigation > li.mega-menu > a > span:after {
  height: 8px;
  margin-top: -4px;
  right: -12px;
  width: 2px;
}
.header-btm #menu-primary-navigation > li > a {
  color: #444;
  display: block;
  font-size: 1rem;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.0625rem;
  line-height: 80px;
  position: relative;
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1);
  text-transform: uppercase;
  white-space: nowrap;
}
.header-btm #menu-primary-navigation > li > a:after {
  background: #cf8c5f;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transition: width 0.5s cubic-bezier(0.52, 0.01, 0.16, 1);
  width: 0;
}
.header-btm #menu-primary-navigation > li:hover > a {
  color: #cf8c5f;
}
.header-btm #menu-primary-navigation > li:hover > a:after {
  width: 100%;
}
.header-btm #menu-primary-navigation > li.open > a > span:before, .header-btm #menu-primary-navigation > li.open > a > span:after {
  background: #444;
}
.header-btm #menu-primary-navigation > li.open > a > span:before {
  transform: rotate(180deg);
}
.header-btm #menu-primary-navigation > li.open > a > span:after {
  transform: rotate(270deg);
}
.header-btm #menu-primary-navigation > li.open .dropdown {
  opacity: 1;
  pointer-events: auto;
  top: 100%;
  transition: opacity 0.4s ease;
}
.header-btm .dropdown {
  background: #f7f7f7;
  border-top: 1px #e3e3e3 solid;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  left: 0;
  min-height: 400px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -99999px;
  transition: opacity 0.4s ease, top 0s ease 0.4s;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .header-btm .dropdown {
    min-height: 0;
  }
}
.header-btm .dropdown > .row {
  width: 100%;
}
.header-btm .dropdown .col-featured-product {
  padding: 45px;
}
@media (max-width: 1100px) {
  .header-btm .dropdown .col-featured-product {
    display: none;
  }
}
.header-btm .dropdown .col-featured-product > a {
  display: block;
  color: white;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.header-btm .dropdown .col-featured-product > a .featured-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  transition: transform 1s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.header-btm .dropdown .col-featured-product > a .featured-bg:before {
  background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  bottom: 0;
  content: "";
  height: 80%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.header-btm .dropdown .col-featured-product > a:hover .featured-bg {
  transform: scale(1.1);
}
.header-btm .dropdown .col-featured-product .featured-text {
  bottom: 0;
  font-size: 0.875rem;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.header-btm .dropdown .col-featured-product .featured-text strong {
  display: block;
  font-size: 1.25rem;
  font-family: "clarendon-urw", Georgia, Times, serif;
  font-weight: 500;
}
.header-btm .dropdown .col-featured-list h5,
.header-btm .dropdown .col-featured-cats h5 {
  color: #444;
}
.header-btm .dropdown .col-featured-list ul li,
.header-btm .dropdown .col-featured-cats ul li {
  display: block;
  line-height: 1.25rem;
  margin-bottom: 0.8125rem;
  padding-bottom: 2px;
}
.header-btm .dropdown .col-featured-list ul a,
.header-btm .dropdown .col-featured-cats ul a {
  display: inline;
  font-size: 1.125rem;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
}
.header-btm .dropdown .col-featured-list ul a:after,
.header-btm .dropdown .col-featured-cats ul a:after {
  background: #9a592e;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 0.4s cubic-bezier(0.52, 0.01, 0.16, 1);
  width: 0;
}
.header-btm .dropdown .col-featured-list ul a:hover:after,
.header-btm .dropdown .col-featured-cats ul a:hover:after {
  width: 100%;
}
.header-btm .dropdown .col-featured-list {
  border-right: 1px #e3e3e3 solid;
  padding: 45px 45px 45px 30px;
}
@media (max-width: 1199.98px) {
  .header-btm .dropdown .col-featured-list {
    padding-left: 60px;
  }
}
.header-btm .dropdown .col-featured-cats {
  padding: 45px 60px;
}

#home-intro {
  padding: 45px;
}
@media (max-width: 991.98px) {
  #home-intro {
    padding: 30px 30px 60px 30px;
  }
}
#home-intro > div {
  background: #f7f7f7;
  margin: -15% auto 0 auto;
  padding: 5%;
}
@media (max-width: 767.98px) {
  #home-intro > div {
    margin-top: 0;
    padding: 8% 5%;
  }
}
#home-intro > div h1 {
  font-family: "sauber-script", "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 5rem;
  margin-bottom: 45px;
}
@media (max-width: 991.98px) {
  #home-intro > div h1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  #home-intro > div h1 {
    font-size: 10vw;
    line-height: 10vw;
    margin-bottom: 15px;
  }
}
#home-intro > div p {
  margin: 0 auto 45px auto;
  width: 70%;
}
@media (max-width: 767.98px) {
  #home-intro > div p {
    font-size: 0.9375rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
  }
}

.home-categories {
  margin-bottom: 90px;
  padding: 0 90px;
}
@media (max-width: 767.98px) {
  .home-categories {
    margin-bottom: 30px;
    padding: 0 30px;
  }
}
.home-categories.home-groups {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .home-categories .row > div:last-child {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .home-categories .row > div {
    margin-bottom: 60px;
  }
}
.home-categories a {
  color: #444;
  display: block;
  position: relative;
}
.home-categories a strong {
  background: #f7f7f7;
  bottom: 0;
  display: block;
  font-family: "clarendon-urw", Georgia, Times, serif;
  font-size: 1.125rem;
  font-weight: 500;
  left: 50%;
  line-height: 1rem;
  margin: 0 0 0 -40%;
  padding: 30px 15px;
  position: absolute;
  text-align: center;
  width: 80%;
}
@media (max-width: 991.98px) {
  .home-categories a strong {
    bottom: auto;
    left: auto;
    margin: 0;
    position: relative;
    width: 100%;
  }
}
.home-categories a strong i {
  background: #3f554f;
  border-radius: 100%;
  bottom: -15px;
  color: white;
  display: block;
  font-style: normal;
  height: 30px;
  left: 50%;
  overflow: hidden;
  margin-left: -15px;
  position: absolute;
  width: 30px;
  z-index: 1;
}
.home-categories a strong i:before {
  bottom: 0;
  content: "";
  font-family: "Material Icons";
  font-size: 1rem;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 2;
}

.section-header {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .section-header {
    margin-bottom: 30px;
  }
}
.section-header .accent {
  margin-bottom: 5px;
}
.section-header h4 {
  margin-bottom: 0;
}

#home-products {
  margin-bottom: 30px;
  padding: 0 90px;
}
@media (max-width: 767.98px) {
  #home-products {
    padding: 0 30px;
  }
}

.type-product,
.type-product_variation {
  margin-bottom: 60px;
}
@media (max-width: 575.98px) {
  .type-product,
.type-product_variation {
    margin-bottom: 30px;
  }
}
.type-product > div,
.type-product_variation > div {
  background: #f7f7f7;
  height: 100%;
  padding-bottom: 150px;
  position: relative;
}
.type-product > div > a,
.type-product_variation > div > a {
  display: block;
  margin-bottom: 45px;
  position: relative;
}
.type-product > div > a img,
.type-product_variation > div > a img {
  margin: 0 !important;
  max-height: 18.75rem;
}
.type-product em,
.type-product_variation em {
  color: #777;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
}
.type-product h2,
.type-product_variation h2 {
  color: #444;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
  padding: 0 15%;
}
.type-product h2 a,
.type-product_variation h2 a {
  color: #444;
}
.type-product .price,
.type-product_variation .price {
  display: block;
  font-size: 1.625rem;
}
.type-product .product-image,
.type-product_variation .product-image {
  position: relative;
}
.type-product .out-of-stock,
.type-product_variation .out-of-stock {
  left: 20%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.type-product .product-btn,
.type-product_variation .product-btn {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
}

.stock.out-of-stock {
  background: #d35757;
  box-shadow: 0 0 0 4px white;
  color: white;
  display: inline-block;
  font: 500 0.875rem "clarendon-urw", Georgia, Times, serif;
  letter-spacing: 2px;
  line-height: 1em;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  width: 60%;
}
.stock.out-of-stock:before {
  display: none;
}
.stock.out-of-stock-notice {
  box-shadow: 0 0 0 4px white;
  margin: 1.875rem 0;
}
.stock.out-of-stock-notice h5 {
  color: white;
}
.stock.out-of-stock-notice .out-of-stock-body {
  background: #d35757;
  color: white;
  font: 500 1.125rem "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 2px;
  line-height: 1.5em;
  padding: 1.875rem;
}
.stock.out-of-stock-notice footer {
  background: white;
  padding: 1.875rem;
}
.stock.out-of-stock-notice p.expected-in-stock-date {
  font-size: 1rem;
  line-height: 1.25em;
}
.stock.out-of-stock-notice p:last-child {
  margin-bottom: 0;
}

.wishlist_item .stock.out-of-stock {
  background: transparent;
  box-shadow: none;
  color: #d35757;
  font: 500 0.875rem "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0;
  line-height: normal;
  padding: 0;
  text-align: left;
  text-transform: none;
  width: auto;
}

.price {
  color: #666;
  font-family: "clarendon-urw", Georgia, Times, serif;
  font-weight: 300 !important;
  letter-spacing: -1px;
  margin: 0;
}
.price > del {
  font-size: 0.9375rem;
  line-height: 1em;
  text-decoration: none;
}
.price > del span {
  text-decoration: line-through;
}
.price > del:before {
  content: "Original Price: ";
}
.price > ins {
  display: block;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.price > del + ins {
  margin: 0;
}

.product-pricing {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 6.25rem;
  justify-content: center;
  position: relative;
  text-align: left;
}
@media (max-width: 767.98px) {
  .product-pricing {
    height: auto;
    margin-bottom: 1.875rem;
  }
}
.product-pricing p.woocommerce-info {
  margin: 0;
  padding: 0;
  text-align: left;
}
.product-pricing .price {
  color: #cf8c5f !important;
  display: block;
  font-size: 2.125rem !important;
  line-height: 2.125rem;
  margin: 1.25rem 0;
}
.product-pricing > .price {
  display: none;
}
.product-pricing .single_variation .woocommerce-variation-availability .stock {
  margin-bottom: 30px;
}
.product-pricing .single_variation:empty ~ .price {
  display: block;
}

#home-history {
  padding: 0 45px;
}
@media (max-width: 991.98px) {
  #home-history {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  #home-history {
    margin-bottom: 30px;
  }
}
#home-history > div {
  background: #f7f7f7;
  position: relative;
  overflow: hidden;
}
#home-history .col-pullquote > div {
  padding: 150px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  #home-history .col-pullquote > div {
    padding: 120px 0;
  }
}
@media (max-width: 991.98px) {
  #home-history .col-pullquote > div {
    padding: 90px 0;
  }
}
#home-history .accent {
  color: #6c9a8c;
  margin-bottom: 20px;
}
#home-history h3 {
  margin-bottom: 45px;
}
#home-history img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: 1;
}

#home-process {
  margin-bottom: 90px;
  padding: 0 45px;
}
@media (max-width: 991.98px) {
  #home-process {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  #home-process {
    margin-bottom: 60px;
  }
}
#home-process > div {
  background: #eee;
}
#home-process .col-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #home-process .col-img {
    height: 300px;
  }
}
#home-process .col-process {
  padding: 10%;
}
@media (max-width: 575.98px) {
  #home-process .col-process {
    padding: 15%;
  }
}
@media (max-width: 575.98px) {
  #home-process .col-process h3 {
    margin-bottom: 15px;
  }
}

#footer {
  background: #3f554f;
}
#footer .footer-top {
  border-bottom: 1px #506c65 solid;
}
#footer .footer-top > div {
  width: 100%;
}
#footer .footer-top .gform_wrapper {
  margin: 0;
}
#footer .footer-top .gform_wrapper form {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 45px 30px;
}
@media (max-width: 767.98px) {
  #footer .footer-top .gform_wrapper form {
    flex-wrap: wrap;
  }
}
#footer .footer-top .gform_wrapper .gform_heading {
  margin-right: 30px;
  text-align: right;
}
@media (max-width: 767.98px) {
  #footer .footer-top .gform_wrapper .gform_heading {
    margin: 0 0 30px 0;
    text-align: center;
    width: 100%;
  }
}
#footer .footer-top .gform_wrapper .gform_heading h3 {
  color: white;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.125rem;
  margin: 0 0 6px 0;
}
#footer .footer-top .gform_wrapper .gform_heading span {
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#footer .footer-top .gform_wrapper .gform_body {
  width: 30%;
}
@media (max-width: 991.98px) {
  #footer .footer-top .gform_wrapper .gform_body {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #footer .footer-top .gform_wrapper .gform_body {
    width: 80%;
  }
}
@media (max-width: 575.98px) {
  #footer .footer-top .gform_wrapper .gform_body {
    width: 100%;
  }
}
#footer .footer-top .gform_wrapper .gform_body .gfield {
  margin: 0;
}
#footer .footer-top .gform_wrapper .gform_body .gfield_label {
  display: none;
}
#footer .footer-top .gform_wrapper .gform_body ul {
  list-style: none;
  margin: 0;
}
#footer .footer-top .gform_wrapper .gform_body .ginput_container_email {
  background: white;
  height: 60px;
  padding: 0 0 0 60px;
  position: relative;
}
#footer .footer-top .gform_wrapper .gform_body .ginput_container_email:before {
  color: #cf8c5f;
  content: "";
  font-family: "Material Icons";
  font-size: 1.25rem;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#footer .footer-top .gform_wrapper .gform_body input {
  background: transparent;
  border: 0 none;
  border-left: 1px #cfcfcf solid;
  box-shadow: none;
  height: auto;
  font-size: 0.75rem;
  line-height: 3.75rem;
  margin: 0;
  padding: 0 20px;
  width: 100%;
}
#footer .footer-top .gform_wrapper .gform_body input::-webkit-input-placeholder {
  color: #bbb;
}
#footer .footer-top .gform_wrapper .gform_body input::-moz-placeholder {
  color: #bbb;
}
#footer .footer-top .gform_wrapper .gform_body input:-ms-input-placeholder {
  color: #bbb;
}
#footer .footer-top .gform_wrapper .gform_body input::-ms-input-placeholder {
  color: #bbb;
}
#footer .footer-top .gform_wrapper .gform_body input::placeholder {
  color: #bbb;
}
#footer .footer-top .gform_wrapper .gform_body .gfield_error .ginput_container_email {
  border: 2px #d35757 solid;
  border-bottom: 0 none;
}
#footer .footer-top .gform_wrapper .gform_body .gfield_error .ginput_container_email:before {
  color: #d35757;
}
#footer .footer-top .gform_wrapper .gform_body .gfield_error .validation_message {
  background: #d35757;
  color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1rem;
  margin: 0;
  padding: 6px 10px;
}
#footer .footer-top .gform_wrapper .gform_footer {
  position: relative;
}
@media (max-width: 575.98px) {
  #footer .footer-top .gform_wrapper .gform_footer {
    margin-top: 20px;
  }
}
#footer .footer-top .gform_wrapper .gform_footer input[type=submit] {
  background: #cf8c5f;
  height: 60px;
  font-size: 0.875rem;
  padding: 0 20px;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  #footer .footer-top .gform_wrapper .gform_footer input[type=submit] {
    padding: 0 45px;
  }
}
#footer .footer-top .gform_wrapper .gform_footer input[type=submit]:hover {
  background: #c97e4b;
}
#footer .footer-top .gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  right: -30px;
  top: 18px;
  width: 15px;
}
@media (max-width: 575.98px) {
  #footer .footer-top .gform_wrapper .gform_footer .gform_ajax_spinner {
    right: 30px;
  }
}
#footer .footer-top .gform_wrapper .validation_error {
  display: none;
}
#footer .footer-mid {
  align-items: center;
  padding: 90px 8%;
}
@media (max-width: 767.98px) {
  #footer .footer-mid {
    padding: 60px 60px 10px 60px;
  }
}
#footer .footer-mid > div {
  display: flex;
  justify-content: center;
}
#footer .footer-mid img {
  max-width: 230px;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  #footer .footer-mid img {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  #footer .footer-mid > ul > li {
    margin-bottom: 45px;
  }
}
#footer .footer-mid > ul > li > a {
  color: #9faaa7;
  cursor: auto;
  display: block;
  font-family: "clarendon-urw", Georgia, Times, serif;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
#footer .footer-mid > ul > li ul {
  list-style: none;
  margin: 0;
}
#footer .footer-mid > ul > li ul li {
  margin-bottom: 5px;
}
#footer .footer-mid > ul > li ul a {
  color: white;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}
#footer .footer-mid > ul > li ul a:hover {
  color: #d1c98a;
}
#footer .footer-btm {
  padding-bottom: 60px;
}
#footer .footer-btm ul {
  display: flex;
  justify-content: center;
  margin: 0 0 30px 0;
}
#footer .footer-btm ul a {
  color: white;
  display: block;
  font-size: 22px;
  padding: 10px 20px;
}
@media (max-width: 575.98px) {
  #footer .footer-btm ul a {
    padding: 10px 15px;
  }
}
#footer .footer-btm ul a:hover {
  color: #d1c98a;
}
#footer .footer-btm ul span {
  display: none;
}
#footer .footer-btm p {
  color: rgba(238, 238, 238, 0.5);
  font-size: 12px;
  margin: 0;
}
#footer .footer-btm p a {
  color: rgba(238, 238, 238, 0.5);
}
#footer .footer-btm p a:hover {
  color: #d1c98a;
}

.page-header {
  padding: 0 30px 60px 30px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .page-header {
    padding-bottom: 45px;
  }
}
.page-header h5 {
  color: #928e6a;
}
.page-header h1 {
  color: #3f554f;
  margin: 0;
  text-transform: capitalize;
}

.products .product {
  padding: 0 15px;
}

.reset_variations {
  align-items: center;
  display: inline-flex;
  margin: 0;
}
.reset_variations span {
  display: inline-block;
  font-size: 1.125rem;
  margin-right: 0.375rem;
  opacity: 0.6;
}

.variations {
  margin-bottom: 5px;
}
.variations div.label {
  background: transparent;
  line-height: 1em;
  padding: 0;
}
.variations div.label label {
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 0;
}
.variations div.value {
  background: transparent;
  padding: 0;
}
.variations div.value .value-items div.in-store-only label {
  border: 1px #ccc solid;
  color: #aaa;
  cursor: default;
  display: block;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 0.9375rem;
  margin: 0 0 10px 0;
  padding: 12px 15px;
  pointer-events: none;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.35s ease;
  width: 100%;
}
.variations div.value .value-items div.in-store-only label:after {
  color: #6c757d;
  content: "- In-store Only";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding-left: 0.25rem;
  text-transform: uppercase;
}
.variations div.value .value-items input {
  display: none;
}
.variations div.value .value-items input ~ label {
  border: 1px #ccc solid;
  cursor: pointer;
  display: block;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 0.9375rem;
  margin: 0 0 10px 0;
  padding: 12px 15px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.35s ease;
  width: 100%;
}
.variations div.value .value-items input:not(.in-store-only) ~ label:hover {
  border-color: #cf8c5f;
  color: #cf8c5f;
}
.variations div.value .value-items input.is-out-of-stock ~ label:after {
  color: #cf8c5f;
  content: "- Out of Stock";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding-left: 0.25rem;
  text-transform: uppercase;
}
.variations div.value .value-items input.in-store-only ~ label, .variations div.value .value-items input:disabled ~ label {
  color: #aaa;
  pointer-events: none;
}
.variations div.value .value-items input.in-store-only ~ label:after, .variations div.value .value-items input:disabled ~ label:after {
  color: #d35757;
  content: "- In-store Only";
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding-left: 0.25rem;
  text-transform: uppercase;
}
.variations div.value .value-items input:checked:not(.in-store-only) ~ label {
  background: #cf8c5f;
  border-color: #f7f7f7;
  color: #fff;
}
.variations div.value .value-items input:checked:not(.in-store-only) ~ label:after {
  border-color: #f7f7f7;
  color: #fff;
}
.variations div.value select {
  -moz-appearance: window;
  -webkit-appearance: none;
  background: transparent;
  border: 0 none;
  color: #444;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  height: 45px;
  letter-spacing: 1px;
  line-height: 45px;
  min-width: 120px;
  padding: 0 45px 0 20px;
  position: relative;
  z-index: 2;
}

.stock {
  margin: 5px 0 0 0;
  font-size: 0.9375rem;
  line-height: 0.9375rem;
}
.stock.in-stock {
  display: none;
}

#section-product {
  padding: 0 45px 45px 45px;
}
@media (max-width: 767.98px) {
  #section-product {
    padding: 0 30px 30px 30px;
  }
}
@media (min-width: 992px) {
  #section-product .product-images {
    height: 100% !important;
  }
}
@media (max-width: 991.98px) {
  #section-product .product-images {
    background: #f7f7f7;
  }
}
@media (max-width: 767.98px) {
  #section-product .product-images:before {
    color: #444;
    display: block;
    font-family: "clarendon-urw", Georgia, Times, serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    padding: 30px;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #section-product .product-images .slick-list,
#section-product .product-images .slick-track,
#section-product .product-images .slick-slide div {
    height: 100% !important;
  }
}
#section-product .product-images .slick-slide > div > div {
  background: #ccc;
  overflow: hidden;
}
#section-product .product-images img {
  height: 100%;
  max-width: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
@media (max-width: 991.98px) {
  #section-product .product-images img {
    height: auto;
    left: 0;
    max-width: 100%;
    transform: none;
    width: 100%;
  }
}
#section-product .product-pagination {
  bottom: 0;
  left: 0;
  padding: 90px 0 30px 0;
  position: absolute;
  width: 100%;
}
#section-product .product-pagination.slick-slider {
  height: 9.375rem;
  padding: 0;
}
@media (max-width: 991.98px) {
  #section-product .product-pagination {
    background: #f7f7f7;
    bottom: auto;
    left: auto;
    padding: 10px 0 0 0;
    position: relative;
  }
}
#section-product .product-pagination:after {
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.75;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #section-product .product-pagination:after {
    display: none;
  }
}
#section-product .product-pagination .slick-list,
#section-product .product-pagination .slick-arrow {
  position: relative;
  z-index: 2;
}
#section-product .product-pagination .slick-list {
  max-width: 280px;
}
#section-product .product-pagination .slick-arrow {
  color: white;
  cursor: pointer;
  padding: 30px;
}
@media (max-width: 991.98px) {
  #section-product .product-pagination .slick-arrow {
    color: #444;
    padding: 15px;
  }
}
#section-product .product-pagination .slick-slide > div {
  margin: 0 6px;
}
#section-product .product-pagination .slick-slide.slick-current .thumb-img {
  background: white;
}
@media (max-width: 991.98px) {
  #section-product .product-pagination .slick-slide.slick-current .thumb-img {
    background: #cf8c5f;
  }
}
#section-product .product-pagination .thumb-img {
  max-width: 82px;
  padding: 5px;
  transition: all 0.25s ease;
}
@media (max-width: 991.98px) {
  #section-product .product-pagination .thumb-img {
    padding: 3px;
  }
}
#section-product .product-pagination img {
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  width: auto;
  z-index: 2;
}
#section-product .product-info {
  background: #f7f7f7;
  padding: 5%;
}
@media (max-width: 991.98px) {
  #section-product .product-info {
    padding: 30px;
  }
}
#section-product .product-info h5 {
  margin-bottom: 6px;
}
#section-product .product-info h2 {
  margin-bottom: 20px;
}
#section-product .product-info em {
  color: #999;
  display: block;
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1rem;
  margin-bottom: 10px;
}
#section-product .product-info .price {
  font-size: 1.25rem;
}
#section-product .product-info > .price {
  margin-top: 30px;
}
#section-product .product-info .variations_form {
  display: block;
  margin: 0;
}
#section-product .product-info .woocommerce-product-details__short-description {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#section-product .product-info .product-num {
  font-size: 0.8125rem;
  line-height: 1rem;
}
#section-product .woocommerce-variation-add-to-cart,
#section-product form.cart {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#section-product .woocommerce-variation-add-to-cart .quantity,
#section-product form.cart .quantity {
  margin-right: 30px;
}
#section-product .woocommerce-variation-add-to-cart .quantity label,
#section-product form.cart .quantity label {
  display: none;
}
#section-product .woocommerce-variation-add-to-cart .quantity input,
#section-product form.cart .quantity input {
  background: white;
  border: 1px #999 solid;
  box-shadow: none;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  height: 54px;
  line-height: 3.375rem;
  padding: 0;
  text-align: center;
  transition: all 0.25s ease;
  width: 54px;
}
#section-product .woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button, #section-product .woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button,
#section-product form.cart .quantity input::-webkit-inner-spin-button,
#section-product form.cart .quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#section-product .woocommerce-variation-add-to-cart .quantity input:focus,
#section-product form.cart .quantity input:focus {
  border-color: #cf8c5f;
}
#section-product ul.products {
  padding: 0 45px;
}
@media (max-width: 575.98px) {
  #section-product ul.products {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #section-product ul.products li:last-child {
    display: none;
  }
}
#section-product .product-related ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 767.98px) {
  #section-product .product-related ul {
    display: block;
  }
}
#section-product .product-related ul li {
  float: none;
}
#section-product .woocommerce-variation {
  width: 100%;
}
#section-product .woocommerce-variation-availability .stock {
  margin: 0;
  width: auto;
}

.product-features {
  background: #eee;
  padding: 90px 5%;
}
@media (max-width: 767.98px) {
  .product-features {
    padding: 60px 5%;
  }
}
@media (max-width: 575.98px) {
  .product-features {
    padding: 30px 5%;
  }
}
.product-features .col-fact {
  color: #444;
  font-size: 1.75rem;
  font-family: "clarendon-urw", Georgia, Times, serif;
}
@media (max-width: 767.98px) {
  .product-features .col-fact {
    font-size: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .product-features .col-fact {
    padding: 0 12%;
    margin-bottom: 30px;
  }
  .product-features .col-fact:last-child {
    margin-bottom: 0;
  }
}
.product-features .col-fact img {
  margin: 0 auto 30px auto;
  width: 50%;
}
@media (max-width: 575.98px) {
  .product-features .col-fact img {
    margin: 0 10px 0 0;
    width: 25%;
  }
}
@media (max-width: 575.98px) {
  .product-features .col-fact span {
    text-align: left;
  }
}
.product-features .col-fact strong {
  color: #777;
  display: block;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 10px;
  line-height: 0.875rem;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .product-features .col-fact strong {
    margin-bottom: 5px;
  }
}

.product-content {
  background: #eee;
  margin-bottom: 90px;
  position: relative;
}
@media (max-width: 575.98px) {
  .product-content {
    margin-bottom: 60px;
  }
}
.product-content:before {
  background: linear-gradient(rgba(0, 0, 0, 0.02) 0%, transparent 100%);
  content: "";
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-content .row {
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1);
}
@media (max-width: 991.98px) {
  .product-content .row {
    display: block;
    min-height: 0 !important;
    transition: none;
  }
}
.product-content .tab {
  border-top: 1px #dadada solid;
  cursor: pointer;
  display: block;
  font-family: "clarendon-urw", Georgia, Times, serif;
  font-size: 1.875rem;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1.875rem;
  line-height: 2vw;
  padding: 85px 30px;
  position: relative;
  text-align: center;
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1);
  width: 100%;
}
@media (min-width: 1600px) {
  .product-content .tab {
    font-size: 1.875rem;
    line-height: 1.875rem;
  }
}
@media (max-width: 991.98px) {
  .product-content .tab {
    border: 0 none;
    padding: 60px 30px;
    transition: none;
  }
}
.product-content .tab:before {
  background: #cf8c5f;
  content: "";
  height: calc(100% + 1px);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1);
  width: 5px;
}
@media (max-width: 991.98px) {
  .product-content .tab:before {
    height: 5px;
    transition: none;
    width: 100%;
  }
}
.product-content .tab:after {
  color: #e4e4e4;
  content: attr(data-count);
  font-family: "sauber-script", "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 7.5rem;
  font-size: 9vw;
  left: 50%;
  line-height: 7.5rem;
  line-height: 9vw;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-55%, -45%);
  transition: all 0.5s cubic-bezier(0.52, 0.01, 0.16, 1);
  z-index: 1;
}
@media (min-width: 1600px) {
  .product-content .tab:after {
    font-size: 7.5rem;
    line-height: 7.5rem;
  }
}
@media (max-width: 991.98px) {
  .product-content .tab:after {
    transition: none;
  }
}
.product-content .tab.active {
  background: #f7f7f7;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.08);
  border-color: transparent;
  transform: translateX(-20px);
  width: calc(100% + 20px);
}
@media (max-width: 991.98px) {
  .product-content .tab.active {
    box-shadow: none;
    transform: none;
    width: 100%;
  }
}
.product-content .tab.active:before {
  opacity: 1;
}
.product-content .tab.active:after {
  color: #e8e8e8;
}
.product-content .tab.active + li {
  border-color: transparent;
}
.product-content .tab:first-child {
  border-top: 0 none;
}
.product-content .tab span {
  position: relative;
  z-index: 2;
}
.product-content .tab-content-wrapper {
  background: #f7f7f7;
  position: relative;
}
@media (max-width: 767.98px) {
  .product-content .tab-content-wrapper {
    margin-top: 30px;
  }
}
.product-content .tab-content {
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .product-content .tab-content {
    display: none;
    position: relative;
  }
}
@media (max-width: 767.98px) {
  .product-content .tab-content {
    border-bottom: 1px #e1e1e1 solid;
    display: block;
    pointer-events: auto;
  }
}
.product-content .tab-content:last-child {
  border-bottom: 0 none;
}
.product-content .tab-content > div:not(.mobile-tab) {
  opacity: 0;
  padding: 10%;
  transform: translateX(50px);
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 767.98px) {
  .product-content .tab-content > div:not(.mobile-tab) {
    display: none;
    opacity: 1;
    padding: 0 30px 30px 30px;
    transform: translateX(0);
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .product-content .tab-content > div:not(.mobile-tab) {
    padding: 0 20px 20px 20px;
  }
}
.product-content .tab-content .mobile-tab {
  cursor: pointer;
  margin-bottom: 0;
  padding: 30px;
  position: relative;
}
@media (max-width: 575.98px) {
  .product-content .tab-content .mobile-tab {
    padding: 20px;
  }
}
.product-content .tab-content .mobile-tab:after {
  color: #cf8c5f;
  content: "";
  font-family: "Material Icons";
  font-size: 1.5rem;
  position: absolute;
  right: 30px;
  top: calc(50% - 12px);
}
.product-content .tab-content.active {
  pointer-events: auto;
}
@media (max-width: 991.98px) {
  .product-content .tab-content.active {
    display: block;
  }
}
.product-content .tab-content.active > div {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateX(0px);
}
.product-content .tab-content#tab-desc table {
  margin: 45px 0 0 0;
}
.product-content .tab-content#tab-desc table tr:nth-child(odd) {
  background: #eee;
}
@media (max-width: 575.98px) {
  .product-content .tab-content#tab-desc table tr {
    display: block;
    padding: 10px 15px;
  }
}
.product-content .tab-content#tab-desc table th,
.product-content .tab-content#tab-desc table td {
  background: transparent;
  color: #444;
  width: 50%;
}
@media (max-width: 575.98px) {
  .product-content .tab-content#tab-desc table th,
.product-content .tab-content#tab-desc table td {
    display: block;
    padding: 0 6px;
    width: 100%;
  }
}

.product-groups {
  padding: 0 45px;
}
@media (max-width: 575.98px) {
  .product-groups {
    padding: 0;
  }
}
.product-groups .row > div {
  margin-bottom: 60px;
}
.product-groups a {
  color: white;
  display: block;
  position: relative;
}
.product-groups a:before {
  background: black;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.1;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.product-groups a span {
  font-family: "clarendon-urw", Georgia, Times, serif;
  font-size: 3.125rem;
  font-size: 3.5vw;
  font-weight: 500;
  left: 0;
  line-height: 3.375rem;
  line-height: 3.5vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 3;
}
@media (min-width: 1600px) {
  .product-groups a span {
    font-size: 3.4375rem;
    line-height: 3.6875rem;
  }
}
@media (max-width: 575.98px) {
  .product-groups a span {
    font-size: 8vw;
    line-height: 8vw;
  }
}
.product-groups a img {
  position: relative;
  z-index: 1;
}

.woocommerce-custom-message {
  background: rgba(0, 0, 0, 0.5);
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message {
    background: transparent;
    height: auto;
    position: relative;
  }
}
.woocommerce-custom-message .message-module {
  background: #f7f7f7;
  left: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message .message-module {
    background: #3f554f;
    color: white;
    left: 0;
    position: fixed;
    text-align: center;
    top: 0;
    transform: none;
    width: 100%;
  }
}
.woocommerce-custom-message .message-module h3 {
  color: #3f554f;
  font-size: 18px;
  line-height: 20px;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message .message-module h3 {
    color: white;
  }
}
.woocommerce-custom-message .message-product {
  display: flex;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message .message-product {
    display: block;
  }
}
.woocommerce-custom-message .message-product .message-img {
  width: 20%;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message .message-product .message-img {
    display: none;
  }
}
.woocommerce-custom-message .message-product .message-content {
  padding-left: 15px;
}
.woocommerce-custom-message .message-product .message-content h5 {
  font-family: "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
}
.woocommerce-custom-message .message-product .message-content .message-variations {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message .message-product .message-content .message-variations {
    display: none;
  }
}
.woocommerce-custom-message .message-product .message-content .message-variations li {
  color: #555;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 4px 0;
}
.woocommerce-custom-message .message-product .message-content .message-variations li strong {
  font-weight: 500;
  padding-right: 4px;
}
.woocommerce-custom-message .message-product .message-content .message-quantity {
  color: #777;
  display: block;
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message .message-product .message-content .message-quantity {
    color: #b3b3b3;
    font-size: 16px;
    line-height: 20px;
  }
}
.woocommerce-custom-message .message-total {
  border-top: 1px #ccc solid;
  margin-bottom: 30px;
  padding-top: 15px;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message .message-total {
    display: none;
  }
}
.woocommerce-custom-message .message-total p {
  color: #444;
  float: left;
  font-size: 15px;
  margin: 0;
}
.woocommerce-custom-message .message-total p:last-child {
  float: right;
  font-size: 15px;
  font-weight: 700;
}
.woocommerce-custom-message .message-buttons {
  display: flex;
  margin: 0;
}
.woocommerce-custom-message .message-buttons a {
  display: block;
  width: 50%;
}
.woocommerce-custom-message .message-buttons a:first-child {
  background: #928e6a;
  margin: 0 10px 0 0;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message .message-buttons a:first-child:before {
    border: 1px #928e6a solid;
    box-shadow: inset 0 0 0 2px #3f554f;
  }
}
.woocommerce-custom-message .message-buttons a:last-child {
  margin: 0 0 0 10px;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message .message-buttons a:last-child {
    background: white;
    color: #3f554f;
  }
  .woocommerce-custom-message .message-buttons a:last-child:before {
    border: 1px white solid;
    box-shadow: inset 0 0 0 2px #3f554f;
  }
}
.woocommerce-custom-message .message-buttons a:after {
  display: none;
}
.woocommerce-custom-message .message-buttons a:hover {
  background: #cf8c5f;
  border-color: #cf8c5f;
  color: white;
  transition: all 0.25s ease;
}
.woocommerce-custom-message .message-close {
  background: transparent;
  box-shadow: none;
  color: #555;
  font-size: 20px;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.25s ease;
}
@media (max-width: 575.98px) {
  .woocommerce-custom-message .message-close {
    color: white;
  }
}
.woocommerce-custom-message .message-close:hover {
  color: #cf8c5f;
}

.custom-checkout-fields {
  margin-bottom: 60px;
}

.woocommerce-form-login label,
.woocommerce-form-register label,
.coupon label,
.checkout_coupon label,
#customer_details label,
.woocommerce-ResetPassword label,
.woocommerce-MyAccount-content label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.woocommerce-form-login label .required,
.woocommerce-form-register label .required,
.coupon label .required,
.checkout_coupon label .required,
#customer_details label .required,
.woocommerce-ResetPassword label .required,
.woocommerce-MyAccount-content label .required {
  color: #d35757;
  cursor: default;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
}
.woocommerce-form-login input[type=text],
.woocommerce-form-login input[type=tel],
.woocommerce-form-login input[type=email],
.woocommerce-form-login input[type=password],
.woocommerce-form-login textarea,
.woocommerce-form-login select,
.woocommerce-form-login .select2-selection,
.woocommerce-form-register input[type=text],
.woocommerce-form-register input[type=tel],
.woocommerce-form-register input[type=email],
.woocommerce-form-register input[type=password],
.woocommerce-form-register textarea,
.woocommerce-form-register select,
.woocommerce-form-register .select2-selection,
.coupon input[type=text],
.coupon input[type=tel],
.coupon input[type=email],
.coupon input[type=password],
.coupon textarea,
.coupon select,
.coupon .select2-selection,
.checkout_coupon input[type=text],
.checkout_coupon input[type=tel],
.checkout_coupon input[type=email],
.checkout_coupon input[type=password],
.checkout_coupon textarea,
.checkout_coupon select,
.checkout_coupon .select2-selection,
#customer_details input[type=text],
#customer_details input[type=tel],
#customer_details input[type=email],
#customer_details input[type=password],
#customer_details textarea,
#customer_details select,
#customer_details .select2-selection,
.woocommerce-ResetPassword input[type=text],
.woocommerce-ResetPassword input[type=tel],
.woocommerce-ResetPassword input[type=email],
.woocommerce-ResetPassword input[type=password],
.woocommerce-ResetPassword textarea,
.woocommerce-ResetPassword select,
.woocommerce-ResetPassword .select2-selection,
.woocommerce-MyAccount-content input[type=text],
.woocommerce-MyAccount-content input[type=tel],
.woocommerce-MyAccount-content input[type=email],
.woocommerce-MyAccount-content input[type=password],
.woocommerce-MyAccount-content textarea,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content .select2-selection {
  background: transparent;
  border-radius: 0;
  border: 1px #ccc solid;
  box-shadow: none;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  transition: all 0.25s ease;
}
.woocommerce-form-login input[type=text]:focus,
.woocommerce-form-login input[type=tel]:focus,
.woocommerce-form-login input[type=email]:focus,
.woocommerce-form-login input[type=password]:focus,
.woocommerce-form-login textarea:focus,
.woocommerce-form-login select:focus,
.woocommerce-form-login .select2-selection:focus,
.woocommerce-form-register input[type=text]:focus,
.woocommerce-form-register input[type=tel]:focus,
.woocommerce-form-register input[type=email]:focus,
.woocommerce-form-register input[type=password]:focus,
.woocommerce-form-register textarea:focus,
.woocommerce-form-register select:focus,
.woocommerce-form-register .select2-selection:focus,
.coupon input[type=text]:focus,
.coupon input[type=tel]:focus,
.coupon input[type=email]:focus,
.coupon input[type=password]:focus,
.coupon textarea:focus,
.coupon select:focus,
.coupon .select2-selection:focus,
.checkout_coupon input[type=text]:focus,
.checkout_coupon input[type=tel]:focus,
.checkout_coupon input[type=email]:focus,
.checkout_coupon input[type=password]:focus,
.checkout_coupon textarea:focus,
.checkout_coupon select:focus,
.checkout_coupon .select2-selection:focus,
#customer_details input[type=text]:focus,
#customer_details input[type=tel]:focus,
#customer_details input[type=email]:focus,
#customer_details input[type=password]:focus,
#customer_details textarea:focus,
#customer_details select:focus,
#customer_details .select2-selection:focus,
.woocommerce-ResetPassword input[type=text]:focus,
.woocommerce-ResetPassword input[type=tel]:focus,
.woocommerce-ResetPassword input[type=email]:focus,
.woocommerce-ResetPassword input[type=password]:focus,
.woocommerce-ResetPassword textarea:focus,
.woocommerce-ResetPassword select:focus,
.woocommerce-ResetPassword .select2-selection:focus,
.woocommerce-MyAccount-content input[type=text]:focus,
.woocommerce-MyAccount-content input[type=tel]:focus,
.woocommerce-MyAccount-content input[type=email]:focus,
.woocommerce-MyAccount-content input[type=password]:focus,
.woocommerce-MyAccount-content textarea:focus,
.woocommerce-MyAccount-content select:focus,
.woocommerce-MyAccount-content .select2-selection:focus {
  background: transparent;
  border-color: #3f554f;
}
.woocommerce-form-login input[type=text]::-webkit-input-placeholder, .woocommerce-form-login input[type=tel]::-webkit-input-placeholder, .woocommerce-form-login input[type=email]::-webkit-input-placeholder, .woocommerce-form-login input[type=password]::-webkit-input-placeholder, .woocommerce-form-login textarea::-webkit-input-placeholder, .woocommerce-form-login select::-webkit-input-placeholder, .woocommerce-form-login .select2-selection::-webkit-input-placeholder, .woocommerce-form-register input[type=text]::-webkit-input-placeholder, .woocommerce-form-register input[type=tel]::-webkit-input-placeholder, .woocommerce-form-register input[type=email]::-webkit-input-placeholder, .woocommerce-form-register input[type=password]::-webkit-input-placeholder, .woocommerce-form-register textarea::-webkit-input-placeholder, .woocommerce-form-register select::-webkit-input-placeholder, .woocommerce-form-register .select2-selection::-webkit-input-placeholder, .coupon input[type=text]::-webkit-input-placeholder, .coupon input[type=tel]::-webkit-input-placeholder, .coupon input[type=email]::-webkit-input-placeholder, .coupon input[type=password]::-webkit-input-placeholder, .coupon textarea::-webkit-input-placeholder, .coupon select::-webkit-input-placeholder, .coupon .select2-selection::-webkit-input-placeholder, .checkout_coupon input[type=text]::-webkit-input-placeholder, .checkout_coupon input[type=tel]::-webkit-input-placeholder, .checkout_coupon input[type=email]::-webkit-input-placeholder, .checkout_coupon input[type=password]::-webkit-input-placeholder, .checkout_coupon textarea::-webkit-input-placeholder, .checkout_coupon select::-webkit-input-placeholder, .checkout_coupon .select2-selection::-webkit-input-placeholder, #customer_details input[type=text]::-webkit-input-placeholder, #customer_details input[type=tel]::-webkit-input-placeholder, #customer_details input[type=email]::-webkit-input-placeholder, #customer_details input[type=password]::-webkit-input-placeholder, #customer_details textarea::-webkit-input-placeholder, #customer_details select::-webkit-input-placeholder, #customer_details .select2-selection::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=text]::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=tel]::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=email]::-webkit-input-placeholder, .woocommerce-ResetPassword input[type=password]::-webkit-input-placeholder, .woocommerce-ResetPassword textarea::-webkit-input-placeholder, .woocommerce-ResetPassword select::-webkit-input-placeholder, .woocommerce-ResetPassword .select2-selection::-webkit-input-placeholder, .woocommerce-MyAccount-content input[type=text]::-webkit-input-placeholder, .woocommerce-MyAccount-content input[type=tel]::-webkit-input-placeholder, .woocommerce-MyAccount-content input[type=email]::-webkit-input-placeholder, .woocommerce-MyAccount-content input[type=password]::-webkit-input-placeholder, .woocommerce-MyAccount-content textarea::-webkit-input-placeholder, .woocommerce-MyAccount-content select::-webkit-input-placeholder, .woocommerce-MyAccount-content .select2-selection::-webkit-input-placeholder {
  color: #ccc;
  text-transform: none;
}
.woocommerce-form-login input[type=text]::-moz-placeholder, .woocommerce-form-login input[type=tel]::-moz-placeholder, .woocommerce-form-login input[type=email]::-moz-placeholder, .woocommerce-form-login input[type=password]::-moz-placeholder, .woocommerce-form-login textarea::-moz-placeholder, .woocommerce-form-login select::-moz-placeholder, .woocommerce-form-login .select2-selection::-moz-placeholder, .woocommerce-form-register input[type=text]::-moz-placeholder, .woocommerce-form-register input[type=tel]::-moz-placeholder, .woocommerce-form-register input[type=email]::-moz-placeholder, .woocommerce-form-register input[type=password]::-moz-placeholder, .woocommerce-form-register textarea::-moz-placeholder, .woocommerce-form-register select::-moz-placeholder, .woocommerce-form-register .select2-selection::-moz-placeholder, .coupon input[type=text]::-moz-placeholder, .coupon input[type=tel]::-moz-placeholder, .coupon input[type=email]::-moz-placeholder, .coupon input[type=password]::-moz-placeholder, .coupon textarea::-moz-placeholder, .coupon select::-moz-placeholder, .coupon .select2-selection::-moz-placeholder, .checkout_coupon input[type=text]::-moz-placeholder, .checkout_coupon input[type=tel]::-moz-placeholder, .checkout_coupon input[type=email]::-moz-placeholder, .checkout_coupon input[type=password]::-moz-placeholder, .checkout_coupon textarea::-moz-placeholder, .checkout_coupon select::-moz-placeholder, .checkout_coupon .select2-selection::-moz-placeholder, #customer_details input[type=text]::-moz-placeholder, #customer_details input[type=tel]::-moz-placeholder, #customer_details input[type=email]::-moz-placeholder, #customer_details input[type=password]::-moz-placeholder, #customer_details textarea::-moz-placeholder, #customer_details select::-moz-placeholder, #customer_details .select2-selection::-moz-placeholder, .woocommerce-ResetPassword input[type=text]::-moz-placeholder, .woocommerce-ResetPassword input[type=tel]::-moz-placeholder, .woocommerce-ResetPassword input[type=email]::-moz-placeholder, .woocommerce-ResetPassword input[type=password]::-moz-placeholder, .woocommerce-ResetPassword textarea::-moz-placeholder, .woocommerce-ResetPassword select::-moz-placeholder, .woocommerce-ResetPassword .select2-selection::-moz-placeholder, .woocommerce-MyAccount-content input[type=text]::-moz-placeholder, .woocommerce-MyAccount-content input[type=tel]::-moz-placeholder, .woocommerce-MyAccount-content input[type=email]::-moz-placeholder, .woocommerce-MyAccount-content input[type=password]::-moz-placeholder, .woocommerce-MyAccount-content textarea::-moz-placeholder, .woocommerce-MyAccount-content select::-moz-placeholder, .woocommerce-MyAccount-content .select2-selection::-moz-placeholder {
  color: #ccc;
  text-transform: none;
}
.woocommerce-form-login input[type=text]:-ms-input-placeholder, .woocommerce-form-login input[type=tel]:-ms-input-placeholder, .woocommerce-form-login input[type=email]:-ms-input-placeholder, .woocommerce-form-login input[type=password]:-ms-input-placeholder, .woocommerce-form-login textarea:-ms-input-placeholder, .woocommerce-form-login select:-ms-input-placeholder, .woocommerce-form-login .select2-selection:-ms-input-placeholder, .woocommerce-form-register input[type=text]:-ms-input-placeholder, .woocommerce-form-register input[type=tel]:-ms-input-placeholder, .woocommerce-form-register input[type=email]:-ms-input-placeholder, .woocommerce-form-register input[type=password]:-ms-input-placeholder, .woocommerce-form-register textarea:-ms-input-placeholder, .woocommerce-form-register select:-ms-input-placeholder, .woocommerce-form-register .select2-selection:-ms-input-placeholder, .coupon input[type=text]:-ms-input-placeholder, .coupon input[type=tel]:-ms-input-placeholder, .coupon input[type=email]:-ms-input-placeholder, .coupon input[type=password]:-ms-input-placeholder, .coupon textarea:-ms-input-placeholder, .coupon select:-ms-input-placeholder, .coupon .select2-selection:-ms-input-placeholder, .checkout_coupon input[type=text]:-ms-input-placeholder, .checkout_coupon input[type=tel]:-ms-input-placeholder, .checkout_coupon input[type=email]:-ms-input-placeholder, .checkout_coupon input[type=password]:-ms-input-placeholder, .checkout_coupon textarea:-ms-input-placeholder, .checkout_coupon select:-ms-input-placeholder, .checkout_coupon .select2-selection:-ms-input-placeholder, #customer_details input[type=text]:-ms-input-placeholder, #customer_details input[type=tel]:-ms-input-placeholder, #customer_details input[type=email]:-ms-input-placeholder, #customer_details input[type=password]:-ms-input-placeholder, #customer_details textarea:-ms-input-placeholder, #customer_details select:-ms-input-placeholder, #customer_details .select2-selection:-ms-input-placeholder, .woocommerce-ResetPassword input[type=text]:-ms-input-placeholder, .woocommerce-ResetPassword input[type=tel]:-ms-input-placeholder, .woocommerce-ResetPassword input[type=email]:-ms-input-placeholder, .woocommerce-ResetPassword input[type=password]:-ms-input-placeholder, .woocommerce-ResetPassword textarea:-ms-input-placeholder, .woocommerce-ResetPassword select:-ms-input-placeholder, .woocommerce-ResetPassword .select2-selection:-ms-input-placeholder, .woocommerce-MyAccount-content input[type=text]:-ms-input-placeholder, .woocommerce-MyAccount-content input[type=tel]:-ms-input-placeholder, .woocommerce-MyAccount-content input[type=email]:-ms-input-placeholder, .woocommerce-MyAccount-content input[type=password]:-ms-input-placeholder, .woocommerce-MyAccount-content textarea:-ms-input-placeholder, .woocommerce-MyAccount-content select:-ms-input-placeholder, .woocommerce-MyAccount-content .select2-selection:-ms-input-placeholder {
  color: #ccc;
  text-transform: none;
}
.woocommerce-form-login input[type=text]::-ms-input-placeholder, .woocommerce-form-login input[type=tel]::-ms-input-placeholder, .woocommerce-form-login input[type=email]::-ms-input-placeholder, .woocommerce-form-login input[type=password]::-ms-input-placeholder, .woocommerce-form-login textarea::-ms-input-placeholder, .woocommerce-form-login select::-ms-input-placeholder, .woocommerce-form-login .select2-selection::-ms-input-placeholder, .woocommerce-form-register input[type=text]::-ms-input-placeholder, .woocommerce-form-register input[type=tel]::-ms-input-placeholder, .woocommerce-form-register input[type=email]::-ms-input-placeholder, .woocommerce-form-register input[type=password]::-ms-input-placeholder, .woocommerce-form-register textarea::-ms-input-placeholder, .woocommerce-form-register select::-ms-input-placeholder, .woocommerce-form-register .select2-selection::-ms-input-placeholder, .coupon input[type=text]::-ms-input-placeholder, .coupon input[type=tel]::-ms-input-placeholder, .coupon input[type=email]::-ms-input-placeholder, .coupon input[type=password]::-ms-input-placeholder, .coupon textarea::-ms-input-placeholder, .coupon select::-ms-input-placeholder, .coupon .select2-selection::-ms-input-placeholder, .checkout_coupon input[type=text]::-ms-input-placeholder, .checkout_coupon input[type=tel]::-ms-input-placeholder, .checkout_coupon input[type=email]::-ms-input-placeholder, .checkout_coupon input[type=password]::-ms-input-placeholder, .checkout_coupon textarea::-ms-input-placeholder, .checkout_coupon select::-ms-input-placeholder, .checkout_coupon .select2-selection::-ms-input-placeholder, #customer_details input[type=text]::-ms-input-placeholder, #customer_details input[type=tel]::-ms-input-placeholder, #customer_details input[type=email]::-ms-input-placeholder, #customer_details input[type=password]::-ms-input-placeholder, #customer_details textarea::-ms-input-placeholder, #customer_details select::-ms-input-placeholder, #customer_details .select2-selection::-ms-input-placeholder, .woocommerce-ResetPassword input[type=text]::-ms-input-placeholder, .woocommerce-ResetPassword input[type=tel]::-ms-input-placeholder, .woocommerce-ResetPassword input[type=email]::-ms-input-placeholder, .woocommerce-ResetPassword input[type=password]::-ms-input-placeholder, .woocommerce-ResetPassword textarea::-ms-input-placeholder, .woocommerce-ResetPassword select::-ms-input-placeholder, .woocommerce-ResetPassword .select2-selection::-ms-input-placeholder, .woocommerce-MyAccount-content input[type=text]::-ms-input-placeholder, .woocommerce-MyAccount-content input[type=tel]::-ms-input-placeholder, .woocommerce-MyAccount-content input[type=email]::-ms-input-placeholder, .woocommerce-MyAccount-content input[type=password]::-ms-input-placeholder, .woocommerce-MyAccount-content textarea::-ms-input-placeholder, .woocommerce-MyAccount-content select::-ms-input-placeholder, .woocommerce-MyAccount-content .select2-selection::-ms-input-placeholder {
  color: #ccc;
  text-transform: none;
}
.woocommerce-form-login input[type=text]::placeholder,
.woocommerce-form-login input[type=tel]::placeholder,
.woocommerce-form-login input[type=email]::placeholder,
.woocommerce-form-login input[type=password]::placeholder,
.woocommerce-form-login textarea::placeholder,
.woocommerce-form-login select::placeholder,
.woocommerce-form-login .select2-selection::placeholder,
.woocommerce-form-register input[type=text]::placeholder,
.woocommerce-form-register input[type=tel]::placeholder,
.woocommerce-form-register input[type=email]::placeholder,
.woocommerce-form-register input[type=password]::placeholder,
.woocommerce-form-register textarea::placeholder,
.woocommerce-form-register select::placeholder,
.woocommerce-form-register .select2-selection::placeholder,
.coupon input[type=text]::placeholder,
.coupon input[type=tel]::placeholder,
.coupon input[type=email]::placeholder,
.coupon input[type=password]::placeholder,
.coupon textarea::placeholder,
.coupon select::placeholder,
.coupon .select2-selection::placeholder,
.checkout_coupon input[type=text]::placeholder,
.checkout_coupon input[type=tel]::placeholder,
.checkout_coupon input[type=email]::placeholder,
.checkout_coupon input[type=password]::placeholder,
.checkout_coupon textarea::placeholder,
.checkout_coupon select::placeholder,
.checkout_coupon .select2-selection::placeholder,
#customer_details input[type=text]::placeholder,
#customer_details input[type=tel]::placeholder,
#customer_details input[type=email]::placeholder,
#customer_details input[type=password]::placeholder,
#customer_details textarea::placeholder,
#customer_details select::placeholder,
#customer_details .select2-selection::placeholder,
.woocommerce-ResetPassword input[type=text]::placeholder,
.woocommerce-ResetPassword input[type=tel]::placeholder,
.woocommerce-ResetPassword input[type=email]::placeholder,
.woocommerce-ResetPassword input[type=password]::placeholder,
.woocommerce-ResetPassword textarea::placeholder,
.woocommerce-ResetPassword select::placeholder,
.woocommerce-ResetPassword .select2-selection::placeholder,
.woocommerce-MyAccount-content input[type=text]::placeholder,
.woocommerce-MyAccount-content input[type=tel]::placeholder,
.woocommerce-MyAccount-content input[type=email]::placeholder,
.woocommerce-MyAccount-content input[type=password]::placeholder,
.woocommerce-MyAccount-content textarea::placeholder,
.woocommerce-MyAccount-content select::placeholder,
.woocommerce-MyAccount-content .select2-selection::placeholder {
  color: #ccc;
  text-transform: none;
}
.woocommerce-form-login #select2-billing_state-container,
.woocommerce-form-register #select2-billing_state-container,
.coupon #select2-billing_state-container,
.checkout_coupon #select2-billing_state-container,
#customer_details #select2-billing_state-container,
.woocommerce-ResetPassword #select2-billing_state-container,
.woocommerce-MyAccount-content #select2-billing_state-container {
  line-height: 50px;
  padding: 0;
}
.woocommerce-form-login .select2-selection__arrow,
.woocommerce-form-register .select2-selection__arrow,
.coupon .select2-selection__arrow,
.checkout_coupon .select2-selection__arrow,
#customer_details .select2-selection__arrow,
.woocommerce-ResetPassword .select2-selection__arrow,
.woocommerce-MyAccount-content .select2-selection__arrow {
  height: 50px !important;
  padding: 0 20px;
}
.woocommerce-form-login textarea,
.woocommerce-form-register textarea,
.coupon textarea,
.checkout_coupon textarea,
#customer_details textarea,
.woocommerce-ResetPassword textarea,
.woocommerce-MyAccount-content textarea {
  height: auto;
}

.woocommerce-form-login .button,
.woocommerce-form-register .button,
.checkout_coupon .button,
.woocommerce-ResetPassword .button,
.place-order .button,
.woocommerce-MyAccount-content .button {
  transition: all 0.25s ease !important;
}
.woocommerce-form-login .button:after,
.woocommerce-form-register .button:after,
.checkout_coupon .button:after,
.woocommerce-ResetPassword .button:after,
.place-order .button:after,
.woocommerce-MyAccount-content .button:after {
  display: none;
}
.woocommerce-form-login .button:hover,
.woocommerce-form-register .button:hover,
.checkout_coupon .button:hover,
.woocommerce-ResetPassword .button:hover,
.place-order .button:hover,
.woocommerce-MyAccount-content .button:hover {
  background: #cf8c5f;
}

.cart-collaterals .cart_totals {
  background: #f7f7f7;
  padding: 45px;
  width: 50%;
}
@media (max-width: 991.98px) {
  .cart-collaterals .cart_totals {
    width: 70%;
  }
}
@media (max-width: 767.98px) {
  .cart-collaterals .cart_totals {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .cart-collaterals .cart_totals {
    padding: 30px;
  }
}
.cart-collaterals .cart_totals h2 {
  color: #3f554f;
  font-size: 24px;
  line-height: 28px;
}
.cart-collaterals .cart_totals table td {
  text-align: right;
}
@media (max-width: 575.98px) {
  .cart-collaterals .cart_totals .cart-discount td {
    text-align: left;
  }
  .cart-collaterals .cart_totals .cart-discount td:before {
    display: block;
    width: 100%;
  }
}
.cart-collaterals .wc-proceed-to-checkout {
  margin: 0;
}
.cart-collaterals .wc-proceed-to-checkout .button {
  display: block;
  padding: 25px 10px;
  transition: all 0.25s ease !important;
}
.cart-collaterals .wc-proceed-to-checkout .button:after {
  display: none;
}
.cart-collaterals .wc-proceed-to-checkout .button:hover {
  background: #cf8c5f;
}

table.shop_table {
  border-bottom: 2px #e8e8e8 solid;
  margin-bottom: 60px;
}
table.shop_table th,
table.shop_table td {
  background: transparent !important;
  border-top: 2px #e8e8e8 solid;
  line-height: 1.25em;
  padding: 20px 10px;
  vertical-align: middle;
}
table.shop_table th {
  color: #444;
  display: table-cell;
  font-size: 14px !important;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}
table.shop_table td {
  font-size: 16px !important;
  text-align: right;
}
table.shop_table thead th {
  border-top: 0 none;
  padding-top: 0;
}
table.shop_table thead th.product-total {
  display: none;
}
table.shop_table .product-name {
  line-height: 1.35em;
  text-align: left;
}
table.shop_table .product-quantity {
  font-weight: 500;
}
table.shop_table .variation {
  margin: 10px 0 0 0;
}
table.shop_table .variation dt,
table.shop_table .variation dd {
  float: left;
  color: #555;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 6px;
}
table.shop_table .variation dt {
  clear: both;
  padding-right: 5px;
}
table.shop_table .shipping .shipping-label {
  color: #444;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
table.shop_table .shipping td {
  font-size: 0.875rem !important;
  text-align: left;
}
table.shop_table .shipping li {
  white-space: nowrap;
}
table.shop_table .shipping li:last-child label {
  margin: 0;
}
table.shop_table .order-total th,
table.shop_table .order-total td {
  font-size: 18px;
}
table.shop_table .order-total .amount {
  font-weight: 500;
}
table.shop_table.order_details td {
  text-align: left;
}
table.shop_table .flat-rate-table-row th,
table.shop_table .flat-rate-table-row td {
  font-size: 0.875rem !important;
}
table.shop_table .flat-rate-table-row .toggle-rate-table {
  display: block;
  margin: 0 auto;
  width: 75%;
}
@media (max-width: 1199.98px) {
  table.shop_table .flat-rate-table-row .toggle-rate-table {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  table.shop_table .flat-rate-table-row .toggle-rate-table {
    width: 100%;
  }
}
table.shop_table .flat-rate-table-row .flat-rate-table table {
  margin-bottom: 0;
}
table.shop_table .flat-rate-table-row .flat-rate-table table td:first-child {
  text-align: left !important;
}
table.shop_table .flat-rate-table-row .flat-rate-table em {
  display: block;
  font-size: 0.875rem;
  line-height: 1.5em;
  text-align: left !important;
}

table.shop_table_responsive tr td:before {
  font-weight: 500;
}

.woocommerce-info {
  background: transparent;
  border: 0 none;
  border-radius: 0;
  color: #444;
  padding: 0 30px;
  text-align: center;
}

.woocommerce .return-to-shop {
  display: none;
}

.info-message,
.warning-message {
  align-items: center;
  color: white;
  display: flex;
  font-size: 0.875rem;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.25rem;
  margin-bottom: 30px;
  padding: 15px 30px 15px 20px;
}
@media (max-width: 575.98px) {
  .info-message,
.warning-message {
    font-size: 0.875rem;
    line-height: 1.125rem;
    padding: 12px 15px;
  }
}
.info-message i,
.warning-message i {
  font-size: 1.25rem;
  margin-right: 15px;
}
@media (max-width: 575.98px) {
  .info-message i,
.warning-message i {
    font-size: 1.625rem;
  }
}

.warning-message {
  background: #d1c98a;
  color: #797130;
}

.info-message {
  background: #7d99bf;
}

.woocommerce-store-notice {
  background-color: #6c9a8c;
  bottom: auto;
  font-size: 0.875rem;
  left: auto;
  line-height: 22px;
  position: relative;
  right: auto;
  text-align: center;
}
@media (max-width: 575.98px) {
  .woocommerce-store-notice {
    font-size: 14px;
    line-height: 20px;
  }
}
.woocommerce-store-notice:before,
.woocommerce-store-notice > a {
  display: none !important;
}

.post-entry {
  border-bottom: 1px #ccc solid;
  margin-bottom: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .post-entry {
    border-bottom: 0 none;
    margin-bottom: 75px;
    padding: 0 15px;
  }
}
.post-entry .post-thumbnail {
  margin-right: 60px;
}
@media (max-width: 767.98px) {
  .post-entry .post-thumbnail {
    margin: 0 0 30px 0;
  }
}
.post-entry section p {
  margin: 0;
}

@media (max-width: 767.98px) {
  .page-entry {
    padding: 0 15px;
  }
}

.pagination {
  border: 0 none;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
}
.pagination li > span,
.pagination li > a {
  display: block;
  line-height: 1rem;
  padding: 10px;
}
.pagination li i {
  font-size: 1.25rem;
  line-height: 1rem;
}

.entry-thumb {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .entry-thumb {
    margin-bottom: 30px;
  }
}

.entry-related {
  border-top: 1px #ccc solid;
  padding-top: 60px;
  margin-top: 30px;
}
.entry-related ul {
  margin: 0 0 0 20px;
}

.product-posts {
  margin-bottom: 90px;
}
.product-posts > .row {
  border-bottom: 1px #ccc solid;
  padding-bottom: 60px;
}

.product-recommended {
  padding: 30px 0;
}

.up-sells h5 {
  font-size: 1rem;
  line-height: 1em;
}
.up-sells .product-up-sells {
  display: flex;
  position: relative;
  width: 33.33333%;
}
@media (max-width: 575.98px) {
  .up-sells .product-up-sells {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
}
.up-sells .product-up-sells:before, .up-sells .product-up-sells:after {
  color: #3f554f;
  font-family: "Material Icons";
  font-size: 1.125rem;
  margin-top: -14px;
  position: absolute;
  top: 50%;
}
@media (max-width: 575.98px) {
  .up-sells .product-up-sells:before, .up-sells .product-up-sells:after {
    display: none;
  }
}
.up-sells .product-up-sells:nth-child(2) {
  justify-content: center;
}
.up-sells .product-up-sells:nth-child(2):before, .up-sells .product-up-sells:nth-child(2):after {
  content: "";
}
.up-sells .product-up-sells:nth-child(2):before {
  left: -32px;
}
@media (max-width: 991.98px) {
  .up-sells .product-up-sells:nth-child(2):before {
    left: -20px;
  }
}
.up-sells .product-up-sells:nth-child(2):after {
  right: -32px;
}
@media (max-width: 991.98px) {
  .up-sells .product-up-sells:nth-child(2):after {
    right: -20px;
  }
}
.up-sells .product-up-sells:last-child {
  justify-content: flex-end;
}
@media (max-width: 575.98px) {
  .up-sells .product-up-sells:last-child a {
    margin-bottom: 0;
  }
}
.up-sells .product-up-sells:nth-child(2):last-child:before {
  left: -7px;
}
.up-sells .product-up-sells:nth-child(2):last-child:after {
  content: "";
}
.up-sells .product-up-sells:first-child:last-child {
  justify-content: center;
}
.up-sells .product-up-sells > div {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  width: 80%;
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .up-sells .product-up-sells > div {
    align-items: flex-start;
  }
}
@media (max-width: 575.98px) {
  .up-sells .product-up-sells > div {
    width: 100%;
  }
}
.up-sells .product-up-sells a {
  align-items: center;
  display: flex;
  position: relative;
}
@media (max-width: 991.98px) {
  .up-sells .product-up-sells a {
    display: block;
  }
}
@media (max-width: 575.98px) {
  .up-sells .product-up-sells a {
    display: flex;
  }
}
.up-sells .product-up-sells .upsells-img {
  overflow: hidden;
  width: 40%;
}
@media (max-width: 1199.98px) {
  .up-sells .product-up-sells .upsells-img {
    padding: 15px 0 15px 15px;
  }
}
@media (max-width: 991.98px) {
  .up-sells .product-up-sells .upsells-img {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .up-sells .product-up-sells .upsells-img {
    width: 30%;
  }
}
.up-sells .product-up-sells .upsells-content {
  padding: 15px;
  width: 60%;
}
@media (max-width: 991.98px) {
  .up-sells .product-up-sells .upsells-content {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .up-sells .product-up-sells .upsells-content {
    width: 70%;
  }
}
.up-sells .product-up-sells .upsells-content .upsells-out-of-stock {
  color: #d35757;
  display: block;
  font-family: "clarendon-urw", Georgia, Times, serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1em;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.up-sells .product-up-sells .upsells-content .upsells-out-of-stock + h2 {
  text-decoration: line-through;
}
.up-sells .product-up-sells .upsells-content h2 {
  color: #444 !important;
  font-size: 0.8125rem !important;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 0.875rem !important;
  margin-bottom: 5px;
}
.up-sells .product-up-sells .upsells-content .price {
  color: #444 !important;
  display: block;
  font-size: 0.75rem !important;
  font-family: "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.1px;
  line-height: 0.875rem !important;
  margin-bottom: 0;
}

.container-products {
  padding: 0 30px;
}

.gform_wrapper .waiting-list h3.gform_title {
  font-weight: 500;
}
.gform_wrapper .waiting-list h3.gform_title:after {
  content: ":";
}
.gform_wrapper .waiting-list span.gform_description {
  font-size: 0.875rem;
  font-style: italic;
  line-height: 1.75em;
}
.gform_wrapper .waiting-list .gfield_error .ginput_container_email input {
  background: white;
  border: 2px #d35757 solid;
  border-bottom: 0;
}
.gform_wrapper .waiting-list .gpls-limit-message-container,
.gform_wrapper .waiting-list .validation_message {
  background: #d35757;
  color: white;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1rem;
  margin: 0;
  padding: 6px 10px;
}

.product-waitlist .out-of-stock {
  margin-bottom: 30px;
}
.product-waitlist .gform_wrapper {
  margin: 0;
}
.product-waitlist .gform_wrapper .gform_fields {
  margin: 0;
}
.product-waitlist .gform_wrapper .gform_fields .gfield {
  margin: 0;
}
.product-waitlist form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
}
@media (max-width: 575.98px) {
  .product-waitlist form {
    display: block;
  }
}
.product-waitlist form .gform_heading {
  margin-bottom: 30px;
  width: 100%;
}
.product-waitlist form .gform_heading .gform_title {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin: 0 0 30px 0;
}
.product-waitlist form .gform_heading .gform_title:after {
  display: none;
}
.product-waitlist form .gform_heading .gform_description {
  display: block;
}
.product-waitlist form .gform_body {
  width: 60%;
}
@media (max-width: 575.98px) {
  .product-waitlist form .gform_body {
    margin: 0 auto 15px auto;
    width: 100%;
  }
}
.product-waitlist ul {
  list-style: none;
  margin: 0;
}
.product-waitlist .gfield_label {
  display: none;
}
.product-waitlist input[type=text] {
  border: 0 none;
  box-shadow: none !important;
  font-size: 0.875rem !important;
  height: 54px !important;
  line-height: 54px !important;
  margin: 0 !important;
  padding: 0 15px;
  width: 100%;
}
.product-waitlist input[type=submit] {
  height: 54px;
  padding: 18px 25px 20px 25px;
  transition: all 0.25s ease !important;
}
.product-waitlist input[type=submit]:after {
  display: none;
}
.product-waitlist input[type=submit]:hover {
  background: #cf8c5f;
}
.product-waitlist .gform_footer {
  position: relative;
  width: 40%;
}
.product-waitlist .validation_error {
  display: none;
}
.product-waitlist .validation_message {
  color: white !important;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin: 0 !important;
  text-align: left;
  padding-left: 6px;
}
.product-waitlist .gform_ajax_spinner {
  position: absolute;
  right: -30px;
  top: 18px;
  width: 15px;
}
@media (max-width: 575.98px) {
  .product-waitlist .gform_ajax_spinner {
    right: 30px;
  }
}
.product-waitlist .gform_confirmation_wrapper {
  background: #6c9a8c;
  width: 80%;
}

.growing-guides {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.growing-guides h5 {
  background: #3f554f;
  color: white;
  line-height: 1.25em;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.growing-guides > li {
  margin-bottom: 30px !important;
  width: 48%;
}
@media (max-width: 767.98px) {
  .growing-guides > li {
    width: 100%;
  }
}
.growing-guides > li li {
  margin-bottom: 6px;
  padding-left: 15px;
}
.growing-guides > li a {
  display: block;
  font-size: 1.25rem;
  line-height: 1.75rem;
  padding-left: 30px;
  position: relative;
}
.growing-guides > li a:before {
  background: #cf8c5f;
  content: "";
  height: 2px;
  left: 0;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  width: 15px;
}

.woocommerce-order .woocommerce-notice {
  display: none;
}
.woocommerce-order > h4,
.woocommerce-order > p {
  text-align: center;
}
.woocommerce-order > h4 {
  color: #444;
  margin-top: 0;
}
.woocommerce-order .woocommerce-order-overview {
  margin-top: 60px !important;
}
.woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
  display: none;
}
.woocommerce-order .woocommerce-order-details > table {
  width: 60%;
}
@media (max-width: 1199.98px) {
  .woocommerce-order .woocommerce-order-details > table {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-order .woocommerce-order-details > table {
    width: 100%;
  }
}
.woocommerce-order .woocommerce-customer-details .woocommerce-columns {
  display: flex;
  float: none;
  justify-content: space-between;
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 1199.98px) {
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    width: 80%;
  }
}
@media (max-width: 991.98px) {
  .woocommerce-order .woocommerce-customer-details .woocommerce-columns {
    display: block;
    width: 100%;
  }
}
.woocommerce-order .woocommerce-customer-details .col-1,
.woocommerce-order .woocommerce-customer-details .col-2 {
  flex: 0 1 auto;
  float: none;
  margin: 0;
  max-width: none;
  width: auto;
}
.account-orders-table thead th {
  padding-top: 20px !important;
}

.woocommerce-MyAccount-content table {
  width: 100%;
}
.woocommerce-MyAccount-content .woocommerce-column__title {
  display: block !important;
}

.entry-content ul,
.entry-content ol {
  margin-left: 15px;
}
.entry-content ul li,
.entry-content ol li {
  margin-bottom: 10px;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
  margin-bottom: 0;
}
.entry-content hr {
  margin: 45px 0;
}

.shipping-table {
  border: 1px #e9ecef solid;
}
.shipping-table tbody td {
  border: 1px #e9ecef solid;
}
.shipping-table tfoot {
  font-size: 0.875rem;
  font-style: italic;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button {
  align-items: center;
  display: inline-flex;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.disabled-add-wishlist {
  color: #777;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button:hover:before,
.tinv-wishlist .tinvwl-product-in-list:before {
  color: #d35757;
}
.tinv-wishlist .product-stock .stock {
  align-items: center;
  display: flex;
  margin: 0;
  line-height: normal;
}
.tinv-wishlist .product-stock .stock span {
  display: inline;
}
.tinv-wishlist .product-stock i {
  margin-right: 0.25rem;
}
.tinv-wishlist .product-stock i:before {
  font-family: "Material Icons";
}
.tinv-wishlist .product-stock .in-stock i:before {
  content: "";
}
.tinv-wishlist .product-stock .out-of-stock i:before {
  content: "";
}
.tinv-wishlist .product-name a {
  font-weight: bold;
}
.tinv-wishlist .product-name .variation {
  line-height: 1.25em;
  margin: 0;
}
.tinv-wishlist .product-name .variation dd:last-of-type {
  margin: 0;
}
.tinv-wishlist .button,
.tinv-wishlist button {
  font-size: 0.8125rem;
  white-space: nowrap;
}
.tinv-wishlist .product-remove button {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  display: flex;
  height: 2.25rem;
  justify-content: center;
  padding: 0;
  width: 2.25rem;
}
.tinv-wishlist thead th {
  background-color: #3f554f;
  color: white;
}
.tinv-wishlist tbody tr:nth-child(2) td {
  background-color: #f5f5f5;
}

.ribbon {
  height: 12.5rem;
  left: -2px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: -2px;
  width: 12.5rem;
  z-index: 20;
}
.ribbon > span {
  align-items: center;
  background: #7d99bf;
  color: white;
  display: flex;
  justify-content: center;
  height: 3.125rem;
  text-transform: uppercase;
  font: 500 0.875rem "clarendon-urw", Georgia, Times, serif;
  letter-spacing: 2px;
  left: -3.125rem;
  position: absolute;
  top: 1.5625rem;
  transform: rotate(-45deg);
  width: 12.5rem;
  box-shadow: 0 2px 8px -4px rgba(0, 0, 0, 0.4);
}

.anr_captcha_field {
  margin-bottom: 1.875rem;
}

/*==================================
=            Navigation            =
==================================*/
.header-ham {
  width: 35%;
}
.header-ham .ham {
  cursor: pointer;
  display: block;
  height: 80px;
  height: 50px;
  margin: 0;
  position: relative;
  width: 50px;
  width: 80px;
}
.header-ham .ham span {
  background: #3f554f;
  display: block;
  height: 2px;
  left: 50%;
  margin: -1px 0 0 -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.header-ham .ham span:first-child {
  margin-top: -7px;
}
.header-ham .ham span:last-child {
  margin-top: 5px;
}
@media (max-width: 575.98px) {
  .header-ham {
    order: 3;
    width: auto;
  }
  .header-ham .ham {
    width: 65px;
  }
}

#nav-drawer {
  background: #465e57;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  transition: transform 0.68s cubic-bezier(0.64, 0.04, 0.35, 1);
  width: 350px;
  z-index: 2000;
}
.customize-support #nav-drawer {
  height: calc(100vh - 32px);
  top: 32px;
}
@media (max-width: 575.98px) {
  .customize-support #nav-drawer {
    height: calc(100vh - 46px);
    top: 46px;
  }
}
@media (max-width: 575.98px) {
  #nav-drawer {
    width: 100%;
  }
}
#nav-drawer > header {
  align-items: center;
  border-bottom: 1px #5a6d68 solid;
  display: flex;
  justify-content: space-between;
  height: 70px;
  text-align: center;
}
#nav-drawer > header .sub-drawer-title {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.64, 0.04, 0.35, 1);
}
#nav-drawer > header .sub-drawer-left,
#nav-drawer > header .sub-drawer-close {
  color: #f7f7f7;
  cursor: pointer;
  height: 70px;
  width: 70px;
}
#nav-drawer > header .sub-drawer-close {
  align-items: center;
  display: flex;
  justify-content: center;
}
#nav-drawer > header .sub-drawer-left {
  position: relative;
}
#nav-drawer > header .sub-drawer-left a {
  align-items: center;
  color: #f7f7f7;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.25s cubic-bezier(0.64, 0.04, 0.35, 1);
  width: 100%;
}
#nav-drawer > header .sub-drawer-left a.sub-drawer-home {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
#nav-drawer > header .sub-drawer-left a.sub-drawer-back {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
#nav-drawer > header h5 {
  color: #f7f7f7;
  font-size: 1.125rem;
  margin: 0;
}
#nav-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-drawer .root-drawer,
#nav-drawer .sub-drawer {
  left: 0;
  height: calc(100vh - 70px);
  overflow-y: auto;
  position: absolute;
  top: 70px;
  transition: transform 0.5s cubic-bezier(0.64, 0.04, 0.35, 1);
  width: 100%;
  z-index: 1;
}
#nav-drawer .root-drawer #menu-primary-navigation-1 {
  position: relative;
}
#nav-drawer .root-drawer #menu-primary-navigation-1 li {
  border-bottom: 1px #5a6d68 solid;
}
#nav-drawer .root-drawer #menu-primary-navigation-1 a {
  background: #3f554f;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 20px;
  position: relative;
  line-height: 50px;
}
#nav-drawer .root-drawer #menu-primary-navigation-1 a:hover {
  color: #d1c98a;
}
#nav-drawer .root-drawer #menu-primary-navigation-1 a:hover i {
  color: #d1c98a;
}
#nav-drawer .root-drawer #menu-primary-navigation-1 a i {
  color: #928e6a;
  font-size: 16px;
  position: absolute;
  top: 0;
  line-height: 50px;
  right: 20px;
  transition: all 0.25s ease;
}
#nav-drawer .root-drawer #menu-secondary-navigation-1 {
  padding-top: 20px;
}
#nav-drawer .root-drawer #menu-secondary-navigation-1 a {
  color: #acb4b2;
  display: block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 20px;
  position: relative;
  line-height: 30px;
}
#nav-drawer .root-drawer #menu-secondary-navigation-1 a:hover {
  color: #d1c98a;
}
#nav-drawer .root-drawer #menu-social-navigation-1 {
  display: flex;
  margin: 30px 0;
  padding: 0 10px;
}
#nav-drawer .root-drawer #menu-social-navigation-1 a {
  color: white;
  display: block;
  font-size: 16px;
  padding: 10px 15px;
}
#nav-drawer .root-drawer #menu-social-navigation-1 a:hover {
  color: #d1c98a;
}
#nav-drawer .root-drawer #menu-social-navigation-1 span {
  display: none;
}
#nav-drawer .sub-drawer {
  background: #3f554f;
  transform: translateX(100%);
}
#nav-drawer .sub-drawer .col-featured-cats {
  padding: 0;
}
#nav-drawer .sub-drawer .col-featured-cats > div {
  display: block !important;
}
#nav-drawer .sub-drawer .col-featured-cats li {
  border-bottom: 1px #5a6d68 solid;
}
#nav-drawer .sub-drawer .col-featured-cats a {
  background: #465e57;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 20px;
  line-height: 50px;
}
#nav-drawer .sub-drawer .col-featured-cats a:hover {
  color: #d1c98a;
}
#nav-drawer .sub-drawer.sub-drawer-open {
  transform: translateX(0);
}
#nav-drawer.sub-active > header {
  background: #3f554f;
}
#nav-drawer.sub-active > header .sub-drawer-title {
  opacity: 1;
  pointer-events: auto;
}
#nav-drawer.sub-active > header .sub-drawer-left .sub-drawer-home {
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}
#nav-drawer.sub-active > header .sub-drawer-left .sub-drawer-back {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}
#nav-drawer.sub-active .root-drawer {
  transform: translateX(-100%);
}
#nav-toggle:checked ~ #nav-drawer {
  transform: translateX(0);
}

@media (max-width: 991.98px) {
  #header,
#main,
footer {
    transform: translateX(0);
    transition: transform 0.68s cubic-bezier(0.64, 0.045, 0.35, 1);
  }
  #nav-toggle:checked ~ #header,
#nav-toggle:checked ~ #main,
#nav-toggle:checked ~ footer {
    transform: translateX(250px);
  }
}
/*====================================
=           Page Builder            =
====================================*/
.page-section {
  margin-bottom: 90px;
}
@media (max-width: 991.98px) {
  .page-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .page-section {
    margin-bottom: 30px;
  }
}
.page-section.page-title {
  margin-bottom: 20px;
}

.page-accordion > ul {
  margin: 0;
}
.page-accordion > ul > li {
  border-bottom: 1px #ccc solid;
  margin-bottom: 45px;
}
.page-accordion > ul > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}
.page-accordion > ul > li li {
  margin-bottom: 30px;
}
.page-accordion li header {
  cursor: pointer;
  padding-right: 60px;
  margin-bottom: 45px;
  position: relative;
}
.page-accordion li header:before, .page-accordion li header:after {
  background: #cf8c5f;
  content: "";
  position: absolute;
  top: 50%;
  transition: background 0.5s cubic-bezier(0.52, 0.01, 0.16, 1), transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-accordion li header:before {
  height: 3px;
  margin-top: -1px;
  right: 30px;
  width: 13px;
}
@media (max-width: 575.98px) {
  .page-accordion li header:before {
    right: 15px;
  }
}
.page-accordion li header:after {
  height: 13px;
  margin-top: -6px;
  right: 35px;
  width: 3px;
}
@media (max-width: 575.98px) {
  .page-accordion li header:after {
    right: 20px;
  }
}
.page-accordion li header h5 {
  margin: 0;
}
.page-accordion li.open header:before, .page-accordion li.open header:after {
  background: #3f554f;
}
.page-accordion li.open header:before {
  transform: rotate(-180deg);
}
.page-accordion li.open header:after {
  transform: rotate(-270deg);
}
.page-accordion li > div {
  display: none;
  padding-bottom: 45px;
}
.page-accordion li > div p:last-child {
  margin: 0;
}

/*====================================
=               Video               =
====================================*/
.video-wrapper {
  height: 0;
  margin-bottom: 40px;
  padding: 25px 0 54% 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .video-wrapper {
    padding: 25px 0 52% 0;
  }
}
@media (max-width: 575.98px) {
  .video-wrapper {
    margin-bottom: 30px;
    padding: 25px 0 51% 0;
  }
}
.video-wrapper iframe {
  border: 0 none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*
----------------------------------------------------------------

Gravity Forms Date Picker Styles
http: //www.gravityforms.com
updated: October 15, 2013 11:05 AM

Customized styles for the jQuery UI Datepicker 1.9.2
copyright 2012 jQuery Foundation and other contributors
Released under the MIT license.
http://jquery.org/license
some styles courtesty of http://www.hongkiat.com/

Gravity Forms is a Rocketgenius project
copyright 2013 Rocketgenius Inc.
http: //www.rocketgenius.com

NOTE: DO NOT EDIT THIS FILE! MAKE ANY MODIFICATIONS IN YOUR
THEME STYLESHEET. THIS FILE IS REPLACED DURING AUTO-UPDATES
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.

If you need to make extensive customizations,
copy the contents of this file to your theme
style sheet for editing. Then, go to the form
settings page & set the 'output CSS' option
to no.

----------------------------------------------------------------
*/
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font: 9pt Arial, sans-serif;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #e0e0e0;
  font-weight: bold;
  box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 0.2);
  text-shadow: 1px -1px 0px #000;
  -webkit-filter: dropshadow(color=#000, offx=1, offy=-1);
          filter: dropshadow(color=#000, offx=1, offy=-1);
  line-height: 30px;
  min-height: 30px !important;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #666;
}

.ui-datepicker-title {
  text-align: center;
}

.ui-datepicker-title select {
  margin-top: 2.5%;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  background-image: url("images/datepicker/arrow.png");
  background-repeat: no-repeat;
  line-height: 600%;
  overflow: hidden;
}

.ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  background-position: center 0px;
}

.ui-datepicker thead {
  background: #f7f7f7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #f7f7f7 0%, #f1f1f1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f7f7f7", endColorstr="#f1f1f1",GradientType=0 );
  border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
  color: #666666;
  font-size: 8px;
  line-height: 1.75em;
  padding: 5px 0;
  text-align: center;
  text-shadow: 1px 0px 0px #fff;
  text-transform: uppercase;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=0);
          filter: dropshadow(color=#fff, offx=1, offy=0);
}

.ui-datepicker tbody td {
  border-top: 1px solid #bbb;
  border-right: 1px solid #bbb;
  padding: 0;
  line-height: 1em;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-filter: dropshadow(color=#fff, offx=1, offy=1);
          filter: dropshadow(color=#fff, offx=1, offy=1);
}

.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: linear-gradient(to bottom, #ededed 0%, #dedede 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ededed", endColorstr="#dedede",GradientType=0 );
  box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, 0.5);
}

.ui-datepicker-calendar .ui-state-hover {
  background: #f7f7f7;
}

.ui-datepicker-calendar .ui-state-active {
  background: #FFF2AA;
  /* set the active date background color */
  color: #666;
  /* set the active date font color */
  text-shadow: 0px 1px 0px #FFF;
  position: relative;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}

.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}

.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}

.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}

td.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}

body div#ui-datepicker-div[style] {
  z-index: 9999 !important;
}

.gform_wrapper {
  margin-bottom: 30px;
}
.gform_wrapper .gform_fields {
  margin: 0 0 30px 0;
}
.gform_wrapper .gfield {
  margin-bottom: 20px;
}
.gform_wrapper .gfield_label {
  margin: 0;
}
.gform_wrapper .gfield_label .gfield_required {
  color: #dc3545;
  padding-left: 5px;
}
.gform_wrapper input[type=text],
.gform_wrapper input[type=url],
.gform_wrapper input[type=email],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper textarea,
.gform_wrapper select {
  border-radius: 0;
  box-shadow: none;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  margin: 12px 0 5px 0;
}
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
  border-color: #3f554f;
  box-shadow: none;
}
.gform_wrapper input[type=text].small,
.gform_wrapper input[type=url].small,
.gform_wrapper input[type=email].small,
.gform_wrapper input[type=tel].small,
.gform_wrapper input[type=number].small,
.gform_wrapper input[type=password].small,
.gform_wrapper textarea.small,
.gform_wrapper select.small {
  width: 25%;
}
@media (max-width: 767.98px) {
  .gform_wrapper input[type=text].small,
.gform_wrapper input[type=url].small,
.gform_wrapper input[type=email].small,
.gform_wrapper input[type=tel].small,
.gform_wrapper input[type=number].small,
.gform_wrapper input[type=password].small,
.gform_wrapper textarea.small,
.gform_wrapper select.small {
    width: 100%;
  }
}
.gform_wrapper input[type=text].medium,
.gform_wrapper input[type=url].medium,
.gform_wrapper input[type=email].medium,
.gform_wrapper input[type=tel].medium,
.gform_wrapper input[type=number].medium,
.gform_wrapper input[type=password].medium,
.gform_wrapper textarea.medium,
.gform_wrapper select.medium {
  width: 48%;
}
@media (max-width: 767.98px) {
  .gform_wrapper input[type=text].medium,
.gform_wrapper input[type=url].medium,
.gform_wrapper input[type=email].medium,
.gform_wrapper input[type=tel].medium,
.gform_wrapper input[type=number].medium,
.gform_wrapper input[type=password].medium,
.gform_wrapper textarea.medium,
.gform_wrapper select.medium {
    width: 100%;
  }
}
.gform_wrapper textarea,
.gform_wrapper select {
  line-height: 24px !important;
}
.gform_wrapper textarea,
.gform_wrapper select[multiple=multiple] {
  height: auto;
  resize: none;
  width: 100%;
}
.gform_wrapper textarea.small,
.gform_wrapper select[multiple=multiple].small {
  height: 80px;
  width: 100%;
}
.gform_wrapper textarea.medium,
.gform_wrapper select[multiple=multiple].medium {
  height: 150px;
  width: 100%;
}
.gform_wrapper textarea.large,
.gform_wrapper select[multiple=multiple].large {
  height: 250px;
}
.gform_wrapper input[type=file] {
  background-color: #f3f3f3;
  border: 2px #d5d5d5 dashed;
  line-height: 1em;
  margin-top: 8px;
  padding: 15px;
}
.gform_wrapper .ginput_complex label {
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 575.98px) {
  .gform_wrapper .ginput_complex span {
    float: none;
    width: 100%;
  }
}
.gform_wrapper .ginput_full {
  display: block;
}
.gform_wrapper .ginput_left,
.gform_wrapper .ginput_right,
.gform_wrapper .name_first,
.gform_wrapper .name_last {
  width: 48%;
}
.gform_wrapper .ginput_left,
.gform_wrapper .name_first {
  float: left;
}
.gform_wrapper .ginput_right,
.gform_wrapper .name_last {
  float: right;
}
.gform_wrapper .gfield_checkbox,
.gform_wrapper .gfield_radio {
  margin: 10px 0 0 0;
}
.gform_wrapper .gfield_checkbox input,
.gform_wrapper .gfield_radio input {
  margin-right: 10px;
}
.gform_wrapper .gsection {
  clear: both;
  margin: 60px 0;
  position: relative;
  text-align: center;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gsection {
    margin: 30px 0;
  }
}
.gform_wrapper .gsection h2 {
  background: white;
  color: #ccc;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 30px;
  margin: 0;
  padding: 0 30px;
  position: static !important;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gsection h2 {
    color: white;
    display: block;
    padding: 0;
  }
}
.gform_wrapper .gsection h2:before {
  background: #ccc;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
  width: 300%;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gsection h2:before {
    display: none;
  }
}
.gform_wrapper .gfield_description {
  color: #f7f7f7;
  font-size: 12px;
  font-style: italic;
  line-height: 20px;
  margin: 4px 0 8px 0;
}
.gform_wrapper .button {
  transition: all 0.25s ease !important;
}
.gform_wrapper .button:hover {
  background: #cf8c5f;
}
.gform_wrapper .gfield_price .ginput_product_price_label {
  display: inline-block;
  margin: 5px 2px 0 0;
}
.gform_wrapper .gfield_price .ginput_product_price {
  color: #28a745;
}
.gform_wrapper .gfield_price .ginput_quantity_label {
  margin-left: 10px;
}
.gform_wrapper .gfield_price .ginput_quantity {
  margin-top: 5px;
  width: 80px;
}
.gform_wrapper .ginput_total {
  color: #28a745;
  font-size: 24px;
}
.gform_wrapper .gfield_time_hour,
.gform_wrapper .gfield_time_minute,
.gform_wrapper .gfield_time_ampm,
.gform_wrapper .gfield_date_month,
.gform_wrapper .gfield_date_day,
.gform_wrapper .gfield_date_year {
  float: left;
  margin-right: 15px;
  width: 60px;
}
.gform_wrapper .gfield_date_year {
  width: 90px;
}
.gform_wrapper .ginput_list table {
  margin: 0;
}
.gform_wrapper .ginput_list table td {
  border: 0 none;
  padding: 0;
  width: 90%;
}
@media (max-width: 575.98px) {
  .gform_wrapper .ginput_list table td {
    width: 85%;
  }
}
.gform_wrapper .ginput_list table .gfield_list_icons {
  padding: 0 5px;
  vertical-align: middle;
}
.gform_wrapper .gfield_password_strength {
  background-color: #f3f3f3;
  border: 1px #ccc solid;
  font-size: 16px;
  margin: 15px 0;
  padding: 5px 10px;
  text-align: center;
  width: 48%;
}
.gform_wrapper .gfield_password_strength.bad {
  background-color: #ffb78c;
  border-color: #ff853c;
}
.gform_wrapper .gfield_password_strength.good {
  background-color: #ffec8b;
  border-color: #fc0;
}
.gform_wrapper .gfield_password_strength.short, .gform_wrapper .gfield_password_strength.mismatch {
  background-color: #ffa0a0;
  border-color: #f04040;
}
.gform_wrapper .gfield_password_strength.strong {
  background-color: #c3ff88;
  border-color: #8dff1c;
}
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error .validation_message {
  color: #dc3545;
}
.gform_wrapper .gfield_error .validation_message {
  margin-top: 5px;
}
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea {
  border-color: #dc3545;
  color: #dc3545;
}
.gform_wrapper .validation_error {
  border-radius: 1px;
  font-weight: bold;
}
.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half {
  width: 48%;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half {
    width: 100%;
  }
}
.gform_wrapper .gf_left_half input,
.gform_wrapper .gf_right_half input {
  width: 100% !important;
}
.gform_wrapper .gf_left_half {
  float: left;
}
.gform_wrapper .gf_right_half {
  float: right;
}
.gform_wrapper .gf_list_inline .gfield_radio li {
  float: left;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  .gform_wrapper .gf_list_inline .gfield_radio li {
    float: none;
    font-size: 16px;
    padding-left: 0;
  }
}
.gform_wrapper .gf_list_inline .gfield_radio li:first-child {
  padding-left: 0;
}

.gform_confirmation_wrapper {
  background: #928e6a;
  color: white;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin: 30px auto;
  padding: 15px 30px;
  text-align: center;
  width: 50%;
}
@media (max-width: 575.98px) {
  .gform_confirmation_wrapper {
    width: 80%;
  }
}

/*===============================
=            Algolia            =
===============================*/
/*----------  Product Facets  ----------*/
.ais-facets {
  margin-bottom: 30px;
}
.ais-facets:last-child {
  margin-bottom: 0;
}

.ais-pagination {
  border: 1px #ccc solid;
  font-size: 0.875rem;
  margin: 0 0 30px 0;
}
@media (max-width: 767.98px) {
  .ais-pagination {
    margin: 0 auto;
  }
}
.ais-pagination .ais-pagination--item {
  line-height: 1em;
  border-right: 1px #ccc solid;
}
.ais-pagination .ais-pagination--item:last-child {
  border-right-color: transparent;
}
.ais-pagination .ais-pagination--item a {
  color: #444;
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 15px !important;
}
.ais-pagination .ais-pagination--item a:hover {
  color: #cf8c5f;
}
.ais-pagination .ais-pagination--item.ais-pagination--item__active {
  font-weight: bold;
}
.ais-pagination .ais-pagination--item.ais-pagination--item__active a {
  background: #3f554f;
  box-shadow: 0 0 0 1px #3f554f;
  color: white;
  font-weight: inherit;
}
.ais-pagination .ais-pagination--item.ais-pagination--item__disabled {
  display: none !important;
}
@media (max-width: 575.98px) {
  .ais-pagination .ais-pagination--item.ais-pagination--item__first, .ais-pagination .ais-pagination--item.ais-pagination--item__page:not(.ais-pagination--item__active), .ais-pagination .ais-pagination--item.ais-pagination--item__last {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .ais-pagination .ais-pagination--item.ais-pagination--item__next {
    border-right: 0 none;
  }
}

.product-search-wrapper {
  background-color: #eee;
  max-width: none;
  position: relative;
}
.product-search-wrapper:before {
  color: #3f554f;
  content: "";
  font-family: "Material Icons";
  font-size: 1.25rem;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199.98px) {
  .product-search-wrapper:before {
    display: none;
  }
}
.product-search-wrapper:after {
  background: #cfcfcf;
  content: "";
  height: calc(100% - 30px);
  left: 55px;
  position: absolute;
  top: 15px;
  width: 1px;
}
@media (max-width: 1199.98px) {
  .product-search-wrapper:after {
    display: none;
  }
}
.product-search-wrapper .ais-search-box--input {
  background-color: transparent;
  box-shadow: none;
  color: #444;
  font-size: 0.75rem;
  font-family: "neusa-next-std", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  height: 60px;
  line-height: 60px;
  padding: 15px 30px 15px 75px;
  width: 100%;
}
@media (max-width: 1199.98px) {
  .product-search-wrapper .ais-search-box--input {
    padding: 15px 20px;
  }
}
.product-search-wrapper .ais-search-box--input:focus {
  background-color: transparent;
}
.product-search-wrapper .ais-search-box--magnifier-wrapper {
  display: none;
}
.product-search-wrapper .ais-search-box--reset-wrapper {
  margin-right: 15px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.product-search-wrapper .ais-search-box--reset-wrapper .ais-search-box--reset {
  left: 0;
  position: relative;
  right: 0;
  top: 0;
}
.product-search-wrapper .ais-search-box--reset-wrapper .ais-search-box--reset svg {
  width: 8px;
}

#facet-toggle {
  background: #f7f7f7;
  border-bottom: 1px transparent solid;
  color: #444;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0625rem;
  padding: 20px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.25s ease;
}
#facet-toggle.active {
  border-color: #eee;
}
#facet-toggle.active:before {
  transform: rotate(-180deg);
}
#facet-toggle:before {
  color: #3f554f;
  content: "";
  font-family: "Material Icons";
  font-size: 20px;
  right: 20px;
  position: absolute;
  top: 20px;
  transition: all 0.5s ease;
}

@media (min-width: 768px) {
  #facet-wrapper {
    display: block !important;
  }
}
@media (max-width: 767.98px) {
  #facet-wrapper {
    display: none;
  }
}
#facet-wrapper > div {
  background: #f7f7f7;
  color: #444;
  font-size: 1rem;
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.0625rem;
  padding: 30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #facet-wrapper > div {
    padding: 15px;
  }
}
#facet-wrapper .facet-stats {
  font-family: "neusa-next-std-condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  line-height: 1em;
}
#facet-wrapper .facet-stats span {
  color: rgba(68, 68, 68, 0.5);
}
#facet-wrapper .ais-header {
  font-weight: 500;
  text-transform: uppercase;
}
.reset-all {
  background: #eee;
  color: #d35757;
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.reset-all:hover {
  background: #cf8c5f;
  color: white;
}

.facet-checkbox {
  display: inline-block;
  margin-bottom: 2px;
  position: relative;
}
.facet-checkbox a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25em;
  padding-left: 20px;
  position: relative;
}
.facet-checkbox a:before, .facet-checkbox a:after {
  display: block;
  height: 12px;
  position: absolute;
  width: 12px;
}
.facet-checkbox a:before {
  border: 1px #ccc solid;
  content: "";
  left: 0;
  top: 2px;
  z-index: 5;
}
.facet-checkbox a:after {
  color: white;
  content: "";
  font-family: "Material Icons";
  font-size: 10px;
  font-weight: 700;
  left: 1px;
  opacity: 0;
  top: 0;
  transition: all 0.5s ease;
  z-index: 10;
}

.facet-body {
  max-height: 250px;
  overflow: auto;
}

.facet-active > div > .facet-checkbox a:before {
  background: #6c9a8c;
  border-color: #6c9a8c;
}
.facet-active > div > .facet-checkbox a:after {
  opacity: 1;
}

.current-refinements {
  font-size: 0.8125rem;
}
@media (max-width: 767.98px) {
  .current-refinements {
    display: none;
  }
}
.current-refinements .ais-current-refined-values--item {
  margin: 0 7.5px 7.5px 0;
}
.current-refinements .ais-current-refined-values--item:last-child {
  margin-right: 0;
}
.current-refinements .ais-current-refined-values--link {
  background: #cf8c5f;
  color: white;
  line-height: 1em;
  padding: 8.5714285714px 30px 8.5714285714px 12px !important;
  position: relative;
}
.current-refinements .ais-current-refined-values--link i {
  color: #864e28;
  font-size: 0.8125rem;
  line-height: 0.75em;
  position: relative;
  top: 2px;
}
.current-refinements .ais-current-refined-values--link span {
  position: absolute;
  right: 7.5px;
  top: 50%;
  transform: translateY(-50%);
}
.current-refinements .ais-current-refined-values--link:hover {
  background: #c97e4b;
}
.current-refinements .ais-current-refined-values--clear-all {
  color: #d35757;
  font-weight: bold;
  padding: 0 !important;
}
.current-refinements .ais-current-refined-values--clear-all:hover {
  color: #b02e2e;
}

@media (max-width: 767.98px) {
  .hits-per-page-selector.footer {
    display: none;
  }
}
.hits-per-page-selector .ais-body {
  border: 1px #ccc solid;
  padding: 5px;
}
.hits-per-page-selector .ais-hits-per-page-selector {
  background: none !important;
  border-radius: 0;
  border: 0 none;
  font-size: 0.875rem;
  height: 40px;
  padding: 0;
}
.hits-per-page-selector .ais-hits-per-page-selector:focus {
  box-shadow: none;
}

.ais-hits__empty {
  text-align: center;
}
.ais-hits__empty h3 {
  margin: 0 0 0 30px;
}

@media (max-width: 991.98px) {
  .facet-pagination {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .facet-pagination {
    margin-top: 30px;
    text-align: center;
  }
}

/*----------  Autocomplete  ----------*/
.algolia-autocomplete {
  z-index: 999999 !important;
}

.aa-dropdown-menu {
  /* we set the width in JS */
  background-color: #f7f7f7;
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.15);
}

.aa-dropdown-menu:after {
  content: " ";
  display: block;
  clear: both;
}

.aa-dropdown-menu .aa-input, .aa-dropdown-menu .aa-hint {
  width: 100%;
}

.aa-dropdown-menu .aa-hint {
  color: #999;
}

/* Font */
.aa-dropdown-menu {
  color: #444;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

.aa-dropdown-menu a {
  color: #444;
  font-weight: normal;
  text-decoration: none;
}

.aa-dropdown-menu a:hover {
  text-decoration: none;
}

/* Header */
.aa-dropdown-menu .autocomplete-header {
  margin: 0 14px;
  line-height: 3em;
}

.aa-dropdown-menu .autocomplete-header-title,
.aa-dropdown-menu .autocomplete-header-more {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
}

.aa-dropdown-menu .autocomplete-header-title {
  float: left;
}

.aa-dropdown-menu .autocomplete-header-more {
  float: right;
}

.aa-dropdown-menu .autocomplete-header-more a {
  color: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}

.aa-dropdown-menu .autocomplete-header-more a:hover {
  color: rgba(0, 0, 0, 0.4);
}

/* Suggestion */
.aa-dropdown-menu .aa-suggestion {
  padding: 10px 0;
}

.aa-dropdown-menu .aa-suggestion:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.aa-dropdown-menu .aa-suggestion em {
  font-style: normal;
  font-weight: 700;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-title {
  color: #444;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content {
  color: #777;
  display: block;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aa-dropdown-menu .aa-suggestion .suggestion-post-content em {
  background: inherit;
  color: inherit;
  padding: 0 0 1px;
}

.aa-dropdown-menu .aa-suggestion.aa-cursor {
  background-color: #d1c98a;
}

.aa-dropdown-menu a.suggestion-link {
  display: block;
  padding: 0 14px;
}

.aa-dropdown-menu a.suggestion-link.user-suggestion-link {
  line-height: 32px;
}

.aa-dropdown-menu a.suggestion-link svg {
  fill: rgba(0, 0, 0, 0.3);
  float: left;
  vertical-align: middle;
}

.aa-dropdown-menu .suggestion-post-thumbnail {
  float: left;
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.aa-dropdown-menu .suggestion-user-thumbnail {
  float: left;
  margin-right: 5px;
  width: 32px;
  height: 32px;
}

/* Footer */
.aa-dropdown-menu .autocomplete-footer-branding {
  padding: 15px 14px 0px;
  float: right;
  color: rgba(0, 0, 0, 0.3);
  margin-bottom: 7px;
}

/* Clearfix */
.aa-dropdown-menu .clear {
  clear: both;
}

/* Empty */
.autocomplete-empty {
  clear: both;
  padding: 15px;
}

.autocomplete-empty .empty-query {
  font-weight: bold;
}

.ais-breadcrumb--root {
  border-bottom: 1px #e9ecef solid;
  color: #adb5bd;
  font-size: 0;
  margin-bottom: 15px;
  margin-top: -45px;
  padding: 15px;
}
.ais-breadcrumb--root a, .ais-breadcrumb--root div {
  display: inline-block;
  font-size: 14px;
}
.ais-breadcrumb--root a {
  color: #cf8c5f;
}
.ais-breadcrumb--root .ais-breadcrumb--separator {
  color: #ced4da;
  padding: 0 4px;
}

/*----------  Instant Search  ----------*/
#algolia-search-box {
  margin-bottom: 15px !important;
  position: relative;
}
#algolia-search-box i {
  position: absolute;
  top: 0;
  left: 20px;
  line-height: 60px;
}
#algolia-search-box input {
  background: #f7f7f7 !important;
  border-bottom: 0 none !important;
  box-shadow: none;
  color: #444;
  font-size: 1.25rem !important;
  height: 60px;
  line-height: 60px !important;
  padding: 15px 15px 15px 75px !important;
  transition: all 0.5s ease;
}

#algolia-stats {
  margin-bottom: 30px;
}
#algolia-stats .ais-stats {
  position: relative !important;
  top: auto !important;
}

.clndr {
  background: white;
  box-shadow: 0 0 0 0.125rem #dee2e6;
}
.clndr .clndr-controls {
  background: #3f554f;
  border-bottom: 0.0625rem rgba(255, 255, 255, 0.2) solid;
  color: white;
  display: flex;
  height: 2.5rem;
  justify-content: space-between;
}
.clndr .clndr-controls > div {
  font: 500 1.125rem "clarendon-urw", Georgia, Times, serif;
  text-align: center;
}
.clndr .clndr-controls .month {
  align-items: center;
  display: flex;
  font-size: 1rem;
}
.clndr .clndr-controls .clndr-previous-button, .clndr .clndr-controls .clndr-next-button {
  align-items: center;
  display: flex;
  cursor: pointer;
  padding: 0 0.625rem;
}
.clndr .clndr-controls .clndr-previous-button:hover, .clndr .clndr-controls .clndr-next-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.clndr .clndr-controls .clndr-previous-button {
  border-right: 1px rgba(255, 255, 255, 0.2) solid;
}
.clndr .clndr-controls .clndr-next-button {
  border-left: 1px rgba(255, 255, 255, 0.2) solid;
}
.clndr .clndr-grid .adjacent-month {
  opacity: 0;
  pointer-events: none;
  visiblity: hidden;
}
.clndr .clndr-grid .days-of-the-week .header-days {
  display: flex;
  justify-content: space-between;
  height: 2.5rem;
}
.clndr .clndr-grid .days-of-the-week .header-days > div {
  align-items: center;
  color: black;
  display: flex;
  flex: 1;
  font: 500 0.875rem "clarendon-urw", Georgia, Times, serif;
  justify-content: center;
  text-align: center;
}
.clndr .clndr-grid .days-of-the-week .days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.clndr .clndr-grid .days-of-the-week .days .day {
  align-items: center;
  border-radius: 0.125rem;
  cursor: pointer;
  display: flex;
  height: 1.875rem;
  justify-content: center;
  text-align: center;
  width: calc(100% / 7);
}
.clndr .clndr-grid .days-of-the-week .days .day:hover {
  background: #ced4da;
}
.clndr .clndr-grid .days-of-the-week .days .day.adjacent-month, .clndr .clndr-grid .days-of-the-week .days .day.next-month {
  color: #6c757d;
}
.clndr .clndr-grid .days-of-the-week .days .day.inactive {
  color: #ced4da;
}
.clndr .clndr-grid .days-of-the-week .days .day.inactive:hover {
  background: transparent;
}
.clndr .clndr-grid .days-of-the-week .days .day.selected {
  background: #3f554f;
  color: white;
  font-weight: bold;
}

/*====================================
=            WP Standards            =
====================================*/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

img.alignleft {
  margin: 5px 30px 30px 0;
}

.wp-caption.alignleft {
  margin: 5px 30px 30px 0;
}

img.alignright {
  margin: 5px 0 30px 30px;
}

.wp-caption.alignright {
  margin: 5px 0 30px 30px;
}

img.aligncenter {
  margin: 5px auto;
}

img.alignnone {
  margin: 5px 0;
}

img.alignleft,
img.alignright,
img.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  max-width: none;
  width: auto;
}
@media (max-width: 767.98px) {
  img.alignleft,
img.alignright,
img.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
    float: none;
    display: block;
    margin: 0 0 30px 0;
    max-width: 100%;
    width: 100% !important;
  }
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  background: #f7f7f7;
  border: 0 none;
  color: #444;
  font-size: 12px;
  font-style: italic;
  line-height: 1em;
  padding: 1.25em;
  text-align: center;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
  list-style-position: inside;
}

pre {
  background: fadeout(red, 0.8);
  line-height: 24px;
  padding: 20px 30px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
