/*============================================================================
  Velstar Theme | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/* Table of Contents
==================================================

    #Tools
    #Settings
    #Common
    #Templates
    #Sections
    #Snippets
    #Vendor

==================================================
*/
/* ==========================================================================
#Tools
========================================================================== */
/* Table of Contents
==================================================

    #Clearfix
    #Prefix
    #Media Query
    #Visually Hidden
    #Visually Shown

==================================================
*/
/* ==========================================================================
#Clearfix
========================================================================== */
/* ==========================================================================
#Prefix
========================================================================== */
/*
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
*/
/* ==========================================================================
#Media Query
========================================================================== */
/* ==========================================================================
#Visually Hidden
========================================================================== */
/* ==========================================================================
#Visually Shown
========================================================================== */
/* ==========================================================================
#Settings
========================================================================== */
/* Table of Contents
==================================================

    #Colours
    #Fonts
    #Breakpoints
    #Grid

==================================================
*/
/* ==========================================================================
#Colours
========================================================================== */
/* ==========================================================================
#Fonts
========================================================================== */
/* ==========================================================================
#Breakpoints
========================================================================== */
/* ==========================================================================
#Grid
========================================================================== */
/* ==========================================================================
#Common
========================================================================== */
/*!
 * Bootstrap Reboot v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  line-height: 1.15;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #767474;
  text-align: left;
  background-color: #fff; }

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

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

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

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: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #194c19;
  /*   text-decoration: none; */
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a.social_sharing, a.btn, .shopify-challenge__container a.shopify-challenge__button, .desktop-cart a {
    text-decoration: none; }

a:hover {
  color: #103110;
  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;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

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

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

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: .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-cancel-button,
[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; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

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

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

.container {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  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: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.333333%; }

  .offset-sm-2 {
    margin-left: 16.666667%; }

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

  .offset-sm-4 {
    margin-left: 33.333333%; }

  .offset-sm-5 {
    margin-left: 41.666667%; }

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

  .offset-sm-7 {
    margin-left: 58.333333%; }

  .offset-sm-8 {
    margin-left: 66.666667%; }

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

  .offset-sm-10 {
    margin-left: 83.333333%; }

  .offset-sm-11 {
    margin-left: 91.666667%; } }
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.333333%; }

  .offset-md-2 {
    margin-left: 16.666667%; }

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

  .offset-md-4 {
    margin-left: 33.333333%; }

  .offset-md-5 {
    margin-left: 41.666667%; }

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

  .offset-md-7 {
    margin-left: 58.333333%; }

  .offset-md-8 {
    margin-left: 66.666667%; }

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

  .offset-md-10 {
    margin-left: 83.333333%; }

  .offset-md-11 {
    margin-left: 91.666667%; } }
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.333333%; }

  .offset-lg-2 {
    margin-left: 16.666667%; }

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

  .offset-lg-4 {
    margin-left: 33.333333%; }

  .offset-lg-5 {
    margin-left: 41.666667%; }

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

  .offset-lg-7 {
    margin-left: 58.333333%; }

  .offset-lg-8 {
    margin-left: 66.666667%; }

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

  .offset-lg-10 {
    margin-left: 83.333333%; }

  .offset-lg-11 {
    margin-left: 91.666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }

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

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }

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

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }

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

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }

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

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }

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

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.333333%; }

  .offset-xl-2 {
    margin-left: 16.666667%; }

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

  .offset-xl-4 {
    margin-left: 33.333333%; }

  .offset-xl-5 {
    margin-left: 41.666667%; }

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

  .offset-xl-7 {
    margin-left: 58.333333%; }

  .offset-xl-8 {
    margin-left: 66.666667%; }

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

  .offset-xl-10 {
    margin-left: 83.333333%; }

  .offset-xl-11 {
    margin-left: 91.666667%; } }
.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: -ms-flexbox !important;
  display: flex !important; }

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

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

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }

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

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

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

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

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

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

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

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

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

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

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

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

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

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

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

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

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

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

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

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

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

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

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }

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

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

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }

  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }

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

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

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

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

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

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

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

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }

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

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

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }
/*# sourceMappingURL=bootstrap-grid.css.map */
/* Table of Contents
==================================================

    #Helper Classes
    #Display Classes
    #Spacing Classes

==================================================
*/
/* ==========================================================================
#Helper Classes
========================================================================== */
.clearfix, .cf {
  *zoom: 1; }
  .clearfix::after, .cf::after {
    content: '';
    display: table;
    clear: both; }

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

.js-focus-hidden:focus {
  outline: none; }

.hulkapps_option_value {
  width: 100% !important; }

.hulkapps_full_width {
  padding: 10px !important; }

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

.slick-slide {
  outline: none !important; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.hide {
  display: none !important; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.img-fluid, .sub-menu-image-nav ul > li > a img, .sub-menu-featured-link img {
  max-width: 100%;
  height: auto; }

.no-scroll {
  overflow: hidden; }

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

@media only screen and (min-width: 576px) {
  .text-right-sm {
    text-align: right; } }
@media only screen and (min-width: 768px) {
  .text-right-md {
    text-align: right; } }
@media only screen and (min-width: 992px) {
  .text-right-lg {
    text-align: right; } }
@media only screen and (min-width: 1200px) {
  .text-right-xl {
    text-align: right; } }
.text-left {
  text-align: left; }

@media only screen and (min-width: 576px) {
  .text-left-sm {
    text-align: left; } }
@media only screen and (min-width: 768px) {
  .text-left-md {
    text-align: left; } }
@media only screen and (min-width: 992px) {
  .text-left-lg {
    text-align: left; } }
@media only screen and (min-width: 1200px) {
  .text-left-xl {
    text-align: left; } }
.text-center {
  text-align: center; }

@media only screen and (min-width: 576px) {
  .text-center-sm {
    text-align: center; } }
@media only screen and (min-width: 768px) {
  .text-center-md {
    text-align: center; } }
@media only screen and (min-width: 992px) {
  .text-center-lg {
    text-align: center; } }
@media only screen and (min-width: 1200px) {
  .text-center-xl {
    text-align: center; } }
/* ==========================================================================
#Display Classes
========================================================================== */
.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: -ms-flexbox !important;
  display: flex !important; }

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

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

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important; }

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

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
/* ==========================================================================
#Spacing Classes
========================================================================== */
.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-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-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-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-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-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; } }
.flow > * + * {
  margin-top: 1em; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #767474;
  padding: 0.5rem;
  z-index: 9999;
  transition: none; }

/* Table of Contents
==================================================

    #Icons
    #Icon Fallback

==================================================
*/
/* ==========================================================================
#Icons
========================================================================== */
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor; }
  .no-svg .icon {
    display: none; }

.icon--wide {
  width: 40px; }

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit; }

