/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
body.is-scroll-disabled {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin-bottom: 10px;
}
button,
.button,
.action.primary,
.action.continue {
  border: 0;
  border-radius: 100rem;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  outline: none;
  padding: .70rem 2rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #4b7c4b;
  color: #ffffff;
  border: none;
}
button:active,
.button:active,
.action.primary:active,
.action.continue:active {
  top: .125rem;
}
button:hover,
.button:hover,
.action.primary:hover,
.action.continue:hover {
  background: #f6a35b;
  color: #ffffff;
  border: none;
}
.button.is-naked {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
.button.is-gray {
  background-color: #f1f3f4;
  color: #4b7c4b;
}
.button.is-gray:hover {
  background-color: #f6a35b !important;
  color: #ffffff !important;
}
.button.is-green {
  background-color: #4b7c4b;
  color: #ffffff;
}
.button.is-green:hover {
  background-color: #4c4b49 !important;
  color: #ffffff !important;
}
.button.is-orange {
  background-color: #f6a35b;
  color: #ffffff;
}
.button.is-orange:hover {
  background-color: #4c4b49 !important;
  color: #ffffff !important;
}
.button.is-bigger {
  font-size: 1.125rem;
  padding: .875rem 3rem;
}
.button.is-compact {
  padding: .5rem 1rem;
}
.button.is-full-width {
  width: 100%;
  text-align: center;
}
footer {
  margin-top: 6vh;
}
@media (max-width: 576px) {
  footer {
    text-align: center;
  }
}
section.instagram .instagram-feed {
  max-width: 3423px;
  margin: 0 auto;
  display: flex;
}
section.instagram .instagram-feed a {
  display: block;
  overflow: hidden;
}
section.instagram .instagram-feed a img {
  display: block;
  -moz-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  -webkit-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  transform: scale(1.001);
  min-width: 100%;
}
section.instagram .instagram-feed a:hover img {
  transform: scale(1.05);
}
@media (max-width: 2600px) {
  section.instagram .instagram-feed a:nth-child(9) {
    display: none;
  }
}
@media (max-width: 2100px) {
  section.instagram .instagram-feed a:nth-child(8) {
    display: none;
  }
}
@media (max-width: 1700px) {
  section.instagram .instagram-feed a:nth-child(7) {
    display: none;
  }
}
@media (max-width: 1400px) {
  section.instagram .instagram-feed a:nth-child(6) {
    display: none;
  }
}
@media (max-width: 1000px) {
  section.instagram .instagram-feed a:nth-child(5) {
    display: none;
  }
}
@media (max-width: 600px) {
  section.instagram .instagram-feed a:nth-child(4) {
    display: none;
  }
}
section.social {
  background-color: #fafafa;
}
section.social .social-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1355px) {
  section.social .social-container {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
}
section.social .social-container .social-left {
  padding-right: 2vw;
}
@media (max-width: 1355px) {
  section.social .social-container .social-left {
    padding-right: 0;
  }
}
section.social .social-container .social-left strong {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2vh;
  display: block;
}
section.social .social-container .social-left p {
  font-size: 1.25rem;
}
section.social .social-container .social-right {
  flex-shrink: 0;
  display: flex;
}
@media (max-width: 1355px) {
  section.social .social-container .social-right {
    margin-top: 1vh;
    flex-shrink: unset;
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) {
  section.social .social-container .social-right {
    justify-content: center;
  }
}
section.social .social-container .social-el {
  display: flex;
  vertical-align: top;
  margin: 15px 15px;
  align-items: center;
  padding: 20px 25px 18px 25px;
  border-radius: 20px;
  box-shadow: 0 0.35em 0.8em 0.1em rgba(0, 0, 0, 0.15);
  text-shadow: 0 0.35em 0.8em 0.1em rgba(0, 0, 0, 0.15);
}
@media (max-width: 900px) {
  section.social .social-container .social-el {
    display: inline-flex;
  }
}
section.social .social-container .social-el > span {
  padding: 0 7.5px;
  text-align: right;
}
section.social .social-container .social-el > span strong {
  display: block;
  font-size: 1.125rem;
  color: #4b7c4b;
  line-height: 1.2;
}
section.social .social-container .social-el .icon {
  font-size: 3.5rem;
  padding: 0 7.5px;
}
section.newsletter {
  background-color: #4b7c4b;
  overflow: hidden;
}
@media (max-width: 900px) {
  section.newsletter {
    text-align: center;
  }
}
section.newsletter .small-container {
  position: relative;
}
section.newsletter .newsletter-container {
  color: #ffffff;
}
section.newsletter .newsletter-container .newsletter-left strong {
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2vh;
  display: block;
}
section.newsletter .newsletter-container .newsletter-left p {
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
}
section.newsletter .newsletter-container .newsletter-left .newsletter-form {
  position: relative;
  max-width: 600px;
}
@media (max-width: 900px) {
  section.newsletter .newsletter-container .newsletter-left .newsletter-form {
    display: inline-block;
    width: 100%;
  }
}
section.newsletter .newsletter-container .newsletter-left .newsletter-form input {
  max-width: 100%;
  padding: 0.9rem 1.5rem;
}
section.newsletter .newsletter-container .newsletter-left .newsletter-form .segments {
  display: flex;
  flex-wrap: wrap;
  margin-top: .5rem;
}
section.newsletter .newsletter-container .newsletter-left .newsletter-form .segments .segment:not(:last-child) {
  margin-right: 1rem;
}
section.newsletter .newsletter-container .newsletter-left .newsletter-form .actions {
  position: absolute;
  top: 0px;
  right: 0px;
}
section.newsletter .newsletter-container .newsletter-left .newsletter-form .actions button {
  background: #f6a35b;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  height: 100%;
  line-height: 1.6;
  text-transform: uppercase;
  padding: 0.9rem 1.2rem;
}
section.newsletter .newsletter-container .newsletter-left .newsletter-form .actions button:hover {
  background: #4c4b49;
}
section.newsletter .newsletter-container .newsletter-left .newsletter-form .field {
  margin-bottom: 0px;
}
section.newsletter .newsletter-container .newsletter-left img.abstract {
  position: absolute;
  right: 0px;
  top: -29px;
  margin-top: -6vh;
  max-width: 300px;
  margin-right: 10vh;
}
@media (max-width: 1150px) {
  section.newsletter .newsletter-container .newsletter-left img.abstract {
    max-width: 250px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-right: 2vh;
  }
}
@media (max-width: 900px) {
  section.newsletter .newsletter-container .newsletter-left img.abstract {
    position: static;
    top: auto;
    transform: none;
    margin-top: 0;
    margin-right: 0;
  }
}
section.footerlinks {
  background: #4c4b49;
  color: #ffffff;
  font-size: 1.125rem;
}
section.footerlinks .links h3 {
  font-size: 1.5rem;
}
section.footerlinks .links li {
  margin-bottom: 10px;
}
section.footerlinks .links li a {
  font-size: 1.125rem;
}
section.footerlinks .column {
  margin-bottom: 2vh;
}
section.footerlinks .row {
  margin-bottom: 2vh;
}
section.footerlinks .certs img {
  height: 60px;
  width: auto;
  max-width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
}
section.footerlinks .certs #MyCustomTrustbadge {
  display: inline-block;
  vertical-align: top;
}
section.footerlinks .certs .trust-pilot-container {
  display: inline-block;
}
section.footerlinks .certs .trust-pilot-container .trustpilot-widget {
  display: block;
  width: 180px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5px;
}
section.upfooterdisc {
  padding: 2vh 0;
  border-top: 1px solid #e6e6e6;
}
section.upfooterdisc .checkout-footer-disc {
  color: #4b7c4b;
  font-weight: bold;
}
section.upfooterdisc .checkout-footer-disc strong {
  color: #4c4b49;
  display: block;
}
section.upfooterdisc .checkout-footer-disc span {
  position: relative;
  display: inline-block;
}
section.upfooterdisc .checkout-footer-disc span:after {
  content: "";
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: -2px;
  left: 0px;
  background: #f6a35b;
  transform: matrix(1, -0.02, 0.02, 1, 0, 0);
}
section.copyright {
  background: #e8e8e8;
  padding: 2.5vh 0;
  font-size: 1.125rem;
  position: relative;
}
@media (min-width: 1100px) {
  section.copyright img.logo-footer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1100px) {
  section.copyright {
    text-align: center;
  }
  section.copyright span {
    display: none;
  }
}
input[type='email'],
input[type='tel'],
input[type='numbers'],
input[type='number'],
input[type='text'],
input[type='password'],
select,
textarea {
  background-color: #fafafa;
  border-radius: 100rem;
  border: 0;
  line-height: inherit;
  outline: none;
  padding: .7rem 1.5rem;
  width: 100%;
  color: #4c4b49;
  border: 1px solid #fafafa;
}
input[type='email']::placeholder,
input[type='tel']::placeholder,
input[type='numbers']::placeholder,
input[type='number']::placeholder,
input[type='text']::placeholder,
input[type='password']::placeholder,
select::placeholder,
textarea::placeholder {
  color: #8d8d8d;
}
input[type='email'].is-error,
input[type='tel'].is-error,
input[type='numbers'].is-error,
input[type='number'].is-error,
input[type='text'].is-error,
input[type='password'].is-error,
select.is-error,
textarea.is-error {
  border: 1px solid #f44336;
}
input[type='email']:focus,
input[type='tel']:focus,
input[type='numbers']:focus,
input[type='number']:focus,
input[type='text']:focus,
input[type='password']:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -webkit-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -moz-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
}
.field._error input[type='email'],
.field._error input[type='tel'],
.field._error input[type='numbers'],
.field._error input[type='number'],
.field._error input[type='text'],
.field._error input[type='password'],
.field._error select,
.field._error textarea {
  border: 1px solid #f44336 !important;
}
textarea {
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  max-width: 100%;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 1px;
}
.form .field,
form .field {
  position: relative;
}
.form .field:not(:last-child),
form .field:not(:last-child) {
  margin-bottom: 1rem;
}
.form .field .input-error,
form .field .input-error,
.form .field .input-error-message,
form .field .input-error-message {
  font-size: .875rem;
  color: #f44336;
  position: absolute;
  right: 15px;
  white-space: nowrap;
}
.form .field.required > label,
form .field.required > label {
  padding-left: 10px;
  position: relative;
}
.form .field.required > label:before,
form .field.required > label:before {
  content: "*";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 20px;
  line-height: 30px;
  color: #f44336;
  top: -1px;
  left: 0px;
}
.form .field .control.validation-passed:after,
form .field .control.validation-passed:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
  font-weight: bold;
  color: #4b7c4b;
  text-align: center;
  background: #fafafa;
  display: block;
  position: absolute;
  top: 14px;
  right: 6px;
  width: 30px;
}
@media (max-width: 767px) {
  .form .field .control.validation-passed:after,
  form .field .control.validation-passed:after {
    top: 11px;
  }
}
.form #password-strength-meter-container,
form #password-strength-meter-container {
  margin: 10px 0;
}
.form #password-strength-meter-container #password-strength-meter-label,
form #password-strength-meter-container #password-strength-meter-label {
  display: inline-block;
  border: 1px solid #8d8d8d;
  padding: 0px 10px;
}
button {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
fieldset.fieldset {
  margin-bottom: 2vh;
}
fieldset.fieldset legend {
  font-size: 1.5rem;
  color: #4b7c4b;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 2vh;
}
.fieldset.address {
  margin: 0px;
}
.tooltip {
  display: inline-block;
  width: 27px;
  height: 27px;
  background: #8d8d8d;
  border-radius: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  line-height: 29px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.tooltip:before {
  content: "?";
}
.tooltip.green {
  background: #4b7c4b;
}
.tooltip.orange {
  background: #f6a35b;
}
.tooltip:hover {
  background: #4c4b49;
}
.field-tooltip {
  display: inline-block;
  position: relative;
}
.field-tooltip #tooltip-label {
  display: none;
}
.field-tooltip .field-tooltip-action {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #8d8d8d;
  border-radius: 100%;
  color: #ffffff;
  font-size: 1.125rem;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.field-tooltip .field-tooltip-action:before {
  content: "?";
}
.field-tooltip .field-tooltip-action:hover {
  background: #4c4b49;
}
.field-tooltip .field-tooltip-content {
  display: none;
  position: absolute;
  width: 300px;
  top: 100%;
  margin-top: 5px;
  border: 1px solid #4b7c4b;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  transform: translateX(-50%);
}
@media (max-width: 576px) {
  .field-tooltip .field-tooltip-content {
    width: 200px;
  }
}
.field-tooltip:hover .field-tooltip-content,
.field-tooltip:active .field-tooltip-content {
  display: block;
}
.actions-toolbar > div:not(:last-of-type) {
  margin-bottom: 1vh;
}
.container {
  margin: 0 auto;
  max-width: 1950px;
  width: 100%;
  padding: 0 15px;
}
.container.no-padding {
  padding: 0;
}
.small-container {
  max-width: 1600px;
}
.flex {
  display: flex;
}
.grid > .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.35vw;
}
.grid > .row .column {
  flex: 1;
  padding: 0 0.35vw;
}
.grid > .row .column.is-base-12 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.grid > .row .column.is-base-order-12 {
  order: 12;
}
.grid > .row .column.is-base-11 {
  flex: 0 0 91.66666667%;
  width: 91.66666667%;
  max-width: 91.66666667%;
}
.grid > .row .column.is-base-order-11 {
  order: 11;
}
.grid > .row .column.is-base-10 {
  flex: 0 0 83.33333333%;
  width: 83.33333333%;
  max-width: 83.33333333%;
}
.grid > .row .column.is-base-order-10 {
  order: 10;
}
.grid > .row .column.is-base-9 {
  flex: 0 0 75%;
  width: 75%;
  max-width: 75%;
}
.grid > .row .column.is-base-order-9 {
  order: 9;
}
.grid > .row .column.is-base-8 {
  flex: 0 0 66.66666667%;
  width: 66.66666667%;
  max-width: 66.66666667%;
}
.grid > .row .column.is-base-order-8 {
  order: 8;
}
.grid > .row .column.is-base-7 {
  flex: 0 0 58.33333333%;
  width: 58.33333333%;
  max-width: 58.33333333%;
}
.grid > .row .column.is-base-order-7 {
  order: 7;
}
.grid > .row .column.is-base-6 {
  flex: 0 0 50%;
  width: 50%;
  max-width: 50%;
}
.grid > .row .column.is-base-order-6 {
  order: 6;
}
.grid > .row .column.is-base-5 {
  flex: 0 0 41.66666667%;
  width: 41.66666667%;
  max-width: 41.66666667%;
}
.grid > .row .column.is-base-order-5 {
  order: 5;
}
.grid > .row .column.is-base-4 {
  flex: 0 0 33.33333333%;
  width: 33.33333333%;
  max-width: 33.33333333%;
}
.grid > .row .column.is-base-order-4 {
  order: 4;
}
.grid > .row .column.is-base-3 {
  flex: 0 0 25%;
  width: 25%;
  max-width: 25%;
}
.grid > .row .column.is-base-order-3 {
  order: 3;
}
.grid > .row .column.is-base-2 {
  flex: 0 0 16.66666667%;
  width: 16.66666667%;
  max-width: 16.66666667%;
}
.grid > .row .column.is-base-order-2 {
  order: 2;
}
.grid > .row .column.is-base-1 {
  flex: 0 0 8.33333333%;
  width: 8.33333333%;
  max-width: 8.33333333%;
}
.grid > .row .column.is-base-order-1 {
  order: 1;
}
@media (min-width: 576px) {
  .grid > .row .column.is-xs-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .grid > .row .column.is-xs-order-12 {
    order: 12;
  }
  .grid > .row .column.is-xs-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid > .row .column.is-xs-order-11 {
    order: 11;
  }
  .grid > .row .column.is-xs-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid > .row .column.is-xs-order-10 {
    order: 10;
  }
  .grid > .row .column.is-xs-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .grid > .row .column.is-xs-order-9 {
    order: 9;
  }
  .grid > .row .column.is-xs-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid > .row .column.is-xs-order-8 {
    order: 8;
  }
  .grid > .row .column.is-xs-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid > .row .column.is-xs-order-7 {
    order: 7;
  }
  .grid > .row .column.is-xs-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .grid > .row .column.is-xs-order-6 {
    order: 6;
  }
  .grid > .row .column.is-xs-5 {
    flex: 0 0 41.66666667%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid > .row .column.is-xs-order-5 {
    order: 5;
  }
  .grid > .row .column.is-xs-4 {
    flex: 0 0 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid > .row .column.is-xs-order-4 {
    order: 4;
  }
  .grid > .row .column.is-xs-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .grid > .row .column.is-xs-order-3 {
    order: 3;
  }
  .grid > .row .column.is-xs-2 {
    flex: 0 0 16.66666667%;
    width: 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid > .row .column.is-xs-order-2 {
    order: 2;
  }
  .grid > .row .column.is-xs-1 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid > .row .column.is-xs-order-1 {
    order: 1;
  }
}
@media (min-width: 768px) {
  .grid > .row .column.is-sm-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .grid > .row .column.is-sm-order-12 {
    order: 12;
  }
  .grid > .row .column.is-sm-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid > .row .column.is-sm-order-11 {
    order: 11;
  }
  .grid > .row .column.is-sm-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid > .row .column.is-sm-order-10 {
    order: 10;
  }
  .grid > .row .column.is-sm-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .grid > .row .column.is-sm-order-9 {
    order: 9;
  }
  .grid > .row .column.is-sm-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid > .row .column.is-sm-order-8 {
    order: 8;
  }
  .grid > .row .column.is-sm-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid > .row .column.is-sm-order-7 {
    order: 7;
  }
  .grid > .row .column.is-sm-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .grid > .row .column.is-sm-order-6 {
    order: 6;
  }
  .grid > .row .column.is-sm-5 {
    flex: 0 0 41.66666667%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid > .row .column.is-sm-order-5 {
    order: 5;
  }
  .grid > .row .column.is-sm-4 {
    flex: 0 0 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid > .row .column.is-sm-order-4 {
    order: 4;
  }
  .grid > .row .column.is-sm-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .grid > .row .column.is-sm-order-3 {
    order: 3;
  }
  .grid > .row .column.is-sm-2 {
    flex: 0 0 16.66666667%;
    width: 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid > .row .column.is-sm-order-2 {
    order: 2;
  }
  .grid > .row .column.is-sm-1 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid > .row .column.is-sm-order-1 {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .grid > .row .column.is-md-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .grid > .row .column.is-md-order-12 {
    order: 12;
  }
  .grid > .row .column.is-md-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid > .row .column.is-md-order-11 {
    order: 11;
  }
  .grid > .row .column.is-md-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid > .row .column.is-md-order-10 {
    order: 10;
  }
  .grid > .row .column.is-md-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .grid > .row .column.is-md-order-9 {
    order: 9;
  }
  .grid > .row .column.is-md-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid > .row .column.is-md-order-8 {
    order: 8;
  }
  .grid > .row .column.is-md-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid > .row .column.is-md-order-7 {
    order: 7;
  }
  .grid > .row .column.is-md-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .grid > .row .column.is-md-order-6 {
    order: 6;
  }
  .grid > .row .column.is-md-5 {
    flex: 0 0 41.66666667%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid > .row .column.is-md-order-5 {
    order: 5;
  }
  .grid > .row .column.is-md-4 {
    flex: 0 0 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid > .row .column.is-md-order-4 {
    order: 4;
  }
  .grid > .row .column.is-md-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .grid > .row .column.is-md-order-3 {
    order: 3;
  }
  .grid > .row .column.is-md-2 {
    flex: 0 0 16.66666667%;
    width: 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid > .row .column.is-md-order-2 {
    order: 2;
  }
  .grid > .row .column.is-md-1 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid > .row .column.is-md-order-1 {
    order: 1;
  }
}
@media (min-width: 1440px) {
  .grid > .row .column.is-lg-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .grid > .row .column.is-lg-order-12 {
    order: 12;
  }
  .grid > .row .column.is-lg-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid > .row .column.is-lg-order-11 {
    order: 11;
  }
  .grid > .row .column.is-lg-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid > .row .column.is-lg-order-10 {
    order: 10;
  }
  .grid > .row .column.is-lg-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .grid > .row .column.is-lg-order-9 {
    order: 9;
  }
  .grid > .row .column.is-lg-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid > .row .column.is-lg-order-8 {
    order: 8;
  }
  .grid > .row .column.is-lg-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid > .row .column.is-lg-order-7 {
    order: 7;
  }
  .grid > .row .column.is-lg-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .grid > .row .column.is-lg-order-6 {
    order: 6;
  }
  .grid > .row .column.is-lg-5 {
    flex: 0 0 41.66666667%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid > .row .column.is-lg-order-5 {
    order: 5;
  }
  .grid > .row .column.is-lg-4 {
    flex: 0 0 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid > .row .column.is-lg-order-4 {
    order: 4;
  }
  .grid > .row .column.is-lg-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .grid > .row .column.is-lg-order-3 {
    order: 3;
  }
  .grid > .row .column.is-lg-2 {
    flex: 0 0 16.66666667%;
    width: 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid > .row .column.is-lg-order-2 {
    order: 2;
  }
  .grid > .row .column.is-lg-1 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid > .row .column.is-lg-order-1 {
    order: 1;
  }
}
@media (min-width: 1920px) {
  .grid > .row .column.is-xl-12 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
  .grid > .row .column.is-xl-order-12 {
    order: 12;
  }
  .grid > .row .column.is-xl-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
    max-width: 91.66666667%;
  }
  .grid > .row .column.is-xl-order-11 {
    order: 11;
  }
  .grid > .row .column.is-xl-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
    max-width: 83.33333333%;
  }
  .grid > .row .column.is-xl-order-10 {
    order: 10;
  }
  .grid > .row .column.is-xl-9 {
    flex: 0 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .grid > .row .column.is-xl-order-9 {
    order: 9;
  }
  .grid > .row .column.is-xl-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
    max-width: 66.66666667%;
  }
  .grid > .row .column.is-xl-order-8 {
    order: 8;
  }
  .grid > .row .column.is-xl-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
    max-width: 58.33333333%;
  }
  .grid > .row .column.is-xl-order-7 {
    order: 7;
  }
  .grid > .row .column.is-xl-6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
  .grid > .row .column.is-xl-order-6 {
    order: 6;
  }
  .grid > .row .column.is-xl-5 {
    flex: 0 0 41.66666667%;
    width: 41.66666667%;
    max-width: 41.66666667%;
  }
  .grid > .row .column.is-xl-order-5 {
    order: 5;
  }
  .grid > .row .column.is-xl-4 {
    flex: 0 0 33.33333333%;
    width: 33.33333333%;
    max-width: 33.33333333%;
  }
  .grid > .row .column.is-xl-order-4 {
    order: 4;
  }
  .grid > .row .column.is-xl-3 {
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .grid > .row .column.is-xl-order-3 {
    order: 3;
  }
  .grid > .row .column.is-xl-2 {
    flex: 0 0 16.66666667%;
    width: 16.66666667%;
    max-width: 16.66666667%;
  }
  .grid > .row .column.is-xl-order-2 {
    order: 2;
  }
  .grid > .row .column.is-xl-1 {
    flex: 0 0 8.33333333%;
    width: 8.33333333%;
    max-width: 8.33333333%;
  }
  .grid > .row .column.is-xl-order-1 {
    order: 1;
  }
}
@media (min-width: 1440px) {
  .grid > .row .column.is-five {
    flex: 0 0 20%;
    width: 20%;
    max-width: 20%;
  }
}
.grid.is-relaxed > .row {
  margin: 0 -0.5vw;
}
.grid.is-relaxed > .row .column {
  padding: 0 0.5vw;
}
.grid.is-no-gutter > .row {
  margin: 0;
}
.grid.is-no-gutter > .row .column {
  padding: 0;
}
.grid.is-floated > .row {
  clear: both;
  display: block;
}
.grid.is-floated > .row .column {
  float: left;
  min-height: 1px;
}
.grid.is-vertically-centered > .row {
  align-items: center;
}
.clearfix {
  clear: both;
}
@media (max-width: 575px) {
  .is-hide-xs {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .is-hide-sm {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .is-hide-md {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .is-hide-lg {
    display: none;
  }
}
@media (min-width: 1440px) {
  .is-hide-xl {
    display: none;
  }
}
header.page-header {
  margin-bottom: 2vh;
}
@media (max-width: 1355px) {
  header.page-header {
    background-color: #ffffff;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6;
  }
}
header.page-header .top-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
}
@media (max-width: 1000px) {
  header.page-header .top-header {
    padding: 0.75rem 0;
  }
}
header.page-header .top-header .logo a {
  display: block;
}
header.page-header .top-header .logo img.desktop {
  display: block;
}
@media (max-width: 1000px) {
  header.page-header .top-header .logo img.desktop {
    display: none;
  }
}
header.page-header .top-header .logo img.mobile {
  display: none;
  width: 35px;
  height: 35px;
}
@media (max-width: 1000px) {
  header.page-header .top-header .logo img.mobile {
    display: block;
  }
}
header.page-header .top-header .header-search {
  flex-grow: 1;
  padding: 0 1vw;
  max-width: 800px;
}
header.page-header .top-header .header-search .header-search-form {
  position: relative;
}
@media (min-width: 1000px) {
  header.page-header .top-header .header-search .header-search-form {
    display: block !important;
  }
}
header.page-header .top-header .header-search .header-search-form input {
  height: 55px;
  line-height: 55px;
  padding-right: 40px;
  background-color: #f1f3f4;
}
header.page-header .top-header .header-search .header-search-form button {
  position: absolute;
  background: none;
  width: 40px;
  height: 55px;
  top: 0px;
  right: 20px;
  cursor: pointer;
  font-size: 20px;
  line-height: 57px;
  color: #4b7c4b;
  border: none;
}
header.page-header .top-header .header-search .header-search-form button:hover {
  color: #f6a35b;
}
@media (max-width: 1000px) {
  header.page-header .top-header .header-search .header-search-form {
    position: fixed;
    top: 54.5px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #ffffff;
    overflow: auto;
    padding: 20px;
  }
  header.page-header .top-header .header-search .header-search-form form {
    position: relative;
  }
}
header.page-header .top-header .header-toolbar {
  display: flex;
  align-items: center;
}
header.page-header .top-header .header-toolbar .header-toolbar-icons {
  display: flex;
  align-items: center;
}
header.page-header .subelement {
  padding: 0 0.5vw;
}
@media (max-width: 1000px) {
  header.page-header .subelement {
    padding: 0 0.25vw;
  }
}
header.page-header .subelement.iconelement {
  padding: 0 0.25vw;
}
header.page-header .subelement.iconelement.wishlist {
  padding-left: 0.5vw;
}
@media (max-width: 1000px) {
  header.page-header .subelement.iconelement.wishlist {
    padding-left: 0.25vw;
  }
}
header.page-header .subelement:last-of-type {
  padding-right: 0px;
}
header.page-header .subelement:first-of-type {
  padding-left: 0px;
}
header.page-header .dropdown.hide {
  display: none;
}
header.page-header .two-lines {
  cursor: pointer;
}
header.page-header .two-lines > .text-container > span:nth-of-type(1) {
  display: block;
  color: #4b7c4b;
  font-weight: 700;
  margin-bottom: 2px;
}
header.page-header .two-lines > .text-container > span:nth-of-type(2) {
  display: block;
  color: #8d8d8d;
  font-size: .75rem;
  line-height: 0.75rem;
}
header.page-header .two-lines.language img {
  max-width: 25px;
  max-height: 15px;
  width: auto;
  height: auto;
  display: inline-block;
}
@media (max-width: 1000px) {
  header.page-header .two-lines.language span.languagename {
    display: none;
  }
  header.page-header .two-lines.language > .text-container > span:nth-of-type(1) {
    margin-bottom: 0px;
    vertical-align: bottom;
  }
  header.page-header .two-lines.language > .text-container > span:nth-of-type(2) {
    display: none;
  }
  header.page-header .two-lines.language img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    max-width: none;
    max-height: none;
    display: block;
  }
}
@media (max-width: 1000px) {
  header.page-header .two-lines.interests {
    display: none;
  }
}
header.page-header .two-lines .close {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 35px;
  height: 35px;
  background: #8d8d8d;
  border-radius: 100%;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  position: relative;
}
header.page-header .one-line a {
  color: #4b7c4b;
  font-weight: 700;
}
header.page-header .one-line a:hover {
  color: #f6a35b;
}
@media (max-width: 1000px) {
  header.page-header .one-line {
    display: none;
  }
}
header.page-header .iconelement.blurred {
  opacity: .25;
}
header.page-header .iconelement .iconelement-ico {
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 35px;
  height: 35px;
  background: #8d8d8d;
  border-radius: 100%;
  line-height: 42px;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  position: relative;
}
header.page-header .iconelement .iconelement-ico .iconelement-count {
  display: block;
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  right: -8px;
  bottom: -7px;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #f6a35b;
  color: #4c4b49;
  text-align: center;
  line-height: 20px;
  font-size: 0.875rem;
  font-weight: 700;
}
header.page-header .iconelement.active .iconelement-ico {
  background-color: #4b7c4b;
}
header.page-header .iconelement:hover .iconelement-ico {
  background: #4c4b49;
}
header.page-header .iconelement.hamburger {
  display: none;
}
header.page-header .iconelement.hamburger .iconelement-ico {
  background: #4c4b49;
}
@media (max-width: 1355px) {
  header.page-header .iconelement.hamburger {
    display: block;
  }
}
header.page-header .iconelement.searchmobile {
  display: none;
}
@media (max-width: 1000px) {
  header.page-header .iconelement.searchmobile {
    display: block;
  }
}
header.page-header .hasdropdown {
  position: relative;
}
header.page-header .hasdropdown.blurred {
  opacity: .25;
}
@media (max-width: 1000px) {
  header.page-header .hasdropdown.is-opened .icon-container,
  header.page-header .hasdropdown.is-opened .text-container {
    display: none;
  }
  header.page-header .hasdropdown.is-opened .close {
    display: block;
  }
}
header.page-header .hasdropdown .dropdown {
  position: absolute;
  width: 400px;
  right: -10px;
  z-index: 3;
  top: 100%;
}
@media (max-width: 1000px) {
  header.page-header .hasdropdown .dropdown {
    position: fixed;
    top: 54.5px;
    left: 0px;
    width: 100%;
    height: calc(100% - 54.5px);
    background: #ffffff;
  }
}
header.page-header .hasdropdown .dropdown .dropdown-inner {
  margin-top: 20px;
  overflow: auto;
  -webkit-box-shadow: 0 0 17px -4px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 17px -4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 17px -4px rgba(0, 0, 0, 0.35);
  background: #ffffff;
}
@media (max-width: 1000px) {
  header.page-header .hasdropdown .dropdown .dropdown-inner {
    margin-top: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
header.page-header .hasdropdown .dropdown .dropdown-inner:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  box-sizing: border-box;
  border: 6px solid #f1f3f4;
  border-color: transparent #f1f3f4 #f1f3f4 transparent;
  transform-origin: 0 0;
  transform: rotate(-136deg);
  top: 29px;
  right: 15px;
  -webkit-box-shadow: 4px 3px 7px -1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 4px 3px 7px -1px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 3px 7px -1px rgba(0, 0, 0, 0.15);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1000px) {
  header.page-header .hasdropdown .dropdown .dropdown-inner:before {
    display: none;
  }
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-header {
  background: #f1f3f4;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 15px;
  font-weight: 700;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content {
  padding: 15px 15px;
  text-align: center;
}
@media (max-width: 1000px) {
  header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content {
    position: absolute;
    overflow: auto;
    height: calc(100% - 60px);
    width: 100%;
  }
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-item a:hover {
  color: #f6a35b;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-item-image {
  flex: 0 0 7.5rem;
  margin-right: 1rem;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-item-image img {
  display: block;
  height: auto;
  width: 100%;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-item-details {
  flex: 1;
  margin-right: 1.5rem;
  text-align: left;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-item-details .dropdown-item-name {
  margin-bottom: .5rem;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-item-details .dropdown-item-name .qty {
  font-weight: 700;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-item-details .dropdown-item-options {
  margin-bottom: .5rem;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-item-details .dropdown-item-price {
  color: #f6a35b;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-item-actions .icon {
  font-size: 1.25rem;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .minicart-subtotal {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin: 0 -15px 15px;
  padding: 1rem 0;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .minicart-subtotal + .dropdown-actions {
  border-top: 0;
  margin: 0;
  padding: 0;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .minicart-subtotal .price {
  color: #4b7c4b;
  font-size: 1.25rem;
  font-weight: 700;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-actions {
  border-top: 1px solid #e8e8e8;
  margin: 0 -15px;
  padding: 1.25rem 1.25rem 0;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-actions .dropdown-action:not(:last-child) {
  margin-bottom: 1rem;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .dropdown-actions .dropdown-action .button {
  width: 100%;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .actions-status-dropdown-locations label {
  font-size: 1.125rem;
  margin-bottom: 20px;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .actions-status-dropdown-locations .actions-status-dropdown-locations-settings {
  font-weight: bold;
  margin-top: 20px;
}
header.page-header .hasdropdown .dropdown .dropdown-inner .dropdown-content .actions-status-dropdown-locations .actions-status-dropdown-locations-settings span {
  color: #4b7c4b;
}
header.page-header .hasdropdown span.close {
  display: none;
}
.is-scroll-disabled .iconelement:not(.is-opened),
.is-scroll-disabled .language:not(.is-opened) {
  opacity: .25;
}
@media (max-width: 1023px) {
  .header-dropdown {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 4rem;
    z-index: 5;
  }
}
@media (min-width: 1024px) {
  .header-dropdown {
    padding-top: 1rem;
    position: absolute;
    right: -1rem;
    top: 100%;
    width: 25rem;
    z-index: 20;
  }
}
@media (min-width: 1024px) {
  .header-dropdown::before {
    border-color: transparent #f1f3f4 #f1f3f4 transparent;
    border-style: solid;
    border-width: .375rem;
    box-shadow: 4px 2px 8px -2px rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    height: 0;
    position: absolute;
    right: 1.875rem;
    top: .625rem;
    transform: rotate(-135deg);
    width: 0;
    z-index: 1;
  }
}
.header-dropdown .dropdown {
  background-color: #ffffff;
  position: relative;
  text-align: center;
}
@media (max-width: 1023px) {
  .header-dropdown .dropdown {
    height: 100%;
  }
}
@media (min-width: 1024px) {
  .header-dropdown .dropdown {
    border-radius: .375rem;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
  }
}
.header-dropdown .dropdown-header {
  background-color: #f1f3f4;
  border-bottom: 1px solid #8d8d8d;
  padding: 1rem;
}
.header-dropdown .dropdown-header h3 {
  font-size: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
}
.header-dropdown .dropdown-content {
  background-color: #ffffff;
  padding: 1.25rem;
}
.header-dropdown .dropdown-item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}
.header-dropdown .dropdown-item a:hover {
  color: #f6a35b;
}
.header-dropdown .dropdown-item-image {
  flex: 0 0 7.5rem;
  margin-right: 1rem;
}
.header-dropdown .dropdown-item-image img {
  display: block;
  height: auto;
  width: 100%;
}
.header-dropdown .dropdown-item-details {
  flex: 1;
  margin-right: 1.5rem;
  text-align: left;
}
.header-dropdown .dropdown-item-details .dropdown-item-name {
  margin-bottom: .5rem;
}
.header-dropdown .dropdown-item-details .dropdown-item-name .qty {
  font-weight: 700;
}
.header-dropdown .dropdown-item-details .dropdown-item-options {
  margin-bottom: .5rem;
}
.header-dropdown .dropdown-item-details .dropdown-item-price {
  color: #f6a35b;
}
.header-dropdown .dropdown-item-actions .icon {
  font-size: 1.25rem;
}
.header-dropdown .minicart-subtotal {
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  margin: 0 -15px 15px;
  padding: 1rem 0;
}
.header-dropdown .minicart-subtotal + .dropdown-actions {
  border-top: 0;
  margin: 0;
  padding: 0;
}
.header-dropdown .minicart-subtotal .price {
  color: #4b7c4b;
  font-size: 1.25rem;
  font-weight: 700;
}
.header-dropdown .dropdown-actions {
  border-top: 1px solid #e8e8e8;
  margin: 0 -1.25rem;
  padding: 1.25rem 1.25rem 0;
}
.header-dropdown .dropdown-actions .dropdown-action:not(:last-child) {
  margin-bottom: 1rem;
}
.header-dropdown .dropdown-actions .dropdown-action .button {
  width: 100%;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf') format('truetype'), url('../fonts/icomoon.woff') format('woff'), url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-linkedin:before {
  content: "\e92c";
}
.icon-youtube:before {
  content: "\e92d";
}
.icon-cc-paypal-brands:before {
  content: "\e927";
}
.icon-paypal-brands:before {
  content: "\e926";
}
.icon-exclamation-triangle-regular:before {
  content: "\e925";
}
.icon-google-plus-square-brands:before {
  content: "\e924";
}
.icon-comments-regular:before {
  content: "\e920";
}
.icon-comments-solid:before {
  content: "\e921";
}
.icon-pinterest-square-brands:before {
  content: "\e922";
}
.icon-wordpress-brands:before {
  content: "\e923";
}
.icon-play-regular:before {
  content: "\e91e";
}
.icon-play-solid:before {
  content: "\e91f";
}
.icon-exchange-regular:before {
  content: "\e91b";
}
.icon-shipping-fast-regular:before {
  content: "\e91c";
}
.icon-umbrella-regular:before {
  content: "\e91d";
}
.icon-long-arrow-alt-down-regular:before {
  content: "\e903";
}
.icon-long-arrow-alt-up-regular:before {
  content: "\e919";
}
.icon-filter-regular:before {
  content: "\e917";
}
.icon-sort-regular:before {
  content: "\e918";
}
.icon-minus-regular:before {
  content: "\e915";
}
.icon-plus-regular:before {
  content: "\e916";
}
.icon-check-regular:before {
  content: "\e913";
}
.icon-square-regular:before {
  content: "\e914";
}
.icon-chevron-up-regular:before {
  content: "\e912";
}
.icon-facebook-square-brands:before {
  content: "\e90e";
}
.icon-flickr-brands:before {
  content: "\e90f";
}
.icon-instagram-brands:before {
  content: "\e910";
}
.icon-slideshare-brands:before {
  content: "\e911";
}
.icon-heart-regular:before {
  content: "\e90d";
}
.icon-bars-regular:before {
  content: "\e90c";
}
.icon-times-regular:before {
  content: "\e90b";
}
.icon-chevron-down-regular:before {
  content: "\e901";
}
.icon-chevron-left-regular:before {
  content: "\e902";
}
.icon-chevron-right-regular:before {
  content: "\e91a";
}
.icon-exchange-alt-regular:before {
  content: "\e904";
}
.icon-heart-solid:before {
  content: "\e905";
}
.icon-search-regular1:before {
  content: "\e906";
}
.icon-shopping-cart-regular:before {
  content: "\e907";
}
.icon-star-half-alt-solid:before {
  content: "\e908";
}
.icon-star-regular:before {
  content: "\e909";
}
.icon-star-solid:before {
  content: "\e90a";
}
.icon-search-regular:before {
  content: "\e900";
}
.messages {
  position: fixed;
  top: 2vh;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 9999;
  max-width: 1950px;
  width: calc(100% - 30px);
}
.message,
.message.success {
  align-items: center;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2vh;
  padding: .75rem 1.25rem;
  box-shadow: 0px -1px 16px 7px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px -1px 16px 7px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0px -1px 16px 7px rgba(255, 255, 255, 0.75);
}
.message > *:first-child:before,
.message.success > *:first-child:before {
  display: none;
}
.message.success,
.message.success.success,
.message.is-success,
.message.success.is-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.message.success a,
.message.success.success a,
.message.is-success a,
.message.success.is-success a {
  color: #155724;
  text-decoration: underline;
}
.message.success a:hover,
.message.success.success a:hover,
.message.is-success a:hover,
.message.success.is-success a:hover {
  color: #f6a35b;
}
.message.is-error,
.message.success.is-error {
  background-color: #fde0e0;
  border-color: #fdaaaa;
  color: #f44336;
}
.message.is-error a,
.message.success.is-error a {
  color: #f44336;
  text-decoration: underline;
}
.message.is-error a:hover,
.message.success.is-error a:hover {
  color: #f6a35b;
}
.message.empty,
.message.success.empty {
  background-color: #f4f4f4;
  border-color: #e6e6e6;
  color: #4c4b49;
}
.message a,
.message.success a {
  text-decoration: underline;
}
.message a:hover,
.message.success a:hover {
  text-decoration: none;
}
.message .close,
.message.success .close {
  cursor: pointer;
  line-height: 8px;
  padding: 8px;
  margin: -8px 0 -8px 0;
}
.message .close:hover,
.message.success .close:hover {
  color: #f6a35b;
}
.modal-container {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 20;
}
.modal {
  background-color: #ffffff;
  border-radius: .5rem;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin: 10vh auto;
  max-width: 90%;
  width: 1024px;
}
.modal .modal-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 2vh 2vw;
}
.modal .modal-header h4,
.modal .modal-header h3,
.modal .modal-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
.modal .modal-header .modal-close {
  color: #4b7c4b;
  cursor: pointer;
  display: block;
  line-height: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.modal .modal-header .modal-close:hover {
  color: #f6a35b;
}
.modal .modal-header .modal-close svg {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
.modal .modal-content {
  padding: 0 2vw 2vh 2vw;
  text-align: left;
}
.modal .modal-content textarea {
  height: 15rem;
}
.modal .modal-content a:not(.button) {
  color: #f6a35b;
}
.modal .modal-content a:not(.button):hover {
  color: #f6a35b;
  text-decoration: underline;
}
.modal .modal-content li {
  list-style: disc;
  margin-left: 20px;
}
.overlay {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  opacity: .9;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
@media (min-width: 1024px) {
  .page-layout-2columns-left .columns,
  .page-layout-2columns-right .columns {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 1023px) {
  .page-layout-2columns-left .columns > .column-sidebar,
  .page-layout-2columns-right .columns > .column-sidebar {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 100px;
    transform: translateY(100%);
    transition: transform 0.6s ease-in-out;
    z-index: 100;
    overflow-x: hidden;
    bottom: -60px;
  }
}
@media (min-width: 1024px) {
  .page-layout-2columns-left .columns > .column-sidebar,
  .page-layout-2columns-right .columns > .column-sidebar {
    flex: 0 0 25%;
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .page-layout-2columns-left .columns > .column-sidebar.is-opened,
  .page-layout-2columns-right .columns > .column-sidebar.is-opened {
    transform: translateY(0);
  }
}
@media (min-width: 1024px) {
  .page-layout-2columns-left .columns > .column-main,
  .page-layout-2columns-right .columns > .column-main {
    flex: 0 0 75%;
    width: 75%;
  }
}
@media (min-width: 1024px) {
  .page-layout-2columns-left .columns > .column-sidebar {
    padding-right: 3vh;
  }
}
@media (min-width: 1024px) {
  .page-layout-2columns-right .columns > .column-sidebar {
    padding-left: 3vh;
  }
}
@media (max-width: 1000px) {
  .page-wrapper {
    padding-top: 58px;
  }
}
@media (min-width: 1000px) and (max-width: 1355px) {
  .page-wrapper {
    padding-top: 95px;
  }
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
html {
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 13px;
  }
}
body {
  color: #4c4b49;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
a:hover {
  color: #f6a35b;
}
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2vh;
}
h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2vh;
}
h3 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 1.5vh;
}
.bullet {
  padding-left: 20px;
  position: relative;
}
.bullet:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #f6a35b;
  border-radius: 100%;
  top: 50%;
  margin-top: -5px;
  left: 0px;
  position: absolute;
}
h2 .button,
h3 .button {
  font-size: 1rem;
  text-transform: none;
  vertical-align: top;
}
.checkout-header .checkout-header-top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4vh 0 0 0;
}
.checkout-header .checkout-header-top .checkout-header-top-logo .logo {
  margin: 0;
  float: none;
}
.checkout-header .checkout-header-top .checkout-header-top-logo .logo img {
  width: 130px;
  display: inline-block;
}
.checkout-header .checkout-header-top .checkout-header-top-logo .action.nav-toggle {
  display: none !important;
}
@media (max-width: 576px) {
  .checkout-header .checkout-header-top .checkout-header-top-logo {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}
.checkout-header .checkout-header-top .checkout-header-top-questions {
  margin-left: auto;
}
@media (max-width: 576px) {
  .checkout-header .checkout-header-top .checkout-header-top-questions {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
.checkout-header .checkout-steps {
  padding: 4vh 0 4vh 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .checkout-header .checkout-steps {
    justify-content: center;
  }
}
.checkout-header .checkout-steps .checkout-steps-outer {
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .checkout-header .checkout-steps .checkout-steps-outer {
    justify-content: center;
  }
}
@media (max-width: 1550px) {
  .checkout-header .checkout-steps .checkout-steps-outer {
    width: 100%;
  }
}
.checkout-header .checkout-steps .checkout-steps-outer > div {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 70px;
  color: #8d8d8d;
  position: relative;
  line-height: 1;
  text-align: center;
}
@media (max-width: 576px) {
  .checkout-header .checkout-steps .checkout-steps-outer > div {
    font-size: 1.25rem;
    padding-right: 40px;
  }
}
@media (max-width: 449px) {
  .checkout-header .checkout-steps .checkout-steps-outer > div {
    padding-right: 30px;
  }
}
.checkout-header .checkout-steps .checkout-steps-outer > div:after {
  display: block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e919";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -16px;
  font-size: 30px;
  transform: rotate(90deg);
  color: #8d8d8d;
}
@media (max-width: 576px) {
  .checkout-header .checkout-steps .checkout-steps-outer > div:after {
    right: 15px;
    font-size: 20px;
    margin-top: -11px;
  }
}
@media (max-width: 449px) {
  .checkout-header .checkout-steps .checkout-steps-outer > div:after {
    right: 10px;
    font-size: 18px;
    margin-top: -10px;
  }
}
.checkout-header .checkout-steps .checkout-steps-outer > div._active {
  font-size: 2rem;
  color: #4b7c4b;
}
@media (max-width: 767px) {
  .checkout-header .checkout-steps .checkout-steps-outer > div._active {
    font-size: 1.5rem;
  }
}
.checkout-header .checkout-steps .checkout-steps-outer > div:last-of-type {
  padding-right: 0px;
}
.checkout-header .checkout-steps .checkout-steps-outer > div:last-of-type:after {
  display: none;
}
@media (max-width: 767px) {
  .checkout-header .checkout-steps .checkout-steps-outer > div span {
    display: none;
  }
}
.checkout-header .checkout-steps .cart-continue-button {
  margin-left: 15px;
}
@media (max-width: 1550px) {
  .checkout-header .checkout-steps .cart-continue-button {
    margin-top: 2vh;
  }
}
.checkout-header .checkout-steps .cart-continue-button .proceedcheckout {
  line-height: 50px;
  height: 50px;
  font-size: 1.25rem;
  background-color: #f6a35b;
  border: none;
  min-width: 320px;
  padding: 0px;
}
.checkout-header .checkout-steps .cart-continue-button .proceedcheckout span.icon {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.checkout-header .checkout-steps .cart-continue-button .proceedcheckout:hover,
.checkout-header .checkout-steps .cart-continue-button .proceedcheckout:active,
.checkout-header .checkout-steps .cart-continue-button .proceedcheckout:focus {
  background-color: #4b7c4b;
  border: none;
}
.checkout-header .checkout-steps .cart-continue-button.is-only {
  margin-left: auto;
}
.checkout-header .checkout-steps .checkout-cart-payment-methods-top {
  margin-left: auto;
  height: 50px;
  overflow: hidden;
  width: 302px;
  background: #ffc439;
  border-radius: 25px;
}
@media (max-width: 1550px) {
  .checkout-header .checkout-steps .checkout-cart-payment-methods-top {
    margin-top: 2vh;
    margin-left: 0px;
  }
}
.checkoutfooter a {
  color: #ffffff;
  text-decoration: none;
}
.checkoutfooter a:hover {
  color: #f6a35b;
}
.checkoutfooter a:hover .tooltip,
.checkoutfooter a .tooltip:hover {
  background: #f6a35b;
}
.checkoutfooter .certs .certificates-out {
  display: flex;
  flex-wrap: wrap;
}
.checkoutfooter .certs .certificates-out > img {
  flex: 0 0 32%;
  height: auto;
  width: 32%;
  max-width: 165px;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 2px;
}
body.checkout-cart-index .page-main,
body.paypal-express-review .page-main {
  margin: 0 auto !important;
  max-width: 1950px !important;
  width: 100% !important;
  padding: 0 15px !important;
}
body.checkout-cart-index header.page-header,
body.paypal-express-review header.page-header {
  position: static;
  border: none;
  margin-bottom: 0;
}
body.checkout-cart-index .page-wrapper,
body.paypal-express-review .page-wrapper {
  padding-top: 0px;
}
body.checkout-cart-index .cart-container,
body.paypal-express-review .cart-container {
  display: flex;
  flex-wrap: wrap;
}
body.checkout-cart-index .cart-container .cart-summary,
body.paypal-express-review .cart-container .cart-summary {
  float: none;
  order: 2;
  width: 100%;
  flex: 0 0 100%;
  position: static;
  display: flex;
  background: none;
  padding: 0px;
}
@media (max-width: 1024px) {
  body.checkout-cart-index .cart-container .cart-summary,
  body.paypal-express-review .cart-container .cart-summary {
    flex-wrap: wrap;
  }
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right {
  margin-left: auto;
  min-width: 40%;
}
@media (max-width: 1024px) {
  body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right,
  body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right {
    flex: 0 0 100%;
    width: 100%;
  }
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .cart-totals,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .cart-totals {
  border: none;
  padding: 0px;
  margin: 0px;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .cart-totals caption,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .cart-totals caption {
  display: block;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 20px;
  position: relative;
  clip: unset;
  height: auto;
  margin: 0px;
  width: 100%;
  text-align: left;
  margin-bottom: 2vh;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .cart-totals caption:before,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .cart-totals caption:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #f6a35b;
  border-radius: 100%;
  top: 50%;
  margin-top: -5px;
  left: 0px;
  position: absolute;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .cart-totals .mark,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .cart-totals .mark {
  padding-left: 0px;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .cart-totals .mark,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .cart-totals .mark,
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .cart-totals .amount,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .cart-totals .amount {
  border-color: #e6e6e6;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .cart-totals tr.grand th.mark,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .cart-totals tr.grand th.mark {
  border-top: 1px solid #e6e6e6;
  font-weight: bold;
  font-size: 1.25rem;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .cart-totals tr.grand th.mark strong,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .cart-totals tr.grand th.mark strong {
  font-weight: bold;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .cart-totals tr.grand td.amount,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .cart-totals tr.grand td.amount {
  border-top: 1px solid #e6e6e6;
  font-weight: bold;
  font-size: 2rem;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .block.discount,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .block.discount {
  margin-bottom: 3vh;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .block.discount .title,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .block.discount .title {
  margin-bottom: 0px;
  color: #4b7c4b;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .block.discount .fieldset,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .block.discount .fieldset {
  margin: 20px 0 0 0;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .block.discount .fieldset .field label,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .block.discount .fieldset .field label {
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .block.discount .fieldset .field input,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .block.discount .fieldset .field input {
  height: auto;
  font-family: inherit;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .block.discount .fieldset button,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .block.discount .fieldset button {
  margin: 0px;
  border: 0;
  border-radius: 100rem;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  outline: none;
  padding: .70rem 2rem 0.70rem 2rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f1f3f4;
  color: #4c4b49;
  font-size: 1rem;
  border: none;
  font-family: inherit;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .block.discount .fieldset button:hover,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .block.discount .fieldset button:hover {
  background-color: #f6a35b;
  color: #ffffff;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items {
  max-width: 500px;
  margin: 0 auto;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items a.primary,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items a.primary,
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items button.primary,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items button.primary {
  height: 50px;
  line-height: 50px;
  padding: 0;
  font-size: 1.25rem;
  background-color: #f6a35b;
  border: none;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items a.primary span.icon,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items a.primary span.icon,
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items button.primary span.icon,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items button.primary span.icon {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items a.primary:hover,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items a.primary:hover,
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items button.primary:hover,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items button.primary:hover,
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items a.primary:active,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items a.primary:active,
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items button.primary:active,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items button.primary:active,
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items a.primary:focus,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items a.primary:focus,
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items button.primary:focus,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items button.primary:focus {
  background-color: #4b7c4b;
  border: none;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items .paypal-express-in-context-mini-cart-container,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-totals-right .checkout-methods-items .paypal-express-in-context-mini-cart-container {
  height: 50px;
  overflow: hidden;
  border-radius: 25px;
  background: #ffc439;
}
body.checkout-cart-index .cart-container .cart-summary .field.note,
body.paypal-express-review .cart-container .cart-summary .field.note {
  font-size: 1rem;
}
body.checkout-cart-index .cart-container .cart-summary .title,
body.paypal-express-review .cart-container .cart-summary .title {
  font-size: 1.125rem;
  margin: 0 0 20px 0;
  padding: 0px;
  border: none;
}
body.checkout-cart-index .cart-container .cart-summary .title strong,
body.paypal-express-review .cart-container .cart-summary .title strong {
  font-size: 1.125rem !important;
  font-weight: bold !important;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left {
  padding-right: 3vw;
}
@media (max-width: 1024px) {
  body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left,
  body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left {
    flex: 0 0 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 3vh;
  }
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left select,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left select,
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left input,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left input {
  height: auto;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping .title:after,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping .title:after {
  display: none;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping > .content,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping > .content {
  display: block !important;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset {
  margin: 1vh 0;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .item-title,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .item-title {
  margin-bottom: 1vh;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .field.choice,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .field.choice {
  position: relative;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .field.choice input[type='radio'],
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .field.choice input[type='radio'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  top: unset;
  left: unset;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .field.choice input[type='radio'] + label,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .field.choice input[type='radio'] + label {
  cursor: pointer;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .field.choice input[type='radio'] + label:before,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .field.choice input[type='radio'] + label:before {
  border-radius: 50%;
  transition: all .2s ease;
  display: inline-block;
  box-sizing: border-box;
  margin: 0 5px 0 0;
  min-width: 15px;
  min-height: 15px;
  width: 15px;
  height: 15px;
  border: 2px solid #8d8d8d;
  background: #ffffff;
  content: '';
  cursor: pointer;
  position: relative;
  top: 3px;
  overflow: hidden;
}
body.checkout-cart-index .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .field.choice input[type='radio']:checked + label:before,
body.paypal-express-review .cart-container .cart-summary .checkout-cart-shipping-left .block.shipping #block-summary .fieldset .field.choice input[type='radio']:checked + label:before {
  border-color: #4b7c4b;
  background: #4b7c4b;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
body.checkout-cart-index .cart-container .form-cart,
body.paypal-express-review .cart-container .form-cart {
  float: none;
  order: 1;
  width: 100%;
  flex: 0 0 100%;
}
body.checkout-cart-index .paypal-review-items,
body.paypal-express-review .paypal-review-items,
body.checkout-cart-index .cart.table-wrapper,
body.paypal-express-review .cart.table-wrapper {
  margin-bottom: 2vh;
}
body.checkout-cart-index .paypal-review-items #details-table .amstockstatus-cart,
body.paypal-express-review .paypal-review-items #details-table .amstockstatus-cart,
body.checkout-cart-index .cart.table-wrapper #details-table .amstockstatus-cart,
body.paypal-express-review .cart.table-wrapper #details-table .amstockstatus-cart,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .amstockstatus-cart,
body.paypal-express-review .paypal-review-items #shopping-cart-table .amstockstatus-cart,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .amstockstatus-cart,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .amstockstatus-cart,
body.checkout-cart-index .paypal-review-items #details-table .item-options,
body.paypal-express-review .paypal-review-items #details-table .item-options,
body.checkout-cart-index .cart.table-wrapper #details-table .item-options,
body.paypal-express-review .cart.table-wrapper #details-table .item-options,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .item-options,
body.paypal-express-review .paypal-review-items #shopping-cart-table .item-options,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .item-options,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .item-options {
  display: none;
}
body.checkout-cart-index .paypal-review-items #details-table .col.subtotal,
body.paypal-express-review .paypal-review-items #details-table .col.subtotal,
body.checkout-cart-index .cart.table-wrapper #details-table .col.subtotal,
body.paypal-express-review .cart.table-wrapper #details-table .col.subtotal,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .col.subtotal,
body.paypal-express-review .paypal-review-items #shopping-cart-table .col.subtotal,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .col.subtotal,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .col.subtotal,
body.checkout-cart-index .paypal-review-items #details-table .col.price,
body.paypal-express-review .paypal-review-items #details-table .col.price,
body.checkout-cart-index .cart.table-wrapper #details-table .col.price,
body.paypal-express-review .cart.table-wrapper #details-table .col.price,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .col.price,
body.paypal-express-review .paypal-review-items #shopping-cart-table .col.price,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .col.price,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .col.price,
body.checkout-cart-index .paypal-review-items #details-table .col.qty,
body.paypal-express-review .paypal-review-items #details-table .col.qty,
body.checkout-cart-index .cart.table-wrapper #details-table .col.qty,
body.paypal-express-review .cart.table-wrapper #details-table .col.qty,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .col.qty,
body.paypal-express-review .paypal-review-items #shopping-cart-table .col.qty,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .col.qty,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .col.qty,
body.checkout-cart-index .paypal-review-items #details-table .col.wishlist,
body.paypal-express-review .paypal-review-items #details-table .col.wishlist,
body.checkout-cart-index .cart.table-wrapper #details-table .col.wishlist,
body.paypal-express-review .cart.table-wrapper #details-table .col.wishlist,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .col.wishlist,
body.paypal-express-review .paypal-review-items #shopping-cart-table .col.wishlist,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .col.wishlist,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .col.wishlist {
  text-align: center;
}
body.checkout-cart-index .paypal-review-items #details-table thead th,
body.paypal-express-review .paypal-review-items #details-table thead th,
body.checkout-cart-index .cart.table-wrapper #details-table thead th,
body.paypal-express-review .cart.table-wrapper #details-table thead th,
body.checkout-cart-index .paypal-review-items #shopping-cart-table thead th,
body.paypal-express-review .paypal-review-items #shopping-cart-table thead th,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table thead th,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table thead th {
  padding: 5px 20px;
  font-weight: bold;
  font-size: 1.125rem;
  background-color: #f4f4f4;
}
@media (max-width: 767px) {
  body.checkout-cart-index .paypal-review-items #details-table thead th.price,
  body.paypal-express-review .paypal-review-items #details-table thead th.price,
  body.checkout-cart-index .cart.table-wrapper #details-table thead th.price,
  body.paypal-express-review .cart.table-wrapper #details-table thead th.price,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table thead th.price,
  body.paypal-express-review .paypal-review-items #shopping-cart-table thead th.price,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table thead th.price,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table thead th.price {
    display: none;
  }
  body.checkout-cart-index .paypal-review-items #details-table thead th.wishlist > span,
  body.paypal-express-review .paypal-review-items #details-table thead th.wishlist > span,
  body.checkout-cart-index .cart.table-wrapper #details-table thead th.wishlist > span,
  body.paypal-express-review .cart.table-wrapper #details-table thead th.wishlist > span,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table thead th.wishlist > span,
  body.paypal-express-review .paypal-review-items #shopping-cart-table thead th.wishlist > span,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table thead th.wishlist > span,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table thead th.wishlist > span {
    display: none;
  }
}
body.checkout-cart-index .paypal-review-items #details-table thead + .item,
body.paypal-express-review .paypal-review-items #details-table thead + .item,
body.checkout-cart-index .cart.table-wrapper #details-table thead + .item,
body.paypal-express-review .cart.table-wrapper #details-table thead + .item,
body.checkout-cart-index .paypal-review-items #shopping-cart-table thead + .item,
body.paypal-express-review .paypal-review-items #shopping-cart-table thead + .item,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table thead + .item,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table thead + .item {
  border-top: none;
}
body.checkout-cart-index .paypal-review-items #details-table .product-item-details,
body.paypal-express-review .paypal-review-items #details-table .product-item-details,
body.checkout-cart-index .cart.table-wrapper #details-table .product-item-details,
body.paypal-express-review .cart.table-wrapper #details-table .product-item-details,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .product-item-details,
body.paypal-express-review .paypal-review-items #shopping-cart-table .product-item-details,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .product-item-details,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .product-item-details {
  vertical-align: middle;
}
body.checkout-cart-index .paypal-review-items #details-table .product-item-details strong,
body.paypal-express-review .paypal-review-items #details-table .product-item-details strong,
body.checkout-cart-index .cart.table-wrapper #details-table .product-item-details strong,
body.paypal-express-review .cart.table-wrapper #details-table .product-item-details strong,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .product-item-details strong,
body.paypal-express-review .paypal-review-items #shopping-cart-table .product-item-details strong,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .product-item-details strong,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .product-item-details strong,
body.checkout-cart-index .paypal-review-items #details-table .product-item-details a,
body.paypal-express-review .paypal-review-items #details-table .product-item-details a,
body.checkout-cart-index .cart.table-wrapper #details-table .product-item-details a,
body.paypal-express-review .cart.table-wrapper #details-table .product-item-details a,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .product-item-details a,
body.paypal-express-review .paypal-review-items #shopping-cart-table .product-item-details a,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .product-item-details a,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .product-item-details a {
  font-size: 1.125rem;
}
body.checkout-cart-index .paypal-review-items #details-table .product-item-details strong:hover,
body.paypal-express-review .paypal-review-items #details-table .product-item-details strong:hover,
body.checkout-cart-index .cart.table-wrapper #details-table .product-item-details strong:hover,
body.paypal-express-review .cart.table-wrapper #details-table .product-item-details strong:hover,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .product-item-details strong:hover,
body.paypal-express-review .paypal-review-items #shopping-cart-table .product-item-details strong:hover,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .product-item-details strong:hover,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .product-item-details strong:hover,
body.checkout-cart-index .paypal-review-items #details-table .product-item-details a:hover,
body.paypal-express-review .paypal-review-items #details-table .product-item-details a:hover,
body.checkout-cart-index .cart.table-wrapper #details-table .product-item-details a:hover,
body.paypal-express-review .cart.table-wrapper #details-table .product-item-details a:hover,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .product-item-details a:hover,
body.paypal-express-review .paypal-review-items #shopping-cart-table .product-item-details a:hover,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .product-item-details a:hover,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .product-item-details a:hover {
  text-decoration: none;
  color: #f6a35b;
}
@media (max-width: 1023px) {
  body.checkout-cart-index .paypal-review-items #details-table .product-item-photo .product-image-container,
  body.paypal-express-review .paypal-review-items #details-table .product-item-photo .product-image-container,
  body.checkout-cart-index .cart.table-wrapper #details-table .product-item-photo .product-image-container,
  body.paypal-express-review .cart.table-wrapper #details-table .product-item-photo .product-image-container,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table .product-item-photo .product-image-container,
  body.paypal-express-review .paypal-review-items #shopping-cart-table .product-item-photo .product-image-container,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .product-item-photo .product-image-container,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table .product-item-photo .product-image-container {
    width: 80px !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  body.checkout-cart-index .paypal-review-items #details-table .product-item-photo,
  body.paypal-express-review .paypal-review-items #details-table .product-item-photo,
  body.checkout-cart-index .cart.table-wrapper #details-table .product-item-photo,
  body.paypal-express-review .cart.table-wrapper #details-table .product-item-photo,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table .product-item-photo,
  body.paypal-express-review .paypal-review-items #shopping-cart-table .product-item-photo,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .product-item-photo,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table .product-item-photo {
    position: static;
    top: auto;
    margin-right: 20px;
  }
}
body.checkout-cart-index .paypal-review-items #details-table > .item,
body.paypal-express-review .paypal-review-items #details-table > .item,
body.checkout-cart-index .cart.table-wrapper #details-table > .item,
body.paypal-express-review .cart.table-wrapper #details-table > .item,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item {
  border-bottom: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  body.checkout-cart-index .paypal-review-items #details-table > .item,
  body.paypal-express-review .paypal-review-items #details-table > .item,
  body.checkout-cart-index .cart.table-wrapper #details-table > .item,
  body.paypal-express-review .cart.table-wrapper #details-table > .item,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item,
  body.paypal-express-review .paypal-review-items #shopping-cart-table > .item,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.checkout-cart-index .paypal-review-items #details-table > .item tr,
  body.paypal-express-review .paypal-review-items #details-table > .item tr,
  body.checkout-cart-index .cart.table-wrapper #details-table > .item tr,
  body.paypal-express-review .cart.table-wrapper #details-table > .item tr,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item tr,
  body.paypal-express-review .paypal-review-items #shopping-cart-table > .item tr,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item tr,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item tr {
    width: 100%;
    display: block;
    position: relative;
    padding: 5px 60px 10px 0;
  }
  body.checkout-cart-index .paypal-review-items #details-table > .item tr:after,
  body.paypal-express-review .paypal-review-items #details-table > .item tr:after,
  body.checkout-cart-index .cart.table-wrapper #details-table > .item tr:after,
  body.paypal-express-review .cart.table-wrapper #details-table > .item tr:after,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item tr:after,
  body.paypal-express-review .paypal-review-items #shopping-cart-table > .item tr:after,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item tr:after,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item tr:after {
    display: block;
    clear: both;
    content: "";
  }
}
body.checkout-cart-index .paypal-review-items #details-table > .item td,
body.paypal-express-review .paypal-review-items #details-table > .item td,
body.checkout-cart-index .cart.table-wrapper #details-table > .item td,
body.paypal-express-review .cart.table-wrapper #details-table > .item td,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td {
  vertical-align: middle;
  padding: 0px 20px;
}
@media (max-width: 1023px) {
  body.checkout-cart-index .paypal-review-items #details-table > .item td,
  body.paypal-express-review .paypal-review-items #details-table > .item td,
  body.checkout-cart-index .cart.table-wrapper #details-table > .item td,
  body.paypal-express-review .cart.table-wrapper #details-table > .item td,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td,
  body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td {
    padding: 0px 10px;
  }
}
body.checkout-cart-index .paypal-review-items #details-table > .item td.actions,
body.paypal-express-review .paypal-review-items #details-table > .item td.actions,
body.checkout-cart-index .cart.table-wrapper #details-table > .item td.actions,
body.paypal-express-review .cart.table-wrapper #details-table > .item td.actions,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td.actions,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td.actions,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td.actions,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td.actions {
  padding: 0px 5px;
}
body.checkout-cart-index .paypal-review-items #details-table > .item td.actions a,
body.paypal-express-review .paypal-review-items #details-table > .item td.actions a,
body.checkout-cart-index .cart.table-wrapper #details-table > .item td.actions a,
body.paypal-express-review .cart.table-wrapper #details-table > .item td.actions a,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td.actions a,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td.actions a,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td.actions a,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td.actions a {
  font-size: 1.5rem;
  color: #4c4b49;
  text-decoration: none;
}
body.checkout-cart-index .paypal-review-items #details-table > .item td.actions a:hover,
body.paypal-express-review .paypal-review-items #details-table > .item td.actions a:hover,
body.checkout-cart-index .cart.table-wrapper #details-table > .item td.actions a:hover,
body.paypal-express-review .cart.table-wrapper #details-table > .item td.actions a:hover,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td.actions a:hover,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td.actions a:hover,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td.actions a:hover,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td.actions a:hover {
  color: #f6a35b;
}
body.checkout-cart-index .paypal-review-items #details-table > .item td.actions a:hover,
body.paypal-express-review .paypal-review-items #details-table > .item td.actions a:hover,
body.checkout-cart-index .cart.table-wrapper #details-table > .item td.actions a:hover,
body.paypal-express-review .cart.table-wrapper #details-table > .item td.actions a:hover,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td.actions a:hover,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td.actions a:hover,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td.actions a:hover,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td.actions a:hover,
body.checkout-cart-index .paypal-review-items #details-table > .item td.actions a:active,
body.paypal-express-review .paypal-review-items #details-table > .item td.actions a:active,
body.checkout-cart-index .cart.table-wrapper #details-table > .item td.actions a:active,
body.paypal-express-review .cart.table-wrapper #details-table > .item td.actions a:active,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td.actions a:active,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td.actions a:active,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td.actions a:active,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td.actions a:active,
body.checkout-cart-index .paypal-review-items #details-table > .item td.actions a:focus,
body.paypal-express-review .paypal-review-items #details-table > .item td.actions a:focus,
body.checkout-cart-index .cart.table-wrapper #details-table > .item td.actions a:focus,
body.paypal-express-review .cart.table-wrapper #details-table > .item td.actions a:focus,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td.actions a:focus,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td.actions a:focus,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td.actions a:focus,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td.actions a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  body.checkout-cart-index .paypal-review-items #details-table > .item td.actions,
  body.paypal-express-review .paypal-review-items #details-table > .item td.actions,
  body.checkout-cart-index .cart.table-wrapper #details-table > .item td.actions,
  body.paypal-express-review .cart.table-wrapper #details-table > .item td.actions,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td.actions,
  body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td.actions,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td.actions,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td.actions {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: -15px;
  }
}
@media (max-width: 767px) {
  body.checkout-cart-index .paypal-review-items #details-table > .item td.item,
  body.paypal-express-review .paypal-review-items #details-table > .item td.item,
  body.checkout-cart-index .cart.table-wrapper #details-table > .item td.item,
  body.paypal-express-review .cart.table-wrapper #details-table > .item td.item,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td.item,
  body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td.item,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td.item,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td.item {
    display: flex;
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.checkout-cart-index .paypal-review-items #details-table > .item td.wishlist,
  body.paypal-express-review .paypal-review-items #details-table > .item td.wishlist,
  body.checkout-cart-index .cart.table-wrapper #details-table > .item td.wishlist,
  body.paypal-express-review .cart.table-wrapper #details-table > .item td.wishlist,
  body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td.wishlist,
  body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td.wishlist,
  body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td.wishlist,
  body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td.wishlist {
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    right: 0px;
  }
}
body.checkout-cart-index .paypal-review-items #details-table > .item td .product-image-photo,
body.paypal-express-review .paypal-review-items #details-table > .item td .product-image-photo,
body.checkout-cart-index .cart.table-wrapper #details-table > .item td .product-image-photo,
body.paypal-express-review .cart.table-wrapper #details-table > .item td .product-image-photo,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item td .product-image-photo,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item td .product-image-photo,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item td .product-image-photo,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item td .product-image-photo {
  height: auto;
  max-height: 100px;
}
body.checkout-cart-index .paypal-review-items #details-table > .item .col.qty .input-text,
body.paypal-express-review .paypal-review-items #details-table > .item .col.qty .input-text,
body.checkout-cart-index .cart.table-wrapper #details-table > .item .col.qty .input-text,
body.paypal-express-review .cart.table-wrapper #details-table > .item .col.qty .input-text,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item .col.qty .input-text,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item .col.qty .input-text,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item .col.qty .input-text,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item .col.qty .input-text {
  border-radius: 20px;
  height: 40px;
  width: 55px;
  background: #f1f3f4;
  padding: 0px;
}
body.checkout-cart-index .paypal-review-items #details-table > .item .col.wishlist a,
body.paypal-express-review .paypal-review-items #details-table > .item .col.wishlist a,
body.checkout-cart-index .cart.table-wrapper #details-table > .item .col.wishlist a,
body.paypal-express-review .cart.table-wrapper #details-table > .item .col.wishlist a,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item .col.wishlist a,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item .col.wishlist a,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item .col.wishlist a,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item .col.wishlist a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #4c4b49;
  cursor: pointer;
}
body.checkout-cart-index .paypal-review-items #details-table > .item .col.wishlist a:hover,
body.paypal-express-review .paypal-review-items #details-table > .item .col.wishlist a:hover,
body.checkout-cart-index .cart.table-wrapper #details-table > .item .col.wishlist a:hover,
body.paypal-express-review .cart.table-wrapper #details-table > .item .col.wishlist a:hover,
body.checkout-cart-index .paypal-review-items #shopping-cart-table > .item .col.wishlist a:hover,
body.paypal-express-review .paypal-review-items #shopping-cart-table > .item .col.wishlist a:hover,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table > .item .col.wishlist a:hover,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table > .item .col.wishlist a:hover {
  color: #f6a35b;
}
body.checkout-cart-index .paypal-review-items #details-table .price-including-tax,
body.paypal-express-review .paypal-review-items #details-table .price-including-tax,
body.checkout-cart-index .cart.table-wrapper #details-table .price-including-tax,
body.paypal-express-review .cart.table-wrapper #details-table .price-including-tax,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .price-including-tax,
body.paypal-express-review .paypal-review-items #shopping-cart-table .price-including-tax,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .price-including-tax,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .price-including-tax,
body.checkout-cart-index .paypal-review-items #details-table .price-excluding-tax,
body.paypal-express-review .paypal-review-items #details-table .price-excluding-tax,
body.checkout-cart-index .cart.table-wrapper #details-table .price-excluding-tax,
body.paypal-express-review .cart.table-wrapper #details-table .price-excluding-tax,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .price-excluding-tax,
body.paypal-express-review .paypal-review-items #shopping-cart-table .price-excluding-tax,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .price-excluding-tax,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .price-excluding-tax {
  font-size: 1.125rem;
  font-weight: normal;
}
body.checkout-cart-index .paypal-review-items #details-table .price-including-tax .price,
body.paypal-express-review .paypal-review-items #details-table .price-including-tax .price,
body.checkout-cart-index .cart.table-wrapper #details-table .price-including-tax .price,
body.paypal-express-review .cart.table-wrapper #details-table .price-including-tax .price,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .price-including-tax .price,
body.paypal-express-review .paypal-review-items #shopping-cart-table .price-including-tax .price,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .price-including-tax .price,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .price-including-tax .price,
body.checkout-cart-index .paypal-review-items #details-table .price-excluding-tax .price,
body.paypal-express-review .paypal-review-items #details-table .price-excluding-tax .price,
body.checkout-cart-index .cart.table-wrapper #details-table .price-excluding-tax .price,
body.paypal-express-review .cart.table-wrapper #details-table .price-excluding-tax .price,
body.checkout-cart-index .paypal-review-items #shopping-cart-table .price-excluding-tax .price,
body.paypal-express-review .paypal-review-items #shopping-cart-table .price-excluding-tax .price,
body.checkout-cart-index .cart.table-wrapper #shopping-cart-table .price-excluding-tax .price,
body.paypal-express-review .cart.table-wrapper #shopping-cart-table .price-excluding-tax .price {
  font-size: 1.125rem;
  font-weight: normal;
}
body.checkout-cart-index .cart.main.actions,
body.paypal-express-review .cart.main.actions {
  margin-bottom: 4vh;
}
body.checkout-cart-index .cart.main.actions > *,
body.paypal-express-review .cart.main.actions > * {
  margin: 0px;
  border: 0;
  border-radius: 100rem;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  outline: none;
  padding: .70rem 2rem 0.70rem 1rem;
  position: relative;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #f1f3f4;
  color: #4c4b49;
  font-size: 1rem;
  border: none;
}
body.checkout-cart-index .cart.main.actions > *:active,
body.paypal-express-review .cart.main.actions > *:active {
  top: .125rem;
  border: none;
}
body.checkout-cart-index .cart.main.actions > *:hover,
body.paypal-express-review .cart.main.actions > *:hover {
  background: #f6a35b;
  color: #ffffff;
  border: none;
}
@media (max-width: 575px) {
  body.checkout-cart-index .cart.main.actions > *,
  body.paypal-express-review .cart.main.actions > * {
    float: none;
    width: 100%;
    margin: 5px 0;
  }
}
body.checkout-cart-index .paypal-review a,
body.paypal-express-review .paypal-review a {
  color: #f6a35b;
}
body.checkout-cart-index .paypal-review a:hover,
body.paypal-express-review .paypal-review a:hover {
  color: #4b7c4b;
  text-decoration: none;
}
body.checkout-cart-index .paypal-review input[type='email'],
body.paypal-express-review .paypal-review input[type='email'],
body.checkout-cart-index .paypal-review input[type='tel'],
body.paypal-express-review .paypal-review input[type='tel'],
body.checkout-cart-index .paypal-review input[type='numbers'],
body.paypal-express-review .paypal-review input[type='numbers'],
body.checkout-cart-index .paypal-review input[type='number'],
body.paypal-express-review .paypal-review input[type='number'],
body.checkout-cart-index .paypal-review input[type='text'],
body.paypal-express-review .paypal-review input[type='text'],
body.checkout-cart-index .paypal-review input[type='password'],
body.paypal-express-review .paypal-review input[type='password'],
body.checkout-cart-index .paypal-review select,
body.paypal-express-review .paypal-review select,
body.checkout-cart-index .paypal-review textarea,
body.paypal-express-review .paypal-review textarea {
  height: auto;
  font-family: inherit;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 100rem;
  border: 0;
  line-height: inherit;
  outline: none;
  padding: .7rem 1.5rem;
  width: 100%;
  color: #4c4b49;
  border: 1px solid #c8c5c5;
  font-size: 1rem;
  line-height: 1.2;
}
body.checkout-cart-index .paypal-review input[type='email']::placeholder,
body.paypal-express-review .paypal-review input[type='email']::placeholder,
body.checkout-cart-index .paypal-review input[type='tel']::placeholder,
body.paypal-express-review .paypal-review input[type='tel']::placeholder,
body.checkout-cart-index .paypal-review input[type='numbers']::placeholder,
body.paypal-express-review .paypal-review input[type='numbers']::placeholder,
body.checkout-cart-index .paypal-review input[type='number']::placeholder,
body.paypal-express-review .paypal-review input[type='number']::placeholder,
body.checkout-cart-index .paypal-review input[type='text']::placeholder,
body.paypal-express-review .paypal-review input[type='text']::placeholder,
body.checkout-cart-index .paypal-review input[type='password']::placeholder,
body.paypal-express-review .paypal-review input[type='password']::placeholder,
body.checkout-cart-index .paypal-review select::placeholder,
body.paypal-express-review .paypal-review select::placeholder,
body.checkout-cart-index .paypal-review textarea::placeholder,
body.paypal-express-review .paypal-review textarea::placeholder {
  color: #8d8d8d;
}
body.checkout-cart-index .paypal-review input[type='email'].is-error,
body.paypal-express-review .paypal-review input[type='email'].is-error,
body.checkout-cart-index .paypal-review input[type='tel'].is-error,
body.paypal-express-review .paypal-review input[type='tel'].is-error,
body.checkout-cart-index .paypal-review input[type='numbers'].is-error,
body.paypal-express-review .paypal-review input[type='numbers'].is-error,
body.checkout-cart-index .paypal-review input[type='number'].is-error,
body.paypal-express-review .paypal-review input[type='number'].is-error,
body.checkout-cart-index .paypal-review input[type='text'].is-error,
body.paypal-express-review .paypal-review input[type='text'].is-error,
body.checkout-cart-index .paypal-review input[type='password'].is-error,
body.paypal-express-review .paypal-review input[type='password'].is-error,
body.checkout-cart-index .paypal-review select.is-error,
body.paypal-express-review .paypal-review select.is-error,
body.checkout-cart-index .paypal-review textarea.is-error,
body.paypal-express-review .paypal-review textarea.is-error,
body.checkout-cart-index .paypal-review input[type='email'][aria-invalid="true"],
body.paypal-express-review .paypal-review input[type='email'][aria-invalid="true"],
body.checkout-cart-index .paypal-review input[type='tel'][aria-invalid="true"],
body.paypal-express-review .paypal-review input[type='tel'][aria-invalid="true"],
body.checkout-cart-index .paypal-review input[type='numbers'][aria-invalid="true"],
body.paypal-express-review .paypal-review input[type='numbers'][aria-invalid="true"],
body.checkout-cart-index .paypal-review input[type='number'][aria-invalid="true"],
body.paypal-express-review .paypal-review input[type='number'][aria-invalid="true"],
body.checkout-cart-index .paypal-review input[type='text'][aria-invalid="true"],
body.paypal-express-review .paypal-review input[type='text'][aria-invalid="true"],
body.checkout-cart-index .paypal-review input[type='password'][aria-invalid="true"],
body.paypal-express-review .paypal-review input[type='password'][aria-invalid="true"],
body.checkout-cart-index .paypal-review select[aria-invalid="true"],
body.paypal-express-review .paypal-review select[aria-invalid="true"],
body.checkout-cart-index .paypal-review textarea[aria-invalid="true"],
body.paypal-express-review .paypal-review textarea[aria-invalid="true"] {
  border: 1px solid #f44336;
}
body.checkout-cart-index .paypal-review input[type='email']:focus,
body.paypal-express-review .paypal-review input[type='email']:focus,
body.checkout-cart-index .paypal-review input[type='tel']:focus,
body.paypal-express-review .paypal-review input[type='tel']:focus,
body.checkout-cart-index .paypal-review input[type='numbers']:focus,
body.paypal-express-review .paypal-review input[type='numbers']:focus,
body.checkout-cart-index .paypal-review input[type='number']:focus,
body.paypal-express-review .paypal-review input[type='number']:focus,
body.checkout-cart-index .paypal-review input[type='text']:focus,
body.paypal-express-review .paypal-review input[type='text']:focus,
body.checkout-cart-index .paypal-review input[type='password']:focus,
body.paypal-express-review .paypal-review input[type='password']:focus,
body.checkout-cart-index .paypal-review select:focus,
body.paypal-express-review .paypal-review select:focus,
body.checkout-cart-index .paypal-review textarea:focus,
body.paypal-express-review .paypal-review textarea:focus {
  outline: none !important;
  box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -webkit-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -moz-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
}
body.checkout-cart-index .paypal-review button,
body.paypal-express-review .paypal-review button {
  background: #4b7c4b !important;
  padding: 0.6rem 2rem !important;
  color: #ffffff !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1;
  border: none !important;
  width: auto !important;
}
body.checkout-cart-index .paypal-review button:hover,
body.paypal-express-review .paypal-review button:hover {
  border: none !important;
  background: #4c4b49 !important;
}
body.checkout-cart-index .paypal-review .block-order-details-view .block-content,
body.paypal-express-review .paypal-review .block-order-details-view .block-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
body.checkout-cart-index .paypal-review .block-order-details-view .block-content .box,
body.paypal-express-review .paypal-review .block-order-details-view .block-content .box {
  float: none;
  width: 33.333%;
  flex: 0 0 33.333%;
  padding: 0 15px;
}
@media (max-width: 1100px) {
  body.checkout-cart-index .paypal-review .block-order-details-view .block-content .box,
  body.paypal-express-review .paypal-review .block-order-details-view .block-content .box {
    width: 100%;
    flex: 0 0 100%;
  }
}
body.checkout-cart-index .paypal-review .block-order-details-view .block-content .box .box-title,
body.paypal-express-review .paypal-review .block-order-details-view .block-content .box .box-title {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: #4c4b49;
  text-transform: uppercase;
  margin-bottom: 2vh;
}
body.checkout-cart-index .paypal-review .paypal-review-discount,
body.paypal-express-review .paypal-review .paypal-review-discount {
  border-bottom: 1px solid #e6e6e6;
  margin: 2vh 0;
}
body.checkout-cart-index .paypal-review .paypal-review-discount .block > .title,
body.paypal-express-review .paypal-review .paypal-review-discount .block > .title {
  border-top: 1px solid #e6e6e6;
  padding: 11px 30px 7px 5px;
}
body.checkout-cart-index .paypal-review .paypal-review-discount .block > .title strong,
body.paypal-express-review .paypal-review .paypal-review-discount .block > .title strong {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  color: #4c4b49;
}
body.checkout-cart-index .paypal-review .paypal-review-discount .block .coupon .field label,
body.paypal-express-review .paypal-review .paypal-review-discount .block .coupon .field label,
body.checkout-cart-index .paypal-review .paypal-review-discount .block .coupon .field .control,
body.paypal-express-review .paypal-review .paypal-review-discount .block .coupon .field .control {
  width: auto !important;
}
body.checkout-cart-index .paypal-review .paypal-review-discount .block .coupon .field label,
body.paypal-express-review .paypal-review .paypal-review-discount .block .coupon .field label {
  padding: 8px 15px 0 0 !important;
}
body.checkout-cart-index .paypal-review .paypal-review-items .paypal-review-title,
body.paypal-express-review .paypal-review .paypal-review-items .paypal-review-title {
  border: none;
}
body.checkout-cart-index .paypal-review .paypal-review-items .paypal-review-title strong,
body.paypal-express-review .paypal-review .paypal-review-items .paypal-review-title strong {
  display: none;
}
body.checkout-cart-index .paypal-review .paypal-review-items .paypal-review-title a,
body.paypal-express-review .paypal-review .paypal-review-items .paypal-review-title a {
  padding: 0.6rem 2rem;
  color: #4b7c4b;
  border-radius: 100rem;
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  border: none;
  width: auto;
  border: 1px solid #4b7c4b;
  display: inline-block;
}
body.checkout-cart-index .paypal-review .paypal-review-items .paypal-review-title a:hover,
body.paypal-express-review .paypal-review .paypal-review-items .paypal-review-title a:hover {
  border-color: #4c4b49;
  background: #4c4b49;
  color: #ffffff;
}
body.checkout-cart-index .paypal-review .paypal-review-items #details-table,
body.paypal-express-review .paypal-review .paypal-review-items #details-table {
  margin-top: 2vh;
}
body.checkout-cart-index .paypal-review .paypal-review-items #details-table .opc-block-summary,
body.paypal-express-review .paypal-review .paypal-review-items #details-table .opc-block-summary {
  background: none;
  padding: 0px;
  margin: 0px;
}
body.checkout-cart-index .paypal-review .paypal-review-items #details-table tr.grand.incl th.mark,
body.paypal-express-review .paypal-review .paypal-review-items #details-table tr.grand.incl th.mark {
  border-top: 1px solid #e6e6e6;
  font-weight: bold;
  font-size: 1.25rem;
}
body.checkout-cart-index .paypal-review .paypal-review-items #details-table tr.grand.incl th.mark strong,
body.paypal-express-review .paypal-review .paypal-review-items #details-table tr.grand.incl th.mark strong {
  font-weight: bold;
}
body.checkout-cart-index .paypal-review .paypal-review-items #details-table tr.grand.incl td.amount,
body.paypal-express-review .paypal-review .paypal-review-items #details-table tr.grand.incl td.amount {
  border-top: 1px solid #e6e6e6;
  font-weight: bold;
  font-size: 2rem;
}
@media only screen and (max-width: 639px) {
  body.checkout-cart-index .paypal-review .paypal-review-items #details-table tfoot tr,
  body.paypal-express-review .paypal-review .paypal-review-items #details-table tfoot tr {
    display: table-row;
  }
  body.checkout-cart-index .paypal-review .paypal-review-items #details-table tfoot tr:before,
  body.paypal-express-review .paypal-review .paypal-review-items #details-table tfoot tr:before {
    display: none;
  }
  body.checkout-cart-index .paypal-review .paypal-review-items #details-table tfoot tr th,
  body.paypal-express-review .paypal-review .paypal-review-items #details-table tfoot tr th {
    float: none;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    width: auto;
  }
  body.checkout-cart-index .paypal-review .paypal-review-items #details-table tfoot tr td,
  body.paypal-express-review .paypal-review .paypal-review-items #details-table tfoot tr td {
    float: none;
    padding-left: 0;
    padding-right: 0;
    text-align: right;
    width: auto;
  }
  body.checkout-cart-index .paypal-review .paypal-review-items #details-table tfoot tr.grand.totals.incl th strong,
  body.paypal-express-review .paypal-review .paypal-review-items #details-table tfoot tr.grand.totals.incl th strong {
    display: none;
  }
}
body.checkout-cart-index .paypal-review .paypal-review-items .checkout-agreements,
body.paypal-express-review .paypal-review .paypal-review-items .checkout-agreements {
  margin-bottom: 2vh;
}
body.checkout-cart-index .paypal-review .paypal-review-items .checkout-agreements .checkout-agreement:before,
body.paypal-express-review .paypal-review .paypal-review-items .checkout-agreements .checkout-agreement:before {
  display: none;
}
body.checkout-cart-index .paypal-review .paypal-review-items .checkout-agreements .checkout-agreement input.mage-error + label span,
body.paypal-express-review .paypal-review .paypal-review-items .checkout-agreements .checkout-agreement input.mage-error + label span {
  color: #f44336;
}
body.checkout-cart-index .paypal-review .paypal-review-items .checkout-agreements .checkout-agreement button,
body.paypal-express-review .paypal-review .paypal-review-items .checkout-agreements .checkout-agreement button {
  padding: 0px !important;
  border: none !important;
  background: none !important;
  color: #4b7c4b !important;
}
body.checkout-cart-index .paypal-review .paypal-review-items .checkout-agreements .checkout-agreement button:hover,
body.paypal-express-review .paypal-review .paypal-review-items .checkout-agreements .checkout-agreement button:hover {
  color: #f6a35b !important;
}
body.checkout-cart-index .paypal-review .order-review-form,
body.paypal-express-review .paypal-review .order-review-form {
  margin-top: 2vh;
}
body.checkout-cart-index .paypal-review .order-review-form .primary button,
body.paypal-express-review .paypal-review .order-review-form .primary button {
  line-height: 1 !important;
  padding: 1.1rem 2rem !important;
  font-size: 1.25rem;
  background-color: #f6a35b !important;
  border: none !important;
}
body.checkout-cart-index .paypal-review .order-review-form .primary button:hover,
body.paypal-express-review .paypal-review .order-review-form .primary button:hover {
  background-color: #4b7c4b !important;
}
body.checkout-cart-index .modals-overlay,
body.paypal-express-review .modals-overlay {
  background-color: #ffffff;
  opacity: .8;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body.checkout-cart-index .modal-popup .modal-inner-wrap,
body.paypal-express-review .modal-popup .modal-inner-wrap {
  border-radius: .5rem;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
body.checkout-cart-index .modal-custom .action-close:before,
body.paypal-express-review .modal-custom .action-close:before,
body.checkout-cart-index .modal-popup .action-close:before,
body.paypal-express-review .modal-popup .action-close:before,
body.checkout-cart-index .modal-slide .action-close:before,
body.paypal-express-review .modal-slide .action-close:before {
  color: #4b7c4b;
  font-size: 40px;
  line-height: 40px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body.checkout-cart-index .modal-custom .action-close:hover:before,
body.paypal-express-review .modal-custom .action-close:hover:before,
body.checkout-cart-index .modal-popup .action-close:hover:before,
body.paypal-express-review .modal-popup .action-close:hover:before,
body.checkout-cart-index .modal-slide .action-close:hover:before,
body.paypal-express-review .modal-slide .action-close:hover:before {
  color: #f6a35b;
}
@media only screen and (max-width: 767px) {
  body.checkout-cart-index .modal-popup.modal-slide .modal-inner-wrap[class],
  body.paypal-express-review .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff;
    border-left: 1px solid #8d8d8d;
    border-radius: 0;
  }
}
body.checkout-cart-index div.mage-error[generated],
body.paypal-express-review div.mage-error[generated] {
  font-size: .875rem;
  color: #f44336;
  margin-top: 5px;
}
body.checkout-cart-index input.mage-error,
body.paypal-express-review input.mage-error,
body.checkout-cart-index select.mage-error,
body.paypal-express-review select.mage-error {
  border: 1px solid #f44336;
}
body.checkout-cart-index .message.success > *:first-child:before,
body.paypal-express-review .message.success > *:first-child:before {
  top: 50%;
}
body.checkout-cart-index .message,
body.paypal-express-review .message {
  font-size: 1rem;
  margin-bottom: 2vh;
}
section.padding-top {
  padding-top: 6vh;
}
section.padding-bottom {
  padding-bottom: 6vh;
}
.field-tooltip .field-tooltip-action:before {
  content: "?";
  padding-left: 0px;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  display: inline;
  font-weight: bold;
  vertical-align: top;
}
body.checkout-index-index > .loading-mask {
  display: none !important;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
body.checkout-index-index > .loading-mask img {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
body.checkout-index-index .page-wrapper {
  padding-top: 0px;
}
body.checkout-index-index .message,
body.checkout-index-index .message.warning .message.success {
  font-size: 1rem;
  margin-bottom: 2vh;
}
body.checkout-index-index .checkout-header {
  margin: auto;
  padding: 0;
  width: auto;
}
body.checkout-index-index .authentication-wrapper {
  float: none;
  width: auto;
  text-align: left;
  margin-top: 0;
  max-width: none;
  padding: 1vh 0;
  border-top: 1px solid #e6e6e6;
}
body.checkout-index-index .authentication-wrapper > button,
body.checkout-index-index .authentication-wrapper > a {
  background: #4b7c4b !important;
  padding: 0.6rem 2rem !important;
  color: #ffffff !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
body.checkout-index-index .authentication-wrapper > button:hover,
body.checkout-index-index .authentication-wrapper > a:hover {
  background: #4c4b49 !important;
}
body.checkout-index-index .authentication-wrapper #amasty-social-login {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
body.checkout-index-index .authentication-wrapper #amasty-social-login .amsl-cart-page {
  margin: 0px;
}
body.checkout-index-index .authentication-wrapper #amasty-social-login .amsl-cart-page .amsl-social-wrapper {
  display: block;
}
body.checkout-index-index .authentication-wrapper #amasty-social-login .amsl-cart-page .amsl-social-wrapper .amsl-social-login {
  padding: 0px;
  display: flex;
  background: none;
  text-align: left;
  align-items: center;
  flex-direction: unset;
}
body.checkout-index-index .authentication-wrapper #amasty-social-login .amsl-cart-page .amsl-social-wrapper .amsl-social-login .amsl-title {
  display: none;
}
body.checkout-index-index .authentication-wrapper #amasty-social-login .amsl-cart-page .amsl-social-wrapper .amsl-social-login .amsl-title.-short {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  vertical-align: bottom;
  margin-right: 5px;
}
body.checkout-index-index .authentication-wrapper #amasty-social-login .amsl-cart-page .amsl-social-wrapper .amsl-social-login .amsl-buttons {
  display: inline-block;
  vertical-align: bottom;
}
body.checkout-index-index .authentication-wrapper #amasty-social-login .amsl-cart-page .amsl-social-wrapper .amsl-social-login .amsl-buttons .amsl-button-wrapper {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom;
  margin-right: 5px;
}
body.checkout-index-index .authentication-wrapper #amasty-social-login .amsl-cart-page .amsl-social-wrapper .amsl-social-login .amsl-buttons .amsl-button-wrapper .amsl-button {
  width: 40px;
  height: 40px;
  padding: 6px;
}
@media (max-width: 576px) {
  body.checkout-index-index .authentication-wrapper #amasty-social-login .amsl-cart-page .amsl-social-wrapper .amsl-social-login .amsl-buttons .amsl-button-wrapper .amsl-button {
    width: 35px;
    height: 35px;
  }
}
body.checkout-index-index .authentication-wrapper #amasty-social-login .amsl-cart-page .amsl-social-wrapper .amsl-social-login .amsl-buttons .amsl-button-wrapper .amsl-button span {
  background-size: contain;
}
body.checkout-index-index .authentication-wrapper .modal-custom {
  border: none;
  background-color: #ffffff;
  border-radius: .5rem;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
@media (max-width: 767px) {
  body.checkout-index-index .authentication-wrapper .modal-custom {
    border: none;
    border-radius: 0px;
  }
}
body.checkout-index-index .authentication-wrapper .modal-custom .modal-inner-wrap {
  padding: 20px;
}
@media (max-width: 767px) {
  body.checkout-index-index .authentication-wrapper .modal-custom .modal-inner-wrap {
    background: #ffffff;
    border-left: 1px solid #4b7c4b;
  }
}
body.checkout-index-index .authentication-wrapper .modal-custom .action-close {
  margin: 0px;
  padding: 20px;
  z-index: 1;
}
body.checkout-index-index .authentication-wrapper .modal-custom .action-close:before {
  color: #4b7c4b;
  font-size: 3rem;
  transition: all 0.33s ease 0s;
}
body.checkout-index-index .authentication-wrapper .modal-custom .action-close:hover:before {
  color: #4c4b49;
}
body.checkout-index-index .authentication-wrapper .modal-custom .block-title {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2vh;
  color: #4c4b49;
  padding-left: 20px;
  position: relative;
}
@media (max-width: 767px) {
  body.checkout-index-index .authentication-wrapper .modal-custom .block-title {
    width: calc(100% - 60px);
  }
}
body.checkout-index-index .authentication-wrapper .modal-custom .block-title:before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #f6a35b;
  border-radius: 100%;
  top: 50%;
  margin-top: -5px;
  left: 0px;
  position: absolute;
}
body.checkout-index-index .authentication-wrapper .modal-custom .block-title strong {
  font-weight: 700;
}
body.checkout-index-index .authentication-wrapper .modal-custom .form .field.required > label:before,
body.checkout-index-index .authentication-wrapper .modal-custom form .field.required > label:before {
  display: none;
}
body.checkout-index-index .authentication-wrapper .modal-custom .field label.label {
  padding: 0px;
  width: auto;
  text-align: left;
}
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='email'],
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='tel'],
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='numbers'],
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='number'],
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='text'],
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='password'],
body.checkout-index-index .authentication-wrapper .modal-custom .field select,
body.checkout-index-index .authentication-wrapper .modal-custom .field textarea {
  height: auto;
  font-family: inherit;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 100rem;
  border: 0;
  line-height: inherit;
  outline: none;
  padding: .7rem 1.5rem;
  width: 100%;
  color: #4c4b49;
  border: 1px solid #c8c5c5;
  font-size: 1rem;
  line-height: 1.2;
}
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='email']::placeholder,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='tel']::placeholder,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='numbers']::placeholder,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='number']::placeholder,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='text']::placeholder,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='password']::placeholder,
body.checkout-index-index .authentication-wrapper .modal-custom .field select::placeholder,
body.checkout-index-index .authentication-wrapper .modal-custom .field textarea::placeholder {
  color: #8d8d8d;
}
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='email'].is-error,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='tel'].is-error,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='numbers'].is-error,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='number'].is-error,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='text'].is-error,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='password'].is-error,
body.checkout-index-index .authentication-wrapper .modal-custom .field select.is-error,
body.checkout-index-index .authentication-wrapper .modal-custom .field textarea.is-error,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='email'][aria-invalid="true"],
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='tel'][aria-invalid="true"],
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='numbers'][aria-invalid="true"],
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='number'][aria-invalid="true"],
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='text'][aria-invalid="true"],
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='password'][aria-invalid="true"],
body.checkout-index-index .authentication-wrapper .modal-custom .field select[aria-invalid="true"],
body.checkout-index-index .authentication-wrapper .modal-custom .field textarea[aria-invalid="true"] {
  border: 1px solid #f44336;
}
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='email']:focus,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='tel']:focus,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='numbers']:focus,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='number']:focus,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='text']:focus,
body.checkout-index-index .authentication-wrapper .modal-custom .field input[type='password']:focus,
body.checkout-index-index .authentication-wrapper .modal-custom .field select:focus,
body.checkout-index-index .authentication-wrapper .modal-custom .field textarea:focus {
  outline: none !important;
  box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -webkit-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -moz-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
}
body.checkout-index-index .authentication-wrapper .modal-custom .actions-toolbar {
  margin: 0px;
  padding: 0px;
}
body.checkout-index-index .authentication-wrapper .modal-custom .actions-toolbar .primary {
  float: none;
  margin: 0 15px 0 0;
  padding: 0px;
}
@media (max-width: 767px) {
  body.checkout-index-index .authentication-wrapper .modal-custom .actions-toolbar .primary {
    display: inline;
  }
}
body.checkout-index-index .authentication-wrapper .modal-custom .actions-toolbar .primary button {
  background: #4b7c4b !important;
  padding: 0.6rem 2rem !important;
  color: #ffffff !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1;
  border: none !important;
  width: auto !important;
}
body.checkout-index-index .authentication-wrapper .modal-custom .actions-toolbar .primary button:hover {
  border: none !important;
  background: #4c4b49 !important;
}
body.checkout-index-index .authentication-wrapper .modal-custom .actions-toolbar .secondary {
  float: none;
  margin: 0px;
  padding: 0px;
}
@media (max-width: 767px) {
  body.checkout-index-index .authentication-wrapper .modal-custom .actions-toolbar .secondary {
    display: block;
    width: 100%;
  }
}
body.checkout-index-index .authentication-wrapper .modal-custom .actions-toolbar .secondary a {
  color: #4b7c4b;
  text-decoration: none;
}
body.checkout-index-index .authentication-wrapper .modal-custom .actions-toolbar .secondary a:hover {
  color: #f6a35b;
}
body.checkout-index-index .opc-estimated-wrapper {
  display: none !important;
}
body.checkout-index-index .page-main {
  margin: 0 auto !important;
  max-width: 1950px !important;
  width: 100% !important;
  padding: 0 15px !important;
}
body.checkout-index-index .am-checkout.-modern.-layout-1column {
  max-width: none;
}
body.checkout-index-index .am-checkout.-modern.-layout-1column .checkout-header {
  display: none;
}
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-main-container.-modern {
  color: #4c4b49;
}
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .step-title {
  padding: 0px;
}
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .checkout-billing-address .field.field-select-billing > label,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .payment-group > .step-title.mobile,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .amcheckout-title {
  padding: 2vh 0;
  margin: 0;
  background: none;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 20px;
  position: relative;
  color: #4c4b49;
  border-top: 1px solid #e6e6e6;
  text-align: left;
}
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .checkout-billing-address .field.field-select-billing > label:after,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .payment-group > .step-title.mobile:after,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .amcheckout-title:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #f6a35b;
  border-radius: 100%;
  top: 50%;
  margin-top: -5px;
  left: 0px;
  position: absolute;
}
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .checkout-billing-address .field.field-select-billing > label .amcheckout-icon,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .payment-group > .step-title.mobile .amcheckout-icon,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .amcheckout-title .amcheckout-icon {
  border-color: #4b7c4b;
}
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .checkout-billing-address .field.field-select-billing > label .amcheckout-icon:hover,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .payment-group > .step-title.mobile .amcheckout-icon:hover,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .amcheckout-title .amcheckout-icon:hover {
  border-color: #f6a35b;
}
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .checkout-billing-address .field.field-select-billing > label .amcheckout-icon:hover:before,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .payment-group > .step-title.mobile .amcheckout-icon:hover:before,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .amcheckout-title .amcheckout-icon:hover:before {
  border-color: #f6a35b;
}
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .checkout-billing-address .field.field-select-billing > label .amcheckout-icon:before,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .payment-group > .step-title.mobile .amcheckout-icon:before,
body.checkout-index-index .am-checkout.-modern.-layout-1column .amcheckout-step-container .amcheckout-title .amcheckout-icon:before {
  border-color: #4b7c4b;
}
body.checkout-index-index .amcheckout-step-container {
  margin-bottom: 2vh;
  font-size: inherit;
}
body.checkout-index-index .amcheckout-step-container input[type='email'],
body.checkout-index-index .amcheckout-step-container input[type='tel'],
body.checkout-index-index .amcheckout-step-container input[type='numbers'],
body.checkout-index-index .amcheckout-step-container input[type='number'],
body.checkout-index-index .amcheckout-step-container input[type='text'],
body.checkout-index-index .amcheckout-step-container input[type='password'],
body.checkout-index-index .amcheckout-step-container select,
body.checkout-index-index .amcheckout-step-container textarea {
  height: auto;
  font-family: inherit;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 100rem;
  border: 0;
  line-height: inherit;
  outline: none;
  padding: .7rem 1.5rem;
  width: 100%;
  color: #4c4b49;
  border: 1px solid #c8c5c5;
  font-size: 1rem;
  line-height: 1.2;
}
body.checkout-index-index .amcheckout-step-container input[type='email']::placeholder,
body.checkout-index-index .amcheckout-step-container input[type='tel']::placeholder,
body.checkout-index-index .amcheckout-step-container input[type='numbers']::placeholder,
body.checkout-index-index .amcheckout-step-container input[type='number']::placeholder,
body.checkout-index-index .amcheckout-step-container input[type='text']::placeholder,
body.checkout-index-index .amcheckout-step-container input[type='password']::placeholder,
body.checkout-index-index .amcheckout-step-container select::placeholder,
body.checkout-index-index .amcheckout-step-container textarea::placeholder {
  color: #8d8d8d;
}
body.checkout-index-index .amcheckout-step-container input[type='email'].is-error,
body.checkout-index-index .amcheckout-step-container input[type='tel'].is-error,
body.checkout-index-index .amcheckout-step-container input[type='numbers'].is-error,
body.checkout-index-index .amcheckout-step-container input[type='number'].is-error,
body.checkout-index-index .amcheckout-step-container input[type='text'].is-error,
body.checkout-index-index .amcheckout-step-container input[type='password'].is-error,
body.checkout-index-index .amcheckout-step-container select.is-error,
body.checkout-index-index .amcheckout-step-container textarea.is-error,
body.checkout-index-index .amcheckout-step-container input[type='email'][aria-invalid="true"],
body.checkout-index-index .amcheckout-step-container input[type='tel'][aria-invalid="true"],
body.checkout-index-index .amcheckout-step-container input[type='numbers'][aria-invalid="true"],
body.checkout-index-index .amcheckout-step-container input[type='number'][aria-invalid="true"],
body.checkout-index-index .amcheckout-step-container input[type='text'][aria-invalid="true"],
body.checkout-index-index .amcheckout-step-container input[type='password'][aria-invalid="true"],
body.checkout-index-index .amcheckout-step-container select[aria-invalid="true"],
body.checkout-index-index .amcheckout-step-container textarea[aria-invalid="true"] {
  border: 1px solid #f44336;
}
body.checkout-index-index .amcheckout-step-container input[type='email']:focus,
body.checkout-index-index .amcheckout-step-container input[type='tel']:focus,
body.checkout-index-index .amcheckout-step-container input[type='numbers']:focus,
body.checkout-index-index .amcheckout-step-container input[type='number']:focus,
body.checkout-index-index .amcheckout-step-container input[type='text']:focus,
body.checkout-index-index .amcheckout-step-container input[type='password']:focus,
body.checkout-index-index .amcheckout-step-container select:focus,
body.checkout-index-index .amcheckout-step-container textarea:focus {
  outline: none !important;
  box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -webkit-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -moz-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
}
body.checkout-index-index .amcheckout-step-container select,
body.checkout-index-index .amcheckout-step-container input {
  height: auto;
}
body.checkout-index-index .amcheckout-step-container input[type='checkbox'] + label:before,
body.checkout-index-index .amcheckout-step-container input[type='radio'] + label:before {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
  border: 2px solid #8d8d8d;
  background: #fff !important;
  content: '';
  cursor: pointer;
  position: relative;
  top: 4px;
  overflow: hidden;
}
body.checkout-index-index .amcheckout-step-container input[type='checkbox']:checked + label:before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e913";
  font-weight: bold;
  color: #4b7c4b;
  border-color: #4b7c4b;
  text-align: center;
}
body.checkout-index-index .amcheckout-step-container input[type='checkbox'] + label:hover:before,
body.checkout-index-index .amcheckout-step-container input[type='radio'] + label:hover:before,
body.checkout-index-index .amcheckout-step-container input[type='checkbox']:checked + label:before,
body.checkout-index-index .amcheckout-step-container input[type='radio']:checked + label:before {
  border-color: #4b7c4b;
  box-shadow: 0 2px 4px rgb(75 124 75 / 40%);
}
body.checkout-index-index .amcheckout-step-container input[type='radio']:checked + label:before {
  background: #4b7c4b !important;
}
body.checkout-index-index .amcheckout-step-container div.mage-error,
body.checkout-index-index .amcheckout-step-container div.field-error {
  font-size: .875rem;
  color: #f44336;
  margin-top: 0px;
  position: absolute;
  right: 15px;
  z-index: 1;
  font-weight: normal;
}
body.checkout-index-index .amcheckout-step-container .abs-field-tooltip input,
body.checkout-index-index .amcheckout-step-container .field .control._with-tooltip input {
  width: calc(100% - 45px);
}
body.checkout-index-index .amcheckout-step-container .field .control._with-tooltip.validation-passed:after {
  right: 50px;
}
body.checkout-index-index .amcheckout-step-container .form-login {
  margin-bottom: 1vh;
  border: none;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-title + .amcheckout-content > .amcheckout-wrapper {
  padding: 0px;
}
body.checkout-index-index .amcheckout-step-container .form .field.required > label:before,
body.checkout-index-index .amcheckout-step-container form .field.required > label:before {
  display: none;
}
body.checkout-index-index .amcheckout-step-container .field-tooltip:hover .field-tooltip-content,
body.checkout-index-index .amcheckout-step-container .field-tooltip:active .field-tooltip-content {
  display: none;
}
body.checkout-index-index .amcheckout-step-container .field-tooltip._active .field-tooltip-content {
  display: block;
}
body.checkout-index-index .amcheckout-step-container .field-tooltip .field-tooltip-content {
  display: none;
  position: absolute;
  width: 270px;
  margin-top: 0;
  border: 1px solid #4b7c4b;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  transform: none;
  font-size: .875rem;
  right: -10px;
  top: 40px;
  left: auto;
}
body.checkout-index-index .amcheckout-step-container .field-tooltip._active .field-tooltip-action:before,
body.checkout-index-index .amcheckout-step-container .field-tooltip .field-tooltip-action:hover:before {
  color: #ffffff;
}
body.checkout-index-index .amcheckout-step-container .field-tooltip._active .field-tooltip-action {
  background: #4c4b49;
}
body.checkout-index-index .amcheckout-step-container .abs-checkout-tooltip-content-position-top-mobile:before,
body.checkout-index-index .amcheckout-step-container .abs-checkout-tooltip-content-position-top-mobile:after,
body.checkout-index-index .amcheckout-step-container .field-tooltip .field-tooltip-content:before,
body.checkout-index-index .amcheckout-step-container .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
body.checkout-index-index .amcheckout-step-container .abs-checkout-tooltip-content-position-top-mobile:before,
body.checkout-index-index .amcheckout-step-container .abs-checkout-tooltip-content-position-top-mobile:after,
body.checkout-index-index .amcheckout-step-container .field-tooltip .field-tooltip-content:before,
body.checkout-index-index .amcheckout-step-container .field-tooltip .field-tooltip-content:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 10px;
  left: auto;
  top: 0;
}
body.checkout-index-index .amcheckout-step-container .abs-checkout-tooltip-content-position-top-mobile:before,
body.checkout-index-index .amcheckout-step-container .field-tooltip .field-tooltip-content:before {
  border-bottom-color: #4b7c4b;
}
body.checkout-index-index .amcheckout-step-container .abs-checkout-tooltip-content-position-top-mobile:after,
body.checkout-index-index .amcheckout-step-container .field-tooltip .field-tooltip-content:after {
  border-bottom-color: #ffffff;
  top: 2px;
}
body.checkout-index-index .amcheckout-step-container form.form-login,
body.checkout-index-index .amcheckout-step-container form.form-shipping-address {
  max-width: 1000px;
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice),
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice) {
  position: relative;
  display: block;
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice) div.control,
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice) div.control {
  position: relative;
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice):not(:last-of-type),
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice):not(:last-of-type) {
  margin-bottom: 2vh;
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.firstname"],
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.firstname"],
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.postcode"],
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.postcode"],
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.company"],
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.company"] {
  float: left;
  width: 48%;
}
@media (max-width: 575px) {
  body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.firstname"],
  body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.firstname"],
  body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.postcode"],
  body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.postcode"],
  body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.company"],
  body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.company"] {
    float: none;
    width: auto;
  }
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.lastname"],
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.lastname"],
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.city"],
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.city"],
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.vat_id"],
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.vat_id"] {
  float: right;
  width: 48%;
}
@media (max-width: 575px) {
  body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.lastname"],
  body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.lastname"],
  body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.city"],
  body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.city"],
  body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.vat_id"],
  body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.vat_id"] {
    float: none;
    width: auto;
  }
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice).street,
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice).street,
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.country_id"],
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.country_id"],
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice)[name="shippingAddress.telephone"],
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice)[name="shippingAddress.telephone"] {
  clear: both;
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice) .control,
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice) .control {
  width: 100%;
  float: none;
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice) label.label,
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice) label.label {
  display: block;
  text-align: left;
  width: auto;
  float: none;
  padding: 0;
  position: static;
  height: auto;
  margin: 0;
  clip: unset;
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field:not(.choice) legend.label,
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field:not(.choice) legend.label {
  display: none;
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field.choice,
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field.choice {
  margin-bottom: 2vh;
}
body.checkout-index-index .amcheckout-step-container .fieldset.address .field.choice:before,
body.checkout-index-index .amcheckout-step-container fieldset[id="customer-email-fieldset"] .field.choice:before {
  display: none;
}
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar {
  margin: 0px;
  padding: 0px;
}
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar .primary,
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar .secondary {
  float: none;
  margin: 0 1vw 1vh 0;
}
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar .primary button,
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar .secondary button {
  background: #4b7c4b !important;
  padding: 0.6rem 2rem !important;
  color: #ffffff !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1;
  border: none !important;
  width: auto !important;
  margin: 0 !important;
}
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar .primary button:hover,
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar .secondary button:hover {
  border: none !important;
  background: #4c4b49 !important;
}
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar .primary a,
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar .secondary a {
  color: #4b7c4b;
}
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar .primary a:hover,
body.checkout-index-index .amcheckout-step-container #customer-email-fieldset .actions-toolbar .secondary a:hover {
  color: #f6a35b;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-method {
  padding-right: 0px;
  width: 49%;
  margin-bottom: 15px !important;
}
@media (max-width: 1600px) {
  body.checkout-index-index .amcheckout-step-container .amcheckout-method {
    width: 100%;
  }
  body.checkout-index-index .amcheckout-step-container .amcheckout-method:last-of-type {
    margin-bottom: 0px !important;
  }
}
body.checkout-index-index .amcheckout-step-container .payment-method.stripe-payments.mobile {
  max-width: 800px;
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .table-checkout-shipping-method .amcheckout-items {
  column-count: 2;
  display: block;
}
@media (max-width: 1140px) {
  body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .table-checkout-shipping-method .amcheckout-items {
    column-count: unset;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .table-checkout-shipping-method .amcheckout-items .amcheckout-method {
  width: 100%;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method {
  display: flex;
  padding: 10px 140px 10px 20px;
  justify-content: left;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method {
    flex-wrap: wrap;
    padding: 10px 90px 10px 40px;
  }
}
@media (max-width: 500px) {
  body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method {
    padding: 10px 60px 10px 40px;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col {
  font-size: 1.125rem;
  padding: 0 15px;
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col span.method-name {
  display: block;
  font-weight: bold;
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col span.price {
  display: block;
  color: #4b7c4b;
  font-weight: bold;
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col div.shipping-method-comment {
  white-space: pre-line;
  font-size: 1rem;
  line-height: 1.3;
}
@media (max-width: 500px) {
  body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col div.shipping-method-comment {
    font-size: .875rem;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col.col-price {
  width: 40%;
}
@media (max-width: 767px) {
  body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col.col-price {
    order: 2;
    width: auto;
    width: 100%;
    text-align: center;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col.col-method {
  padding: 0 0 0 15px;
}
@media (max-width: 767px) {
  body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col.col-method {
    order: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    padding: 0px;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col.col-comment {
  width: 340px;
}
@media (max-width: 767px) {
  body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col.col-comment {
    order: 4;
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col.col-image {
  padding: 0px;
  width: 140px;
  background: url(../images/posta-logo.png);
  background-size: 70px auto;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  filter: grayscale(100%);
  opacity: 0.8;
}
@media (max-width: 767px) {
  body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col.col-image {
    order: 3;
    margin-left: auto;
    width: 90px;
    background-size: 65px auto;
  }
}
@media (max-width: 500px) {
  body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col.col-image {
    width: 60px;
    background-size: 50px auto;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates108,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates12,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates25,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates26,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates27,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates28,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates32,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates34,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates36 {
  background-image: url(../images/fedex-logo.png);
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates4,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates7,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates9,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates18,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates20,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates21,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates29,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates32,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates33,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates37 {
  background-image: url(../images/ups-logo.png);
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates1 {
  background-image: url(../images/gls-logo.png);
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates6 {
  background-image: url(../images/dpd-logo.png);
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates10 {
  background-image: url(../images/optics-logo.png);
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates23,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates24 {
  background-image: url(../images/tnt-logo.png);
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates5 {
  background-image: url(../images/dhl-logo.png);
}
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates14,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates15,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates17,
body.checkout-index-index .amcheckout-step-container .checkout-shipping-method .row.amcheckout-method .col#label_method_amstrates31 {
  background-image: url(../images/hrvatska-posta-logo.png);
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method hr {
  display: none;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method {
  padding: 10px 100px 10px 20px;
  position: relative;
  width: 49%;
}
@media (max-width: 1355px) {
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method {
    width: 100%;
  }
}
@media (max-width: 500px) {
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method {
    padding: 10px 70px 10px 20px;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title {
  margin: 0px;
  font-size: 1.125rem;
  font-weight: bold;
  position: static;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label {
  padding: 30px 0 30px 15px;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label > span {
  padding-left: 10px;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label:after {
  content: "";
  display: block;
  padding: 0px;
  width: 100px;
  background: url(../images/credit-card-regular.svg);
  background-size: 50px 40px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  height: 100%;
  right: 0px;
  top: 0px;
  opacity: 0.6;
}
@media (max-width: 500px) {
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label:after {
    width: 70px;
    background-size: 40px 30px;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label[for="checkmo"]:after {
  background-image: url(../images/money-bill-alt-light.svg);
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label[for="checkmo2"]:after {
  background-image: url(../images/money-bill-alt-light.svg);
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label[for="cashondelivery"]:after {
  background-image: url(../images/money-bill-alt-light.svg);
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label[for="banktransfer"]:after,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label[for="purchaseorder"]:after,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label[for="proforma_invoice"]:after {
  background-image: url(../images/file-invoice-dollar-regular.svg);
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label[for="paypal_express"]:after {
  background-image: url(../images/paypal-brands.svg);
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label[for="leanpay"]:after {
  background-image: url(../images/leanpay-logo-checkout.png);
  background-size: 90px 26px;
  right: 5px;
}
@media (max-width: 500px) {
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-title label[for="leanpay"]:after {
    background-size: 70px 20px;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method img.payment-icon,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method a.action.action-help {
  display: none;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method p[data-bind="html: getInstructions()"] {
  color: #4b7c4b;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content .actions-toolbar {
  margin: 20px 0 0 0;
  padding: 0px;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content .primary,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content .secondary {
  width: 100%;
  float: none;
  padding: 0px;
  text-align: center;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content button,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content a {
  display: inline-block;
  float: none;
  background: #4b7c4b !important;
  padding: 0.6rem 2rem !important;
  color: #ffffff !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  height: auto !important;
  font-size: 1rem;
  line-height: 1;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content button:hover,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content a:hover {
  background: #4c4b49 !important;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content button.-edit,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content a.-edit {
  background: #ffffff !important;
  border: 1px solid #8d8d8d !important;
  color: #4c4b49 !important;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content button.-edit:hover,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content a.-edit:hover {
  background: #e8e8e8 !important;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content button.-edit:hover:before,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content a.-edit:hover:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMi42MTMgMGwtMS43MDYgMS43MTYgMi4zODggMi40TDE1IDIuNDAzIDEyLjYxMyAwek0xLjcgMTAuOThsMi4zODYgMi40IDguMTg3LTguMjMzLTIuMzg3LTIuNDAxTDEuNyAxMC45OHpNMCAxNWwyLjg5LS43NjMtMi4xMy0yLjE0NEwwIDE1eiIgZmlsbD0iIzRFNEU0RSIvPjwvc3ZnPg==) center no-repeat;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method._active .payment-method-content {
  padding: 10px 0 0 15px;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method._active .payment-method-content .checkout-billing-address {
  margin-bottom: 15px;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method#checkoutcom_vault_container .payment-method-content .message,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method#checkoutcom_card_payment_container .payment-method-content .message {
  display: none;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method#checkoutcom_vault_container .payment-method-content #checkoutcom_card_payment_frm .card-frame,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method#checkoutcom_card_payment_container .payment-method-content #checkoutcom_card_payment_frm .card-frame {
  height: 50px;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method#checkoutcom_vault_container .payment-method-content .vault-cvv input,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method#checkoutcom_card_payment_container .payment-method-content .vault-cvv input {
  background: #ffffff;
  padding: 5px 5px;
  text-align: center;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .discount-code {
  padding: 0px;
  margin-bottom: 40px;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .discount-code .payment-option-title {
  padding: 0px;
  text-align: right;
  color: #4b7c4b;
  font-size: 1.125rem;
  font-weight: bold;
  border: none;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .discount-code .payment-option-title .action-toggle {
  color: #4b7c4b;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .discount-code .payment-option-title .action-toggle:after {
  position: relative;
  top: -2px;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .discount-code .payment-option-content {
  padding: 10px 0 0 0;
  max-width: 400px;
  margin-left: auto;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .discount-code .payment-option-content .messages {
  position: static;
  transform: none;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .discount-code .payment-option-content .actions-toolbar button {
  background: #4b7c4b !important;
  padding: 0.6rem 2rem !important;
  color: #ffffff !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1;
  border: none !important;
  width: auto !important;
  margin: 0 !important;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .discount-code .payment-option-content .actions-toolbar button:hover {
  border: none !important;
  background: #4c4b49 !important;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  border-bottom: none;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .title {
  padding: 5px 40px 5px 20px;
  font-weight: bold;
  font-size: 1.125rem;
  background-color: #f4f4f4;
  border-bottom: none;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .title strong {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper {
  margin: 0px;
  padding: 0px;
  overflow: unset;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper.overflowed {
  overflow-x: auto;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item {
  padding: 5px 0;
  border-bottom: 1px solid #e6e6e6;
  border-top: none;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product {
  padding: 0 30px 0 0;
  display: flex;
  align-items: center;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .delete {
  right: 0px;
  bottom: 50%;
  margin-bottom: -8px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-image-container {
  border: none;
  float: none;
  width: auto !important;
  height: 80px !important;
}
@media (max-width: 575px) {
  body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-image-container {
    height: 60px !important;
  }
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-image-container .product-image-wrapper {
  width: 100%;
  height: 100%;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-image-container .product-image-wrapper img {
  max-height: 100%;
  width: auto;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details {
  padding-left: 20px;
  width: 100%;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner {
  margin: 0px;
  padding: 0px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block {
  margin: 0px;
  padding: 0 20px 0 0;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block strong {
  font-size: 1.125rem;
  font-weight: normal;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block .amcheckout-qty {
  margin: 0px;
  padding-right: 20px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block .amcheckout-qty span.label {
  font-size: .875rem;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .product-item-name-block .amcheckout-qty input {
  padding: 0px;
  text-align: center;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .subtotal .price-including-tax {
  margin: 0px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product-item-inner .subtotal .price {
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product.options {
  display: block;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product.options span[data-role="title"] {
  font-size: .875rem;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product.options div.content {
  font-size: .875rem;
  margin-top: 5px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product.options div.content select {
  height: 30px;
  padding: 2px 15px;
  font-size: .875rem;
  max-width: 300px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product.options div.content .label,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details .product.options div.content label {
  padding-left: 0px;
  font-weight: normal;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details button.action {
  background: #4b7c4b !important;
  padding: 0.6rem 2rem !important;
  color: #ffffff !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1;
  border: none !important;
  width: auto !important;
  margin: 0 !important;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .items-in-cart .minicart-items .minicart-items-wrapper .product-item .product .product-item-details button.action:hover {
  border: none !important;
  background: #4c4b49 !important;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals {
  font-size: 1.125rem;
  line-height: 1;
  margin-bottom: 20px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals th,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals td,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.excl th,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.excl td,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.incl th,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.incl td {
  padding: 15px 0;
  margin: 0px;
  border-top: none;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: middle;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.excl,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.incl {
  font-size: 1.25rem;
  font-weight: bold;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.excl strong,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.incl strong {
  font-weight: bold;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.excl span.price,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.incl span.price {
  font-size: 2rem;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.excl .mark,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.incl .mark {
  font-size: 1.25rem;
  font-weight: bold;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.excl,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.excl .mark,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.excl strong,
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .grand.excl span.price {
  font-size: 1rem;
  font-weight: normal;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-summary-container .table-totals .mark .value {
  margin-top: 5px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options {
  padding: 0px;
  margin-bottom: 20px;
  background: #ffffff;
  border: none;
  font-size: 1.125rem;
  text-align: right;
  font-weight: bold;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
  margin-bottom: 15px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 15px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > *:last-of-type {
  margin-bottom: 0px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > .admin__field.admin__field-option {
  position: relative;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > .admin__field.admin__field-option label {
  display: inline-block;
  color: #4b7c4b;
  font-size: 1.125rem;
  font-weight: bold;
  background: none;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > .admin__field.admin__field-option label:hover {
  color: #f6a35b;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .field {
  position: relative;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .field label {
  font-size: 1.125rem;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .field button,
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .field button.action,
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .field button.action-show {
  color: #4b7c4b;
  font-size: 1.125rem;
  font-weight: bold;
  background: none;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .field button:hover,
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .field button.action:hover,
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .field button.action-show:hover {
  color: #f6a35b;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .checkout-agreements input[type='checkbox'] + label {
  background: none;
  padding-right: 0px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes .checkout-agreements input[type='checkbox'] + label:before {
  top: 5px;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: 4vh 0 2vh 0 !important;
  padding: 2vh 0;
  margin: 0;
  background: none;
  border-top: 1px solid #e6e6e6;
}
@media (min-width: 1024px) {
  body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 40% !important;
  }
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment > label {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 20px;
  position: relative;
  color: #4c4b49;
  display: block;
  margin-bottom: 2vh;
  text-align: left;
}
@media (min-width: 1024px) {
  body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment > label {
    padding-right: 20px;
    padding-left: 0px;
    text-align: right;
  }
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment > label:after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  background: #f6a35b;
  border-radius: 100%;
  top: 50%;
  margin-top: -5px;
  left: 0px;
  position: absolute;
}
@media (min-width: 1024px) {
  body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment > label:after {
    right: 0px;
    left: unset;
  }
}
body.checkout-index-index .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment textarea {
  height: 150px;
  border-radius: 20px;
}
body.checkout-index-index .amcheckout-step-container div[data-bind*="checkoutConfig.tax_notice"] .checkout-tax-notice {
  margin-top: 2vh;
  border: 2px solid #f44336;
  padding: 20px 20px 20px 65px;
  background-color: #fdf1f0;
  position: relative;
}
@media (max-width: 767px) {
  body.checkout-index-index .amcheckout-step-container div[data-bind*="checkoutConfig.tax_notice"] .checkout-tax-notice {
    padding: 40px 10px 10px 10px;
  }
}
body.checkout-index-index .amcheckout-step-container div[data-bind*="checkoutConfig.tax_notice"] .checkout-tax-notice p:last-of-type {
  margin-bottom: 0px;
}
body.checkout-index-index .amcheckout-step-container div[data-bind*="checkoutConfig.tax_notice"] .checkout-tax-notice:before {
  display: block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e925";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
  color: #f44336;
}
@media (max-width: 767px) {
  body.checkout-index-index .amcheckout-step-container div[data-bind*="checkoutConfig.tax_notice"] .checkout-tax-notice:before {
    left: 50%;
    top: 10px;
    margin-left: -14px;
    margin-top: 0px;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method.submit .actions-toolbar {
  text-align: right;
}
@media (max-width: 575px) {
  body.checkout-index-index .amcheckout-step-container .checkout-payment-method.submit .actions-toolbar {
    text-align: center;
  }
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method.submit button.primary,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method.submit button.checkout {
  float: none !important;
  background: #f6a35b !important;
  padding: 1rem 6rem !important;
  color: #ffffff !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 1.25rem;
  line-height: 1;
  border: none !important;
  width: auto !important;
  margin: 0 !important;
  position: relative;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method.submit button.primary:hover,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method.submit button.checkout:hover {
  border: none !important;
  background: #4c4b49 !important;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method.submit button.primary:after,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method.submit button.checkout:after {
  display: block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91a";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  font-size: 24px;
}
body.checkout-index-index .amcheckout-step-container .message,
body.checkout-index-index .amcheckout-step-container .message.success,
body.checkout-index-index .amcheckout-step-container .message.error {
  padding: 10px 20px 10px 40px !important;
}
body.checkout-index-index .amcheckout-step-container .message div,
body.checkout-index-index .amcheckout-step-container .message.success div,
body.checkout-index-index .amcheckout-step-container .message.error div {
  margin: 0px !important;
}
body.checkout-index-index .amcheckout-step-container #vault-container .card-selected {
  background-color: #e7f5e7;
}
body.checkout-index-index .amcheckout-step-container ._amcheckout-selectable-item.-selected,
body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected,
body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected,
body.checkout-index-index .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected,
body.checkout-index-index .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item,
body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #4b7c4b;
  border-radius: 5px;
  border-width: 2px;
}
body.checkout-index-index .amcheckout-step-container ._amcheckout-selectable-item:hover,
body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
body.checkout-index-index .amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
body.checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: 0 0 8px #4b7c4b;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
body.checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
body.checkout-index-index .amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
body.checkout-index-index .amcheckout-step-container .action-gift:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  border: 0;
  border-radius: 100rem;
  background: #4b7c4b;
  color: #ffffff;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):active,
body.checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):active,
body.checkout-index-index .amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):active,
body.checkout-index-index .amcheckout-step-container .action-gift:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):active {
  top: .125rem;
}
body.checkout-index-index .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover,
body.checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover,
body.checkout-index-index .amcheckout-step-container .cart.table-wrapper .actions-toolbar > .action:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover,
body.checkout-index-index .amcheckout-step-container .action-gift:not(.braintree-googlepay-button):not(.ui-datepicker-trigger):hover {
  background: #f6a35b;
  color: #ffffff;
  border: none;
}
body.checkout-index-index .amcheckout-step-container .note {
  color: #4b7c4b;
  margin: 15px 0 0 0;
  font-size: 1rem;
}
body.checkout-index-index .amcheckout-step-container .checkout-telephone-note {
  color: #4b7c4b;
  margin: 15px 0 0 0;
  font-size: 1rem;
  position: absolute;
  bottom: -36px;
  left: 0px;
}
body.checkout-index-index .amcheckout-step-container .fieldset > .field.required > .label:after,
body.checkout-index-index .amcheckout-step-container .fieldset > .fields > .field.required > .label:after,
body.checkout-index-index .amcheckout-step-container .fieldset > .field._required > .label:after,
body.checkout-index-index .amcheckout-step-container .fieldset > .fields > .field._required > .label:after {
  font-size: 1rem;
  line-height: 1.2;
}
body.checkout-index-index .overlay {
  opacity: 0;
  visibility: hidden;
}
body.checkout-index-index._has-auth-shown .overlay {
  opacity: 0.9;
  visibility: visible;
}
body.ajax-loading > .loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
  display: block !important;
}
.checkout-index-index .modal-popup.modal-slide:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap {
  width: calc(100% - 30px);
  max-width: 800px;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: none;
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  top: 100%;
  right: unset;
  left: -265px;
  transform: none;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #4b7c4b;
}
.abs-checkout-tooltip-content-position-top:after,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after,
.shipping-policy-block.field-tooltip .field-tooltip-content:after {
  border-bottom-color: #ffffff;
}
aside.modal-popup .modal-inner-wrap {
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}
aside.modal-popup .modal-inner-wrap .fieldset .field {
  padding: 0px;
  margin-bottom: 1vh;
}
aside.modal-popup .modal-inner-wrap .fieldset .field .control._with-tooltip input {
  width: calc(100% - 39px);
}
aside.modal-popup .modal-inner-wrap .fieldset .field .control._with-tooltip.validation-passed:after {
  right: 43px;
}
aside.modal-popup .modal-inner-wrap .fieldset .field .control {
  position: relative;
}
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='email'],
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='tel'],
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='numbers'],
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='number'],
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='text'],
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='password'],
aside.modal-popup .modal-inner-wrap .fieldset .field select,
aside.modal-popup .modal-inner-wrap .fieldset .field textarea {
  height: auto;
  font-family: inherit;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 100rem;
  border: 0;
  line-height: inherit;
  outline: none;
  padding: .7rem 1.5rem;
  width: 100%;
  color: #4c4b49;
  border: 1px solid #c8c5c5;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0px;
}
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='email']::placeholder,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='tel']::placeholder,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='numbers']::placeholder,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='number']::placeholder,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='text']::placeholder,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='password']::placeholder,
aside.modal-popup .modal-inner-wrap .fieldset .field select::placeholder,
aside.modal-popup .modal-inner-wrap .fieldset .field textarea::placeholder {
  color: #8d8d8d;
}
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='email'].is-error,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='tel'].is-error,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='numbers'].is-error,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='number'].is-error,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='text'].is-error,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='password'].is-error,
aside.modal-popup .modal-inner-wrap .fieldset .field select.is-error,
aside.modal-popup .modal-inner-wrap .fieldset .field textarea.is-error,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='email'][aria-invalid="true"],
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='tel'][aria-invalid="true"],
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='numbers'][aria-invalid="true"],
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='number'][aria-invalid="true"],
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='text'][aria-invalid="true"],
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='password'][aria-invalid="true"],
aside.modal-popup .modal-inner-wrap .fieldset .field select[aria-invalid="true"],
aside.modal-popup .modal-inner-wrap .fieldset .field textarea[aria-invalid="true"] {
  border: 1px solid #f44336;
}
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='email']:focus,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='tel']:focus,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='numbers']:focus,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='number']:focus,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='text']:focus,
aside.modal-popup .modal-inner-wrap .fieldset .field input[type='password']:focus,
aside.modal-popup .modal-inner-wrap .fieldset .field select:focus,
aside.modal-popup .modal-inner-wrap .fieldset .field textarea:focus {
  outline: none !important;
  box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -webkit-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -moz-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
}
aside.modal-popup .modal-inner-wrap .fieldset.address > .field {
  padding: 0px;
}
aside.modal-popup .modal-title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: #4c4b49;
  text-transform: none;
  padding: 0px;
  border: none;
}
aside.modal-popup header.modal-header {
  padding: 2vh 2vw;
}
aside.modal-popup .modal-content {
  padding: 0 2vw;
}
aside.modal-popup footer.modal-footer {
  padding: 2vh 2vw;
  border-top: 1px solid #e6e6e6;
  margin-top: 2vh;
}
aside.modal-popup footer.modal-footer button {
  margin: 2px 5px !important;
  background: #4b7c4b !important;
  padding: 0.6rem 2rem !important;
  color: #ffffff !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1;
  border: none !important;
  width: auto !important;
}
aside.modal-popup footer.modal-footer button.action-hide-popup {
  background: #f4f4f4 !important;
  border-color: #8d8d8d !important;
  color: #4c4b49 !important;
}
aside.modal-popup footer.modal-footer button.action-hide-popup:hover {
  border-color: #4c4b49 !important;
  background: #4c4b49 !important;
  color: #ffffff !important;
}
aside.modal-popup footer.modal-footer button:hover {
  border: none !important;
  background: #4c4b49 !important;
}
aside.modal-popup .action-close {
  text-align: center;
  top: 2vh;
  right: 2vw;
  width: 30px;
  height: 30px;
  padding: 0px;
}
aside.modal-popup .action-close:before {
  display: block;
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  font-size: 24px;
  color: #4b7c4b;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
aside.modal-popup .action-close:hover:before {
  color: #f6a35b;
}
aside.modal-popup .modal-content a:not(.button) {
  color: #f6a35b;
}
aside.modal-popup .modal-content a:not(.button):hover {
  color: #f6a35b;
  text-decoration: underline;
}
aside.modal-popup .modal-content li {
  list-style: disc;
  margin-left: 20px;
}
@media (max-width: 767px) {
  aside.modal-popup.modal-slide .modal-inner-wrap {
    width: auto !important;
    max-width: unset !important;
    background: #ffffff !important;
    border-left: 1px solid #4b7c4b !important;
    border-radius: 0px !important;
  }
}
.modals-overlay {
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  opacity: .8;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
}
.amsl-popup-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 999;
}
.amsl-popup-overlay .amsl-popup-block {
  padding: 20px;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}
.amsl-popup-overlay .amsl-popup-block .amsl-header {
  margin-bottom: 20px;
}
.amsl-popup-overlay .amsl-popup-block .amsl-header h2 {
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: #4c4b49;
  text-transform: uppercase;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form {
  margin: 0;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='email'],
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='tel'],
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='numbers'],
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='number'],
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='text'],
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='password'],
.amsl-popup-overlay .amsl-popup-block .amsl-form select,
.amsl-popup-overlay .amsl-popup-block .amsl-form textarea {
  height: auto;
  font-family: inherit;
  background-color: rgba(0, 0, 0, 0.02);
  border-radius: 100rem;
  border: 0;
  line-height: inherit;
  outline: none;
  padding: .7rem 1.5rem;
  width: 100%;
  color: #4c4b49;
  border: 1px solid #c8c5c5;
  font-size: 1rem;
  line-height: 1.2;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='email']::placeholder,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='tel']::placeholder,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='numbers']::placeholder,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='number']::placeholder,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='text']::placeholder,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='password']::placeholder,
.amsl-popup-overlay .amsl-popup-block .amsl-form select::placeholder,
.amsl-popup-overlay .amsl-popup-block .amsl-form textarea::placeholder {
  color: #8d8d8d;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='email'].is-error,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='tel'].is-error,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='numbers'].is-error,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='number'].is-error,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='text'].is-error,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='password'].is-error,
.amsl-popup-overlay .amsl-popup-block .amsl-form select.is-error,
.amsl-popup-overlay .amsl-popup-block .amsl-form textarea.is-error,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='email'][aria-invalid="true"],
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='tel'][aria-invalid="true"],
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='numbers'][aria-invalid="true"],
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='number'][aria-invalid="true"],
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='text'][aria-invalid="true"],
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='password'][aria-invalid="true"],
.amsl-popup-overlay .amsl-popup-block .amsl-form select[aria-invalid="true"],
.amsl-popup-overlay .amsl-popup-block .amsl-form textarea[aria-invalid="true"] {
  border: 1px solid #f44336;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='email']:focus,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='tel']:focus,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='numbers']:focus,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='number']:focus,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='text']:focus,
.amsl-popup-overlay .amsl-popup-block .amsl-form input[type='password']:focus,
.amsl-popup-overlay .amsl-popup-block .amsl-form select:focus,
.amsl-popup-overlay .amsl-popup-block .amsl-form textarea:focus {
  outline: none !important;
  box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -webkit-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
  -moz-box-shadow: 1px 1px 11px -4px rgba(75, 124, 75, 0.6);
}
.amsl-popup-overlay .amsl-popup-block .amsl-form fieldset.fieldset .field label {
  float: none;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form fieldset.fieldset .field label:before {
  display: none;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form fieldset.fieldset .field input + label {
  display: inline-block;
  width: auto;
  position: relative;
  top: 2px;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form fieldset.fieldset .field.password {
  margin-bottom: 1vh;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form fieldset.fieldset .field.choice:before {
  display: none;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form fieldset.fieldset .field .control {
  width: 100%;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form fieldset.fieldset .secondary {
  text-align: left;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form fieldset.fieldset .secondary a {
  color: #4b7c4b;
}
.amsl-popup-overlay .amsl-popup-block .amsl-form fieldset.fieldset .secondary a:hover {
  color: #f6a35b;
}
.amsl-popup-overlay .amsl-popup-block .actions-toolbar button {
  background: #4b7c4b !important;
  padding: 0.6rem 2rem !important;
  color: #ffffff !important;
  border-radius: 100rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1;
  border: none !important;
  width: auto !important;
  margin: 0 !important;
}
.amsl-popup-overlay .amsl-popup-block .actions-toolbar button:hover {
  border: none !important;
  background: #4c4b49 !important;
}
.amsl-popup-overlay .amsl-popup-block .field-error,
.amsl-popup-overlay .amsl-popup-block div.mage-error[generated] {
  font-size: .875rem;
}
.amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-tablist {
  margin: 0 0 1.5vh 0;
}
.amsl-popup-overlay .amsl-popup-block .amsl-tabs-wrapper .amsl-tablist .amsl-link {
  color: #4b7c4b;
  text-transform: uppercase;
  padding: 0px;
  text-decoration: none;
  border: none;
  font-weight: bold;
}
.field-error {
  font-size: .875rem;
}
.gw-euvat-field {
  display: none;
}
.fieldset > .field.choice:before,
.fieldset > .field.no-label:before {
  display: none;
}
section.copyright img.logo-footer {
  max-height: 25px;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit {
  padding-left: 2rem;
}
.amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before,
.amcheckout-step-container .checkout-billing-address .amcheckout-button.-edit:before {
  display: none;
}
.payment-method.leanpay .installment-checkout-wrapper {
  display: none;
}
.calculate-to-freeship {
  border: 2px solid #ffcb1e;
  border-radius: 10px;
  padding: 20px 15px 20px 70px;
  margin-bottom: 4vh;
  background: #fef8e6;
  width: 100%;
  max-width: 800px;
  position: relative;
}
.calculate-to-freeship span.truc-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.calculate-to-freeship span.title {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  font-size: 1.25rem;
  font-weight: 700;
}
.calculate-to-freeship span.text strong {
  font-size: 1.125rem;
}
.calculate-to-freeship.freeok {
  border-color: #4b7c4b;
  background-color: #e9fce9;
}
div[data-bind*="checkoutConfig.tax_notice_uk"],
div[data-bind*="checkoutConfig.tax_notice_au"] {
  border: 2px solid #f6a35b;
  border-radius: 10px;
  padding: 10px;
  text-align: left;
  background: #fbf0e7;
  margin-top: 20px;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content p.checkout-agreements-button a {
  color: #f6a35b !important;
  background: none !important;
  padding: 0 !important;
  font-weight: normal !important;
}
body.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-wrapper .payment-method .payment-method-content p.checkout-agreements-button a:hover {
  color: #4b7c4b !important;
  text-decoration: underline !important;
}
p.checkout-agreements-button {
  margin-top: 10px;
}
p.checkout-agreements-button.paypal {
  margin-top: 0px;
}
p.checkout-agreements-button a {
  color: #f6a35b;
}
p.checkout-agreements-button a:hover {
  color: #4b7c4b;
}
.optics-trade-newsletter-custom-label:hover a {
  color: #f6a35b;
  transition: color 0s !important;
}
.optics-trade-newsletter-custom-label a {
  text-decoration: underline;
  transition: color 0s !important;
}
.optics-trade-newsletter-custom-label a:hover {
  color: #4c4b49;
}
.is-16-9-aspect-ratio {
  padding-top: 56.25%;
}
.is-font-light {
  font-weight: 300;
}
.is-font-normal {
  font-weight: 400;
}
.is-font-bold {
  font-weight: 700;
}
.is-text-left {
  text-align: left;
}
.is-text-center {
  text-align: center;
}
.is-text-right {
  text-align: right;
}
.is-text-black {
  color: #4c4b49;
}
.is-text-gray {
  color: #8d8d8d;
}
.is-text-green {
  color: #4b7c4b;
}
.is-text-orange {
  color: #f6a35b;
}
.is-text-white {
  color: #ffffff;
}
.is-text-normal {
  font-size: 1rem;
}
.is-text-xs {
  font-size: .75rem;
}
.is-text-sm {
  font-size: .875rem;
}
.is-text-lg {
  font-size: 1.125rem;
}
.is-text-xl {
  font-size: 1.25rem;
}
.is-text-2xl {
  font-size: 1.5rem;
}
.is-text-3xl {
  font-size: 2rem;
}
.is-text-4xl {
  font-size: 3rem;
}
.is-text-capitalize {
  text-transform: capitalize;
}
.is-text-lowercase {
  text-transform: lowercase;
}
.is-text-uppercase {
  text-transform: uppercase;
}
.input-error-message {
  color: #f44336;
  font-size: .875rem;
}
[x-cloak],
.is-hidden {
  display: none;
}
.is-invisible {
  opacity: 0;
  visibility: hidden;
}
.is-hidden-md {
  display: block;
}
@media (min-width: 1024px) {
  .is-hidden-md {
    display: none;
  }
}
.is-hidden-lg {
  display: block;
}
@media (min-width: 1440px) {
  .is-hidden-lg {
    display: none;
  }
}
.is-hidden-xs {
  display: none;
}
@media (min-width: 1024px) {
  .is-hidden-xs {
    display: block;
  }
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbbbbb;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbbbbb;
}
.noUi-active {
  box-shadow: inset 0 0 1px #ffffff, inset 0 1px 7px #dddddd, 0 3px 6px -3px #bbbbbb;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
.flexmasonry {
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}
.flexmasonry-item {
  width: 100%;
}
.flexmasonry-cols-2 .flexmasonry-item {
  width: 50%;
}
.flexmasonry-cols-3 .flexmasonry-item {
  width: 33.333%;
}
.flexmasonry-cols-4 .flexmasonry-item {
  width: 25%;
}
.flexmasonry-cols-5 .flexmasonry-item {
  width: 20%;
}
.flexmasonry-cols-6 .flexmasonry-item {
  width: 16.666%;
}
.flexmasonry-cols-7 .flexmasonry-item {
  width: 14.285%;
}
.flexmasonry-cols-8 .flexmasonry-item {
  width: 12.5%;
}
.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n+1) {
  order: 1;
}
.flexmasonry-cols-2 .flexmasonry-item:nth-child(2n) {
  order: 2;
}
.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+1) {
  order: 1;
}
.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n+2) {
  order: 2;
}
.flexmasonry-cols-3 .flexmasonry-item:nth-child(3n) {
  order: 3;
}
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+1) {
  order: 1;
}
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+2) {
  order: 2;
}
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n+3) {
  order: 3;
}
.flexmasonry-cols-4 .flexmasonry-item:nth-child(4n) {
  order: 4;
}
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+1) {
  order: 1;
}
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+2) {
  order: 2;
}
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+3) {
  order: 3;
}
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n+4) {
  order: 4;
}
.flexmasonry-cols-5 .flexmasonry-item:nth-child(5n) {
  order: 5;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+1) {
  order: 1;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+2) {
  order: 2;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+3) {
  order: 3;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+4) {
  order: 4;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n+5) {
  order: 5;
}
.flexmasonry-cols-6 .flexmasonry-item:nth-child(6n) {
  order: 6;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+1) {
  order: 1;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+2) {
  order: 2;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+3) {
  order: 3;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+4) {
  order: 4;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+5) {
  order: 5;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n+6) {
  order: 6;
}
.flexmasonry-cols-7 .flexmasonry-item:nth-child(7n) {
  order: 7;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+1) {
  order: 1;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+2) {
  order: 2;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+3) {
  order: 3;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+4) {
  order: 4;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+5) {
  order: 5;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+6) {
  order: 6;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n+7) {
  order: 7;
}
.flexmasonry-cols-8 .flexmasonry-item:nth-child(8n) {
  order: 8;
}
.flexmasonry-break {
  content: "";
  flex-basis: 100%;
  width: 0 !important;
  margin: 0;
}
.flexmasonry-break-1 {
  order: 1;
}
.flexmasonry-break-2 {
  order: 2;
}
.flexmasonry-break-3 {
  order: 3;
}
.flexmasonry-break-4 {
  order: 4;
}
.flexmasonry-break-5 {
  order: 5;
}
.flexmasonry-break-6 {
  order: 6;
}
.flexmasonry-break-7 {
  order: 7;
}
body .fslightbox-container {
  background: rgb(255,255,255, 0.93);
}
body .fslightbox-toolbar {
  background: #e8e8e8;
}
body .fslightbox-toolbar-button:hover .fslightbox-svg-path {
  fill: #4b7c4b;
}
body .fslightbox-svg-path {
  fill: #4c4b49;
}
body .fslightbox-slide-number-container {
  color: #4c4b49;
}
body .fslightbox-slide-number-container .fslightbox-slash {
  background: #8d8d8d;
}
body .fslightbox-slide-btn {
  background: #e8e8e8;
  border-radius: 100%;
}
body .fslightbox-slide-btn-container:hover .fslightbox-svg-path {
  fill: #4b7c4b;
}
body .fslightbox-caption {
  background: transparent;
}
body .fslightbox-caption-inner {
  color: #4c4b49;
}
body .fslightbox-thumbs {
  background: transparent;
}
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover,
.glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