/* ==========================================================================
#Icon Fallback
========================================================================== */
/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.icon-fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-svg .icon-fallback-text {
    position: static !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.placeholder-svg {
  display: block;
  fill: rgba(118, 116, 116, 0.35);
  background-color: rgba(118, 116, 116, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(118, 116, 116, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/* Table of Contents
==================================================

    #Shopify Section
    #Background Styles
    #Challenge

==================================================
*/
/* ==========================================================================
#Background Styles
========================================================================== */
.bg-grey {
  background-color: #f8f9fa; }

.bg-grey-content {
  background-color: #f8f9fa;
  padding: 1rem;
  height: 100%; }

.bg-green {
  background-color: #d9f3d8; }

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

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

/* ==========================================================================
#Challenge
========================================================================== */
.shopify-challenge__container {
  margin: 2rem auto !important; }

/* Table of Contents
==================================================

    # Typography Utilities

==================================================
*/
.gigantic {
  font-size: 3rem; }

.huge, h1, h1 {
  font-size: 2.441rem; }

.large, h2, .h2 {
  font-size: 1.953rem; }

.bigger, h3, .h3, .product-detail-price, .product-full-details .product-detail-col-title {
  font-size: 1.563rem; }

.big, h4, .h4, .collection .filter-title, .product-full-details .product-detail-section-title, .product-featured-details h3 {
  font-size: 1.25rem; }

.normal, h5, .h5 {
  font-size: 1rem; }

.small, h6, .h6, small {
  font-size: 0.8rem; }

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

.italic {
  font-style: italic; }

.underline {
  text-decoration: underline; }

/* ==========================================================================
#Heading
========================================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  line-height: 1.2;
  color: #313133;
  font-weight: bolder; }

h1, .h1 {
  margin-top: 0; }

.title-border {
  padding-bottom: .5rem;
  border-bottom: 2px solid #5e9b5e; }

.text-link {
  color: #5e9b5e; }

.text-primary {
  color: #5e9b5e; }

/* Table of Contents
==================================================

    #Rich Text Editor

==================================================
*/
/* ==========================================================================
#Rich Text Editor
========================================================================== */
.rte a {
  text-decoration: underline;
  color: #5e9b5e; }
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 0.5rem 1rem; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (min-width: 768px) {
  .responsive-table thead th {
    padding: .5rem;
    border-bottom: 1px solid #dee2e6; }
  .responsive-table tbody td {
    padding: .5rem; } }
.responsive-table tbody .responsive-table-row {
  background-color: #f8f9fa; }
  .responsive-table tbody .responsive-table-row:nth-child(odd) {
    background-color: #e9ecef; }
.responsive-table tfoot td {
  font-weight: 600;
  padding: .5rem 0; }
.responsive-table a {
  color: #5e9b5e; }

@media only screen and (max-width: 767px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      padding: 0.5rem 0.5rem;
      margin: 0; }
    .responsive-table td::before {
      display: block;
      content: attr(data-label);
      text-align: left;
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.875rem; } }
/* Table of Contents
==================================================

    #Button General
    #Button Primary
    #Button Secondary
    #Button Tertiary
    #Button Quaternary
    #Button Dark
    #Button Wide
    #Button Disabled
    #Button Plain
    #Button Danger

==================================================
*/
/* ==========================================================================
#Button General
========================================================================== */
.btn, .shopify-challenge__container .shopify-challenge__button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 16px;
  line-height: 1.5;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }
  .btn:hover, .shopify-challenge__container .shopify-challenge__button:hover {
    text-decoration: none;
    color: inherit; }

/* ==========================================================================
#Button Primary
========================================================================== */
.btn-primary, .shopify-challenge__container .shopify-challenge__button, body.template-product .product-add-to-basket .gcbutton {
  color: #fff;
  background-color: #5e9b5e; }
  .btn-primary:hover, .shopify-challenge__container .shopify-challenge__button:hover, body.template-product .product-add-to-basket .gcbutton:hover {
    background-color: #518551;
    color: #fff; }

/* ==========================================================================
#Button Secondary
========================================================================== */
.btn-secondary {
  color: #fff;
  background-color: #194c19; }
  .btn-secondary:hover {
    background-color: #103110;
    color: #fff; }

/* ==========================================================================
#Button Tertiary
========================================================================== */
.btn-tertiary {
  color: #fff;
  background-color: #d9f3d8; }
  .btn-tertiary:hover {
    background-color: #beebbd;
    color: #fff; }

/* ==========================================================================
#Button Quaternary
========================================================================== */
.btn-quaternary {
  color: #fff;
  background-color: #ec983a; }
  .btn-quaternary:hover {
    background-color: #e98719;
    color: #fff; }

/* ==========================================================================
#Button Dark
========================================================================== */
.btn-dark {
  background-color: #212529; }
  .btn-dark:hover {
    background-color: #2c3237; }

/* ==========================================================================
#Button Wide
========================================================================== */
.btn-wide {
  padding-left: 2rem;
  padding-right: 2rem; }
  @media only screen and (min-width: 768px) {
    .btn-wide {
      padding-left: 3rem;
      padding-right: 3rem; } }

/* ==========================================================================
#Button Disabled
========================================================================== */
.btn-disabled, .product-add-to-basket button:disabled,
.product-add-to-basket button[disabled] {
  background-color: #dee2e6;
  color: #6c757d;
  cursor: not-allowed; }

/* ==========================================================================
#Button Plain
========================================================================== */
.btn-plain {
  border: 1px solid #dee2e6; }
  .btn-plain:hover {
    background-color: #f8f9fa; }

/* ==========================================================================
#Button Danger
========================================================================== */
.btn-danger {
  background-color: #dc3545;
  color: #fff; }
  .btn-danger:hover {
    color: #fff;
    background-color: #ca2333; }

/* Table of Contents
==================================================

    #Forms
    #Custom Styling
    #Error Styling
    #Site Search

==================================================
*/
/* ==========================================================================
#Forms
========================================================================== */
/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border-radius: 0;
  max-width: 100%;
  border: 1px solid #dee2e6;
  height: 40px;
  padding: 0 10px;
  transition: border-color .3s ease-in-out; }
  @media only screen and (min-width: 992px) {
    input,
    textarea,
    select {
      height: 50px; } }
  input:focus,
  textarea:focus,
  select:focus {
    outline: 0;
    border-color: #5e9b5e; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: #000;
    border-color: #000; }

form [type="submit"] {
  height: 40px; }
  @media only screen and (min-width: 992px) {
    form [type="submit"] {
      height: 50px; } }

textarea {
  min-height: 100px;
  height: auto;
  padding: 10px; }

.form-group {
  margin-bottom: 1rem; }
  .form-group.form-full > * {
    width: 100%; }
  .form-group.form-inline {
    display: flex;
    flex-direction: row;
    align-items: stretch; }
    .form-group.form-inline > * {
      align-self: center; }

/* ==========================================================================
#Custom Styling
========================================================================== */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(//cdn.shopify.com/s/files/1/0025/4309/1770/t/33/assets/ico-select.svg?v=1686168240517253357);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: #fff;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/* ==========================================================================
#Error Styling
========================================================================== */
input.input-error,
select.input-error,
textarea.input-error {
  border-color: #721c24; }

/* ==========================================================================
#Templates
========================================================================== */
/* Table of Contents
==================================================

    #Cart
    #Cart Table
    #Cart Total
    #Cart Footer
	#Cart Cookie
	#Cart Delivery Date
    #Gift Checkout

==================================================
*/
/* ==========================================================================
#Cart
========================================================================== */
.cart-page {
  padding: 35px 0 0 0; }
  @media screen and (max-width: 992px) {
    .cart-page .cart-contents {
      width: 65%; } }
  .cart-page .security-badge {
    width: 100%;
    text-align: center;
    margin: 25px 0; }
  .cart-page .delivery-returns {
    margin: 50px 0 0 0;
    padding: 15px 25px;
    border-top: 1px solid #e3e3e3; }
    .cart-page .delivery-returns h2 {
      font-size: 1.5rem;
      font-weight: 500; }
    .cart-page .delivery-returns h3 {
      font-size: 1.2rem;
      font-weight: 500; }
  .cart-page .cart-item__qty-up, .cart-page .cart-item__qty-down {
    float: left;
    display: block;
    width: 2.5em;
    height: 37px;
    line-height: 37px;
    padding: 0;
    font-size: 14px;
    text-align: center;
    background: #000;
    color: #fff;
    font-weight: 600; }
  .cart-page .cart-item__qty {
    float: left;
    width: 4.0625em;
    margin: 0 auto;
    border-width: 1px 1px;
    height: 37px;
    font-size: 12px;
    text-align: center;
    font-size: 1rem; }

/* ==========================================================================
#Cart Table
========================================================================== */
.small {
  font-size: 75%; }

.card {
  background-color: #f8f9fa;
  padding: 1.5em; }
  .card .card-body p:last-of-type {
    margin-bottom: 0; }
  .card h1, .card h2, .card h3, .card h4, .card h5, .card h6 {
    margin-top: 0; }
  .card p + p {
    margin-top: 1.2; }
  .card.outline {
    background-color: transparent;
    border: 5px solid #dee2e6; }
  .card.active {
    background-color: #FFFDD6;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25); }

.delivery-advice {
  font-size: 80%;
  padding: 2.5em; }

.cart-page section {
  padding: 1em; }

.cart-page__header {
  text-align: center; }
  .cart-page__header .cart-title {
    margin-bottom: 0; }
  .cart-page__header p {
    font-style: italic; }

.cart-title {
  color: #5e9b5e;
  margin-top: 0; }
  .cart-title.secondary {
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1em; }

.no-thanks {
  margin-top: 1em;
  margin-bottom: 1em; }

.cart-gift + .cart-gift {
  margin-top: 2em; }

input.personalise {
  font-size: 1em; }

.cart-item__image {
  grid-area: image; }
  .cart-item__image img {
    border: 1px solid #adb5bd; }

.cart-item__details {
  grid-area: details;
  padding: 1em;
  display: flex;
  flex-direction: column; }
  .cart-item__details .cart-item__title {
    margin: 0;
    font-weight: bold;
    line-height: 1.2; }
  .cart-item__details .cart-item__ships {
    font-size: 75%;
    margin-top: 1em; }
    .cart-item__details .cart-item__ships span {
      display: block;
      font-weight: bold; }
  .cart-item__details .cart-item__meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline; }
  .cart-item__details .cart-item__price {
    font-weight: bold; }
  .cart-item__details .cart-item__remove {
    font-size: 75%; }
    @media only screen and (min-width: 992px) {
      .cart-item__details .cart-item__remove {
        font-size: 90%; } }

.cart-quantity {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  /*   max-width:130px; */ }
  .cart-quantity .product-qty {
    margin-right: 1em; }
    @media screen and (max-width: 768px) {
      .cart-quantity .product-qty {
        width: 100%;
        /*       text-align:center; */ } }

#personaliseit {
  border-radius: 5px;
  font-size: 13px;
  min-height: 0; }

label[for="personaliseit"] {
  font-size: 75%;
  margin-bottom: 0;
  color: #adb5bd; }

.cart-review {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.cart-item {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: 'image details details details';
  grid-gap: 10px;
  align-items: center; }
  @media only screen and (min-width: 992px) {
    .cart-item {
      display: flex;
      flex-direction: column;
      padding: 1em;
      max-width: 369px; }
      .cart-item .cart-item__details {
        padding: 1em 0;
        width: 100%; } }
  .cart-item::not(:last-child) {
    border-bottom: 1px dashed #ced4da; }

.cart-review-items {
  flex: 100% 0 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px; }
  .cart-review-items .cart-item {
    order: 1; }
    .cart-review-items .cart-item.greetingsCard {
      order: 2; }
    .cart-review-items .cart-item.offer {
      order: 3; }
  @media only screen and (min-width: 992px) {
    .cart-review-items {
      flex-direction: row; } }

.cart-review-secondary {
  flex: 100% 0 0;
  display: grid;
  grid-gap: 1em;
  grid-template-columns: 1fr; }
  @media only screen and (min-width: 992px) {
    .cart-review-secondary {
      grid-template-columns: 1fr 1fr; } }

.cart-checkin {
  background-color: #f8f9fa;
  padding: 2em 1em; }
  @media only screen and (min-width: 992px) {
    .cart-checkin {
      padding: 2em; } }
  .cart-checkin .cart-title {
    margin-top: 0; }
  .cart-checkin ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .cart-checkin ul li {
      line-height: 125%; }
      .cart-checkin ul li + li {
        margin-top: 0.5em; }

.cart-total {
  border: dashed 3px #ffffc0;
  padding: 2em 1em;
  background-color: #ffffd9; }
  @media only screen and (min-width: 992px) {
    .cart-total {
      text-align: right;
      padding: 2em; } }
  .cart-total .cart-title {
    margin-top: 0; }
  .cart-total .cart-total__subtotal {
    margin: 0;
    color: black; }
    .cart-total .cart-total__subtotal b {
      font-size: 120%; }
    .cart-total .cart-total__subtotal .plus-delivery {
      font-style: italic; }

.cart-proceed {
  margin: 1.5em auto; }
  .cart-proceed .we-accept {
    margin-bottom: 0;
    font-size: 75%;
    color: #adb5bd; }
  @media only screen and (min-width: 992px) {
    .cart-proceed {
      text-align: right;
      margin-left: auto; } }

input.btn-checkout {
  padding: 0.5em 1em;
  display: block;
  margin: 0 auto;
  line-height: 2em;
  height: auto;
  width: auto;
  color: black;
  font-weight: bold;
  letter-spacing: -0.03em;
  background-color: orange;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.42);
  border: none;
  margin-bottom: 1.5em;
  cursor: pointer; }
  input.btn-checkout:hover {
    color: white; }
  @media only screen and (min-width: 992px) {
    input.btn-checkout {
      padding: 1em 2em;
      margin-right: 0; } }

.cart-methods {
  text-align: center; }
  @media only screen and (min-width: 992px) {
    .cart-methods {
      text-align: right; } }
  .cart-methods ul.payment-icons {
    list-style: none;
    text-align: center;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: center; }
    .cart-methods ul.payment-icons li {
      margin: 0.25em; }
    @media only screen and (min-width: 992px) {
      .cart-methods ul.payment-icons {
        justify-content: flex-end; } }

.delivery-choice {
  max-width: 800px;
  margin: 0 auto; }

.offer-section {
  margin-top: 1.5em;
  background-color: #f8f9fa;
  padding: 1.5em; }
  .offer-section .offer-section-title {
    letter-spacing: 0em;
    color: #9c9c9c;
    margin: 0 auto 1em; }
  .offer-section.hidden {
    display: none; }

.card-offer-cards {
  display: flex;
  font-size: 75%;
  overflow-x: auto; }

.card-offer-card {
  margin-right: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 114px 1 0;
  max-width: 200px;
  text-align: center;
  border: 1px solid #e4e4e4; }
  .card-offer-card p {
    margin-bottom: 0;
    padding: 0.5em; }
  .card-offer-card .card-offer-card__content {
    margin: 0 1em 0.5em;
    color: #a2a0a0; }
  .card-offer-card.more {
    align-items: center;
    justify-content: center;
    background-color: #e4e4e4;
    font-size: 125%;
    font-weight: 800; }
    .card-offer-card.more a {
      text-decoration: none; }
    .card-offer-card.more:hover {
      background-color: #fafafa; }
    .card-offer-card.more a:hover {
      text-decoration: underline; }
  .card-offer-card .card-offer-card__button {
    padding: 0.5em;
    background-color: #5e9b5e;
    color: white;
    text-align: center;
    font-size: 10px;
    cursor: pointer; }
    .card-offer-card .card-offer-card__button:hover {
      background-color: #4b7b4b; }
    .card-offer-card .card-offer-card__button .spinner {
      display: none; }
    .card-offer-card .card-offer-card__button.loading .spinner {
      display: inline !important; }

.template-cart .newsletter-signup,
.template-cart #shopify-section-header-text-features,
.template-cart #site-navigation,
.template-cart #footer-links,
.template-cart .site-search {
  display: none; }

#cart-offers {
  border: 3px dashed lightgrey;
  padding: 0.5em;
  margin: 0 1em;
  position: relative; }
  @media only screen and (min-width: 768px) {
    #cart-offers {
      border: 3px dashed lightgrey;
      padding: 2em;
      margin: 0 auto; } }

.cartModal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .cartModal .modal-content {
    background-color: #fefefe;
    margin: 2vw auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
    max-width: 500px; }
  .cartModal .cartModal__button {
    padding: 0.5em 1em;
    background-color: #5e9b5e;
    color: white;
    border: none;
    margin: 1em 0;
    letter-spacing: -0.01em;
    cursor: pointer; }
    .cartModal .cartModal__button:hover {
      background-color: #4b7b4b; }
    .cartModal .cartModal__button:disabled {
      background-color: #ddd;
      cursor: not-allowed; }
    .cartModal .cartModal__button .spinner {
      display: none; }
    .cartModal .cartModal__button.loading .spinner {
      display: inline; }
  .cartModal .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold; }
  .cartModal .close:hover,
  .cartModal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer; }

.delivery-choice .cart-title {
  margin-top: 1.5em;
  text-align: center; }
.delivery-choice .delivery-method {
  display: flex;
  justify-content: space-between; }
.delivery-choice .delivery-method__meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  align-items: flex-end; }
  .delivery-choice .delivery-method__meta span {
    font-weight: bold; }
  .delivery-choice .delivery-method__meta .checkbox {
    background-color: #fff;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.4);
    padding: 4px 6px;
    max-width: 32px;
    height: 32px;
    width: 32px; }
.delivery-choice .card + .card {
  margin-top: 1.5em; }

#deliveryChoice {
  font-weight: bold; }

.checkboxGroup input[type="checkbox"] {
  height: auto;
  margin-right: 0.5em; }
.checkboxGroup label {
  margin-bottom: 0; }

.ui-datepicker .ui-datepicker-header {
  background: none;
  background-color: #e4e4e4; }

#cart-table {
  width: 100%; }
  #cart-table tbody .responsive-table-row {
    background-color: transparent !important; }
  #cart-table td::before {
    float: none; }
  #cart-table .product-img {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 768px) {
      #cart-table .product-img {
        display: inline-block;
        width: 25%; } }
    #cart-table .product-img:before {
      content: none; }
  #cart-table .product-title {
    display: block;
    width: 100%;
    font-size: 15px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #cart-table .product-title {
        display: inline-block;
        width: 38%;
        text-align: left; } }
    #cart-table .product-title a {
      color: #313133; }
  #cart-table .product-qty {
    width: 100%;
    display: block; }
    #cart-table .product-qty:before {
      display: none; }
      @media only screen and (min-width: 768px) {
        #cart-table .product-qty:before {
          display: block; } }
    @media only screen and (min-width: 768px) {
      #cart-table .product-qty {
        width: 15%;
        display: inline-block; } }
  #cart-table .cart-item__remove {
    margin: 10px 0 0 0;
    color: #000;
    width: 100%;
    display: inline-block;
    text-align: center; }
  #cart-table .cart-quantity {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 auto;
    max-width: 130px; }
    #cart-table .cart-quantity .product-qty {
      width: 20%; }
      @media screen and (max-width: 768px) {
        #cart-table .cart-quantity .product-qty {
          width: 100%;
          text-align: center; } }
  #cart-table .product-total {
    display: block;
    color: #000;
    width: 100%;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      #cart-table .product-total {
        display: inline-block;
        width: 20%; } }
  #cart-table .cart-footer .product-img {
    display: none; }
  #cart-table .cart-footer .product-title {
    width: 63%; }

/* ==========================================================================
#Cart Total
========================================================================== */
.cart-total .cart-summary {
  margin: 40px 0 3rem 0;
  padding: 15px 25px;
  background: #f8f9fa; }
  .cart-total .cart-summary h2 {
    font-weight: 500;
    border-bottom: 1px solid #dee2e6;
    font-size: 1.5rem;
    padding: 0 0 15px 0;
    margin: 20px 0; }
  .cart-total .cart-summary .we-accept {
    width: 100%;
    margin: 20px 0 10px 0;
    padding: 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #000; }
  .cart-total .cart-summary .btn-checkout {
    width: 100%;
    background-color: #ec983a;
    color: #fff; }
    .cart-total .cart-summary .btn-checkout:hover {
      background-color: #e98719; }
  .cart-total .cart-summary .payment-icons {
    list-style: none;
    margin: 0 auto 10px auto;
    padding: 0; }
    .cart-total .cart-summary .payment-icons li {
      display: inline-block;
      margin: 5px; }

/* ==========================================================================
#Cart Footer
========================================================================== */
.cart-footer {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dee2e6; }
  .cart-footer tr {
    width: 100%;
    display: inline-block; }
  .cart-footer th {
    float: left;
    padding: 10px 0 12px 0; }
  .cart-footer .product-img {
    display: none; }
  .cart-footer .product-title {
    width: 50%;
    text-align: left;
    padding: 10px 35px 12px 0px; }
    @media only screen and (min-width: 768px) {
      .cart-footer .product-title {
        width: 60%;
        padding: 10px 35px 12px 35px;
        margin: 0; } }
    .cart-footer .product-title a {
      color: #000; }
  .cart-footer .product-qty {
    width: 25%; }
    @media only screen and (min-width: 768px) {
      .cart-footer .product-qty {
        width: 20%;
        text-align: center; } }
  .cart-footer .product-total {
    width: 25%;
    text-align: right; }
    @media only screen and (min-width: 768px) {
      .cart-footer .product-total {
        width: 20%;
        text-align: center; } }

/* ==========================================================================
#Cart Cookie
========================================================================== */
html.supports-cookies .supports-no-cookies {
  display: none; }

/* ==========================================================================
#Cart Total
========================================================================== */
.checkout-delivery-date {
  padding: 1rem 0;
  border-top: 1px solid #dee2e6; }
  .checkout-delivery-date label {
    width: 100%;
    color: #313133;
    font-size: 1.3rem; }
  .checkout-delivery-date input {
    width: 100%;
    margin-bottom: .5rem; }

/* ==========================================================================
#Gift Checkout
========================================================================== */
body.template-cart .gwcheckbox + label {
  font-size: 14px !important;
  margin-bottom: 0; }

/* Table of Contents
==================================================

    #Filter
    #Pagination
	#Collection Pagination / Sort By
	#Sidebar Block
    #Product Container


==================================================
*/
/* ==========================================================================
#Filter
========================================================================== */
.collection .collection_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 0 20px 0; }
.collection .rte {
  text-align: left; }
  .collection .rte h1 {
    display: none; }
.collection .filter-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1rem;
  margin: 0;
  background-color: #f8f9fa;
  cursor: pointer; }
  .collection .filter-title .plus-minus-icon {
    margin-left: .5rem; }
    .collection .filter-title .plus-minus-icon:before, .collection .filter-title .plus-minus-icon:after {
      background-color: #313133; }
  .collection .filter-title.active:before, .collection .filter-title.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
.collection .filter-sidebar {
  background-color: #f8f9fa;
  padding: 1rem; }
  @media only screen and (max-width: 991px) {
    .collection .filter-sidebar {
      display: none; } }
.collection .bc-sf-filter-option-block {
  border-bottom: none;
  padding: 0;
  margin-bottom: 2rem; }
.collection .bc-sf-filter-block-title {
  padding: 11px 0;
  border-top: 1px solid #ced4da;
  border-bottom: 1px solid #ced4da; }
  .collection .bc-sf-filter-block-title h3 {
    font-size: 14px;
    color: #313133;
    font-weight: 600; }
.collection .bc-sf-filter-block-content ul li a {
  margin-bottom: 1rem;
  font-size: 0.875rem;
  font-weight: 300;
  padding-left: 30px; }
.collection .bc-sf-filter-block-content .bc-sf-filter-option-value {
  margin: 0 0 0 5px; }
.collection .bc-sf-filter-block-content .bc-sf-filter-option-amount {
  margin: 0 0 0 3px; }

.collection-products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem; }
  @media screen and (min-width: 769px) {
    .collection-products__grid {
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 1rem; } }

.collection__extranav {
  list-style: none;
  padding: 1em;
  margin: 1em auto 3em; }
  .collection__extranav li {
    margin-top: 0.5em; }

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 50;
  top: 0;
  left: -2;
  background-color: #f8f9fa;
  overflow-x: hidden;
  transition: 0.3s;
  padding: 60px 0 75px 0;
  border-right: 2px solid #ced4da; }

@supports (position: sticky) {
  .is-sticky {
    position: sticky;
    top: 0;
    z-index: 10; }

  .sticky-container {
    background-color: white; } }
#open-off-canvas {
  display: inline-block; }

@media screen and (min-width: 769px) {
  .sidenav {
    position: relative;
    margin-top: 52px;
    padding-top: 0;
    border-right: 0; }

  #open-off-canvas, #close-off-canvas, .sticky-container {
    display: none; }

  .collection__extranav {
    margin: 0 auto; } }
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: fixed;
  transition: 0.3s;
  top: 1rem;
  right: 15%;
  font-size: 40px;
  margin-left: 50px;
  text-decoration: none;
  background-color: #2d2d2d;
  color: white;
  height: 50px;
  width: 50px;
  display: block;
  line-height: 1;
  text-align: center; }

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px; }

  .sidenav a {
    font-size: 18px; } }
/* ==========================================================================
#Pagination
========================================================================== */
.pagination-custom {
  width: 100%;
  padding: 0;
  margin: 0; }
  .pagination-custom li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #5e9b5e;
    font-weight: 400;
    border: 1px solid #dee2e6;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: all .3s ease-in-out; }
    .pagination-custom li + li {
      margin-left: .5rem; }
    .pagination-custom li:hover {
      background-color: #194c19;
      border-color: #194c19;
      color: #fff; }
      .pagination-custom li:hover > * {
        color: #fff;
        text-decoration: none; }
    .pagination-custom li a,
    .pagination-custom li span {
      display: block;
      font-size: 16px; }
      @media screen and (max-width: 1200px) {
        .pagination-custom li a,
        .pagination-custom li span {
          font-size: 14px; } }
    .pagination-custom li.active {
      background-color: #5e9b5e;
      border-color: #5e9b5e;
      color: #fff; }
      .pagination-custom li.active a {
        color: #fff; }

/* ==========================================================================
#Collection Pagination / Sort By
========================================================================== */
.collection-pagination-sortby {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch; }
  @media only screen and (min-width: 576px) {
    .collection-pagination-sortby {
      justify-content: flex-end; } }
  .collection-pagination-sortby .collection-product-count {
    margin-right: auto; }
    @media only screen and (max-width: 575px) {
      .collection-pagination-sortby .collection-product-count {
        width: 100%;
        margin-bottom: 1rem; } }
    .collection-pagination-sortby .collection-product-count .current-products-showing {
      font-weight: 600; }
  @media only screen and (min-width: 576px) {
    .collection-pagination-sortby #bc-sf-filter-top-sorting {
      padding-left: 1rem; } }
  .collection-pagination-sortby #bc-sf-filter-top-sorting select {
    height: 35px; }
  .collection-pagination-sortby .sort-text {
    margin-right: .5rem; }
  .collection-pagination-sortby > div {
    align-self: center;
    font-size: 0.875rem; }

/* ==========================================================================
#Sidebar Block
========================================================================== */
.sidebar-block {
  margin-top: 1.5rem; }

/* ==========================================================================
#Product Container
========================================================================== */
.collection .product_container .product_single a:hover {
  text-decoration: none; }
.collection .product_container .product_single .image {
  width: 100%; }
  .collection .product_container .product_single .image img {
    width: 100%; }
.collection .product_container .product_single .product-title {
  font-size: 0.875rem;
  color: #313133;
  text-align: center;
  margin: 5px 0 15px 0; }
  .collection .product_container .product_single .product-title > a {
    color: inherit; }
.collection .product_container .product_single .product-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: #313133;
  text-align: center;
  margin: 0 0 2px 0;
  font-weight: 600; }
  .collection .product_container .product_single .product-price:empty {
    display: none; }
  .collection .product_container .product_single .product-price s {
    font-size: 0.625rem;
    color: #313133;
    font-weight: 300;
    text-transform: uppercase;
    margin-left: 1rem; }

.product-card {
  border: 1px solid #e9ecef; }

.product-card__title {
  letter-spacing: -0.03em;
  color: #7cb07c; }

.product-card__content a {
  color: inherit;
  text-decoration: none; }
.product-card__content .price__sold-out {
  background-color: #e66f6f;
  color: white; }

.product-card__media .image {
  position: relative; }
.product-card__media .product-card__notice {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-weight: bold; }
  .product-card__media .product-card__notice.low-stock {
    background-color: rgba(255, 165, 0, 0.62);
    color: white; }
  .product-card__media .product-card__notice.on-sale {
    background-color: rgba(86, 84, 210, 0.75);
    color: white; }
  .product-card__media .product-card__notice.label {
    background-color: rgba(94, 155, 94, 0.75);
    color: white; }

/* Table of Contents
==================================================

    #Categories
    #Blog Listing
    #Pagination

==================================================
*/
/* ==========================================================================
#Categories
========================================================================== */
.categories-sidebar {
  background-color: #f8f9fa;
  padding: 1rem;
  height: 100%; }

.categories-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0; }
  @media only screen and (max-width: 991px) {
    .categories-title {
      cursor: pointer; } }
  .categories-title .plus-minus-icon {
    display: block;
    margin-left: .5rem; }
    @media only screen and (min-width: 992px) {
      .categories-title .plus-minus-icon {
        display: none; } }
    .categories-title .plus-minus-icon:before, .categories-title .plus-minus-icon:after {
      background-color: #313133; }
  .categories-title.active:before, .categories-title.active:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.categories-links {
  display: none;
  padding: 20px;
  font-size: 14px;
  font-weight: 800; }
  @media only screen and (min-width: 992px) {
    .categories-links {
      display: block; } }
  .categories-links li {
    align-items: center; }
    .categories-links li + li {
      margin-top: .1rem; }
    .categories-links li:before {
      display: inline-block;
      margin-right: .5rem; }

/* ==========================================================================
#Blog Listing
========================================================================== */
.blog-listing {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem; }
  .blog-listing:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .blog-listing header h3 {
    margin-top: 0;
    margin-bottom: .3rem; }
    .blog-listing header h3 > a {
      color: #5e9b5e; }
  .blog-listing footer p {
    font-size: 0.875rem;
    font-style: italic; }
  .blog-listing .blog-listing-content {
    display: flex;
    flex-direction: column; }
  .blog-listing .image-placeholder {
    border: 1px solid #ced4da; }
  .blog-listing .read-more {
    margin-top: auto;
    color: #5e9b5e; }

/* ==========================================================================
#Pagination
========================================================================== */
.pagination_bottom {
  width: 100%;
  padding: 0;
  margin: 0; }
  .pagination_bottom span {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #5e9b5e;
    font-weight: 400;
    border: 1px solid #dee2e6;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    transition: all .3s ease-in-out; }
    .pagination_bottom span a {
      text-decoration: none; }
    .pagination_bottom span + span {
      margin-left: .5rem; }
    .pagination_bottom span.next, .pagination_bottom span.prev {
      width: auto;
      padding: 0 .5rem; }
    .pagination_bottom span:hover {
      background-color: #194c19;
      border-color: #194c19;
      color: #fff; }
      .pagination_bottom span:hover > * {
        color: #fff;
        text-decoration: none; }
    .pagination_bottom span.current {
      background-color: #5e9b5e;
      border-color: #5e9b5e;
      color: #fff; }

/* Table of Contents
==================================================

    #Article
    #Article Tags
    #Article Social Share

==================================================
*/
/* ==========================================================================
#Article
========================================================================== */
body.template-article article header > h1 {
  margin: 0 0 .3rem; }
body.template-article article header > P {
  font-size: 0.875rem;
  font-style: italic; }

/* ==========================================================================
#Article Tags
========================================================================== */
.article-tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6; }
  .article-tags h3 {
    font-size: 16px;
    margin: 0;
    padding: 0; }
  .article-tags ul {
    list-style: none;
    margin: 0 0 0 1rem;
    padding: 0; }
  .article-tags li {
    display: inline-block;
    margin: .3rem; }

/* ==========================================================================
#Article Social Share
========================================================================== */
.article-sharing {
  margin: 1.5rem 0 1rem; }
  .article-sharing h3 {
    margin: 0 0 .5rem 0;
    padding: 0; }
  .article-sharing .social-sharing {
    text-align: left; }

/* Table of Contents
==================================================

    #Login Forms
    #Login Register
    #Login Exisiting
    #Login Errors
	#Login Sucess

==================================================
*/
/* ==========================================================================
#Login Forms
========================================================================== */
body.template-login .form-group > input, body.template-login .form-group select {
  width: 100%; }
body.template-login .form-group input[type="submit"] {
  width: auto; }

/* ==========================================================================
#Login Register
========================================================================== */
.login-register {
  height: 100%;
  background-color: #f8f9fa;
  padding: 1rem; }
  .login-register h2 {
    margin-top: 0; }

/* ==========================================================================
#Login Exisiting
========================================================================== */
.login-exisiting {
  height: 100%;
  background-color: #f8f9fa;
  padding: 1rem; }
  .login-exisiting h2 {
    margin-top: 0; }

#RecoverPassword {
  color: #5e9b5e; }

/* ==========================================================================
#Login Errors
========================================================================== */
.errors {
  background-color: #f8d7da;
  border-left: 3px solid #721c24;
  padding: .5rem;
  margin-bottom: 1rem; }
  .errors ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .errors li {
    color: #721c24; }

/* ==========================================================================
#Login Success
========================================================================== */
.form-success {
  background-color: #d4edda;
  border-left: 3px solid #155724;
  padding: .5rem;
  margin-bottom: 1rem;
  color: #155724; }

/* Table of Contents
==================================================

    #Register

==================================================
*/
/* ==========================================================================
#Register
========================================================================== */
.register-account {
  background-color: #f8f9fa;
  padding: 1rem; }
  .register-account .form-group > * {
    width: 100%; }

/* Table of Contents
==================================================

    #Table Order History

==================================================
*/
/* ==========================================================================
#Table Order History
========================================================================== */
@media only screen and (min-width: 768px) {
  #table-order-history td, #table-order-history th {
    width: 20%; } }

/* Table of Contents
==================================================

    #Customer Address

==================================================
*/
/* ==========================================================================
#Customer Address
========================================================================== */
.customer-address + .customer-address {
  border-top: 1px solid #dee2e6;
  margin-top: 1rem;
  padding-top: 1rem; }

/* ==========================================================================
#Sections
========================================================================== */
/* Table of Contents
==================================================

    #Header
    #Top Header
    #Site-Logo
    #Review Summary
    #Mobile Header Actions
    #Mobile Search Bar
    #Mobile Navigation Icon
	#Desktop Cart
	#Cart Contents

==================================================
*/
/* ==========================================================================
#Header
========================================================================== */
#header {
  padding: 0; }
  @media only screen and (min-width: 1200px) {
    #header {
      padding-bottom: 1rem; } }

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

/* ==========================================================================
#Top Header
========================================================================== */
.top-header {
  background-color: #d9f3d8;
  padding-top: .4rem;
  padding-bottom: .4rem;
  margin-bottom: 1rem;
  font-size: 12px; }

/* ==========================================================================
#Site-logo
========================================================================== */
.site-logo {
  margin-bottom: 0; }
  .site-logo svg {
    width: 100%;
    height: 100%;
    max-width: 200px;
    display: inline-block;
    vertical-align: middle; }

/* ==========================================================================
#Review Summary
========================================================================== */
.review-summary {
  height: 87px; }

/* ==========================================================================
#Mobile Header Actions
========================================================================== */
.mobile-header-actions {
  display: flex;
  flex-direction: row;
  justify-content: flex-end; }
  .mobile-header-actions .icon {
    fill: #194c19; }
  .mobile-header-actions [class^="mobile"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px; }
    .mobile-header-actions [class^="mobile"] + [class^="mobile"] {
      margin-left: 1rem; }

.mobile-search {
  background-color: transparent;
  transition: all .3s ease-in-out;
  cursor: pointer; }
  .mobile-search.active {
    background-color: #e9ecef; }

.mobile-cart a {
  display: flex;
  align-items: center;
  text-decoration: none; }
  .mobile-cart a .cart-count {
    margin-left: .3rem;
    font-size: 0.875rem; }

/* ==========================================================================
#Mobile Search Bar
========================================================================== */
.mobile-search-bar {
  display: none;
  padding: 1rem;
  background-color: #e9ecef; }

/* ==========================================================================
#Mobile Navigation Icon
========================================================================== */
.mobile-menu-icon {
  position: relative; }
  .mobile-menu-icon.active .burger {
    background-color: rgba(25, 76, 25, 0);
    z-index: 101; }
    .mobile-menu-icon.active .burger:before, .mobile-menu-icon.active .burger:after {
      background-color: #fff; }
    .mobile-menu-icon.active .burger:before {
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .mobile-menu-icon.active .burger:after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .mobile-menu-icon .burger {
    position: absolute;
    background-color: #194c19;
    width: 25px;
    height: 4px;
    top: 50%;
    right: auto;
    left: auto;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 15px; }
    .mobile-menu-icon .burger:before, .mobile-menu-icon .burger:after {
      position: absolute;
      display: block;
      background-color: #194c19;
      width: 25px;
      height: 4px;
      content: "";
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      border-radius: 15px; }
    .mobile-menu-icon .burger:before {
      top: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0); }
    .mobile-menu-icon .burger:after {
      bottom: 7px;
      -webkit-transform: rotate(0);
      transform: rotate(0); }

/* ==========================================================================
#Desktop Cart
========================================================================== */
.desktop-cart {
  position: relative;
  height: 50px;
  border: 1px solid #dee2e6; }
  .desktop-cart:hover > .cart-mini-contents {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in-out; }
  .desktop-cart .cart-name {
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.875rem;
    margin-left: .5rem; }
  .desktop-cart .cart-count {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-left: auto;
    line-height: 30px;
    text-align: center;
    background-color: #ced4da; }
  .desktop-cart > a {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: inherit;
    padding: .3rem; }
    .desktop-cart > a:hover {
      text-decoration: none; }
    @media only screen and (min-width: 1200px) {
      .desktop-cart > a {
        padding: .6rem; } }

/* ==========================================================================
#Cart Contents
========================================================================== */
.cart-mini-contents {
  position: absolute;
  right: -1px;
  margin-top: -2px;
  width: 250px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: .5rem;
  z-index: 101;
  transform: translateY(2rem);
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
  box-shadow: 0 3px 5px 0 rgba(173, 181, 189, 0.5); }
  .cart-mini-contents .cart-item {
    display: flex;
    flex-direction: row; }
    .cart-mini-contents .cart-item + .cart-item {
      margin-top: .5rem;
      padding-top: .5rem;
      border-top: 1px solid #dee2e6; }
  .cart-mini-contents .cart-item-left {
    width: 25%; }
  .cart-mini-contents .cart-item-right {
    width: calc(75% - .5rem);
    margin-left: .5rem; }
  .cart-mini-contents .cart-prod-name, .cart-mini-contents .cart-prod-price {
    font-size: 0.875rem; }
  .cart-mini-contents .cart-prod-name > a {
    font-weight: 400;
    margin-bottom: .2rem; }
  .cart-mini-contents .cart-prod-variant, .cart-mini-contents .cart-prod-quantity {
    font-size: 0.75rem;
    font-style: italic;
    color: #adb5bd; }
  .cart-mini-contents .cart-prod-price {
    color: #5e9b5e;
    font-weight: 600; }
  .cart-mini-contents .cart-prod-remove {
    font-size: 0.75rem;
    text-decoration: underline;
    cursor: pointer;
    color: #313133;
    text-align: right; }
  .cart-mini-contents .cart-mini-actions {
    margin-top: .5rem;
    padding-top: .5rem; }
    .cart-mini-contents .cart-mini-actions .btn, .cart-mini-contents .cart-mini-actions .shopify-challenge__container .shopify-challenge__button, .shopify-challenge__container .cart-mini-contents .cart-mini-actions .shopify-challenge__button {
      width: 100%; }
      .cart-mini-contents .cart-mini-actions .btn + .btn, .cart-mini-contents .cart-mini-actions .shopify-challenge__container .shopify-challenge__button + .btn, .shopify-challenge__container .cart-mini-contents .cart-mini-actions .shopify-challenge__button + .btn, .cart-mini-contents .cart-mini-actions .shopify-challenge__container .btn + .shopify-challenge__button, .shopify-challenge__container .cart-mini-contents .cart-mini-actions .btn + .shopify-challenge__button, .cart-mini-contents .cart-mini-actions .shopify-challenge__container .shopify-challenge__button + .shopify-challenge__button, .shopify-challenge__container .cart-mini-contents .cart-mini-actions .shopify-challenge__button + .shopify-challenge__button {
        margin-top: .5rem; }
  .cart-mini-contents .cart-mini-total {
    border-top: 1px solid #adb5bd;
    border-bottom: 1px solid #adb5bd;
    margin: .5rem 0;
    padding: .5rem 0; }
    .cart-mini-contents .cart-mini-total .mini-cart-label {
      font-size: 0.75rem; }
    .cart-mini-contents .cart-mini-total .mini-cart-total {
      float: right;
      color: #5e9b5e;
      font-weight: 600; }

/* Table of Contents
==================================================

    #header-text-features
	#Slick Styling

==================================================
*/
/* ==========================================================================
#header-text-features
========================================================================== */
.header-text-features {
  background-color: #f8f9fa; }
  .header-text-features .text-feature {
    font-size: 14px;
    line-height: 16px; }
    @media only screen and (min-width: 992px) {
      .header-text-features .text-feature {
        width: auto !important; } }
    .header-text-features .text-feature + .text-feature > div {
      border-left: 1px solid #dee2e6; }
    .header-text-features .text-feature:hover .content_box {
      opacity: 1;
      height: auto;
      pointer-events: all; }
    .header-text-features .text-feature .row {
      padding-top: 1rem;
      padding-bottom: 1rem;
      margin: 0;
      position: relative; }
  .header-text-features .text-feature > div {
    height: 100%; }
  .header-text-features .icon {
    width: 25px;
    height: 25px;
    fill: #313131; }
  .header-text-features .text-feature-heading {
    margin: 0;
    font-weight: 600;
    color: #313131;
    display: inline-block;
    line-height: 1;
    font-size: 0.875rem; }
  .header-text-features .text-feature-subheading {
    font-size: 0.75rem;
    color: #313131;
    display: inline-block;
    line-height: 1; }
  .header-text-features .content_box {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    padding: 14px;
    font-size: 0.875rem;
    position: absolute;
    top: 100%;
    left: 0;
    width: calc(100% + 30px);
    background: #5e9b5e;
    color: #fff;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    box-shadow: 30px 30px 90px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 30px 30px 90px rgba(0, 0, 0, 0.18); }
    .header-text-features .content_box:hover {
      opacity: 1;
      height: auto;
      pointer-events: all; }
    @media only screen and (max-width: 991px) {
      .header-text-features .content_box {
        display: none; } }
    .header-text-features .content_box:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #5e9b5e transparent;
      display: inline-block;
      content: " ";
      position: absolute;
      top: -10px;
      left: 45%; }
    .header-text-features .content_box p {
      margin: 0; }

/* ==========================================================================
#header-text-features
========================================================================== */
.header-text-features .slick-initialized .text-feature + .text-feature > div {
  border-left: none; }
.header-text-features .slick-initialized .slick-active + .slick-active > div {
  border-left: 1px solid #dee2e6; }
.header-text-features .slick-initialized .slick-track {
  display: flex;
  flex-direction: row;
  align-items: stretch; }
.header-text-features .slick-initialized .slick-slide {
  height: inherit; }
  .header-text-features .slick-initialized .slick-slide:focus {
    outline: 0; }
  .header-text-features .slick-initialized .slick-slide > div {
    height: 100%; }
@media only screen and (max-width: 575px) {
  .header-text-features .slick-initialized .slick-list {
    width: 80%;
    margin-left: auto;
    margin-right: auto; } }
.header-text-features .slick-initialized .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 30px;
  height: 30px;
  background-color: transparent;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 5px 0;
  text-align: center; }
  .header-text-features .slick-initialized .slick-arrow:focus {
    outline: 0; }
  .header-text-features .slick-initialized .slick-arrow svg {
    display: inline-block;
    fill: #313133;
    width: 20px;
    height: 20px; }
.header-text-features .slick-initialized .slick-arrow.slick-prev {
  left: 15px; }
  @media only screen and (min-width: 576px) {
    .header-text-features .slick-initialized .slick-arrow.slick-prev {
      left: -30px; } }
.header-text-features .slick-initialized .slick-arrow.slick-next {
  right: 15px; }
  @media only screen and (min-width: 576px) {
    .header-text-features .slick-initialized .slick-arrow.slick-next {
      right: -30px; } }

/* Table of Contents
==================================================

    #Hero
    #Hero placeholder
    #Slick Dots
    #Slick Arrows

==================================================
*/
/* ==========================================================================
#Hero
========================================================================== */
.no-js .hero .hero-item {
  display: block; }
.hero .hero-item {
  position: relative;
  display: none; }
  .hero .hero-item:first-of-type {
    display: block; }
.hero .hero-image img, .hero .hero-image svg {
  display: block; }
.hero .hero-content {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero .hero-content h3 {
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 768px) {
    .hero .hero-content h3 {
      color: #fff; } }
  @media only screen and (min-width: 768px) {
    .hero .hero-content {
      position: absolute;
      top: 50%;
      left: 5%;
      transform: translateY(-50%);
      width: 50%;
      padding: 1rem;
      background-color: rgba(0, 0, 0, 0.5);
      color: #fff; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero .hero-content .rte {
      display: none; } }

/* ==========================================================================
#hero-placeholder
========================================================================== */
.hero-placeholder {
  display: block;
  width: 1250px;
  max-height: 520px;
  border: 1px solid #dee2e6; }

/* ==========================================================================
#Slick Dots
========================================================================== */
.hero .slick-slider .slick-dots {
  display: block;
  list-style: none;
  margin: 1rem 0 0;
  padding: 0;
  text-align: center; }
  .hero .slick-slider .slick-dots li {
    display: inline-block; }
    .hero .slick-slider .slick-dots li + li {
      margin-left: .5rem; }
  .hero .slick-slider .slick-dots .slick-active button {
    background-color: #adb5bd; }
  .hero .slick-slider .slick-dots button {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 0;
    background-color: #dee2e6;
    text-indent: -9999px;
    cursor: pointer; }
    .hero .slick-slider .slick-dots button:focus {
      outline: 0; }

.auto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size, 16rem), 1fr));
  grid-gap: 1rem; }

/* ==========================================================================
#Slick Arrows
========================================================================== */
.hero .slick-slider .slick-arrow {
  position: absolute;
  top: 18%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  background-color: transparent;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 5px 0;
  text-align: center;
  z-index: 3; }
  @media only screen and (min-width: 576px) {
    .hero .slick-slider .slick-arrow {
      top: 25%; } }
  @media only screen and (min-width: 992px) {
    .hero .slick-slider .slick-arrow {
      top: 50%; } }
  .hero .slick-slider .slick-arrow:focus {
    outline: 0; }
  .hero .slick-slider .slick-arrow svg {
    display: inline-block;
    fill: #fff;
    width: 30px;
    height: 30px; }
.hero .slick-slider .slick-arrow.slick-prev {
  left: 15px; }
.hero .slick-slider .slick-arrow.slick-next {
  right: 15px; }

/* Table of Contents
==================================================

    #Logo Listing
    #Logo Placeholder

==================================================
*/
/* ==========================================================================
#Logo Listing
========================================================================== */
.logo-listing-item img {
  display: block;
  margin: 0 auto; }

/* ==========================================================================
#Logo PLaceholder
========================================================================== */
.logo-placeholder {
  border: 1px solid #dee2e6; }

/* Table of Contents
==================================================

    #Footer Columns
    #Footer Plus Minus Icon
    #Footer Links
    #Footer Social
    #Footer Copy

==================================================
*/
/* ==========================================================================
#Footer Columns
========================================================================== */
@media only screen and (min-width: 768px) {
  .footer-col + .footer-col:before {
    float: left;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dee2e6;
    content: '';
    margin-right: 0.5rem;
    margin-left: -0.5rem; } }
.footer-col:after {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dee2e6;
  margin: .5rem auto 0;
  content: ''; }
  @media only screen and (min-width: 576px) {
    .footer-col:after {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .footer-col:after {
      display: none !important; } }
@media only screen and (min-width: 576px) {
  .footer-col:nth-child(-n+2):after {
    display: block;
    margin-top: 1rem; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-col {
    margin-bottom: .5rem; } }
.footer-col .footer-title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  margin: 1rem 0 .5rem; }
  @media only screen and (max-width: 575px) {
    .footer-col .footer-title {
      cursor: pointer; } }
  @media only screen and (min-width: 576px) {
    .footer-col .footer-title {
      justify-content: center; } }
.footer-col .footer-content {
  display: none;
  margin-top: 1rem; }
  @media only screen and (min-width: 576px) {
    .footer-col .footer-content {
      display: block !important; } }

/* ==========================================================================
#Footer Plus Minus Icon
========================================================================== */
footer .plus-minus-icon {
  margin-left: .5rem; }
  footer .plus-minus-icon:before, footer .plus-minus-icon:after {
    background-color: #313133; }
  @media only screen and (min-width: 576px) {
    footer .plus-minus-icon {
      display: none; } }

.active > .plus-minus-icon:before, .active > .plus-minus-icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/* ==========================================================================
#Footer Links
========================================================================== */
.footer-links {
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-links li {
    font-size: 0.875rem; }
    @media only screen and (min-width: 576px) {
      .footer-links li {
        text-align: center; } }
    .footer-links li + li {
      margin-top: .5rem; }

/* ==========================================================================
#Footer Social
========================================================================== */
.footer-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0; }
  .footer-social li + li {
    margin-left: 1rem; }
  .footer-social .icon {
    fill: #313133;
    width: 30px;
    height: 30px; }

/* ==========================================================================
#Footer Payment Methods
========================================================================== */
.footer-payment-methods {
  width: 100%;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }
  .footer-payment-methods ul.payment-icons {
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer-payment-methods ul.payment-icons li {
      display: inline-block;
      margin: 0 2px; }

/* ==========================================================================
#Footer Copy
========================================================================== */
.footer-copy {
  padding: 2rem 0;
  margin-top: 3rem;
  background-color: #343a40;
  color: #fff;
  font-size: 0.75rem; }
  .footer-copy a {
    color: #adb5bd;
    text-decoration: underline;
    margin: 0.5em;
    display: inline-block; }
    .footer-copy a:hover {
      color: #dee2e6; }

/* Table of Contents
==================================================

    #Featured Products
    #Slick Dots
    #Slick Arrows

==================================================
*/
/* ==========================================================================
#Featured Products
========================================================================== */
.featured-products .product-image img {
  margin: 0 auto; }
.featured-products .featured-product a {
  outline: 0 !important; }
.featured-products .featured-product:hover .product-title {
  color: #5e9b5e; }
.featured-products .featured-product .product-details > a {
  display: block;
  color: #313133;
  text-decoration: none; }
.featured-products .product-title {
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all .3s ease-in-out; }
.featured-products .product-price {
  display: block;
  text-align: center; }

/* ==========================================================================
#Slick Dots
========================================================================== */
.featured-products .slick-slider .slick-dots {
  display: block;
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  text-align: center; }
  .featured-products .slick-slider .slick-dots li {
    display: inline-block; }
    .featured-products .slick-slider .slick-dots li + li {
      margin-left: .5rem; }
  .featured-products .slick-slider .slick-dots .slick-active button {
    background-color: #adb5bd; }
  .featured-products .slick-slider .slick-dots button {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 0;
    background-color: #dee2e6;
    text-indent: -9999px;
    cursor: pointer; }
    .featured-products .slick-slider .slick-dots button:focus {
      outline: 0; }

/* ==========================================================================
#Slick Arrows
========================================================================== */
.featured-products .slick-slider .slick-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 5px 0;
  text-align: center;
  z-index: 3; }
  @media only screen and (min-width: 576px) {
    .featured-products .slick-slider .slick-arrow {
      top: 40%; } }
  @media only screen and (min-width: 992px) {
    .featured-products .slick-slider .slick-arrow {
      top: 35%; } }
  .featured-products .slick-slider .slick-arrow:focus {
    outline: 0; }
  .featured-products .slick-slider .slick-arrow svg {
    display: inline-block;
    fill: #313133;
    width: 30px;
    height: 30px; }
.featured-products .slick-slider .slick-arrow.slick-prev {
  left: 15px; }
.featured-products .slick-slider .slick-arrow.slick-next {
  right: 15px; }

/* Table of Contents
==================================================

    #Featured Blogs
    #Slick Dots
    #Slick Arrows

==================================================
*/
/* ==========================================================================
#Featured Blogs
========================================================================== */
.featured-blogs {
  padding: 0 0 25px 0; }
  .featured-blogs .blog-image img {
    margin: 0 auto; }
  .featured-blogs .featured-blog a {
    outline: 0 !important; }
  .featured-blogs .featured-blog:hover .blog-title {
    color: #5e9b5e; }
  .featured-blogs .featured-blog .blog-details > a {
    display: block;
    color: #313133;
    text-decoration: none; }
  .featured-blogs .blog-title {
    display: block;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.125rem;
    font-weight: 600;
    transition: all .3s ease-in-out; }

/* ==========================================================================
#Slick Dots
========================================================================== */
.featured-blogs .slick-slider .slick-dots {
  display: block;
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  text-align: center; }
  .featured-blogs .slick-slider .slick-dots li {
    display: inline-block; }
    .featured-blogs .slick-slider .slick-dots li + li {
      margin-left: .5rem; }
  .featured-blogs .slick-slider .slick-dots .slick-active button {
    background-color: #adb5bd; }
  .featured-blogs .slick-slider .slick-dots button {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 0;
    background-color: #dee2e6;
    text-indent: -9999px;
    cursor: pointer; }
    .featured-blogs .slick-slider .slick-dots button:focus {
      outline: 0; }

/* ==========================================================================
#Slick Arrows
========================================================================== */
.featured-blogs .slick-slider .slick-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 5px 0;
  text-align: center;
  z-index: 3; }
  @media only screen and (min-width: 576px) {
    .featured-blogs .slick-slider .slick-arrow {
      top: 40%; } }
  @media only screen and (min-width: 992px) {
    .featured-blogs .slick-slider .slick-arrow {
      top: 35%; } }
  .featured-blogs .slick-slider .slick-arrow:focus {
    outline: 0; }
  .featured-blogs .slick-slider .slick-arrow svg {
    display: inline-block;
    fill: #313133;
    width: 30px;
    height: 30px; }
.featured-blogs .slick-slider .slick-arrow.slick-prev {
  left: 15px; }
.featured-blogs .slick-slider .slick-arrow.slick-next {
  right: 15px; }

/* Table of Contents
==================================================

    #Product Detail Images
    #Product Detail Images Thumbnails
    #Slick Arrows
    #Slick Dots
    #Product Title
	#Product Vendor
	#Product Reviews
    #Product Price
    #Product Quantity / Add to Basket
    #Product Add To Basket Ajax
    #Product Full Details
    #Product Description
    #Product Read More
    #Product Featured Details
    #Product Full Reviews
    #product Secondary CTA
    #Related Products Section
    #Recently Viewed Products Section
    #Related Products Pro App
    #Gift Checkout


==================================================
*/
/* ==========================================================================
#Product Detail Images
========================================================================== */
.product-detail-images .product-image {
  display: none; }
  .product-detail-images .product-image:first-of-type {
    display: block; }
.product-detail-images img {
  margin: 0 auto; }

/* ==========================================================================
#Product Detail Images Thumbnails
========================================================================== */
.product-detail-thumbnails .product-image-thumbnail {
  cursor: pointer; }
  .product-detail-thumbnails .product-image-thumbnail:focus {
    outline: none; }

/* ==========================================================================
#Slick Arrows
========================================================================== */
body.template-product .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  padding: 5px 0;
  text-align: center;
  z-index: 3; }
  body.template-product .slick-arrow:focus {
    outline: 0; }
  body.template-product .slick-arrow svg {
    display: inline-block;
    fill: #313133;
    width: 40px;
    height: 40px; }
body.template-product .slick-arrow.slick-prev {
  left: 0px; }
body.template-product .slick-arrow.slick-next {
  right: 0px; }

body.template-product .product-detail-thumbnails .slick-arrow {
  width: 30px;
  height: 30px; }
  body.template-product .product-detail-thumbnails .slick-arrow svg {
    width: 20px;
    height: 20px; }
body.template-product .product-detail-thumbnails .slick-arrow.slick-prev {
  left: 15px; }
body.template-product .product-detail-thumbnails .slick-arrow.slick-next {
  right: 15px; }

/* ==========================================================================
#Slick Dots
========================================================================== */
body.template-product .slick-slider .slick-dots {
  display: block;
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
  text-align: center; }
  body.template-product .slick-slider .slick-dots li {
    display: inline-block; }
    body.template-product .slick-slider .slick-dots li + li {
      margin-left: .5rem; }
  body.template-product .slick-slider .slick-dots .slick-active button {
    background-color: #adb5bd; }
  body.template-product .slick-slider .slick-dots button {
    display: block;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    border-radius: 50%;
    border: 0;
    background-color: #dee2e6;
    text-indent: -9999px;
    cursor: pointer; }
    body.template-product .slick-slider .slick-dots button:focus {
      outline: 0; }

/* ==========================================================================
#Product Title
========================================================================== */
.product-title {
  margin-bottom: .5rem;
  font-size: 28px;
  font-weight: 600; }

/* ==========================================================================
#Product Vendor
========================================================================== */
.product-vendor {
  font-style: italic;
  color: #adb5bd;
  font-size: 0.875rem; }

/* ==========================================================================
#Product Reviews
========================================================================== */
.product-review .ruk_rating_snippet {
  color: #5e9b5e !important; }

/* ==========================================================================
#Product Price
========================================================================== */
.product-detail-price-wrapper {
  margin-bottom: 1rem; }

.product-detail-price {
  color: #5e9b5e;
  font-weight: 700; }

.product-page-form {
  margin: 1em auto; }

/* ==========================================================================
#Product Quantity / Add to Basket
========================================================================== */
.pre-order-check {
  margin: 1em 0; }
  .pre-order-check input[type='checkbox'] {
    display: inline;
    line-height: 1.5;
    height: 1em; }

.product-add-to-basket {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 1rem; }
  .product-add-to-basket .product-add-to-basket__quantity {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 1em; }
  .product-add-to-basket .product-quantity {
    width: 60px;
    text-align: center; }
  .product-add-to-basket .quantity-controls {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    margin-left: 5px; }
    @media only screen and (min-width: 768px) {
      .product-add-to-basket .quantity-controls {
        display: flex; } }
  .product-add-to-basket .quantity-increase, .product-add-to-basket .quantity-decrease {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
    border: 1px solid #dee2e6;
    width: 17.5px;
    height: 17.5px; }
    @media only screen and (min-width: 992px) {
      .product-add-to-basket .quantity-increase, .product-add-to-basket .quantity-decrease {
        width: 22.5px;
        height: 22.5px; } }
    .product-add-to-basket .quantity-increase .icon, .product-add-to-basket .quantity-decrease .icon {
      fill: #6c757d;
      width: 10px;
      height: 10px; }
      @media only screen and (min-width: 992px) {
        .product-add-to-basket .quantity-increase .icon, .product-add-to-basket .quantity-decrease .icon {
          width: 15px;
          height: 15px; } }
  .product-add-to-basket .btn-add-to-cart {
    cursor: pointer; }

#create-user {
  margin: 0 !important; }

.single-option-selector {
  display: block; }

.selector-wrapper {
  margin-bottom: 1em; }

.product-form__input.upload {
  border: none;
  padding: 0;
  margin: 0;
  height: auto; }
.product-form__input.textarea {
  width: 100%;
  max-width: 318px; }

/* ==========================================================================
#Product Add to basket ajax
========================================================================== */
.ajaxified-cart-feedback, .ajaxfeedback {
  display: block;
  width: 100%;
  padding: .5rem;
  margin: 2rem 0 0 0; }
  .ajaxified-cart-feedback.success, .ajaxfeedback.success {
    background-color: #d4edda;
    color: #155724;
    border-left: 3px solid #155724; }
  .ajaxified-cart-feedback.error, .ajaxfeedback.error {
    background-color: #f8d7da;
    color: #721c24;
    border-left: 3px solid #721c24; }

.btn-adding {
  background-color: #e98719 !important;
  color: #fff !important; }
  .btn-adding .icon {
    margin-left: .5rem;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

.btn-added {
  background-color: #28a745 !important;
  color: #fff !important;
  padding-left: 2rem;
  padding-right: 2rem; }
  .btn-added span {
    display: flex;
    flex-direction: row; }
    .btn-added span .icon {
      margin-right: .5rem;
      order: -1; }

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* ==========================================================================
#Product Full Details
========================================================================== */
.product-full-details {
  background-color: #f8f9fa;
  padding: 1rem 0; }
  @media only screen and (min-width: 768px) {
    .product-full-details {
      padding: 2rem 0; } }
  @media only screen and (max-width: 991px) {
    .product-full-details .product-detail-col {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 575px) {
    .product-full-details .product-detail-col {
      margin-bottom: 1rem; } }
  .product-full-details .product-detail-col:last-of-type {
    margin-bottom: 0; }
  .product-full-details .product-detail-col-title {
    margin: 0;
    color: #5e9b5e;
    font-weight: 300; }
  .product-full-details .product-detail-section-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 0.875rem; }
  .product-full-details .product-detail-section-info {
    width: 100%; }
  .product-full-details .product-detail-col-content {
    background-color: #fff; }
  .product-full-details [class^='product-metafield'] {
    margin-bottom: 1rem; }
  .product-full-details .product-metafield-key {
    width: 30%;
    font-weight: 600;
    color: #adb5bd; }
  .product-full-details .product-metafield-value {
    width: 70%;
    padding-left: 1.5em; }

/* ==========================================================================
#Product Description
========================================================================== */
.product-description {
  font-weight: 300; }

/* ==========================================================================
#Product Read More
========================================================================== */
.product-read-more {
  text-align: center;
  cursor: s-resize;
  margin-top: .5rem; }
  .product-read-more .icon {
    display: inline-block;
    width: 100%;
    transition: all .3s ease-in-out; }
  .product-read-more.active {
    cursor: n-resize; }
    .product-read-more.active .icon {
      transform: rotate(-180deg); }

/* ==========================================================================
#Product Featured Details
========================================================================== */
.product-featured-details {
  margin-top: 2rem; }
  .product-featured-details + .product-featured-details {
    padding-top: 2rem;
    border-top: 1px solid #dee2e6; }
  .product-featured-details h3 {
    margin: 0;
    margin-bottom: .5rem;
    font-weight: 300;
    color: #5e9b5e; }
  .product-featured-details .rte {
    font-weight: 300; }

/* ==========================================================================
#Product Full Reviews
========================================================================== */
.product-full-reviews {
  padding: 1rem 0; }
  @media only screen and (min-width: 768px) {
    .product-full-reviews {
      padding: 2rem 0; } }

/* ==========================================================================
#Product Secondary CTA
========================================================================== */
.product-secondary-cta.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: white; }
  @media only screen and (min-width: 768px) {
    .product-secondary-cta.fixed {
      position: relative;
      background-color: transparent; } }

/* ==========================================================================
#Related Products
========================================================================== */
.product-related-products {
  padding: 1rem 0; }
  @media only screen and (min-width: 768px) {
    .product-related-products {
      padding: 2rem 0; } }
  .product-related-products h3 {
    text-align: center;
    margin-bottom: 2rem; }

/* ==========================================================================
#Recently Viewed Products
========================================================================== */
.product-recently-viewed-products {
  padding: 1rem 0; }
  @media only screen and (min-width: 768px) {
    .product-recently-viewed-products {
      padding: 2rem 0; } }
  .product-recently-viewed-products h3 {
    text-align: center;
    margin-bottom: 2rem; }

/* ==========================================================================
#Related Products Pro App
========================================================================== */
body.template-product .a1p_list-products a {
  outline: 0 !important;
  text-decoration: none; }
body.template-product .a1p_list-products .a1p-product-card:hover .a1p-product-card__title > a {
  color: #5e9b5e; }
body.template-product .a1p_list-products .slick-arrow {
  top: 45%;
  width: 50px;
  height: 40px; }
  @media only screen and (min-width: 576px) {
    body.template-product .a1p_list-products .slick-arrow {
      top: 40%; } }
  @media only screen and (min-width: 992px) {
    body.template-product .a1p_list-products .slick-arrow {
      top: 35%; } }
  body.template-product .a1p_list-products .slick-arrow:focus {
    outline: 0; }
  body.template-product .a1p_list-products .slick-arrow svg {
    display: inline-block;
    fill: #313133;
    width: 30px;
    height: 30px; }
body.template-product .a1p_list-products .slick-arrow.slick-prev {
  left: 15px; }
body.template-product .a1p_list-products .slick-arrow.slick-next {
  right: 15px; }
body.template-product .a1p_list-products .a1p-product-card__title > a {
  display: block;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #313133;
  transition: all .3s ease-in-out; }
body.template-product .a1p_list-products .a1p-product-card__vendor {
  display: none; }
body.template-product .a1p_list-products .a1p-product-card__price {
  display: block;
  text-align: center; }

/* ==========================================================================
Giftcheckout App
========================================================================== */
body.template-product .product-add-to-basket .gcbutton {
  display: none !important;
  margin-left: 5.75rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem; }
  @media only screen and (min-width: 768px) {
    body.template-product .product-add-to-basket .gcbutton {
      margin-left: 7.65rem;
      padding-left: 2.6rem;
      padding-right: 2.6rem; } }

/* ==========================================================================
#Snippets
========================================================================== */
/* ==========================================================================
#Site Search
========================================================================== */
.site-search {
  overflow: hidden; }
  .site-search input[type="search"] {
    float: left;
    width: 70%;
    font-size: 0.875rem; }
    @media only screen and (min-width: 992px) {
      .site-search input[type="search"] {
        height: 50px;
        width: 75%; } }
    @media only screen and (min-width: 1200px) {
      .site-search input[type="search"] {
        width: 85%; } }
    .site-search input[type="search"]:focus {
      outline: 0;
      border-color: #5e9b5e; }
  .site-search button[type="submit"] {
    float: left;
    width: 30%;
    height: 40px; }
    @media only screen and (min-width: 992px) {
      .site-search button[type="submit"] {
        height: 50px;
        width: 25%; } }
    @media only screen and (min-width: 1200px) {
      .site-search button[type="submit"] {
        width: 15%; } }

/* Table of Contents
==================================================

    #Site Navigation
	#Plus / Minus Icon
    #Custom Sub Menu
    #Sub Menu - Second Level
    #Navigation Overlay

==================================================
*/
/* ==========================================================================
#Site Navigation
========================================================================== */
#site-navigation {
  width: 85%;
  z-index: 100; }
  @media only screen and (min-width: 576px) {
    #site-navigation {
      width: 75%; } }
  @media only screen and (max-width: 991px) {
    #site-navigation {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      padding: 4rem 0 0;
      background-color: #313133;
      transform: translateX(-100%);
      overflow-y: scroll;
      overflow-x: hidden; } }
  @media only screen and (min-width: 992px) {
    #site-navigation {
      position: relative;
      width: 100%;
      background-color: #5e9b5e;
      border-bottom: 5px solid #194c19;
      max-width: calc(960px - 1rem);
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1200px) {
    #site-navigation {
      max-width: calc(1140px - 1rem); } }
  #site-navigation.active {
    transform: translateX(0%); }
  @media only screen and (max-width: 991px) {
    #site-navigation.transition {
      transition: transform .3s ease-in-out; } }
  #site-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #site-navigation a {
    display: block;
    color: #fff;
    text-decoration: none; }
    @media only screen and (min-width: 992px) {
      #site-navigation a {
        color: #313133; } }
  #site-navigation .sub-menu-container {
    display: none;
    background-color: #495057; }
    @media only screen and (min-width: 992px) {
      #site-navigation .sub-menu-container.active {
        display: flex !important; } }
    @media only screen and (min-width: 992px) {
      #site-navigation .sub-menu-container {
        position: absolute;
        left: 0;
        border-top: 5px solid #194c19;
        width: calc(960px - 1rem);
        background-color: #fff; } }
    @media only screen and (min-width: 1200px) {
      #site-navigation .sub-menu-container {
        width: calc(1140px - 1rem); } }
  #site-navigation .go-to {
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
    @media only screen and (min-width: 992px) {
      #site-navigation .go-to {
        display: none; } }
    #site-navigation .go-to .icon {
      margin-right: .5rem; }
  @media only screen and (min-width: 992px) {
    #site-navigation .go-to-sub {
      display: none; } }
  @media only screen and (min-width: 992px) {
    #site-navigation > ul {
      display: flex;
      flex-direction: row; } }
  @media only screen and (min-width: 992px) {
    #site-navigation > ul > li {
      width: 15%;
      /* one item */
      /* two items */
      /* three items */
      /* four items */
      /* five items */
      /* six items */ }
      #site-navigation > ul > li:first-child:nth-last-child(1) {
        /* -or- li:only-child { */
        width: 100%; }
      #site-navigation > ul > li:first-child:nth-last-child(2), #site-navigation > ul > li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      #site-navigation > ul > li:first-child:nth-last-child(3), #site-navigation > ul > li:first-child:nth-last-child(3) ~ li {
        width: 33.3333%; }
      #site-navigation > ul > li:first-child:nth-last-child(4), #site-navigation > ul > li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      #site-navigation > ul > li:first-child:nth-last-child(5), #site-navigation > ul > li:first-child:nth-last-child(5) ~ li {
        width: 20%; }
      #site-navigation > ul > li:first-child:nth-last-child(6), #site-navigation > ul > li:first-child:nth-last-child(6) ~ li {
        width: 16.66%; }
      #site-navigation > ul > li:hover, #site-navigation > ul > li.active {
        background-color: #194c19; }
        #site-navigation > ul > li:hover > .sub-menu-container, #site-navigation > ul > li.active > .sub-menu-container {
          display: flex !important; } }
  @media only screen and (max-width: 991px) {
    #site-navigation > ul > li + li {
      margin-top: .5rem; } }
  #site-navigation > ul > li.active > a {
    background-color: #212529; }
    @media only screen and (min-width: 992px) {
      #site-navigation > ul > li.active > a {
        background-color: #194c19; } }
  #site-navigation > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .3s ease-in-out;
    color: #fff; }
    @media only screen and (min-width: 992px) {
      #site-navigation > ul > li > a {
        justify-content: center; } }
    #site-navigation > ul > li > a:hover {
      background-color: #212529; }
      @media only screen and (min-width: 992px) {
        #site-navigation > ul > li > a:hover {
          background-color: #194c19; } }
    #site-navigation > ul > li > a svg.icon {
      display: none; }
      @media only screen and (min-width: 992px) {
        #site-navigation > ul > li > a svg.icon {
          display: inline-block;
          width: 10px;
          margin-left: .5rem; } }

#site-navigation-new {
  width: 85%;
  z-index: 100; }
  @media only screen and (min-width: 576px) {
    #site-navigation-new {
      width: 75%; } }
  @media only screen and (max-width: 991px) {
    #site-navigation-new {
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      padding: 4rem 0 0;
      background-color: #313133;
      transform: translateX(-100%);
      overflow-y: scroll;
      overflow-x: hidden; } }
  @media only screen and (min-width: 992px) {
    #site-navigation-new {
      position: relative;
      width: 100%;
      background-color: #5e9b5e;
      border-bottom: 5px solid #194c19;
      max-width: calc(960px - 1rem);
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (min-width: 1200px) {
    #site-navigation-new {
      max-width: calc(1140px - 1rem); } }
  #site-navigation-new.active {
    transform: translateX(0%); }
  @media only screen and (max-width: 991px) {
    #site-navigation-new.transition {
      transition: transform .3s ease-in-out; } }
  #site-navigation-new ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #site-navigation-new li > a {
    display: block;
    color: #fff;
    text-decoration: none; }
    @media only screen and (min-width: 992px) {
      #site-navigation-new li > a {
        color: #313133; } }
  #site-navigation-new .sub-menu-container {
    display: none;
    background-color: #495057; }
    @media only screen and (min-width: 992px) {
      #site-navigation-new .sub-menu-container.active {
        display: flex !important; } }
    @media only screen and (min-width: 992px) {
      #site-navigation-new .sub-menu-container {
        position: absolute;
        left: 0;
        border-top: 5px solid #194c19;
        width: calc(960px - 1rem);
        background-color: #fff; } }
    @media only screen and (min-width: 1200px) {
      #site-navigation-new .sub-menu-container {
        width: calc(1140px - 1rem); } }
  #site-navigation-new .go-to {
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
    @media only screen and (min-width: 992px) {
      #site-navigation-new .go-to {
        display: none; } }
    #site-navigation-new .go-to .icon {
      margin-right: .5rem; }
  @media only screen and (min-width: 992px) {
    #site-navigation-new .go-to-sub {
      display: none; } }
  @media only screen and (min-width: 992px) {
    #site-navigation-new > ul {
      display: flex;
      flex-direction: row; } }
  @media only screen and (min-width: 992px) {
    #site-navigation-new > ul > li {
      width: 15%;
      /* one item */
      /* two items */
      /* three items */
      /* four items */
      /* five items */
      /* six items */ }
      #site-navigation-new > ul > li:first-child:nth-last-child(1) {
        /* -or- li:only-child { */
        width: 100%; }
      #site-navigation-new > ul > li:first-child:nth-last-child(2), #site-navigation-new > ul > li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      #site-navigation-new > ul > li:first-child:nth-last-child(3), #site-navigation-new > ul > li:first-child:nth-last-child(3) ~ li {
        width: 33.3333%; }
      #site-navigation-new > ul > li:first-child:nth-last-child(4), #site-navigation-new > ul > li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      #site-navigation-new > ul > li:first-child:nth-last-child(5), #site-navigation-new > ul > li:first-child:nth-last-child(5) ~ li {
        width: 20%; }
      #site-navigation-new > ul > li:first-child:nth-last-child(6), #site-navigation-new > ul > li:first-child:nth-last-child(6) ~ li {
        width: 16.66%; }
      #site-navigation-new > ul > li:hover, #site-navigation-new > ul > li.active {
        background-color: #194c19; }
        #site-navigation-new > ul > li:hover > .sub-menu-container, #site-navigation-new > ul > li.active > .sub-menu-container {
          display: flex !important; } }
  @media only screen and (max-width: 991px) {
    #site-navigation-new > ul > li + li {
      margin-top: .5rem; } }
  #site-navigation-new > ul > li.active > a {
    background-color: #212529; }
    @media only screen and (min-width: 992px) {
      #site-navigation-new > ul > li.active > a {
        background-color: #194c19; } }
  #site-navigation-new > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 17px 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color .3s ease-in-out;
    color: #fff; }
    @media only screen and (min-width: 992px) {
      #site-navigation-new > ul > li > a {
        justify-content: center; } }
    #site-navigation-new > ul > li > a:hover {
      background-color: #212529; }
      @media only screen and (min-width: 992px) {
        #site-navigation-new > ul > li > a:hover {
          background-color: #194c19; } }
    #site-navigation-new > ul > li > a svg.icon {
      display: none; }
      @media only screen and (min-width: 992px) {
        #site-navigation-new > ul > li > a svg.icon {
          display: inline-block;
          width: 10px;
          margin-left: .5rem; } }
  #site-navigation-new .all-link {
    font-weight: bold;
    text-decoration: underline; }
  #site-navigation-new .collections ul {
    padding: 1.5rem;
    min-width: 250px; }
  #site-navigation-new .collections ul li {
    margin-bottom: 0.5rem; }
    #site-navigation-new .collections ul li a {
      -webkit-transition: padding 0.35s ease, color 0.25s ease;
      -o-transition: padding 0.35s ease, color 0.25s ease;
      transition: padding 0.35s ease, color 0.25s ease; }
      #site-navigation-new .collections ul li a:hover {
        text-decoration: underline;
        padding-left: 0.5em;
        transform: 1rem; }
  #site-navigation-new .products {
    background-color: #efefef;
    flex-grow: 1; }
  #site-navigation-new .products .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    padding: 1.5rem; }
  #site-navigation-new .products .grid .product-card {
    font-size: 80%;
    background-color: white;
    display: flex;
    flex-direction: row; }
    #site-navigation-new .products .grid .product-card .product-card__title {
      font-size: 0.75rem;
      line-height: 1.25em; }
    @media only screen and (min-width: 992px) {
      #site-navigation-new .products .grid .product-card {
        flex-direction: column; }
        #site-navigation-new .products .grid .product-card .product-card__title {
          font-size: 1.25rem; } }
  #site-navigation-new .sub-menu-container .finder {
    padding: 1.5rem; }
    #site-navigation-new .sub-menu-container .finder li {
      margin-bottom: 0.5rem; }

/* ==========================================================================
#Plus / Minus Icon
========================================================================== */
.plus-minus-icon {
  position: relative;
  width: 15px;
  height: 15px; }
  @media only screen and (min-width: 992px) {
    .plus-minus-icon {
      display: none; } }
  .plus-minus-icon:before, .plus-minus-icon:after {
    display: block;
    position: absolute;
    left: 50%;
    width: 2px;
    height: 12px;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: 0.5s all ease;
    content: ''; }
  .plus-minus-icon:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.active > a > .plus-minus-icon:before, .active > a > .plus-minus-icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.active > .sub-menu-title > .plus-minus-icon:before, .active > .sub-menu-title > .plus-minus-icon:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

/* ==========================================================================
#Custom Sub Menu
========================================================================== */
@media only screen and (min-width: 992px) {
  .menu-item-tree-gifts .sub-menu {
    width: 17%; } }
@media only screen and (min-width: 992px) {
  .menu-item-tree-gifts .sub-menu-large {
    width: 32%; } }

@media only screen and (min-width: 992px) {
  .menu-item-occasions .sub-menu, .menu-item-occasions .sub-menu-featured-link {
    width: 20%; } }

@media only screen and (min-width: 992px) {
  .menu-item-find-a-gift .sub-menu {
    width: 20%; } }

@media only screen and (min-width: 992px) {
  .menu-item-gift-ranges .sub-menu {
    width: 33.33%; } }

/* ==========================================================================
#Sub Menu
========================================================================== */
.sub-menu {
  transition: background-color .3s ease-in-out; }
  @media only screen and (min-width: 992px) {
    .sub-menu {
      float: left;
      display: flex;
      flex-direction: column; } }
  .sub-menu.active {
    background-color: #343a40; }
    @media only screen and (min-width: 992px) {
      .sub-menu.active {
        background-color: transparent !important; } }
  .sub-menu .sub-menu-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition: background-color .3s ease-in-out;
    font-weight: 700; }
    @media only screen and (max-width: 991px) {
      .sub-menu .sub-menu-title {
        cursor: pointer; } }
    @media only screen and (min-width: 992px) {
      .sub-menu .sub-menu-title {
        position: relative;
        margin-top: .5rem;
        color: #313133; }
        .sub-menu .sub-menu-title:after {
          position: absolute;
          bottom: 0;
          left: 0.5rem;
          display: block;
          width: calc(100% - 1rem);
          height: 1px;
          content: '';
          background-color: #313133; } }
    .sub-menu .sub-menu-title:hover {
      background-color: #343a40; }
      @media only screen and (min-width: 992px) {
        .sub-menu .sub-menu-title:hover {
          background-color: transparent; } }
  .sub-menu ul {
    display: none; }
    @media only screen and (min-width: 992px) {
      .sub-menu ul {
        display: block !important;
        padding-bottom: 0.5rem !important; } }
    .sub-menu ul > li > a {
      padding-top: .5rem;
      padding-bottom: .5rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      font-size: 0.875rem;
      transition: background-color .3s ease-in-out; }
      .sub-menu ul > li > a:hover {
        background-color: #6c757d; }
        @media only screen and (min-width: 992px) {
          .sub-menu ul > li > a:hover {
            background-color: transparent;
            text-decoration: underline !important; } }
  .sub-menu .sub-menu-image {
    display: none; }
    @media only screen and (min-width: 992px) {
      .sub-menu .sub-menu-image {
        display: block;
        margin-top: auto;
        padding-left: 0.5rem;
        padding-left: 0.5rem;
        padding-bottom: 0.5rem; } }

@media only screen and (min-width: 992px) {
  .sub-menu-large ul > li {
    float: left;
    width: 50%; } }

.sub-menu-image-nav {
  transition: background-color .3s ease-in-out; }
  @media only screen and (min-width: 992px) {
    .sub-menu-image-nav {
      width: 100%;
      padding-top: 5px; } }
  .sub-menu-image-nav.active {
    background-color: #343a40; }
    @media only screen and (min-width: 992px) {
      .sub-menu-image-nav.active {
        background-color: transparent; } }
  @media only screen and (min-width: 992px) {
    .sub-menu-image-nav ul {
      display: flex;
      flex-direction: row; } }
  @media only screen and (min-width: 992px) {
    .sub-menu-image-nav ul > li {
      width: 15%;
      /* one item */
      /* two items */
      /* three items */
      /* four items */
      /* five items */
      /* six items */ }
      .sub-menu-image-nav ul > li:first-child:nth-last-child(1) {
        /* -or- li:only-child { */
        width: 100%; }
      .sub-menu-image-nav ul > li:first-child:nth-last-child(2), .sub-menu-image-nav ul > li:first-child:nth-last-child(2) ~ li {
        width: 50%; }
      .sub-menu-image-nav ul > li:first-child:nth-last-child(3), .sub-menu-image-nav ul > li:first-child:nth-last-child(3) ~ li {
        width: 33.3333%; }
      .sub-menu-image-nav ul > li:first-child:nth-last-child(4), .sub-menu-image-nav ul > li:first-child:nth-last-child(4) ~ li {
        width: 25%; }
      .sub-menu-image-nav ul > li:first-child:nth-last-child(5), .sub-menu-image-nav ul > li:first-child:nth-last-child(5) ~ li {
        width: 20%; }
      .sub-menu-image-nav ul > li:first-child:nth-last-child(6), .sub-menu-image-nav ul > li:first-child:nth-last-child(6) ~ li {
        width: 16.66%; } }
  .sub-menu-image-nav ul > li > a {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 0.875rem;
    transition: background-color .3s ease-in-out; }
    .sub-menu-image-nav ul > li > a:hover {
      background-color: #6c757d; }
      @media only screen and (min-width: 992px) {
        .sub-menu-image-nav ul > li > a:hover {
          background-color: transparent;
          text-decoration: underline !important; } }
    .sub-menu-image-nav ul > li > a img {
      display: none; }
      @media only screen and (min-width: 992px) {
        .sub-menu-image-nav ul > li > a img {
          display: block; } }

.sub-menu-featured-link {
  display: none; }
  .sub-menu-featured-link > a {
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #d9f3d8;
    padding: 0.5rem;
    transition: background-color .3s ease-in-out; }
    .sub-menu-featured-link > a:hover {
      background-color: #c6edc4; }
  .sub-menu-featured-link .featured-title {
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1rem; }
  .sub-menu-featured-link .featured-product {
    display: block;
    text-align: center;
    font-size: 0.875rem;
    margin-bottom: .3rem; }
  @media only screen and (min-width: 992px) {
    .sub-menu-featured-link {
      display: block;
      margin-top: 1rem; } }

.sub-menu-colours li > a {
  display: flex !important;
  flex-direction: row;
  align-items: center; }
  .sub-menu-colours li > a:before {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    content: '';
    background-color: #000; }
.sub-menu-colours .go-to-sub > a:before {
  display: none; }
.sub-menu-colours .gold > a:before {
  background-color: #dea932; }
.sub-menu-colours .orange > a:before {
  background-color: #ee8222; }
.sub-menu-colours .pink > a:before {
  background-color: #f1b9c4; }
.sub-menu-colours .red > a:before {
  background-color: #cc3d41; }
.sub-menu-colours .silver > a:before {
  background-color: #9b999a; }
.sub-menu-colours .white > a:before {
  border: 2px solid #000;
  background-color: #fff; }

/* ==========================================================================
#Navigation Overlay
========================================================================== */
.nav-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: -1;
  transition: all .2s ease-in-out; }
  .nav-overlay.active {
    visibility: visible;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    z-index: 99; }

/* Table of Contents
==================================================

    #User Actions

==================================================
*/
/* ==========================================================================
#User Actions
========================================================================== */
.user-actions-header {
  display: inline-block; }
  .user-actions-header ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style: none;
    margin: 0;
    padding: 0; }
  .user-actions-header li {
    font-size: 0.875rem; }
    .user-actions-header li + li {
      margin-left: .6rem;
      padding-left: .6rem;
      border-left: 1px solid #313133; }
  .user-actions-header a {
    text-decoration: none;
    display: inline-block; }

/* ==========================================================================
#User Help
========================================================================== */
.user-help-header span {
  font-size: 0.875rem; }
.user-help-header strong {
  color: #313133;
  margin-right: .5rem; }
.user-help-header a {
  text-decoration: none;
  display: inline-block; }

/* Table of Contents
==================================================

    #newsletter signup

==================================================
*/
/* ==========================================================================
#newsletter signup
========================================================================== */
.newsletter-signup {
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 1rem;
  margin-bottom: 1rem; }
  .newsletter-signup input {
    width: 100%;
    font-size: 0.875rem;
    height: auto;
    padding: 14px;
    border-radius: 0; }
  .newsletter-signup [type="submit"] {
    width: 100%; }

/* Table of Contents
==================================================

    #breadcrumbs

==================================================
*/
/* ==========================================================================
#breadcrumbs
========================================================================== */
.breadcrumb {
  padding: 0.5rem 0;
  font-size: 0.875rem; }
  .breadcrumb a {
    text-decoration: none; }

.featured-collection img {
  max-width: 100%; }

.section-wrap {
  padding: 1.5rem 0; }

.breadcrumb-nav a {
  color: #ced4da;
  text-transform: capitalize; }
  .breadcrumb-nav a:hover {
    color: #6c757d; }
.breadcrumb-nav a:not(:last-of-type)::after {
  content: ">";
  padding-left: 5px; }
@media only screen and (max-width: 767px) {
  .breadcrumb-nav a:not(:last-of-type):not(:first-of-type) {
    display: none; } }

/* Table of Contents
==================================================

    #Swatch

==================================================
*/
/* ==========================================================================
#Swatch
========================================================================== */
.swatch {
  margin: 1em 0; }

/* Label */
.swatch .header {
  margin: 0.5em 0; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch label {
  /* Rounded corners */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  /* To give width and height */
  float: left;
  /* Color swatches contain no text so they need to have a width. */
  min-width: 50px !important;
  height: 35px !important;
  /* No extra spacing between them */
  margin: 0;
  /* The border when the button is not selected */
  border: #ccc 1px solid;
  /* Background color */
  background-color: #ddd;
  /* Styling text */
  font-size: 13px;
  text-align: center;
  line-height: 35px;
  white-space: nowrap;
  text-transform: none; }

.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 0; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  border-color: transparent; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

/* Tooltips */
.swatch .tooltip {
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  left: calc(-50% + 3px);
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

/* Table of Contents
==================================================

    #social sharing

==================================================
*/
/* ==========================================================================
#social sharing
========================================================================== */
.social-sharing {
  text-align: center; }
  .social-sharing > a + a {
    margin-left: 1rem; }
  .social-sharing .icon {
    width: 25px;
    height: 25px; }
  .social-sharing .facebook .icon {
    fill: #3b5998; }
  .social-sharing .twitter .icon {
    fill: #1da1f2; }
  .social-sharing .pinterest .icon {
    fill: #bd081c; }
  .social-sharing span {
    font-size: 0.875rem; }

/* ==========================================================================
#Vendor
========================================================================== */
/*
Styling is used on Gift Checkout app
*/
/* Table of Contents
==================================================

    #Gift Checkout - Pop up
    #Gift Checkout - Colour Changes

==================================================
*/
/* ==========================================================================
#Gift Checkout - Pop up
========================================================================== */
#gc-popup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5) !important;
  font-family: inherit !important; }
  #gc-popup .gc-popup-page {
    min-height: 0 !important;
    max-width: 800px !important;
    padding-top: 0 !important; }
  #gc-popup .gc-popup-page .close-button {
    z-index: 10; }
  #gc-popup .gc-popup-content-right {
    display: none; }
  #gc-popup .select-variant .variant .image {
    width: 100% !important;
    margin-bottom: .5rem; }
  #gc-popup .gc-popup-page .gc-popup-content .footer .popup-button .icon {
    display: none; }

/* ==========================================================================
#Gift Checkout - Colour Changes
========================================================================== */
#gc-popup .check-box .material-icons {
  color: #5e9b5e !important; }
#gc-popup .select-variant .variant .image.selected {
  border-color: #5e9b5e !important; }

/*=============================================================================*/
/*Added by TS*/
.fullWide {
  width: 100%;
  max-width: 230px !important;
  min-width: 150px !important;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* Centre div */
.center {
  text-align: center;
  margin: auto;
  width: 50%;
  padding: 10px; }

.center-cart {
  text-align: center;
  margin: auto;
  width: 100%;
  padding: 10px; }

/* Sub category text styling for blog sidebar*/
.blog-sub-cats {
  font-size: 14px;
  font-weight: 400; }

/* Styling for modal popup */
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 100;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }
  .modal-content textarea {
    width: 100%; }

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }

  to {
    top: 0;
    opacity: 1; } }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }

  to {
    top: 0;
    opacity: 1; } }

/* The Close Button */
.close {
  color: gray;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.modal-header {
  padding: 2px 10px;
  background-color: #ffffff !important;
  color: white;
  text-align: center; }

.modal-body {
  padding: 2px 10px; }

.modal-footer {
  padding: 2px 10px;
  background-color: #ffffff !important;
  font-weight: 500; }

/* Add Blog Styling From old Site */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em; }

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

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

img[class*="align"], img[class*="wp-image-"], .gallery .gallery-icon img {
  border: 1px solid #ddd;
  padding: 6px; }

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto; }

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

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 1.625em; }

.wp-caption {
  margin-top: 0.4em; }

.wp-caption {
  background: #eee;
  margin-bottom: 1.625em;
  max-width: 96%;
  padding: 9px; }

.wp-caption img {
  display: block;
  margin: 0 auto;
  max-width: 98%;
  border-color: #eeeeee; }

.wp-caption .wp-caption-text {
  color: #666;
  font-size: 12px; }

.wp-caption .wp-caption-text {
  margin-bottom: 0.6em;
  padding: 10px 0 5px 40px;
  position: relative; }

.wp-caption .wp-caption-text:before {
  color: #666;
  content: '\2014';
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 10px;
  top: 7px; }

.wp-caption img {
  border-color: #eeeeee; }

.wp-caption a:focus img, .wp-caption a:active img, .wp-caption a:hover img {
  background: #fff;
  border-color: #dddddd; }

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
  font-style: italic;
  font-size: 12px;
  font-size: 0.857142857rem;
  line-height: 2;
  color: #757575; }

div.gallery {
  height: 1%;
  overflow: hidden; }

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

.gallery-columns-3 dl.gallery-item {
  width: 33%; }

.gallery-columns-4 dl.gallery-item {
  width: 25%; }

.gallery-columns-5 dl.gallery-item {
  width: 20%; }

dl.gallery-item {
  float: left; }

dl.gallery-item .gallery-icon {
  overflow: hidden; }

.post-view ul.form-list {
  list-style: none outside none; }

#wp-calendar {
  margin: 0;
  width: 100%;
  padding: 5px 10px; }

#wp-calendar th {
  font-weight: bold; }

#wp-calendar th, #wp-calendar td, #wp-calendar caption {
  text-align: left; }

#wp-calendar #next {
  text-align: right; }

/* -- */
.block.block-blog-categories .blog-category {
  padding: 8px 3px 8px 18px;
  position: relative;
  line-height: 1.3;
  border-bottom: 1px solid #dddddd; }

.block-account ul li strong {
  font-weight: normal; }

.block-account ul li strong, .block-account ul li a:hover, .block.block-blog-categories a:hover {
  color: #0088cc; }

.block-account ul li strong:before, .block-account ul li a:before, .block.block-blog-categories a:before {
  content: '\e814';
  position: absolute;
  left: 3px; }

.block-blog li.level0 {
  padding: 10px 0;
  margin: 0 0 10px; }

.block-blog li a:before {
  display: none !important; }

.block-blog li a.level0 {
  font-weight: bold; }

.block-account ul li a, .block.block-blog-categories a {
  color: #313133;
  text-decoration: none; }

.block-blog-categories a {
  font-size: inherit;
  margin-left: 0; }

.block.block-blog-recent ul li {
  margin: 0;
  padding: 10px 0; }

.block.block-blog-recent ul li div.post-image {
  border-radius: 4px;
  padding: 2px;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-right: 12px; }

.block.block-blog-recent ul li div.post-image:after {
  display: table;
  content: "";
  clear: both; }

.block.block-blog-recent ul li a {
  font-family: inherit;
  font-size: inherit;
  color: #08c;
  line-height: 18px; }

.block.block-blog-recent ul li div.post-time {
  color: #888;
  font-size: 12px;
  line-height: 24px;
  font-family: inherit;
  font-style: normal;
  text-align: left;
  margin: 0; }

.block.block-blog-tags ul li a {
  font-family: inherit;
  font-weight: normal; }

.block.block-blog-tags ul li a:hover {
  text-decoration: none;
  background-color: #0088cc; }

.posts-wrap {
  margin: 10px 0 0; }

.postBanner {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 30px; }

.postBanner p {
  line-height: 1;
  margin: 0; }

.postBanner .owl-item .item {
  width: 100%; }

.postBanner .owl-item .item img {
  width: 100%; }

.postBanner img {
  width: 100%;
  border-radius: 3px; }

.postBanner iframe {
  min-height: 300px; }

.postBanner .owl-theme .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }

.postTitle {
  border: 0; }

.postTitle h2 {
  font-weight: 600;
  margin: 0 0 10px 0; }

.postTitle h2 a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  text-decoration: none; }

.postWrapper {
  margin-left: 60px;
  margin-top: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd; }

.postBanner {
  margin-left: -60px; }

.postContent {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 15px; }

.recent-posts .postContent > p {
  margin: 0; }

.recent-posts a.readmore {
  font-weight: 300;
  font-size: 16px; }

.postWrapper .post-date {
  margin-left: -60px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 10px;
  text-align: center; }

.postWrapper .post-date .day {
  color: #08c;
  background-color: #f4f4f4;
  border-radius: 2px 2px 0 0;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  line-height: 22px;
  margin-bottom: 3px; }

.postWrapper .post-date .month {
  color: #fff;
  background-color: #08c;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
  display: block;
  font-size: 12px;
  padding: 0 10px 2px;
  line-height: 16px; }

.postDetails {
  line-height: 22px; }

.postDetails > span {
  margin-right: 10px; }

.postDetails > span span:last-child {
  display: none; }

.postDetails > span i {
  margin-right: 5px; }

.postDetails > span a {
  color: #313133; }

.postDetails > span a:hover {
  color: #0088cc; }

.postBookmarks a {
  line-height: 1.2; }

.smartwave-blog-read-more {
  color: #313133;
  font-size: 13px; }

.postBookmarks {
  padding: 10px 0 0; }

.postBookmarks a {
  color: #313133;
  text-decoration: none; }

.postBookmarks a:hover {
  color: #0088cc; }

.postBookmarks img {
  margin: 0 2px; }

#postComment .form-list .input-box {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

#postComment .form-list input.input-text {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555; }

#postComment .form-list textarea {
  height: 150px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #555555; }

#postComment .form-list label {
  margin-bottom: 5px; }

.postComments {
  margin-left: 60px; }

.post-share {
  padding: 10px 0 0;
  margin-bottom: -5px;
  border-top: 1px solid #dddddd; }

.post-share i {
  margin-right: 5px; }

.post-share h3 {
  color: #08c;
  font-size: 13px;
  font-weight: 300;
  margin: 10px 10px 0 0;
  text-transform: none;
  float: left; }

.blog-post-view .postWrapper {
  margin-bottom: 0; }

.postComments .postTitle h2 {
  padding: 20px 0;
  font-size: 1.8em;
  font-weight: 200;
  margin: 0 0 20px;
  text-transform: none;
  color: #0088cc; }

.postComments .toolbar {
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
  padding-bottom: 10px; }

form#postComment {
  display: block;
  margin-top: 25px;
  padding: 45px 0 0;
  border-top: 1px solid #dddddd; }

#postComment h4.legend {
  padding: 0 0 20px 0;
  font-size: 1.8em;
  font-weight: 200;
  margin: 0 0 20px;
  text-transform: none;
  color: #0088cc; }

.commentWrapper i.icon-user {
  font-size: 50px;
  border: 4px double #ddd;
  background: #fff;
  border-radius: 5px;
  float: left;
  line-height: 70px;
  text-align: center; }

.commentWrapper .comment-area:before {
  border-bottom: 15px solid transparent;
  border-right: 15px solid #F4F4F4;
  border-top: 15px solid transparent;
  height: 0;
  left: -15px;
  position: absolute;
  top: 28px;
  width: 0;
  content: ""; }

.commentWrapper .comment-area {
  margin-left: 110px;
  background: #F4F4F4;
  border-radius: 5px;
  padding: 20px;
  position: relative; }

.commentWrapper .comment-area .commentContent {
  line-height: 22px;
  margin-bottom: 10px; }

.commentWrapper .comment-area .date {
  text-align: right;
  color: #999999; }

.cms-index-index .tp-caption {
  text-align: left; }

.cms-index-index .tp-caption.very_large_text {
  color: #08c;
  font-size: 56px;
  font-weight: 600;
  text-decoration: none;
  background-color: transparent;
  letter-spacing: 13px;
  border: 0;
  text-shadow: none; }

.cms-index-index .tp-caption.large_thin {
  color: #08c;
  background-color: transparent;
  text-decoration: none;
  font-size: 46px;
  font-weight: 300;
  border: 0; }

.cms-index-index .tp-caption.small_thin_grey {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #313133;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  border: 0; }

.cms-index-index .tp-caption a, .cms-index-index .tp-caption a:hover {
  color: #fff; }

.cms-index-index .tp-caption.title1 {
  font-size: 36px;
  font-weight: 600;
  color: #08c;
  background-color: transparent;
  text-decoration: none;
  letter-spacing: 8px;
  border: 0; }

.cms-index-index .tp-caption.small-desc {
  color: #999;
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  text-decoration: none; }

.cms-index-index .white-arrow .tparrows.navbar {
  color: white; }

.cms-index-index .tparrows.navbar:hover {
  background-position: 0 -45px !important; }

.cms-index-index .tp-caption.white-title1 {
  text-decoration: none;
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  background-color: transparent;
  letter-spacing: 12px;
  border: 0; }

.cms-index-index .tp-caption.small-desc-white {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
  text-decoration: none;
  border: 0;
  line-height: 24px; }

.cms-index-index .tp-caption a.btn-white, .cms-index-index .tp-caption a.btn-white:hover {
  background-color: #fff;
  color: #0088cc; }

.single-image {
  overflow: hidden;
  text-align: center;
  margin: 15px 0; }

.single-images .single-image {
  margin: 0;
  border-radius: 5px; }

a.single-image {
  display: block;
  margin: 4px;
  border-radius: 5px;
  position: relative; }

a.single-image img {
  width: 100%; }

.single-image img {
  max-width: 100%;
  transition: 0.5s ease; }

.single-image:hover img {
  transform: scale(1.2); }

.filter-products .products.small-list {
  text-align: left;
  margin-top: -10px; }

.filter-products .products.small-list div.item {
  width: 100%;
  max-width: 300px;
  float: none;
  display: inline-block;
  padding: 0; }

.filter-products .products.small-list div.item .item-area {
  padding: 10px 0 6px; }

.filter-products .products.small-list div.item .product-image-area {
  width: 33%;
  float: left;
  padding: 2px; }

.filter-products .products.small-list div.item .details-area {
  width: 66%;
  float: left;
  text-align: left;
  padding: 10px 16px; }

.filter-products .products.small-list div.item .details-area .ratings {
  background: transparent;
  margin-bottom: 10px; }

.blog-title {
  height: 410px;
  background: url("https://www.tree2mydoor.com/skin/frontend/smartwave/porto_child/wordpress/home.jpg") 0 0 no-repeat;
  position: relative;
  margin-bottom: 15px;
  position: relative; }

.blog-home .featured-category.occasions a, .blog-home .featured-category.cookery-corner a, .blog-home .featured-category.know-your-trees a, .blog-home .featured-category.customer-experience a {
  background-size: 320px 230px !important;
  clear: both;
  background-repeat: no-repeat; }

.w3-wide {
  letter-spacing: 4px; }

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0; }

.w3-image {
  max-width: 100%;
  height: auto; }

img {
  vertical-align: middle; }

a {
  color: inherit; }

.w3-table, .w3-table-all {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  display: table; }

.w3-table-all {
  border: 1px solid #ccc; }

.w3-bordered tr, .w3-table-all tr {
  border-bottom: 1px solid #ddd; }

.w3-striped tbody tr:nth-child(even) {
  background-color: #f1f1f1; }

.w3-table-all tr:nth-child(odd) {
  background-color: #fff; }

.w3-table-all tr:nth-child(even) {
  background-color: #f1f1f1; }

.w3-hoverable tbody tr:hover, .w3-ul.w3-hoverable li:hover {
  background-color: #ccc; }

.w3-centered tr th, .w3-centered tr td {
  text-align: center; }

.w3-table td, .w3-table th, .w3-table-all td, .w3-table-all th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top; }

.w3-table th:first-child, .w3-table td:first-child, .w3-table-all th:first-child, .w3-table-all td:first-child {
  padding-left: 16px; }

.w3-btn, .w3-button {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  cursor: pointer;
  white-space: nowrap; }

.w3-btn:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.w3-btn, .w3-button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.w3-disabled, .w3-btn:disabled, .w3-button:disabled {
  cursor: not-allowed;
  opacity: 0.3; }

.w3-disabled *, :disabled * {
  pointer-events: none; }

.w3-btn.w3-disabled:hover, .w3-btn:disabled:hover {
  box-shadow: none; }

.w3-badge, .w3-tag {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center; }

.w3-badge {
  border-radius: 50%; }

.w3-ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.w3-ul li {
  padding: 8px 16px;
  border-bottom: 1px solid #ddd; }

.w3-ul li:last-child {
  border-bottom: none; }

.w3-tooltip, .w3-display-container {
  position: relative; }

.w3-tooltip .w3-text {
  display: none; }

.w3-tooltip:hover .w3-text {
  display: inline-block; }

.w3-ripple:active {
  opacity: 0.5; }

.w3-ripple {
  transition: opacity 0s; }

.w3-input {
  padding: 8px;
  display: block;
  border: none;
  border-bottom: 1px solid #ccc;
  width: 100%; }

.w3-select {
  padding: 9px 0;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc; }

.w3-dropdown-click, .w3-dropdown-hover {
  position: relative;
  display: inline-block;
  cursor: pointer; }

.w3-dropdown-hover:hover .w3-dropdown-content {
  display: block; }

.w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
  background-color: #ccc;
  color: #000; }

.w3-dropdown-hover:hover > .w3-button:first-child, .w3-dropdown-click:hover > .w3-button:first-child {
  background-color: #ccc;
  color: #000; }

.w3-dropdown-content {
  cursor: auto;
  color: #000;
  background-color: #fff;
  display: none;
  position: absolute;
  min-width: 160px;
  margin: 0;
  padding: 0;
  z-index: 1; }

.w3-check, .w3-radio {
  width: 24px;
  height: 24px;
  position: relative;
  top: 6px; }

.w3-sidebar {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: relative !important;
  z-index: 1;
  overflow: auto; }

.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
  width: 100%; }

.w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%; }

.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px; }

.w3-main, #main {
  transition: margin-left .4s; }

.w3-modal {
  z-index: 3;
  display: none;
  padding-top: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

.w3-modal-content {
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 0;
  outline: 0;
  width: 600px; }

.w3-bar {
  width: 100%;
  overflow: hidden; }

.w3-center .w3-bar {
  display: inline-block;
  width: auto; }

.w3-bar .w3-bar-item {
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0; }

.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
  position: static;
  float: left; }

.w3-bar .w3-button {
  white-space: normal; }

.w3-bar-block .w3-bar-item {
  width: 100%;
  display: block;
  padding: 8px 16px;
  text-align: left;
  border: none;
  white-space: normal;
  float: none;
  outline: 0; }

.w3-bar-block.w3-center .w3-bar-item {
  text-align: center; }

.w3-block {
  display: block;
  width: 100%; }

.w3-responsive {
  display: block;
  overflow-x: auto; }

.w3-container:after, .w3-container:before, .w3-panel:after, .w3-panel:before, .w3-row:after, .w3-row:before, .w3-row-padding:after, .w3-row-padding:before,
.w3-cell-row:before, .w3-cell-row:after, .w3-clear:after, .w3-clear:before, .w3-bar:before, .w3-bar:after {
  content: "";
  display: table;
  clear: both; }

.w3-col, .w3-half, .w3-third, .w3-twothird, .w3-threequarter, .w3-quarter {
  float: left;
  width: 100%; }

.w3-col.s1 {
  width: 8.33333%; }

.w3-col.s2 {
  width: 16.66666%; }

.w3-col.s3 {
  width: 24.99999%; }

.w3-col.s4 {
  width: 33.33333%; }

.w3-col.s5 {
  width: 41.66666%; }

.w3-col.s6 {
  width: 49.99999%; }

.w3-col.s7 {
  width: 58.33333%; }

.w3-col.s8 {
  width: 66.66666%; }

.w3-col.s9 {
  width: 74.99999%; }

.w3-col.s10 {
  width: 83.33333%; }

.w3-col.s11 {
  width: 91.66666%; }

.w3-col.s12 {
  width: 99.99999%; }

@media (min-width: 601px) {
  .w3-col.m1 {
    width: 8.33333%; }

  .w3-col.m2 {
    width: 16.66666%; }

  .w3-col.m3, .w3-quarter {
    width: 24.99999%; }

  .w3-col.m4, .w3-third {
    width: 33.33333%; }

  .w3-col.m5 {
    width: 41.66666%; }

  .w3-col.m6, .w3-half {
    width: 49.99999%; }

  .w3-col.m7 {
    width: 58.33333%; }

  .w3-col.m8, .w3-twothird {
    width: 66.66666%; }

  .w3-col.m9, .w3-threequarter {
    width: 74.99999%; }

  .w3-col.m10 {
    width: 83.33333%; }

  .w3-col.m11 {
    width: 91.66666%; }

  .w3-col.m12 {
    width: 99.99999%; } }
@media (min-width: 993px) {
  .w3-col.l1 {
    width: 8.33333%; }

  .w3-col.l2 {
    width: 16.66666%; }

  .w3-col.l3 {
    width: 24.99999%; }

  .w3-col.l4 {
    width: 33.33333%; }

  .w3-col.l5 {
    width: 41.66666%; }

  .w3-col.l6 {
    width: 49.99999%; }

  .w3-col.l7 {
    width: 58.33333%; }

  .w3-col.l8 {
    width: 66.66666%; }

  .w3-col.l9 {
    width: 74.99999%; }

  .w3-col.l10 {
    width: 83.33333%; }

  .w3-col.l11 {
    width: 91.66666%; }

  .w3-col.l12 {
    width: 99.99999%; } }
.w3-rest {
  overflow: hidden; }

.w3-stretch {
  margin-left: -16px;
  margin-right: -16px; }

.w3-content, .w3-auto {
  margin-left: auto;
  margin-right: auto; }

.w3-content {
  max-width: 980px; }

.w3-auto {
  max-width: 1140px; }

.w3-cell-row {
  display: table;
  width: 100%; }

.w3-cell {
  display: table-cell; }

.w3-cell-top {
  vertical-align: top; }

.w3-cell-middle {
  vertical-align: middle; }

.w3-cell-bottom {
  vertical-align: bottom; }

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

.w3-show-block, .w3-show {
  display: block !important; }

.w3-show-inline-block {
  display: inline-block !important; }

@media (max-width: 1205px) {
  .w3-auto {
    max-width: 95%; } }
@media (max-width: 600px) {
  .w3-modal-content {
    margin: 0 10px;
    width: auto !important; }

  .w3-modal {
    padding-top: 30px; }

  .w3-dropdown-hover.w3-mobile .w3-dropdown-content, .w3-dropdown-click.w3-mobile .w3-dropdown-content {
    position: relative; }

  .w3-hide-small {
    display: none !important; }

  .w3-mobile {
    display: block;
    width: 100% !important; }

  .w3-bar-item.w3-mobile, .w3-dropdown-hover.w3-mobile, .w3-dropdown-click.w3-mobile {
    text-align: center; }

  .w3-dropdown-hover.w3-mobile, .w3-dropdown-hover.w3-mobile .w3-btn, .w3-dropdown-hover.w3-mobile .w3-button, .w3-dropdown-click.w3-mobile, .w3-dropdown-click.w3-mobile .w3-btn, .w3-dropdown-click.w3-mobile .w3-button {
    width: 100%; } }
@media (max-width: 768px) {
  .w3-modal-content {
    width: 500px; }

  .w3-modal {
    padding-top: 50px; } }
@media (min-width: 993px) {
  .w3-modal-content {
    width: 900px; }

  .w3-hide-large {
    display: none !important; }

  .w3-sidebar.w3-collapse {
    display: block !important; } }
@media (max-width: 992px) and (min-width: 601px) {
  .w3-hide-medium {
    display: none !important; } }
@media (max-width: 992px) {
  .w3-sidebar.w3-collapse {
    display: none; }

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

  .w3-auto {
    max-width: 100%; } }
.w3-top, .w3-bottom {
  position: fixed;
  width: 100%;
  z-index: 1; }

.w3-top {
  top: 0; }

.w3-bottom {
  bottom: 0; }

.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2; }

.w3-display-topleft {
  position: absolute;
  left: 0;
  top: 0; }

.w3-display-topright {
  position: absolute;
  right: 0;
  top: 0; }

.w3-display-bottomleft {
  position: absolute;
  left: 0;
  bottom: 0; }

.w3-display-bottomright {
  position: absolute;
  right: 0;
  bottom: 0; }

.w3-display-middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); }

.w3-display-left {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

.w3-display-right {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%); }

.w3-display-topmiddle {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%); }

.w3-display-bottommiddle {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%); }

.w3-display-container:hover .w3-display-hover {
  display: block; }

.w3-display-container:hover span.w3-display-hover {
  display: inline-block; }

.w3-display-hover {
  display: none; }

.w3-display-position {
  position: absolute; }

.w3-circle {
  border-radius: 50%; }

.w3-round-small {
  border-radius: 2px; }

.w3-round, .w3-round-medium {
  border-radius: 4px; }

.w3-round-large {
  border-radius: 8px; }

.w3-round-xlarge {
  border-radius: 16px; }

.w3-round-xxlarge {
  border-radius: 32px; }

.w3-row-padding, .w3-row-padding > .w3-half, .w3-row-padding > .w3-third, .w3-row-padding > .w3-twothird, .w3-row-padding > .w3-threequarter, .w3-row-padding > .w3-quarter, .w3-row-padding > .w3-col {
  padding: 0 8px; }

.w3-container, .w3-panel {
  padding: 0.01em 16px; }

.w3-panel {
  margin-top: 16px;
  margin-bottom: 16px; }

.w3-code, .w3-codespan {
  font-family: Consolas,"courier new";
  font-size: 16px; }

.w3-code {
  width: auto;
  background-color: #fff;
  padding: 8px 12px;
  border-left: 4px solid #4CAF50;
  word-wrap: break-word; }

.w3-codespan {
  color: crimson;
  background-color: #f1f1f1;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 110%; }

.w3-card, .w3-card-2 {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.w3-card-4, .w3-hover-shadow:hover {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19); }

.w3-spin {
  animation: w3-spin 2s infinite linear; }

@keyframes w3-spin {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(359deg); } }

.w3-animate-fading {
  animation: fading 10s infinite; }

@keyframes fading {
  0% {
    opacity: 0; }

  50% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.w3-animate-opacity {
  animation: opac 0.8s; }

@keyframes opac {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s; }

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0; }

  to {
    top: 0;
    opacity: 1; } }

.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s; }

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0; }

  to {
    left: 0;
    opacity: 1; } }

.w3-animate-right {
  position: relative;
  animation: animateright 0.4s; }

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0; }

  to {
    right: 0;
    opacity: 1; } }

.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s; }

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0; }

  to {
    bottom: 0;
    opacity: 1; } }

.w3-animate-zoom {
  animation: animatezoom 0.6s; }

@keyframes animatezoom {
  from {
    transform: scale(0); }

  to {
    transform: scale(1); } }

.w3-animate-input {
  transition: width 0.4s ease-in-out; }

.w3-animate-input:focus {
  width: 100% !important; }

.w3-opacity, .w3-hover-opacity:hover {
  opacity: 0.60; }

.w3-opacity-off, .w3-hover-opacity-off:hover {
  opacity: 1; }

.w3-opacity-max {
  opacity: 0.25; }

.w3-opacity-min {
  opacity: 0.75; }

.w3-greyscale-max, .w3-grayscale-max, .w3-hover-greyscale:hover, .w3-hover-grayscale:hover {
  filter: grayscale(100%); }

.w3-greyscale, .w3-grayscale {
  filter: grayscale(75%); }

.w3-greyscale-min, .w3-grayscale-min {
  filter: grayscale(50%); }

.w3-sepia {
  filter: sepia(75%); }

.w3-sepia-max, .w3-hover-sepia:hover {
  filter: sepia(100%); }

.w3-sepia-min {
  filter: sepia(50%); }

.w3-tiny {
  font-size: 10px !important; }

.w3-small {
  font-size: 12px !important; }

.w3-medium {
  font-size: 15px !important; }

.w3-large {
  font-size: 18px !important; }

.w3-xlarge {
  font-size: 24px !important; }

.w3-xxlarge {
  font-size: 36px !important; }

.w3-xxxlarge {
  font-size: 48px !important; }

.w3-jumbo {
  font-size: 64px !important; }

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

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

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

.w3-center {
  text-align: center !important; }

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

.w3-border {
  border: 1px solid #cccccc !important; }

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

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

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

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

.w3-topbar {
  border-top: 6px solid #cccccc !important; }

.w3-bottombar {
  border-bottom: 6px solid #cccccc !important; }

.w3-leftbar {
  border-left: 6px solid #cccccc !important; }

.w3-rightbar {
  border-right: 6px solid #cccccc !important; }

.w3-section, .w3-code {
  margin-top: 16px !important;
  margin-bottom: 16px !important; }

.w3-margin {
  margin: 16px !important; }

.w3-margin-top {
  margin-top: 16px !important; }

.w3-margin-bottom {
  margin-bottom: 16px !important; }

.w3-margin-left {
  margin-left: 16px !important; }

.w3-margin-right {
  margin-right: 16px !important; }

.w3-padding-small {
  padding: 4px 8px !important; }

.w3-padding {
  padding: 8px 16px !important; }

.w3-padding-large {
  padding: 12px 24px !important; }

.w3-padding-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important; }

.w3-padding-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.w3-padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important; }

.w3-padding-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important; }

.w3-padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important; }

.w3-left {
  float: left !important; }

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

.w3-button:hover {
  color: black !important;
  background-color: #cccccc !important; }

.w3-transparent, .w3-hover-none:hover {
  background-color: transparent !important; }

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

/* Colors */
.w3-amber, .w3-hover-amber:hover {
  color: black !important;
  background-color: #ffc107 !important; }

.w3-aqua, .w3-hover-aqua:hover {
  color: black !important;
  background-color: cyan !important; }

.w3-blue, .w3-hover-blue:hover {
  color: white !important;
  background-color: #2196f3 !important; }

.w3-light-blue, .w3-hover-light-blue:hover {
  color: black !important;
  background-color: skyblue !important; }

.w3-brown, .w3-hover-brown:hover {
  color: white !important;
  background-color: #795548 !important; }

.w3-cyan, .w3-hover-cyan:hover {
  color: black !important;
  background-color: #00bcd4 !important; }

.w3-blue-grey, .w3-hover-blue-grey:hover, .w3-blue-gray, .w3-hover-blue-gray:hover {
  color: white !important;
  background-color: #607d8b !important; }

.w3-green, .w3-hover-green:hover {
  color: white !important;
  background-color: #4caf50 !important; }

.w3-light-green, .w3-hover-light-green:hover {
  color: black !important;
  background-color: #8bc34a !important; }

.w3-indigo, .w3-hover-indigo:hover {
  color: white !important;
  background-color: #3f51b5 !important; }

.w3-khaki, .w3-hover-khaki:hover {
  color: black !important;
  background-color: khaki !important; }

.w3-lime, .w3-hover-lime:hover {
  color: black !important;
  background-color: #cddc39 !important; }

.w3-orange, .w3-hover-orange:hover {
  color: black !important;
  background-color: #ff9800 !important; }

.w3-deep-orange, .w3-hover-deep-orange:hover {
  color: white !important;
  background-color: #ff5722 !important; }

.w3-pink, .w3-hover-pink:hover {
  color: white !important;
  background-color: #e91e63 !important; }

.w3-purple, .w3-hover-purple:hover {
  color: white !important;
  background-color: #9c27b0 !important; }

.w3-deep-purple, .w3-hover-deep-purple:hover {
  color: white !important;
  background-color: #673ab7 !important; }

.w3-red, .w3-hover-red:hover {
  color: white !important;
  background-color: #f44336 !important; }

.w3-sand, .w3-hover-sand:hover {
  color: black !important;
  background-color: oldlace !important; }

.w3-teal, .w3-hover-teal:hover {
  color: white !important;
  background-color: #009688 !important; }

.w3-yellow, .w3-hover-yellow:hover {
  color: black !important;
  background-color: #ffeb3b !important; }

.w3-white, .w3-hover-white:hover {
  color: black !important;
  background-color: white !important; }

.w3-black, .w3-hover-black:hover {
  color: white !important;
  background-color: black !important; }

.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
  color: black !important;
  background-color: #9e9e9e !important; }

.w3-light-grey, .w3-hover-light-grey:hover, .w3-light-gray, .w3-hover-light-gray:hover {
  color: black !important;
  background-color: #f1f1f1 !important; }

.w3-dark-grey, .w3-hover-dark-grey:hover, .w3-dark-gray, .w3-hover-dark-gray:hover {
  color: white !important;
  background-color: #616161 !important; }

.w3-pale-red, .w3-hover-pale-red:hover {
  color: black !important;
  background-color: #ffdddd !important; }

.w3-pale-green, .w3-hover-pale-green:hover {
  color: black !important;
  background-color: #ddffdd !important; }

.w3-pale-yellow, .w3-hover-pale-yellow:hover {
  color: black !important;
  background-color: #ffffcc !important; }

.w3-pale-blue, .w3-hover-pale-blue:hover {
  color: black !important;
  background-color: #ddffff !important; }

.w3-text-amber, .w3-hover-text-amber:hover {
  color: #ffc107 !important; }

.w3-text-aqua, .w3-hover-text-aqua:hover {
  color: cyan !important; }

.w3-text-blue, .w3-hover-text-blue:hover {
  color: #2196f3 !important; }

.w3-text-light-blue, .w3-hover-text-light-blue:hover {
  color: skyblue !important; }

.w3-text-brown, .w3-hover-text-brown:hover {
  color: #795548 !important; }

.w3-text-cyan, .w3-hover-text-cyan:hover {
  color: #00bcd4 !important; }

.w3-text-blue-grey, .w3-hover-text-blue-grey:hover, .w3-text-blue-gray, .w3-hover-text-blue-gray:hover {
  color: #607d8b !important; }

.w3-text-green, .w3-hover-text-green:hover {
  color: #4caf50 !important; }

.w3-text-light-green, .w3-hover-text-light-green:hover {
  color: #8bc34a !important; }

.w3-text-indigo, .w3-hover-text-indigo:hover {
  color: #3f51b5 !important; }

.w3-text-khaki, .w3-hover-text-khaki:hover {
  color: #b4aa50 !important; }

.w3-text-lime, .w3-hover-text-lime:hover {
  color: #cddc39 !important; }

.w3-text-orange, .w3-hover-text-orange:hover {
  color: #ff9800 !important; }

.w3-text-deep-orange, .w3-hover-text-deep-orange:hover {
  color: #ff5722 !important; }

.w3-text-pink, .w3-hover-text-pink:hover {
  color: #e91e63 !important; }

.w3-text-purple, .w3-hover-text-purple:hover {
  color: #9c27b0 !important; }

.w3-text-deep-purple, .w3-hover-text-deep-purple:hover {
  color: #673ab7 !important; }

.w3-text-red, .w3-hover-text-red:hover {
  color: #f44336 !important; }

.w3-text-sand, .w3-hover-text-sand:hover {
  color: oldlace !important; }

.w3-text-teal, .w3-hover-text-teal:hover {
  color: #009688 !important; }

.w3-text-yellow, .w3-hover-text-yellow:hover {
  color: #d2be0e !important; }

.w3-text-white, .w3-hover-text-white:hover {
  color: white !important; }

.w3-text-black, .w3-hover-text-black:hover {
  color: black !important; }

.w3-text-grey, .w3-hover-text-grey:hover, .w3-text-gray, .w3-hover-text-gray:hover {
  color: #757575 !important; }

.w3-text-light-grey, .w3-hover-text-light-grey:hover, .w3-text-light-gray, .w3-hover-text-light-gray:hover {
  color: #f1f1f1 !important; }

.w3-text-dark-grey, .w3-hover-text-dark-grey:hover, .w3-text-dark-gray, .w3-hover-text-dark-gray:hover {
  color: #3a3a3a !important; }

.w3-border-amber, .w3-hover-border-amber:hover {
  border-color: #ffc107 !important; }

.w3-border-aqua, .w3-hover-border-aqua:hover {
  border-color: cyan !important; }

.w3-border-blue, .w3-hover-border-blue:hover {
  border-color: #2196f3 !important; }

.w3-border-light-blue, .w3-hover-border-light-blue:hover {
  border-color: skyblue !important; }

.w3-border-brown, .w3-hover-border-brown:hover {
  border-color: #795548 !important; }

.w3-border-cyan, .w3-hover-border-cyan:hover {
  border-color: #00bcd4 !important; }

.w3-border-blue-grey, .w3-hover-border-blue-grey:hover, .w3-border-blue-gray, .w3-hover-border-blue-gray:hover {
  border-color: #607d8b !important; }

.w3-border-green, .w3-hover-border-green:hover {
  border-color: #4caf50 !important; }

.w3-border-light-green, .w3-hover-border-light-green:hover {
  border-color: #8bc34a !important; }

.w3-border-indigo, .w3-hover-border-indigo:hover {
  border-color: #3f51b5 !important; }

.w3-border-khaki, .w3-hover-border-khaki:hover {
  border-color: khaki !important; }

.w3-border-lime, .w3-hover-border-lime:hover {
  border-color: #cddc39 !important; }

.w3-border-orange, .w3-hover-border-orange:hover {
  border-color: #ff9800 !important; }

.w3-border-deep-orange, .w3-hover-border-deep-orange:hover {
  border-color: #ff5722 !important; }

.w3-border-pink, .w3-hover-border-pink:hover {
  border-color: #e91e63 !important; }

.w3-border-purple, .w3-hover-border-purple:hover {
  border-color: #9c27b0 !important; }

.w3-border-deep-purple, .w3-hover-border-deep-purple:hover {
  border-color: #673ab7 !important; }

.w3-border-red, .w3-hover-border-red:hover {
  border-color: #f44336 !important; }

.w3-border-sand, .w3-hover-border-sand:hover {
  border-color: oldlace !important; }

.w3-border-teal, .w3-hover-border-teal:hover {
  border-color: #009688 !important; }

.w3-border-yellow, .w3-hover-border-yellow:hover {
  border-color: #ffeb3b !important; }

.w3-border-white, .w3-hover-border-white:hover {
  border-color: white !important; }

.w3-border-black, .w3-hover-border-black:hover {
  border-color: black !important; }

.w3-border-grey, .w3-hover-border-grey:hover, .w3-border-gray, .w3-hover-border-gray:hover {
  border-color: #9e9e9e !important; }

.w3-border-light-grey, .w3-hover-border-light-grey:hover, .w3-border-light-gray, .w3-hover-border-light-gray:hover {
  border-color: #f1f1f1 !important; }

.w3-border-dark-grey, .w3-hover-border-dark-grey:hover, .w3-border-dark-gray, .w3-hover-border-dark-gray:hover {
  border-color: #616161 !important; }

.w3-border-pale-red, .w3-hover-border-pale-red:hover {
  border-color: #ffe7e7 !important; }

.w3-border-pale-green, .w3-hover-border-pale-green:hover {
  border-color: #e7ffe7 !important; }

.w3-border-pale-yellow, .w3-hover-border-pale-yellow:hover {
  border-color: #ffffcc !important; }

.w3-border-pale-blue, .w3-hover-border-pale-blue:hover {
  border-color: #e7ffff !important; }

.gallery {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 200px;
  grid-gap: 10px;
  padding: 10px; }

.gallery .image {
  grid-area: span 1/span 1; }

.gallery .image--horizontal {
  grid-area: span 1/span 2; }

.gallery .image--vertical {
  grid-area: span 2/span 1; }

.gallery .image--big {
  grid-area: span 2/span 2; }

@media (max-width: 400px) {
  .gallery .image--horizontal,
  .gallery .image--vertical,
  .gallery .image--big {
    grid-area: span 1/span 1; } }
.gallery img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 3px;
  background-color: #000; }

.gallery img.lazy-image {
  opacity: 0.1;
  will-change: opacity;
  transition: all 0.3s; }

.gallery img.lazy-image.loaded {
  opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block; }

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

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

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

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

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

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

.category-description a {
  font-weight: 600;
  text-decoration: underline !important; }

.image-grid a {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative; }
  .image-grid a.small {
    height: 300px; }
  .image-grid a.medium {
    height: 400px; }
  .image-grid a.large {
    height: 500px; }
  .image-grid a.white h2 {
    color: white; }
  .image-grid a .text-wrap {
    position: absolute;
    bottom: 20px;
    left: 30px;
    max-width: 60%;
    text-align: left; }

.collage {
  display: flex;
  margin-top: 2rem;
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    .collage {
      padding-left: 0px; } }
  .collage .col-side {
    flex: 0 0 50%; }
    @media only screen and (max-width: 767px) {
      .collage .col-side {
        flex: 0 0 100%; } }
    .collage .col-side .large {
      padding: 0 10px;
      display: block;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      border-bottom: 10px solid white;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .collage .col-side .large {
          padding: 0;
          margin: 0 10px;
          max-height: 60vw;
          border-bottom: 20px solid white; } }
      .collage .col-side .large span {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
  .collage .wrap-side {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5px; }
    @media only screen and (max-width: 767px) {
      .collage .wrap-side {
        padding-left: 0px; } }
  .collage .box {
    flex: 0 0 50%;
    padding: 0 5px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .collage .box {
        padding: 0 10px; } }
    .collage .box span {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 767px) {
        .collage .box span {
          font-size: 80%; } }
    .collage .box a {
      display: block;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      position: relative;
      border-bottom: 10px solid white; }
      @media only screen and (max-width: 767px) {
        .collage .box a {
          border-bottom: 20px solid white; } }

#storePickupApp .checkoutMethodsContainer.custom .checkoutMethod {
  border: 5px solid #e4e4e4;
  border-radius: 5px;
  padding: 1em; }
  #storePickupApp .checkoutMethodsContainer.custom .checkoutMethod img {
    width: 100%; }

#storePickupApp .checkoutMethodsContainer.custom .checkoutMethod.active.active {
  background-color: #f9e59e;
  border-color: #e4be36; }
