@charset "UTF-8";
/*! 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%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          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;
          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;
          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;
}

.l__contain, body.single-product .woocommerce-notices-wrapper, .related.products,
.upsells.products,
.up-sells.products, .wp-block-columns {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}
@media (max-width: 1024px) {
  .l__contain, body.single-product .woocommerce-notices-wrapper, .related.products,
  .upsells.products,
  .up-sells.products, .wp-block-columns {
    padding: 0 20px;
  }
}
.l__contain--full {
  padding: 0;
}
.l__contain--narrow {
  max-width: 1200px;
}
.l__position--abcenter {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.l__position--flexVertical {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l__position--flexCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l__panel {
  height: 50vh;
  position: relative;
}
.l__panel--full {
  height: 100vh;
}
.l__bottom {
  margin-bottom: 2em;
}
.l__bottomLg {
  margin-bottom: 5em;
}
.l__left {
  float: left;
}
.l__right {
  float: right;
}
.l__aligncenter {
  text-align: center;
}
.l__alignright {
  text-align: right;
}

.l__wrap {
  position: relative;
}

.l__flexheight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l__gridmaintain {
  height: 100%;
}

.l__row {
  clear: both;
}
.l__row__negative5 {
  margin: 0 -5px;
}
.l__row__negative5 > .l__col > .l__col__evenpad, .l__row__negative5 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 5px;
}
.l__row__negative8 {
  margin: 0 -8px;
}
.l__row__negative8 > .l__col > .l__col__evenpad, .l__row__negative8 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 8px;
}
.l__row__negative10 {
  margin: 0 -10px;
}
.l__row__negative10 > .l__col > .l__col__evenpad, .l__row__negative10 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 10px;
}
.l__row__negative15 {
  margin: 0 -15px;
}
.l__row__negative15 > .l__col > .l__col__evenpad, .l__row__negative15 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 15px;
}
.l__row__negative20 {
  margin: 0 -20px;
}
.l__row__negative20 > .l__col > .l__col__evenpad, .l__row__negative20 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 20px;
}
.l__row__negative30 {
  margin: 0 -30px;
}
.l__row__negative30 > .l__col > .l__col__evenpad, .l__row__negative30 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 30px;
}
.l__row__negative70 {
  margin: 0 -70px;
}
.l__row__negative70 > .l__col > .l__col__evenpad, .l__row__negative70 > .l__flexheight > .l__col > .l__col__evenpad {
  margin: 0 70px;
}
.l__row__altlayout > [class*=l__col], .l__row__altlayout .l__flexheight > [class*=l__col] {
  float: right;
}
@media (max-width: 1366px) {
  .l__row .l__row[data-1366*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-1366*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-1366*=negative30] {
    margin: 0 -30px;
  }
  .l__row .l__row[data-1366*=negative30] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative30] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 30px;
  }
  .l__row .l__row[data-1366*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-1366*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-1366*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-1366*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-1366*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-1366*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-1366*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-1366*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-1366*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1024px) {
  .l__row .l__row[data-1024*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-1024*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-1024*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-1024*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-1024*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-1024*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-1024*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-1024*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-1024*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-1024*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-1024*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .l__row .l__row[data-768*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-768*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-768*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-768*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-768*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-768*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-768*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-768*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-768*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-768*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-768*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .l__row .l__row[data-480*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-480*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-480*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-480*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-480*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-480*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-480*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-480*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-480*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-480*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-480*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 360px) {
  .l__row .l__row[data-360*=flush] {
    margin: 0;
  }
  .l__row .l__row[data-360*=flush] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row .l__row[data-360*=negative20] {
    margin: 0 -20px;
  }
  .l__row .l__row[data-360*=negative20] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row .l__row[data-360*=negative15] {
    margin: 0 -15px;
  }
  .l__row .l__row[data-360*=negative15] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row .l__row[data-360*=negative10] {
    margin: 0 -10px;
  }
  .l__row .l__row[data-360*=negative10] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row .l__row[data-360*=negative5] {
    margin: 0 -5px;
  }
  .l__row .l__row[data-360*=negative5] > .l__col > .l__col__evenpad, .l__row .l__row[data-360*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
.l__row .l__col__evenpad {
  margin: 0 10px;
}
.l__row .l__col__span1, .l__row .l__col__span2, .l__row .l__col__span3, .l__row .l__col__span4, .l__row .l__col__span5, .l__row .l__col__span6, .l__row .l__col__span7, .l__row .l__col__span8, .l__row .l__col__span9, .l__row .l__col__span10, .l__row .l__col__span11, .l__row .l__col__span12 {
  float: left;
}
.l__row .l__col__span1 {
  width: 8.3333333333%;
}
.l__row .l__col__offby1 {
  margin-left: 8.3333333333%;
}
.l__row .l__col__offbyAlt1 {
  margin-right: 8.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby1366*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby1024*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby768*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby480*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="1"] {
    margin-right: 8.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="1"] {
    width: 8.3333333333%;
  }
  .l__row .l__col[data-offby360*="1"] {
    margin-left: 8.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="1"] {
    margin-right: 8.3333333333%;
  }
}
.l__row .l__col__span2 {
  width: 16.6666666667%;
}
.l__row .l__col__offby2 {
  margin-left: 16.6666666667%;
}
.l__row .l__col__offbyAlt2 {
  margin-right: 16.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby1366*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby1024*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby768*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby480*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="2"] {
    margin-right: 16.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="2"] {
    width: 16.6666666667%;
  }
  .l__row .l__col[data-offby360*="2"] {
    margin-left: 16.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="2"] {
    margin-right: 16.6666666667%;
  }
}
.l__row .l__col__span3 {
  width: 25%;
}
.l__row .l__col__offby3 {
  margin-left: 25%;
}
.l__row .l__col__offbyAlt3 {
  margin-right: 25%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby1366*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt1366*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby1024*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt1024*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby768*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt768*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby480*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt480*="3"] {
    margin-right: 25%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="3"] {
    width: 25%;
  }
  .l__row .l__col[data-offby360*="3"] {
    margin-left: 25%;
  }
  .l__row .l__col[data-offbyAlt360*="3"] {
    margin-right: 25%;
  }
}
.l__row .l__col__span4 {
  width: 33.3333333333%;
}
.l__row .l__col__offby4 {
  margin-left: 33.3333333333%;
}
.l__row .l__col__offbyAlt4 {
  margin-right: 33.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby1366*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby1024*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby768*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby480*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="4"] {
    margin-right: 33.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="4"] {
    width: 33.3333333333%;
  }
  .l__row .l__col[data-offby360*="4"] {
    margin-left: 33.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="4"] {
    margin-right: 33.3333333333%;
  }
}
.l__row .l__col__span5 {
  width: 41.6666666667%;
}
.l__row .l__col__offby5 {
  margin-left: 41.6666666667%;
}
.l__row .l__col__offbyAlt5 {
  margin-right: 41.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby1366*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby1024*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby768*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby480*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="5"] {
    margin-right: 41.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="5"] {
    width: 41.6666666667%;
  }
  .l__row .l__col[data-offby360*="5"] {
    margin-left: 41.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="5"] {
    margin-right: 41.6666666667%;
  }
}
.l__row .l__col__span6 {
  width: 50%;
}
.l__row .l__col__offby6 {
  margin-left: 50%;
}
.l__row .l__col__offbyAlt6 {
  margin-right: 50%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby1366*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt1366*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby1024*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt1024*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby768*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt768*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby480*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt480*="6"] {
    margin-right: 50%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="6"] {
    width: 50%;
  }
  .l__row .l__col[data-offby360*="6"] {
    margin-left: 50%;
  }
  .l__row .l__col[data-offbyAlt360*="6"] {
    margin-right: 50%;
  }
}
.l__row .l__col__span7 {
  width: 58.3333333333%;
}
.l__row .l__col__offby7 {
  margin-left: 58.3333333333%;
}
.l__row .l__col__offbyAlt7 {
  margin-right: 58.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby1366*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby1024*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby768*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby480*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="7"] {
    margin-right: 58.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="7"] {
    width: 58.3333333333%;
  }
  .l__row .l__col[data-offby360*="7"] {
    margin-left: 58.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="7"] {
    margin-right: 58.3333333333%;
  }
}
.l__row .l__col__span8 {
  width: 66.6666666667%;
}
.l__row .l__col__offby8 {
  margin-left: 66.6666666667%;
}
.l__row .l__col__offbyAlt8 {
  margin-right: 66.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby1366*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby1024*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby768*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby480*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="8"] {
    margin-right: 66.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="8"] {
    width: 66.6666666667%;
  }
  .l__row .l__col[data-offby360*="8"] {
    margin-left: 66.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="8"] {
    margin-right: 66.6666666667%;
  }
}
.l__row .l__col__span9 {
  width: 75%;
}
.l__row .l__col__offby9 {
  margin-left: 75%;
}
.l__row .l__col__offbyAlt9 {
  margin-right: 75%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby1366*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt1366*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby1024*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt1024*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby768*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt768*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby480*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt480*="9"] {
    margin-right: 75%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="9"] {
    width: 75%;
  }
  .l__row .l__col[data-offby360*="9"] {
    margin-left: 75%;
  }
  .l__row .l__col[data-offbyAlt360*="9"] {
    margin-right: 75%;
  }
}
.l__row .l__col__span10 {
  width: 83.3333333333%;
}
.l__row .l__col__offby10 {
  margin-left: 83.3333333333%;
}
.l__row .l__col__offbyAlt10 {
  margin-right: 83.3333333333%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby1366*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1366*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby1024*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt1024*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby768*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt768*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby480*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt480*="10"] {
    margin-right: 83.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="10"] {
    width: 83.3333333333%;
  }
  .l__row .l__col[data-offby360*="10"] {
    margin-left: 83.3333333333%;
  }
  .l__row .l__col[data-offbyAlt360*="10"] {
    margin-right: 83.3333333333%;
  }
}
.l__row .l__col__span11 {
  width: 91.6666666667%;
}
.l__row .l__col__offby11 {
  margin-left: 91.6666666667%;
}
.l__row .l__col__offbyAlt11 {
  margin-right: 91.6666666667%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby1366*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1366*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby1024*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt1024*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby768*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt768*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby480*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt480*="11"] {
    margin-right: 91.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="11"] {
    width: 91.6666666667%;
  }
  .l__row .l__col[data-offby360*="11"] {
    margin-left: 91.6666666667%;
  }
  .l__row .l__col[data-offbyAlt360*="11"] {
    margin-right: 91.6666666667%;
  }
}
.l__row .l__col__span12 {
  width: 100%;
}
.l__row .l__col__offby12 {
  margin-left: 100%;
}
.l__row .l__col__offbyAlt12 {
  margin-right: 100%;
}
@media (max-width: 1366px) {
  .l__row .l__col[data-1366*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby1366*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt1366*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-1024*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby1024*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt1024*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-768*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby768*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt768*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-480*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby480*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt480*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-360*="12"] {
    width: 100%;
  }
  .l__row .l__col[data-offby360*="12"] {
    margin-left: 100%;
  }
  .l__row .l__col[data-offbyAlt360*="12"] {
    margin-right: 100%;
  }
}
@media (max-width: 1366px) {
  .l__row .l__col[data-offby1366="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .l__row .l__col[data-offby1024="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .l__row .l__col[data-offby768="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .l__row .l__col[data-offby480="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  .l__row .l__col[data-offby360="0"] {
    margin-left: 0;
    margin-right: 0;
  }
}
.l__rowFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l__rowFlex .l__col__span1 {
  -ms-flex-preferred-size: 8.3333333333%;
      flex-basis: 8.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span1[data-1366*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span1[data-1024*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span1[data-768*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span1[data-480*="1"] {
    width: 8.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span1[data-360*="1"] {
    width: 8.3333333333%;
  }
}
.l__rowFlex .l__col__span2 {
  -ms-flex-preferred-size: 16.6666666667%;
      flex-basis: 16.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span2[data-1366*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span2[data-1024*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span2[data-768*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span2[data-480*="2"] {
    width: 16.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span2[data-360*="2"] {
    width: 16.6666666667%;
  }
}
.l__rowFlex .l__col__span3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span3[data-1366*="3"] {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span3[data-1024*="3"] {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span3[data-768*="3"] {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span3[data-480*="3"] {
    width: 25%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span3[data-360*="3"] {
    width: 25%;
  }
}
.l__rowFlex .l__col__span4 {
  -ms-flex-preferred-size: 33.3333333333%;
      flex-basis: 33.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span4[data-1366*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span4[data-1024*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span4[data-768*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span4[data-480*="4"] {
    width: 33.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span4[data-360*="4"] {
    width: 33.3333333333%;
  }
}
.l__rowFlex .l__col__span5 {
  -ms-flex-preferred-size: 41.6666666667%;
      flex-basis: 41.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span5[data-1366*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span5[data-1024*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span5[data-768*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span5[data-480*="5"] {
    width: 41.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span5[data-360*="5"] {
    width: 41.6666666667%;
  }
}
.l__rowFlex .l__col__span6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span6[data-1366*="6"] {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span6[data-1024*="6"] {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span6[data-768*="6"] {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span6[data-480*="6"] {
    width: 50%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span6[data-360*="6"] {
    width: 50%;
  }
}
.l__rowFlex .l__col__span7 {
  -ms-flex-preferred-size: 58.3333333333%;
      flex-basis: 58.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span7[data-1366*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span7[data-1024*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span7[data-768*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span7[data-480*="7"] {
    width: 58.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span7[data-360*="7"] {
    width: 58.3333333333%;
  }
}
.l__rowFlex .l__col__span8 {
  -ms-flex-preferred-size: 66.6666666667%;
      flex-basis: 66.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span8[data-1366*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span8[data-1024*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span8[data-768*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span8[data-480*="8"] {
    width: 66.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span8[data-360*="8"] {
    width: 66.6666666667%;
  }
}
.l__rowFlex .l__col__span9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span9[data-1366*="9"] {
    width: 75%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span9[data-1024*="9"] {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span9[data-768*="9"] {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span9[data-480*="9"] {
    width: 75%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span9[data-360*="9"] {
    width: 75%;
  }
}
.l__rowFlex .l__col__span10 {
  -ms-flex-preferred-size: 83.3333333333%;
      flex-basis: 83.3333333333%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span10[data-1366*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span10[data-1024*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span10[data-768*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span10[data-480*="10"] {
    width: 83.3333333333%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span10[data-360*="10"] {
    width: 83.3333333333%;
  }
}
.l__rowFlex .l__col__span11 {
  -ms-flex-preferred-size: 91.6666666667%;
      flex-basis: 91.6666666667%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span11[data-1366*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span11[data-1024*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span11[data-768*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span11[data-480*="11"] {
    width: 91.6666666667%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span11[data-360*="11"] {
    width: 91.6666666667%;
  }
}
.l__rowFlex .l__col__span12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (max-width: 1366px) {
  .l__rowFlex .l__col__span12[data-1366*="12"] {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .l__rowFlex .l__col__span12[data-1024*="12"] {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .l__rowFlex .l__col__span12[data-768*="12"] {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .l__rowFlex .l__col__span12[data-480*="12"] {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .l__rowFlex .l__col__span12[data-360*="12"] {
    width: 100%;
  }
}
.l__rowFlex--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1366px) {
  .l__row[data-1366*=flush] {
    margin: 0;
  }
  .l__row[data-1366*=flush] > .l__col > .l__col__evenpad, .l__row[data-1366*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-1366*=negative30] {
    margin: 0 -30px;
  }
  .l__row[data-1366*=negative30] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative30] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 30px;
  }
  .l__row[data-1366*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-1366*=negative20] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-1366*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-1366*=negative15] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-1366*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-1366*=negative10] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-1366*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-1366*=negative5] > .l__col > .l__col__evenpad, .l__row[data-1366*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1024px) {
  .l__row[data-1024*=flush] {
    margin: 0;
  }
  .l__row[data-1024*=flush] > .l__col > .l__col__evenpad, .l__row[data-1024*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-1024*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-1024*=negative20] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-1024*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-1024*=negative15] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-1024*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-1024*=negative10] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-1024*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-1024*=negative5] > .l__col > .l__col__evenpad, .l__row[data-1024*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 768px) {
  .l__row[data-768*=flush] {
    margin: 0;
  }
  .l__row[data-768*=flush] > .l__col > .l__col__evenpad, .l__row[data-768*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-768*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-768*=negative20] > .l__col > .l__col__evenpad, .l__row[data-768*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-768*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-768*=negative15] > .l__col > .l__col__evenpad, .l__row[data-768*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-768*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-768*=negative10] > .l__col > .l__col__evenpad, .l__row[data-768*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-768*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-768*=negative5] > .l__col > .l__col__evenpad, .l__row[data-768*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 480px) {
  .l__row[data-480*=flush] {
    margin: 0;
  }
  .l__row[data-480*=flush] > .l__col > .l__col__evenpad, .l__row[data-480*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-480*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-480*=negative20] > .l__col > .l__col__evenpad, .l__row[data-480*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-480*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-480*=negative15] > .l__col > .l__col__evenpad, .l__row[data-480*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-480*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-480*=negative10] > .l__col > .l__col__evenpad, .l__row[data-480*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-480*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-480*=negative5] > .l__col > .l__col__evenpad, .l__row[data-480*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 360px) {
  .l__row[data-360*=flush] {
    margin: 0;
  }
  .l__row[data-360*=flush] > .l__col > .l__col__evenpad, .l__row[data-360*=flush] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0;
  }
  .l__row[data-360*=negative20] {
    margin: 0 -20px;
  }
  .l__row[data-360*=negative20] > .l__col > .l__col__evenpad, .l__row[data-360*=negative20] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 20px;
  }
  .l__row[data-360*=negative15] {
    margin: 0 -15px;
  }
  .l__row[data-360*=negative15] > .l__col > .l__col__evenpad, .l__row[data-360*=negative15] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 15px;
  }
  .l__row[data-360*=negative10] {
    margin: 0 -10px;
  }
  .l__row[data-360*=negative10] > .l__col > .l__col__evenpad, .l__row[data-360*=negative10] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 10px;
  }
  .l__row[data-360*=negative5] {
    margin: 0 -5px;
  }
  .l__row[data-360*=negative5] > .l__col > .l__col__evenpad, .l__row[data-360*=negative5] > .l__flexheight > .l__col > .l__col__evenpad {
    margin: 0 5px;
  }
}
@media (max-width: 1024px) {
  [data-1024*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  [data-768*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  [data-480*=reverse] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l__row__altlayout .l__col__offby1 {
  margin-right: 8.3333333333%;
}
.l__row__altlayout .l__col__offby2 {
  margin-right: 16.6666666667%;
}
.l__row__altlayout .l__col__offby3 {
  margin-right: 25%;
}
.l__row__altlayout .l__col__offby4 {
  margin-right: 33.3333333333%;
}
.l__row__altlayout .l__col__offby5 {
  margin-right: 41.6666666667%;
}
.l__row__altlayout .l__col__offby6 {
  margin-right: 50%;
}
.l__row__altlayout .l__col__offby7 {
  margin-right: 58.3333333333%;
}
.l__row__altlayout .l__col__offby8 {
  margin-right: 66.6666666667%;
}
.l__row__altlayout .l__col__offby9 {
  margin-right: 75%;
}
.l__row__altlayout .l__col__offby10 {
  margin-right: 83.3333333333%;
}
.l__row__altlayout .l__col__offby11 {
  margin-right: 91.6666666667%;
}
.l__row__altlayout .l__col__offby12 {
  margin-right: 100%;
}

.l__row__colCenter .l__col {
  float: none;
  display: inline-block;
  margin: 0 -2px;
}

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

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
html.nav-open {
  overflow: hidden;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:focus-visible {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px #34354F;
          box-shadow: 0 0 0 2px #34354F;
}

body:not(.wp-admin) {
  font-family: "Arial", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  color: #4D5052;
}
@media (min-width: 1025px) {
  body:not(.wp-admin) {
    overflow-x: visible;
  }
}
body:not(.wp-admin).nav-open .g__header__shopNav {
  margin-bottom: 1em;
}
@media (min-width: 1025px) {
  body:not(.wp-admin).nav-open::after {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-color: #34354F;
    opacity: 0.2;
    position: fixed;
    top: 0;
    z-index: 1;
  }
}
@media (min-width: 1025px) and (max-width: 1024px) {
  body:not(.wp-admin).nav-open::after {
    display: none;
  }
}
@media (min-width: 1025px) {
  body:not(.wp-admin) .is-layout-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  body:not(.wp-admin) .wp-block-column {
    -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
  }
}

html.nav-open {
  overflow-y: scroll;
}

body.hero-video-block:not(.sticky):not(.nav-open) #site-header {
  background: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .white-logo {
  display: block;
  width: 159px;
  height: auto;
  max-height: auto;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .white-logo img {
  width: 159px;
  height: auto;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .logo {
  display: none;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__actions a svg, body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__actions label svg {
  fill: #fff;
  stroke: #fff;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__search form::before {
  content: unset;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__search form input[type=text] {
  border-color: #fff;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__search form input[type=text]:hover {
  color: #fff;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__search form input[type=text]:hover::-webkit-input-placeholder {
  color: #fff;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__search form input[type=text]:hover::-moz-placeholder {
  color: #fff;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__search form input[type=text]:hover:-ms-input-placeholder {
  color: #fff;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__search form input[type=text]:hover::-ms-input-placeholder {
  color: #fff;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__search form input[type=text]:hover::placeholder {
  color: #fff;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .g__header__search form input[type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 0;
  background: url(../images/icons/search-white.svg) center/contain no-repeat transparent;
  height: 17px;
  width: 18px;
  right: 11px;
  font-size: 0;
  text-indent: 100%;
  overflow: hidden;
  cursor: pointer;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header .m__nav__item {
  color: #fff;
}
body.hero-video-block:not(.sticky):not(.nav-open) #site-header #menu-toggle .menu-line {
  background-color: #fff;
}
body.hero-video-block #site-content {
  margin-top: 0 !important;
}
body.hero-video-block .search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #fff;
  padding: 0 0 0 10px;
  overflow: hidden;
  width: 350px;
  margin-top: 20px;
}
body.hero-video-block .search-header input[type=text] {
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 20px 0 0 20px;
  font-size: 1em;
  padding: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  border: none;
}
body.hero-video-block .search-header input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
body.hero-video-block .search-header input[type=text]:-moz-placeholder {
  color: #fff;
}
body.hero-video-block .search-header input[type=text]::-moz-placeholder {
  color: #fff;
}
body.hero-video-block .search-header input[type=text]:-ms-input-placeholder {
  color: #fff;
}
body.hero-video-block .search-header button[type=submit] {
  background: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 0 20px 20px 0;
  margin-left: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
body.hero-video-block .search-header button[type=submit] svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  stroke: #fff;
  display: block;
}
body.hero-video-block .search-header button[type=submit]:hover, body.hero-video-block .search-header button[type=submit]:focus {
  background: rgba(255, 255, 255, 0.1);
}

#site-content {
  width: 100%;
  float: left;
  margin-top: 116px;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  #site-content.sticky-banner-enabled {
    margin-top: 194px;
  }
}
@media (max-width: 1024px) {
  #site-content {
    margin-top: 82px;
  }
}
#site-content.woocommerce {
  margin-top: 195px;
}
@media (max-width: 1024px) {
  #site-content.woocommerce {
    margin-top: 91px;
  }
}

@media (max-width: 1024px) {
  .wp-block-columns {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.ti-widget.ti-goog .ti-widget-container {
  margin-bottom: 0 !important;
}

#sticky-banner {
  position: fixed;
  width: 100%;
  background: rgba(235, 234, 234, 0.8549019608);
  z-index: 9990;
  top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12rem;
}
@media (max-width: 1024px) {
  #sticky-banner {
    display: none;
  }
}
#sticky-banner .sticky-banner-item {
  margin: 3px 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sticky-banner picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#sticky-banner p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 0;
  font-weight: bold;
}
#sticky-banner p a {
  text-decoration: underline;
}

body.nav-open #sticky-banner {
  display: none !important;
  pointer-events: none;
}

.sticky #sticky-banner {
  top: 100px;
}

.m__section__image-wrap--contained [data-bkimage] {
  padding-top: unset;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
}

.m__featuredProducts-labels label, .header-basket-minicart .woocommerce-mini-cart__buttons > .button, .woocommerce ul.products[class*=columns-] li.product a.wp-element-button, .woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt, .woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit, .play-btn, .btn, .m__form__centre .gform_button,
.m__form__centre input[type=submit], .gform_footer .gform_button,
.gform_footer input[type=submit], .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .woocommerce #add_payment_method #payment button#place_order,
.woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-checkout #payment button#place_order, .woocommerce table.shop_table th .button,
.woocommerce table.shop_table td .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout #payment .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order {
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 4em;
  text-align: center;
  text-transform: none;
  outline: 0;
  border: solid 2px #0096CF;
  background: #0096CF;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  min-width: 220px;
  font-weight: 700;
  border-radius: 4px;
  color: #fff;
}
@media (max-width: 1024px) {
  .m__featuredProducts-labels label, .header-basket-minicart .woocommerce-mini-cart__buttons > .button, .woocommerce ul.products[class*=columns-] li.product a.wp-element-button, .woocommerce a.button.alt,
  .woocommerce button.button.alt,
  .woocommerce input.button.alt,
  .woocommerce #respond input#submit.alt, .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit, .play-btn, .btn, .m__form__centre .gform_button,
  .m__form__centre input[type=submit], .gform_footer .gform_button,
  .gform_footer input[type=submit], .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .woocommerce #add_payment_method #payment button#place_order,
  .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment button#place_order, .woocommerce table.shop_table th .button,
  .woocommerce table.shop_table td .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout #payment .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order {
    padding: 10px 2em;
  }
}

.btn span, .m__form__centre .gform_button span,
.m__form__centre input[type=submit] span, .gform_footer .gform_button span,
.gform_footer input[type=submit] span, .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss) span, .woocommerce #add_payment_method #payment button#place_order span,
.woocommerce .woocommerce-cart #payment button#place_order span,
.woocommerce .woocommerce-checkout #payment button#place_order span, .woocommerce table.shop_table th .button span,
.woocommerce table.shop_table td .button span, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button span, body.woocommerce-checkout #payment .button span, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button span, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button span, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button span, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button span, body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order span {
  position: relative;
}
.btn span::after, .m__form__centre .gform_button span::after,
.m__form__centre input[type=submit] span::after, .gform_footer .gform_button span::after,
.gform_footer input[type=submit] span::after, .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss) span::after, .woocommerce #add_payment_method #payment button#place_order span::after,
.woocommerce .woocommerce-cart #payment button#place_order span::after,
.woocommerce .woocommerce-checkout #payment button#place_order span::after, .woocommerce table.shop_table th .button span::after,
.woocommerce table.shop_table td .button span::after, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button span::after, body.woocommerce-checkout #payment .button span::after, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button span::after, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button span::after, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button span::after, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button span::after, body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order span::after {
  content: "";
  position: absolute;
  height: 1.5px;
  bottom: -4px;
  width: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 480px) {
  .btn.mobile-full-width, .m__form__centre .mobile-full-width.gform_button,
  .m__form__centre input.mobile-full-width[type=submit], .gform_footer .mobile-full-width.gform_button,
  .gform_footer input.mobile-full-width[type=submit], .c__productWrap .entry-summary button.mobile-full-width:not(.wcwl_notice_dismiss), .woocommerce #add_payment_method #payment button.mobile-full-width#place_order,
  .woocommerce .woocommerce-cart #payment button.mobile-full-width#place_order,
  .woocommerce .woocommerce-checkout #payment button.mobile-full-width#place_order, .woocommerce table.shop_table th .mobile-full-width.button,
  .woocommerce table.shop_table td .mobile-full-width.button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .mobile-full-width.button, body.woocommerce-checkout #payment .mobile-full-width.button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button.mobile-full-width, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.mobile-full-width, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button.mobile-full-width, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .mobile-full-width.button, body.woocommerce-account .woocommerce #add_payment_method #payment .mobile-full-width.button#place_order {
    width: 100%;
  }
}
.btn.return, .m__form__centre .return.gform_button,
.m__form__centre input.return[type=submit], .gform_footer .return.gform_button,
.gform_footer input.return[type=submit], .c__productWrap .entry-summary button.return:not(.wcwl_notice_dismiss), .woocommerce #add_payment_method #payment button.return#place_order,
.woocommerce .woocommerce-cart #payment button.return#place_order,
.woocommerce .woocommerce-checkout #payment button.return#place_order, .woocommerce table.shop_table th .return.button,
.woocommerce table.shop_table td .return.button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .return.button, body.woocommerce-checkout #payment .return.button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button.return, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.return, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button.return, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .return.button, body.woocommerce-account .woocommerce #add_payment_method #payment .return.button#place_order {
  margin-bottom: 2em;
}
.btn:hover, .m__form__centre .gform_button:hover,
.m__form__centre input[type=submit]:hover, .gform_footer .gform_button:hover,
.gform_footer input[type=submit]:hover, .c__productWrap .entry-summary button:hover:not(.wcwl_notice_dismiss), .woocommerce #add_payment_method #payment button#place_order:hover,
.woocommerce .woocommerce-cart #payment button#place_order:hover,
.woocommerce .woocommerce-checkout #payment button#place_order:hover, .woocommerce table.shop_table th .button:hover,
.woocommerce table.shop_table td .button:hover, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button:hover, body.woocommerce-checkout #payment .button:hover, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button:hover, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button:hover, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button:hover, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button:hover, body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order:hover {
  text-decoration: none;
}
.btn:hover span::after, .m__form__centre .gform_button:hover span::after,
.m__form__centre input[type=submit]:hover span::after, .gform_footer .gform_button:hover span::after,
.gform_footer input[type=submit]:hover span::after, .c__productWrap .entry-summary button:hover:not(.wcwl_notice_dismiss) span::after, .woocommerce #add_payment_method #payment button#place_order:hover span::after,
.woocommerce .woocommerce-cart #payment button#place_order:hover span::after,
.woocommerce .woocommerce-checkout #payment button#place_order:hover span::after, .woocommerce table.shop_table th .button:hover span::after,
.woocommerce table.shop_table td .button:hover span::after, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button:hover span::after, body.woocommerce-checkout #payment .button:hover span::after, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button:hover span::after, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button:hover span::after, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button:hover span::after, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button:hover span::after, body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order:hover span::after {
  width: 50%;
}
.btn--standard, .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .header-basket-minicart .woocommerce-mini-cart__buttons > .button:last-of-type, .woocommerce #add_payment_method #payment button#place_order,
.woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-checkout #payment button#place_order, .woocommerce table.shop_table th .button,
.woocommerce table.shop_table td .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout #payment .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order {
  background: #0096CF;
  border-color: #0096CF;
  color: #fff;
}
.btn--text {
  background-color: unset;
  border: unset;
  color: #0096CF;
  padding: unset;
  min-width: unset;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn--text:after {
  content: "";
  background: #0096CF;
  width: 100%;
  position: absolute;
  bottom: -3px;
  height: 3px;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn--text:hover::after, .btn--text.active::after {
  width: 70%;
}
.btn--secondary, .m__form__centre .gform_button,
.m__form__centre input[type=submit], .gform_footer .gform_button,
.gform_footer input[type=submit], .header-basket-minicart .woocommerce-mini-cart__buttons > .button:first-of-type {
  color: #fff;
}
.btn--secondary:hover, .m__form__centre .gform_button:hover,
.m__form__centre input[type=submit]:hover, .gform_footer .gform_button:hover,
.gform_footer input[type=submit]:hover, .header-basket-minicart .woocommerce-mini-cart__buttons > .button:hover:first-of-type, .btn--secondary.active, .m__form__centre .active.gform_button,
.m__form__centre input.active[type=submit], .gform_footer .active.gform_button,
.gform_footer input.active[type=submit], .header-basket-minicart .woocommerce-mini-cart__buttons > .active.button:first-of-type {
  background-color: #0096CF;
  color: #fff;
}
.btn--white {
  background-color: #fff;
  border-color: #fff;
  color: #0096CF;
}
.btn--white:hover, .btn--white.active {
  background-color: #0096CF;
  color: #fff;
}
.btn--border {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}
.btn--border:hover, .btn--border.active {
  background-color: #34354F;
}

.tertiary-link {
  position: relative;
  color: #34354F;
  font-weight: 500;
  padding-right: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.tertiary-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 7px;
  width: 15px;
  background: url("../images/icons/tertiary-arrow-red.svg") center/cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tertiary-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #0096CF;
  left: 0;
  bottom: -5px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tertiary-link:hover::after {
  width: 100%;
}
.tertiary-link-white {
  color: #fff;
}
.tertiary-link-white::before {
  background-image: url("../images/icons/tertiary-arrow-white.svg");
}
.tertiary-link-white::after {
  background-color: #fff;
}
.tertiary-link-white:hover {
  color: #fff;
}
.tertiary-link-white:hover::before {
  background-image: url("../images/icons/tertiary-arrow-white.svg");
}
@media (max-width: 1024px) {
  .tertiary-link.desktop-only {
    display: none;
  }
}
@media (min-width: 1025px) {
  .tertiary-link.mobile-only {
    display: none;
  }
}

.close-btn, .header-basket-minicart .header-basket-minicart-close {
  padding-right: 30px;
  line-height: 22px;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  opacity: 1;
  -webkit-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  cursor: pointer;
}
.close-btn:hover, .header-basket-minicart .header-basket-minicart-close:hover {
  background-color: #0096CF;
}
.close-btn::before, .header-basket-minicart .header-basket-minicart-close::before, .close-btn::after, .header-basket-minicart .header-basket-minicart-close::after {
  position: absolute;
  right: 10px;
  content: " ";
  height: 20px;
  width: 3px;
  background-color: #34354F;
}
.close-btn::before, .header-basket-minicart .header-basket-minicart-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.close-btn::after, .header-basket-minicart .header-basket-minicart-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  cursor: pointer;
  min-height: 56px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.play-btn::before {
  content: "";
  width: 8px;
  height: 10px;
  margin-right: 8px;
  background-image: url("../images/icons/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.btn--video::before {
  content: "";
  width: 8px;
  height: 10px;
  background-image: url("../images/icons/play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.m__pagination,
.woocommerce-pagination {
  text-align: center !important;
  width: 100%;
  float: left;
  margin: 1em 0 2em;
}
.m__pagination ul,
.woocommerce-pagination ul {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
.m__pagination ul li,
.woocommerce-pagination ul li {
  display: inline-block;
  border: 0 !important;
}
.m__pagination ul li:first-child .prev,
.woocommerce-pagination ul li:first-child .prev {
  margin-right: 17px;
}
.m__pagination ul li:last-child .next,
.woocommerce-pagination ul li:last-child .next {
  margin-left: 17px;
}
.m__pagination ul li a,
.m__pagination ul li .page-numbers,
.woocommerce-pagination ul li a,
.woocommerce-pagination ul li .page-numbers {
  display: inline-block;
  width: 31px;
  height: 31px;
  line-height: 29px !important;
  vertical-align: middle;
  border: 0;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  background-color: transparent;
  color: #34354F !important;
  -webkit-transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
  transition: border-color 200ms ease-in-out, background-color 200ms ease-in-out, color 200ms ease-in-out;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 !important;
}
.m__pagination ul li a:not(.current, .dots, .next, .prev):hover,
.m__pagination ul li .page-numbers:not(.current, .dots, .next, .prev):hover,
.woocommerce-pagination ul li a:not(.current, .dots, .next, .prev):hover,
.woocommerce-pagination ul li .page-numbers:not(.current, .dots, .next, .prev):hover {
  border-width: 1px;
  border-style: solid;
  color: #fff !important;
  border-color: #34354F;
  background-color: #34354F;
}
.m__pagination ul li a.prev,
.m__pagination ul li .page-numbers.prev,
.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li .page-numbers.prev {
  min-width: 85px;
  border: 0 !important;
}
.m__pagination ul li a.prev::after,
.m__pagination ul li .page-numbers.prev::after,
.woocommerce-pagination ul li a.prev::after,
.woocommerce-pagination ul li .page-numbers.prev::after {
  right: 67px;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m__pagination ul li a.next,
.m__pagination ul li .page-numbers.next,
.woocommerce-pagination ul li a.next,
.woocommerce-pagination ul li .page-numbers.next {
  min-width: 60px;
  border: 0 !important;
}
.m__pagination ul li a.next::after,
.m__pagination ul li .page-numbers.next::after,
.woocommerce-pagination ul li a.next::after,
.woocommerce-pagination ul li .page-numbers.next::after {
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m__pagination ul li a.next, .m__pagination ul li a.prev,
.m__pagination ul li .page-numbers.next,
.m__pagination ul li .page-numbers.prev,
.woocommerce-pagination ul li a.next,
.woocommerce-pagination ul li a.prev,
.woocommerce-pagination ul li .page-numbers.next,
.woocommerce-pagination ul li .page-numbers.prev {
  color: #34354F;
  font-size: 14px;
  letter-spacing: 0;
}
.m__pagination ul li a.next.inactive, .m__pagination ul li a.prev.inactive,
.m__pagination ul li .page-numbers.next.inactive,
.m__pagination ul li .page-numbers.prev.inactive,
.woocommerce-pagination ul li a.next.inactive,
.woocommerce-pagination ul li a.prev.inactive,
.woocommerce-pagination ul li .page-numbers.next.inactive,
.woocommerce-pagination ul li .page-numbers.prev.inactive {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: default;
  opacity: 40%;
}
.m__pagination ul li a.next.inactive::before, .m__pagination ul li a.prev.inactive::before,
.m__pagination ul li .page-numbers.next.inactive::before,
.m__pagination ul li .page-numbers.prev.inactive::before,
.woocommerce-pagination ul li a.next.inactive::before,
.woocommerce-pagination ul li a.prev.inactive::before,
.woocommerce-pagination ul li .page-numbers.next.inactive::before,
.woocommerce-pagination ul li .page-numbers.prev.inactive::before {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: default;
  opacity: 40%;
}
.m__pagination ul li a.next::before, .m__pagination ul li a.prev::before,
.m__pagination ul li .page-numbers.next::before,
.m__pagination ul li .page-numbers.prev::before,
.woocommerce-pagination ul li a.next::before,
.woocommerce-pagination ul li a.prev::before,
.woocommerce-pagination ul li .page-numbers.next::before,
.woocommerce-pagination ul li .page-numbers.prev::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-bottom: 1px solid #34354F !important;
  color: #34354F;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 14px !important;
  border-radius: 0 !important;
}
.m__pagination ul li a.next::after, .m__pagination ul li a.prev::after,
.m__pagination ul li .page-numbers.next::after,
.m__pagination ul li .page-numbers.prev::after,
.woocommerce-pagination ul li a.next::after,
.woocommerce-pagination ul li a.prev::after,
.woocommerce-pagination ul li .page-numbers.next::after,
.woocommerce-pagination ul li .page-numbers.prev::after {
  content: url("../images/icons/pagination.svg");
  position: absolute;
  top: 50%;
  width: 23px;
  height: 23px;
}
.m__pagination ul li a.next:hover, .m__pagination ul li a.next:focus, .m__pagination ul li a.prev:hover, .m__pagination ul li a.prev:focus,
.m__pagination ul li .page-numbers.next:hover,
.m__pagination ul li .page-numbers.next:focus,
.m__pagination ul li .page-numbers.prev:hover,
.m__pagination ul li .page-numbers.prev:focus,
.woocommerce-pagination ul li a.next:hover,
.woocommerce-pagination ul li a.next:focus,
.woocommerce-pagination ul li a.prev:hover,
.woocommerce-pagination ul li a.prev:focus,
.woocommerce-pagination ul li .page-numbers.next:hover,
.woocommerce-pagination ul li .page-numbers.next:focus,
.woocommerce-pagination ul li .page-numbers.prev:hover,
.woocommerce-pagination ul li .page-numbers.prev:focus {
  border-bottom: none;
  background-color: transparent !important;
}
.m__pagination ul li a.next:hover:not(.inactive)::before, .m__pagination ul li a.next:focus:not(.inactive)::before, .m__pagination ul li a.prev:hover:not(.inactive)::before, .m__pagination ul li a.prev:focus:not(.inactive)::before,
.m__pagination ul li .page-numbers.next:hover:not(.inactive)::before,
.m__pagination ul li .page-numbers.next:focus:not(.inactive)::before,
.m__pagination ul li .page-numbers.prev:hover:not(.inactive)::before,
.m__pagination ul li .page-numbers.prev:focus:not(.inactive)::before,
.woocommerce-pagination ul li a.next:hover:not(.inactive)::before,
.woocommerce-pagination ul li a.next:focus:not(.inactive)::before,
.woocommerce-pagination ul li a.prev:hover:not(.inactive)::before,
.woocommerce-pagination ul li a.prev:focus:not(.inactive)::before,
.woocommerce-pagination ul li .page-numbers.next:hover:not(.inactive)::before,
.woocommerce-pagination ul li .page-numbers.next:focus:not(.inactive)::before,
.woocommerce-pagination ul li .page-numbers.prev:hover:not(.inactive)::before,
.woocommerce-pagination ul li .page-numbers.prev:focus:not(.inactive)::before {
  border-bottom: 0 !important;
}
.m__pagination ul li .current,
.woocommerce-pagination ul li .current {
  background-color: transparent !important;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  color: #34354F !important;
  font-weight: bold;
  text-decoration: underline;
}

/* stylelint-disable */
.woocommerce-pagination ul li {
  margin: 0 3px !important;
}

/* stylelint-enable */
/* stylelint-disable */
/**
 * woocommerce-layout.scss
 * Applies layout to the default WooCommerce frontend design
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #a46497;
  --wc-green: #02AA2B;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #a46497;
  --wc-primary-text: white;
  --wc-secondary: rgb(235.0534146341, 232.9465853659, 234.625464939);
  --wc-secondary-text: #515151;
  --wc-highlight: #77a464;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

/**
 * Styling begins
 */
.woocommerce,
.woocommerce-page {
  /**
   * General layout styles
   */
  /**
   * Product page
   */
  /**
   * Product loops
   */
  /**
   * Cart page
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * oEmbeds
   */
}
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
  float: right;
}
.woocommerce .col2-set,
.woocommerce-page .col2-set {
  *zoom: 1;
  width: 100%;
}
.woocommerce .col2-set::before, .woocommerce .col2-set::after,
.woocommerce-page .col2-set::before,
.woocommerce-page .col2-set::after {
  content: " ";
  display: table;
}
.woocommerce .col2-set::after,
.woocommerce-page .col2-set::after {
  clear: both;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}
.woocommerce img,
.woocommerce-page img {
  height: auto;
  max-width: 100%;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
  float: left;
  width: 48%;
}
.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails,
.woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
  *zoom: 1;
}
.woocommerce div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::before,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::before,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::before,
.woocommerce-page #content div.product div.thumbnails::after {
  content: " ";
  display: table;
}
.woocommerce div.product div.thumbnails::after,
.woocommerce #content div.product div.thumbnails::after,
.woocommerce-page div.product div.thumbnails::after,
.woocommerce-page #content div.product div.thumbnails::after {
  clear: both;
}
.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}
.woocommerce div.product div.thumbnails a.last,
.woocommerce #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last {
  margin-right: 0;
}
.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first {
  clear: both;
}
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a {
  width: 48%;
}
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}
.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary,
.woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
  float: right;
  width: 48%;
  clear: none;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
  *zoom: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  content: " ";
  display: table;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after {
  clear: both;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}
.woocommerce div.product #reviews .comment,
.woocommerce #content div.product #reviews .comment,
.woocommerce-page div.product #reviews .comment,
.woocommerce-page #content div.product #reviews .comment {
  *zoom: 1;
}
.woocommerce div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::before,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::before,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::before,
.woocommerce-page #content div.product #reviews .comment::after {
  content: " ";
  display: table;
}
.woocommerce div.product #reviews .comment::after,
.woocommerce #content div.product #reviews .comment::after,
.woocommerce-page div.product #reviews .comment::after,
.woocommerce-page #content div.product #reviews .comment::after {
  clear: both;
}
.woocommerce div.product #reviews .comment img,
.woocommerce #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img {
  float: right;
  height: auto;
}
.woocommerce ul.products,
.woocommerce-page ul.products {
  clear: both;
  *zoom: 1;
}
.woocommerce ul.products::before, .woocommerce ul.products::after,
.woocommerce-page ul.products::before,
.woocommerce-page ul.products::after {
  content: " ";
  display: table;
}
.woocommerce ul.products::after,
.woocommerce-page ul.products::after {
  clear: both;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
  clear: both;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
  width: 48%;
}
.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%;
}
.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%;
}
.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%;
}
.woocommerce.columns-1 ul.products li.product,
.woocommerce-page.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}
.woocommerce.columns-2 ul.products li.product,
.woocommerce-page.columns-2 ul.products li.product {
  width: 48%;
}
.woocommerce.columns-3 ul.products li.product,
.woocommerce-page.columns-3 ul.products li.product {
  width: 30.75%;
}
.woocommerce.columns-5 ul.products li.product,
.woocommerce-page.columns-5 ul.products li.product {
  width: 16.95%;
}
.woocommerce.columns-6 ul.products li.product,
.woocommerce-page.columns-6 ul.products li.product {
  width: 13.5%;
}
.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: left;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: right;
}
.woocommerce .woocommerce-pagination ul.page-numbers,
.woocommerce-page .woocommerce-pagination ul.page-numbers {
  *zoom: 1;
}
.woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::before,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-pagination ul.page-numbers::after,
.woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}
.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}
.woocommerce table.cart img,
.woocommerce #content table.cart img,
.woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
  height: auto;
}
.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions,
.woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
  text-align: right;
}
.woocommerce table.cart td.actions .input-text,
.woocommerce #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text {
  width: 80px;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
  float: left;
}
.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
  *zoom: 1;
  width: 100%;
}
.woocommerce .cart-collaterals::before, .woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::before,
.woocommerce-page .cart-collaterals::after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals::after,
.woocommerce-page .cart-collaterals::after {
  clear: both;
}
.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}
.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}
.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  *zoom: 1;
  clear: right;
  float: right;
}
.woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::before,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  content: " ";
  display: table;
}
.woocommerce .cart-collaterals .shipping_calculator::after,
.woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both;
}
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li,
.woocommerce-page ul.cart_list li,
.woocommerce-page ul.product_list_widget li {
  *zoom: 1;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::before,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::before,
.woocommerce-page ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after,
.woocommerce-page ul.cart_list li::after,
.woocommerce-page ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}
.woocommerce form .form-row,
.woocommerce-page form .form-row {
  *zoom: 1;
}
.woocommerce form .form-row::before, .woocommerce form .form-row::after,
.woocommerce-page form .form-row::before,
.woocommerce-page form .form-row::after {
  content: " ";
  display: table;
}
.woocommerce form .form-row::after,
.woocommerce-page form .form-row::after {
  clear: both;
}
.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
  display: block;
}
.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
  display: inline;
}
.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
  width: 100%;
}
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
  width: 48%;
  overflow: visible;
}
.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
  float: left;
  /*rtl:raw:
  float: right;
  */
}
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
  float: right;
}
.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
  clear: both;
}
.woocommerce form .password-input,
.woocommerce-page form .password-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  /* Hide the Edge "reveal password" native button */
}
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}
.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  cursor: pointer;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e010";
  text-decoration: none;
}
.woocommerce form .show-password-input.display-password::after,
.woocommerce-page form .show-password-input.display-password::after {
  color: #585858;
}
.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
  width: auto;
}
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
}
.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields,
.woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
  *zoom: 1;
}
.woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::before,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::before,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::before,
.woocommerce-page .woocommerce-shipping-fields::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-billing-fields::after,
.woocommerce .woocommerce-shipping-fields::after,
.woocommerce-page .woocommerce-billing-fields::after,
.woocommerce-page .woocommerce-shipping-fields::after {
  clear: both;
}
.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em;
}
.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

/**
 * Twenty Eleven specific styles
 */
.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right;
}
.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto;
}
.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important;
}
.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0;
}

@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfwc {
    margin-right: auto;
  }
}
/**
 * Twenty Fifteen specific styles
 */
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}
.twentyfifteen .t15wc .page-title {
  margin-left: 0;
}

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
/**
 * Twenty Sixteen specific styles
 */
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}
.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0;
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
  width: 46.42857%;
}

@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%;
  }
}
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%;
  }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0;
  }
}
/**
 * RTL styles.
 */
.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
  float: right;
}
.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
  float: left;
}

@media (max-width: 768px) {
  /**
   * woocommerce-smallscreen.scss
   * Optimises the default WooCommerce frontend layout when viewed on smaller screens.
   */
  /**
   * Imports
   */
  /**
   * Deprecated
   * Fallback for bourbon equivalent
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Vendor prefix no longer required.
   */
  /**
   * Deprecated
   * Use bourbon mixin instead `@include transform(scale(1.5));`
   */
  /**
   * Deprecated
   * Use bourbon mixin instead `@include box-sizing(border-box);`
   */
  /**
   * Objects
   */
  /**
   * WooCommerce CSS Variables
   */
  :root {
    --woocommerce: #a46497;
    --wc-green: #02AA2B;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: white;
    --wc-secondary: rgb(235.0534146341, 232.9465853659, 234.625464939);
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: white;
    --wc-content-bg: #fff;
    --wc-subtext: #767676;
  }
  /**
   * Style begins
   */
  .woocommerce,
  .woocommerce-page {
    /**
     * General layout
     */
    /**
     * Products
     */
    /**
     * Product Details
     */
    /**
     * Cart
     */
    /**
     * Checkout
     */
    /**
     * Account
     */
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
  .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th,
  .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr,
  .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td,
  .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions,
  .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce table.shop_table_responsive tr td.actions::before,
  .woocommerce-page table.shop_table_responsive tr td.product-remove::before,
  .woocommerce-page table.shop_table_responsive tr td.actions::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce table.my_account_orders tr td.order-actions,
  .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before,
  .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button,
  .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-1,
  .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n),
  .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }
  .woocommerce div.product div.images,
  .woocommerce div.product div.summary,
  .woocommerce #content div.product div.images,
  .woocommerce #content div.product div.summary,
  .woocommerce-page div.product div.images,
  .woocommerce-page div.product div.summary,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page #content div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce table.cart .product-thumbnail,
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart td.actions,
  .woocommerce #content table.cart td.actions,
  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
  }
  .woocommerce table.cart td.actions .coupon,
  .woocommerce #content table.cart td.actions .coupon,
  .woocommerce-page table.cart td.actions .coupon,
  .woocommerce-page #content table.cart td.actions .coupon {
    float: none;
    *zoom: 1;
    padding-bottom: 0.5em;
  }
  .woocommerce table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after,
  .woocommerce #content table.cart td.actions .coupon::before,
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::before,
  .woocommerce-page table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::before,
  .woocommerce-page #content table.cart td.actions .coupon::after {
    content: " ";
    display: table;
  }
  .woocommerce table.cart td.actions .coupon::after,
  .woocommerce #content table.cart td.actions .coupon::after,
  .woocommerce-page table.cart td.actions .coupon::after,
  .woocommerce-page #content table.cart td.actions .coupon::after {
    clear: both;
  }
  .woocommerce table.cart td.actions .coupon input,
  .woocommerce table.cart td.actions .coupon .button,
  .woocommerce table.cart td.actions .coupon .input-text,
  .woocommerce #content table.cart td.actions .coupon input,
  .woocommerce #content table.cart td.actions .coupon .button,
  .woocommerce #content table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input,
  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page #content table.cart td.actions .coupon input,
  .woocommerce-page #content table.cart td.actions .coupon .button,
  .woocommerce-page #content table.cart td.actions .coupon .input-text {
    width: 48%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .woocommerce table.cart td.actions .coupon .input-text + .button,
  .woocommerce table.cart td.actions .coupon .button.alt,
  .woocommerce #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce #content table.cart td.actions .coupon .button.alt,
  .woocommerce-page table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page table.cart td.actions .coupon .button.alt,
  .woocommerce-page #content table.cart td.actions .coupon .input-text + .button,
  .woocommerce-page #content table.cart td.actions .coupon .button.alt {
    float: right;
  }
  .woocommerce table.cart td.actions .button,
  .woocommerce #content table.cart td.actions .button,
  .woocommerce-page table.cart td.actions .button,
  .woocommerce-page #content table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce.woocommerce-checkout form.login .form-row,
  .woocommerce-page.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms,
  .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first,
  .woocommerce .lost_reset_password .form-row-last,
  .woocommerce-page .lost_reset_password .form-row-first,
  .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
  }
  /**
   * Twenty Thirteen specific styles
   */
  .single-product .twentythirteen .panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
/**
 * woocommerce.scss
 * Governs the general look and feel of WooCommerce sections of stores using themes that do not
 * integrate with WooCommerce specifically.
 */
/**
 * Imports
 */
/**
 * Deprecated
 * Fallback for bourbon equivalent
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Vendor prefix no longer required.
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include transform(scale(1.5));`
 */
/**
 * Deprecated
 * Use bourbon mixin instead `@include box-sizing(border-box);`
 */
/**
 * Objects
 */
/**
 * WooCommerce CSS Variables
 */
:root {
  --woocommerce: #a46497;
  --wc-green: #02AA2B;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #a46497;
  --wc-primary-text: white;
  --wc-secondary: rgb(235.0534146341, 232.9465853659, 234.625464939);
  --wc-secondary-text: #515151;
  --wc-highlight: #77a464;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
}

/**
 * _animation.scss
 * Custom WooCommerce Animations.
 */
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/**
 * _fonts.scss
 * Custom WooCommerce fonts.
 */
@font-face {
  font-family: "star";
  src: url("../fonts/star.eot");
  src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "WooCommerce";
  src: url("../fonts/WooCommerce.eot");
  src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Global styles
 */
p.demo_store,
.woocommerce-store-notice {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
  width: 100%;
  font-size: 1em;
  padding: 1em 0;
  text-align: center;
  background-color: #a46497;
  color: white;
  z-index: 99998;
  -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
          box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
  display: none;
}
p.demo_store a,
.woocommerce-store-notice a {
  color: white;
  text-decoration: underline;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar p.demo_store {
  top: 32px;
}

/**
 * Utility classes
 */
.clear {
  clear: both;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
  /**
   * Product Page
   */
  /**
   * Product loops
   */
  /**
   * Reviews
   */
  /**
   * Star ratings
   */
  /**
   * Tables
   */
  /**
   * Cart sidebar
   */
  /**
   * Forms
   */
  /**
   * Order page
   */
  /**
   * Layered nav widget
   */
  /**
   * Price filter widget
   */
  /**
   * Rating Filter Widget
   */
}
.woocommerce .blockUI.blockOverlay {
  position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce .loader::before {
  height: 1em;
  width: 1em;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  content: "";
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
  background: url("../images/icons/loader.svg") center center;
  background-size: cover;
  line-height: 1;
  text-align: center;
  font-size: 2em;
  color: rgba(0, 0, 0, 0.75);
}
.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  border: 0;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: red;
}
.woocommerce small.note {
  display: block;
  color: #767676;
  font-size: 0.857em;
  margin-top: 10px;
}
.woocommerce .woocommerce-breadcrumb {
  *zoom: 1;
  margin: 0 0 1em;
  padding: 0;
  font-size: 0.92em;
  color: #767676;
}
.woocommerce .woocommerce-breadcrumb::before, .woocommerce .woocommerce-breadcrumb::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-breadcrumb::after {
  clear: both;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #767676;
}
.woocommerce .quantity .qty {
  width: 3.631em;
  text-align: center;
}
.woocommerce div.product {
  margin-bottom: 0;
  position: relative;
}
.woocommerce div.product .product_title {
  clear: none;
  margin-top: 0;
  padding: 0;
  margin-bottom: 0.5em;
  color: #0096CF;
}
@media (min-width: 1025px) {
  .woocommerce div.product .product_title {
    font-size: 48px;
    line-height: 52px;
  }
}
.woocommerce div.product span.price,
.woocommerce div.product p.price {
  color: #77a464;
  font-size: 1.25em;
}
.woocommerce div.product span.price ins,
.woocommerce div.product p.price ins {
  background: inherit;
  font-weight: 700;
  display: inline-block;
}
.woocommerce div.product span.price del,
.woocommerce div.product p.price del {
  opacity: 0.5;
  display: inline-block;
}
.woocommerce div.product p.stock {
  font-size: 0.92em;
}
.woocommerce div.product .stock {
  color: #77a464;
}
.woocommerce div.product .out-of-stock {
  color: red;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 1.618em;
}
.woocommerce div.product div.images {
  margin-bottom: 2em;
}
.woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 1em;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  position: relative;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  -webkit-transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  transition: all cubic-bezier(0.795, -0.035, 0, 1) 0.5s;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
  background-color: #fff;
  opacity: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
  width: 25%;
  display: inline-block;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 100%;
  position: absolute;
  top: 9px;
  left: 9px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
  content: "";
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  border-radius: 6px;
  position: absolute;
  top: 19px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.woocommerce div.product div.images .flex-control-thumbs {
  overflow: hidden;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
  cursor: pointer;
  opacity: 0.5;
  margin: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: left;
}
.woocommerce div.product div.summary {
  margin-bottom: 2em;
}
.woocommerce div.product div.social {
  text-align: right;
  margin: 0 0 1em;
}
.woocommerce div.product div.social span {
  margin: 0 0 0 2px;
}
.woocommerce div.product div.social span span {
  margin: 0;
}
.woocommerce div.product div.social span .stButton .chicklets {
  padding-left: 16px;
  width: 0;
}
.woocommerce div.product div.social iframe {
  float: left;
  margin-top: 3px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 1.618em;
  overflow: hidden;
  position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  background-color: rgb(235.0534146341, 232.9465853659, 234.625464939);
  color: #515151;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.5em 0;
  font-weight: 700;
  color: #515151;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  text-decoration: none;
  color: rgb(106.5, 106.5, 106.5);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: #fff;
  color: #515151;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: inherit;
  text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
  -webkit-box-shadow: 2px 2px 0 #fff;
          box-shadow: 2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  -webkit-box-shadow: -2px 2px 0 #fff;
          box-shadow: -2px 2px 0 #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  border: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  position: absolute;
  bottom: -1px;
  width: 5px;
  height: 5px;
  content: " ";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px;
  border-bottom-right-radius: 4px;
  border-width: 0 1px 1px 0;
  -webkit-box-shadow: 2px 2px 0 rgb(235.0534146341, 232.9465853659, 234.625464939);
          box-shadow: 2px 2px 0 rgb(235.0534146341, 232.9465853659, 234.625464939);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
  right: -5px;
  border-bottom-left-radius: 4px;
  border-width: 0 0 1px 1px;
  -webkit-box-shadow: -2px 2px 0 rgb(235.0534146341, 232.9465853659, 234.625464939);
          box-shadow: -2px 2px 0 rgb(235.0534146341, 232.9465853659, 234.625464939);
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  position: absolute;
  content: " ";
  width: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  z-index: 1;
}
.woocommerce div.product .woocommerce-tabs .panel {
  margin: 0 0 2em;
  padding: 0;
}
.woocommerce div.product p.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product p.cart::before, .woocommerce div.product p.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product p.cart::after {
  clear: both;
}
.woocommerce div.product form.cart {
  margin-bottom: 2em;
  *zoom: 1;
}
.woocommerce div.product form.cart::before, .woocommerce div.product form.cart::after {
  content: " ";
  display: table;
}
.woocommerce div.product form.cart::after {
  clear: both;
}
.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0 4px 0 0;
}
.woocommerce div.product form.cart table {
  border-width: 0 0 1px;
}
.woocommerce div.product form.cart table td {
  padding-left: 0;
}
.woocommerce div.product form.cart table div.quantity {
  float: none;
  margin: 0;
}
.woocommerce div.product form.cart table small.stock {
  display: block;
  float: none;
}
.woocommerce div.product form.cart .variations {
  margin-bottom: 1em;
  border: 0;
  width: 100%;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
  border: 0;
  line-height: 2em;
  vertical-align: top;
}
.woocommerce div.product form.cart .variations label {
  font-weight: 700;
  text-align: left;
}
.woocommerce div.product form.cart .variations select {
  max-width: 100%;
  min-width: 75%;
  display: inline-block;
  margin-right: 1em;
}
.woocommerce div.product form.cart .variations td.label {
  padding-right: 1em;
}
.woocommerce div.product form.cart .woocommerce-variation-description p {
  margin-bottom: 1em;
}
.woocommerce div.product form.cart .reset_variations {
  visibility: hidden;
  font-size: 0.83em;
}
.woocommerce div.product form.cart .wc-no-matching-variations {
  display: none;
}
.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: left;
}
.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
  padding-right: 1em;
  padding-left: 1em;
}
.woocommerce div.product form.cart .group_table td {
  vertical-align: top;
  padding-bottom: 0.5em;
  border: 0;
}
.woocommerce div.product form.cart .group_table td:first-child {
  width: 4em;
  text-align: center;
}
.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
  display: inline-block;
  width: auto;
  margin: 0 auto;
  -webkit-transform: scale(1.5, 1.5);
          transform: scale(1.5, 1.5);
}
.woocommerce span.onsale {
  min-height: 3.236em;
  min-width: 3.236em;
  padding: 0.202em;
  font-size: 1em;
  font-weight: 700;
  position: absolute;
  text-align: center;
  line-height: 3.236;
  top: -0.5em;
  left: -0.5em;
  margin: 0;
  border-radius: 100%;
  background-color: #77a464;
  color: white;
  font-size: 0.857em;
  z-index: 9;
}
.woocommerce .products ul,
.woocommerce ul.products {
  margin: 0 0 1em;
  padding: 0;
  list-style: none outside;
  clear: both;
  *zoom: 1;
}
.woocommerce .products ul::before, .woocommerce .products ul::after,
.woocommerce ul.products::before,
.woocommerce ul.products::after {
  content: " ";
  display: table;
}
.woocommerce .products ul::after,
.woocommerce ul.products::after {
  clear: both;
}
.woocommerce .products ul li,
.woocommerce ul.products li {
  list-style: none outside;
}
.woocommerce ul.products li.product .onsale {
  top: 0;
  right: 0;
  left: auto;
  margin: -0.5em -0.5em 0 0;
}
.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title {
  padding: 0.5em 0;
  margin: 0;
  font-size: 1em;
}
.woocommerce ul.products li.product a {
  text-decoration: none;
}
.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.products li.product strong {
  display: block;
}
.woocommerce ul.products li.product .woocommerce-placeholder {
  border: 1px solid #f2f2f2;
}
.woocommerce ul.products li.product .star-rating {
  font-size: 0.857em;
}
.woocommerce ul.products li.product .button {
  display: inline-block;
  margin-top: 1em;
}
.woocommerce ul.products li.product .price {
  color: #77a464;
  display: block;
  font-weight: normal;
  margin-bottom: 0.5em;
  font-size: 0.857em;
}
.woocommerce ul.products li.product .price del {
  color: inherit;
  opacity: 0.5;
  display: inline-block;
}
.woocommerce ul.products li.product .price ins {
  background: none;
  font-weight: 700;
  display: inline-block;
}
.woocommerce ul.products li.product .price .from {
  font-size: 0.67em;
  margin: -2px 0 0 0;
  text-transform: uppercase;
  color: rgba(132, 132, 132, 0.5);
}
.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering {
  margin: 0 0 1em;
}
.woocommerce .woocommerce-ordering select {
  vertical-align: top;
}
.woocommerce nav.woocommerce-pagination {
  text-align: center;
}
.woocommerce nav.woocommerce-pagination ul {
  display: inline-block;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  border-right: 0;
  margin: 1px;
}
.woocommerce nav.woocommerce-pagination ul li {
  border-right: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1;
  font-size: 1em;
  font-weight: normal;
  padding: 0.5em;
  min-width: 1em;
  display: block;
}
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li a:focus {
  background: rgb(235.0534146341, 232.9465853659, 234.625464939);
  color: rgb(138.17, 125.83, 135.6634375);
}
.woocommerce .cart .button,
.woocommerce .cart input.button {
  float: none;
}
.woocommerce a.added_to_cart {
  padding-top: 0.5em;
  display: inline-block;
}
.woocommerce #reviews h2 small {
  float: right;
  color: #767676;
  font-size: 15px;
  margin: 10px 0 0;
}
.woocommerce #reviews h2 small a {
  text-decoration: none;
  color: #767676;
}
.woocommerce #reviews h3 {
  margin: 0;
}
.woocommerce #reviews #respond {
  margin: 0;
  border: 0;
  padding: 0;
}
.woocommerce #reviews #comment {
  height: 75px;
}
.woocommerce #reviews #comments .add_review {
  *zoom: 1;
}
.woocommerce #reviews #comments .add_review::before, .woocommerce #reviews #comments .add_review::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments .add_review::after {
  clear: both;
}
.woocommerce #reviews #comments h2 {
  clear: none;
}
.woocommerce #reviews #comments ol.commentlist {
  *zoom: 1;
  margin: 0;
  width: 100%;
  background: none;
  list-style: none;
}
.woocommerce #reviews #comments ol.commentlist::before, .woocommerce #reviews #comments ol.commentlist::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li {
  padding: 0;
  margin: 0 0 20px;
  border: 0;
  position: relative;
  background: 0;
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist li .meta {
  color: #767676;
  font-size: 0.75em;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  float: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  width: 32px;
  height: auto;
  background: rgb(235.0534146341, 232.9465853659, 234.625464939);
  border: 1px solid rgb(227.7871585366, 224.9128414634, 227.2033128811);
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0 0 0 50px;
  border: 1px solid rgb(227.7871585366, 224.9128414634, 227.2033128811);
  border-radius: 4px;
  padding: 1em 1em 0;
  *zoom: 1;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::before, .woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  content: " ";
  display: table;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text::after {
  clear: both;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
  margin: 0 0 1em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
  font-size: 0.83em;
}
.woocommerce #reviews #comments ol.commentlist ul.children {
  list-style: none outside;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
  display: none;
}
.woocommerce #reviews #comments ol.commentlist #respond {
  border: 1px solid rgb(227.7871585366, 224.9128414634, 227.2033128811);
  border-radius: 4px;
  padding: 1em 1em 0;
  margin: 20px 0 0 50px;
}
.woocommerce #reviews #comments .commentlist > li::before {
  content: "";
}
.woocommerce .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: "star";
}
.woocommerce .star-rating::before {
  content: "sssss";
  color: rgb(210.8325609756, 206.1674390244, 209.8849580793);
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.woocommerce .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.woocommerce .star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
}
.woocommerce .woocommerce-product-rating {
  *zoom: 1;
  line-height: 2;
  display: block;
}
.woocommerce .woocommerce-product-rating::before, .woocommerce .woocommerce-product-rating::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-product-rating::after {
  clear: both;
}
.woocommerce .woocommerce-product-rating .star-rating {
  margin: 0.5em 4px 0 0;
  float: left;
}
.woocommerce .products .star-rating {
  display: block;
  margin: 0 0 0.5em;
  float: none;
}
.woocommerce .hreview-aggregate .star-rating {
  margin: 10px 0 0;
}
.woocommerce #review_form #respond {
  *zoom: 1;
  position: static;
  margin: 0;
  width: auto;
  padding: 0;
  background: transparent none;
  border: 0;
}
.woocommerce #review_form #respond::before, .woocommerce #review_form #respond::after {
  content: " ";
  display: table;
}
.woocommerce #review_form #respond::after {
  clear: both;
}
.woocommerce #review_form #respond p {
  margin: 0 0 10px;
}
.woocommerce #review_form #respond .form-submit input {
  left: auto;
}
.woocommerce #review_form #respond textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.woocommerce p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
}
.woocommerce p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: "WooCommerce";
  content: "\e021";
  text-indent: 0;
}
.woocommerce p.stars a:hover ~ a::before {
  content: "\e021";
}
.woocommerce p.stars:hover a::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active::before {
  content: "\e020";
}
.woocommerce p.stars.selected a.active ~ a::before {
  content: "\e021";
}
.woocommerce p.stars.selected a:not(.active)::before {
  content: "\e020";
}
.woocommerce table.shop_attributes {
  border: 0;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
  margin-bottom: 1.618em;
  width: 100%;
}
.woocommerce table.shop_attributes th {
  width: 150px;
  font-weight: 700;
  padding: 8px;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td {
  font-style: italic;
  padding: 0;
  border-top: 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  margin: 0;
  line-height: 1.5;
}
.woocommerce table.shop_attributes td p {
  margin: 0;
  padding: 8px 0;
}
.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
  background: rgba(0, 0, 0, 0.025);
}
.woocommerce table.shop_table {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
}
.woocommerce table.shop_table th {
  font-weight: 700;
  padding: 9px 12px;
  line-height: 1.5em;
}
.woocommerce table.shop_table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
}
.woocommerce table.shop_table td small {
  font-weight: normal;
}
.woocommerce table.shop_table td del {
  font-weight: normal;
}
.woocommerce table.shop_table tbody:first-child tr:first-child th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  border-top: 0;
}
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tbody th {
  font-weight: 700;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.woocommerce table.my_account_orders {
  font-size: 0.85em;
}
.woocommerce table.my_account_orders th,
.woocommerce table.my_account_orders td {
  padding: 4px 8px;
  vertical-align: middle;
}
.woocommerce table.my_account_orders .button {
  white-space: nowrap;
}
.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
  vertical-align: top;
  text-align: center;
}
.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
  text-align: left;
}
.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before {
  content: "↓";
  display: inline-block;
}
.woocommerce td.product-name dl.variation,
.woocommerce td.product-name .wc-item-meta {
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name .wc-item-meta .wc-item-meta-label {
  float: left;
  clear: both;
  margin-right: 0.25em;
  display: inline-block;
  list-style: none outside;
}
.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name .wc-item-meta dd {
  margin: 0;
}
.woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child,
.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child {
  margin-bottom: 0;
}
.woocommerce td.product-name p.backorder_notification {
  font-size: 0.83em;
}
.woocommerce td.product-quantity {
  min-width: 80px;
}
.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  list-style: none outside;
  padding: 0;
  margin: 0;
}
.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
  padding: 4px 0;
  margin: 0;
  *zoom: 1;
  list-style: none;
}
.woocommerce ul.cart_list li::before, .woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::before,
.woocommerce ul.product_list_widget li::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li::after,
.woocommerce ul.product_list_widget li::after {
  clear: both;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
  display: block;
  font-weight: 700;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
  float: right;
  margin-left: 4px;
  width: 32px;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
  margin: 0;
  padding-left: 1em;
  border-left: 2px solid rgba(0, 0, 0, 0.1);
  *zoom: 1;
}
.woocommerce ul.cart_list li dl::before, .woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::before,
.woocommerce ul.product_list_widget li dl::after {
  content: " ";
  display: table;
}
.woocommerce ul.cart_list li dl::after,
.woocommerce ul.product_list_widget li dl::after {
  clear: both;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.product_list_widget li dl dd {
  display: inline-block;
  float: left;
  margin-bottom: 1em;
}
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
  font-weight: 700;
  padding: 0 0 0.25em;
  margin: 0 4px 0 0;
  clear: left;
}
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
  padding: 0 0 0.25em;
}
.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
  margin-bottom: 0;
}
.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
  float: none;
}
.woocommerce.widget_shopping_cart .total,
.woocommerce .widget_shopping_cart .total {
  border-top: 3px double rgb(235.0534146341, 232.9465853659, 234.625464939);
  padding: 4px 0 0;
}
.woocommerce.widget_shopping_cart .total strong,
.woocommerce .widget_shopping_cart .total strong {
  min-width: 40px;
  display: inline-block;
}
.woocommerce.widget_shopping_cart .cart_list li,
.woocommerce .widget_shopping_cart .cart_list li {
  padding-left: 2em;
  position: relative;
  padding-top: 0;
}
.woocommerce.widget_shopping_cart .cart_list li a.remove,
.woocommerce .widget_shopping_cart .cart_list li a.remove {
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce.widget_shopping_cart .buttons,
.woocommerce .widget_shopping_cart .buttons {
  *zoom: 1;
}
.woocommerce.widget_shopping_cart .buttons::before, .woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::before,
.woocommerce .widget_shopping_cart .buttons::after {
  content: " ";
  display: table;
}
.woocommerce.widget_shopping_cart .buttons::after,
.woocommerce .widget_shopping_cart .buttons::after {
  clear: both;
}
.woocommerce.widget_shopping_cart .buttons a,
.woocommerce .widget_shopping_cart .buttons a {
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
}
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
.woocommerce form .form-row label {
  line-height: 2;
}
.woocommerce form .form-row label.hidden {
  visibility: hidden;
}
.woocommerce form .form-row label.inline {
  display: inline;
}
.woocommerce form .form-row select {
  cursor: pointer;
  margin: 0;
}
.woocommerce form .form-row .required {
  color: red;
  font-weight: 700;
  border: 0 !important;
  text-decoration: none;
  visibility: hidden;
}
.woocommerce form .form-row .optional {
  visibility: visible;
}
.woocommerce form .form-row .input-checkbox {
  display: inline;
  margin: -2px 8px 0 0;
  text-align: center;
  vertical-align: middle;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea, .woocommerce form .form-row textarea.input-text {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #ebebeb;
          box-shadow: 0 0 0 2px #ebebeb;
}
.woocommerce form .form-row .woocommerce-input-wrapper > strong {
  border: 0 !important;
  -webkit-box-shadow: 0 0 0 2px #ebebeb;
          box-shadow: 0 0 0 2px #ebebeb;
  color: #4D5052 !important;
}
.woocommerce form .form-row textarea {
  height: 4em;
  line-height: 1.5;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce form .form-row .select2-container {
  width: 100%;
  line-height: 2em;
}
.woocommerce form .form-row.woocommerce-invalid label {
  color: #a00;
}
.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
  border-color: #a00;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: rgb(1.7034883721, 144.7965116279, 36.625);
}
.woocommerce form .form-row ::-webkit-input-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-moz-placeholder {
  line-height: normal;
}
.woocommerce form .form-row :-ms-input-placeholder {
  line-height: normal;
}
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
  border: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 5px;
}
.woocommerce ul#shipping_method {
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.woocommerce ul#shipping_method li {
  margin: 0 0 0.5em;
  line-height: 1.5em;
  list-style: none outside;
}
.woocommerce ul#shipping_method li input {
  margin: 3px 0.4375em 0 0;
  vertical-align: top;
}
.woocommerce ul#shipping_method li label {
  display: inline;
}
.woocommerce ul#shipping_method .amount {
  font-weight: 700;
}
.woocommerce p.woocommerce-shipping-contents {
  margin: 0;
}
.woocommerce ul.order_details {
  *zoom: 1;
  margin: 0 0 3em;
  list-style: none;
}
.woocommerce ul.order_details::before, .woocommerce ul.order_details::after {
  content: " ";
  display: table;
}
.woocommerce ul.order_details::after {
  clear: both;
}
.woocommerce ul.order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed rgb(210.8325609756, 206.1674390244, 209.8849580793);
  padding-right: 2em;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}
.woocommerce .wc-bacs-bank-details-account-name {
  font-weight: bold;
}
.woocommerce .woocommerce-order-downloads,
.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details {
  margin-bottom: 2em;
}
.woocommerce .woocommerce-order-downloads *:last-child,
.woocommerce .woocommerce-customer-details *:last-child,
.woocommerce .woocommerce-order-details *:last-child {
  margin-bottom: 0;
}
.woocommerce .woocommerce-customer-details address {
  font-style: normal;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-width: 2px;
  border-right-width: 2px;
  text-align: left;
  width: 100%;
  border-radius: 5px;
  padding: 6px 12px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e037";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e02d";
  text-decoration: none;
  margin-left: -1.5em;
  line-height: 1.75;
  position: absolute;
}
.woocommerce .woocommerce-widget-layered-nav-list {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  content: " ";
  display: table;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after {
  clear: both;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
  padding: 1px 0;
}
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
  margin-top: 1em;
}
.woocommerce .widget_layered_nav_filters ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
  overflow: hidden;
  zoom: 1;
}
.woocommerce .widget_layered_nav_filters ul li {
  float: left;
  padding: 0 1em 1px 1px;
  list-style: none;
}
.woocommerce .widget_layered_nav_filters ul li a {
  text-decoration: none;
}
.woocommerce .widget_layered_nav_filters ul li a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
  vertical-align: inherit;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.woocommerce .widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
  font-size: 0.8751em;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
}
.woocommerce .widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  background-color: #a46497;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
  /* rtl:ignore */
  margin-left: -0.5em;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  border-radius: 1em;
  background-color: #a46497;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  border-radius: 1em;
  background-color: rgb(69.9390243902, 41.0609756098, 64.0731707317);
  border: 0;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}
.woocommerce .widget_rating_filter ul {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none outside;
}
.woocommerce .widget_rating_filter ul li {
  *zoom: 1;
  padding: 0 0 1px;
  list-style: none;
}
.woocommerce .widget_rating_filter ul li::before, .woocommerce .widget_rating_filter ul li::after {
  content: " ";
  display: table;
}
.woocommerce .widget_rating_filter ul li::after {
  clear: both;
}
.woocommerce .widget_rating_filter ul li a {
  padding: 1px 0;
  text-decoration: none;
}
.woocommerce .widget_rating_filter ul li .star-rating {
  float: none;
  display: inline-block;
}
.woocommerce .widget_rating_filter ul li.chosen a::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e013";
  text-decoration: none;
  color: #a00;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: left;
  margin-right: 1em;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-block;
}

/**
 * Buttons
 */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button),
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button),
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit {
  font-size: 100%;
  margin: 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  color: #515151;
  background-color: rgb(235.0534146341, 232.9465853659, 234.625464939);
  border: 0;
  display: inline-block;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading {
  opacity: 0.25;
  padding-right: 2.618em;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).loading::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).loading::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after {
  font-family: "WooCommerce";
  content: "\e01c";
  vertical-align: top;
  font-weight: 500;
  position: absolute;
  top: 0.618em;
  right: 1em;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after {
  font-family: "WooCommerce";
  content: "\e017";
  margin-left: 0.53em;
  vertical-align: bottom;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button):hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button):hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover {
  background-color: rgb(222.9429878049, 219.5570121951, 222.2552115091);
  text-decoration: none;
  background-image: none;
  color: #515151;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt {
  background-color: #a46497;
  color: white;
  -webkit-font-smoothing: antialiased;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover {
  background-color: rgb(150.2743902439, 88.2256097561, 137.6707317073);
  color: white;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled], .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  background-color: #a46497;
  color: white;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button):disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button):disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button):disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button):disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 0.618em 1em;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button):disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button).disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:not(.gform_button):disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button):disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button).disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:not(.gform_button):disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover {
  color: inherit;
  background-color: rgb(235.0534146341, 232.9465853659, 234.625464939);
}

.woocommerce-no-js form.woocommerce-form-login,
.woocommerce-no-js form.woocommerce-form-coupon {
  display: block !important;
}
.woocommerce-no-js .woocommerce-form-login-toggle,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .showcoupon {
  display: none !important;
}

.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
  margin: 0 0 2em;
  position: relative;
  background-color: rgb(247.1638414634, 246.3361585366, 246.9957183689);
  color: #515151;
  border-top: 3px solid #a46497;
  list-style: none outside;
  *zoom: 1;
  width: auto;
  word-wrap: break-word;
}
.woocommerce-message::before, .woocommerce-message::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-info::before,
.woocommerce-info::after {
  content: " ";
  display: table;
}
.woocommerce-message::after,
.woocommerce-error::after,
.woocommerce-info::after {
  clear: both;
}
.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
  font-family: "WooCommerce";
  content: "\e028";
  display: inline-block;
  position: absolute;
  top: 1em;
  left: 1.5em;
}
.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
}
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

/**
 * Right to left styles
 */
.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
  /* rtl:ignore */
  direction: ltr;
  unicode-bidi: embed;
}

.woocommerce-message {
  border-top-color: #8fae1b;
}
.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}

/**
 * Account page
 */
.woocommerce-account .woocommerce {
  *zoom: 1;
}
.woocommerce-account .woocommerce::before, .woocommerce-account .woocommerce::after {
  content: " ";
  display: table;
}
.woocommerce-account .woocommerce::after {
  clear: both;
}
.woocommerce-account .addresses .title {
  *zoom: 1;
}
.woocommerce-account .addresses .title::before, .woocommerce-account .addresses .title::after {
  content: " ";
  display: table;
}
.woocommerce-account .addresses .title::after {
  clear: both;
}
.woocommerce-account .addresses .title h3 {
  float: left;
}
.woocommerce-account .addresses .title .edit {
  float: right;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
  margin-bottom: 0;
}
.woocommerce-account ul.digital-downloads {
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.woocommerce-account ul.digital-downloads li::before {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-right: 0.618em;
  content: "\e00a";
  text-decoration: none;
}
.woocommerce-account ul.digital-downloads li .count {
  float: right;
}

/**
 * Cart/checkout page
 */
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail,
#add_payment_method table.cart .product-thumbnail {
  min-width: 32px;
}
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img,
#add_payment_method table.cart img {
  width: 32px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-checkout table.cart th,
.woocommerce-checkout table.cart td,
#add_payment_method table.cart th,
#add_payment_method table.cart td {
  vertical-align: middle;
}
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text,
#add_payment_method table.cart td.actions .coupon .input-text {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  padding: 6px 6px 5px;
  margin: 0 4px 0 0;
  outline: 0;
}
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input,
#add_payment_method table.cart input {
  margin: 0;
  vertical-align: middle;
}
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout,
#add_payment_method .wc-proceed-to-checkout {
  *zoom: 1;
  padding: 1em 0;
}
.woocommerce-cart .wc-proceed-to-checkout::before, .woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::before,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::before,
#add_payment_method .wc-proceed-to-checkout::after {
  content: " ";
  display: table;
}
.woocommerce-cart .wc-proceed-to-checkout::after,
.woocommerce-checkout .wc-proceed-to-checkout::after,
#add_payment_method .wc-proceed-to-checkout::after {
  clear: both;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 1em;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button,
#add_payment_method .cart-collaterals .shipping-calculator-button {
  float: none;
  margin-top: 0.5em;
  display: inline-block;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after,
#add_payment_method .cart-collaterals .shipping-calculator-button::after {
  font-family: "WooCommerce";
  speak: never;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  content: "\e019";
  text-decoration: none;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form,
#add_payment_method .cart-collaterals .shipping-calculator-form {
  margin: 1em 0 0 0;
}
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small,
#add_payment_method .cart-collaterals .cart_totals p small {
  color: #767676;
  font-size: 0.83em;
}
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table,
#add_payment_method .cart-collaterals .cart_totals table {
  border-collapse: separate;
  margin: 0 0 6px;
  padding: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child td {
  border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table th {
  width: 35%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th,
#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th {
  vertical-align: top;
  border-left: 0;
  border-right: 0;
  line-height: 1.5em;
}
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small,
#add_payment_method .cart-collaterals .cart_totals table small {
  color: #767676;
}
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select,
#add_payment_method .cart-collaterals .cart_totals table select {
  width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td,
#add_payment_method .cart-collaterals .cart_totals .discount td {
  color: #77a464;
}
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th,
#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th {
  border-top: 1px solid rgb(235.0534146341, 232.9465853659, 234.625464939);
}
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination,
#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination {
  margin-bottom: 0;
}
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product,
#add_payment_method .cart-collaterals .cross-sells ul.products li.product {
  margin-top: 0;
}
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address,
#add_payment_method .checkout .col-2 h3#ship-to-different-address {
  float: left;
  clear: none;
}
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes,
#add_payment_method .checkout .col-2 .notes {
  clear: left;
}
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first,
#add_payment_method .checkout .col-2 .form-row-first {
  clear: left;
}
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small,
#add_payment_method .checkout .create-account small {
  font-size: 11px;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address,
#add_payment_method .checkout div.shipping-address {
  padding: 0;
  clear: left;
  width: 100%;
}
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address,
#add_payment_method .checkout .shipping_address {
  clear: both;
}
.woocommerce-cart #payment,
.woocommerce-checkout #payment,
#add_payment_method #payment {
  background: rgb(235.0534146341, 232.9465853659, 234.625464939);
  border-radius: 5px;
}
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment ul.payment_methods {
  *zoom: 1;
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid rgb(210.8325609756, 206.1674390244, 209.8849580793);
  margin: 0;
  list-style: none outside;
}
.woocommerce-cart #payment ul.payment_methods::before, .woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::before,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::before,
#add_payment_method #payment ul.payment_methods::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods::after,
.woocommerce-checkout #payment ul.payment_methods::after,
#add_payment_method #payment ul.payment_methods::after {
  clear: both;
}
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li,
#add_payment_method #payment ul.payment_methods li {
  line-height: 2;
  text-align: left;
  margin: 0;
  font-weight: normal;
}
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
#add_payment_method #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
}
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img,
#add_payment_method #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 0.5em;
  padding: 0;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce-cart #payment ul.payment_methods li img + img,
.woocommerce-checkout #payment ul.payment_methods li img + img,
#add_payment_method #payment ul.payment_methods li img + img {
  margin-left: 2px;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice),
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice),
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice) {
  *zoom: 1;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  content: " ";
  display: table;
}
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after {
  clear: both;
}
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row,
#add_payment_method #payment div.form-row {
  padding: 1em;
}
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box,
#add_payment_method #payment div.payment_box {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  font-size: 0.92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: rgb(222.9429878049, 219.5570121951, 222.2552115091);
  color: #515151;
}
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea,
#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea {
  border-color: rgb(198.7221341463, 192.7778658537, 197.5147046494);
  border-top-color: rgb(186.6117073171, 179.3882926829, 185.1444512195);
}
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder,
#add_payment_method #payment div.payment_box ::-webkit-input-placeholder {
  color: rgb(186.6117073171, 179.3882926829, 185.1444512195);
}
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder,
#add_payment_method #payment div.payment_box :-moz-placeholder {
  color: rgb(186.6117073171, 179.3882926829, 185.1444512195);
}
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder,
#add_payment_method #payment div.payment_box :-ms-input-placeholder {
  color: rgb(186.6117073171, 179.3882926829, 185.1444512195);
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods {
  list-style: none outside;
  margin: 0;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new {
  margin: 0 0 0.5em;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label {
  cursor: pointer;
}
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
  vertical-align: middle;
  margin: -3px 1em 0 0;
  position: relative;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form,
#add_payment_method #payment div.payment_box .wc-credit-card-form {
  border: 0;
  padding: 0;
  margin: 1em 0 0;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right 0.618em center;
  background-size: 32px 20px;
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa {
  background-image: url("../images/icons/credit-cards/visa.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard {
  background-image: url("../images/icons/credit-cards/mastercard.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser {
  background-image: url("../images/icons/credit-cards/laser.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub {
  background-image: url("../images/icons/credit-cards/diners.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro {
  background-image: url("../images/icons/credit-cards/maestro.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb {
  background-image: url("../images/icons/credit-cards/jcb.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex {
  background-image: url("../images/icons/credit-cards/amex.svg");
}
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover {
  background-image: url("../images/icons/credit-cards/discover.svg");
}
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help,
#add_payment_method #payment div.payment_box span.help {
  font-size: 0.857em;
  color: #767676;
  font-weight: normal;
}
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row,
#add_payment_method #payment div.payment_box .form-row {
  margin: 0 0 1em;
}
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child,
#add_payment_method #payment div.payment_box p:last-child {
  margin-bottom: 0;
}
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before,
#add_payment_method #payment div.payment_box::before {
  content: "";
  display: block;
  border: 1em solid rgb(222.9429878049, 219.5570121951, 222.2552115091); /* arrow size / color */
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -0.75em;
  left: 0;
  margin: -1em 0 0 2em;
}
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal,
#add_payment_method #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: 0.83em;
}
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img,
#add_payment_method #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle;
}

.woocommerce-terms-and-conditions {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.05);
}

.woocommerce-invalid #terms {
  outline: 2px solid red;
  outline-offset: 2px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: center;
  font-weight: 700;
  padding: 3px 0.5em;
  font-size: 1em;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 0.5em 0 0;
  display: block;
}

/**
 * Twenty Eleven specific styles
 */
#content.twentyeleven .woocommerce-pagination a {
  font-size: 1em;
  line-height: 1;
}

/**
 * Twenty Thirteen specific styles
 */
.single-product .twentythirteen .entry-summary,
.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform {
  padding: 0;
}
.single-product .twentythirteen p.stars {
  clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
  padding-top: 40px;
}

/**
 * Twenty Fourteen specific styles
 */
.twentyfourteen ul.products li.product {
  margin-top: 0 !important;
}

/**
 * Twenty Sixteen specific styles
 */
body:not(.search-results) .twentysixteen .entry-summary {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.twentysixteen .price ins {
  background: inherit;
  color: inherit;
}

body.woocommerce-account .woocommerce .woocommerce-error {
  margin: 0;
}
body.woocommerce-account .woocommerce .c__accountSection {
  background-color: #fff;
  margin-bottom: 2em;
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountSection {
    padding: 2em 3em;
  }
}
body.woocommerce-account .woocommerce #add_payment_method #payment p, body.woocommerce-account .woocommerce #add_payment_method #payment label {
  color: #003263;
}
body.woocommerce-account .woocommerce #add_payment_method #payment fieldset {
  margin-top: 0;
}
body.woocommerce-account .woocommerce #add_payment_method #payment .payment_methods {
  padding-bottom: 0;
}
body.woocommerce-account .woocommerce #add_payment_method #payment .wc-stripe-elements-field, body.woocommerce-account .woocommerce #add_payment_method #payment .wc-stripe-iban-element-field {
  padding: 10px;
}
body.woocommerce-account .woocommerce .c__accountWrap .l__contain, body.woocommerce-account .woocommerce .c__accountWrap body.single-product .woocommerce-notices-wrapper, body.single-product body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-notices-wrapper, body.woocommerce-account .woocommerce .c__accountWrap .related.products,
body.woocommerce-account .woocommerce .c__accountWrap .upsells.products,
body.woocommerce-account .woocommerce .c__accountWrap .up-sells.products, body.woocommerce-account .woocommerce .c__accountWrap .wp-block-columns {
  padding-bottom: 4em;
  position: relative;
}
body.woocommerce-account .woocommerce .c__accountWrap .l__contain::before, body.woocommerce-account .woocommerce .c__accountWrap body.single-product .woocommerce-notices-wrapper::before, body.single-product body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-notices-wrapper::before, body.woocommerce-account .woocommerce .c__accountWrap .related.products::before,
body.woocommerce-account .woocommerce .c__accountWrap .upsells.products::before,
body.woocommerce-account .woocommerce .c__accountWrap .up-sells.products::before, body.woocommerce-account .woocommerce .c__accountWrap .wp-block-columns::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  z-index: -999;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-notices-wrapper .woocommerce-error {
  margin-bottom: 2em;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation {
  float: none;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 1024px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation {
    width: 100%;
    margin-left: 0;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation {
  float: none;
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation {
    width: 25%;
    position: sticky;
    border-radius: 7px;
    padding-left: 13px;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation {
    padding: 1.5em 0;
    background-color: #fff;
  }
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 100px;
  }
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #0096CF;
  }
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation .title-wrapper {
    padding: 2em 1em 1em;
    background-color: #fff;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation .title-wrapper h3 {
  margin: 0;
  color: #0096CF;
  font-size: 30px;
  line-height: 52px;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation select {
  border: 1px solid #34354F;
  margin-top: 1em;
  border-radius: 10px;
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation select {
    display: none;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation ul {
    display: none;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 17.5px;
  position: relative;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  border-radius: 7px;
  font-size: 25px;
  color: #BDBDBD;
  font-weight: 700;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 0;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  background-color: #0096CF;
  border-radius: 20px;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation ul li a:hover, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation ul li a.active {
  background-color: #F3F3F3;
  color: #757575;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation ul li a:hover::after, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation ul li a.active::after {
  height: 100%;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #F3F3F3;
  font-weight: 700;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-navigation ul li.is-active a::after {
  height: 100%;
}
body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content {
  background-color: #fff;
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content {
    padding: 2em 3em;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content > p {
  color: #989898;
  font-weight: 500;
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content > p {
    margin-bottom: 2.5em;
    font-size: 20px;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap.dashboard .gform_wrapper {
  padding: 2em;
  background-color: #fff;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content {
  padding: 0 0 1em;
  overflow: hidden;
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content {
    width: 72%;
    margin-left: 1%;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content form {
    margin-top: 1em;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-customer-details h2 {
  color: #0096CF;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content label {
  font-size: 16px;
  line-height: 27px;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content label.required_field {
  display: inline-block;
  color: #34354F;
  position: relative;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content label.required_field:after {
  content: "*";
  color: #0096CF;
  font-size: 16px;
  line-height: 27px;
  position: absolute;
  right: 0px;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content label span.required {
  color: #0096CF;
  visibility: visible;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content legend {
  padding-left: 10px;
  font-size: 20px;
  color: #989898;
  padding: 0.75em 0.1em;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button {
  margin-top: 1em;
}
@media (max-width: 480px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button {
    width: 100%;
    min-width: 0;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm fieldset, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields fieldset {
  padding: 0;
  border: 0;
  margin: 0;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-form-row {
    width: 100%;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content input:not([type=submit], [type=checkbox], [type=radio]),
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content textarea,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content select {
  border: 1px solid #34354F;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-radius: 10px;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table {
  background-color: #fff;
  margin: 0;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table thead {
  background-color: #0096CF;
  border-radius: 7px;
  color: #fff;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table thead th {
  padding: 0.8em 1.2em;
  font-weight: 700;
  font-size: 20px;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table thead th:first-of-type {
  border-radius: 7px 0 0 7px;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table thead th:last-of-type {
  border-radius: 0 7px 7px 0;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr {
  position: relative;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr {
    border-bottom: solid 1px #F3F3F3;
    padding: 0.5em 0;
  }
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr:nth-child(2n) td {
    background-color: #fff;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
  padding: 1.75em 1.2em 0;
  color: #989898;
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
    padding: 0.5em 0 !important;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .pay {
  margin-right: 15px;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .view, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .pay {
  color: #0096CF;
  position: relative;
  font-weight: bold;
  border: 0;
  background: none;
  min-width: unset;
  padding: 0 !important;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .view, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .pay {
    font-size: 16px;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .view:hover, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .pay:hover {
  background-color: unset;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .view::after, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .pay::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #0096CF;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .view:hover::after, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .pay:hover::after {
  width: 100%;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .btn, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .m__form__centre .gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_button,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .m__form__centre input[type=submit],
.m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_footer .gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_button,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_footer input[type=submit],
.gform_footer body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td #add_payment_method #payment button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-cart #payment button#place_order,
body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-checkout #payment button#place_order,
body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td table.shop_table th .button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr table.shop_table td .button,
body.woocommerce-account .woocommerce table.shop_table .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .coupon button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .coupon button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button#place_order, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-orders-table tbody tr td button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-orders-table tbody tr td button {
  padding: 7px 1.5em;
  margin-right: 1em;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .btn:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .m__form__centre .gform_button:last-of-type, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_button:last-of-type,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .m__form__centre input[type=submit]:last-of-type,
.m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td input[type=submit]:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_footer .gform_button:last-of-type, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_button:last-of-type,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_footer input[type=submit]:last-of-type,
.gform_footer body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td input[type=submit]:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .c__productWrap .entry-summary button:last-of-type:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button:last-of-type:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td #add_payment_method #payment button#place_order:last-of-type, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order:last-of-type,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-cart #payment button#place_order:last-of-type,
body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order:last-of-type,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-checkout #payment button#place_order:last-of-type,
body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td table.shop_table th .button:last-of-type, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button:last-of-type,
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr table.shop_table td .button:last-of-type,
body.woocommerce-account .woocommerce table.shop_table .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button:last-of-type, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td body.woocommerce-checkout #payment .button:last-of-type, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button:last-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .coupon button:last-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .coupon button:last-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button:last-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td #add_payment_method #payment .button#place_order:last-of-type, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button#place_order:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-EditAccountForm button:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-orders-table tbody tr td button:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-address-fields button:last-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-orders-table tbody tr td button:last-of-type {
  margin-right: 0;
}
@media (min-width: 769px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .btn, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .m__form__centre .gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .m__form__centre input[type=submit],
  .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_footer .gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_footer input[type=submit],
  .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td #add_payment_method #payment button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-cart #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-checkout #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td table.shop_table th .button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button,
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr table.shop_table td .button,
  body.woocommerce-account .woocommerce table.shop_table .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .coupon button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .coupon button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button#place_order, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-orders-table tbody tr td button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-orders-table tbody tr td button {
    min-width: 0;
  }
}
@media (max-width: 480px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .btn, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .m__form__centre .gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .m__form__centre input[type=submit],
  .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_footer .gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .gform_footer input[type=submit],
  .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td #add_payment_method #payment button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-cart #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-checkout #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button#place_order, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td table.shop_table th .button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button,
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr table.shop_table td .button,
  body.woocommerce-account .woocommerce table.shop_table .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .coupon button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .coupon button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button#place_order, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-orders-table tbody tr td button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-orders-table tbody tr td button {
    width: 100%;
    margin: 0.5em 0;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td {
    padding: 0.5em 1.5em;
  }
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr td::before {
    width: 100%;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr.order > th {
  border-top: 0;
  padding: 36px 20px 0;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-orders-table tbody tr.order > th a {
  font-size: 20px;
  color: #989898;
  font-weight: 400;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-Address {
  position: relative;
  padding-bottom: 60px;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-Address a.edit {
  position: absolute;
  left: 0;
  bottom: 0;
  text-underline-offset: 2px;
}
@media (min-width: 769px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-Address a.edit {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-Address:last-of-type {
    margin-top: 2em;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap.view-order tr td span {
  color: #003263 !important;
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-MyAccount-content {
    padding: 0.5em 0em 2em 3em;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info a {
    margin-left: auto;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info a {
    margin-top: 18px;
  }
}
@media (min-width: 769px) {
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .btn, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .m__form__centre .gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .m__form__centre input[type=submit],
  .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_footer .gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_footer input[type=submit],
  .gform_footer body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info button:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info #add_payment_method #payment button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap.orders .woocommerce-info button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-cart #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap.orders .woocommerce-info button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-checkout #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap.orders .woocommerce-info button#place_order, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info table.shop_table th .button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap.orders .woocommerce-info .button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info table.shop_table td .button,
  body.woocommerce-account .woocommerce table.shop_table td .c__accountWrap.orders .woocommerce-info .button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap.orders .woocommerce-info .coupon button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap.orders .woocommerce-info .coupon button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap.orders .woocommerce-info button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap.orders .woocommerce-info button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap.orders .woocommerce-info .button#place_order, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__accountWrap.orders .woocommerce-info .button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-info button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-info button {
    margin-left: auto;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .btn, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .m__form__centre .gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .m__form__centre input[type=submit],
  .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_footer .gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_footer input[type=submit],
  .gform_footer body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info button:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info #add_payment_method #payment button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap.orders .woocommerce-info button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-cart #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap.orders .woocommerce-info button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-checkout #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap.orders .woocommerce-info button#place_order, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info table.shop_table th .button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap.orders .woocommerce-info .button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info table.shop_table td .button,
  body.woocommerce-account .woocommerce table.shop_table td .c__accountWrap.orders .woocommerce-info .button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap.orders .woocommerce-info .coupon button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap.orders .woocommerce-info .coupon button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap.orders .woocommerce-info button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap.orders .woocommerce-info button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap.orders .woocommerce-info .button#place_order, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__accountWrap.orders .woocommerce-info .button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-info button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-info button {
    width: 100%;
  }
}
@media (min-width: 481px) {
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .btn.go-shop, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .m__form__centre .go-shop.gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .go-shop.gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .m__form__centre input.go-shop[type=submit],
  .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info input.go-shop[type=submit], body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_footer .go-shop.gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .go-shop.gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_footer input.go-shop[type=submit],
  .gform_footer body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info input.go-shop[type=submit], body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .c__productWrap .entry-summary button.go-shop:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info button.go-shop:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info #add_payment_method #payment button.go-shop#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap.orders .woocommerce-info button.go-shop#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-cart #payment button.go-shop#place_order,
  body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap.orders .woocommerce-info button.go-shop#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-checkout #payment button.go-shop#place_order,
  body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap.orders .woocommerce-info button.go-shop#place_order, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info table.shop_table th .go-shop.button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap.orders .woocommerce-info .go-shop.button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info table.shop_table td .go-shop.button,
  body.woocommerce-account .woocommerce table.shop_table td .c__accountWrap.orders .woocommerce-info .go-shop.button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .go-shop.button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .go-shop.button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info body.woocommerce-checkout #payment .go-shop.button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .go-shop.button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap.orders .woocommerce-info .coupon button.go-shop, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap.orders .woocommerce-info .coupon button.go-shop, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap.orders .woocommerce-info button.go-shop, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap.orders .woocommerce-info button.go-shop, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info #add_payment_method #payment .go-shop.button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap.orders .woocommerce-info .go-shop.button#place_order, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .go-shop.button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__accountWrap.orders .woocommerce-info .go-shop.button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.go-shop, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-info button.go-shop, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-MyAccount-content .woocommerce-address-fields button.go-shop, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-info button.go-shop {
    float: right;
  }
}
@media (max-width: 480px) {
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .btn.go-shop, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .m__form__centre .go-shop.gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .go-shop.gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .m__form__centre input.go-shop[type=submit],
  .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info input.go-shop[type=submit], body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_footer .go-shop.gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .go-shop.gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .gform_footer input.go-shop[type=submit],
  .gform_footer body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info input.go-shop[type=submit], body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .c__productWrap .entry-summary button.go-shop:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info button.go-shop:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info #add_payment_method #payment button.go-shop#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap.orders .woocommerce-info button.go-shop#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-cart #payment button.go-shop#place_order,
  body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap.orders .woocommerce-info button.go-shop#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-checkout #payment button.go-shop#place_order,
  body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap.orders .woocommerce-info button.go-shop#place_order, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info table.shop_table th .go-shop.button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap.orders .woocommerce-info .go-shop.button,
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info table.shop_table td .go-shop.button,
  body.woocommerce-account .woocommerce table.shop_table td .c__accountWrap.orders .woocommerce-info .go-shop.button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .go-shop.button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .go-shop.button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info body.woocommerce-checkout #payment .go-shop.button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .go-shop.button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap.orders .woocommerce-info .coupon button.go-shop, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap.orders .woocommerce-info .coupon button.go-shop, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap.orders .woocommerce-info button.go-shop, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap.orders .woocommerce-info button.go-shop, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info #add_payment_method #payment .go-shop.button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap.orders .woocommerce-info .go-shop.button#place_order, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .go-shop.button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__accountWrap.orders .woocommerce-info .go-shop.button, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.go-shop, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-info button.go-shop, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-info .woocommerce-MyAccount-content .woocommerce-address-fields button.go-shop, body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-info button.go-shop {
    display: block;
    margin-top: 1em;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-Pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2em;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-Pagination {
    padding: 0 1em 1em;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-Pagination a {
  color: #0096CF;
  font-size: 14px;
  text-decoration: underline;
  position: relative;
}
body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-Pagination a:hover {
  text-decoration: none;
}
body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-Pagination a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 12px;
  background-image: url("../images/icons/double-arrow-right.svg");
}
body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-Pagination a.next {
  padding-right: 1.5em;
}
body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-Pagination a.next::after {
  right: 0;
}
body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-Pagination a.prev {
  padding-left: 1.5em;
}
body.woocommerce-account .woocommerce .c__accountWrap.orders .woocommerce-Pagination a.prev::after {
  left: 0;
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders {
  position: relative;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders tr td {
    padding: 0.5em 0 !important;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 1.5em;
}
@media (min-width: 1025px) {
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders__intro {
    margin-top: 18px;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders__intro h4 {
  margin: 0;
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders__intro .view-all {
  font-weight: 500;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders__intro .view-all:hover {
  text-decoration: none;
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders {
  margin-bottom: 0;
}
@media (min-width: 481px) {
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .btn, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .m__form__centre .gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .m__form__centre input[type=submit],
  .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .gform_footer .gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .gform_footer input[type=submit],
  .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders button:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders #add_payment_method #payment button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .c__accountOrders .no-orders button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .woocommerce-cart #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap .c__accountOrders .no-orders button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .woocommerce-checkout #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap .c__accountOrders .no-orders button#place_order, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders table.shop_table th .button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap .c__accountOrders .no-orders .button,
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders table.shop_table td .button,
  body.woocommerce-account .woocommerce table.shop_table td .c__accountWrap .c__accountOrders .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .c__accountOrders .no-orders .coupon button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .c__accountOrders .no-orders .coupon button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .c__accountOrders .no-orders button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .c__accountOrders .no-orders button, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .c__accountOrders .no-orders .button#place_order, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .c__accountOrders .no-orders .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__accountOrders .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__accountOrders .no-orders button, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__accountOrders .no-orders button {
    float: right;
  }
}
@media (max-width: 480px) {
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .btn, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .m__form__centre .gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .m__form__centre input[type=submit],
  .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .gform_footer .gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .gform_footer input[type=submit],
  .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders button:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders #add_payment_method #payment button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .c__accountOrders .no-orders button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .woocommerce-cart #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap .c__accountOrders .no-orders button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .woocommerce-checkout #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap .c__accountOrders .no-orders button#place_order, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders table.shop_table th .button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap .c__accountOrders .no-orders .button,
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders table.shop_table td .button,
  body.woocommerce-account .woocommerce table.shop_table td .c__accountWrap .c__accountOrders .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .c__accountOrders .no-orders .coupon button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .c__accountOrders .no-orders .coupon button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .c__accountOrders .no-orders button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .c__accountOrders .no-orders button, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .c__accountOrders .no-orders .button#place_order, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .c__accountOrders .no-orders .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__accountOrders .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__accountOrders .no-orders button, body.woocommerce-account .woocommerce .c__accountWrap .c__accountOrders .no-orders .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__accountOrders .no-orders button {
    display: block;
    margin-top: 1em;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5em;
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__intro h4 {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__intro a {
  font-weight: 500;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__intro a:hover {
  text-decoration: none;
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__body p {
  margin-bottom: 1em;
  font-weight: 700;
}
@media (min-width: 481px) {
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__body p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__body p:last-of-type {
  margin-bottom: 0;
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__body p span {
  font-weight: 500;
}
@media (max-width: 480px) {
  body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__body p span {
    display: block;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__body p span a {
  font-weight: 700;
  text-decoration: underline;
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__body p span a:hover {
  text-decoration: none;
}
body.woocommerce-account .woocommerce .c__accountWrap .c__accountDetails__body .notice {
  font-weight: 500;
  display: block;
}
body.woocommerce-account .woocommerce .c__accountWrap .no-orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.woocommerce-account .woocommerce .c__accountWrap .no-orders .btn, body.woocommerce-account .woocommerce .c__accountWrap .no-orders .m__form__centre .gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .no-orders .gform_button,
body.woocommerce-account .woocommerce .c__accountWrap .no-orders .m__form__centre input[type=submit],
.m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .no-orders input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .no-orders .gform_footer .gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .no-orders .gform_button,
body.woocommerce-account .woocommerce .c__accountWrap .no-orders .gform_footer input[type=submit],
.gform_footer body.woocommerce-account .woocommerce .c__accountWrap .no-orders input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .no-orders .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap .no-orders button:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap .no-orders #add_payment_method #payment button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .no-orders button#place_order,
body.woocommerce-account .woocommerce .c__accountWrap .no-orders .woocommerce-cart #payment button#place_order,
body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap .no-orders button#place_order,
body.woocommerce-account .woocommerce .c__accountWrap .no-orders .woocommerce-checkout #payment button#place_order,
body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap .no-orders button#place_order, body.woocommerce-account .woocommerce .c__accountWrap .no-orders table.shop_table th .button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap .no-orders .button,
body.woocommerce-account .woocommerce .c__accountWrap .no-orders table.shop_table td .button,
body.woocommerce-account .woocommerce table.shop_table td .c__accountWrap .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .no-orders body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .no-orders body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap .no-orders .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .no-orders .coupon button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .no-orders .coupon button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .no-orders button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .no-orders button, body.woocommerce-account .woocommerce .c__accountWrap .no-orders #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .no-orders .button#place_order, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .no-orders .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .no-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .no-orders button, body.woocommerce-account .woocommerce .c__accountWrap .no-orders .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .no-orders button {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 768px) {
  body.woocommerce-account .woocommerce .c__accountWrap .no-orders .btn, body.woocommerce-account .woocommerce .c__accountWrap .no-orders .m__form__centre .gform_button, .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .no-orders .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap .no-orders .m__form__centre input[type=submit],
  .m__form__centre body.woocommerce-account .woocommerce .c__accountWrap .no-orders input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .no-orders .gform_footer .gform_button, .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .no-orders .gform_button,
  body.woocommerce-account .woocommerce .c__accountWrap .no-orders .gform_footer input[type=submit],
  .gform_footer body.woocommerce-account .woocommerce .c__accountWrap .no-orders input[type=submit], body.woocommerce-account .woocommerce .c__accountWrap .no-orders .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-account .woocommerce .c__accountWrap .no-orders button:not(.wcwl_notice_dismiss), body.woocommerce-account .woocommerce .c__accountWrap .no-orders #add_payment_method #payment button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .no-orders button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap .no-orders .woocommerce-cart #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-cart #payment .c__accountWrap .no-orders button#place_order,
  body.woocommerce-account .woocommerce .c__accountWrap .no-orders .woocommerce-checkout #payment button#place_order,
  body.woocommerce-account .woocommerce .woocommerce-checkout #payment .c__accountWrap .no-orders button#place_order, body.woocommerce-account .woocommerce .c__accountWrap .no-orders table.shop_table th .button, body.woocommerce-account .woocommerce table.shop_table th .c__accountWrap .no-orders .button,
  body.woocommerce-account .woocommerce .c__accountWrap .no-orders table.shop_table td .button,
  body.woocommerce-account .woocommerce table.shop_table td .c__accountWrap .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .no-orders body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-account .woocommerce .c__accountWrap .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .no-orders body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-account .woocommerce .c__accountWrap .no-orders .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .no-orders .coupon button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .no-orders .coupon button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .no-orders button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__accountWrap .no-orders button, body.woocommerce-account .woocommerce .c__accountWrap .no-orders #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__accountWrap .no-orders .button#place_order, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .no-orders .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .no-orders .button, body.woocommerce-account .woocommerce .c__accountWrap .no-orders .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .no-orders button, body.woocommerce-account .woocommerce .c__accountWrap .no-orders .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .no-orders button {
    width: 100%;
  }
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-Address-title {
  margin-bottom: 10px;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-Address-title h2 {
  color: #0096CF;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-Address-title a.edit {
  text-decoration: underline;
  color: #0096CF;
}
body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-Address-title a.edit:hover {
  text-decoration: none;
}
body.woocommerce-account .woocommerce-EditAccountForm .form-row:nth-of-type(3) {
  display: none;
}

body.woocommerce-view-order .woocommerce-MyAccount-content .gform_wrapper {
  margin-top: 3em;
}

.c__shop-sidebar {
  margin-bottom: 2.1em;
}
@media (min-width: 1025px) {
  .c__shop-sidebar {
    margin-top: -11px;
  }
}
.c__shop-sidebar .widget_text {
  float: left;
}
@media (max-width: 1280px) {
  .c__shop-sidebar .widget_text {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .c__shop-sidebar .clear-btn {
    position: absolute;
    top: 30px;
    left: 45px;
  }
  .c__shop-sidebar .clear-btn .bapf_body {
    height: 0;
    width: 0;
  }
}
.c__shop-sidebar .bapf_sfilter {
  margin-bottom: 0;
  display: block;
  width: 100%;
  float: left;
}
.c__shop-sidebar .bapf_sfilter .bapf_clr_span.w2em,
.c__shop-sidebar .bapf_sfilter .bapf_img_span.w2em {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}
.c__shop-sidebar .bapf_sfilter.bapf_ckbox:not(.bapf_stylecolor) input[type=checkbox] {
  border: 1px solid #4D5052;
  height: 20px;
  width: 20px;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
}
.c__shop-sidebar .bapf_sfilter.bapf_ckbox:not(.bapf_stylecolor) input[type=checkbox]:checked:before {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0;
  background-color: #34354F;
}
.c__shop-sidebar .bapf_sfilter.bapf_ckbox:not(.bapf_stylecolor) input[type=checkbox]:after {
  display: none;
}
.c__shop-sidebar .bapf_sfilter.bapf_ckbox:not(.bapf_stylecolor) label {
  margin-bottom: 0.5em;
  line-height: 30px;
  vertical-align: top;
}
.c__shop-sidebar .bapf_sfilter .bapf_head {
  padding-bottom: 5px;
}
.c__shop-sidebar .bapf_sfilter .bapf_head h3 {
  font-size: 18px;
  color: #4D5052;
  font-weight: bold;
  margin-top: 0.5em;
}
.c__shop-sidebar .bapf_sfilter .bapf_head i {
  display: none;
}
.c__shop-sidebar .bapf_sfilter.bapf_slidr .bapf_body {
  max-height: 10000px;
  overflow-y: visible;
}
.c__shop-sidebar .bapf_sfilter .bapf_body {
  margin-bottom: 1.5em;
  margin-top: 1em;
  max-height: 240px;
  color: #4D5052;
}
.c__shop-sidebar .bapf_sfilter .bapf_body::-webkit-scrollbar {
  width: 8px;
}
.c__shop-sidebar .bapf_sfilter .bapf_body::-webkit-scrollbar-track {
  background-color: #F3F3F3;
  border-radius: 20px;
}
.c__shop-sidebar .bapf_sfilter .bapf_body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: rgba(52, 53, 79, 0.1);
  cursor: pointer;
}
.c__shop-sidebar .bapf_sfilter .bapf_body ul {
  padding: 0;
}
.c__shop-sidebar .bapf_sfilter .bapf_body ul .pcs {
  color: #34354F;
  font-weight: 700;
}
.c__shop-sidebar .bapf_sfilter .bapf_body ul.bapf_sfa_unall {
  margin-bottom: 0;
}
.c__shop-sidebar .bapf_sfilter .bapf_body .bapf_slidr_all {
  color: #003263;
}
.c__shop-sidebar .bapf_sfilter .bapf_body .ui-widget-content {
  height: 3px;
  background: rgba(77, 80, 82, 0.1);
  margin: 20px 10px;
}
.c__shop-sidebar .bapf_sfilter .bapf_body .ui-widget-content .ui-slider-handle {
  background: #34354F;
  width: 24px;
  height: 24px;
  top: -12px;
  outline: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(28, 60, 111, 0.2);
          box-shadow: 0 0 10px 0 rgba(28, 60, 111, 0.2);
}
.c__shop-sidebar .bapf_sfilter .bapf_body .ui-widget-content .ui-slider-range {
  background: #34354F;
}
.c__shop-sidebar .bapf_sfilter.clear-filter {
  border-bottom: 0;
  float: none;
  margin: 0;
  width: auto;
}
.c__shop-sidebar .bapf_sfilter.clear-filter .bapf_body {
  margin: 0;
}
@media (max-width: 1280px) {
  .c__shop-sidebar .bapf_sfilter.clear-filter {
    float: left;
    width: 100%;
  }
}
.c__shop-sidebar .bapf_sfilter .bapf_reset, .c__shop-sidebar .bapf_sfilter .braapf_unselect_all {
  outline: 0;
  border: 0;
  background: 0;
  padding: 0;
  color: #003263;
  font-weight: 700;
  text-decoration: underline;
  margin-top: 24px;
  font-size: 16px;
  margin-left: -10px;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .c__shop-sidebar .bapf_sfilter .bapf_reset, .c__shop-sidebar .bapf_sfilter .braapf_unselect_all {
    margin-left: 0px;
  }
}
.c__shop-sidebar .bapf_sfilter .bapf_reset:hover, .c__shop-sidebar .bapf_sfilter .braapf_unselect_all:hover {
  opacity: 1;
  text-decoration: none;
  color: #4D5052;
}
.c__shop-sidebar .bapf_sfilter .bapf_reset i, .c__shop-sidebar .bapf_sfilter .braapf_unselect_all i {
  display: none;
}
.c__shop-sidebar .bapf_sfilter .bapf {
  float: left;
  line-height: 24px;
}
@media (min-width: 1281px) {
  .c__shop-sidebar .bapf_sfilter .bapf {
    margin-top: 0;
  }
}
@media (max-width: 1280px) {
  .c__shop-sidebar .bapf_sfilter .bapf {
    float: left;
  }
}
.c__shop-sidebar .bapf_sfilter .braapf_unselect {
  padding-left: 1em;
}
.c__shop-sidebar .bapf_sfilter .braapf_unselect:before, .c__shop-sidebar .bapf_sfilter .braapf_unselect:after {
  position: absolute;
  left: 5px;
  content: " ";
  height: 15px;
  width: 2px;
  top: 0;
  background-color: #34354F;
}
.c__shop-sidebar .bapf_sfilter .braapf_unselect:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c__shop-sidebar .bapf_sfilter .braapf_unselect:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c__shop-sidebar .bapf_sfilter .braapf_unselect i {
  display: none;
}
.c__shop-sidebar .bapf_sfilter.bapf_ocolaps .bapf_head h3, .c__shop-sidebar .bapf_sfilter.bapf_ccolaps .bapf_head h3 {
  position: relative;
  cursor: pointer;
}
.c__shop-sidebar .bapf_sfilter.bapf_ocolaps .bapf_head h3:after, .c__shop-sidebar .bapf_sfilter.bapf_ccolaps .bapf_head h3:after {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
  background: url("../images/icons/arrow.svg") center/contain no-repeat;
}
.c__shop-sidebar .bapf_sfilter.bapf_ocolaps .bapf_head h3:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c__shop-sidebar .bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span {
  -webkit-transform: none;
          transform: none;
}
.c__shop-sidebar .bapf_sfilter.brchecked_default input:checked + label .bapf_clr_span:before {
  content: "";
  display: block;
  position: absolute;
  top: 45%;
  left: 50%;
  width: 6px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.select2-search {
  display: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  background: url("../images/icons/accordion-arrow.svg") no-repeat center center;
  background-size: 20px 12px;
  width: 50px;
  height: 100%;
  border: none;
  top: 0;
  right: 0;
  pointer-events: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) {
  margin: 3em 0 0;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .inner-cart {
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 48px 24px 24px 24px;
}
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .inner-cart {
    padding-bottom: 48px;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) button[name=update_cart] {
  display: none !important;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-title {
  margin-bottom: 0.5em;
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-title {
    font-size: 24px;
    line-height: 30px;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-title > span {
  color: #34354F;
  font-size: 16px;
  margin-left: 2em;
  font-weight: 400;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form {
  width: 100%;
  float: left;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .link {
  color: #003263;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .link::after {
  background-color: #003263;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .link:hover {
  color: #34354F;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .link:hover::after {
  background-color: #34354F;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart {
  border: 0;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart thead th {
  font-weight: 500;
  color: #747474;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart thead .product-thumbnail, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart thead .product-price {
  display: none;
}
@media (min-width: 769px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart thead .product-name {
    float: left;
    width: 50%;
  }
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart thead .product-quantity, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart thead .product-subtotal {
    float: left;
    width: 25%;
  }
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart thead .product-subtotal {
    text-align: right !important;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody tr {
  float: left;
  width: 100%;
  position: relative;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody tr.cart_item {
  border-bottom: 1px solid #F3F3F3;
  padding: 2em 0 1em 0;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody tr.cart_item .product-name {
  margin-top: 0;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody tr.cart_item:first-of-type {
  border-top: 1px solid #F3F3F3;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td {
  border: 0;
  display: block;
  width: 100%;
  padding: 0 0 1em;
  background: 0;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-thumbnail {
  float: left;
  width: 20%;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-thumbnail {
    width: 30%;
    margin-right: 5%;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-thumbnail img {
  width: 100%;
  max-width: 80%;
  border: solid 1px #D4D4D4;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-name {
  float: left;
  width: 30%;
  font-size: 18px;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-name {
    width: 65%;
    font-size: 16px;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-name .measure,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-name .sku {
  padding: 0;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-name .measure span,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-name .sku span {
  color: #4D5052;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-name a {
  display: block;
  line-height: 27px;
  font-weight: 500;
  color: #34354F;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-name .sku {
  text-transform: uppercase;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-price {
  display: none;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity {
  float: left;
  width: 25%;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap {
  float: left;
  margin-right: 0;
  height: 35px;
  width: 199px;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap .minus,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap .plus,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap input {
  height: 100%;
  width: 35px;
  border-color: #fff;
  background-color: #0096CF;
  color: #fff;
  border: solid 1px #0096CF;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap .minus::before, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap .minus::after,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap .plus::before,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap .plus::after,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap input::before,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap input::after {
  background-color: #fff;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap .minus:hover, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap .plus:hover {
  background-color: #34354F;
  border-color: #34354F;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap input {
  left: 35px;
  width: 57px;
  height: 35px;
  border-radius: 10px;
  border: solid 1px #d9d9d9;
  background-color: #fff;
  color: #4D5052;
  min-height: 35px;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity__wrap .plus {
  right: auto;
  left: 97px;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity {
    width: 65%;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-quantity .quantity {
  width: 100%;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-subtotal {
  width: 65%;
  float: right;
  font-weight: 700;
  color: #0096CF;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-subtotal .vat {
  font-weight: 400;
  font-size: 12px;
  color: #003263;
}
@media (min-width: 769px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-subtotal {
    width: 25%;
    font-size: 18px;
    text-align: right !important;
    float: left;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-subtotal .tax_label {
  font-size: 13px;
  color: #003263;
  font-weight: 700;
}
@media (min-width: 769px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-subtotal .tax_label {
    display: block;
    line-height: 13px;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-remove {
  float: left;
  width: 65%;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-remove a {
  text-decoration: underline;
  font-weight: 500;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-remove a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-remove {
    margin-left: 35%;
  }
}
@media (min-width: 769px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.product-remove {
    margin-left: 0;
    width: 40%;
    position: absolute;
    top: 5.5em;
    left: 50%;
    padding-bottom: 0;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td.actions {
  background-color: transparent;
  padding: 0;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart-form .shop_table.cart tbody td::before {
  display: none;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate {
  text-align: left;
  margin-bottom: 2em;
  color: #747474;
}
@media (min-width: 1025px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate {
    text-align: right;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .amount {
  font-weight: 700;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .btn, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .m__form__centre .gform_button, .m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_button,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .m__form__centre input[type=submit],
.m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate input[type=submit], body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_footer .gform_button, .gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_button,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_footer input[type=submit],
.gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate input[type=submit], body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate button:not(.wcwl_notice_dismiss), body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment button#place_order, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate button#place_order,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .woocommerce-cart #payment button#place_order,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart #payment .cart_estimate button#place_order,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .woocommerce-checkout #payment button#place_order,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-checkout #payment .cart_estimate button#place_order, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate table.shop_table th .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table th .cart_estimate .button,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate table.shop_table td .button,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table td .cart_estimate .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .cart_estimate button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment .button#place_order, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment .button#place_order, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate .button#place_order, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate .button#place_order, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cart_estimate .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cart_estimate .button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cart_estimate button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cart_estimate button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cart_estimate button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cart_estimate button {
  width: 100%;
}
@media (min-width: 1025px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .btn, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .m__form__centre .gform_button, .m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_button,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .m__form__centre input[type=submit],
  .m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate input[type=submit], body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_footer .gform_button, .gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_button,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_footer input[type=submit],
  .gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate input[type=submit], body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate button:not(.wcwl_notice_dismiss), body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment button#place_order, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate button#place_order,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .woocommerce-cart #payment button#place_order,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart #payment .cart_estimate button#place_order,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .woocommerce-checkout #payment button#place_order,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-checkout #payment .cart_estimate button#place_order, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate table.shop_table th .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table th .cart_estimate .button,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate table.shop_table td .button,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table td .cart_estimate .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .cart_estimate button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment .button#place_order, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment .button#place_order, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate .button#place_order, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate .button#place_order, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cart_estimate .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cart_estimate .button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cart_estimate button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cart_estimate button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cart_estimate button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cart_estimate button {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .btn:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .m__form__centre .gform_button:first-of-type, .m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_button:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .m__form__centre input[type=submit]:first-of-type,
  .m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate input[type=submit]:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_footer .gform_button:first-of-type, .gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_button:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_footer input[type=submit]:first-of-type,
  .gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate input[type=submit]:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__productWrap .entry-summary button:first-of-type:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate button:first-of-type:not(.wcwl_notice_dismiss), body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment button#place_order:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate button#place_order:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .woocommerce-cart #payment button#place_order:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart #payment .cart_estimate button#place_order:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .woocommerce-checkout #payment button#place_order:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-checkout #payment .cart_estimate button#place_order:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate table.shop_table th .button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table th .cart_estimate .button:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate table.shop_table td .button:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table td .cart_estimate .button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button:first-of-type, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate body.woocommerce-checkout #payment .button:first-of-type, body.woocommerce-checkout #payment body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .coupon button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .cart_estimate button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment .button#place_order:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment .button#place_order:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate .button#place_order:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate .button#place_order:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cart_estimate .button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cart_estimate .button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cart_estimate button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cart_estimate button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cart_estimate button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cart_estimate button:first-of-type {
    margin-right: 0.5em;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .btn:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .m__form__centre .gform_button:first-of-type, .m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_button:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .m__form__centre input[type=submit]:first-of-type,
  .m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate input[type=submit]:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_footer .gform_button:first-of-type, .gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_button:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .gform_footer input[type=submit]:first-of-type,
  .gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate input[type=submit]:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__productWrap .entry-summary button:first-of-type:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate button:first-of-type:not(.wcwl_notice_dismiss), body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment button#place_order:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate button#place_order:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .woocommerce-cart #payment button#place_order:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart #payment .cart_estimate button#place_order:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .woocommerce-checkout #payment button#place_order:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-checkout #payment .cart_estimate button#place_order:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate table.shop_table th .button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table th .cart_estimate .button:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate table.shop_table td .button:first-of-type,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table td .cart_estimate .button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button:first-of-type, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate body.woocommerce-checkout #payment .button:first-of-type, body.woocommerce-checkout #payment body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .coupon button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .cart_estimate button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment .button#place_order:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate #add_payment_method #payment .button#place_order:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate .button#place_order:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart_estimate .button#place_order:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cart_estimate .button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cart_estimate .button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cart_estimate button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cart_estimate button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart_estimate .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button:first-of-type, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cart_estimate button:first-of-type, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cart_estimate button:first-of-type {
    margin-bottom: 0.5em;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals {
  float: right;
  width: 40%;
}
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .shipping-calculator-button:hover, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .shipping-calculator-button:focus {
  text-decoration: underline;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals {
  width: 100%;
  padding: 1.5em 1.5em 0;
  background: #34354F;
  position: relative;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals h2 {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table {
  border: 0;
  margin: 0;
  color: #fff;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table .amount, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table strong {
  color: #fff;
  font-weight: 700;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table small {
  color: #fff;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tbody {
  display: block;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr {
  width: 100%;
  display: table;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals {
  display: block;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals th,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals td {
  border: 0;
  text-align: left !important;
}
@media (min-width: 1025px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals th,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr.woocommerce-shipping-totals td {
    display: block;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr.order-total {
  padding-top: 1em;
  margin-top: 1em;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr.order-total::before {
  content: "";
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -1em;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr.order-total .total {
  font-weight: 700;
  font-size: 16px;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr.order-total strong .amount {
  font-weight: 700;
}
@media (min-width: 1025px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table tr.order-total strong .amount {
    font-size: 16px;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table th,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table td {
  border: 0;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table th {
  font-weight: 500;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table td {
  text-align: right !important;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .cart_totals table.shop_table td .tax_label {
  display: none;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .btn, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .m__form__centre .gform_button, .m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .gform_button,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .m__form__centre input[type=submit],
.m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout input[type=submit], body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .gform_footer .gform_button, .gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .gform_button,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .gform_footer input[type=submit],
.gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout input[type=submit], body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout button:not(.wcwl_notice_dismiss), body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout #add_payment_method #payment button#place_order, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart-collaterals .wc-proceed-to-checkout button#place_order,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .woocommerce-cart #payment button#place_order,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart #payment .cart-collaterals .wc-proceed-to-checkout button#place_order,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .woocommerce-checkout #payment button#place_order,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-checkout #payment .cart-collaterals .wc-proceed-to-checkout button#place_order, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout table.shop_table th .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table th .cart-collaterals .wc-proceed-to-checkout .button,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout table.shop_table td .button,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table td .cart-collaterals .wc-proceed-to-checkout .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .cart-collaterals .wc-proceed-to-checkout button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout #add_payment_method #payment .button#place_order, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout #add_payment_method #payment .button#place_order, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart-collaterals .wc-proceed-to-checkout .button#place_order, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .cart-collaterals .wc-proceed-to-checkout .button#place_order, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cart-collaterals .wc-proceed-to-checkout .button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cart-collaterals .wc-proceed-to-checkout .button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cart-collaterals .wc-proceed-to-checkout button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cart-collaterals .wc-proceed-to-checkout button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cart-collaterals .wc-proceed-to-checkout .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cart-collaterals .wc-proceed-to-checkout button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cart-collaterals .wc-proceed-to-checkout button {
  width: 100%;
  min-width: 0;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.cart td.actions .coupon_container {
  background-color: #34354F;
  margin-top: 2em;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.cart td.actions .coupon_container .coupon-toggle-label {
  padding: 1em;
  display: block;
  color: #fff;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.cart td.actions .coupon_container .coupon-toggle-label u {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.cart td.actions .coupon_container #coupon-toggle {
  display: none;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.cart td.actions .coupon_container #coupon-toggle:checked + .coupon {
  display: block;
  max-height: 1000px;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.cart td.actions .coupon_container .coupon {
  float: none;
  max-height: 0;
  padding: 0 1em 1em;
  overflow: hidden;
  display: none;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.cart td.actions .coupon_container .coupon .input-text {
  width: 66%;
  margin-right: 2%;
  line-height: 30px;
  padding: 10px 20px;
  border-color: #D8DBEB;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.cart td.actions .coupon_container .coupon .input-text {
    width: 100%;
    margin: 0 0 1em;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.cart td.actions .coupon_container .coupon button.button {
  width: 32%;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.cart td.actions .coupon_container .coupon button.button {
    width: 100%;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon {
  width: 100%;
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 769px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon input[type=text] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon input[type=text] {
    width: 100% !important;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (max-width: 768px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button {
    width: 100% !important;
    margin-top: 1em;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .clear-cart {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  width: 100%;
  margin-bottom: 1em;
  text-decoration: underline;
  font-weight: 700;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .clear-cart:hover {
  text-decoration: none;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon input[type=text] {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cross-sells {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
}
@media (max-width: 1024px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .cross-sells {
    padding: 0 20px;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__emptyCart {
  background-color: #F3F3F3;
  border: 1px solid #F3F3F3;
  padding: 1em;
  margin-bottom: 2em;
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__emptyCart p {
  margin: 0;
}
@media (max-width: 480px) {
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .btn.return, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .m__form__centre .return.gform_button, .m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .return.gform_button,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .m__form__centre input.return[type=submit],
  .m__form__centre body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) input.return[type=submit], body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .gform_footer .return.gform_button, .gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .return.gform_button,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .gform_footer input.return[type=submit],
  .gform_footer body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) input.return[type=submit], body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__productWrap .entry-summary button.return:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) button.return:not(.wcwl_notice_dismiss), body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment button.return#place_order,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-cart #payment button.return#place_order,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .woocommerce-checkout #payment button.return#place_order, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table th .return.button,
  body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) table.shop_table td .return.button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .return.button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .return.button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) body.woocommerce-checkout #payment .return.button, body.woocommerce-checkout #payment body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .return.button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .return.button#place_order, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) #add_payment_method #payment .return.button#place_order, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .return.button, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .return.button, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.return, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button.return, body.woocommerce-cart body.woocommerce-account .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button.return, body.woocommerce-account body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button.return, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button.return {
    width: 100%;
    min-width: 0;
  }
}
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .return-to-shop {
  display: none;
}
body.woocommerce-cart .g__footer__newsletter {
  display: none;
}

.woocommerce-cart-form__cart-item td.product-quantity .quantity label {
  display: none;
}

.woocommerce table.shop_table_responsive tr td[data-title=Delivery]::before {
  width: 100%;
}
.woocommerce table.shop_table_responsive tr td::before {
  padding-right: 0.5em;
}
.woocommerce form .form-row .select2-container {
  height: 45px;
}
.woocommerce .select2-container {
  z-index: 1;
}
.woocommerce .select2-container--default .select2-selection--single {
  border-color: #34354F;
  padding-left: 8px;
  height: 64px;
  border-radius: 20px;
  font-weight: bold;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 64px;
}
@media (min-width: 1025px) {
  .woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-right: 50px;
  }
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 64px;
}
.woocommerce .select2-dropdown {
  border-color: #34354F;
}
.woocommerce .select2-container .select2-choice {
  border: solid 1px #34354F;
  padding-left: 8px;
  height: 45px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: white;
  line-height: 53px;
  padding: 0 0 0 1em;
}
.woocommerce .select2-container .select2-choice .select2-arrow {
  border: 0;
  background: 0;
}
.woocommerce .select2-container .select2-choice .select2-arrow b {
  background-position-y: 4px;
}
.woocommerce #billing_country_field .woocommerce-input-wrapper > strong, .woocommerce #shipping_country_field .woocommerce-input-wrapper > strong {
  font-weight: 500;
  padding: 0.75em 1em;
  line-height: 24px;
  border: 1px solid #34354F;
  color: #34354F;
  font-size: 15px;
  display: block;
}
.woocommerce ul#shipping_method li:last-of-type {
  margin: 0;
}
.woocommerce ul#shipping_method li input {
  margin-right: 0;
  margin-left: 1em;
  float: right;
  cursor: pointer;
}
.woocommerce ul#shipping_method li label {
  font-size: 14px;
  line-height: 22px;
}

.woocommerce {
  /**
   * Buttons
   */
}
.woocommerce a.button.alt.disabled, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled]:hover,
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled]:hover {
  color: #fff;
  background-color: #0096CF;
  border-color: #0096CF;
}
.woocommerce a.remove {
  width: auto;
  text-align: inherit;
  font-size: 1em;
  color: #4D5052;
  text-decoration: underline;
}
.woocommerce a.remove:hover {
  text-decoration: none;
}
@media (min-width: 769px) {
  .woocommerce a.remove {
    line-height: 50px;
  }
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message {
  background: #F3F3F3;
}
@media (max-width: 1024px) {
  .woocommerce #basket-back {
    display: none;
  }
}
.woocommerce #woo_pp_ec_button_checkout {
  float: right;
}
.woocommerce .woocommerce-info {
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 24px;
  border: 0;
}
.woocommerce .woocommerce-info a.showlogin,
.woocommerce .woocommerce-info a.showcoupon {
  color: #0096CF;
  text-decoration: underline;
  font-weight: 700;
  margin-left: 5px;
}
.woocommerce .woocommerce-info a.showlogin:hover, .woocommerce .woocommerce-info a.showlogin:focus,
.woocommerce .woocommerce-info a.showcoupon:hover,
.woocommerce .woocommerce-info a.showcoupon:focus {
  text-decoration: none;
}
.woocommerce .woocommerce-info::before {
  content: none;
}
.woocommerce table.shop_table {
  border-collapse: collapse;
}

@media (min-width: 1025px) {
  body.woocommerce .c__shopWrap .c__hero {
    min-height: auto;
    display: block;
  }
  body.woocommerce .c__shopWrap .c__hero .c__hero__content {
    padding: 1em;
    width: 100%;
    max-width: none;
  }
  body.woocommerce .c__shopWrap .c__hero .c__hero__content:before {
    display: none;
  }
}
body.woocommerce .c__shopWrap .c__hero {
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  body.woocommerce .c__shopWrap .c__hero {
    background-color: transparent;
  }
}
body.woocommerce .c__shopWrap .c__hero__contain {
  padding: 0;
}
body.woocommerce .c__shopWrap .woocommerce-perpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1024px) {
  body.woocommerce .c__shopWrap .woocommerce-perpage {
    display: none;
  }
}
body.woocommerce .c__shopWrap .woocommerce-perpage select {
  border: 0;
  padding-top: 0;
  background-position-y: calc(50% - 5px);
  background-image: url("../images/icons/red-arrow-down.svg");
  background-size: 10px;
}
body.woocommerce .c__shopWrap .woocommerce-perpage select:focus, body.woocommerce .c__shopWrap .woocommerce-perpage select:focus-within, body.woocommerce .c__shopWrap .woocommerce-perpage select:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.woocommerce .c__shopWrap .woocommerce-perpage label {
  display: inline-block;
  font-size: 16px;
  margin-right: 15px;
  color: #003263;
  line-height: 36px;
}
@media (max-width: 1024px) {
  body.woocommerce .c__shopWrap .woocommerce-perpage label {
    margin-bottom: 10px;
    width: 100%;
    display: block;
  }
}
body.woocommerce .c__shopWrap .c__toolbar {
  width: 100%;
  padding: 0 1em 15px 1em;
  margin: 0;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  body.woocommerce .c__shopWrap .c__toolbar {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }
}
@media (max-width: 1024px) {
  body.woocommerce .c__shopWrap .c__toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 10px;
    margin-bottom: 2rem;
  }
  body.woocommerce .c__shopWrap .c__toolbar .woocommerce-result-count {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: none;
  }
  body.woocommerce .c__shopWrap .c__toolbar .woocommerce-ordering {
    display: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  body.woocommerce .c__shopWrap .c__toolbar .woocommerce-perpage {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    display: none;
  }
  body.woocommerce .c__shopWrap .c__toolbar .sidebar-filter-btn {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    color: #34354F;
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-left: 0;
    width: auto;
  }
  body.woocommerce .c__shopWrap .c__toolbar .sidebar-filter-btn::before {
    position: absolute;
    content: "";
    background-image: url("../images/icons/accordion-arrow.svg");
    background-size: contain;
    width: 12px;
    height: 8px;
    right: -20px;
    top: 8.5px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
}
body.woocommerce .c__shopWrap .c__toolbar .woocommerce-result-count {
  font-size: 16px;
  line-height: 42px;
}
@media (max-width: 1024px) {
  body.woocommerce .c__shopWrap .c__toolbar .woocommerce-result-count {
    margin-bottom: 1em;
    width: 100%;
  }
}
body.woocommerce .c__shopWrap .c__toolbar .woocommerce-ordering {
  margin: 0;
}
@media (max-width: 1024px) {
  body.woocommerce .c__shopWrap .c__toolbar .woocommerce-ordering {
    width: 100%;
  }
  body.woocommerce .c__shopWrap .c__toolbar .woocommerce-ordering select {
    padding-left: 0;
  }
}
body.woocommerce .c__shopWrap .c__toolbar .orderby {
  border: 0;
  padding-top: 0;
  background-position-y: calc(50% - 5px);
  background-image: url("../images/icons/red-arrow-down.svg");
  background-size: 10px;
}
body.woocommerce .c__shopWrap .c__toolbar .orderby:focus, body.woocommerce .c__shopWrap .c__toolbar .orderby:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.woocommerce .c__toolbar {
  margin-bottom: 1em;
}
.woocommerce .c__toolbar--mobile {
  display: none;
  background: #34354F;
  margin: 0;
}
@media (max-width: 768px) {
  .woocommerce .c__toolbar--mobile {
    display: block;
  }
}
@media (min-width: 1025px) {
  .woocommerce .c__shopWrap {
    padding-top: 2em;
  }
}
.woocommerce .c__shopWrap .c__notice .woocommerce-perpage,
.woocommerce .c__shopWrap .c__notice .woocommerce-result-count,
.woocommerce .c__shopWrap .c__notice .woocommerce-ordering,
.woocommerce .c__shopWrap .c__notice .sidebar-filter-btn {
  display: none !important;
}
.woocommerce .c__shopWrap select {
  background-color: #fff;
  color: #34354F;
  padding: 11.5px 45px 11.5px 10px;
  line-height: 25px;
  min-height: 50px;
}
@media (max-width: 1024px) {
  .woocommerce .c__shopWrap--shop .l__col__evenpad {
    margin: 0;
  }
  .woocommerce .c__shopWrap--shop .products {
    padding: 0 10px;
  }
}
.woocommerce .sale-flash {
  display: none;
  position: absolute;
  color: #fff;
  bottom: 10px;
  left: 10px;
  background: #34354F;
  padding: 2px 10px;
  border-radius: 11px;
  font-size: 13px;
  line-height: 18px;
}
.woocommerce .c__hero .woocommerce-ordering {
  width: calc(48% - 20px);
  text-align: right;
  display: block;
}
@media (min-width: 1025px) {
  .woocommerce .c__hero .woocommerce-ordering {
    width: 30.65%;
  }
}
.woocommerce .c__hero .woocommerce-ordering select {
  width: 100%;
}
.woocommerce .c__hero .woocommerce-notices-wrapper {
  display: none;
}
.woocommerce .woocommerce-result-count {
  line-height: 50px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  color: #0096CF;
}
.woocommerce ul.products[class*=columns-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.woocommerce ul.products[class*=columns-]::before, .woocommerce ul.products[class*=columns-]::after {
  content: none;
  display: none;
}
.woocommerce ul.products[class*=columns-] li.product {
  margin-bottom: 1em;
  border-radius: 0;
  background: transparent;
  text-align: left;
  border-radius: 20px;
  padding: 38px 27px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 1.666%;
}
@media (min-width: 1025px) {
  .woocommerce ul.products[class*=columns-] li.product:hover {
    background-color: #F3F3F3;
  }
  .woocommerce ul.products[class*=columns-] li.product:hover .cart, .woocommerce ul.products[class*=columns-] li.product:hover .add_to_cart_button, .woocommerce ul.products[class*=columns-] li.product:hover .btn, .woocommerce ul.products[class*=columns-] li.product:hover .m__form__centre .gform_button, .m__form__centre .woocommerce ul.products[class*=columns-] li.product:hover .gform_button,
  .woocommerce ul.products[class*=columns-] li.product:hover .m__form__centre input[type=submit],
  .m__form__centre .woocommerce ul.products[class*=columns-] li.product:hover input[type=submit], .woocommerce ul.products[class*=columns-] li.product:hover .gform_footer .gform_button, .gform_footer .woocommerce ul.products[class*=columns-] li.product:hover .gform_button,
  .woocommerce ul.products[class*=columns-] li.product:hover .gform_footer input[type=submit],
  .gform_footer .woocommerce ul.products[class*=columns-] li.product:hover input[type=submit], .woocommerce ul.products[class*=columns-] li.product:hover .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .woocommerce ul.products[class*=columns-] li.product:hover button:not(.wcwl_notice_dismiss), .woocommerce ul.products[class*=columns-] li.product:hover #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product:hover button#place_order,
  .woocommerce ul.products[class*=columns-] li.product:hover .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment ul.products[class*=columns-] li.product:hover button#place_order,
  .woocommerce ul.products[class*=columns-] li.product:hover .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment ul.products[class*=columns-] li.product:hover button#place_order, .woocommerce ul.products[class*=columns-] li.product:hover table.shop_table th .button, .woocommerce table.shop_table th ul.products[class*=columns-] li.product:hover .button,
  .woocommerce ul.products[class*=columns-] li.product:hover table.shop_table td .button,
  .woocommerce table.shop_table td ul.products[class*=columns-] li.product:hover .button, .woocommerce ul.products[class*=columns-] li.product:hover body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .woocommerce ul.products[class*=columns-] li.product:hover .button, .woocommerce ul.products[class*=columns-] li.product:hover body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .woocommerce ul.products[class*=columns-] li.product:hover .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product:hover #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product:hover .button#place_order, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product:hover .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content ul.products[class*=columns-] li.product:hover .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product:hover .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm ul.products[class*=columns-] li.product:hover button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product:hover .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields ul.products[class*=columns-] li.product:hover button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) ul.products[class*=columns-] li.product:hover .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon ul.products[class*=columns-] li.product:hover button {
    opacity: 1;
  }
}
@media (max-width: 480px) {
  .woocommerce ul.products[class*=columns-] li.product {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  .woocommerce ul.products[class*=columns-] li.product .cart, .woocommerce ul.products[class*=columns-] li.product .add_to_cart_button, .woocommerce ul.products[class*=columns-] li.product .btn, .woocommerce ul.products[class*=columns-] li.product .m__form__centre .gform_button, .m__form__centre .woocommerce ul.products[class*=columns-] li.product .gform_button,
  .woocommerce ul.products[class*=columns-] li.product .m__form__centre input[type=submit],
  .m__form__centre .woocommerce ul.products[class*=columns-] li.product input[type=submit], .woocommerce ul.products[class*=columns-] li.product .gform_footer .gform_button, .gform_footer .woocommerce ul.products[class*=columns-] li.product .gform_button,
  .woocommerce ul.products[class*=columns-] li.product .gform_footer input[type=submit],
  .gform_footer .woocommerce ul.products[class*=columns-] li.product input[type=submit], .woocommerce ul.products[class*=columns-] li.product .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .woocommerce ul.products[class*=columns-] li.product button:not(.wcwl_notice_dismiss), .woocommerce ul.products[class*=columns-] li.product #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product button#place_order,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment ul.products[class*=columns-] li.product button#place_order,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment ul.products[class*=columns-] li.product button#place_order, .woocommerce ul.products[class*=columns-] li.product table.shop_table th .button, .woocommerce table.shop_table th ul.products[class*=columns-] li.product .button,
  .woocommerce ul.products[class*=columns-] li.product table.shop_table td .button,
  .woocommerce table.shop_table td ul.products[class*=columns-] li.product .button, .woocommerce ul.products[class*=columns-] li.product body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .woocommerce ul.products[class*=columns-] li.product .button, .woocommerce ul.products[class*=columns-] li.product body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .woocommerce ul.products[class*=columns-] li.product .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product .button#place_order, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content ul.products[class*=columns-] li.product .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm ul.products[class*=columns-] li.product button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields ul.products[class*=columns-] li.product button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) ul.products[class*=columns-] li.product .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon ul.products[class*=columns-] li.product button {
    opacity: 0;
  }
}
.woocommerce ul.products[class*=columns-] li.product .info-icon {
  position: relative;
  padding-left: 16px;
}
.woocommerce ul.products[class*=columns-] li.product .info-icon::before {
  content: "";
  background-image: url(../images/icons/info-icon.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  height: 22px;
  width: 22px;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.woocommerce ul.products[class*=columns-] li.product .product-excerpt {
  color: #4D5052;
  margin-bottom: 12px;
}
@media (min-width: 481px) {
  .woocommerce ul.products[class*=columns-] li.product .product-excerpt {
    max-width: 300px;
    text-align: center;
    margin: 0 auto 12px;
  }
}
.woocommerce ul.products[class*=columns-] li.product .product-excerpt p {
  line-height: 22px;
}
.woocommerce ul.products[class*=columns-] li.product .product-excerpt p:last-of-type {
  margin-bottom: 0;
}
.woocommerce ul.products[class*=columns-] li.product .price {
  font-size: 14px;
  font-weight: 500;
  color: #4D5052;
}
.woocommerce ul.products[class*=columns-] li.product .price > span:first-of-type {
  display: block;
  color: #4D5052;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-LoopProduct-link {
  margin-bottom: 1em;
}
.woocommerce ul.products[class*=columns-] li.product .woocommerce-LoopProduct-link img {
  -o-object-fit: contain;
     object-fit: contain;
  border: 0;
}
@media (min-width: 1281px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 32%;
  }
  .woocommerce ul.products[class*=columns-] li.product.last {
    margin-right: 0;
  }
}
@media (max-width: 1280px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 47.5%;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product {
    width: 100%;
    margin-right: 0;
  }
}
.woocommerce ul.products[class*=columns-] li.product.sale .product__img .sale-flash {
  display: block;
}
.woocommerce ul.products[class*=columns-] li.product .sku,
.woocommerce ul.products[class*=columns-] li.product .brand_name {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}
@media (max-width: 1024px) {
  .woocommerce ul.products[class*=columns-] li.product .sku,
  .woocommerce ul.products[class*=columns-] li.product .brand_name {
    margin-bottom: 34px;
  }
}
.woocommerce ul.products[class*=columns-] li.product .sku strong,
.woocommerce ul.products[class*=columns-] li.product .brand_name strong {
  padding-right: 3px;
}
.woocommerce ul.products[class*=columns-] li.product .product__img {
  position: relative;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 0 1em 0;
  background-color: transparent;
}
.woocommerce ul.products[class*=columns-] li.product .product__img::before {
  content: "";
  display: block;
  padding-top: 65%;
}
.woocommerce ul.products[class*=columns-] li.product .product__img .sale-flash.new {
  background: #34354F;
  display: block !important;
}
.woocommerce ul.products[class*=columns-] li.product .product__img .sale-flash.sale-text {
  display: block !important;
}
.woocommerce ul.products[class*=columns-] li.product h2,
.woocommerce ul.products[class*=columns-] li.product h3,
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title {
  margin-bottom: 13px;
  min-height: 17px;
  color: #4D5052;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  height: auto !important;
  text-align: center;
}
.woocommerce ul.products[class*=columns-] li.product h2 a,
.woocommerce ul.products[class*=columns-] li.product h3 a,
.woocommerce ul.products[class*=columns-] li.product .woocommerce-loop-product__title a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.woocommerce ul.products[class*=columns-] li.product .price {
  margin-bottom: 3px;
  color: #003263;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.woocommerce ul.products[class*=columns-] li.product .price > del {
  text-decoration: none;
  position: relative;
  margin-right: 1em;
  opacity: 1;
}
.woocommerce ul.products[class*=columns-] li.product .price > del::before {
  content: "";
  height: 2px;
  width: calc(100% + 10px);
  position: absolute;
  top: 12px;
  left: -5px;
  background-color: #0096CF;
}
.woocommerce ul.products[class*=columns-] li.product .price > del .amount {
  color: #0096CF;
  font-weight: 500;
}
.woocommerce ul.products[class*=columns-] li.product .price .amount {
  color: #4D5052;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}
.woocommerce ul.products[class*=columns-] li.product .price ins {
  text-decoration: none;
}
.woocommerce ul.products[class*=columns-] li.product .price .vat {
  color: #003263;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 13px;
}
@media (max-width: 480px) {
  .woocommerce ul.products[class*=columns-] li.product .price .vat {
    font-size: 12px;
  }
}
.woocommerce ul.products[class*=columns-] li.product .price .woocommerce-price-suffix {
  color: #003263;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 13px;
}
.woocommerce ul.products[class*=columns-] li.product .product-link {
  min-width: auto;
  padding: 10px 0;
  width: calc(100% - 65px);
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product .product-link {
    width: 100%;
  }
}
.woocommerce ul.products[class*=columns-] li.product .btn, .woocommerce ul.products[class*=columns-] li.product .m__form__centre .gform_button, .m__form__centre .woocommerce ul.products[class*=columns-] li.product .gform_button,
.woocommerce ul.products[class*=columns-] li.product .m__form__centre input[type=submit],
.m__form__centre .woocommerce ul.products[class*=columns-] li.product input[type=submit], .woocommerce ul.products[class*=columns-] li.product .gform_footer .gform_button, .gform_footer .woocommerce ul.products[class*=columns-] li.product .gform_button,
.woocommerce ul.products[class*=columns-] li.product .gform_footer input[type=submit],
.gform_footer .woocommerce ul.products[class*=columns-] li.product input[type=submit], .woocommerce ul.products[class*=columns-] li.product .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .woocommerce ul.products[class*=columns-] li.product button:not(.wcwl_notice_dismiss), .woocommerce ul.products[class*=columns-] li.product #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product button#place_order,
.woocommerce ul.products[class*=columns-] li.product .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment ul.products[class*=columns-] li.product button#place_order,
.woocommerce ul.products[class*=columns-] li.product .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment ul.products[class*=columns-] li.product button#place_order, .woocommerce ul.products[class*=columns-] li.product table.shop_table th .button, .woocommerce table.shop_table th ul.products[class*=columns-] li.product .button,
.woocommerce ul.products[class*=columns-] li.product table.shop_table td .button,
.woocommerce table.shop_table td ul.products[class*=columns-] li.product .button, .woocommerce ul.products[class*=columns-] li.product body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .woocommerce ul.products[class*=columns-] li.product .button, .woocommerce ul.products[class*=columns-] li.product body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .woocommerce ul.products[class*=columns-] li.product .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product .button#place_order, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content ul.products[class*=columns-] li.product .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm ul.products[class*=columns-] li.product button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields ul.products[class*=columns-] li.product button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) ul.products[class*=columns-] li.product .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon ul.products[class*=columns-] li.product button {
  margin-top: 1em;
  cursor: pointer;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 769px) {
  .woocommerce ul.products[class*=columns-] li.product .btn, .woocommerce ul.products[class*=columns-] li.product .m__form__centre .gform_button, .m__form__centre .woocommerce ul.products[class*=columns-] li.product .gform_button,
  .woocommerce ul.products[class*=columns-] li.product .m__form__centre input[type=submit],
  .m__form__centre .woocommerce ul.products[class*=columns-] li.product input[type=submit], .woocommerce ul.products[class*=columns-] li.product .gform_footer .gform_button, .gform_footer .woocommerce ul.products[class*=columns-] li.product .gform_button,
  .woocommerce ul.products[class*=columns-] li.product .gform_footer input[type=submit],
  .gform_footer .woocommerce ul.products[class*=columns-] li.product input[type=submit], .woocommerce ul.products[class*=columns-] li.product .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .woocommerce ul.products[class*=columns-] li.product button:not(.wcwl_notice_dismiss), .woocommerce ul.products[class*=columns-] li.product #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product button#place_order,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment ul.products[class*=columns-] li.product button#place_order,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment ul.products[class*=columns-] li.product button#place_order, .woocommerce ul.products[class*=columns-] li.product table.shop_table th .button, .woocommerce table.shop_table th ul.products[class*=columns-] li.product .button,
  .woocommerce ul.products[class*=columns-] li.product table.shop_table td .button,
  .woocommerce table.shop_table td ul.products[class*=columns-] li.product .button, .woocommerce ul.products[class*=columns-] li.product body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .woocommerce ul.products[class*=columns-] li.product .button, .woocommerce ul.products[class*=columns-] li.product body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .woocommerce ul.products[class*=columns-] li.product .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product .button#place_order, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content ul.products[class*=columns-] li.product .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm ul.products[class*=columns-] li.product button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields ul.products[class*=columns-] li.product button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) ul.products[class*=columns-] li.product .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon ul.products[class*=columns-] li.product button {
    max-width: 222px;
    position: absolute;
    bottom: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  .woocommerce ul.products[class*=columns-] li.product .btn, .woocommerce ul.products[class*=columns-] li.product .m__form__centre .gform_button, .m__form__centre .woocommerce ul.products[class*=columns-] li.product .gform_button,
  .woocommerce ul.products[class*=columns-] li.product .m__form__centre input[type=submit],
  .m__form__centre .woocommerce ul.products[class*=columns-] li.product input[type=submit], .woocommerce ul.products[class*=columns-] li.product .gform_footer .gform_button, .gform_footer .woocommerce ul.products[class*=columns-] li.product .gform_button,
  .woocommerce ul.products[class*=columns-] li.product .gform_footer input[type=submit],
  .gform_footer .woocommerce ul.products[class*=columns-] li.product input[type=submit], .woocommerce ul.products[class*=columns-] li.product .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .woocommerce ul.products[class*=columns-] li.product button:not(.wcwl_notice_dismiss), .woocommerce ul.products[class*=columns-] li.product #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product button#place_order,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment ul.products[class*=columns-] li.product button#place_order,
  .woocommerce ul.products[class*=columns-] li.product .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment ul.products[class*=columns-] li.product button#place_order, .woocommerce ul.products[class*=columns-] li.product table.shop_table th .button, .woocommerce table.shop_table th ul.products[class*=columns-] li.product .button,
  .woocommerce ul.products[class*=columns-] li.product table.shop_table td .button,
  .woocommerce table.shop_table td ul.products[class*=columns-] li.product .button, .woocommerce ul.products[class*=columns-] li.product body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .woocommerce ul.products[class*=columns-] li.product .button, .woocommerce ul.products[class*=columns-] li.product body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .woocommerce ul.products[class*=columns-] li.product .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product .button#place_order, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content ul.products[class*=columns-] li.product .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm ul.products[class*=columns-] li.product button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields ul.products[class*=columns-] li.product button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) ul.products[class*=columns-] li.product .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon ul.products[class*=columns-] li.product button {
    margin-top: 1.5em;
  }
}
.woocommerce ul.products[class*=columns-] li.product .c__buttonWrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  opacity: 0;
  -webkit-transform: opacity 1s ease;
          transform: opacity 1s ease;
  height: auto;
  background: rgba(255, 255, 255, 0.8);
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap::before {
  content: "";
  padding-top: 100%;
  display: block;
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .btn, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .m__form__centre .gform_button, .m__form__centre .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .gform_button,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .m__form__centre input[type=submit],
.m__form__centre .woocommerce ul.products[class*=columns-] li.product .c__basketWrap input[type=submit], .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .gform_footer .gform_button, .gform_footer .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .gform_button,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .gform_footer input[type=submit],
.gform_footer .woocommerce ul.products[class*=columns-] li.product .c__basketWrap input[type=submit], .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .woocommerce ul.products[class*=columns-] li.product .c__basketWrap button:not(.wcwl_notice_dismiss), .woocommerce ul.products[class*=columns-] li.product .c__basketWrap #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product .c__basketWrap button#place_order,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment ul.products[class*=columns-] li.product .c__basketWrap button#place_order,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment ul.products[class*=columns-] li.product .c__basketWrap button#place_order, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap table.shop_table th .button, .woocommerce table.shop_table th ul.products[class*=columns-] li.product .c__basketWrap .button,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap table.shop_table td .button,
.woocommerce table.shop_table td ul.products[class*=columns-] li.product .c__basketWrap .button, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .button, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__basketWrap #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product .c__basketWrap .button#place_order, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content ul.products[class*=columns-] li.product .c__basketWrap .button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm ul.products[class*=columns-] li.product .c__basketWrap button, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields ul.products[class*=columns-] li.product .c__basketWrap button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) ul.products[class*=columns-] li.product .c__basketWrap .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon ul.products[class*=columns-] li.product .c__basketWrap button {
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 100%;
  max-width: 180px;
  border-color: #34354F;
  background-color: transparent;
  color: #4D5052;
  min-width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .btn:hover, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .m__form__centre .gform_button:hover, .m__form__centre .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .gform_button:hover,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .m__form__centre input[type=submit]:hover,
.m__form__centre .woocommerce ul.products[class*=columns-] li.product .c__basketWrap input[type=submit]:hover, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .gform_footer .gform_button:hover, .gform_footer .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .gform_button:hover,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .gform_footer input[type=submit]:hover,
.gform_footer .woocommerce ul.products[class*=columns-] li.product .c__basketWrap input[type=submit]:hover, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .c__productWrap .entry-summary button:hover:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .woocommerce ul.products[class*=columns-] li.product .c__basketWrap button:hover:not(.wcwl_notice_dismiss), .woocommerce ul.products[class*=columns-] li.product .c__basketWrap #add_payment_method #payment button#place_order:hover, .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product .c__basketWrap button#place_order:hover,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .woocommerce-cart #payment button#place_order:hover,
.woocommerce .woocommerce-cart #payment ul.products[class*=columns-] li.product .c__basketWrap button#place_order:hover,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap .woocommerce-checkout #payment button#place_order:hover,
.woocommerce .woocommerce-checkout #payment ul.products[class*=columns-] li.product .c__basketWrap button#place_order:hover, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap table.shop_table th .button:hover, .woocommerce table.shop_table th ul.products[class*=columns-] li.product .c__basketWrap .button:hover,
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap table.shop_table td .button:hover,
.woocommerce table.shop_table td ul.products[class*=columns-] li.product .c__basketWrap .button:hover, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button:hover, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .button:hover, .woocommerce ul.products[class*=columns-] li.product .c__basketWrap body.woocommerce-checkout #payment .button:hover, body.woocommerce-checkout #payment .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .button:hover, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__basketWrap #add_payment_method #payment .button#place_order:hover, body.woocommerce-account .woocommerce #add_payment_method #payment ul.products[class*=columns-] li.product .c__basketWrap .button#place_order:hover, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button:hover, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content ul.products[class*=columns-] li.product .c__basketWrap .button:hover, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button:hover, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm ul.products[class*=columns-] li.product .c__basketWrap button:hover, body.woocommerce-account .woocommerce ul.products[class*=columns-] li.product .c__basketWrap .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button:hover, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields ul.products[class*=columns-] li.product .c__basketWrap button:hover, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) ul.products[class*=columns-] li.product .c__basketWrap .coupon button:hover, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon ul.products[class*=columns-] li.product .c__basketWrap button:hover {
  background-color: #34354F;
  color: #fff;
}
.woocommerce ul.products[class*=columns-] li.product .c__basketWrap:hover {
  opacity: 1;
}
.woocommerce ul.products[class*=columns-] li.product a.wp-element-button {
  border-color: #0096CF;
  color: #0096CF;
  background-color: transparent;
  padding: 0;
  text-align: center;
  height: 34px;
  line-height: 30px;
  min-width: 0;
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
}
@media (max-width: 1024px) {
  .woocommerce ul.products[class*=columns-] li.product a.wp-element-button {
    height: 52px;
  }
}
.woocommerce ul.products[class*=columns-] li.product a.wp-element-button:hover, .woocommerce ul.products[class*=columns-] li.product a.wp-element-button:focus {
  background-color: #0096CF;
  color: #fff;
}
.woocommerce ul.products[class*=columns-] li.product form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
}
.woocommerce ul.products[class*=columns-] li.product form .quantity {
  width: 125px;
  margin-right: 10px;
}
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap {
  height: 42px;
  width: 125px;
}
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap .minus,
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap .plus,
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap input {
  width: 42px;
  height: 42px;
  min-height: 42px;
}
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap .minus,
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap .plus {
  background-color: #34354F;
  border: 0;
}
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap .minus:hover,
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap .plus:hover {
  background-color: #34354F;
}
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap .minus::before, .woocommerce ul.products[class*=columns-] li.product form .quantity__wrap .minus::after,
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap .plus::before,
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap .plus::after {
  background: #fff;
}
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap input {
  left: 42px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  border-color: #D9D9D9;
}
.woocommerce ul.products[class*=columns-] li.product form .quantity__wrap input:focus-visible {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.woocommerce ul.products[class*=columns-] li.product form button[type=submit] {
  border-color: #34354F;
  color: #34354F;
  background-color: transparent;
  padding: 0;
  text-align: center;
  margin-top: 0;
  min-width: 0;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 42px;
  font-size: 14px;
}
.woocommerce ul.products[class*=columns-] li.product form button[type=submit]:hover, .woocommerce ul.products[class*=columns-] li.product form button[type=submit].active {
  background-color: #0096CF;
  border-color: #0096CF;
  color: #fff;
}

@media (min-width: 1025px) {
  body.woocommerce-checkout .m__incentives {
    position: static;
  }
}
@media (max-width: 1024px) {
  body.woocommerce-checkout.sticky .m__incentives {
    -webkit-box-shadow: -1px 7px 10px 0 rgba(0, 0, 0, 0.1490196078);
            box-shadow: -1px 7px 10px 0 rgba(0, 0, 0, 0.1490196078);
  }
}
body.woocommerce-checkout .woocommerce-form-login-toggle .woocommerce-info {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  color: #C80F17;
}
body.woocommerce-checkout .woocommerce-checkout-review-order-header img {
  margin-bottom: 1.5em;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order-header img {
    display: none;
  }
}
body.woocommerce-checkout .woocommerce-checkout-review-order-header h3 {
  display: none;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .woocommerce-checkout-review-order-header h3 {
    display: block;
  }
}
body.woocommerce-checkout #customer_details {
  display: block;
  width: 100%;
  float: left;
}
@media (min-width: 1025px) {
  body.woocommerce-checkout #customer_details {
    margin-bottom: 4em;
  }
}
@media (min-width: 1025px) {
  body.woocommerce-checkout .checkout-left {
    padding-top: 2em;
  }
}
body.woocommerce-checkout .checkout-right {
  padding-top: 0em;
}
@media (min-width: 1025px) {
  body.woocommerce-checkout .checkout-right {
    padding-top: 5em;
  }
}
body.woocommerce-checkout #checkout-continue {
  position: relative;
  padding-left: 25px;
  color: #34354F;
  margin-bottom: 2em;
  display: block;
  line-height: 17px;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout #checkout-continue {
    margin-top: 2em;
  }
}
body.woocommerce-checkout #checkout-continue:hover {
  text-decoration: underline;
}
body.woocommerce-checkout #checkout-continue:before {
  content: "";
  display: block;
  background: url(../images/icons/circle-arrow.svg) center/contain no-repeat;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.woocommerce-checkout hr {
  margin: 0 0 2em 0;
  background: #D4D4D4;
}
body.woocommerce-checkout .inner-checkout {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}
@media (max-width: 1024px) {
  body.woocommerce-checkout .inner-checkout {
    position: relative;
    padding-bottom: 4em;
    margin-bottom: 2em;
  }
}
body.woocommerce-checkout h3.checkout-title {
  float: left;
  width: 100%;
  margin: 1em 0 1.25em 0;
  padding-top: 1.25em;
  border-top: solid 1px #D4D4D4;
}
body.woocommerce-checkout label[for=payment_method_stripe] img {
  height: 30px;
  float: right;
}
@media (max-width: 480px) {
  body.woocommerce-checkout label[for=payment_method_stripe] img {
    display: none;
  }
}
body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
  padding-top: 1.5em;
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
@media (min-width: 1025px) {
  body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 2em;
  }
}
@media (min-width: 1025px) {
  body.woocommerce-checkout .wrap-order-review {
    border-left: solid 1px #D4D4D4;
  }
}
body.woocommerce-checkout .checkout-inline-error-message {
  margin-bottom: 0;
}
body.woocommerce-checkout #wc-stripe-payment-request-button-separator {
  display: none !important;
}
body.woocommerce-checkout .my-custom-shipping-table {
  width: 100%;
  float: left;
}
body.woocommerce-checkout #express-title {
  font-weight: 700;
  text-align: center;
  margin: 1em 0;
  font-size: 20px;
}
body.woocommerce-checkout #express-title-icons {
  text-align: center;
  margin: 0 0 2em 0;
}
body.woocommerce-checkout #express-title-icons img {
  width: 100%;
  max-width: 300px;
}
body.woocommerce-checkout .woocommerce-remove-coupon {
  font-weight: 700;
}
body.woocommerce-checkout #express-title-or {
  text-align: center;
  position: relative;
  margin: 1em 0;
}
body.woocommerce-checkout #express-title-or::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D4D4D4;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.woocommerce-checkout #express-title-or > span {
  background-color: white;
  font-size: 20px;
  padding: 0 1em;
  position: relative;
  background: white;
  z-index: 1;
}
body.woocommerce-checkout #payment {
  background: transparent;
}
body.woocommerce-checkout #payment div.form-row {
  padding: 0;
}
body.woocommerce-checkout #payment ul:not(.woocommerce-error) {
  padding: 0 0 1em;
}
body.woocommerce-checkout #payment #stripe-payment-data > p {
  margin: 0;
}
body.woocommerce-checkout #payment fieldset {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
}
body.woocommerce-checkout #payment fieldset .woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method {
  width: 19px !important;
  margin: 0 0.25em 0 0 !important;
  top: 3px;
}
body.woocommerce-checkout #payment fieldset .woocommerce-SavedPaymentMethods-saveNew label {
  font-weight: 400;
  display: inline-block !important;
  width: calc(100% - 45px);
  vertical-align: middle;
}
@media (min-width: 1025px) {
  body.woocommerce-checkout #billing_city_field, body.woocommerce-checkout #billing_postcode_field, body.woocommerce-checkout #shipping_city_field, body.woocommerce-checkout #shipping_postcode_field {
    width: 48%;
    overflow: visible;
    clear: none;
    float: left;
  }
}
@media (min-width: 1025px) {
  body.woocommerce-checkout #billing_postcode_field, body.woocommerce-checkout #shipping_postcode_field {
    float: right;
  }
}
body.woocommerce-checkout input:not([type=submit], [type=checkbox], [type=radio]),
body.woocommerce-checkout textarea,
body.woocommerce-checkout select {
  border-color: #D4D4D4;
}
body.woocommerce-checkout.woocommerce-order-pay #order_review .product-total {
  float: none;
  text-align: right;
}
body.woocommerce-checkout #site-content .gform_wrapper {
  margin-bottom: 3em;
  padding-top: 3em;
  border-top: solid 1px #D4D4D4;
}
body.woocommerce-checkout form.woocommerce-checkout {
  color: #747474;
}
body.woocommerce-checkout .woocommerce {
  margin: 0 auto;
}
body.woocommerce-checkout .woocommerce h3 {
  color: #34354F;
}
body.woocommerce-checkout .woocommerce h3#ship-to-different-address {
  font-size: 16px;
  line-height: 22px;
  color: #4D5052;
  font-weight: 400;
  margin-bottom: 1.5em;
  cursor: pointer;
  color: #747474;
}
body.woocommerce-checkout .woocommerce h3#ship-to-different-address label,
body.woocommerce-checkout .woocommerce h3#ship-to-different-address span,
body.woocommerce-checkout .woocommerce h3#ship-to-different-address input {
  cursor: pointer;
}
body.woocommerce-checkout .woocommerce h3#ship-to-different-address input[type=checkbox], body.woocommerce-checkout .woocommerce h3#ship-to-different-address input[type=radio] {
  top: 3px;
}
body.woocommerce-checkout .woocommerce .create-account span {
  font-size: 16px;
  line-height: 22px;
  color: #4D5052;
  font-weight: 400;
  margin-bottom: 2em;
  cursor: pointer;
}
body.woocommerce-checkout .woocommerce .woocommerce-billing-fields h3 {
  width: 100%;
  margin-bottom: 1.25em;
}
body.woocommerce-checkout .woocommerce .shipping_address {
  margin-bottom: 2em;
  width: 100%;
  float: left;
}
body.woocommerce-checkout .woocommerce .shipping_address > h3 {
  margin-bottom: 1.5em;
}
body.woocommerce-checkout form.woocommerce-form-coupon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  border: 0;
}
body.woocommerce-checkout form.woocommerce-form-coupon p {
  float: none;
}
body.woocommerce-checkout form.woocommerce-form-coupon p:not(.form-row) {
  width: 100%;
}
body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-first {
  width: 64%;
  margin-right: 3%;
  line-height: 30px;
  border-color: #d8dbeb;
  padding: 0;
}
@media (max-width: 768px) {
  body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-first {
    width: 100%;
    margin: 0 0 1em;
  }
}
body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last {
  width: 33%;
  padding: 0;
}
@media (max-width: 768px) {
  body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last {
    width: 100%;
  }
}
body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button {
  min-width: auto;
  width: 100%;
}
@media (max-width: 768px) {
  body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button {
    width: 100% !important;
  }
}
body.woocommerce-checkout .wc-stripe-elements-field, body.woocommerce-checkout .wc-stripe-iban-element-field {
  padding: 10px;
}
body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce {
  max-width: 900px;
  margin-bottom: 4em;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.11);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 48px 24px 24px 24px;
  word-wrap: break-word;
}
body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce .woocommerce-customer-details {
  margin-bottom: 2em;
}
body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce .woocommerce-customer-details .gform_wrapper {
  margin-top: 2em;
}
body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce .gform_wrapper {
  margin-top: 3em;
}
body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce .woocommerce-order-details table.shop_table {
  border-bottom: solid 1px rgba(52, 53, 79, 0.2);
  margin-bottom: 4em;
}
body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce .woocommerce-order-details table.shop_table thead {
  display: none;
}
body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce .woocommerce-order-details table.shop_table tr td:last-of-type {
  text-align: right;
}
body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce .woocommerce-order-details table.shop_table .order_item td {
  border-top: 0;
}
@media (min-width: 769px) {
  body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce .woocommerce-order-details table.shop_table .order_item td {
    padding: 0 0 1.5em;
  }
}
body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce .woocommerce-order-details table.shop_table .order_item td > img {
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}
@media (max-width: 768px) {
  body.woocommerce-order-received:not(.dgwt-wcas-search-wrapp) .woocommerce .woocommerce-order-details table.shop_table .order_item td > img {
    display: none;
  }
}

.woocommerce form .form-row {
  margin-bottom: 1em;
}
.woocommerce form .form-row .input-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.25em 0 0;
  cursor: pointer;
}
.woocommerce form .form-row textarea {
  height: 120px;
}
.woocommerce form .form-row label {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 0.25em;
  color: #747474;
}
.woocommerce form .form-row label #terms {
  display: inline-block;
  vertical-align: middle;
}
.woocommerce form .form-row label .woocommerce-terms-and-conditions-checkbox-text {
  font-weight: 400;
  display: inline-block;
  width: calc(100% - 45px);
  vertical-align: middle;
}
.woocommerce form .form-row label .required {
  vertical-align: top;
}
.woocommerce .woocommerce-input-wrapper .description {
  display: block !important;
  margin-top: 0.5em;
  font-weight: 500;
  font-size: 14px;
  color: #34354F;
  height: auto !important;
  visibility: visible !important;
}
.woocommerce .woocommerce-input-wrapper .description > a {
  text-decoration: underline;
}
.woocommerce .woocommerce-input-wrapper .description > a:hover {
  text-decoration: none;
}
.woocommerce #ship-to-different-address {
  font-size: 1em;
  margin-top: 0.75em;
}
.woocommerce .woocommerce-additional-fields__field-wrapper {
  width: 100%;
  float: left;
}
.woocommerce #order_review {
  width: 100%;
  padding: 1em 0;
  border-radius: 0;
  position: sticky;
  top: 2em;
}
@media (max-width: 1024px) {
  .woocommerce #order_review {
    padding-bottom: 0;
  }
}
.woocommerce #order_review th.product-total,
.woocommerce #order_review th.product-name {
  font-size: 15px;
  line-height: 18px;
}
.woocommerce #order_review td.product-name {
  width: 75%;
}
.woocommerce #order_review td.product-name .product-quantity {
  font-weight: 400;
}
.woocommerce #order_review .product-total,
.woocommerce #order_review .product-subtotal {
  float: right;
  font-weight: 700;
  margin-top: 0.25em;
}
.woocommerce #order_review .product-total .vat,
.woocommerce #order_review .product-subtotal .vat {
  font-weight: 400;
  font-size: 12px;
  color: #003263;
}
.woocommerce #order_review .cart_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  font-weight: 500;
}
.woocommerce #order_review .cart_item_wrap > div {
  margin-top: 0.25em;
}
.woocommerce #order_review .cart_item_wrap .sku {
  font-weight: 400;
  color: #747474;
  margin: 0;
}
.woocommerce #order_review .cart_item_wrap img {
  width: 77px;
  height: 77px;
  margin-right: 1em;
  border: 1px solid #D4D4D4;
}
.woocommerce #order_review form.checkout_coupon {
  margin: 1em 0 0;
}
.woocommerce table.woocommerce-checkout-review-order-table {
  color: #0F3B6B;
}
.woocommerce table.woocommerce-checkout-review-order-table tfoot th {
  font-weight: 400;
}
.woocommerce table.shop_table {
  border: 0;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
  padding: 0.5em 0;
  border: 0;
}
.woocommerce table.shop_table tbody .cart_item.active {
  display: none;
}
.woocommerce table.shop_table tbody .cart_item .product-name, .woocommerce table.shop_table tbody .cart_item .product-total {
  font-size: 15px;
  line-height: 22px;
  margin-top: 1em;
}
.woocommerce table.shop_table tbody .m__cartToggle {
  font-weight: 700;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  border-top: 1px solid #fff;
  padding: 15px 0;
  cursor: pointer;
  position: relative;
}
.woocommerce table.shop_table tbody .m__cartToggle td {
  width: 100%;
}
.woocommerce table.shop_table tbody .m__cartToggle:after {
  content: "";
  background-image: url("../images/icons/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  height: 15px;
  width: 15px;
}
.woocommerce table.shop_table tbody .m__cartToggle.active:after {
  -webkit-transform: translate(0, -50%) rotate(90deg);
          transform: translate(0, -50%) rotate(90deg);
}
.woocommerce table.shop_table tbody .coupon-form {
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
  opacity: 0;
}
.woocommerce table.shop_table tfoot th {
  color: #34354F;
}
.woocommerce table.shop_table tfoot .cart-subtotal th {
  padding: 1em 0 0.5em;
}
.woocommerce table.shop_table tfoot .cart-shipping td {
  font-weight: 400;
}
.woocommerce table.shop_table tfoot td {
  text-align: right;
}
.woocommerce table.shop_table tfoot td .amount {
  font-weight: 400;
}
.woocommerce table.shop_table tfoot tr.order-total {
  font-size: 20px;
  padding-top: 1em;
}
.woocommerce table.shop_table tfoot tr.order-total th {
  color: #34354F;
  font-weight: 700;
}
.woocommerce table.shop_table tfoot tr.order-total td {
  color: #34354F;
  font-weight: 700;
}
.woocommerce table.shop_table tfoot tr.order-total td .includes_tax {
  display: block;
  font-size: 13px;
  color: #34354F;
  font-weight: 400;
}
.woocommerce table.shop_table tfoot tr.order-total td .amount {
  font-weight: 700;
}
.woocommerce table.shop_table tfoot tr.cart-subtotal td,
.woocommerce table.shop_table tfoot tr.cart-subtotal th {
  border: 0;
}
.woocommerce table.shop_table tfoot tr.shipping td, .woocommerce table.shop_table tfoot tr.order-total td {
  width: 50%;
}
.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table td {
  border-top-color: #D4D4D4;
}
.woocommerce table.shop_table tr.cart_item:not(:first-of-type) td,
.woocommerce table.shop_table tr.order_item:not(:first-of-type) td {
  border-top: 0;
  padding-top: 0;
}
.woocommerce .input-radio[name=payment_method] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 25px;
  height: 25px;
  outline: 0;
  margin: 0 0.25em 0 0;
  border-radius: 50%;
  vertical-align: middle;
  cursor: pointer;
}
.woocommerce .woocommerce-additional-fields ul#shipping_method {
  width: 100%;
  float: left;
}
.woocommerce .woocommerce-additional-fields ul#shipping_method li input[type=radio] {
  display: none;
}
.woocommerce .woocommerce-additional-fields ul#shipping_method li input[type=radio]:checked ~ label {
  border-color: #0F3B6B;
}
.woocommerce .woocommerce-additional-fields ul#shipping_method li > label {
  border: 1px solid rgba(15, 59, 107, 0.25);
  background: rgba(15, 59, 107, 0.25);
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  color: #0F3B6B;
  font-size: 16px;
  cursor: pointer;
}
.woocommerce .woocommerce-additional-fields ul#shipping_method li > label:hover {
  border-color: #0F3B6B;
}
.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment {
  background: 0;
  padding: 0;
  width: 100%;
  float: left;
}
.woocommerce #add_payment_method #payment ul.payment_methods,
.woocommerce .woocommerce-cart #payment ul.payment_methods,
.woocommerce .woocommerce-checkout #payment ul.payment_methods {
  padding: 0 0 1em;
}
.woocommerce #add_payment_method #payment ul.payment_methods .wc_payment_method input[type=radio],
.woocommerce .woocommerce-cart #payment ul.payment_methods .wc_payment_method input[type=radio],
.woocommerce .woocommerce-checkout #payment ul.payment_methods .wc_payment_method input[type=radio] {
  display: none;
}
.woocommerce #add_payment_method #payment ul.payment_methods .wc_payment_method input[type=radio]:checked ~ label,
.woocommerce .woocommerce-cart #payment ul.payment_methods .wc_payment_method input[type=radio]:checked ~ label,
.woocommerce .woocommerce-checkout #payment ul.payment_methods .wc_payment_method input[type=radio]:checked ~ label {
  border-color: #0F3B6B;
}
.woocommerce #add_payment_method #payment ul.payment_methods .wc_payment_method > label,
.woocommerce .woocommerce-cart #payment ul.payment_methods .wc_payment_method > label,
.woocommerce .woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label {
  border: 1px solid rgba(15, 59, 107, 0.25);
  background: rgba(15, 59, 107, 0.25);
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  color: #0F3B6B;
  font-size: 16px;
}
.woocommerce #add_payment_method #payment ul.payment_methods .wc_payment_method > label:hover,
.woocommerce .woocommerce-cart #payment ul.payment_methods .wc_payment_method > label:hover,
.woocommerce .woocommerce-checkout #payment ul.payment_methods .wc_payment_method > label:hover {
  border-color: #0F3B6B;
}
.woocommerce #add_payment_method #payment input[type=radio],
.woocommerce .woocommerce-cart #payment input[type=radio],
.woocommerce .woocommerce-checkout #payment input[type=radio] {
  width: 25px !important;
  height: 25px !important;
}
.woocommerce #add_payment_method #payment .wc-saved-payment-methods label,
.woocommerce .woocommerce-cart #payment .wc-saved-payment-methods label,
.woocommerce .woocommerce-checkout #payment .wc-saved-payment-methods label {
  display: inline-block;
  font-weight: 400;
  vertical-align: middle;
  width: calc(100% - 45px);
}
.woocommerce #add_payment_method #payment label,
.woocommerce #add_payment_method #payment p,
.woocommerce #add_payment_method #payment a,
.woocommerce .woocommerce-cart #payment label,
.woocommerce .woocommerce-cart #payment p,
.woocommerce .woocommerce-cart #payment a,
.woocommerce .woocommerce-checkout #payment label,
.woocommerce .woocommerce-checkout #payment p,
.woocommerce .woocommerce-checkout #payment a {
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.woocommerce #add_payment_method #payment div.payment_box,
.woocommerce .woocommerce-cart #payment div.payment_box,
.woocommerce .woocommerce-checkout #payment div.payment_box {
  background: transparent;
  padding: 0;
  color: inherit;
}
.woocommerce #add_payment_method #payment div.payment_box::before,
.woocommerce .woocommerce-cart #payment div.payment_box::before,
.woocommerce .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}
.woocommerce #add_payment_method #payment #sagepayform-card-icons,
.woocommerce #add_payment_method #payment #sagepaydirect-card-icons,
.woocommerce #add_payment_method #payment #opayopi-card-icons,
.woocommerce .woocommerce-cart #payment #sagepayform-card-icons,
.woocommerce .woocommerce-cart #payment #sagepaydirect-card-icons,
.woocommerce .woocommerce-cart #payment #opayopi-card-icons,
.woocommerce .woocommerce-checkout #payment #sagepayform-card-icons,
.woocommerce .woocommerce-checkout #payment #sagepaydirect-card-icons,
.woocommerce .woocommerce-checkout #payment #opayopi-card-icons {
  display: none;
}
.woocommerce #add_payment_method #payment #sagepaydirect-cc-form .wc-credit-card-form-card-type,
.woocommerce #add_payment_method #payment #sagepaydirect-cc-form .wc-credit-card-form-card-expiry-date,
.woocommerce #add_payment_method #payment #sagepaydirect-cc-form .wc-credit-card-form-card-number,
.woocommerce #add_payment_method #payment #sagepaydirect-cc-form .wc-credit-card-form-card-expiry,
.woocommerce #add_payment_method #payment #sagepaydirect-cc-form .wc-credit-card-form-card-cvc,
.woocommerce .woocommerce-cart #payment #sagepaydirect-cc-form .wc-credit-card-form-card-type,
.woocommerce .woocommerce-cart #payment #sagepaydirect-cc-form .wc-credit-card-form-card-expiry-date,
.woocommerce .woocommerce-cart #payment #sagepaydirect-cc-form .wc-credit-card-form-card-number,
.woocommerce .woocommerce-cart #payment #sagepaydirect-cc-form .wc-credit-card-form-card-expiry,
.woocommerce .woocommerce-cart #payment #sagepaydirect-cc-form .wc-credit-card-form-card-cvc,
.woocommerce .woocommerce-checkout #payment #sagepaydirect-cc-form .wc-credit-card-form-card-type,
.woocommerce .woocommerce-checkout #payment #sagepaydirect-cc-form .wc-credit-card-form-card-expiry-date,
.woocommerce .woocommerce-checkout #payment #sagepaydirect-cc-form .wc-credit-card-form-card-number,
.woocommerce .woocommerce-checkout #payment #sagepaydirect-cc-form .wc-credit-card-form-card-expiry,
.woocommerce .woocommerce-checkout #payment #sagepaydirect-cc-form .wc-credit-card-form-card-cvc {
  font-size: 1em;
  padding: 1em;
  background-position-x: calc(100% - 15px);
}
.woocommerce #add_payment_method #payment button#place_order,
.woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-checkout #payment button#place_order {
  width: 100% !important;
}
@media (max-width: 1024px) {
  .woocommerce #add_payment_method #payment button#place_order,
  .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment button#place_order {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.flatpickr-months .flatpickr-month {
  height: 60px !important;
}
.flatpickr-months .flatpickr-month input.cur-year {
  padding: 0.75em 0.5em !important;
}

body.woocommerce-thankyou-order-received .woocommerce-customer-details--phone, body.woocommerce-thankyou-order-received .woocommerce-customer-details--email {
  display: none;
}

.error_wrapper {
  padding-top: 2em;
}

.header-basket-minicart {
  position: fixed;
  -webkit-transition: all 1s;
  transition: all 1s;
  top: 0;
  bottom: 0;
  right: -500px;
  z-index: 999999;
  width: 100%;
  padding: 1.5em 20px;
  background: #fff;
  overflow-y: auto;
  overflow-x: hidden;
}
.header-basket-minicart .widget_shopping_cart_content {
  display: inline-block;
}
@media (min-width: 769px) {
  .header-basket-minicart {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1490196078);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1490196078);
    width: 566px;
    top: 0;
    padding: 74px 96px 74px 74px;
  }
}
.header-basket-minicart .add-installation {
  margin-top: 15px;
  padding: 1.75em;
  background-color: #F3F3F3;
  color: #34354F;
  border-radius: 20px;
}
.header-basket-minicart .add-installation a {
  font-weight: 400;
  padding: 7px 2em;
}
.header-basket-minicart .logo {
  display: block;
  margin-bottom: 34px;
}
.header-basket-minicart .logo img {
  height: 77px;
  width: auto;
}
.header-basket-minicart > h3 {
  margin: 0 0 0.5em;
  font-size: 24px;
  font-weight: bold;
}
.header-basket-minicart > h3 > span {
  font-size: 16px;
  color: #003263;
  vertical-align: middle;
  font-weight: lighter;
  margin-left: 1em;
  display: inline-block;
}
.header-basket-minicart > h3 > span:nth-of-type(2) {
  margin-left: 0;
}
.header-basket-minicart p.basket-sm {
  margin-bottom: 1.5em;
}
.header-basket-minicart .header-basket-minicart-close {
  position: absolute;
  right: 20px;
  top: 1.5em;
  background-color: #fff;
  height: 48px;
  width: 48px;
  padding-right: 0;
}
.header-basket-minicart .header-basket-minicart-close:hover {
  background-color: #F3F3F3;
}
@media (max-width: 1024px) {
  .header-basket-minicart .header-basket-minicart-close {
    height: 35px;
    width: 35px;
  }
}
.header-basket-minicart .header-basket-minicart-close::before, .header-basket-minicart .header-basket-minicart-close::after {
  top: 50%;
  left: 50%;
}
.header-basket-minicart .header-basket-minicart-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header-basket-minicart .header-basket-minicart-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 769px) {
  .header-basket-minicart .header-basket-minicart-close {
    right: 3em;
    top: 2em;
  }
}
.header-basket-minicart .woocommerce-mini-cart__empty-message {
  margin: 0;
}
.header-basket-minicart .woocommerce-mini-cart {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item {
  padding: 0 0 1em;
  position: relative;
  width: 100%;
  float: left;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-remove {
  font-size: 13px;
  line-height: 18px;
  float: left;
  clear: both;
  margin-top: 0;
  letter-spacing: 0;
  min-width: auto;
  max-width: none;
  width: auto;
  color: #34354F;
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
  right: 0;
  top: 16px;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-remove:hover, .header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .minicart-remove:focus {
  text-decoration: none;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item img {
  max-width: 77px;
  height: 77px;
  width: 100px;
  float: left;
  margin: 1em 0 0.5em;
  border: solid 1px #D4D4D4;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .variation {
  display: none;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .product_name {
  float: left;
  clear: both;
  font-weight: 700;
  max-width: 200px;
  font-size: 15px;
  line-height: 20px;
  color: #0F3B6B;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .quantity {
  float: left;
  clear: both;
  color: #003263;
  font-size: 13px;
  width: auto;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .sku {
  margin: 0 0 0.5em;
  float: left;
  clear: both;
  color: #003263;
  font-size: 13px;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .price {
  color: #0F3B6B;
  font-weight: 700;
  font-size: 15px;
  line-height: 20px;
  clear: both;
  display: block;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .price ins {
  text-decoration: none;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .price del {
  display: none;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .price .vat {
  font-size: 13px;
  color: #003263;
  line-height: 18px;
  font-weight: 500;
  margin-left: 5px;
}
.header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-inner {
  width: 77%;
  float: right;
  padding-top: 1em;
  position: relative;
}
@media (min-width: 769px) {
  .header-basket-minicart .woocommerce-mini-cart .woocommerce-mini-cart-item .woocommerce-mini-cart-item-inner {
    padding-right: 60px;
  }
}
.header-basket-minicart .woocommerce-mini-cart__total {
  float: left;
  margin: 1em 0 2em;
  width: 100%;
  text-align: left;
}
.header-basket-minicart .woocommerce-mini-cart__total > strong {
  color: #003263;
}
.header-basket-minicart .woocommerce-mini-cart__total .amount {
  color: #34354F;
  font-weight: 700;
  margin-left: 0.5em;
  float: right;
}
@media (min-width: 769px) {
  .header-basket-minicart .woocommerce-mini-cart__total .amount {
    font-size: 18px;
  }
}
.header-basket-minicart .woocommerce-mini-cart__buttons {
  margin: 0;
  width: 100%;
  float: left;
}
.header-basket-minicart .woocommerce-mini-cart__buttons > .button {
  margin-bottom: 1em;
  width: 100%;
  display: inline-block;
  text-decoration: none;
  height: 56px;
  padding: 14px 2em;
}
@media (max-width: 768px) {
  .header-basket-minicart .woocommerce-mini-cart__buttons > .button {
    width: 100%;
    display: block;
    max-width: none;
  }
}
.basket-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  visibility: hidden;
}
.basket-overlay-close {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#basket-display {
  display: none;
}
#basket-display:checked + .basket-overlay {
  opacity: 1;
  pointer-events: all;
  visibility: inherit;
}
#basket-display:checked + .basket-overlay .header-basket-minicart {
  right: 0;
}

.m__credit {
  margin-bottom: 2em;
  margin-top: 2em;
  background-color: #F3F3F3;
  padding: 1em;
}
@media (max-width: 768px) {
  .m__credit {
    margin-top: 4em;
  }
}
.m__credit .l__flexheight {
  margin: 0 -0.5em;
}
.m__credit__col {
  width: 25%;
  float: left;
}
@media (max-width: 768px) {
  .m__credit__col {
    width: 50%;
    margin-bottom: 1em;
  }
}
@media (max-width: 480px) {
  .m__credit__col {
    width: 100%;
  }
}
.m__credit__padding {
  padding: 0 0.5em;
}
.m__credit__remaining {
  border-left: 1px solid #d9d9d9;
}
@media (max-width: 768px) {
  .m__credit__remaining {
    border-left: none;
  }
}
.m__credit__bar {
  width: 100%;
  height: 6px;
  background-color: #F3F3F3;
  margin: 1em 0 0;
  overflow: hidden;
}
.m__credit__bar__inner {
  height: 6px;
  background-color: #34354F;
  float: right;
}
.m__credit__bar__inner.--over {
  background-color: #34354F;
}
.m__credit h3 {
  font-size: 16px;
  line-height: 18px;
}
.m__credit h3 > span:not(.amount) {
  font-weight: 500;
  display: block;
  color: #003263;
  text-transform: uppercase;
}

.woocommerce ul.order_details,
.woocommerce-page ul.order_details {
  padding: 1.5em 0 0;
  border-top: solid 1px #F3F3F3;
  border-bottom: solid 1px #F3F3F3;
  margin-bottom: 2em;
}
@media (max-width: 768px) {
  .woocommerce ul.order_details,
  .woocommerce-page ul.order_details {
    padding: 2em 0 0.5em 0;
  }
}
.woocommerce ul.order_details li,
.woocommerce-page ul.order_details li {
  margin: 0 0 1.5em;
  text-transform: none;
  font-size: 1em;
  padding-right: 3%;
  width: 33.333%;
  border: 0;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .woocommerce ul.order_details li,
  .woocommerce-page ul.order_details li {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .woocommerce ul.order_details li,
  .woocommerce-page ul.order_details li {
    width: 100%;
    padding: 0;
  }
}
.woocommerce ul.order_details li strong,
.woocommerce-page ul.order_details li strong {
  font-size: 1em;
  text-transform: none;
  font-weight: lighter;
}
.woocommerce table.shop_table_responsive tr td,
.woocommerce-page table.shop_table_responsive tr td {
  text-align: left !important;
}
.woocommerce table.shop_table_responsive tr td button.button,
.woocommerce-page table.shop_table_responsive tr td button.button {
  min-width: auto;
}
.woocommerce table.shop_table_responsive tr td[data-itemlist],
.woocommerce-page table.shop_table_responsive tr td[data-itemlist] {
  position: relative;
  cursor: help;
}
.woocommerce table.shop_table_responsive tr td[data-itemlist]:hover::after,
.woocommerce-page table.shop_table_responsive tr td[data-itemlist]:hover::after {
  visibility: visible;
  opacity: 1;
}
.woocommerce table.shop_table_responsive tr td[data-itemlist]::after,
.woocommerce-page table.shop_table_responsive tr td[data-itemlist]::after {
  content: attr(data-itemlist);
  white-space: pre;
  position: absolute;
  background-color: #fff;
  border: 1px solid #003263;
  padding: 0.5;
  font-size: 0.8em;
  top: 50%;
  left: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.woocommerce table.order_details thead .product-total, .woocommerce table.order_details tbody .product-total,
.woocommerce-page table.order_details thead .product-total,
.woocommerce-page table.order_details tbody .product-total {
  text-align: right;
}
.woocommerce table.order_details thead th,
.woocommerce-page table.order_details thead th {
  padding: 0;
}
.woocommerce table.order_details tbody tr:last-of-type td,
.woocommerce-page table.order_details tbody tr:last-of-type td {
  padding: 0.5em 0 1.5em;
  border-bottom: 1px solid #F3F3F3;
}
.woocommerce table.order_details tfoot tr:first-of-type th, .woocommerce table.order_details tfoot tr:first-of-type td,
.woocommerce-page table.order_details tfoot tr:first-of-type th,
.woocommerce-page table.order_details tfoot tr:first-of-type td {
  padding-top: 1.5em;
}
.woocommerce table.order_details tfoot tr:last-of-type th, .woocommerce table.order_details tfoot tr:last-of-type td,
.woocommerce-page table.order_details tfoot tr:last-of-type th,
.woocommerce-page table.order_details tfoot tr:last-of-type td {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #F3F3F3;
}
.woocommerce table.order_details tfoot tr th, .woocommerce table.order_details tfoot tr td,
.woocommerce-page table.order_details tfoot tr th,
.woocommerce-page table.order_details tfoot tr td {
  padding: 0.5em 0;
  font-weight: 700;
}
.woocommerce table.order_details tfoot th,
.woocommerce-page table.order_details tfoot th {
  color: #34354F;
}

@media (min-width: 1025px) {
  .c__productWrap .woocommerce-product-gallery.images {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .c__productWrap .woocommerce-product-gallery.images {
    margin-bottom: 1em !important;
  }
}
@media (min-width: 1025px) {
  .c__productWrap .woocommerce-product-gallery {
    width: 53.5% !important;
    position: relative;
    height: 460px;
    overflow: hidden;
  }
}
@media (max-width: 1024px) {
  .c__productWrap .woocommerce-product-gallery {
    width: 100% !important;
  }
}
@media (min-width: 1025px) {
  .c__productWrap .woocommerce-product-gallery img {
    max-height: 460px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.c__productWrap .woocommerce-product-gallery .flex-direction-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-prev,
.c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-next {
  height: 50px;
  width: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  top: 200px;
  left: 5px;
  border-radius: 100%;
  background-color: #F3F3F3;
}
@media (max-width: 1024px) {
  .c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-prev,
  .c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-next {
    top: auto;
    bottom: -15px;
  }
}
.c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-prev:hover,
.c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-next:hover {
  height: 40px;
  width: 40px;
}
.c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-prev::before,
.c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-next::before {
  content: "";
  display: block;
  background: url("../images/icons/arrow.svg") center/contain no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-prev {
  left: 2em;
}
@media (max-width: 1024px) {
  .c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-prev {
    left: 0;
  }
}
.c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-next {
  left: auto;
  right: 2em;
}
@media (max-width: 1024px) {
  .c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-next {
    right: 0;
  }
}
.c__productWrap .woocommerce-product-gallery .flex-direction-nav .flex-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.c__productWrap .woocommerce-product-gallery .flex-control-paging {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .c__productWrap .woocommerce-product-gallery .flex-control-paging {
    margin: 0;
    position: absolute;
    bottom: -40px;
  }
}
@media (max-width: 1024px) {
  .c__productWrap .woocommerce-product-gallery .flex-control-paging {
    margin-top: 25px;
  }
}
.c__productWrap .woocommerce-product-gallery .flex-control-paging li {
  display: inline-block;
}
.c__productWrap .woocommerce-product-gallery .flex-control-paging li:not(.c__productWrap .woocommerce-product-gallery .flex-control-paging li:last-of-type) {
  margin-right: 12px;
}
.c__productWrap .woocommerce-product-gallery .flex-control-paging li a {
  width: 37px;
  height: 4px;
  background: #A4DCF2;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.c__productWrap .woocommerce-product-gallery .flex-control-paging li a.flex-active, .c__productWrap .woocommerce-product-gallery .flex-control-paging li a:hover {
  background: #0096CF;
}
.c__productWrap .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 ol.flex-control-thumbs {
  margin-top: 9px !important;
}
.c__productWrap .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 ol.flex-control-thumbs li {
  width: calc(12.5% - 8px) !important;
  height: 54px;
  margin-right: 8.8px !important;
  margin-bottom: 8.8px !important;
}
.c__productWrap .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 ol.flex-control-thumbs li img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 1025px) {
  .c__productWrap .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .flex-control-thumbs li:nth-child(8n) {
    margin-right: 0 !important;
  }
  .c__productWrap .woocommerce-product-gallery.woocommerce-product-gallery--columns-8 .flex-control-thumbs li:nth-child(8n+1) {
    clear: left;
  }
}
@media (min-width: 1025px) {
  .c__productWrap .entry-summary {
    width: 42% !important;
    min-height: 460px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .c__productWrap .entry-summary {
    margin-top: 3em;
  }
}
.c__productWrap .entry-summary form.cart {
  color: #4D5052;
}
.c__productWrap .entry-summary form.cart label {
  color: #4D5052;
  font-weight: 500;
  font-size: 14px;
}
.c__productWrap .entry-summary form.cart .wc-pao-subtotal-line .price .amount {
  margin-left: 10px;
}
.c__productWrap .entry-summary form.cart label.wc-pao-addon-name {
  font-size: 16px;
}
.c__productWrap .entry-summary form.cart .wc-pao-addon {
  padding: 0;
}
.c__productWrap .entry-summary form.cart select {
  -webkit-box-shadow: 0 0 0 2px #34354F;
          box-shadow: 0 0 0 2px #34354F;
  border-radius: 20px;
}
.c__productWrap .entry-summary form.cart > .wc-pao-addons-container {
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .c__productWrap .entry-summary form.variations_form {
    margin-bottom: 0 !important;
  }
}
.c__productWrap .entry-summary form.variations_form table.variations {
  margin-bottom: 0;
}
.c__productWrap .entry-summary form.variations_form table.variations th {
  text-align: left;
}
.c__productWrap .entry-summary form.variations_form table.variations th.label {
  display: none;
}
.c__productWrap .entry-summary form.variations_form table.variations td {
  padding-bottom: 0.5em;
}
.c__productWrap .entry-summary form.variations_form table.variations td select {
  -webkit-box-shadow: 0 0 0 2px #34354F;
          box-shadow: 0 0 0 2px #34354F;
}
.c__productWrap .entry-summary form.variations_form table.variations select[name^=attribute_] {
  display: none;
}
.c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item {
  border: solid 1px #34354F;
  padding: 0 20px;
  font-weight: bold;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item:not(:last-of-type) {
  margin-bottom: 1em;
}
.c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item .sale-price-wrapper .regular-price {
  color: #C80F17;
  margin-right: 5px;
}
.c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item input {
  width: 34px;
  height: 32px;
}
.c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item input::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #34354F;
}
@media (max-width: 768px) {
  .c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item input {
    width: 36px;
  }
}
.c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item label {
  width: 100%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-left: 16px;
  padding: 16px 0;
}
@media (min-width: 769px) {
  .c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item label {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 13px 0;
  }
}
.c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item label span.price {
  margin-bottom: 0;
  font-size: 18px !important;
}
@media (max-width: 768px) {
  .c__productWrap .entry-summary form.variations_form table.variations .custom-attribute-item label span.price {
    line-height: 22px;
  }
}
.c__productWrap .entry-summary .attributes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 18px;
}
.c__productWrap .entry-summary .attributes .attribute {
  background-color: #2DA559;
  padding: 4px 14px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 5px;
  margin-bottom: 5px;
}
.c__productWrap .entry-summary.summary {
  margin-bottom: 0 !important;
}
.c__productWrap .entry-summary .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c__productWrap .entry-summary .price del {
  opacity: 1 !important;
  margin-right: 0.5em;
  color: #C80F17;
}
.c__productWrap .entry-summary .price del span, .c__productWrap .entry-summary .price del bdi {
  color: #C80F17;
}
.c__productWrap .entry-summary .price del span span, .c__productWrap .entry-summary .price del bdi span {
  color: #C80F17;
}
@media (min-width: 1025px) {
  .c__productWrap .entry-summary .price del {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  .c__productWrap .entry-summary .price ins {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1025px) {
  .c__productWrap .entry-summary {
    padding-left: 1em;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .c__productWrap .entry-summary {
    width: 100% !important;
  }
}
.c__productWrap .entry-summary .entry-title {
  font-size: 30px;
  line-height: 38px;
}
@media (min-width: 1025px) {
  .c__productWrap .entry-summary .entry-title {
    margin-bottom: 0.3em !important;
  }
}
@media (max-width: 1024px) {
  .c__productWrap .entry-summary .entry-title {
    margin-bottom: 0.5em !important;
  }
}
.c__productWrap .entry-summary .product-sku {
  font-weight: 500;
  margin-bottom: 0.75em;
}
.c__productWrap .entry-summary .price {
  color: #4D5052 !important;
  margin-bottom: 0.5em;
}
@media (min-width: 769px) {
  .c__productWrap .entry-summary .price {
    line-height: 40px;
    font-size: 24px !important;
  }
}
.c__productWrap .entry-summary .price .amount {
  font-weight: 700;
  color: #4D5052;
}
.c__productWrap .entry-summary .woocommerce-variation-price .price .amount {
  display: none !important;
}
.c__productWrap .entry-summary .product-stock {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0 1em 0 5px;
  color: #4D5052;
  border-radius: 13px;
  border: 1px solid #4D5052;
}
.c__productWrap .entry-summary .product-stock::before {
  content: "";
  position: relative;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 10px;
}
.c__productWrap .entry-summary .product-stock.instock::before {
  background-color: #02AA2B;
}
.c__productWrap .entry-summary .product-stock.outofstock::before {
  background-color: #0096CF;
}
.c__productWrap .entry-summary .quantity-label {
  display: inline-block;
  width: 70px;
  margin-top: 4px;
  color: #4D5052;
}
.c__productWrap .entry-summary .quantity {
  width: calc(100% - 92px);
  float: right !important;
}
.c__productWrap .entry-summary .quantity .quantity__wrap {
  height: 35px;
  width: 199px;
  margin-bottom: 30px;
}
.c__productWrap .entry-summary .quantity .quantity__wrap .minus,
.c__productWrap .entry-summary .quantity .quantity__wrap .plus,
.c__productWrap .entry-summary .quantity .quantity__wrap input {
  height: 100%;
  width: 35px;
  border-color: #fff;
  background-color: #0096CF;
  color: #fff;
  border: solid 1px #0096CF;
}
.c__productWrap .entry-summary .quantity .quantity__wrap .minus::before, .c__productWrap .entry-summary .quantity .quantity__wrap .minus::after,
.c__productWrap .entry-summary .quantity .quantity__wrap .plus::before,
.c__productWrap .entry-summary .quantity .quantity__wrap .plus::after,
.c__productWrap .entry-summary .quantity .quantity__wrap input::before,
.c__productWrap .entry-summary .quantity .quantity__wrap input::after {
  background-color: #fff;
}
.c__productWrap .entry-summary .quantity .quantity__wrap .minus:hover, .c__productWrap .entry-summary .quantity .quantity__wrap .plus:hover {
  background-color: #34354F;
  border-color: #34354F;
}
.c__productWrap .entry-summary .quantity .quantity__wrap input {
  left: 35px;
  width: 57px;
  height: 35px;
  border-radius: 10px;
  border: solid 1px #d9d9d9;
  background-color: #fff;
  color: #4D5052;
  min-height: 35px;
}
.c__productWrap .entry-summary .quantity .quantity__wrap .plus {
  right: auto;
  left: 97px;
}
.c__productWrap .entry-summary button.wcwl_notice_dismiss {
  background-color: #0096CF;
  height: 20px;
  width: 20px;
  top: 5px;
  right: 5px;
}
.c__productWrap .entry-summary button.wcwl_notice_dismiss::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 10px;
  width: 10px;
  font-size: 10px;
  line-height: 10px;
}
.c__productWrap .entry-summary button:not(.wcwl_notice_dismiss) {
  background-color: #34354F !important;
  border-color: #34354F !important;
  color: #fff;
}
.c__productWrap .entry-summary button:not(.wcwl_notice_dismiss):hover {
  background-color: #34354F !important;
  border-color: #34354F !important;
  color: #fff;
}
.c__productWrap .entry-summary button:not(.wcwl_notice_dismiss).woocommerce_waitlist {
  padding: 10px 2em;
  border-radius: 0;
  font-weight: 500;
  line-height: 26px;
  border: 2px solid #0096CF;
}
@media (max-width: 480px) {
  .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss) {
    width: 100%;
  }
}
.c__productWrap .entry-summary .wcwl_elements {
  border: 1px solid #F3F3F3;
  padding: 1.5em 2em;
}
.c__productWrap .entry-summary .wcwl_elements p {
  margin-bottom: 1em;
}
.c__productWrap .entry-summary .wcwl_elements h3 {
  font-size: 18px;
  line-height: 20px;
}
.c__productWrap .entry-summary .wcwl_elements input[type=email] {
  border-color: #F3F3F3;
}
@media (min-width: 481px) {
  .c__productWrap .entry-summary .wcwl_elements input[type=email] {
    float: left;
  }
  .c__productWrap .entry-summary .wcwl_elements input[type=email] {
    width: calc(100% - 170px);
    min-height: 50px;
  }
}
.c__productWrap .entry-summary .product-details {
  margin-bottom: 1em;
  float: left;
  width: 100%;
}
.c__productWrap .entry-summary .product-details p:last-of-type {
  margin-bottom: 0;
}
.c__productWrap .m__accordion-item__body p {
  line-height: 22px;
}

@media (min-width: 1281px) {
  .related.products ul.products li.product,
  .upsells.products ul.products li.product,
  .up-sells.products ul.products li.product {
    width: 23.75%;
  }
}

.woocommerce-message:focus-visible {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
@media (min-width: 769px) {
  .woocommerce-message .btn, .woocommerce-message .m__form__centre .gform_button, .m__form__centre .woocommerce-message .gform_button,
  .woocommerce-message .m__form__centre input[type=submit],
  .m__form__centre .woocommerce-message input[type=submit], .woocommerce-message .gform_footer .gform_button, .gform_footer .woocommerce-message .gform_button,
  .woocommerce-message .gform_footer input[type=submit],
  .gform_footer .woocommerce-message input[type=submit], .woocommerce-message body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .woocommerce-message .button#place_order, .woocommerce-message body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .woocommerce-message .button, .woocommerce-message body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-message button, .woocommerce-message body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-message button, .woocommerce-message body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .woocommerce-message button, .woocommerce-message body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .woocommerce-message .button, .woocommerce-message body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .woocommerce-message .button, .woocommerce-message .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .woocommerce-message .button,
  .woocommerce-message .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .woocommerce-message .button, .woocommerce-message .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .woocommerce-message button#place_order,
  .woocommerce-message .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .woocommerce-message button#place_order,
  .woocommerce-message .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .woocommerce-message button#place_order, .woocommerce-message .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .woocommerce-message button:not(.wcwl_notice_dismiss) {
    float: right;
  }
}
@media (max-width: 768px) {
  .woocommerce-message .btn, .woocommerce-message .m__form__centre .gform_button, .m__form__centre .woocommerce-message .gform_button,
  .woocommerce-message .m__form__centre input[type=submit],
  .m__form__centre .woocommerce-message input[type=submit], .woocommerce-message .gform_footer .gform_button, .gform_footer .woocommerce-message .gform_button,
  .woocommerce-message .gform_footer input[type=submit],
  .gform_footer .woocommerce-message input[type=submit], .woocommerce-message body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .woocommerce-message .button#place_order, .woocommerce-message body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .woocommerce-message .button, .woocommerce-message body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-message button, .woocommerce-message body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .woocommerce-message button, .woocommerce-message body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .woocommerce-message button, .woocommerce-message body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .woocommerce-message .button, .woocommerce-message body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .woocommerce-message .button, .woocommerce-message .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .woocommerce-message .button,
  .woocommerce-message .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .woocommerce-message .button, .woocommerce-message .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .woocommerce-message button#place_order,
  .woocommerce-message .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .woocommerce-message button#place_order,
  .woocommerce-message .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .woocommerce-message button#place_order, .woocommerce-message .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .woocommerce-message button:not(.wcwl_notice_dismiss) {
    display: block;
    margin-top: 1em;
    min-width: 0;
  }
}

.sale-badge {
  background: #0096CF;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  display: inline-block;
  margin: 0 0 0.75em;
}
.sale-badge.inline {
  position: absolute;
  top: 0;
  z-index: 2;
  margin: 0;
}

.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio {
  width: 20px;
  height: 20px;
  border-color: #0096CF;
  margin-bottom: -5px;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio {
    margin-right: 21px;
  }
}
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio::before {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 0;
  background-color: #0096CF;
}
.wc-pao-addon .wc-pao-addon-wrap .wc-pao-addon-radio + label {
  line-height: 25px;
  color: #4D5052;
  font-size: 14px;
}

.pswp__caption__center {
  text-align: center;
}

.yith_featured_thumbnail::before {
  content: "" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 15px solid #0096CF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1 !important;
  pointer-events: none;
}

.fixed-product-bar {
  position: fixed;
  bottom: 0; /* or use top: 0 for top banner */
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 51px 0px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.fixed-product-bar .stock, .fixed-product-bar .available-on-backorder {
  display: none;
}
@media (max-width: 1024px) {
  .fixed-product-bar {
    display: none;
  }
}
.fixed-product-bar.hidden-at-footer {
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.fixed-product-bar .product-details {
  display: none;
}
.fixed-product-bar .product-price {
  display: none;
}
.fixed-product-bar .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1248px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .fixed-product-bar .product-info {
    padding: 0 24px;
  }
}
@media (max-width: 768px) {
  .fixed-product-bar .product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .fixed-product-bar .product-title-price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
  }
}
@media (min-width: 769px) {
  .fixed-product-bar .product-title-price {
    max-width: 65%;
  }
}
.fixed-product-bar .product-title-price .product-title {
  font-size: 30px;
  line-height: 33px;
  color: #0096CF;
  font-weight: bold;
}
@media (max-width: 768px) {
  .fixed-product-bar .product-title-price .product-title {
    font-size: 24px;
    line-height: 27px;
  }
}
.fixed-product-bar .product-title-price .product-price {
  color: #34354F;
  margin-left: 30px;
  font-size: 30px;
  line-height: 33px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .fixed-product-bar .product-title-price .product-price {
    font-size: 24px;
    line-height: 27px;
  }
}
.fixed-product-bar .scroll-to-variations.button.alt {
  background-color: #34354F;
}
.fixed-product-bar .scroll-to-variations.button.alt:hover {
  background-color: #34354F;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .fixed-product-bar .scroll-to-variations.button.alt {
    width: 100%;
  }
}
.fixed-product-bar form.cart {
  margin: 0;
}
@media (max-width: 480px) {
  .fixed-product-bar form.cart {
    width: 100%;
  }
}
.fixed-product-bar form.cart .quantity-label, .fixed-product-bar form.cart .quantity {
  display: none;
}
.fixed-product-bar form.cart .single_add_to_cart_button {
  background-color: #34354F;
}
@media (max-width: 768px) {
  .fixed-product-bar form.cart .single_add_to_cart_button {
    width: 100%;
  }
}
.fixed-product-bar form.cart .single_add_to_cart_button:hover {
  background-color: #34354F;
  opacity: 0.8;
}

.woocommerce .quantity,
.cart .quantity {
  width: 43px;
}
@media (max-width: 768px) {
  .woocommerce .quantity,
  .cart .quantity {
    width: 100%;
  }
}
.woocommerce .quantity .quantity__label,
.cart .quantity .quantity__label {
  display: block;
}
.woocommerce .quantity .quantity__wrap,
.cart .quantity .quantity__wrap {
  position: relative;
  width: 129px;
  height: 39px;
  margin-right: 1em;
}
@media (max-width: 1024px) {
  .woocommerce .quantity .quantity__wrap,
  .cart .quantity .quantity__wrap {
    width: 150px;
    height: 52px;
  }
}
.woocommerce .quantity .quantity__wrap .plus,
.woocommerce .quantity .quantity__wrap .minus,
.cart .quantity .quantity__wrap .plus,
.cart .quantity .quantity__wrap .minus {
  width: 50px;
  height: 52px;
  position: absolute;
  top: 0;
  cursor: pointer;
  left: -5px;
  border: solid 1px #F3F3F3;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .woocommerce .quantity .quantity__wrap .plus,
  .woocommerce .quantity .quantity__wrap .minus,
  .cart .quantity .quantity__wrap .plus,
  .cart .quantity .quantity__wrap .minus {
    width: 50px;
    height: 52px;
  }
}
.woocommerce .quantity .quantity__wrap .plus:before,
.woocommerce .quantity .quantity__wrap .minus:before,
.cart .quantity .quantity__wrap .plus:before,
.cart .quantity .quantity__wrap .minus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #003263;
}
.woocommerce .quantity .quantity__wrap .plus:hover,
.woocommerce .quantity .quantity__wrap .minus:hover,
.cart .quantity .quantity__wrap .plus:hover,
.cart .quantity .quantity__wrap .minus:hover {
  background: #34354F;
  border-color: #34354F;
}
.woocommerce .quantity .quantity__wrap .plus:hover::after, .woocommerce .quantity .quantity__wrap .plus:hover::before,
.woocommerce .quantity .quantity__wrap .minus:hover::after,
.woocommerce .quantity .quantity__wrap .minus:hover::before,
.cart .quantity .quantity__wrap .plus:hover::after,
.cart .quantity .quantity__wrap .plus:hover::before,
.cart .quantity .quantity__wrap .minus:hover::after,
.cart .quantity .quantity__wrap .minus:hover::before {
  background: #fff;
}
.woocommerce .quantity .quantity__wrap .plus,
.cart .quantity .quantity__wrap .plus {
  right: -5px;
  left: auto;
}
.woocommerce .quantity .quantity__wrap .plus::after,
.cart .quantity .quantity__wrap .plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background: #003263;
}
.woocommerce .quantity .quantity__wrap input,
.cart .quantity .quantity__wrap input {
  position: absolute;
  top: 0;
  left: 50px;
  width: 50px;
  height: 52px;
  border-radius: 0;
  border-color: #F3F3F3;
  border-left: 0;
  border-right: 0;
  min-height: 52px;
  padding: 0 !important;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .woocommerce .quantity .quantity__wrap input,
  .cart .quantity .quantity__wrap input {
    left: 50px;
    width: 50px;
  }
}
.woocommerce .quantity .quantity__wrap input::-webkit-outer-spin-button, .woocommerce .quantity .quantity__wrap input::-webkit-inner-spin-button,
.cart .quantity .quantity__wrap input::-webkit-outer-spin-button,
.cart .quantity .quantity__wrap input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.woocommerce .quantity .update,
.cart .quantity .update {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  padding: 5px;
  display: block;
  background-color: #34354F;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  max-width: 105px;
  width: 100%;
}
.woocommerce .quantity .update:after, .woocommerce .quantity .update:before,
.cart .quantity .update:after,
.cart .quantity .update:before {
  top: 98%;
  right: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transform: translate(50%, 0);
          transform: translate(50%, 0);
}
.woocommerce .quantity .update:after,
.cart .quantity .update:after {
  border-color: rgba(33, 150, 215, 0);
  border-top-color: #34354F;
  border-width: 6px;
  margin-left: -6px;
}

.c__shop-sidebar #shop-sidebar {
  display: none;
}
.c__shop-sidebar #shop-sidebar:checked + .c__shop-sidebar__wrap {
  right: 0;
}
.c__shop-sidebar label.btn, .c__shop-sidebar .m__form__centre label.gform_button, .m__form__centre .c__shop-sidebar label.gform_button, .c__shop-sidebar .gform_footer label.gform_button, .gform_footer .c__shop-sidebar label.gform_button, .c__shop-sidebar body.woocommerce-account .woocommerce #add_payment_method #payment label.button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__shop-sidebar label.button#place_order, .c__shop-sidebar body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content label.button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__shop-sidebar label.button, .c__shop-sidebar body.woocommerce-checkout #payment label.button, body.woocommerce-checkout #payment .c__shop-sidebar label.button, .c__shop-sidebar body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last label.button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__shop-sidebar label.button, .c__shop-sidebar .woocommerce table.shop_table th label.button, .woocommerce table.shop_table th .c__shop-sidebar label.button,
.c__shop-sidebar .woocommerce table.shop_table td label.button,
.woocommerce table.shop_table td .c__shop-sidebar label.button {
  display: none;
}
@media (max-width: 1024px) {
  .c__shop-sidebar label.btn, .c__shop-sidebar .m__form__centre label.gform_button, .m__form__centre .c__shop-sidebar label.gform_button, .c__shop-sidebar .gform_footer label.gform_button, .gform_footer .c__shop-sidebar label.gform_button, .c__shop-sidebar body.woocommerce-account .woocommerce #add_payment_method #payment label.button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__shop-sidebar label.button#place_order, .c__shop-sidebar body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content label.button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__shop-sidebar label.button, .c__shop-sidebar body.woocommerce-checkout #payment label.button, body.woocommerce-checkout #payment .c__shop-sidebar label.button, .c__shop-sidebar body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last label.button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__shop-sidebar label.button, .c__shop-sidebar .woocommerce table.shop_table th label.button, .woocommerce table.shop_table th .c__shop-sidebar label.button,
  .c__shop-sidebar .woocommerce table.shop_table td label.button,
  .woocommerce table.shop_table td .c__shop-sidebar label.button {
    display: block;
    float: left;
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .c__shop-sidebar__wrap {
    margin-top: 80px;
  }
}
.c__shop-sidebar__wrap h2,
.c__shop-sidebar__wrap h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 35px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  color: #4D5052;
}
.c__shop-sidebar__wrap > section {
  display: inline-block;
}
@media (max-width: 1024px) {
  .c__shop-sidebar__wrap > section {
    width: 100%;
  }
}
.c__shop-sidebar__wrap > section:not(:last-of-type) {
  margin-right: 26px;
  float: left;
}
.c__shop-sidebar__wrap > section:last-of-type {
  float: right;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .c__shop-sidebar__wrap > section:last-of-type {
    float: left;
    width: 100%;
  }
  .c__shop-sidebar__wrap > section:last-of-type .bapf_head {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .c__shop-sidebar__wrap .bapf_sfilter[data-taxonomy=product_cat] {
    min-width: 300px;
  }
}
@media (min-width: 1367px) {
  .c__shop-sidebar__wrap .bapf_sfilter[data-taxonomy=product_cat] {
    min-width: 380px;
  }
}
.c__shop-sidebar__wrap .bapf_sfilter[data-taxonomy=orderby] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .c__shop-sidebar__wrap .bapf_sfilter[data-taxonomy=orderby] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c__shop-sidebar__wrap .bapf_sfilter[data-taxonomy=orderby] .bapf_head {
  display: block;
}
.c__shop-sidebar__wrap .bapf_sfilter[data-taxonomy=orderby] .bapf_head h3 {
  margin-top: 28px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .c__shop-sidebar__wrap .bapf_sfilter[data-taxonomy=orderby] .bapf_head h3 {
    display: none;
  }
}
.c__shop-sidebar__wrap .bapf_sfilter[data-taxonomy=orderby] .bapf_body {
  min-width: 250px;
}
@media (max-width: 1024px) {
  .c__shop-sidebar__wrap .bapf_sfilter[data-taxonomy=orderby] .bapf_body {
    width: 100%;
  }
}
.c__shop-sidebar__wrap .bapf_head {
  display: none;
}
.c__shop-sidebar__wrap label {
  display: none;
}
@media (max-width: 1024px) {
  .c__shop-sidebar__wrap label.close-btn, .c__shop-sidebar__wrap .header-basket-minicart label.header-basket-minicart-close, .header-basket-minicart .c__shop-sidebar__wrap label.header-basket-minicart-close {
    position: absolute;
    right: 2em;
    top: 2em;
    display: block;
  }
}
@media (max-width: 1024px) {
  .c__shop-sidebar__wrap {
    display: block;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    position: fixed;
    top: 0;
    right: 100%;
    width: 100%;
    z-index: 999999;
    padding: 100px 2em 10em 2em;
    -webkit-transition: right 0.5s ease;
    transition: right 0.5s ease;
  }
}
.c__shop-sidebar__wrap .clear-filter .bapf_button {
  float: left;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 16px;
  color: #0096CF;
  overflow: hidden;
}
.c__shop-sidebar__wrap .widget_block > p {
  margin: 0;
}
.c__shop-sidebar__wrap .bapf_sfilter {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .c__shop-sidebar__wrap .bapf_sfilter {
    margin-bottom: 0;
  }
}
.c__shop-sidebar__wrap .bapf_sfilter .bapf_body {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .c__shop-sidebar__wrap .bapf_sfilter .bapf_body {
    margin-bottom: 15px;
  }
}
.c__shop-sidebar__wrap .bapf_sfilter .bapf_body .mCSB_container input[type=checkbox] {
  border-radius: 50%;
  background-color: transparent;
}
.c__shop-sidebar__wrap .bapf_sfilter .bapf_body .mCSB_container ul li label a {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 16px;
  font-weight: normal;
  color: #003263;
}
.c__shop-sidebar__wrap .bapf_sfilter .bapf_body .mCSB_container ul li .roundpcs {
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 16px;
  color: #003263;
}

h3.c__collpase-toggle {
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  color: #4D5052;
  font-weight: bold;
  margin-top: 0.5em;
}

.c__collpase-wrap {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.c__collpase-wrap.open {
  max-height: 1000px;
  visibility: visible;
  opacity: 1;
}

.woocommerce .sidebar-filter-btn,
.woocommerce-page .sidebar-filter-btn {
  display: none;
}
@media (max-width: 1024px) {
  .woocommerce .sidebar-filter-btn,
  .woocommerce-page .sidebar-filter-btn {
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    min-width: auto;
    margin-left: auto;
  }
}
.woocommerce .widget_product_categories,
.woocommerce-page .widget_product_categories {
  display: block;
  width: 100%;
  float: left;
}
.woocommerce .widget_product_categories .c__collpase-toggle,
.woocommerce-page .widget_product_categories .c__collpase-toggle {
  cursor: pointer;
}
h3.woocommerce .widget_product_categories .c__collpase-toggle:before, .woocommerce-page .widget_product_categories .c__collpase-toggle:before {
  content: "";
  width: 10px;
  height: 20px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  background: url("../images/icons/arrow.svg") center/contain no-repeat;
}
h3.woocommerce .widget_product_categories .c__collpase-toggle.open:before, .woocommerce-page .widget_product_categories .c__collpase-toggle.open:before {
  -webkit-transform: translateY(-50%) rotate(270deg);
          transform: translateY(-50%) rotate(270deg);
}

.woocommerce .widget_product_categories > ul,
.woocommerce .widget_layered_nav > ul,
.woocommerce .widget_price_filter > ul,
.woocommerce .widget_layered_nav_filters > ul,
.woocommerce-page .widget_product_categories > ul,
.woocommerce-page .widget_layered_nav > ul,
.woocommerce-page .widget_price_filter > ul,
.woocommerce-page .widget_layered_nav_filters > ul {
  padding: 0;
  margin-top: 0;
}
.woocommerce .widget_product_categories ul,
.woocommerce .widget_layered_nav ul,
.woocommerce .widget_price_filter ul,
.woocommerce .widget_layered_nav_filters ul,
.woocommerce-page .widget_product_categories ul,
.woocommerce-page .widget_layered_nav ul,
.woocommerce-page .widget_price_filter ul,
.woocommerce-page .widget_layered_nav_filters ul {
  list-style-type: none;
}
.woocommerce .widget_product_categories ul.product-categories,
.woocommerce .widget_layered_nav ul.product-categories,
.woocommerce .widget_price_filter ul.product-categories,
.woocommerce .widget_layered_nav_filters ul.product-categories,
.woocommerce-page .widget_product_categories ul.product-categories,
.woocommerce-page .widget_layered_nav ul.product-categories,
.woocommerce-page .widget_price_filter ul.product-categories,
.woocommerce-page .widget_layered_nav_filters ul.product-categories {
  visibility: visible;
  margin-bottom: 1em;
  margin-top: 1em;
  max-height: 240px;
  overflow: hidden;
  overflow-y: auto;
}
.woocommerce .widget_product_categories ul.product-categories::-webkit-scrollbar,
.woocommerce .widget_layered_nav ul.product-categories::-webkit-scrollbar,
.woocommerce .widget_price_filter ul.product-categories::-webkit-scrollbar,
.woocommerce .widget_layered_nav_filters ul.product-categories::-webkit-scrollbar,
.woocommerce-page .widget_product_categories ul.product-categories::-webkit-scrollbar,
.woocommerce-page .widget_layered_nav ul.product-categories::-webkit-scrollbar,
.woocommerce-page .widget_price_filter ul.product-categories::-webkit-scrollbar,
.woocommerce-page .widget_layered_nav_filters ul.product-categories::-webkit-scrollbar {
  width: 8px;
}
.woocommerce .widget_product_categories ul.product-categories::-webkit-scrollbar-track,
.woocommerce .widget_layered_nav ul.product-categories::-webkit-scrollbar-track,
.woocommerce .widget_price_filter ul.product-categories::-webkit-scrollbar-track,
.woocommerce .widget_layered_nav_filters ul.product-categories::-webkit-scrollbar-track,
.woocommerce-page .widget_product_categories ul.product-categories::-webkit-scrollbar-track,
.woocommerce-page .widget_layered_nav ul.product-categories::-webkit-scrollbar-track,
.woocommerce-page .widget_price_filter ul.product-categories::-webkit-scrollbar-track,
.woocommerce-page .widget_layered_nav_filters ul.product-categories::-webkit-scrollbar-track {
  background-color: #F3F3F3;
  border-radius: 20px;
}
.woocommerce .widget_product_categories ul.product-categories::-webkit-scrollbar-thumb,
.woocommerce .widget_layered_nav ul.product-categories::-webkit-scrollbar-thumb,
.woocommerce .widget_price_filter ul.product-categories::-webkit-scrollbar-thumb,
.woocommerce .widget_layered_nav_filters ul.product-categories::-webkit-scrollbar-thumb,
.woocommerce-page .widget_product_categories ul.product-categories::-webkit-scrollbar-thumb,
.woocommerce-page .widget_layered_nav ul.product-categories::-webkit-scrollbar-thumb,
.woocommerce-page .widget_price_filter ul.product-categories::-webkit-scrollbar-thumb,
.woocommerce-page .widget_layered_nav_filters ul.product-categories::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: rgba(52, 53, 79, 0.1);
  cursor: pointer;
}
.woocommerce .widget_product_categories ul.product-categories.close,
.woocommerce .widget_layered_nav ul.product-categories.close,
.woocommerce .widget_price_filter ul.product-categories.close,
.woocommerce .widget_layered_nav_filters ul.product-categories.close,
.woocommerce-page .widget_product_categories ul.product-categories.close,
.woocommerce-page .widget_layered_nav ul.product-categories.close,
.woocommerce-page .widget_price_filter ul.product-categories.close,
.woocommerce-page .widget_layered_nav_filters ul.product-categories.close {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  margin: 0;
}
.woocommerce .widget_product_categories ul li,
.woocommerce .widget_layered_nav ul li,
.woocommerce .widget_price_filter ul li,
.woocommerce .widget_layered_nav_filters ul li,
.woocommerce-page .widget_product_categories ul li,
.woocommerce-page .widget_layered_nav ul li,
.woocommerce-page .widget_price_filter ul li,
.woocommerce-page .widget_layered_nav_filters ul li {
  display: block;
  margin-bottom: 0.5em;
}
.woocommerce .widget_product_categories ul li.current-cat > a,
.woocommerce .widget_layered_nav ul li.current-cat > a,
.woocommerce .widget_price_filter ul li.current-cat > a,
.woocommerce .widget_layered_nav_filters ul li.current-cat > a,
.woocommerce-page .widget_product_categories ul li.current-cat > a,
.woocommerce-page .widget_layered_nav ul li.current-cat > a,
.woocommerce-page .widget_price_filter ul li.current-cat > a,
.woocommerce-page .widget_layered_nav_filters ul li.current-cat > a {
  color: #34354F;
}
.woocommerce .widget_product_categories ul li .children,
.woocommerce .widget_layered_nav ul li .children,
.woocommerce .widget_price_filter ul li .children,
.woocommerce .widget_layered_nav_filters ul li .children,
.woocommerce-page .widget_product_categories ul li .children,
.woocommerce-page .widget_layered_nav ul li .children,
.woocommerce-page .widget_price_filter ul li .children,
.woocommerce-page .widget_layered_nav_filters ul li .children {
  margin-top: 0.5em;
}
.woocommerce .widget_product_categories ul li .count,
.woocommerce .widget_layered_nav ul li .count,
.woocommerce .widget_price_filter ul li .count,
.woocommerce .widget_layered_nav_filters ul li .count,
.woocommerce-page .widget_product_categories ul li .count,
.woocommerce-page .widget_layered_nav ul li .count,
.woocommerce-page .widget_price_filter ul li .count,
.woocommerce-page .widget_layered_nav_filters ul li .count {
  color: #34354F;
  font-weight: 700;
}
.woocommerce .widget_product_categories ul li a,
.woocommerce .widget_layered_nav ul li a,
.woocommerce .widget_price_filter ul li a,
.woocommerce .widget_layered_nav_filters ul li a,
.woocommerce-page .widget_product_categories ul li a,
.woocommerce-page .widget_layered_nav ul li a,
.woocommerce-page .widget_price_filter ul li a,
.woocommerce-page .widget_layered_nav_filters ul li a {
  display: inline-block;
}
.woocommerce .widget_product_categories ul li a::after,
.woocommerce .widget_layered_nav ul li a::after,
.woocommerce .widget_price_filter ul li a::after,
.woocommerce .widget_layered_nav_filters ul li a::after,
.woocommerce-page .widget_product_categories ul li a::after,
.woocommerce-page .widget_layered_nav ul li a::after,
.woocommerce-page .widget_price_filter ul li a::after,
.woocommerce-page .widget_layered_nav_filters ul li a::after {
  width: 0;
}
.woocommerce .widget_product_categories ul li a:hover, .woocommerce .widget_product_categories ul li a:focus,
.woocommerce .widget_layered_nav ul li a:hover,
.woocommerce .widget_layered_nav ul li a:focus,
.woocommerce .widget_price_filter ul li a:hover,
.woocommerce .widget_price_filter ul li a:focus,
.woocommerce .widget_layered_nav_filters ul li a:hover,
.woocommerce .widget_layered_nav_filters ul li a:focus,
.woocommerce-page .widget_product_categories ul li a:hover,
.woocommerce-page .widget_product_categories ul li a:focus,
.woocommerce-page .widget_layered_nav ul li a:hover,
.woocommerce-page .widget_layered_nav ul li a:focus,
.woocommerce-page .widget_price_filter ul li a:hover,
.woocommerce-page .widget_price_filter ul li a:focus,
.woocommerce-page .widget_layered_nav_filters ul li a:hover,
.woocommerce-page .widget_layered_nav_filters ul li a:focus {
  color: #34354F;
}
.woocommerce .wc-block-product-categories-list,
.woocommerce-page .wc-block-product-categories-list {
  line-height: 30px;
  list-style: none;
}
.woocommerce .wc-block-product-categories-list a:hover,
.woocommerce-page .wc-block-product-categories-list a:hover {
  text-decoration: underline;
}
.woocommerce .wc-block-product-categories-list.wc-block-product-categories-list--depth-0,
.woocommerce-page .wc-block-product-categories-list.wc-block-product-categories-list--depth-0 {
  padding: 0;
}
.woocommerce .wc-block-product-categories-list li,
.woocommerce-page .wc-block-product-categories-list li {
  padding-left: 30px;
  position: relative;
}
.woocommerce .wc-block-product-categories-list li::before,
.woocommerce-page .wc-block-product-categories-list li::before {
  content: "";
  border-radius: 50%;
  top: 4px;
  border: 1px solid rgba(15, 59, 107, 0.2);
  height: 20px;
  margin-right: 10px;
  width: 20px;
  position: absolute;
  left: 0;
}
.woocommerce .mCSB_container li:has(> ul), .woocommerce .wc-block-product-categories-list li:has(> ul),
.woocommerce-page .mCSB_container li:has(> ul),
.woocommerce-page .wc-block-product-categories-list li:has(> ul) {
  position: relative;
}
.woocommerce .mCSB_container li:has(> ul) > ul, .woocommerce .wc-block-product-categories-list li:has(> ul) > ul,
.woocommerce-page .mCSB_container li:has(> ul) > ul,
.woocommerce-page .wc-block-product-categories-list li:has(> ul) > ul {
  display: none;
}
.woocommerce .mCSB_container li:has(> ul) > ul.active, .woocommerce .wc-block-product-categories-list li:has(> ul) > ul.active,
.woocommerce-page .mCSB_container li:has(> ul) > ul.active,
.woocommerce-page .wc-block-product-categories-list li:has(> ul) > ul.active {
  display: block;
}
.woocommerce .mCSB_container li > span, .woocommerce .wc-block-product-categories-list li > span,
.woocommerce-page .mCSB_container li > span,
.woocommerce-page .wc-block-product-categories-list li > span {
  width: 20px;
  height: 30px;
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 0;
}
.woocommerce .mCSB_container li > span:before, .woocommerce .wc-block-product-categories-list li > span:before,
.woocommerce-page .mCSB_container li > span:before,
.woocommerce-page .wc-block-product-categories-list li > span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 12px;
  height: 2px;
  background: #003263;
}
.woocommerce .mCSB_container li > span::after, .woocommerce .wc-block-product-categories-list li > span::after,
.woocommerce-page .mCSB_container li > span::after,
.woocommerce-page .wc-block-product-categories-list li > span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 12px;
  background: #003263;
}
.woocommerce .mCSB_container li > span:hover::after, .woocommerce .mCSB_container li > span:hover::before, .woocommerce .wc-block-product-categories-list li > span:hover::after, .woocommerce .wc-block-product-categories-list li > span:hover::before,
.woocommerce-page .mCSB_container li > span:hover::after,
.woocommerce-page .mCSB_container li > span:hover::before,
.woocommerce-page .wc-block-product-categories-list li > span:hover::after,
.woocommerce-page .wc-block-product-categories-list li > span:hover::before {
  background: #0096CF;
}
.woocommerce .mCSB_container li > span.active::after, .woocommerce .wc-block-product-categories-list li > span.active::after,
.woocommerce-page .mCSB_container li > span.active::after,
.woocommerce-page .wc-block-product-categories-list li > span.active::after {
  content: none;
}

.woocommerce.search-results .c__toolbar .woocommerce-ordering {
  display: none;
}
.woocommerce.search-results .c__toolbar .woocommerce-perpage {
  display: none;
}

.c__vat-toggle {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0;
}
.c__vat-toggle span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 26px;
}
.c__vat-toggle__input {
  display: none;
}
.c__vat-toggle__input + .c__vat-toggle__btn {
  outline: 0;
  display: inline-block;
  width: 32px;
  height: 16px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #4D5052;
  border-radius: 2em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: -3px 0.25em;
}
.c__vat-toggle__input + .c__vat-toggle__btn:after, .c__vat-toggle__input + .c__vat-toggle__btn:before {
  position: relative;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
}
.c__vat-toggle__input + .c__vat-toggle__btn:after {
  left: 19px;
  top: 3px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.c__vat-toggle__input + .c__vat-toggle__btn:before {
  display: none;
}
.c__vat-toggle__input:checked + .c__vat-toggle__btn:after {
  left: 3px;
}
@media (max-width: 1024px) {
  .c__vat-toggle {
    float: none;
    display: block;
    margin: 2em 0 1.5em 0;
  }
}

/* stylelint-enable */
@media screen and (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  [data-anim*=fade] {
    opacity: 1;
  }
}
[data-anim*=fade] {
  opacity: 0;
}

.no-js [data-anim*=fade] {
  opacity: 1;
}

[data-anim] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
[data-anim][data-anim__delay="1"] {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
[data-anim][data-anim__duration="1"] {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
}
[data-anim][data-anim__delay="2"] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
[data-anim][data-anim__duration="2"] {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
}
[data-anim][data-anim__delay="3"] {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
[data-anim][data-anim__duration="3"] {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
[data-anim][data-anim__delay="4"] {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
[data-anim][data-anim__duration="4"] {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
[data-anim][data-anim__delay="5"] {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
[data-anim][data-anim__duration="5"] {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
[data-anim][data-anim__delay="6"] {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
[data-anim][data-anim__duration="6"] {
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
}
[data-anim][data-anim__delay="7"] {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
[data-anim][data-anim__duration="7"] {
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
}
[data-anim][data-anim__delay="8"] {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
[data-anim][data-anim__duration="8"] {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}
[data-anim][data-anim__delay="9"] {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
[data-anim][data-anim__duration="9"] {
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
}
[data-anim][data-anim__delay="10"] {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
[data-anim][data-anim__duration="10"] {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
[data-anim][data-anim__delay="11"] {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
[data-anim][data-anim__duration="11"] {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s;
}
[data-anim][data-anim__delay="12"] {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
[data-anim][data-anim__duration="12"] {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
}
[data-anim][data-anim__delay="13"] {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
[data-anim][data-anim__duration="13"] {
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
}
[data-anim][data-anim__delay="14"] {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
[data-anim][data-anim__duration="14"] {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}
[data-anim][data-anim__delay="15"] {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
[data-anim][data-anim__duration="15"] {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
[data-anim][data-anim__delay="16"] {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
[data-anim][data-anim__duration="16"] {
  -webkit-animation-duration: 1.6s;
          animation-duration: 1.6s;
}
[data-anim][data-anim__delay="17"] {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
[data-anim][data-anim__duration="17"] {
  -webkit-animation-duration: 1.7s;
          animation-duration: 1.7s;
}
[data-anim][data-anim__delay="18"] {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
[data-anim][data-anim__duration="18"] {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}
[data-anim][data-anim__delay="19"] {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}
[data-anim][data-anim__duration="19"] {
  -webkit-animation-duration: 1.9s;
          animation-duration: 1.9s;
}
[data-anim][data-anim__delay="20"] {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
[data-anim][data-anim__duration="20"] {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
[data-anim][data-anim__delay="21"] {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}
[data-anim][data-anim__duration="21"] {
  -webkit-animation-duration: 2.1s;
          animation-duration: 2.1s;
}
[data-anim][data-anim__delay="22"] {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
[data-anim][data-anim__duration="22"] {
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}
[data-anim][data-anim__delay="23"] {
  -webkit-animation-delay: 2.3s;
          animation-delay: 2.3s;
}
[data-anim][data-anim__duration="23"] {
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}
[data-anim][data-anim__delay="24"] {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
[data-anim][data-anim__duration="24"] {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}
[data-anim][data-anim__delay="25"] {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
[data-anim][data-anim__duration="25"] {
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}
[data-anim][data-anim__delay="26"] {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}
[data-anim][data-anim__duration="26"] {
  -webkit-animation-duration: 2.6s;
          animation-duration: 2.6s;
}
[data-anim][data-anim__delay="27"] {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}
[data-anim][data-anim__duration="27"] {
  -webkit-animation-duration: 2.7s;
          animation-duration: 2.7s;
}
[data-anim][data-anim__delay="28"] {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
[data-anim][data-anim__duration="28"] {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}
[data-anim][data-anim__delay="29"] {
  -webkit-animation-delay: 2.9s;
          animation-delay: 2.9s;
}
[data-anim][data-anim__duration="29"] {
  -webkit-animation-duration: 2.9s;
          animation-duration: 2.9s;
}
[data-anim][data-anim__delay="30"] {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
[data-anim][data-anim__duration="30"] {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
[data-anim][data-anim__delay="31"] {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}
[data-anim][data-anim__duration="31"] {
  -webkit-animation-duration: 3.1s;
          animation-duration: 3.1s;
}
[data-anim][data-anim__delay="32"] {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
[data-anim][data-anim__duration="32"] {
  -webkit-animation-duration: 3.2s;
          animation-duration: 3.2s;
}
[data-anim][data-anim__delay="33"] {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}
[data-anim][data-anim__duration="33"] {
  -webkit-animation-duration: 3.3s;
          animation-duration: 3.3s;
}
[data-anim][data-anim__delay="34"] {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}
[data-anim][data-anim__duration="34"] {
  -webkit-animation-duration: 3.4s;
          animation-duration: 3.4s;
}
[data-anim][data-anim__delay="35"] {
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
[data-anim][data-anim__duration="35"] {
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
[data-anim][data-anim__delay="36"] {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}
[data-anim][data-anim__duration="36"] {
  -webkit-animation-duration: 3.6s;
          animation-duration: 3.6s;
}
[data-anim][data-anim__delay="37"] {
  -webkit-animation-delay: 3.7s;
          animation-delay: 3.7s;
}
[data-anim][data-anim__duration="37"] {
  -webkit-animation-duration: 3.7s;
          animation-duration: 3.7s;
}
[data-anim][data-anim__delay="38"] {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
[data-anim][data-anim__duration="38"] {
  -webkit-animation-duration: 3.8s;
          animation-duration: 3.8s;
}
[data-anim][data-anim__delay="39"] {
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
}
[data-anim][data-anim__duration="39"] {
  -webkit-animation-duration: 3.9s;
          animation-duration: 3.9s;
}
[data-anim][data-anim__delay="40"] {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
[data-anim][data-anim__duration="40"] {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
[data-anim][data-anim__delay="41"] {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}
[data-anim][data-anim__duration="41"] {
  -webkit-animation-duration: 4.1s;
          animation-duration: 4.1s;
}
[data-anim][data-anim__delay="42"] {
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
[data-anim][data-anim__duration="42"] {
  -webkit-animation-duration: 4.2s;
          animation-duration: 4.2s;
}
[data-anim][data-anim__delay="43"] {
  -webkit-animation-delay: 4.3s;
          animation-delay: 4.3s;
}
[data-anim][data-anim__duration="43"] {
  -webkit-animation-duration: 4.3s;
          animation-duration: 4.3s;
}
[data-anim][data-anim__delay="44"] {
  -webkit-animation-delay: 4.4s;
          animation-delay: 4.4s;
}
[data-anim][data-anim__duration="44"] {
  -webkit-animation-duration: 4.4s;
          animation-duration: 4.4s;
}
[data-anim][data-anim__delay="45"] {
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
[data-anim][data-anim__duration="45"] {
  -webkit-animation-duration: 4.5s;
          animation-duration: 4.5s;
}
[data-anim][data-anim__delay="46"] {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
[data-anim][data-anim__duration="46"] {
  -webkit-animation-duration: 4.6s;
          animation-duration: 4.6s;
}
[data-anim][data-anim__delay="47"] {
  -webkit-animation-delay: 4.7s;
          animation-delay: 4.7s;
}
[data-anim][data-anim__duration="47"] {
  -webkit-animation-duration: 4.7s;
          animation-duration: 4.7s;
}
[data-anim][data-anim__delay="48"] {
  -webkit-animation-delay: 4.8s;
          animation-delay: 4.8s;
}
[data-anim][data-anim__duration="48"] {
  -webkit-animation-duration: 4.8s;
          animation-duration: 4.8s;
}
[data-anim][data-anim__delay="49"] {
  -webkit-animation-delay: 4.9s;
          animation-delay: 4.9s;
}
[data-anim][data-anim__duration="49"] {
  -webkit-animation-duration: 4.9s;
          animation-duration: 4.9s;
}
[data-anim][data-anim__delay="50"] {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
[data-anim][data-anim__duration="50"] {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadein] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadescale] {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadedownfromtop] {
  -webkit-animation-name: fadeDownFromTop;
          animation-name: fadeDownFromTop;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideup] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideupmax] {
  -webkit-animation-name: slideUpMax;
          animation-name: slideUpMax;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideright] {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
[data-anim]:not([data-anim__scroll=true])[data-anim~=fadeslideleft] {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
[data-anim][data-anim__animate=true][data-anim~=fadein] {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
[data-anim][data-anim__animate=true][data-anim~=fadescale] {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
}
[data-anim][data-anim__animate=true][data-anim~=fadedownfromtop] {
  -webkit-animation-name: fadeDownFromTop;
          animation-name: fadeDownFromTop;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideup] {
  -webkit-animation-name: slideUp;
          animation-name: slideUp;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideupmax] {
  -webkit-animation-name: slideUpMax;
          animation-name: slideUpMax;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideright] {
  -webkit-animation-name: slideRight;
          animation-name: slideRight;
}
[data-anim][data-anim__animate=true][data-anim~=fadeslideleft] {
  -webkit-animation-name: slideLeft;
          animation-name: slideLeft;
}
[data-anim][data-anim__iteration=infinte] {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeScale {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -moz-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -o-transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeDownFromTop {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -moz-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -o-transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(200px);
            transform: translateY(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -moz-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -o-transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-200px);
            transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -moz-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -o-transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -o-transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -moz-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -moz-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -o-transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -o-transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMax {
  0% {
    -webkit-transform: translateY(1000px);
            transform: translateY(1000px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(500px);
            transform: translateY(500px);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -moz-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -o-transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -o-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUpMin {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes extend-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes extend-line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.c__embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.c__embed iframe,
.c__embed object,
.c__embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c__tease {
  height: 100%;
  position: relative;
  border-radius: 8px;
  border: 2px solid #d9d9d9;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c__tease [data-bkimage] {
  background: transparent center/contain no-repeat;
}
.c__tease:hover {
  border-color: #0096CF;
}
.c__tease--post {
  position: relative;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1025px) {
  .c__tease--post .c__tease__content {
    height: 100%;
  }
}
.c__tease--download {
  border-radius: 8px;
  border: solid 2px #EBEAEA;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.c__tease--download .link-wrapper {
  display: block;
}
.c__tease--download .c__tease__content {
  padding-top: 10px;
}
@media (max-width: 768px) {
  .c__tease--download .c__tease__content {
    padding: 22px;
  }
}
.c__tease--download .c__tease__content h3 {
  margin-top: 12px;
  color: #0096CF;
  max-width: 232px;
}
@media (max-width: 768px) {
  .c__tease--download .c__tease__content h3 {
    margin: 0;
    max-width: calc(100% - 60px);
  }
}
.c__tease--download .c__tease__content div.download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  color: #34354F;
  font-size: 20px;
  bottom: 28px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c__tease--download .c__tease__content div.download-btn:hover {
  color: #0096CF;
}
.c__tease--download .c__tease__content div.download-btn span::after {
  background: #34354F;
}
@media (min-width: 769px) {
  .c__tease--download .c__tease__content div.download-btn {
    bottom: 17px;
    left: 27px;
  }
}
@media (max-width: 768px) {
  .c__tease--download .c__tease__content div.download-btn {
    left: 17px;
    bottom: 50%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
}
.c__tease--download .c__tease__content div.download-btn::before {
  content: "";
  background-image: url("../images/icons/download-icon.svg");
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .c__tease--download .c__tease__content div.download-btn::before {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 768px) {
  .c__tease--download .c__tease__content div.download-btn span {
    display: none;
  }
}
.c__tease--download img {
  max-width: 60px;
  max-height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .c__tease--download img {
    max-width: 40px;
    max-height: 40px;
  }
}
.c__tease--download .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .c__tease--download .d-flex {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    width: 100%;
    padding: 1em 0;
  }
}
@media (max-width: 768px) {
  .c__tease--download .btn, .c__tease--download .m__form__centre .gform_button, .m__form__centre .c__tease--download .gform_button,
  .c__tease--download .m__form__centre input[type=submit],
  .m__form__centre .c__tease--download input[type=submit], .c__tease--download .gform_footer .gform_button, .gform_footer .c__tease--download .gform_button,
  .c__tease--download .gform_footer input[type=submit],
  .gform_footer .c__tease--download input[type=submit], .c__tease--download body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__tease--download .button#place_order, .c__tease--download body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__tease--download .button, .c__tease--download body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__tease--download button, .c__tease--download body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__tease--download button, .c__tease--download body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__tease--download button, .c__tease--download body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__tease--download .button, .c__tease--download body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__tease--download .button, .c__tease--download .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__tease--download .button,
  .c__tease--download .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .c__tease--download .button, .c__tease--download .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__tease--download button#place_order,
  .c__tease--download .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .c__tease--download button#place_order,
  .c__tease--download .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .c__tease--download button#place_order, .c__tease--download .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__tease--download button:not(.wcwl_notice_dismiss) {
    width: 100%;
  }
}
.c__tease--case-study [data-bkimage] {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.c__tease--case-study .c__tease__content {
  padding: 15px 15px 80px;
}
@media (max-width: 1024px) {
  .c__tease--case-study .c__tease__content {
    padding: 15px;
  }
}
.c__tease--case-study .c__tease__content p {
  font-size: 12px;
  color: #34354F;
  font-weight: 700;
  margin-bottom: 10px !important;
}
.c__tease--case-study .c__tease__content h4 {
  padding-right: 3em;
}
@media (max-width: 1024px) {
  .c__tease--case-study .c__tease__content h4 {
    padding-right: 0;
    font-size: 18px;
  }
}
.c__tease .category {
  color: #34354F;
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  position: absolute;
  bottom: -15px;
  left: 15px;
}
@media (max-width: 768px) {
  .c__tease .category {
    bottom: -30px;
    left: 22px;
    font-size: 14px;
  }
}
.c__tease h3 {
  font-weight: 700;
  letter-spacing: 0;
  color: #0096CF;
}
.c__tease__img {
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c__tease__img::before {
  content: "";
  display: block;
  padding-top: 62%;
}
.c__tease__content {
  padding: 26px 15px 90px;
  color: #4D5052;
}
@media (max-width: 1024px) {
  .c__tease__content {
    padding: 22px;
  }
}
.c__tease__content h4 {
  color: #0096CF;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .c__tease__content h4 {
    font-size: 18px;
  }
}
.c__tease__content p {
  color: #34354F;
}
@media (min-width: 1025px) {
  .c__tease__content p:last-of-type {
    margin: 0;
  }
}
.c__tease__content time {
  display: block;
  margin: 0 0 1em;
}
@media (min-width: 1025px) {
  .c__tease__content .btn, .c__tease__content .m__form__centre .gform_button, .m__form__centre .c__tease__content .gform_button,
  .c__tease__content .m__form__centre input[type=submit],
  .m__form__centre .c__tease__content input[type=submit], .c__tease__content .gform_footer .gform_button, .gform_footer .c__tease__content .gform_button,
  .c__tease__content .gform_footer input[type=submit],
  .gform_footer .c__tease__content input[type=submit], .c__tease__content body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__tease__content .button#place_order, .c__tease__content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__tease__content .button, .c__tease__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__tease__content button, .c__tease__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__tease__content button, .c__tease__content body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__tease__content button, .c__tease__content body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__tease__content .button, .c__tease__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__tease__content .button, .c__tease__content .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__tease__content .button,
  .c__tease__content .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .c__tease__content .button, .c__tease__content .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__tease__content button#place_order,
  .c__tease__content .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .c__tease__content button#place_order,
  .c__tease__content .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .c__tease__content button#place_order, .c__tease__content .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__tease__content button:not(.wcwl_notice_dismiss) {
    position: absolute;
    bottom: 17px;
    width: 90%;
    padding: 0;
    min-height: 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c__tease--featured {
  padding-bottom: 0;
}
.c__tease--featured-wrapper {
  margin-bottom: 70px;
}
@media (min-width: 1025px) {
  .c__tease--featured-wrapper .l__col {
    margin-bottom: 0;
  }
}
.c__tease--featured::after {
  content: "";
  background-image: url("../images/icons/tertiary-arrow-red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  bottom: 23px;
  right: 23px;
  position: absolute;
  z-index: 1;
  -webkit-transition: 200ms background-image ease-in-out;
  transition: 200ms background-image ease-in-out;
  -webkit-transition: -webkit-transform 200ms ease-in-out;
  transition: -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c__tease--featured:hover::after {
  background-image: url("../images/icons/tertiary-arrow-white.svg");
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  right: 28px;
  bottom: 28px;
}
.c__tease--featured .c__tease__img {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c__tease--featured .c__tease__img::after {
  display: none;
}
.c__tease--featured .c__tease__content {
  padding: 250px 29px 61px;
  position: relative;
}
.c__tease--featured .c__tease__content .inner {
  position: relative;
}
.c__tease--featured .c__tease__content::before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(216, 216, 216, 0)));
  background: linear-gradient(0deg, #000 0%, rgba(216, 216, 216, 0) 100%);
  position: absolute;
  height: 60%;
  width: 100%;
  bottom: 0;
  left: 0;
}
.c__tease--featured .category {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 13px;
  color: #fff;
}
.c__tease--featured h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 33px;
  color: #fff;
}
.c__tease a {
  display: block;
}
.c__tease:hover .c__tease__content .btn span::after, .c__tease:hover .c__tease__content .m__form__centre .gform_button span::after, .m__form__centre .c__tease:hover .c__tease__content .gform_button span::after,
.c__tease:hover .c__tease__content .m__form__centre input[type=submit] span::after,
.m__form__centre .c__tease:hover .c__tease__content input[type=submit] span::after, .c__tease:hover .c__tease__content .gform_footer .gform_button span::after, .gform_footer .c__tease:hover .c__tease__content .gform_button span::after,
.c__tease:hover .c__tease__content .gform_footer input[type=submit] span::after,
.gform_footer .c__tease:hover .c__tease__content input[type=submit] span::after, .c__tease:hover .c__tease__content body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order span::after, body.woocommerce-account .woocommerce #add_payment_method #payment .c__tease:hover .c__tease__content .button#place_order span::after, .c__tease:hover .c__tease__content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button span::after, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__tease:hover .c__tease__content .button span::after, .c__tease:hover .c__tease__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button span::after, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__tease:hover .c__tease__content button span::after, .c__tease:hover .c__tease__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button span::after, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__tease:hover .c__tease__content button span::after, .c__tease:hover .c__tease__content body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button span::after, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__tease:hover .c__tease__content button span::after, .c__tease:hover .c__tease__content body.woocommerce-checkout #payment .button span::after, body.woocommerce-checkout #payment .c__tease:hover .c__tease__content .button span::after, .c__tease:hover .c__tease__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button span::after, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__tease:hover .c__tease__content .button span::after, .c__tease:hover .c__tease__content .woocommerce table.shop_table th .button span::after, .woocommerce table.shop_table th .c__tease:hover .c__tease__content .button span::after,
.c__tease:hover .c__tease__content .woocommerce table.shop_table td .button span::after,
.woocommerce table.shop_table td .c__tease:hover .c__tease__content .button span::after, .c__tease:hover .c__tease__content .woocommerce #add_payment_method #payment button#place_order span::after, .woocommerce #add_payment_method #payment .c__tease:hover .c__tease__content button#place_order span::after,
.c__tease:hover .c__tease__content .woocommerce .woocommerce-cart #payment button#place_order span::after,
.woocommerce .woocommerce-cart #payment .c__tease:hover .c__tease__content button#place_order span::after,
.c__tease:hover .c__tease__content .woocommerce .woocommerce-checkout #payment button#place_order span::after,
.woocommerce .woocommerce-checkout #payment .c__tease:hover .c__tease__content button#place_order span::after, .c__tease:hover .c__tease__content .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss) span::after, .c__productWrap .entry-summary .c__tease:hover .c__tease__content button:not(.wcwl_notice_dismiss) span::after {
  width: 100%;
}

@media (max-width: 1024px) {
  .c__listings__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c__listings__content {
  position: relative;
}
@media (min-width: 1025px) {
  .c__listings__content h2, .c__listings__content p {
    max-width: 720px;
  }
}
@media (min-width: 1025px) {
  .c__listings__content a {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
.c__listings__title {
  margin-bottom: 1.5em;
  display: inline-block;
  color: #0096CF;
}
.c__listings__all {
  float: right;
}
@media (max-width: 1024px) {
  .c__listings__all {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.c__listings--insights .c__tease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 1024px) {
  .c__listings--insights .c__listings__all-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c__listings [aria-hidden=true] a {
  display: none;
}

.c__block {
  margin-bottom: 4em !important;
}
.c__block--small {
  margin-bottom: 2em !important;
}

.c__searchItem {
  padding: 2em 0;
  border-bottom: 1px solid #d9d9d9;
}
.c__searchItem:first-of-type {
  padding-top: 0;
}
.c__searchItem .product__img {
  position: relative;
  width: 300px;
  background-size: contain;
  margin-bottom: 1em;
}
.c__searchItem .product__img::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c__loader {
  display: none;
  position: relative;
  margin: 2em auto 4em;
  width: 120px;
  height: 120px;
  clear: both;
}
.c__loader.active {
  display: block;
}
.c__loader div {
  display: block;
  position: absolute;
  width: 96px;
  height: 96px;
  margin: 12px;
  border: 12px solid #34354F;
  border-radius: 50%;
  -webkit-animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #34354F transparent transparent transparent;
}
.c__loader div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}
.c__loader div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.c__loader div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}
@-webkit-keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loader-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.c__overlapped {
  position: relative;
  z-index: 2;
}

.single-post .c__listings {
  padding-top: 4em;
}

@media (max-width: 1024px) {
  #download-results .l__bottom {
    margin-bottom: 0.75em;
  }
}

.dark-bg .m__accordion.fifty-fifty .m__accordion__intro h2, .dark-bg--half .m__accordion.fifty-fifty .m__accordion__intro h2 {
  color: #fff;
}

.dark-bg {
  background-color: #34354F;
}
.dark-bg .m__sections, .dark-bg .fifty-fifty {
  padding: 8em 0 !important;
}
@media (max-width: 1024px) {
  .dark-bg .m__sections, .dark-bg .fifty-fifty {
    padding: 4em 0 !important;
  }
}
.dark-bg .c__block {
  margin-bottom: 8em !important;
}
@media (max-width: 1024px) {
  .dark-bg .c__block {
    margin-bottom: 4em !important;
  }
}

.dark-bg--half {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #34354F), color-stop(50%, #ffffff));
  background: linear-gradient(to bottom, #34354F 50%, #ffffff 50%);
}

.c__searchItem .product__img, .c__searchItem p {
  display: none;
}

.LoadMoreButton__Container-sc-43cba2e3-0 {
  margin-bottom: 4em !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.c__social-links {
  margin: 0;
  padding: 0;
}
.c__social-links h4 {
  margin-bottom: 1em;
}
.c__social-links__icon {
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 0.5em;
}
.c__social-links__icon:first-of-type {
  margin-left: 0;
}
.c__social-links__icon a {
  background: #34354F;
  border-radius: 50%;
  width: 33.5px;
  height: 33.5px;
  line-height: 32px;
  display: block;
}
.c__social-links__icon a svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 13px;
  height: 13px;
}
.c__social-links__icon a:hover, .c__social-links__icon a:focus {
  background: #0096CF;
}
.c__social-links__icon a:hover svg, .c__social-links__icon a:focus svg {
  fill: #fff;
}
.c__social-links--light .c__social-links__icon a {
  background: #fff;
}
.c__social-links--light .c__social-links__icon a svg {
  fill: #34354F;
}

.m__social-share {
  display: block;
}
@media (min-width: 769px) {
  .m__social-share.sticky {
    position: sticky;
    top: 185px;
    float: right;
  }
}
.m__social-share span {
  margin-right: 1em;
}
.m__social-share span, .m__social-share .c__social-links {
  display: inline-block;
  vertical-align: middle;
}

.c__filter {
  margin-bottom: 70px;
}
.c__filter.downloads {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .c__filter.downloads {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .c__filter {
    z-index: 4;
    position: relative;
  }
}
.c__filter .c__filter__links {
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1019607843);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 1.25em;
}
@media (max-width: 1024px) {
  .c__filter .c__filter__links {
    display: none;
  }
}
.c__filter .c__filter__links li {
  display: inline-block;
  margin: 25px auto;
  min-width: 116px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 17px;
  text-align: center;
}
.c__filter .c__filter__links li:first-child {
  margin-left: 0;
}
.c__filter .c__filter__links li.name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 17px;
}
.c__filter .c__filter__links li:not(.name) {
  margin-right: 0.5em;
  line-height: 40px;
  padding: 0 1em;
  cursor: pointer;
  border: none;
}
.c__filter .c__filter__links li:not(.name):hover, .c__filter .c__filter__links li:not(.name):focus, .c__filter .c__filter__links li:not(.name).active {
  background-color: #0096CF;
  color: #fff;
}
.c__filter .c__filter__links li:not(.name) a {
  line-height: 40px;
  width: 100%;
  display: block;
}
.c__filter .c__filter__links li:not(.name).active {
  position: relative;
}
.c__filter .c__filter__links li:not(.name).active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80%;
  height: 2px;
  border-radius: 10px;
  background-color: #0096CF;
}
.c__filter select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 296px;
  border-radius: 4px;
  border: 1px solid #EBEAEA;
  font-size: 16px;
  font-style: normal;
  min-height: 52px;
  position: relative;
  padding: 0 1.5em;
  display: block;
}
@media (max-width: 768px) {
  .c__filter select {
    min-width: unset;
    width: 100%;
  }
}
.c__filter select::before {
  content: url("../images/icons/filter-arrow.svg");
  position: absolute;
  right: 0;
  display: block;
  height: 20px;
  width: 20px;
  top: 1px;
}

h3.faq-cat {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  color: #0096CF;
  margin-bottom: 1.5em;
}
@media (max-width: 1024px) {
  h3.faq-cat {
    font-size: 20px;
    line-height: 22px;
  }
}

#load-more {
  margin: -1em auto 3em;
  display: block;
}
#load-more.hide {
  display: none;
}

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

.tab-only {
  left: 2px;
  position: absolute;
  -webkit-transform: translateY(-110vh);
          transform: translateY(-110vh);
  z-index: 9999;
  background-color: #fff;
  border: 1px solid #4D5052;
  border-radius: 5px;
  padding: 5px;
}
.tab-only:focus {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

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

.dark-overlay {
  position: relative;
}
.dark-overlay::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(77, 80, 82, 0.333);
}

.hide {
  display: none;
}

[data-bkimage] {
  background: #d9d9d9 center/cover no-repeat;
}

.cf::before, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp)::before, .woocommerce ul#shipping_method li::before,
.cf::after,
body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp)::after,
.woocommerce ul#shipping_method li::after,
.l__row::before,
.l__row::after {
  content: " ";
  display: table;
  height: 0;
  width: 0;
}

.cf::after, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp)::after, .woocommerce ul#shipping_method li::after,
.l__row::after {
  clear: both;
}

.bg-grey {
  position: relative;
}
.bg-grey::before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 50%;
  top: 0;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #F9F9F9;
  z-index: -1;
}

h1, h2, h3, h4, h5, h6, .--h1, .--h2, .--h3, .--h4, .--h5, .--h6 {
  line-height: 1.2571;
  margin: 0 0 0.5em;
  font-weight: 700;
  color: #34354F;
}

h1, .--h1 {
  font-size: 48px;
  line-height: 47px;
}
@media (max-width: 768px) {
  h1, .--h1 {
    font-size: 22px;
    line-height: 26px;
  }
}
h1.large, .--h1.large {
  font-weight: 700;
  font-size: 85px;
  line-height: 79px;
}
@media (max-width: 1280px) {
  h1.large, .--h1.large {
    font-size: 30px;
    line-height: 35px;
  }
}

h2, .--h2 {
  font-size: 30px;
  line-height: 33px;
}
@media (max-width: 768px) {
  h2, .--h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

h3, .--h3 {
  font-size: 20px;
  line-height: 23px;
}
@media (max-width: 768px) {
  h3, .--h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

h4, .--h4 {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 768px) {
  h4, .--h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

h5, .--h5 {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  h5, .--h5 {
    font-size: 16px;
    line-height: 24px;
  }
}

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

a {
  position: relative;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
a:hover, a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin: 0 0 1.618em;
  /* stylelint-disable-next-line no-descending-specificity */
}
p a {
  text-decoration: underline;
}
p a:hover, p a:focus, p a:active {
  text-decoration: none;
}

ol {
  counter-reset: item;
  margin: 1em 0 1.618 em;
  padding: 0 0 0 1.875em;
}
ol li {
  counter-increment: item;
  padding: 0;
  position: relative;
}
ol ol {
  margin-bottom: 0;
}
ol.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.nolist li {
  margin: 0;
  padding: 0;
}

ul {
  margin: 1em 0 1.618 em;
  padding: 0 0 0 1.25em;
}
ul ul {
  margin: 0;
}
ul.inline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.inline-list li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
ul.nolist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.nolist li {
  margin: 0;
  padding: 0;
}

dl {
  margin: 1.25em 0;
}
dl dd, dl dt {
  padding: 0 0 0.625em;
}

blockquote {
  border-left: solid 5px #34354F;
  margin: 1.5em 0;
  padding: 0.25em 0 0.25em 1.5em;
}
blockquote p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0;
  color: #34354F;
}

hr {
  height: 1px;
  border: 0;
  background: #34354F;
  margin: 0;
  width: 100%;
}

*::-webkit-input-placeholder {
  color: #A4A4A4;
}

*:-moz-placeholder {
  color: #A4A4A4;
}

*::-moz-placeholder {
  color: #A4A4A4;
}

*:-ms-input-placeholder {
  color: #A4A4A4;
}

form {
  margin-bottom: 0;
}

select {
  padding-right: 45px;
  background-image: url("../images/icons/select-arrow.svg");
  background-position-x: 100%;
  background-position-x: calc(100% - 17px);
  background-position-y: center;
  background-size: 17px;
  background-repeat: no-repeat;
}
select::-ms-expand {
  display: none;
}

textarea {
  max-height: 150px;
}

input:not([type=submit], [type=checkbox], [type=radio]),
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.75em 1.3em 0.5em;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 15px;
  border: 0;
  border-bottom: 4px solid transparent;
  background-color: #fff;
  min-height: 53px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0;
  border: 1px solid #34354F;
}
input:not([type=submit], [type=checkbox], [type=radio])::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
input:not([type=submit], [type=checkbox], [type=radio])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
input:not([type=submit], [type=checkbox], [type=radio]):-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
input:not([type=submit], [type=checkbox], [type=radio])::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
input:not([type=submit], [type=checkbox], [type=radio])::placeholder,
textarea::placeholder,
select::placeholder {
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
input:not([type=submit], [type=checkbox], [type=radio]):focus,
textarea:focus,
select:focus {
  border-color: #0096CF;
}
input:not([type=submit], [type=checkbox], [type=radio]):disabled, input:not([type=submit], [type=checkbox], [type=radio])[data-disabled],
textarea:disabled,
textarea[data-disabled],
select:disabled,
select[data-disabled] {
  opacity: 0.5;
  pointer-events: none;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox],
input[type=radio] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #34354F;
  background-color: #fff;
  outline: 0;
  margin: 0 0.25em 0 0;
  width: 19px;
  height: 19px;
}
input[type=checkbox]:checked::before,
input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 14px;
  border: solid #0f3b6b;
  border-width: 0 2px 2px 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.gform_wrapper {
  position: relative;
}

.gform_body .gfield_description {
  margin-bottom: 1em;
}
.gform_body .gfield_radio li {
  display: inline-block;
}
.gform_body .gfield_radio li label {
  margin: 0 1em 1em 0.5em;
}
.gform_body .gform_fields {
  margin: 0 -0.5em;
  padding: 0;
  list-style: none;
}
.gform_body .gform_fields::before, .gform_body .gform_fields::after {
  content: " ";
  display: table;
  height: 0;
  width: 0;
}
.gform_body .gform_fields::after {
  clear: both;
}
.gform_body .gform_fields .gfield {
  float: left;
  width: 100%;
  margin: 0 0 22px;
  padding: 0 11px;
  position: relative;
}
@media (max-width: 1024px) {
  .gform_body .gform_fields .gfield {
    margin: 0 0 17px;
    padding: 0 8px;
  }
}
.gform_body .gform_fields .gfield .gfield_required {
  color: #0096CF;
  padding-left: 1px;
}
.gform_body .gform_fields .gfield ul {
  padding: 0;
  list-style: none;
}
.gform_body .gform_fields .gfield label,
.gform_body .gform_fields .gfield .gfield_label {
  margin-right: 1em;
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  max-width: calc(100% - 35px);
  color: #34354F;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 6px;
}
.gform_body .gform_fields .gfield label a,
.gform_body .gform_fields .gfield .gfield_label a {
  text-decoration: underline;
  /* stylelint-disable-next-line no-descending-specificity */
}
.gform_body .gform_fields .gfield label a:hover, .gform_body .gform_fields .gfield label a:focus,
.gform_body .gform_fields .gfield .gfield_label a:hover,
.gform_body .gform_fields .gfield .gfield_label a:focus {
  text-decoration: none;
}
.gform_body .gform_fields .gfield.gfield_visibility_hidden, .gform_body .gform_fields .gfield.gform_validation_container, .gform_body .gform_fields .gfield.gform_hidden {
  display: none;
}
.gform_body .gform_fields .gfield.sidelabel label,
.gform_body .gform_fields .gfield.sidelabel .ginput_container {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .gform_body .gform_fields .gfield.sidelabel label,
  .gform_body .gform_fields .gfield.sidelabel .ginput_container {
    width: 100%;
  }
}
.gform_body .gform_fields .gfield.nolabel .gfield_label:not(.gfield_consent_label),
.gform_body .gform_fields .gfield.nolabel .gfield_required:not(.gfield_consent_label), .gform_body .gform_fields .gfield.hidden_label .gfield_label:not(.gfield_consent_label),
.gform_body .gform_fields .gfield.hidden_label .gfield_required:not(.gfield_consent_label) {
  display: none;
}
.gform_body .gform_fields .gfield.nolabel li label, .gform_body .gform_fields .gfield.hidden_label li label {
  display: inline;
}
.gform_body .gform_fields .gfield.gfield_error {
  margin-bottom: 2em;
}
.gform_body .gform_fields .gfield.gfield_error input,
.gform_body .gform_fields .gfield.gfield_error textarea,
.gform_body .gform_fields .gfield.gfield_error select {
  border: 0 solid #C80F17;
  border-bottom-width: 4px;
}
.gform_body .gform_fields .gfield.gfield_error::-webkit-input-placeholder {
  color: #C80F17;
}
.gform_body .gform_fields .gfield.gfield_error:-moz-placeholder {
  color: #C80F17;
}
.gform_body .gform_fields .gfield.gfield_error::-moz-placeholder {
  color: #C80F17;
}
.gform_body .gform_fields .gfield.gfield_error:-ms-input-placeholder {
  color: #C80F17;
}
.gform_body .gform_fields .gfield.gfield_error .ginput_container_checkbox label::before,
.gform_body .gform_fields .gfield.gfield_error .ginput_container_consent label::before {
  border-color: #C80F17;
}
.gform_body .gform_fields .gfield.gfield_error .validation_message {
  color: #C80F17;
  margin-bottom: 0;
  padding-top: 3px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 17px;
}
.gform_body .gform_fields .gfield.field-col-12 {
  width: 100%;
}
.gform_body .gform_fields .gfield.field-col-8 {
  width: 70%;
}
.gform_body .gform_fields .gfield.field-col-7 {
  width: 65%;
}
.gform_body .gform_fields .gfield.field-col-6 {
  width: 50%;
}
.gform_body .gform_fields .gfield.field-col-5 {
  width: 35%;
}
.gform_body .gform_fields .gfield.field-col-4 {
  width: 30%;
}
.gform_body .gform_fields .gfield.field-col-3 {
  width: 25%;
}
.gform_body .gform_fields .gfield.field-col-2 {
  width: 20%;
}
@media (max-width: 768px) {
  .gform_body .gform_fields .gfield.field-col-8, .gform_body .gform_fields .gfield.field-col-7, .gform_body .gform_fields .gfield.field-col-6, .gform_body .gform_fields .gfield.field-col-5, .gform_body .gform_fields .gfield.field-col-4, .gform_body .gform_fields .gfield.field-col-3, .gform_body .gform_fields .gfield.field-col-2 {
    width: 100%;
  }
}
@media (min-width: 769px) {
  .gform_body .gform_fields .gfield .ginput_complex.ginput_container_password .ginput_right, .gform_body .gform_fields .gfield .ginput_complex.ginput_container_password .ginput_left {
    width: 50%;
  }
  .gform_body .gform_fields .gfield .ginput_complex.ginput_container_password .ginput_right.ginput_left, .gform_body .gform_fields .gfield .ginput_complex.ginput_container_password .ginput_left.ginput_left {
    float: left;
    padding-right: 8px;
  }
  .gform_body .gform_fields .gfield .ginput_complex.ginput_container_password .ginput_right.ginput_right, .gform_body .gform_fields .gfield .ginput_complex.ginput_container_password .ginput_left.ginput_right {
    float: right;
    padding-left: 8px;
  }
}
@media (max-width: 768px) {
  .gform_body .gform_fields .gfield .ginput_complex.ginput_container_password .ginput_left {
    margin-bottom: 1em;
    display: block;
  }
}
.gform_body .gform_fields .gfield--width-half {
  width: 50%;
}
@media (max-width: 768px) {
  .gform_body .gform_fields .gfield--width-half {
    width: 100%;
  }
}
.gform_body .gform_fields .gfield--input-type-consent .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .gform_body .gform_fields .gfield--input-type-consent .ginput_container_consent {
    margin: 10px 0;
  }
}
.gform_body .gform_fields .gfield--input-type-consent .ginput_container_consent label {
  font-weight: 700;
  margin-right: 0;
  margin-bottom: 0;
  max-width: 100%;
}
.gform_body .gform_fields .gfield--input-type-consent .ginput_container_consent input[type=checkbox] {
  border-radius: 50%;
  border: solid 1px #34354F;
  background-color: transparent;
  width: 22px;
  min-width: 22px;
  height: 22px;
  margin-right: 18px;
}
@media (max-width: 1024px) {
  .gform_body .gform_fields .gfield--input-type-consent .ginput_container_consent input[type=checkbox] {
    width: 31px;
    height: 31px;
    min-width: 31px;
    margin-right: 28px;
  }
}
.gform_body .gform_fields .gfield--input-type-consent .ginput_container_consent input[type=checkbox]::before {
  border-color: #34354F;
}
@media (max-width: 1024px) {
  .gform_body .gform_fields .gfield--input-type-consent .ginput_container_consent input[type=checkbox]::before {
    top: calc(50% - 2px);
  }
}

body img.gform_ajax_spinner {
  display: block;
  margin: 1em 0 0;
  max-width: 40px;
}

.gform_footer .gform_button,
.gform_footer input[type=submit] {
  background-color: #0E2963;
  border: 2px solid #0E2963;
  color: #fff;
  font-size: 18px;
  border-radius: 90px;
}
.gform_footer .gform_button:hover,
.gform_footer input[type=submit]:hover {
  background-color: transparent;
  color: #0E2963;
}

#ui-datepicker-div {
  background: #fff;
  border: 1px solid #F3F3F3;
  display: none;
  padding: 1em;
  width: 300px;
}
#ui-datepicker-div .ui-icon {
  display: none;
}
#ui-datepicker-div .ui-datepicker-title {
  margin: 0 -2.5%;
}
#ui-datepicker-div .ui-datepicker-title select {
  width: 45%;
  margin: 0 2.5% 1.5em;
  display: inline-block;
}
#ui-datepicker-div table {
  width: 100%;
}
#ui-datepicker-div table td,
#ui-datepicker-div table th {
  text-align: center;
}
#ui-datepicker-div table td a {
  display: block;
  padding: 5px;
}
#ui-datepicker-div .ui-datepicker-today {
  background-color: #34354F;
}
#ui-datepicker-div .ui-datepicker-today a {
  color: #fff;
}

.gform_validation_error .gform_submission_error {
  font-size: 20px;
  line-height: 25px;
  color: #0096CF;
}
.gform_validation_error .validation_error {
  color: #C80F17;
}
.gform_validation_error ol {
  display: none;
}

#content.widecolumn {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  margin-top: 4em;
}
@media (max-width: 1024px) {
  #content.widecolumn {
    padding: 0 20px;
  }
}

html.mz_no-js {
  margin-top: 0 !important;
}

#wpadminbar {
  position: fixed;
  top: auto;
  bottom: 0;
}

.g__header {
  position: fixed;
  width: 100%;
  z-index: 1000;
  float: left;
  border: none;
  top: 0;
  left: 0;
  background: #fff;
}
.g__headerTop {
  height: 45px;
  background: transparent;
  line-height: 45px;
  font-size: 0.8em;
}
@media (max-width: 1024px) {
  .g__headerTop {
    display: none;
  }
}
.g__headerTop ul {
  float: left;
}
.g__headerTop ul.links {
  float: right;
}
.g__headerTop ul li {
  display: inline-block;
  line-height: 46px;
  margin-right: 1em;
}
.g__headerTop ul li:last-of-type {
  margin-right: 0;
}
.g__headerTop ul li:hover, .g__headerTop ul li:focus, .g__headerTop ul li.active {
  text-decoration: underline;
}
.g__header.sticky {
  -webkit-box-shadow: 0 4px 20px -10px #333;
          box-shadow: 0 4px 20px -10px #333;
}
.g__header.sticky .g__headerTop {
  height: 0;
}
.g__header.sticky .g__header__logo {
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .g__header.sticky .g__header__logo {
    margin-top: 0;
  }
}
.g__header.sticky .g__header__nav {
  margin-top: 22px;
}
.g__header.sticky .top-nav-search {
  display: none;
}
@media (min-width: 1025px) {
  .g__header.sticky .g__header__search {
    top: 100px;
  }
}
@media (max-width: 1024px) {
  .g__headerMain .l__contain, .g__headerMain .wp-block-columns, .g__headerMain .related.products,
  .g__headerMain .upsells.products,
  .g__headerMain .up-sells.products, .g__headerMain body.single-product .woocommerce-notices-wrapper, body.single-product .g__headerMain .woocommerce-notices-wrapper {
    padding: 0;
  }
}
.g__header__logo {
  float: left;
  margin: 20px 0;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .g__header__logo {
    margin-left: 20px;
  }
}
.g__header__logo a {
  display: block;
}
.g__header__logo .logo {
  display: block;
}
.g__header__logo .white-logo {
  display: none;
}
body.hero-video-block:not(.sticky) .g__header__logo .logo {
  display: none;
}
body.hero-video-block:not(.sticky) .g__header__logo .white-logo {
  display: block;
}
body.sticky .g__header__logo .logo {
  display: block;
}
body.sticky .g__header__logo .white-logo {
  display: none;
}
body.hero-video-block.nav-open .g__header__logo .logo, body.nav-open .g__header__logo .logo {
  display: block !important;
}
body.hero-video-block.nav-open .g__header__logo .white-logo, body.nav-open .g__header__logo .white-logo {
  display: none !important;
}
.g__header__logo img, .g__header__logo svg {
  display: block;
  width: auto;
  height: 60px;
}
@media (max-width: 1024px) {
  .g__header__logo img, .g__header__logo svg {
    height: 50px;
    width: auto;
    max-width: 120px;
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  .g__header__logo .logo img,
  .g__header__logo .white-logo img {
    height: 50px !important;
    width: auto !important;
    max-width: 120px !important;
    display: block;
  }
}
.g__header__actions {
  float: right;
  margin-top: 34px;
  text-align: right;
}
@media (max-width: 1024px) {
  .g__header__actions {
    margin-top: 29px;
    display: none;
  }
}
.g__header__actions a, .g__header__actions label {
  display: inline-block;
  margin-left: 1em;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  line-height: 32px;
}
.g__header__actions a svg, .g__header__actions label svg {
  fill: #34354F;
  vertical-align: top;
  height: 24px;
  width: 22px;
}
@media (min-width: 1025px) {
  .g__header__actions a svg, .g__header__actions label svg {
    margin-right: 0.25em;
    height: 32px;
  }
}
.g__header__actions a > span, .g__header__actions label > span {
  vertical-align: top;
}
@media (max-width: 1024px) {
  .g__header__actions a > span, .g__header__actions label > span {
    display: none;
  }
}
.g__header__actions a:hover, .g__header__actions label:hover {
  color: #34354F;
}
.g__header__actions a:hover svg, .g__header__actions label:hover svg {
  fill: #34354F;
}
.g__header__nav {
  float: right;
  margin-top: 17px;
}
@media (max-width: 1024px) {
  .g__header__nav {
    margin-top: 0;
    width: 100%;
    display: none;
  }
}
.g__header__search {
  max-height: 0;
  overflow: hidden;
  position: absolute;
  top: 145px;
  left: 0;
  width: 100%;
  background-color: #34354F;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .g__header__search {
    top: 80px;
  }
}
.g__header__search form {
  position: relative;
}
.g__header__search form .close-btn, .g__header__search form .header-basket-minicart .header-basket-minicart-close, .header-basket-minicart .g__header__search form .header-basket-minicart-close {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g__header__search form .close-btn::before, .g__header__search form .header-basket-minicart .header-basket-minicart-close::before, .header-basket-minicart .g__header__search form .header-basket-minicart-close::before, .g__header__search form .close-btn::after, .g__header__search form .header-basket-minicart .header-basket-minicart-close::after, .header-basket-minicart .g__header__search form .header-basket-minicart-close::after {
  background: #fff;
}
.g__header__search form #search-input {
  width: 100%;
  margin: 0 auto;
  background: transparent;
  background-position: left 5px center;
  padding: 0 2em 0 0;
  background-size: 22px 22px;
  border: 0;
  outline: 0;
  color: #fff;
  height: 40px;
}
.g__header__search form #search-input:focus {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.g__header__search form #search-input::-webkit-input-placeholder {
  color: #fff;
}
.g__header__search form #search-input:-moz-placeholder {
  color: #fff;
}
.g__header__search form #search-input::-moz-placeholder {
  color: #fff;
}
.g__header__search form #search-input:-ms-input-placeholder {
  color: #fff;
}

.search-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid #34354F;
  padding: 0 0 0 10px;
  overflow: hidden;
  width: 350px;
  font-size: 16px;
  margin-top: 20px;
}
.search-header input[type=text] {
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 20px 0 0 20px;
  font-size: 1em;
  padding: 0 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #34354F;
  border: none;
  text-decoration: none;
}
.search-header input[type=text]:focus, .search-header input[type=text]:active {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-header input[type=text]::-webkit-input-placeholder {
  color: #34354F;
  margin-top: 2px;
}
.search-header input[type=text]:-moz-placeholder {
  color: #34354F;
  margin-top: 2px;
}
.search-header input[type=text]::-moz-placeholder {
  color: #34354F;
  margin-top: 2px;
}
.search-header input[type=text]:-ms-input-placeholder {
  color: #34354F;
  margin-top: 2px;
}
.search-header button[type=submit] {
  background: transparent;
  border: none;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 0 20px 20px 0;
  margin-left: 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.search-header button[type=submit] svg {
  width: 20px;
  height: 20px;
  fill: #34354F;
  stroke: #34354F;
  display: block;
}
.search-header button[type=submit]:hover, .search-header button[type=submit]:focus {
  background: rgba(52, 53, 79, 0.1);
}

#search-display {
  display: none;
}
#search-display:checked ~ .g__header__search {
  overflow: visible;
  max-height: 1000px;
  padding: 1em 0;
  -webkit-box-shadow: 0 4px 20px -10px #333;
          box-shadow: 0 4px 20px -10px #333;
  visibility: hidden;
}

.m__nav {
  display: inline-block;
}
@media (max-width: 1024px) {
  .m__nav {
    width: 100%;
  }
}
.m__nav__wrap {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
@media (max-width: 1024px) {
  .m__nav__wrap {
    position: relative;
    display: block;
    background: #fff;
    padding: 20px;
  }
}
.m__nav__actions {
  padding: 20px;
}
.m__nav__actions ul:not(:last-of-type) {
  margin-bottom: 2em;
}
.m__nav__actions ul li {
  margin-bottom: 0.5em;
}
@media (min-width: 1025px) {
  .m__nav__actions {
    display: none;
  }
}
.m__nav__item {
  padding: 0;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .m__nav__item {
    display: inline-block;
    padding-right: 1.5em;
  }
  .m__nav__item.dropdown .m__nav__item-sub > .m__nav__item-link, .m__nav__item.dropdown.focus.active .m__nav__item-sub > .m__nav__item-link {
    position: relative;
    padding-right: 22px;
  }
  .m__nav__item.dropdown .m__nav__item-sub > .m__nav__item-link::before, .m__nav__item.dropdown.focus.active .m__nav__item-sub > .m__nav__item-link::before {
    content: "";
    position: absolute;
    top: 49%;
    right: 2px;
    width: 8px;
    height: 8px;
    border-right: 2px solid #0096CF;
    border-bottom: 2px solid #0096CF;
    -webkit-transform: translateY(-65%) rotate(45deg);
            transform: translateY(-65%) rotate(45deg);
    -webkit-transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
    transition: border-color 0.2s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, border-color 0.2s ease;
    transition: transform 0.2s ease, border-color 0.2s ease, -webkit-transform 0.2s ease;
    pointer-events: none;
  }
  .m__nav__item.dropdown:hover .m__nav__item-sub > .m__nav__item-link::before, .m__nav__item.dropdown.focus.active .m__nav__item-sub > .m__nav__item-link::before, .m__nav__item.dropdown.open .m__nav__item-sub > .m__nav__item-link::before {
    -webkit-transform: translateY(-40%) rotate(-135deg);
            transform: translateY(-40%) rotate(-135deg);
  }
  .m__nav__item.current .m__nav__item-link::after, .m__nav__item:hover .m__nav__item-link::after, .m__nav__item:focus .m__nav__item-link::after {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .m__nav__item {
    padding-right: 0.5em;
  }
}
@media (max-width: 1024px) {
  .m__nav__item {
    border-bottom: solid 1px #d9d9d9;
  }
  .m__nav__item a {
    line-height: 45px;
  }
}
.m__nav__item .menu-checkbox-toggle {
  display: none;
}
@media (max-width: 1024px) {
  .m__nav__item .menu-checkbox-toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    text-indent: 1000%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
  }
  .m__nav__item .menu-checkbox-toggle::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url("../images/icons/arrow.svg") center/contain no-repeat;
  }
}
@media (min-width: 1025px) {
  .m__nav__item .menu-checkbox-toggle:focus {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    white-space: nowrap;
    cursor: pointer;
    color: black;
    font-size: 14px;
    border: 1px solid black;
    padding: 5px;
    border-radius: 5px;
  }
}
.m__nav__item-link {
  display: block;
}
@media (min-width: 1025px) {
  .m__nav__item-link {
    line-height: 32px;
    margin-bottom: 34px;
    margin-left: 2em;
  }
}
.m__nav__item-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #0096CF;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 1024px) {
  .m__nav__item-sub {
    position: relative;
  }
}
.m__nav__item-expand {
  position: relative;
  white-space: nowrap;
}
.m__nav__item > .subnav {
  z-index: 99999;
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1025px) {
  .m__nav__item > .subnav {
    opacity: 0;
    visibility: hidden;
    background-color: #0096CF;
    color: #fff;
    margin-left: -40px;
    -webkit-box-shadow: 0 4px 20px -10px #333;
            box-shadow: 0 4px 20px -10px #333;
  }
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav {
    top: 0;
    height: 100%;
    height: 100vh;
    height: calc(100vh - 80px);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding: 0 20px;
    background: #fff;
    width: 100%;
    left: 0;
  }
}
.m__nav__item > .subnav .subnav__terms {
  width: 100%;
}
.m__nav__item > .subnav .subnav__terms > li > a {
  display: block;
}
@media (min-width: 1025px) {
  .m__nav__item > .subnav .subnav__terms {
    padding: 2em 0 2em;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .m__nav__item > .subnav .subnav__terms > li {
    padding: 1em;
    vertical-align: top;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .m__nav__item > .subnav .subnav__terms > li > a,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a {
    -webkit-transition: none;
    transition: none;
    display: block;
    /* stylelint-disable-next-line no-descending-specificity */
  }
  .m__nav__item > .subnav .subnav__terms > li > a:hover, .m__nav__item > .subnav .subnav__terms > li > a:focus,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a:hover,
  .m__nav__item > .subnav .subnav__terms > li .m__nav__item-sub > a:focus {
    text-decoration: underline;
  }
}
.m__nav__item > .subnav .subnav__info {
  width: 40%;
  float: left;
  padding: 3em 3em 0.5em 0;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav .subnav__info {
    display: none;
  }
}
.m__nav__item > .subnav .subnav__children {
  margin-top: 0.75em;
}
@media (min-width: 1025px) {
  .m__nav__item > .subnav .subnav__children li {
    margin-bottom: 1em;
  }
  .m__nav__item > .subnav .subnav__children li a:hover, .m__nav__item > .subnav .subnav__children li a:focus {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav .subnav__children {
    top: 0;
    height: 100%;
    height: calc(100vh - 80px);
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    padding: 0 20px;
    background-color: #fff;
    z-index: 999;
    position: absolute;
    width: 100%;
    left: 0;
    margin: 0;
  }
  .m__nav__item > .subnav .subnav__children li {
    border-bottom: solid 1px #d9d9d9;
  }
  .m__nav__item > .subnav .subnav__children li a {
    width: 100%;
    display: block;
  }
}
.m__nav__item > .subnav .subnav__back {
  display: none;
}
@media (max-width: 1024px) {
  .m__nav__item > .subnav .subnav__back {
    display: block;
    padding-left: 2em;
    position: relative;
    cursor: pointer;
    border-bottom: solid 1px #d9d9d9;
    line-height: 45px;
    margin: 20px 0 0;
    padding-bottom: 10px;
  }
  .m__nav__item > .subnav .subnav__back::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    margin-top: -5px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
    background: url("../images/icons/arrow.svg") center/contain no-repeat;
  }
}
@media (min-width: 1025px) {
  .m__nav__item.dropdown:hover .subnav, .m__nav__item.dropdown:focus .subnav, .m__nav__item.dropdown.open .subnav {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

#menu-toggle {
  float: right;
  width: 24px;
  position: relative;
  cursor: pointer;
  height: 22px;
  display: none;
  margin: 29px 20px 0 1em;
}
@media (max-width: 1024px) {
  #menu-toggle {
    display: block;
  }
}
#menu-toggle .menu-line {
  background-color: #34354F;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#menu-toggle .line-1 {
  top: 0;
}
#menu-toggle .line-2,
#menu-toggle .line-3 {
  top: 9px;
  left: auto;
}
#menu-toggle .line-4 {
  top: 19px;
}

#menu-mobile {
  display: none;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-1,
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-4 {
  opacity: 0;
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-2 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-2,
#menu-mobile:checked ~ .g__headerMain #menu-toggle .line-3 {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  width: 100%;
}
@media (max-width: 1024px) {
  #menu-mobile:checked ~ .g__headerMain .g__header__nav {
    display: block;
  }
  #menu-mobile:checked ~ .g__headerMain .g__header__nav .m__nav {
    display: block;
    height: calc(100vh - 80px);
    overflow-y: auto;
    background: #F3F3F3;
  }
}

.menu-checkbox {
  display: none !important;
}
.menu-checkbox:checked + .subnav,
.menu-checkbox:checked + .subnav__children {
  max-height: 1000px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu-checkbox:checked ~ label {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.g__footer {
  width: 100%;
  float: left;
  overflow: hidden;
  background-color: #0096CF;
  color: #fff;
}
.g__footer.has-overflow {
  overflow: visible;
}
.g__footer.footer-overlap {
  padding-top: 13.5em;
  position: relative;
}
@media (max-width: 1024px) {
  .g__footer.footer-overlap {
    padding-top: 30em;
  }
}
.g__footer a {
  text-decoration: none;
}
.g__footer a:hover, .g__footer a:focus {
  text-decoration: underline;
}
.g__footer .c__social-links {
  margin: 1em 0 2em;
}
.g__footer__main {
  padding-top: 2em;
  position: relative;
}
@media (max-width: 1024px) {
  .g__footer__main {
    padding-top: 2.15em;
  }
}
@media (min-width: 1025px) {
  .g__footer__main.extra-padding {
    padding-top: 3.25em;
  }
}
@media (max-width: 1024px) {
  .g__footer__block {
    font-size: 22px;
  }
  .g__footer__block:not(.social) {
    margin-bottom: 1em;
  }
}
@media (max-width: 1024px) {
  .g__footer__blockContent {
    max-height: 0;
    overflow: hidden;
    margin: 0;
    font-size: 18px;
  }
}
.g__footer__blockContent ul li {
  margin-bottom: 0.75em;
}
@media (max-width: 1024px) {
  .g__footer__blockContent ul li {
    margin-bottom: 1.15em;
    font-size: 16px;
  }
  .g__footer__blockContent ul li:last-of-type {
    margin-bottom: 2em;
  }
}
.g__footer__block input[name=footer-block] {
  display: none;
}
@media (max-width: 1024px) {
  .g__footer__block input[name=footer-block]:checked + label span::before {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    top: 35%;
  }
  .g__footer__block input[name=footer-block]:checked ~ .g__footer__blockContent {
    max-height: 100000px;
  }
}
@media (min-width: 1025px) {
  .g__footer__block.contact-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.g__footer__block.contact-details ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0 12px 0 0;
}
@media (max-width: 1024px) {
  .g__footer__block.contact-details ul {
    margin-bottom: 32px;
  }
}
.g__footer__block.contact-details ul li {
  font-size: 14px;
  line-height: 24px;
}
.g__footer__bottom {
  padding: 0 0 1.25em;
}
@media (min-width: 1025px) {
  .g__footer__bottom__logos {
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .g__footer__bottom__logos {
    margin-bottom: 20px;
  }
}
.g__footer__bottom__logos picture img.g__footer__logo {
  display: inline-block;
  max-height: 122px;
  height: 56px;
  width: auto;
}
@media (max-width: 1024px) {
  .g__footer__bottom__logos picture img.g__footer__logo {
    max-height: 85px;
  }
}
@media (max-width: 1024px) {
  .g__footer__bottom__logos picture:not(:last-of-type) img {
    margin-bottom: 10px;
  }
}
.g__footer__bottom__logos.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 1024px) {
  .g__footer__bottom__logos.partners {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.g__footer__bottom__logos.partners p {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .g__footer__bottom__logos.partners p {
    font-size: 16px;
  }
}
.g__footer__bottom__logos.partners picture img.g__footer__logo {
  height: 100px;
}
@media (max-width: 1024px) {
  .g__footer__bottom--links {
    text-align: left;
  }
}
.g__footer__bottomInfo {
  text-align: center;
  font-size: 14px;
  line-height: 33px;
}
@media (min-width: 1025px) {
  .g__footer__bottomInfo {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .g__footer__bottomInfo {
    line-height: 22px;
  }
}
.g__footer__bottomInfo .bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .g__footer__bottomInfo .bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-bottom: 8em;
  }
}
.g__footer__bottomInfo .bottom-wrapper img {
  width: 100%;
}
@media (min-width: 481px) {
  .g__footer__bottomInfo .bottom-wrapper img {
    width: 57px;
    max-width: 57px;
    margin-left: 8px;
  }
}
.g__footer__bottomInfo p {
  margin: 0;
  text-align: left;
}
.g__footer__bottomInfo p .link {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
  position: relative;
  text-decoration: underline;
}
.g__footer__bottomInfo p .link:first-of-type {
  padding-left: 0;
}
.g__footer__bottomInfo p .link:not(:last-of-type)::after {
  content: "";
  width: 1px;
  display: inline-block;
  height: 12px;
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #003263;
}
.g__footer__bottomInfo p .link:hover {
  text-decoration: none;
}

#top-btn {
  background: #34354F;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  -webkit-transition: background 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 2px 28px 0 rgba(135, 135, 135, 0.5);
          box-shadow: 0 2px 28px 0 rgba(135, 135, 135, 0.5);
}
#top-btn.show {
  opacity: 1;
  visibility: visible;
}
#top-btn::after {
  content: "";
  position: absolute;
  top: 27px;
  left: 24px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 768px) {
  #top-btn {
    width: 40px;
    height: 40px;
  }
  #top-btn::after {
    top: 17px;
    left: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #top-btn:hover {
    background-color: #fff;
  }
  #top-btn:hover::after {
    border-color: #34354F;
  }
}

.cookie-acceptance {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1.5em 0;
  text-align: left;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 #d9d9d9;
          box-shadow: 0 4px 20px 0 #d9d9d9;
  z-index: 999999;
}
@media (max-width: 1024px) {
  .cookie-acceptance {
    text-align: center;
  }
}
.cookie-acceptance.hide {
  display: none;
}
.cookie-acceptance p:last-of-type {
  margin-bottom: 0;
}
.cookie-acceptance p a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .cookie-acceptance .btns {
    text-align: right;
  }
}
.cookie-acceptance .btn, .cookie-acceptance .m__form__centre .gform_button, .m__form__centre .cookie-acceptance .gform_button,
.cookie-acceptance .m__form__centre input[type=submit],
.m__form__centre .cookie-acceptance input[type=submit], .cookie-acceptance body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .cookie-acceptance .button#place_order, .cookie-acceptance body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cookie-acceptance .button, .cookie-acceptance body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cookie-acceptance button, .cookie-acceptance body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cookie-acceptance button, .cookie-acceptance body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .cookie-acceptance button, .cookie-acceptance body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .cookie-acceptance .button, .cookie-acceptance body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .cookie-acceptance .button, .cookie-acceptance .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .cookie-acceptance .button,
.cookie-acceptance .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .cookie-acceptance .button, .cookie-acceptance .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .cookie-acceptance button#place_order,
.cookie-acceptance .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .cookie-acceptance button#place_order,
.cookie-acceptance .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .cookie-acceptance button#place_order, .cookie-acceptance .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .cookie-acceptance button:not(.wcwl_notice_dismiss), .cookie-acceptance .gform_footer .gform_button, .gform_footer .cookie-acceptance .gform_button,
.cookie-acceptance .gform_footer input[type=submit],
.gform_footer .cookie-acceptance input[type=submit] {
  display: inline-block;
  margin: 0 auto 0 10px;
  max-width: 250px;
  min-width: 155px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .cookie-acceptance .btn, .cookie-acceptance .m__form__centre .gform_button, .m__form__centre .cookie-acceptance .gform_button,
  .cookie-acceptance .m__form__centre input[type=submit],
  .m__form__centre .cookie-acceptance input[type=submit], .cookie-acceptance body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .cookie-acceptance .button#place_order, .cookie-acceptance body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .cookie-acceptance .button, .cookie-acceptance body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .cookie-acceptance button, .cookie-acceptance body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .cookie-acceptance button, .cookie-acceptance body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .cookie-acceptance button, .cookie-acceptance body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .cookie-acceptance .button, .cookie-acceptance body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .cookie-acceptance .button, .cookie-acceptance .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .cookie-acceptance .button,
  .cookie-acceptance .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .cookie-acceptance .button, .cookie-acceptance .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .cookie-acceptance button#place_order,
  .cookie-acceptance .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .cookie-acceptance button#place_order,
  .cookie-acceptance .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .cookie-acceptance button#place_order, .cookie-acceptance .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .cookie-acceptance button:not(.wcwl_notice_dismiss), .cookie-acceptance .gform_footer .gform_button, .gform_footer .cookie-acceptance .gform_button,
  .cookie-acceptance .gform_footer input[type=submit],
  .gform_footer .cookie-acceptance input[type=submit] {
    margin: 1em 10px 0;
  }
}

.site-feedback {
  overflow: hidden;
  background: #F3F3F3;
  padding: 2em 0;
}
@media (min-width: 1025px) {
  .site-feedback__intro {
    display: inline-block;
  }
}
.site-feedback__intro p {
  margin: 0;
}
@media (min-width: 1025px) {
  .site-feedback__intro p {
    line-height: 45px;
  }
}
.site-feedback .gform_wrapper {
  margin-top: 1em;
}
.site-feedback__positive, .site-feedback__negative {
  display: none;
  margin-top: 2em;
}
.site-feedback__positive.active, .site-feedback__negative.active {
  display: block;
}
.site-feedback__buttons .btn, .site-feedback__buttons .m__form__centre .gform_button, .m__form__centre .site-feedback__buttons .gform_button,
.site-feedback__buttons .m__form__centre input[type=submit],
.m__form__centre .site-feedback__buttons input[type=submit], .site-feedback__buttons body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .site-feedback__buttons .button#place_order, .site-feedback__buttons body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .site-feedback__buttons .button, .site-feedback__buttons body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .site-feedback__buttons button, .site-feedback__buttons body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .site-feedback__buttons button, .site-feedback__buttons body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .site-feedback__buttons button, .site-feedback__buttons body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .site-feedback__buttons .button, .site-feedback__buttons body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .site-feedback__buttons .button, .site-feedback__buttons .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .site-feedback__buttons .button,
.site-feedback__buttons .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .site-feedback__buttons .button, .site-feedback__buttons .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .site-feedback__buttons button#place_order,
.site-feedback__buttons .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .site-feedback__buttons button#place_order,
.site-feedback__buttons .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .site-feedback__buttons button#place_order, .site-feedback__buttons .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .site-feedback__buttons button:not(.wcwl_notice_dismiss), .site-feedback__buttons .gform_footer .gform_button, .gform_footer .site-feedback__buttons .gform_button,
.site-feedback__buttons .gform_footer input[type=submit],
.gform_footer .site-feedback__buttons input[type=submit] {
  padding: 10px 2em;
  width: 48%;
  margin: 1em 0 0;
}
@media (max-width: 1024px) {
  .site-feedback__buttons .btn:first-of-type, .site-feedback__buttons .m__form__centre .gform_button:first-of-type, .m__form__centre .site-feedback__buttons .gform_button:first-of-type,
  .site-feedback__buttons .m__form__centre input[type=submit]:first-of-type,
  .m__form__centre .site-feedback__buttons input[type=submit]:first-of-type, .site-feedback__buttons body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order:first-of-type, body.woocommerce-account .woocommerce #add_payment_method #payment .site-feedback__buttons .button#place_order:first-of-type, .site-feedback__buttons body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button:first-of-type, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .site-feedback__buttons .button:first-of-type, .site-feedback__buttons body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button:first-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .site-feedback__buttons button:first-of-type, .site-feedback__buttons body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button:first-of-type, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .site-feedback__buttons button:first-of-type, .site-feedback__buttons body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button:first-of-type, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .site-feedback__buttons button:first-of-type, .site-feedback__buttons body.woocommerce-checkout #payment .button:first-of-type, body.woocommerce-checkout #payment .site-feedback__buttons .button:first-of-type, .site-feedback__buttons body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button:first-of-type, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .site-feedback__buttons .button:first-of-type, .site-feedback__buttons .woocommerce table.shop_table th .button:first-of-type, .woocommerce table.shop_table th .site-feedback__buttons .button:first-of-type,
  .site-feedback__buttons .woocommerce table.shop_table td .button:first-of-type,
  .woocommerce table.shop_table td .site-feedback__buttons .button:first-of-type, .site-feedback__buttons .woocommerce #add_payment_method #payment button#place_order:first-of-type, .woocommerce #add_payment_method #payment .site-feedback__buttons button#place_order:first-of-type,
  .site-feedback__buttons .woocommerce .woocommerce-cart #payment button#place_order:first-of-type,
  .woocommerce .woocommerce-cart #payment .site-feedback__buttons button#place_order:first-of-type,
  .site-feedback__buttons .woocommerce .woocommerce-checkout #payment button#place_order:first-of-type,
  .woocommerce .woocommerce-checkout #payment .site-feedback__buttons button#place_order:first-of-type, .site-feedback__buttons .c__productWrap .entry-summary button:first-of-type:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .site-feedback__buttons button:first-of-type:not(.wcwl_notice_dismiss), .site-feedback__buttons .gform_footer .gform_button:first-of-type, .gform_footer .site-feedback__buttons .gform_button:first-of-type,
  .site-feedback__buttons .gform_footer input[type=submit]:first-of-type,
  .gform_footer .site-feedback__buttons input[type=submit]:first-of-type {
    margin-right: 2%;
  }
}
@media (min-width: 1025px) {
  .site-feedback__buttons {
    float: right;
  }
  .site-feedback__buttons .btn, .site-feedback__buttons .m__form__centre .gform_button, .m__form__centre .site-feedback__buttons .gform_button,
  .site-feedback__buttons .m__form__centre input[type=submit],
  .m__form__centre .site-feedback__buttons input[type=submit], .site-feedback__buttons body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .site-feedback__buttons .button#place_order, .site-feedback__buttons body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .site-feedback__buttons .button, .site-feedback__buttons body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .site-feedback__buttons button, .site-feedback__buttons body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .site-feedback__buttons button, .site-feedback__buttons body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .site-feedback__buttons button, .site-feedback__buttons body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .site-feedback__buttons .button, .site-feedback__buttons body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .site-feedback__buttons .button, .site-feedback__buttons .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .site-feedback__buttons .button,
  .site-feedback__buttons .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .site-feedback__buttons .button, .site-feedback__buttons .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .site-feedback__buttons button#place_order,
  .site-feedback__buttons .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .site-feedback__buttons button#place_order,
  .site-feedback__buttons .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .site-feedback__buttons button#place_order, .site-feedback__buttons .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .site-feedback__buttons button:not(.wcwl_notice_dismiss), .site-feedback__buttons .gform_footer .gform_button, .gform_footer .site-feedback__buttons .gform_button,
  .site-feedback__buttons .gform_footer input[type=submit],
  .gform_footer .site-feedback__buttons input[type=submit] {
    margin: 0 0 0 1em;
    min-width: 170px;
    width: auto;
  }
}

#feedback-no {
  display: none;
}
#feedback-no:checked ~ .site-feedback .site-feedback__negative {
  display: block;
}
#feedback-no:checked ~ .site-feedback .site-feedback__positive {
  display: none;
}

#feedback-yes {
  display: none;
}
#feedback-yes:checked ~ .site-feedback .site-feedback__negative {
  display: none;
}
#feedback-yes:checked ~ .site-feedback .site-feedback__positive {
  display: block;
}

.g__newsletter {
  background: #F3F3F3;
  padding: 2em 0;
}
.g__newsletter .validation_error, .g__newsletter .gform_ajax_spinner {
  display: none;
}
@media (max-width: 1024px) {
  .g__newsletter .gform_button {
    width: 100%;
  }
  .g__newsletter .gform_body {
    margin-top: 1em;
  }
}
@media (min-width: 1025px) {
  .g__newsletter .gform_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g__newsletter .gform_wrapper .gform_heading {
    width: 40%;
    padding-right: 2em;
  }
  .g__newsletter .gform_wrapper form {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1024px) {
  .c__hero__breadcrumb.has-image a,
  .c__hero__breadcrumb.has-image p {
    color: #fff !important;
  }
}

.c__hero__breadcrumb.no-image a,
.c__hero__breadcrumb.no-image p {
  color: #0096CF !important;
}

@media (max-width: 1024px) {
  .c__hero__breadcrumb.has-image,
  #breadcrumbs.has-image {
    color: #fff !important;
  }
}

.c__hero__breadcrumb.no-image,
#breadcrumbs.no-image {
  color: #0096CF !important;
}

#breadcrumbs {
  margin: 0;
  top: 20px;
  color: #646464;
}
@media (max-width: 1024px) {
  #breadcrumbs {
    color: #fff;
    margin-top: 1em;
  }
}
#breadcrumbs a {
  color: inherit;
}
#breadcrumbs a:hover {
  text-decoration: none;
}
@media (min-width: 1025px) {
  #breadcrumbs {
    margin-left: 3px;
  }
}
@media (max-width: 1024px) {
  #breadcrumbs {
    position: absolute;
    top: 5px;
    z-index: 10;
  }
}

.c__hero {
  overflow: hidden;
  background: #F3F3F3 center/cover no-repeat;
  width: 100%;
  padding: 0;
  min-height: 420px;
  position: relative;
  color: #34354F;
}
@media (min-width: 1025px) {
  .c__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media (max-width: 1024px) {
  .c__hero {
    height: auto;
    min-height: auto;
    padding-top: 0;
  }
}
.c__hero__overlap {
  margin-bottom: -8em;
  padding-bottom: 8em;
  z-index: 1;
}
.c__hero > .l__contain, .c__hero > .wp-block-columns, .c__hero > .related.products,
.c__hero > .upsells.products,
.c__hero > .up-sells.products, body.single-product .c__hero > .woocommerce-notices-wrapper {
  z-index: 3;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__hero__img {
  width: 100%;
  float: left;
  position: relative;
}
.c__hero__img::before {
  content: "";
  display: block;
  padding-top: 56%;
}
@media (min-width: 1025px) {
  .c__hero__img {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    width: 50%;
  }
}
.c__hero__content {
  padding: 6em 0;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.c__hero__content h1 {
  color: #0096CF;
}
@media (max-width: 768px) {
  .c__hero__content h1 {
    font-size: 30px;
    line-height: 35px;
  }
}
@media (min-width: 1025px) {
  .c__hero__content {
    float: left;
    position: relative;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .c__hero__content {
    width: 38%;
  }
}
@media (min-width: 1281px) {
  .c__hero__content {
    width: calc(43% - 30px);
  }
}
@media (max-width: 1024px) {
  .c__hero__content {
    padding: 2.7em 0;
    width: 100%;
  }
}
.c__hero__content time {
  margin: 0 0 0.5em;
  display: block;
}
.c__hero__content .m__social-share {
  margin-top: 2em;
}
.c__hero__content p {
  line-height: 24px;
}
@media (min-width: 1025px) {
  .c__hero__content p {
    max-width: 504px;
  }
}
.c__hero__content p:last-of-type {
  margin: 0;
}
.c__hero__contentBtns {
  margin-top: 10px;
}
.c__hero__contentBtns .btn, .c__hero__contentBtns .m__form__centre .gform_button, .m__form__centre .c__hero__contentBtns .gform_button,
.c__hero__contentBtns .m__form__centre input[type=submit],
.m__form__centre .c__hero__contentBtns input[type=submit], .c__hero__contentBtns body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__hero__contentBtns .button#place_order, .c__hero__contentBtns body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__hero__contentBtns .button, .c__hero__contentBtns body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__hero__contentBtns button, .c__hero__contentBtns body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__hero__contentBtns button, .c__hero__contentBtns body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__hero__contentBtns button, .c__hero__contentBtns body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__hero__contentBtns .button, .c__hero__contentBtns body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__hero__contentBtns .button, .c__hero__contentBtns .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__hero__contentBtns .button,
.c__hero__contentBtns .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .c__hero__contentBtns .button, .c__hero__contentBtns .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__hero__contentBtns button#place_order,
.c__hero__contentBtns .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .c__hero__contentBtns button#place_order,
.c__hero__contentBtns .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .c__hero__contentBtns button#place_order, .c__hero__contentBtns .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__hero__contentBtns button:not(.wcwl_notice_dismiss), .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .c__hero__contentBtns .gform_button,
.c__hero__contentBtns .gform_footer input[type=submit],
.gform_footer .c__hero__contentBtns input[type=submit] {
  margin: 1em 1em 0 0;
}
@media (max-width: 768px) {
  .c__hero__contentBtns .btn, .c__hero__contentBtns .m__form__centre .gform_button, .m__form__centre .c__hero__contentBtns .gform_button,
  .c__hero__contentBtns .m__form__centre input[type=submit],
  .m__form__centre .c__hero__contentBtns input[type=submit], .c__hero__contentBtns body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__hero__contentBtns .button#place_order, .c__hero__contentBtns body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__hero__contentBtns .button, .c__hero__contentBtns body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__hero__contentBtns button, .c__hero__contentBtns body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__hero__contentBtns button, .c__hero__contentBtns body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__hero__contentBtns button, .c__hero__contentBtns body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__hero__contentBtns .button, .c__hero__contentBtns body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__hero__contentBtns .button, .c__hero__contentBtns .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__hero__contentBtns .button,
  .c__hero__contentBtns .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .c__hero__contentBtns .button, .c__hero__contentBtns .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__hero__contentBtns button#place_order,
  .c__hero__contentBtns .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .c__hero__contentBtns button#place_order,
  .c__hero__contentBtns .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .c__hero__contentBtns button#place_order, .c__hero__contentBtns .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__hero__contentBtns button:not(.wcwl_notice_dismiss), .c__hero__contentBtns .gform_footer .gform_button, .gform_footer .c__hero__contentBtns .gform_button,
  .c__hero__contentBtns .gform_footer input[type=submit],
  .gform_footer .c__hero__contentBtns input[type=submit] {
    width: 100%;
    min-width: 0;
  }
}
.c__hero__breadcrumb {
  margin-top: 1.5em;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1025px) {
  .c__hero__breadcrumb {
    position: absolute;
    top: 20px;
    z-index: 999;
    margin: 0;
  }
}
.c__hero__product {
  padding: 3em 0;
}
@media (max-width: 1024px) {
  .c__hero__product {
    padding: 1em 0;
  }
}
.c__hero__account {
  padding: 1em 0 2em;
}
.c__hero__account h1 {
  color: #0096CF;
  margin: 1em 0 0;
}
.c__hero__account > .l__contain > span, .c__hero__account > .wp-block-columns > span, .c__hero__account > .related.products > span,
.c__hero__account > .upsells.products > span,
.c__hero__account > .up-sells.products > span, body.single-product .c__hero__account > .woocommerce-notices-wrapper > span {
  margin-left: 3px;
}
.c__hero__account span {
  font-size: 12px;
  line-height: 22px;
}
.c__hero__single {
  background: #fff;
  color: #003263;
  min-height: auto;
  width: 100%;
}
.c__hero__single h1 {
  color: #0096CF !important;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 43px;
}
.c__hero__single .c__hero__content {
  width: 100%;
  margin: 0;
  padding-bottom: 45px;
}
.c__hero__single .c__hero__content > div {
  width: 100%;
}
.c__hero__single .c__hero__content .l__row {
  width: 100%;
}
.c__hero__single .c__hero__content .m__social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
.c__hero__single .c__hero__content .m__social-share > span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  color: #0096CF;
}
@media (max-width: 1024px) {
  .c__hero__single .c__hero__content .m__social-share {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  .c__hero__standard {
    min-height: 460px;
  }
}
@media (min-width: 1025px) {
  .c__hero__standard h1 {
    margin-bottom: 30px;
    font-size: 48px;
  }
}
@media (max-width: 1024px) {
  .c__hero__standard .c__hero__img {
    position: relative;
  }
  .c__hero__standard .c__hero__img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
  }
}
.c__hero.basic {
  min-height: unset;
  background: #fff;
}
.c__hero.basic .c__hero__content {
  width: 100%;
}
@media (min-width: 1025px) {
  .c__hero.basic .c__hero__content h1 {
    font-size: 40px;
  }
}
.c__hero.basic .c__hero__content p {
  max-width: unset;
}
.c__hero.full-width #breadcrumbs {
  color: #fff !important;
}
@media (max-width: 1024px) {
  .c__hero.full-width #breadcrumbs {
    margin-top: 1em;
  }
}
.c__hero.full-width .c__hero__content p, .c__hero.full-width h1 {
  color: #fff;
}
@media (max-width: 1024px) {
  .c__hero.full-width .c__hero__content h1 {
    color: #0096CF;
  }
}
@media (max-width: 1024px) {
  .c__hero.full-width .c__hero__content p {
    color: #34354F;
  }
}
@media (min-width: 1025px) {
  .c__hero.full-width {
    color: #fff;
  }
  .c__hero.full-width::before {
    content: "";
    background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), color-stop(115.94%, #000));
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #000 115.94%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
  }
  .c__hero.full-width .c__hero__img {
    width: 100%;
  }
}
.c__hero__login {
  position: relative;
  background-color: #0096CF;
}
.c__hero__login__register {
  margin-top: 2em;
}
.c__hero__login__register a {
  text-decoration: underline;
  font-weight: 700;
}
.c__hero__login__register a:hover {
  text-decoration: none;
}
.c__hero__login .c__hero__content {
  padding: 2em 0;
  color: #34354F;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .c__hero__login .c__hero__content {
    padding: 4em 0;
  }
}
.c__hero__login .c__hero__content p, .c__hero__login .c__hero__content a {
  font-size: 13px;
}
.c__hero__login .c__hero__content h1 {
  color: #34354F;
  margin-bottom: 28px;
}
@media (min-width: 769px) {
  .c__hero__login .c__hero__content h1 {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .c__hero__login .c__hero__content h1 {
    margin-bottom: 21px;
  }
}
.c__hero__login .c__hero__content__wrap {
  width: 100%;
  padding: 2.5em 3em;
  background-color: #fff;
  color: #34354F;
}
@media (min-width: 1025px) {
  .c__hero__login .c__hero__content__wrap {
    border-radius: 20px;
  }
}
@media (max-width: 1024px) {
  .c__hero__login .c__hero__content__wrap {
    padding: 2em;
  }
}
.c__hero__login .c__hero__content form {
  padding: 0;
  margin: 0;
  border: 0;
}
.c__hero__login .c__hero__content form.woocommerce-ResetPassword p {
  width: 100%;
}
.c__hero__login .c__hero__content form .show-password-input {
  background-color: transparent;
  border: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c__hero__login .c__hero__content form .required {
  color: #34354F;
  visibility: visible;
}
.c__hero__login .c__hero__content form .btn, .c__hero__login .c__hero__content form .m__form__centre .gform_button, .m__form__centre .c__hero__login .c__hero__content form .gform_button,
.c__hero__login .c__hero__content form .m__form__centre input[type=submit],
.m__form__centre .c__hero__login .c__hero__content form input[type=submit], .c__hero__login .c__hero__content form body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__hero__login .c__hero__content form .button#place_order, .c__hero__login .c__hero__content form body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__hero__login .c__hero__content form .button, .c__hero__login .c__hero__content form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__hero__login .c__hero__content form button, .c__hero__login .c__hero__content form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__hero__login .c__hero__content form button, .c__hero__login .c__hero__content form body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__hero__login .c__hero__content form button, .c__hero__login .c__hero__content form body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__hero__login .c__hero__content form .button, .c__hero__login .c__hero__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout .c__hero__login .c__hero__content form.woocommerce-form-coupon p.form-row-last .button, .c__hero__login .c__hero__content form .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__hero__login .c__hero__content form .button,
.c__hero__login .c__hero__content form .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .c__hero__login .c__hero__content form .button, .c__hero__login .c__hero__content form .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__hero__login .c__hero__content form button#place_order,
.c__hero__login .c__hero__content form .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .c__hero__login .c__hero__content form button#place_order,
.c__hero__login .c__hero__content form .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .c__hero__login .c__hero__content form button#place_order, .c__hero__login .c__hero__content form .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__hero__login .c__hero__content form button:not(.wcwl_notice_dismiss), .c__hero__login .c__hero__content form .gform_footer .gform_button, .gform_footer .c__hero__login .c__hero__content form .gform_button,
.c__hero__login .c__hero__content form .gform_footer input[type=submit],
.gform_footer .c__hero__login .c__hero__content form input[type=submit] {
  width: 100%;
  min-width: 0;
}
@media (min-width: 361px) {
  .c__hero__login .c__hero__content form .btn, .c__hero__login .c__hero__content form .m__form__centre .gform_button, .m__form__centre .c__hero__login .c__hero__content form .gform_button,
  .c__hero__login .c__hero__content form .m__form__centre input[type=submit],
  .m__form__centre .c__hero__login .c__hero__content form input[type=submit], .c__hero__login .c__hero__content form body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__hero__login .c__hero__content form .button#place_order, .c__hero__login .c__hero__content form body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__hero__login .c__hero__content form .button, .c__hero__login .c__hero__content form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__hero__login .c__hero__content form button, .c__hero__login .c__hero__content form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__hero__login .c__hero__content form button, .c__hero__login .c__hero__content form body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__hero__login .c__hero__content form button, .c__hero__login .c__hero__content form body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__hero__login .c__hero__content form .button, .c__hero__login .c__hero__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout .c__hero__login .c__hero__content form.woocommerce-form-coupon p.form-row-last .button, .c__hero__login .c__hero__content form .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__hero__login .c__hero__content form .button,
  .c__hero__login .c__hero__content form .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .c__hero__login .c__hero__content form .button, .c__hero__login .c__hero__content form .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__hero__login .c__hero__content form button#place_order,
  .c__hero__login .c__hero__content form .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .c__hero__login .c__hero__content form button#place_order,
  .c__hero__login .c__hero__content form .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .c__hero__login .c__hero__content form button#place_order, .c__hero__login .c__hero__content form .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__hero__login .c__hero__content form button:not(.wcwl_notice_dismiss), .c__hero__login .c__hero__content form .gform_footer .gform_button, .gform_footer .c__hero__login .c__hero__content form .gform_button,
  .c__hero__login .c__hero__content form .gform_footer input[type=submit],
  .gform_footer .c__hero__login .c__hero__content form input[type=submit] {
    margin-top: 2em;
  }
}
@media (min-width: 1025px) {
  .c__hero__login .c__hero__content form .form-row, .c__hero__login .c__hero__content form p {
    max-width: 100%;
  }
}
@media (min-width: 361px) {
  .c__hero__login .c__hero__content form .left {
    float: left;
  }
}
@media (min-width: 361px) {
  .c__hero__login .c__hero__content form .lost_password {
    float: right;
  }
}
.c__hero__login .c__hero__content form .woocommerce-form-login__rememberme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__hero__login .c__hero__content form .woocommerce-form-login__rememberme span {
  font-size: 12px;
}
.c__hero__login .c__hero__content form label {
  color: #4D5052;
  font-size: 14px;
}
.c__hero__login .c__hero__content form input[type=checkbox] {
  margin-right: 1em;
}
.c__hero__home {
  color: #4D5052;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .c__hero__home {
    padding-top: 1em;
  }
}
@media (min-width: 1025px) {
  .c__hero__home {
    min-height: 700px;
  }
}
.c__hero__home .c__hero__img {
  background-color: transparent;
  background-size: contain;
  background-position: bottom right;
  z-index: 3;
}
@media (min-width: 1281px) {
  .c__hero__home .c__hero__img {
    height: 680px;
    width: 850px;
    position: absolute;
    top: 100%;
    bottom: auto;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .c__hero__home .c__hero__img {
    height: 100%;
  }
}
@media (min-width: 1025px) {
  .c__hero__home .c__hero__img {
    position: absolute;
  }
}
@media (max-width: 1024px) {
  .c__hero__home .c__hero__img::before {
    padding-top: 75%;
  }
}
@media (max-width: 480px) {
  .c__hero__home .c__hero__img::before {
    padding-top: 84%;
  }
}
.c__hero__home .c__hero__content {
  z-index: 4;
}
@media (max-width: 1024px) {
  .c__hero__home .c__hero__content {
    padding: 1em 0 2em;
  }
}
.c__hero__home .c__hero__content h1 {
  color: #34354F;
}

body.ie11 .c__hero {
  min-height: auto;
  height: 400px;
}

.c__heroSlider {
  position: relative;
  background-color: #fff;
}
.c__heroSlider.no-video .c__heroSlider__item {
  padding-bottom: 56.25%;
}
.c__heroSlider .video-background {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .c__heroSlider .video-background {
    padding-bottom: 93%;
  }
}
.c__heroSlider .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .c__heroSlider .video-background iframe {
    width: 165%;
  }
}
.c__heroSlider .c__heroSlider__imagewrap {
  width: 100%;
}
.c__heroSlider__mobileContent {
  padding: 40px;
  text-align: center;
}
.c__heroSlider__mobileContent div.--h1 {
  color: #0096CF;
}
.c__heroSlider__mobileContent p:last-of-type {
  margin: 0;
}
@media (min-width: 1025px) {
  .c__heroSlider__mobileContent {
    display: none;
  }
}
.c__heroSlider__mobileContent .btn, .c__heroSlider__mobileContent .m__form__centre .gform_button, .m__form__centre .c__heroSlider__mobileContent .gform_button,
.c__heroSlider__mobileContent .m__form__centre input[type=submit],
.m__form__centre .c__heroSlider__mobileContent input[type=submit], .c__heroSlider__mobileContent body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__heroSlider__mobileContent .button#place_order, .c__heroSlider__mobileContent body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__heroSlider__mobileContent .button, .c__heroSlider__mobileContent body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__heroSlider__mobileContent button, .c__heroSlider__mobileContent body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__heroSlider__mobileContent button, .c__heroSlider__mobileContent body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__heroSlider__mobileContent button, .c__heroSlider__mobileContent body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__heroSlider__mobileContent .button, .c__heroSlider__mobileContent body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__heroSlider__mobileContent .button, .c__heroSlider__mobileContent .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__heroSlider__mobileContent .button,
.c__heroSlider__mobileContent .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .c__heroSlider__mobileContent .button, .c__heroSlider__mobileContent .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__heroSlider__mobileContent button#place_order,
.c__heroSlider__mobileContent .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .c__heroSlider__mobileContent button#place_order,
.c__heroSlider__mobileContent .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .c__heroSlider__mobileContent button#place_order, .c__heroSlider__mobileContent .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__heroSlider__mobileContent button:not(.wcwl_notice_dismiss), .c__heroSlider__mobileContent .gform_footer .gform_button, .gform_footer .c__heroSlider__mobileContent .gform_button,
.c__heroSlider__mobileContent .gform_footer input[type=submit],
.gform_footer .c__heroSlider__mobileContent input[type=submit] {
  margin-top: 1em;
  color: #fff;
}
@media (max-width: 480px) {
  .c__heroSlider__mobileContent .btn, .c__heroSlider__mobileContent .m__form__centre .gform_button, .m__form__centre .c__heroSlider__mobileContent .gform_button,
  .c__heroSlider__mobileContent .m__form__centre input[type=submit],
  .m__form__centre .c__heroSlider__mobileContent input[type=submit], .c__heroSlider__mobileContent body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__heroSlider__mobileContent .button#place_order, .c__heroSlider__mobileContent body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__heroSlider__mobileContent .button, .c__heroSlider__mobileContent body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__heroSlider__mobileContent button, .c__heroSlider__mobileContent body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__heroSlider__mobileContent button, .c__heroSlider__mobileContent body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__heroSlider__mobileContent button, .c__heroSlider__mobileContent body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__heroSlider__mobileContent .button, .c__heroSlider__mobileContent body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__heroSlider__mobileContent .button, .c__heroSlider__mobileContent .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__heroSlider__mobileContent .button,
  .c__heroSlider__mobileContent .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .c__heroSlider__mobileContent .button, .c__heroSlider__mobileContent .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__heroSlider__mobileContent button#place_order,
  .c__heroSlider__mobileContent .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .c__heroSlider__mobileContent button#place_order,
  .c__heroSlider__mobileContent .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .c__heroSlider__mobileContent button#place_order, .c__heroSlider__mobileContent .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__heroSlider__mobileContent button:not(.wcwl_notice_dismiss), .c__heroSlider__mobileContent .gform_footer .gform_button, .gform_footer .c__heroSlider__mobileContent .gform_button,
  .c__heroSlider__mobileContent .gform_footer input[type=submit],
  .gform_footer .c__heroSlider__mobileContent input[type=submit] {
    width: 100%;
  }
}
.c__heroSlider .c__heroSlider__item {
  position: relative;
}
@media (min-width: 1025px) {
  .c__heroSlider .c__heroSlider__item {
    min-height: 1px;
  }
}
.c__heroSlider .c__heroSlider__itemContent {
  position: relative;
  z-index: 1;
}
@media (min-width: 1025px) {
  .c__heroSlider .c__heroSlider__itemContent {
    margin-top: -20px;
  }
}
@media (max-width: 1280px) {
  .c__heroSlider .c__heroSlider__itemContent {
    padding-top: 24px;
  }
}
.c__heroSlider .c__heroSlider__item picture, .c__heroSlider .c__heroSlider__item img {
  max-height: 60px;
  margin-bottom: 1.75em;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}
@media (min-width: 1025px) {
  .c__heroSlider .c__heroSlider__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
.c__heroSlider .c__heroSlider__item h1, .c__heroSlider .c__heroSlider__item h2 {
  color: #fff;
  margin-bottom: 32px;
}
.c__heroSlider .c__heroSlider__item .subtext {
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 28px;
}
@media (min-width: 1025px) {
  .c__heroSlider .c__heroSlider__item {
    min-height: 609px;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .c__heroSlider .c__heroSlider__item .l__contain, .c__heroSlider .c__heroSlider__item .wp-block-columns, .c__heroSlider .c__heroSlider__item .related.products,
  .c__heroSlider .c__heroSlider__item .upsells.products,
  .c__heroSlider .c__heroSlider__item .up-sells.products, .c__heroSlider .c__heroSlider__item body.single-product .woocommerce-notices-wrapper, body.single-product .c__heroSlider .c__heroSlider__item .woocommerce-notices-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.c__heroSlider .c__heroSlider__itemContent {
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
@media (min-width: 1025px) {
  .c__heroSlider .c__heroSlider__itemContent {
    max-width: 900px;
  }
}
@media (max-width: 1024px) {
  .c__heroSlider .c__heroSlider__itemContent {
    display: none;
  }
}
.c__heroSlider .c__heroSlider__itemContent p {
  font-size: 25px;
  line-height: 34px;
}
.c__heroSlider .c__heroSlider__itemContent p:last-of-type {
  margin: 0;
}
.c__heroSlider .c__heroSlider__itemContent .btn, .c__heroSlider .c__heroSlider__itemContent .m__form__centre .gform_button, .m__form__centre .c__heroSlider .c__heroSlider__itemContent .gform_button,
.c__heroSlider .c__heroSlider__itemContent .m__form__centre input[type=submit],
.m__form__centre .c__heroSlider .c__heroSlider__itemContent input[type=submit], .c__heroSlider .c__heroSlider__itemContent body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__heroSlider .c__heroSlider__itemContent .button#place_order, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__heroSlider .c__heroSlider__itemContent .button, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__heroSlider .c__heroSlider__itemContent button, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__heroSlider .c__heroSlider__itemContent button, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__heroSlider .c__heroSlider__itemContent button, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__heroSlider .c__heroSlider__itemContent .button, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__heroSlider .c__heroSlider__itemContent .button, .c__heroSlider .c__heroSlider__itemContent .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__heroSlider .c__heroSlider__itemContent .button,
.c__heroSlider .c__heroSlider__itemContent .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .c__heroSlider .c__heroSlider__itemContent .button, .c__heroSlider .c__heroSlider__itemContent .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__heroSlider .c__heroSlider__itemContent button#place_order,
.c__heroSlider .c__heroSlider__itemContent .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .c__heroSlider .c__heroSlider__itemContent button#place_order,
.c__heroSlider .c__heroSlider__itemContent .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .c__heroSlider .c__heroSlider__itemContent button#place_order, .c__heroSlider .c__heroSlider__itemContent .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__heroSlider .c__heroSlider__itemContent button:not(.wcwl_notice_dismiss), .c__heroSlider .c__heroSlider__itemContent .gform_footer .gform_button, .gform_footer .c__heroSlider .c__heroSlider__itemContent .gform_button,
.c__heroSlider .c__heroSlider__itemContent .gform_footer input[type=submit],
.gform_footer .c__heroSlider .c__heroSlider__itemContent input[type=submit] {
  margin: 2em 1em 0 0;
  padding: 10px 6em;
}
@media (max-width: 768px) {
  .c__heroSlider .c__heroSlider__itemContent .btn, .c__heroSlider .c__heroSlider__itemContent .m__form__centre .gform_button, .m__form__centre .c__heroSlider .c__heroSlider__itemContent .gform_button,
  .c__heroSlider .c__heroSlider__itemContent .m__form__centre input[type=submit],
  .m__form__centre .c__heroSlider .c__heroSlider__itemContent input[type=submit], .c__heroSlider .c__heroSlider__itemContent body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__heroSlider .c__heroSlider__itemContent .button#place_order, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__heroSlider .c__heroSlider__itemContent .button, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__heroSlider .c__heroSlider__itemContent button, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__heroSlider .c__heroSlider__itemContent button, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__heroSlider .c__heroSlider__itemContent button, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__heroSlider .c__heroSlider__itemContent .button, .c__heroSlider .c__heroSlider__itemContent body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__heroSlider .c__heroSlider__itemContent .button, .c__heroSlider .c__heroSlider__itemContent .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__heroSlider .c__heroSlider__itemContent .button,
  .c__heroSlider .c__heroSlider__itemContent .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .c__heroSlider .c__heroSlider__itemContent .button, .c__heroSlider .c__heroSlider__itemContent .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__heroSlider .c__heroSlider__itemContent button#place_order,
  .c__heroSlider .c__heroSlider__itemContent .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .c__heroSlider .c__heroSlider__itemContent button#place_order,
  .c__heroSlider .c__heroSlider__itemContent .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .c__heroSlider .c__heroSlider__itemContent button#place_order, .c__heroSlider .c__heroSlider__itemContent .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__heroSlider .c__heroSlider__itemContent button:not(.wcwl_notice_dismiss), .c__heroSlider .c__heroSlider__itemContent .gform_footer .gform_button, .gform_footer .c__heroSlider .c__heroSlider__itemContent .gform_button,
  .c__heroSlider .c__heroSlider__itemContent .gform_footer input[type=submit],
  .gform_footer .c__heroSlider .c__heroSlider__itemContent input[type=submit] {
    width: 100%;
  }
}

.lity-hidden {
  visibility: hidden;
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.midea-product-slider-main__item img,
.midea-product-slider-thumbs__item img {
  border-radius: 8px;
}

.c__hero__product {
  background: #fff;
  width: 100%;
  display: block;
  min-height: unset;
}
.c__hero__product .c__hero__breadcrumb {
  top: 10px;
}
@media (min-width: 1025px) {
  .c__hero__product .l__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
}
.c__hero__product .c__hero__content {
  padding: 0;
}
.c__hero__product .midea-product-slider-main {
  max-height: 600px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .c__hero__product .midea-product-slider-main {
    max-height: 300px;
  }
}
.c__hero__product .midea-product-slider-main .slick-next {
  right: 35px;
}
@media (max-width: 768px) {
  .c__hero__product .midea-product-slider-main .slick-next {
    right: 0;
  }
}
.c__hero__product .midea-product-slider-main .slick-prev {
  left: 35px;
}
@media (max-width: 768px) {
  .c__hero__product .midea-product-slider-main .slick-prev {
    left: 0;
  }
}
.c__hero__product .midea-product-slider-thumbs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  height: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
}
.c__hero__product .midea-product-slider-thumbs img {
  border-radius: 8px;
}
.c__hero__product .midea-product-slider-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.c__hero__product .midea-product-slider-thumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.c__hero__product .midea-product-slider-main__item img {
  max-height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.c__hero__product .midea-product-slider-thumbs__item img {
  max-height: 100%;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1025px) {
  .c__hero__product .c__hero__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c__hero__product .c__hero__content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.c__hero__product .c__hero__content {
  width: 100%;
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 1025px) {
  .c__hero__product .c__hero__content {
    width: 100%;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.c__hero__product .c__hero__content .btn, .c__hero__product .c__hero__content .m__form__centre .gform_button, .m__form__centre .c__hero__product .c__hero__content .gform_button,
.c__hero__product .c__hero__content .m__form__centre input[type=submit],
.m__form__centre .c__hero__product .c__hero__content input[type=submit], .c__hero__product .c__hero__content body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .c__hero__product .c__hero__content .button#place_order, .c__hero__product .c__hero__content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .c__hero__product .c__hero__content .button, .c__hero__product .c__hero__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .c__hero__product .c__hero__content button, .c__hero__product .c__hero__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .c__hero__product .c__hero__content button, .c__hero__product .c__hero__content body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .c__hero__product .c__hero__content button, .c__hero__product .c__hero__content body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .c__hero__product .c__hero__content .button, .c__hero__product .c__hero__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .c__hero__product .c__hero__content .button, .c__hero__product .c__hero__content .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .c__hero__product .c__hero__content .button,
.c__hero__product .c__hero__content .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .c__hero__product .c__hero__content .button, .c__hero__product .c__hero__content .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .c__hero__product .c__hero__content button#place_order,
.c__hero__product .c__hero__content .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .c__hero__product .c__hero__content button#place_order,
.c__hero__product .c__hero__content .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .c__hero__product .c__hero__content button#place_order, .c__hero__product .c__hero__content .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .c__hero__product .c__hero__content button:not(.wcwl_notice_dismiss), .c__hero__product .c__hero__content .gform_footer .gform_button, .gform_footer .c__hero__product .c__hero__content .gform_button,
.c__hero__product .c__hero__content .gform_footer input[type=submit],
.gform_footer .c__hero__product .c__hero__content input[type=submit] {
  width: 100%;
  margin-top: 1em;
}
.c__hero__product .c__hero__content .btn--white {
  border: 2px solid #0096CF;
  color: #4D5052;
}
.c__hero__product .c__hero__content .btn--white:hover {
  color: #fff;
}
.c__hero__product .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #EBEAEA;
  border-radius: 4px;
  padding: 1em 2em;
  margin-top: 1em;
  font-size: 14px;
}
.c__hero__product .product-option .option-title {
  font-weight: bold;
  font-size: 14px;
}
.c__hero__product .product-option:hover {
  border: 2px solid #0096CF;
}
.c__hero__product .product-usps {
  border-top: 1px solid #EBEAEA;
  border-bottom: 1px solid #EBEAEA;
  padding: 1em 20px;
  margin-top: 2em;
}
.c__hero__product .product-usp-item {
  margin: 1.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c__hero__product .usp-icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.c__hero__product .usp-title {
  font-weight: bold;
  font-size: 12px;
}
.c__hero__product .usp-text {
  font-size: 12px;
}
.c__hero__product input[type=radio]:checked {
  background: #0096CF;
}
.c__hero__product input[type=radio]:checked::before {
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
@media (max-width: 1024px) {
  .c__hero__product .c__hero__content {
    margin-top: 2em;
  }
}
.c__hero__product .midea-product-slider-thumbs .slick-slide {
  padding: 0 8px; /* gap between slides */
}
.c__hero__product .midea-product-slider-thumbs .slick-list {
  margin: 0 -8px; /* keeps outer edges aligned */
}
.c__hero__product .main-product-image {
  max-width: 100%;
  width: 100%;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .c__hero__product .main-product-image {
    min-height: 300px;
  }
}

.c__hero__product-shop {
  background-color: transparent;
  margin-bottom: 1.5em;
}
@media (min-width: 1025px) {
  .c__hero__product-shop {
    margin-top: 60px;
  }
}
.c__hero__product-shop .c__hero__breadcrumb {
  color: #4D5052;
}
@media (max-width: 1024px) {
  .c__hero__product-shop .c__hero__breadcrumb {
    margin: 1em 0;
  }
}
@media (min-width: 1025px) {
  .c__hero__product-shop .c__hero__product-inner {
    margin-top: 2em;
  }
  .c__hero__product-shop .c__hero__product-inner h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
.c__hero__product-shop .c__hero__content {
  height: 100%;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 0;
}
.c__hero__product-shop .c__hero__content > div {
  width: 100%;
  max-width: 100%;
}
.c__hero__product-shop .c__hero__content > div p {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .c__hero__product-shop .c__hero__content {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .c__hero__product-shop .c__hero__img-wrapper {
    width: 100%;
    position: relative;
    margin-top: -50px;
    margin-bottom: -50px;
    padding-top: 100%;
  }
}
.c__hero__product-shop .c__hero__img {
  width: 100%;
  background-position: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .c__hero__product-shop .c__hero__img::before {
    padding-top: 100%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before, .slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Theme - dots */
.slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 1em;
}
.slick-dots::after {
  content: "";
  clear: both;
  display: table;
}
.slick-dots li {
  display: inline-block;
  height: 15px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  width: 15px;
}
.slick-dots li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: #fff;
  border-radius: 50%;
  display: block;
  height: 15px;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  width: 15px;
  cursor: pointer;
}
.slick-dots li button:active, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  cursor: auto;
}
.slick-dots li:not(:last-child) {
  margin-right: 11px;
}

/* Theme - arrows */
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: none;
  cursor: pointer;
  border: 0;
  font-size: 0;
  line-height: 0;
  outline: 0;
  color: transparent;
  z-index: 1;
  padding: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.slick-arrow::before {
  content: "";
  display: block;
  background: url(../images/icons/arrow.svg) center/contain no-repeat;
  width: 100%;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

/* Lity - v2.3.1 - http://sorgalla.com/lity/ */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.5);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity .lity.lity-form-popup {
  background: transparent !important;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

.lity-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.lity-hide {
  display: none;
}

.form-popup-box {
  background: #fff;
  padding: 2em 2em;
  max-width: 500px;
  margin: 2em auto;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1333333333);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1333333333);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-popup-box .gform_wrapper {
  width: 100%;
}

@media (max-width: 600px) {
  .form-popup-box {
    padding: 1em 0.5em;
    max-width: 100%;
  }
}
.slick-slider .slick-prev {
  left: 10px;
}
.slick-slider .slick-prev::before {
  background-image: url("../images/icons/left-arrow-carousel.svg");
}
.slick-slider .slick-next {
  right: 10px;
}
.slick-slider .slick-next::before {
  background-image: url("../images/icons/right-arrow-carousel.svg");
}
.slick-slider .slick-next,
.slick-slider .slick-prev {
  height: 50px;
  width: 50px;
  -webkit-box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1098039216);
          box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1098039216);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-slider .slick-next::before,
.slick-slider .slick-prev::before {
  content: "";
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
.slick-slider .slick-next:hover,
.slick-slider .slick-prev:hover {
  height: 65px;
  width: 65px;
}
.slick-slider .slick-next:hover::before,
.slick-slider .slick-prev:hover::before {
  width: 9px;
  height: 16px;
}
.slick-slider .slick-dots {
  bottom: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.slick-slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin-right: 11px;
  border-radius: 50%;
}
.slick-slider .slick-dots li button {
  background-color: #fff;
  height: 10px;
  width: 10px;
}
.slick-slider .slick-dots li.slick-active {
  border: solid 2px #fff;
  position: relative;
  left: -2px;
}
.slick-slider .slick-dots li.slick-active button {
  background-color: #0096CF;
}

.slick-custom-navigation {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-custom-navigation .slick-dots {
  position: relative;
  width: auto;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-custom-navigation .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick-custom-navigation .slick-dots li button {
  background-color: #0096CF;
  height: 10px;
  width: 10px;
}
.slick-custom-navigation .slick-dots li.slick-active {
  border: solid 2px #0096CF;
}
.slick-custom-navigation .slick-dots li.slick-active button {
  background-color: #fff;
  height: 8px;
  width: 8px;
}
.slick-custom-navigation.alt .slick-dots li button {
  background-color: #fff;
}
.slick-custom-navigation.alt .slick-dots li.slick-active {
  border: solid 2px #fff;
}
.slick-custom-navigation.alt .slick-dots li.slick-active button {
  background-color: #0096CF;
}
.slick-custom-navigation.alt .slick-arrow::before {
  background-image: url("../images/icons/arrow-white.svg");
}

.l__page-insights .c__tease--featured-wrapper .l__col__evenpad {
  margin: 0 8px;
}
.l__page-insights .c__tease--wrapper .l__col__evenpad {
  margin: 0 8px;
}
.l__page-insights .c__tease--wrapper .l__col__span3 {
  margin-bottom: 23px;
}

.m__textBlock {
  position: relative;
}
.m__textBlock p:last-of-type {
  margin-bottom: 0;
}
.m__textBlock h1 {
  color: #34354F;
}
@media (max-width: 1024px) {
  .m__textBlock h1 {
    font-size: 30px;
    line-height: 32px;
  }
}
.m__textBlock h2 {
  color: #34354F;
  padding-right: 2em;
}
@media (max-width: 1024px) {
  .m__textBlock h2 {
    font-size: 20px;
    line-height: 22px;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .m__textBlock h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.m__textBlock p {
  color: #34354F;
}
.m__textBlock pre {
  white-space: normal;
}
.m__textBlock ul, .m__textBlock li {
  color: #003263;
}
.m__textBlock ul a, .m__textBlock li a {
  text-decoration: underline;
}
.m__textBlock ul a:hover, .m__textBlock li a:hover {
  text-decoration: none;
}
.m__textBlock .text-center {
  margin-bottom: 24px;
}
@media (min-width: 769px) {
  .m__textBlock .text-center {
    text-align: center;
  }
}
.m__textBlock .iframe-container {
  width: 100%;
  height: 0;
  padding-top: 53%;
  overflow: hidden;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.m__textBlock .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  border: 0;
}
.m__textBlock .iframe-container iframe::before {
  content: "";
  display: block;
  padding-top: 56%;
}

.wp-block-columns .m__textBlock .l__col {
  width: 100%;
  margin-left: 0;
}
.wp-block-columns .wp-block-column:first-child .m__textBlock {
  margin-bottom: 0 !important;
}
@media (max-width: 1024px) {
  .wp-block-columns .wp-block-column:last-child .m__textBlock {
    margin-bottom: 2em;
  }
}

@media (max-width: 1024px) {
  .wp-container-core-columns-is-layout-2 .m__textBlock.c__block {
    margin-bottom: 0 !important;
  }
}

.heading-blue .m__textBlock h2, .heading-blue .m__textBlock h3, .heading-blue .m__textBlock h4, .heading-blue .m__textBlock h5, .heading-blue .m__textBlock h6 {
  color: #34354F;
}

.bg-grey .m__accordion {
  padding: 4em 0;
}

.m__accordion.hide {
  display: none;
}
@media (max-width: 1024px) {
  .m__accordion {
    padding: 3px 0;
  }
}
.m__accordion .mobile-cta {
  display: none;
}
@media (max-width: 1024px) {
  .m__accordion .mobile-cta {
    display: block;
    text-align: center;
    margin-top: 2em;
  }
}
.m__accordion .bottom-cta {
  margin-top: 3em;
}
.m__accordion.grey-bg {
  background-color: #F9F9F9;
}
.m__accordion__title {
  font-size: 25px;
  font-weight: bold;
  color: #4D5052;
}
.m__accordion__intro {
  margin: 2.5em 0em 5em;
  text-align: center;
}
@media (max-width: 1024px) {
  .m__accordion__intro {
    margin: 3em 0em;
  }
}
@media (min-width: 1025px) {
  .m__accordion__intro p:last-of-type {
    margin-bottom: 0;
  }
}
.m__accordion__intro h2 {
  font-size: 30px;
  line-height: 52px;
  color: #0096CF;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .m__accordion__intro h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.m__accordion .btn, .m__accordion .m__form__centre .gform_button, .m__form__centre .m__accordion .gform_button,
.m__accordion .m__form__centre input[type=submit],
.m__form__centre .m__accordion input[type=submit], .m__accordion body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__accordion .button#place_order, .m__accordion body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__accordion .button, .m__accordion body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__accordion button, .m__accordion body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__accordion button, .m__accordion body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__accordion button, .m__accordion body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__accordion .button, .m__accordion body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__accordion .button, .m__accordion .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__accordion .button,
.m__accordion .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .m__accordion .button, .m__accordion .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__accordion button#place_order,
.m__accordion .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .m__accordion button#place_order,
.m__accordion .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .m__accordion button#place_order, .m__accordion .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__accordion button:not(.wcwl_notice_dismiss), .m__accordion .gform_footer .gform_button, .gform_footer .m__accordion .gform_button,
.m__accordion .gform_footer input[type=submit],
.gform_footer .m__accordion input[type=submit] {
  padding: 12px 2em;
}
@media (max-width: 1024px) {
  .m__accordion .btn, .m__accordion .m__form__centre .gform_button, .m__form__centre .m__accordion .gform_button,
  .m__accordion .m__form__centre input[type=submit],
  .m__form__centre .m__accordion input[type=submit], .m__accordion body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__accordion .button#place_order, .m__accordion body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__accordion .button, .m__accordion body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__accordion button, .m__accordion body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__accordion button, .m__accordion body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__accordion button, .m__accordion body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__accordion .button, .m__accordion body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__accordion .button, .m__accordion .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__accordion .button,
  .m__accordion .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .m__accordion .button, .m__accordion .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__accordion button#place_order,
  .m__accordion .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .m__accordion button#place_order,
  .m__accordion .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .m__accordion button#place_order, .m__accordion .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__accordion button:not(.wcwl_notice_dismiss), .m__accordion .gform_footer .gform_button, .gform_footer .m__accordion .gform_button,
  .m__accordion .gform_footer input[type=submit],
  .gform_footer .m__accordion input[type=submit] {
    padding: 10px 2em;
  }
}
.m__accordion .bottom-cta {
  width: 100%;
  text-align: center;
}
.m__accordion .m__accordion-item {
  border-bottom: 1px solid #C3C3C3;
}
.m__accordion .m__accordion-item:first-of-type .m__accordion-item__heading {
  padding-top: 0;
}
.m__accordion .m__accordion-item__heading {
  padding: 26px 20px;
  display: block;
}
@media (max-width: 1024px) {
  .m__accordion .m__accordion-item__heading {
    padding: 25px 0;
  }
}
.m__accordion .m__accordion-item__heading h4, .m__accordion .m__accordion-item__heading h3 {
  position: relative;
  font-size: 16px;
  color: #4D5052;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
  padding-right: 70px;
}
.m__accordion .m__accordion-item__heading h4 > span, .m__accordion .m__accordion-item__heading h3 > span {
  background: #0096CF;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  width: 40px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  right: 0;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .m__accordion .m__accordion-item__heading h4 > span, .m__accordion .m__accordion-item__heading h3 > span {
    height: 39px;
    width: 39px;
  }
}
@media (min-width: 1025px) {
  .m__accordion .m__accordion-item__heading h4 > span, .m__accordion .m__accordion-item__heading h3 > span {
    right: 0;
  }
}
.m__accordion .m__accordion-item__heading h4 > span::before, .m__accordion .m__accordion-item__heading h3 > span::before {
  content: "";
  background: url("../images/icons/accordion-arrow-w.svg") center/contain no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  height: 12px;
  width: 12px;
  background-size: auto 8px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translate(-50%, calc(-50% + 2px));
          transform: translate(-50%, calc(-50% + 2px));
  -webkit-transform-origin: center;
          transform-origin: center;
}
.m__accordion .m__accordion-item__body {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  max-width: 83%;
  color: #4D5052;
  -webkit-transition: none;
  transition: none;
}
.m__accordion .m__accordion-item__body a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .m__accordion .m__accordion-item__body {
    padding-left: 20px;
  }
}
@media (max-width: 1024px) {
  .m__accordion .m__accordion-item__body {
    max-width: 100%;
  }
}
.m__accordion .m__accordion-item__body p {
  color: #34354F;
}
.m__accordion .m__accordion-item input[type=radio],
.m__accordion .m__accordion-item input[type=checkbox] {
  display: none;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading {
  padding-bottom: 14px;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h4 > span, .m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h3 > span,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h4 > span,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h3 > span {
  background: #0096CF;
}
.m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h4 > span::before, .m__accordion .m__accordion-item input[type=radio]:checked + .m__accordion-item__heading h3 > span::before,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h4 > span::before,
.m__accordion .m__accordion-item input[type=checkbox]:checked + .m__accordion-item__heading h3 > span::before {
  background: url("../images/icons/accordion-arrow-w.svg") center/contain no-repeat;
  background-size: auto 8px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.m__accordion .m__accordion-item input[type=radio]:checked ~ .m__accordion-item__body,
.m__accordion .m__accordion-item input[type=checkbox]:checked ~ .m__accordion-item__body {
  max-height: 600px;
  opacity: 1;
  -webkit-transition: max-height 0.7s ease, opacity 0.6s ease;
  transition: max-height 0.7s ease, opacity 0.6s ease;
}
.m__accordion__inner {
  background: #F3F3F3;
  border-radius: 8px;
}
.m__accordion__inner .m__section {
  margin-bottom: 0;
}
.m__accordion__inner__left {
  padding: 5em 8em 5em 0em;
}
@media (max-width: 1024px) {
  .m__accordion__inner__left {
    padding: 2em 1em;
  }
}
.m__accordion__inner__right {
  padding: 5em 0em 5em 8em;
}
@media (max-width: 1024px) {
  .m__accordion__inner__right {
    padding: 2em 1em;
  }
}
.m__accordion.fifty-fifty {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .m__accordion.fifty-fifty {
    padding: 0 20px;
  }
}
.m__accordion.fifty-fifty .m__accordion-item__heading {
  padding: 25px 20px;
}
@media (max-width: 1024px) {
  .m__accordion.fifty-fifty .m__accordion-item__heading {
    padding: 25px 0px;
  }
}
.m__accordion.fifty-fifty .m__accordion__intro {
  margin: 3em 0em 4em;
  padding: 0;
}
@media (max-width: 1024px) {
  .m__accordion.fifty-fifty .m__accordion__intro {
    margin: 2em 0em;
  }
}
.m__accordion.fifty-fifty .m__accordion__intro h2 {
  text-align: left;
  font-size: 40px;
  line-height: 47px;
}
@media (max-width: 1024px) {
  .m__accordion.fifty-fifty .m__accordion__intro h2 {
    text-align: center;
    font-size: 30px;
    line-height: 32.1px;
  }
}
@media (min-width: 1025px) {
  .m__accordion.fifty-fifty .vimeo-wrapper {
    background-color: #34354F;
    border-radius: 20px;
  }
}
.m__accordion.fifty-fifty .m__accordion-item {
  border-bottom: 1px solid #C3C3C3;
}
.m__accordion.fifty-fifty .m__accordion-item__heading h4 {
  font-size: 20px;
  color: #34354F;
}
.m__accordion.fifty-fifty .m__accordion-item__body {
  padding-left: 20px;
}
@media (max-width: 1024px) {
  .m__accordion.fifty-fifty .m__accordion-item__body {
    padding-left: 0;
  }
}
.m__accordion.fifty-fifty .accordion-img, .m__accordion.fifty-fifty .vimeo-wrapper iframe {
  min-height: 300px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .m__accordion.fifty-fifty .accordion-img, .m__accordion.fifty-fifty .vimeo-wrapper iframe {
    max-height: 270px;
    margin-bottom: 2em;
  }
}
@media (max-width: 1024px) {
  .m__accordion.fifty-fifty .desktop-only {
    display: none;
  }
}
.m__accordion.fifty-fifty .bottom-cta {
  margin-top: 1.5em;
}
@media (max-width: 1024px) {
  .m__accordion.fifty-fifty .bottom-cta {
    margin-top: 5px;
  }
}
.m__accordion.fifty-fifty .mobile-only {
  display: block;
}
@media (min-width: 1025px) {
  .m__accordion.fifty-fifty .mobile-only {
    display: none;
  }
}
.m__accordion.fifty-fifty input[type=radio]:checked + .m__accordion-item__heading h4 > span, .m__accordion.fifty-fifty input[type=radio]:checked + .m__accordion-item__heading h3 > span,
.m__accordion.fifty-fifty input[type=checkbox]:checked + .m__accordion-item__heading h4 > span,
.m__accordion.fifty-fifty input[type=checkbox]:checked + .m__accordion-item__heading h3 > span {
  background: #fff;
}
.m__accordion.fifty-fifty input[type=radio]:checked + .m__accordion-item__heading h4 > span::before, .m__accordion.fifty-fifty input[type=radio]:checked + .m__accordion-item__heading h3 > span::before,
.m__accordion.fifty-fifty input[type=checkbox]:checked + .m__accordion-item__heading h4 > span::before,
.m__accordion.fifty-fifty input[type=checkbox]:checked + .m__accordion-item__heading h3 > span::before {
  background: url("../images/icons/accordion-arrow-b.svg") center/contain no-repeat;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}

@media (max-width: 1024px) {
  .m__form .l__col__offby1 {
    margin-left: 0;
  }
}
.m__form .text {
  text-align: left;
}
@media (min-width: 1025px) {
  .m__form .text {
    max-width: 360px;
  }
}
.m__form .text h1, .m__form .text h2, .m__form .text h3, .m__form .text h4, .m__form .text h5 {
  font-weight: 700;
  color: #0096CF;
}
.m__form .text h2 {
  margin-bottom: 16px;
}
@media (min-width: 769px) {
  .m__form .text h2 {
    line-height: 52px;
  }
}
.m__form .text p {
  font-size: 18px;
  color: #4D5052;
}
.m__form .text p:last-of-type {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .m__form .text {
    margin-bottom: 2em;
  }
}
.m__form a.contact-tel {
  display: block;
  margin-top: 30px;
}
.m__form a.contact-tel .icon svg {
  width: 19px;
  height: 19px;
  position: relative;
  top: 4px;
}
.m__form a.contact-tel .text {
  margin-left: 10px;
  font-size: 18px;
  line-height: 35px;
}
.m__form .gform_wrapper .gform_body {
  margin-top: 1em;
}
@media (max-width: 1024px) {
  .m__form .gform_wrapper .gform_body {
    margin-top: 0;
  }
}
.m__form .gform_wrapper .gform_body .gfield_checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__form .gform_wrapper .gform_body .gfield_checkbox input {
  margin-right: 0;
}
.m__form .gform_wrapper .gform_body .gfield_checkbox label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 13px;
  margin-left: 15px;
}
.m__form .gform_wrapper .gform_body .gfield_checkbox label a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 13px;
}
.m__form .gform_wrapper .gform_footer {
  margin: 0 -0.5em;
}
@media (max-width: 1024px) {
  .m__form .gform_wrapper .gform_footer {
    margin: 0;
  }
}
.m__form .gform_wrapper .gform_footer .gform_button,
.m__form .gform_wrapper .gform_footer input[type=submit] {
  margin: 0 10px;
}
@media (max-width: 1024px) {
  .m__form .gform_wrapper .gform_footer .gform_button,
  .m__form .gform_wrapper .gform_footer input[type=submit] {
    width: 100%;
    margin: 0;
  }
}

.m__form__centre {
  position: relative;
}
.m__form__centre .l__col__evenpad {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__form__centre .text {
  max-width: 820px;
  margin-bottom: 3em;
}
@media (max-width: 1024px) {
  .m__form__centre .text {
    margin-bottom: 1em;
  }
}
.m__form__centre .text h2 {
  font-size: 48px;
  line-height: 52px;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .m__form__centre .text h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.m__form__centre__inner {
  margin: 0 auto;
}
.m__form__centre .gform_button,
.m__form__centre input[type=submit] {
  border: solid 2px #0096CF;
  background: #0096CF;
  font-size: 16px;
  border-radius: 4px;
}
.m__form__centre .gform_button:hover, .m__form__centre .gform_button.active,
.m__form__centre input[type=submit]:hover,
.m__form__centre input[type=submit].active {
  background-color: #007FB0;
  border: solid 2px #007FB0;
  color: #fff;
}
.m__form__centre .gform_footer {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m__form__centre .l__contain, .m__form__centre .wp-block-columns, .m__form__centre .related.products,
.m__form__centre .upsells.products,
.m__form__centre .up-sells.products, .m__form__centre body.single-product .woocommerce-notices-wrapper, body.single-product .m__form__centre .woocommerce-notices-wrapper {
  padding: 8em 60px;
}
@media (max-width: 1024px) {
  .m__form__centre .l__contain, .m__form__centre .wp-block-columns, .m__form__centre .related.products,
  .m__form__centre .upsells.products,
  .m__form__centre .up-sells.products, .m__form__centre body.single-product .woocommerce-notices-wrapper, body.single-product .m__form__centre .woocommerce-notices-wrapper {
    padding: 2em 20px;
  }
}

.m_sections_5050_background {
  position: relative;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .m_sections_5050_background {
    min-height: 500px;
  }
}
.m_sections_5050_background .m__section {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 6em 0;
  z-index: 1;
  color: #fff;
}
@media (max-width: 1024px) {
  .m_sections_5050_background .m__section {
    padding: 0;
  }
}
.m_sections_5050_background .m__section h2 {
  color: #fff;
}
@media (max-width: 1024px) {
  .m_sections_5050_background .m__section h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.m_sections_5050_background .m__section p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .m_sections_5050_background .m__section p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .m_sections_5050_background .m__section .m__section__image {
    display: none;
  }
}
.m_sections_5050_background .m__section__content {
  padding: 0 3em 0 0;
}
@media (max-width: 1024px) {
  .m_sections_5050_background .m__section__content {
    padding: 0;
  }
}
.m_sections_5050_background .m__section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.m_sections_5050_background .m__section .l__contain, .m_sections_5050_background .m__section .wp-block-columns, .m_sections_5050_background .m__section .related.products,
.m_sections_5050_background .m__section .upsells.products,
.m_sections_5050_background .m__section .up-sells.products, .m_sections_5050_background .m__section body.single-product .woocommerce-notices-wrapper, body.single-product .m_sections_5050_background .m__section .woocommerce-notices-wrapper {
  position: relative;
  z-index: 2;
}
.m_sections_5050_background .m__section__image-wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
}
.m_sections_5050_background .m__section__image-wrap [data-bkimage] {
  width: 100%;
  height: 100%;
}

.background_inner {
  width: 100%;
}
.background_inner::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.background_left::before {
  background: -webkit-gradient(linear, right top, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1024px) {
  .background_left::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
}

.background_right::before {
  background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1024px) {
  .background_right::before {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
  }
}

.fifty-fifty-minimal .m__accordion__inner {
  background-color: transparent;
  padding: 5em 0;
}
@media (max-width: 1024px) {
  .fifty-fifty-minimal .m__accordion__inner {
    padding: 2em 0;
  }
}
.fifty-fifty-minimal .m__accordion__inner .l__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fifty-fifty-minimal .m__accordion__inner .m__section {
  margin-bottom: 0;
}
.fifty-fifty-minimal .accordion-img {
  border-radius: 8px !important;
}

.m__section {
  margin-bottom: 2em;
}
.m__section:not(.m__tabs__row) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__section .slick-dots {
  bottom: 1em;
}
.m__section__image {
  position: relative;
}
@media (max-width: 1024px) {
  .m__section__image {
    margin-bottom: 1.5em;
  }
}
.m__section__image [data-bkimage] {
  border-radius: 8px;
}
.m__section__image [data-bkimage]::before {
  content: "";
  display: block;
  padding-top: 77%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .m__section__image [data-bkimage]::before {
    padding-top: 50%;
  }
}
@media (min-width: 1025px) {
  .m__section__image-wrap {
    height: 100%;
  }
}
.m__section__image-wrap .slick-list,
.m__section__image-wrap .slick-track {
  height: 100%;
}
.m__section__content h2 {
  font-size: 40px;
  line-height: 47px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #0096CF;
}
@media (max-width: 1024px) {
  .m__section__content h2 {
    font-size: 30px;
    line-height: 32px;
    padding: 6px 0;
    margin-bottom: 18px;
  }
}
.m__section__content p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .m__section__content p {
    margin-bottom: 0;
  }
}
.m__section__content .btn, .m__section__content body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__section__content .button#place_order, .m__section__content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__section__content .button, .m__section__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__section__content button, .m__section__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__section__content button, .m__section__content body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__section__content button, .m__section__content body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__section__content .button, .m__section__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__section__content .button, .m__section__content .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__section__content .button,
.m__section__content .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .m__section__content .button, .m__section__content .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__section__content button#place_order,
.m__section__content .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .m__section__content button#place_order,
.m__section__content .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .m__section__content button#place_order, .m__section__content .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__section__content button:not(.wcwl_notice_dismiss), .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button,
.m__section__content .gform_footer input[type=submit],
.gform_footer .m__section__content input[type=submit], .m__section__content .m__form__centre .gform_button, .m__form__centre .m__section__content .gform_button,
.m__section__content .m__form__centre input[type=submit],
.m__form__centre .m__section__content input[type=submit] {
  margin-top: 1em;
}
@media (max-width: 1024px) {
  .m__section__content .btn, .m__section__content body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__section__content .button#place_order, .m__section__content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__section__content .button, .m__section__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__section__content button, .m__section__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__section__content button, .m__section__content body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__section__content button, .m__section__content body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__section__content .button, .m__section__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__section__content .button, .m__section__content .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__section__content .button,
  .m__section__content .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .m__section__content .button, .m__section__content .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__section__content button#place_order,
  .m__section__content .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .m__section__content button#place_order,
  .m__section__content .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .m__section__content button#place_order, .m__section__content .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__section__content button:not(.wcwl_notice_dismiss), .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button,
  .m__section__content .gform_footer input[type=submit],
  .gform_footer .m__section__content input[type=submit], .m__section__content .m__form__centre .gform_button, .m__form__centre .m__section__content .gform_button,
  .m__section__content .m__form__centre input[type=submit],
  .m__form__centre .m__section__content input[type=submit] {
    margin-bottom: 0.5em;
    margin-top: 1.5em;
  }
}
@media (max-width: 768px) {
  .m__section__content .btn, .m__section__content body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__section__content .button#place_order, .m__section__content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__section__content .button, .m__section__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__section__content button, .m__section__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__section__content button, .m__section__content body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__section__content button, .m__section__content body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__section__content .button, .m__section__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__section__content .button, .m__section__content .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__section__content .button,
  .m__section__content .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .m__section__content .button, .m__section__content .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__section__content button#place_order,
  .m__section__content .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .m__section__content button#place_order,
  .m__section__content .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .m__section__content button#place_order, .m__section__content .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__section__content button:not(.wcwl_notice_dismiss), .m__section__content .gform_footer .gform_button, .gform_footer .m__section__content .gform_button,
  .m__section__content .gform_footer input[type=submit],
  .gform_footer .m__section__content input[type=submit], .m__section__content .m__form__centre .gform_button, .m__form__centre .m__section__content .gform_button,
  .m__section__content .m__form__centre input[type=submit],
  .m__form__centre .m__section__content input[type=submit] {
    width: 100%;
  }
}
.m__section.left .m__section__image {
  float: right;
}
@media (min-width: 1025px) {
  .m__section.left .m__section__content {
    padding-left: 2em;
  }
}
.m__section.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m__section.right .m__section__image {
  float: left;
}

.m__sections .m__section:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .m__sections.contained .m__section__image [data-bkimage] {
    background-size: contain;
  }
}
.m__sections.bg {
  background: url("../images/icons/background.png") center/cover no-repeat;
  padding: 6em 0;
  color: #fff;
}
@media (max-width: 1024px) {
  .m__sections.bg {
    padding-top: 4em;
    padding-bottom: 3em;
  }
}
.m__sections.bg h2 {
  color: #fff;
}
.m__sections.cta-banner-alt {
  background-color: #F3F3F3;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 243, 243)), color-stop(50%, rgb(243, 243, 243)), to(rgb(192, 192, 192)));
  background: linear-gradient(180deg, rgb(243, 243, 243) 0%, rgb(243, 243, 243) 50%, rgb(192, 192, 192) 100%);
  padding: 2em 0 4em;
  position: relative;
}
@media (min-width: 1025px) {
  .m__sections.cta-banner-alt {
    min-height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4em 0;
    background: -webkit-gradient(linear, left top, right top, from(rgb(243, 243, 243)), color-stop(50%, rgb(243, 243, 243)), to(rgb(192, 192, 192)));
    background: linear-gradient(90deg, rgb(243, 243, 243) 0%, rgb(243, 243, 243) 50%, rgb(192, 192, 192) 100%);
  }
}
.m__sections.cta-banner-alt .m__section__content ul {
  margin-bottom: 2em;
}
@media (max-width: 1024px) {
  .m__sections.cta-banner-alt .m__section__content {
    padding-bottom: 2em;
  }
  .m__sections.cta-banner-alt .m__section__content a.btn--standard, .m__sections.cta-banner-alt .m__section__content body.woocommerce-account .woocommerce #add_payment_method #payment a.button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__sections.cta-banner-alt .m__section__content a.button#place_order, .m__sections.cta-banner-alt .m__section__content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content a.button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__sections.cta-banner-alt .m__section__content a.button, .m__sections.cta-banner-alt .m__section__content body.woocommerce-checkout #payment a.button, body.woocommerce-checkout #payment .m__sections.cta-banner-alt .m__section__content a.button, .m__sections.cta-banner-alt .m__section__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last a.button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__sections.cta-banner-alt .m__section__content a.button, .m__sections.cta-banner-alt .m__section__content .woocommerce table.shop_table th a.button, .woocommerce table.shop_table th .m__sections.cta-banner-alt .m__section__content a.button,
  .m__sections.cta-banner-alt .m__section__content .woocommerce table.shop_table td a.button,
  .woocommerce table.shop_table td .m__sections.cta-banner-alt .m__section__content a.button, .m__sections.cta-banner-alt .m__section__content .header-basket-minicart .woocommerce-mini-cart__buttons > a.button:last-of-type, .header-basket-minicart .m__sections.cta-banner-alt .m__section__content .woocommerce-mini-cart__buttons > a.button:last-of-type {
    margin-top: 0;
  }
}
.m__sections.cta-banner-alt .cta-banner-alt__image {
  background: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  z-index: 1;
}
@media (min-width: 1025px) {
  .m__sections.cta-banner-alt .cta-banner-alt__image {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: calc(50% + 50px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: calc(100% - 6em);
  }
}
@media (max-width: 1024px) {
  .m__sections.cta-banner-alt .cta-banner-alt__image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    background-size: cover;
  }
}
@media (max-width: 768px) {
  .m__sections.cta-banner-alt .cta-banner-alt__image {
    background-position: center left;
  }
}

.dark-bg {
  color: #fff;
}
.dark-bg .m__section__content h2 {
  color: #fff;
}

.m__logoCarousel__intro {
  max-width: 650px;
  margin: 0 auto 2.5em;
}
.m__logoCarousel__intro h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  color: #0096CF;
  text-align: left;
}
@media (max-width: 1024px) {
  .m__logoCarousel__intro h2 {
    line-height: 32.1px;
    font-size: 24px;
  }
}
.m__logoCarousel__intro p {
  margin-bottom: 0;
  text-align: left;
  color: #34354F;
  line-height: 24px;
}
.m__logoCarousel_inner {
  background-color: #F3F3F3;
  border-radius: 8px;
  padding: 50px;
}
@media (max-width: 1024px) {
  .m__logoCarousel_inner {
    padding: 30px;
  }
}
.m__logoCarousel__item {
  display: inline-block;
}
.m__logoCarousel__item img {
  margin: 0 auto;
  padding: 0 20px;
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
}
@media (max-width: 768px) {
  .m__logoCarousel__item img {
    padding: 0 5px;
  }
}
.m__logoCarousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  .m__logoCarousel .slick-track {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.m__logoCarousel .slick-track .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
}
@media (min-width: 1025px) {
  .m__logoCarousel .center .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1024px) {
  .m__logoCarousel .slick-slider {
    margin-bottom: 3em;
  }
}
@media (min-width: 1025px) {
  .m__logoCarousel .slick-slider.dots-space {
    padding-bottom: 3em;
  }
}
.m__logoCarousel .l__col__span5 {
  padding: 20px 8em 20px 0;
}
@media (max-width: 1024px) {
  .m__logoCarousel .l__col__span5 {
    padding-right: 0;
  }
}
.m__logoCarousel .btn, .m__logoCarousel body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__logoCarousel .button#place_order, .m__logoCarousel body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__logoCarousel .button, .m__logoCarousel body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__logoCarousel button, .m__logoCarousel body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__logoCarousel button, .m__logoCarousel body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__logoCarousel button, .m__logoCarousel body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__logoCarousel .button, .m__logoCarousel body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__logoCarousel .button, .m__logoCarousel .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__logoCarousel .button,
.m__logoCarousel .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .m__logoCarousel .button, .m__logoCarousel .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__logoCarousel button#place_order,
.m__logoCarousel .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .m__logoCarousel button#place_order,
.m__logoCarousel .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .m__logoCarousel button#place_order, .m__logoCarousel .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__logoCarousel button:not(.wcwl_notice_dismiss), .m__logoCarousel .gform_footer .gform_button, .gform_footer .m__logoCarousel .gform_button,
.m__logoCarousel .gform_footer input[type=submit],
.gform_footer .m__logoCarousel input[type=submit], .m__logoCarousel .m__form__centre .gform_button, .m__form__centre .m__logoCarousel .gform_button,
.m__logoCarousel .m__form__centre input[type=submit],
.m__form__centre .m__logoCarousel input[type=submit] {
  margin-top: 3em;
}
@media (max-width: 768px) {
  .m__logoCarousel .btn, .m__logoCarousel body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__logoCarousel .button#place_order, .m__logoCarousel body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__logoCarousel .button, .m__logoCarousel body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__logoCarousel button, .m__logoCarousel body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__logoCarousel button, .m__logoCarousel body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__logoCarousel button, .m__logoCarousel body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__logoCarousel .button, .m__logoCarousel body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__logoCarousel .button, .m__logoCarousel .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__logoCarousel .button,
  .m__logoCarousel .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .m__logoCarousel .button, .m__logoCarousel .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__logoCarousel button#place_order,
  .m__logoCarousel .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .m__logoCarousel button#place_order,
  .m__logoCarousel .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .m__logoCarousel button#place_order, .m__logoCarousel .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__logoCarousel button:not(.wcwl_notice_dismiss), .m__logoCarousel .gform_footer .gform_button, .gform_footer .m__logoCarousel .gform_button,
  .m__logoCarousel .gform_footer input[type=submit],
  .gform_footer .m__logoCarousel input[type=submit], .m__logoCarousel .m__form__centre .gform_button, .m__form__centre .m__logoCarousel .gform_button,
  .m__logoCarousel .m__form__centre input[type=submit],
  .m__form__centre .m__logoCarousel input[type=submit] {
    width: 100%;
    min-width: 0;
  }
}
.m__logoCarousel .slick-arrow {
  height: 26px;
  width: 26px;
  background-color: transparent;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  top: 50%;
}
.m__logoCarousel .slick-arrow::before {
  width: 8px;
  height: 16px;
  background: url("../images/icons/logo-slider-arrow.svg") center/cover no-repeat;
}
.m__logoCarousel .slick-arrow.slick-next::before {
  width: 8px;
  height: 16px;
}
.m__logoCarousel .slick-arrow.slick-next:hover {
  height: 26px;
  width: 26px;
}
.m__logoCarousel .slick-arrow.slick-next:hover::before {
  background: url("../images/icons/logo-slider-arrow.svg") center/cover no-repeat;
}
.m__logoCarousel .slick-arrow.slick-prev::before {
  top: 50%;
  left: 50%;
}
.m__logoCarousel .slick-arrow.slick-prev:hover {
  height: 26px;
  width: 26px;
}
.m__logoCarousel .slick-arrow.slick-prev:hover::before {
  background: url("../images/icons/logo-slider-arrow.svg") center/cover no-repeat;
}

.m__iconBlocks__intro {
  margin-bottom: 3.5em;
}
.m__iconBlocks__intro p {
  margin-bottom: 0;
}
.m__iconBlocks h3 {
  margin-bottom: 0;
  color: #0096CF;
}
.m__iconBlocks p {
  color: #34354F;
  line-height: 25px;
}
.m__iconBlocks .l__col__evenpad {
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m__iconBlocks .l__col__evenpad a {
  margin-top: auto;
}
.m__iconBlocks .m__iconBlock__wrap .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.m__iconBlocks .m__iconBlock__wrap .slick-slide {
  margin: 0 10px;
  height: inherit !important;
}
@media (max-width: 768px) {
  .m__iconBlocks .m__iconBlock__wrap .slick-slide {
    margin: 0;
  }
}
.m__iconBlocks .m__iconBlock__wrap .slick-list {
  margin: 0 -10px;
}
@media (max-width: 768px) {
  .m__iconBlocks .m__iconBlock__wrap .slick-list {
    margin: 0;
  }
}
.m__iconBlocks .m__iconBlock {
  text-align: left;
  border: 2px solid #EBEAEA;
  border-radius: 8px;
  padding: 32px 15px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m__iconBlocks .m__iconBlock img {
  height: 50px;
  max-width: 100%;
  width: auto;
}
.m__iconBlocks .m__iconBlock p:last-of-type {
  margin-bottom: 0;
}
.m__iconBlocks .slick-dots {
  bottom: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m__iconBlocks .slick-dots li {
  width: 14px;
  height: 14px;
}
.m__iconBlocks .slick-dots li button {
  background-color: transparent;
  border: 2px solid #0096CF;
  height: 14px;
  width: 14px;
}
.m__iconBlocks .slick-dots li.slick-active button {
  background-color: #0096CF;
}
.m__iconBlocks .slick-prev {
  left: -20px;
}
.m__iconBlocks .slick-next {
  right: -20px;
}
.m__iconBlocks .slick-arrow {
  height: 40px;
  width: 40px;
  -webkit-box-shadow: 8px 8px 28px rgba(0, 0, 0, 0.2);
          box-shadow: 8px 8px 28px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m__iconBlocks .slick-arrow::before {
  content: "";
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: width 0.3s ease, height 0.3s ease;
  transition: width 0.3s ease, height 0.3s ease;
}
.m__iconBlocks .slick-arrow:hover {
  height: 40px !important;
  width: 40px !important;
}
.m__iconBlocks .slick-arrow:hover::before {
  width: 7px !important;
  height: 12px !important;
}

.m__banner {
  background: rgba(31, 148, 210, 0.2);
  position: relative;
  color: #4D5052;
  text-align: center;
  border-radius: 20px;
}
@media (min-width: 1025px) {
  .m__banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.m__banner .btn--secondary, .m__banner .header-basket-minicart .woocommerce-mini-cart__buttons > .button:first-of-type, .header-basket-minicart .m__banner .woocommerce-mini-cart__buttons > .button:first-of-type, .m__banner .gform_footer .gform_button, .gform_footer .m__banner .gform_button,
.m__banner .gform_footer input[type=submit],
.gform_footer .m__banner input[type=submit], .m__banner .m__form__centre .gform_button, .m__form__centre .m__banner .gform_button,
.m__banner .m__form__centre input[type=submit],
.m__form__centre .m__banner input[type=submit] {
  background: transparent;
  border: 2px solid #34354F;
  color: #34354F;
  border-radius: 90px;
}
.m__banner .btn--secondary span:after, .m__banner .header-basket-minicart .woocommerce-mini-cart__buttons > .button:first-of-type span:after, .header-basket-minicart .m__banner .woocommerce-mini-cart__buttons > .button:first-of-type span:after, .m__banner .gform_footer .gform_button span:after, .gform_footer .m__banner .gform_button span:after,
.m__banner .gform_footer input[type=submit] span:after,
.gform_footer .m__banner input[type=submit] span:after, .m__banner .m__form__centre .gform_button span:after, .m__form__centre .m__banner .gform_button span:after,
.m__banner .m__form__centre input[type=submit] span:after,
.m__form__centre .m__banner input[type=submit] span:after {
  background: #34354F;
}
.m__banner .l__col__content {
  padding: 3.75em 10em;
}
@media (max-width: 1024px) {
  .m__banner .l__col__content {
    padding: 4em 2em;
  }
}
.m__banner .l__col__content h2 {
  color: #0096CF;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
}
@media (max-width: 1024px) {
  .m__banner .l__col__content h2 {
    font-size: 30px;
    line-height: 32.1px;
    margin-bottom: 1em;
  }
}
@media (max-width: 1024px) {
  .m__banner .l__col__content p {
    margin-bottom: 2.2em;
  }
}
.m__banner .l__col__content .btn, .m__banner .l__col__content body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__banner .l__col__content .button#place_order, .m__banner .l__col__content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__banner .l__col__content .button, .m__banner .l__col__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__banner .l__col__content button, .m__banner .l__col__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__banner .l__col__content button, .m__banner .l__col__content body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__banner .l__col__content button, .m__banner .l__col__content body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__banner .l__col__content .button, .m__banner .l__col__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__banner .l__col__content .button, .m__banner .l__col__content .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__banner .l__col__content .button,
.m__banner .l__col__content .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .m__banner .l__col__content .button, .m__banner .l__col__content .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__banner .l__col__content button#place_order,
.m__banner .l__col__content .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .m__banner .l__col__content button#place_order,
.m__banner .l__col__content .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .m__banner .l__col__content button#place_order, .m__banner .l__col__content .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__banner .l__col__content button:not(.wcwl_notice_dismiss), .m__banner .l__col__content .gform_footer .gform_button, .gform_footer .m__banner .l__col__content .gform_button,
.m__banner .l__col__content .gform_footer input[type=submit],
.gform_footer .m__banner .l__col__content input[type=submit], .m__banner .l__col__content .m__form__centre .gform_button, .m__form__centre .m__banner .l__col__content .gform_button,
.m__banner .l__col__content .m__form__centre input[type=submit],
.m__form__centre .m__banner .l__col__content input[type=submit] {
  padding: 13px 2.75em;
}

.m__carousel {
  position: relative;
}
.m__carousel__wrap {
  position: relative;
}
.m__carousel .carousel-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 20px;
  z-index: 2;
  color: #fff;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.m__carousel .carousel-caption span {
  width: 40%;
}
@media (max-width: 1024px) {
  .m__carousel .carousel-caption span {
    display: none;
  }
}
.m__carousel .slick-slide {
  position: relative;
  height: auto;
}
.m__carousel__item {
  position: relative;
  overflow: hidden;
}
.m__carousel__item::before {
  content: "";
  display: block;
  padding-top: 49.4%;
}
.m__carousel .l__col {
  position: relative;
}
.m__carousel .dots-container {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 1;
}
.m__carousel .dots-container .slick-custom-navigation.alt .slick-dots li.slick-active button {
  background-color: transparent;
}

.m__tabs {
  position: relative;
}
@media (max-width: 1024px) {
  .m__tabs {
    padding-top: 2em;
  }
}
.m__tabs select {
  -webkit-box-shadow: 0 0 0 1px #34354F;
          box-shadow: 0 0 0 1px #34354F;
}
@media (min-width: 1025px) {
  .m__tabs__bar .l__contain, .m__tabs__bar .wp-block-columns, .m__tabs__bar .related.products,
  .m__tabs__bar .upsells.products,
  .m__tabs__bar .up-sells.products, .m__tabs__bar body.single-product .woocommerce-notices-wrapper, body.single-product .m__tabs__bar .woocommerce-notices-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m__tabs__bar .l__contain::after, .m__tabs__bar .wp-block-columns::after, .m__tabs__bar .related.products::after,
  .m__tabs__bar .upsells.products::after,
  .m__tabs__bar .up-sells.products::after, .m__tabs__bar body.single-product .woocommerce-notices-wrapper::after, body.single-product .m__tabs__bar .woocommerce-notices-wrapper::after {
    content: "";
    position: absolute;
    left: 60px;
    bottom: 10px;
    z-index: -1;
    width: 100%;
    height: 1px;
    background-color: #F3F3F3;
  }
}
.m__tabs__bar label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
  white-space: nowrap;
  color: #003263;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 17px;
}
@media (max-width: 1024px) {
  .m__tabs__bar label {
    display: none;
    margin: 0;
  }
}
.m__tabs__bar label:last-of-type {
  padding-right: 10px;
  margin: 0;
}
.m__tabs__bar label::after {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #0096CF;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.m__tabs__bar label.active, .m__tabs__bar label:hover {
  color: #003263;
}
.m__tabs__bar label.active::after, .m__tabs__bar label:hover::after {
  width: 100%;
}
.m__tabs__bar select {
  display: block;
  margin-bottom: 1em;
  font-weight: 700;
}
@media (min-width: 1025px) {
  .m__tabs__bar select {
    display: none;
  }
}
.m__tabs input[name^=tabs-] {
  position: absolute;
  opacity: 0;
  top: 0;
}
.m__tabs input[name^=tabs-]:checked + .label::after {
  width: 100%;
}
.m__tabs__panel {
  display: none;
  padding: 1em 0 0;
}
.m__tabs input[name^=tabs-]:checked + .m__tabs__panel {
  display: block;
}
@media (min-width: 1025px) {
  .m__tabs .m__accordion.mobile {
    display: none;
  }
}
.m__tabs .m__accordion.mobile .m__accordion-item:last-of-type {
  border-bottom: 0;
}
.m__tabs .m__accordion.mobile .m__accordion-item .m__accordion-item__heading {
  line-height: 40px;
  padding: 16px 0;
}
.m__tabs .m__accordion.mobile label {
  margin-bottom: 0;
}
.m__tabs .m__accordion.mobile label::after {
  content: unset;
}

.m__iframe {
  min-height: 450px;
}
.m__iframe .l__contain, .m__iframe .wp-block-columns, .m__iframe .related.products,
.m__iframe .upsells.products,
.m__iframe .up-sells.products, .m__iframe body.single-product .woocommerce-notices-wrapper, body.single-product .m__iframe .woocommerce-notices-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .m__iframe .l__contain, .m__iframe .wp-block-columns, .m__iframe .related.products,
  .m__iframe .upsells.products,
  .m__iframe .up-sells.products, .m__iframe body.single-product .woocommerce-notices-wrapper, body.single-product .m__iframe .woocommerce-notices-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m__iframe__cta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #4D5052;
}
@media (max-width: 1024px) {
  .m__iframe__cta-item {
    font-size: 16px;
  }
}
.m__iframe__cta-text {
  margin-left: 0.5em;
}
.m__iframe__right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.m__iframe__right .m__iframe__text {
  padding-right: 0;
  padding-left: 6em;
}
@media (max-width: 1024px) {
  .m__iframe__right .m__iframe__text {
    padding-left: 0;
    margin-bottom: 2em;
  }
}
.m__iframe__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-right: 6em;
}
@media (max-width: 1024px) {
  .m__iframe__text {
    padding-right: 0;
    margin-bottom: 2em;
  }
}
.m__iframe__text h2 {
  color: #0096CF;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .m__iframe__text h2 {
    font-size: 24px;
  }
}
.m__iframe__text p {
  font-size: 18px;
}
.m__iframe__text ul {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5em;
  margin-top: 0.5em;
}
@media (max-width: 1024px) {
  .m__iframe__text ul {
    font-size: 16px;
  }
}
.m__iframe .iframe-container {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  min-height: 450px;
}
.m__iframe .iframe-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1024px) {
  .m__twoThirds--wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m__twoThirds .leftSide .l__contain, .m__twoThirds .leftSide .wp-block-columns, .m__twoThirds .leftSide .related.products,
.m__twoThirds .leftSide .upsells.products,
.m__twoThirds .leftSide .up-sells.products, .m__twoThirds .leftSide body.single-product .woocommerce-notices-wrapper, body.single-product .m__twoThirds .leftSide .woocommerce-notices-wrapper {
  padding: 0;
}
@media (max-width: 1024px) {
  .m__twoThirds__sidebar {
    padding-top: 2em;
  }
}
.m__twoThirds__sidebar .single__sidebar {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 21px 2em;
}
.m__twoThirds__support--listLinks {
  background-color: #F3F3F3;
  border-radius: 10px;
  padding: 2em;
}
@media (max-width: 1024px) {
  .m__twoThirds__support--listLinks {
    display: none;
  }
}
.m__twoThirds__support--listLinks h3 {
  margin-bottom: 1em;
}
.m__twoThirds__support--listLinks a {
  padding-top: 4px;
}
.m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
  width: 100%;
}
@media (max-width: 480px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    width: auto;
  }
}
@media (max-width: 480px) {
  .m__twoThirds__support.m__promoBlock .m__promoBlock--links a {
    width: 100%;
  }
}
.m__twoThirds__support.m__promoBlock .m__promoBlock--links a:first-child {
  margin-bottom: 7px;
}

.m__contact {
  position: relative;
  overflow: hidden;
}
.m__contact__block {
  overflow: hidden;
}
.m__contact__block p {
  margin-bottom: 0;
}
.m__contact__block a {
  font-size: 27px;
  line-height: 30px;
  display: block;
  margin-bottom: 1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.m__contact__block a:hover {
  color: #34354F;
}
@media (max-width: 1024px) {
  .m__contact__socials {
    margin-bottom: 2em;
  }
}
.m__contact__socials h3 {
  color: #4D5052;
}
.m__contact__socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m__contact__socials ul li {
  margin-right: 1em;
  width: 125px;
  margin-bottom: 0.2em;
}
.m__contact__socials ul li svg {
  height: 20px;
  width: 16px;
  fill: #34354F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin-right: 10px;
}
.m__contact__socials ul li .m__contact__socials__link {
  color: #34354F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__contact__socials ul li .m__contact__socials__link:hover {
  text-decoration: none;
  color: #0096CF;
}
.m__contact__socials ul li .m__contact__socials__link:hover svg {
  fill: #0096CF;
}
@media (max-width: 768px) {
  .m__contact input[type=submit] {
    width: 100%;
    min-width: 0;
  }
}
.m__contact .gform_validation_errors {
  display: none;
}
.m__contact .gform_footer {
  margin: 0 -7px;
}
.m__contact .gfield_validation_message {
  bottom: -26px;
}

.m__sidebarCTA {
  background-color: #34354F;
  -webkit-box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1098039216);
          box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1098039216);
  padding: 1.7em 1.9em;
  color: #fff;
  position: relative;
}
@media (min-width: 1025px) {
  .m__sidebarCTA {
    float: right;
    max-width: 320px;
  }
}
.m__sidebarCTA .m__sidebarCTA__image {
  margin-bottom: 22px;
}
.m__sidebarCTA .btn, .m__sidebarCTA body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__sidebarCTA .button#place_order, .m__sidebarCTA body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__sidebarCTA .button, .m__sidebarCTA body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__sidebarCTA button, .m__sidebarCTA body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__sidebarCTA button, .m__sidebarCTA body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__sidebarCTA button, .m__sidebarCTA body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__sidebarCTA .button, .m__sidebarCTA body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__sidebarCTA .button, .m__sidebarCTA .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__sidebarCTA .button,
.m__sidebarCTA .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .m__sidebarCTA .button, .m__sidebarCTA .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__sidebarCTA button#place_order,
.m__sidebarCTA .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .m__sidebarCTA button#place_order,
.m__sidebarCTA .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .m__sidebarCTA button#place_order, .m__sidebarCTA .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__sidebarCTA button:not(.wcwl_notice_dismiss), .m__sidebarCTA .gform_footer .gform_button, .gform_footer .m__sidebarCTA .gform_button,
.m__sidebarCTA .gform_footer input[type=submit],
.gform_footer .m__sidebarCTA input[type=submit], .m__sidebarCTA .m__form__centre .gform_button, .m__form__centre .m__sidebarCTA .gform_button,
.m__sidebarCTA .m__form__centre input[type=submit],
.m__form__centre .m__sidebarCTA input[type=submit] {
  width: 100%;
}
@media (min-width: 769px) and (max-width: 1024px) {
  .m__sidebarCTA .btn, .m__sidebarCTA body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__sidebarCTA .button#place_order, .m__sidebarCTA body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__sidebarCTA .button, .m__sidebarCTA body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__sidebarCTA button, .m__sidebarCTA body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__sidebarCTA button, .m__sidebarCTA body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__sidebarCTA button, .m__sidebarCTA body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__sidebarCTA .button, .m__sidebarCTA body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__sidebarCTA .button, .m__sidebarCTA .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__sidebarCTA .button,
  .m__sidebarCTA .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .m__sidebarCTA .button, .m__sidebarCTA .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__sidebarCTA button#place_order,
  .m__sidebarCTA .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .m__sidebarCTA button#place_order,
  .m__sidebarCTA .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .m__sidebarCTA button#place_order, .m__sidebarCTA .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__sidebarCTA button:not(.wcwl_notice_dismiss), .m__sidebarCTA .gform_footer .gform_button, .gform_footer .m__sidebarCTA .gform_button,
  .m__sidebarCTA .gform_footer input[type=submit],
  .gform_footer .m__sidebarCTA input[type=submit], .m__sidebarCTA .m__form__centre .gform_button, .m__form__centre .m__sidebarCTA .gform_button,
  .m__sidebarCTA .m__form__centre input[type=submit],
  .m__form__centre .m__sidebarCTA input[type=submit] {
    width: auto;
  }
}
.m__sidebarCTA h3 {
  color: #fff;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .m__sidebarCTA h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.m__sidebarCTA p {
  margin: 0;
}
.m__sidebarCTA a {
  margin-top: 22px;
}

.m__industryCards {
  position: relative;
  padding-bottom: 7em;
}
@media (max-width: 1024px) {
  .m__industryCards {
    background: linear-gradient(134.86deg, #C6E0FF 0%, rgba(255, 255, 255, 0) 100%);
    padding: 2.5em 0;
  }
}
.m__industryCards::before {
  content: "";
  position: absolute;
  width: 65%;
  height: 900px;
  background: linear-gradient(134.86deg, #C6E0FF 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
@media (max-width: 1024px) {
  .m__industryCards::before {
    display: none;
  }
}
.m__industryCards.animate::before {
  left: -100vw;
}
.m__industryCards.animate.active::before {
  left: 0;
}
.m__industryCards__wrap {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .m__industryCards__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 3em;
  }
}
.m__industryCards__slider {
  height: 100%;
  padding: 2em 0;
}
@media (max-width: 1024px) {
  .m__industryCards__slider {
    padding-bottom: 3em;
  }
}
.m__industryCards__slider .slick-arrow::before {
  background-image: url("../images/icons/red-circle-arrow.svg");
}
.m__industryCards__slider .slick-arrow.slick-next {
  right: -25px;
}
.m__industryCards__slider .slick-arrow.slick-prev {
  left: -25px;
}
.m__industryCards__slider .slick-dots {
  bottom: 0;
}
.m__industryCards__slider .slick-dots li {
  height: 11px;
  width: 11px;
}
.m__industryCards__slider .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.m__industryCards__slider .slick-dots li button {
  height: 11px;
  width: 11px;
  border: 1px solid #0096CF;
}
.m__industryCards__slider .slick-dots li.slick-active button {
  background-color: #0096CF;
}
.m__industryCards__slider .slick-list {
  overflow: visible;
  height: 100%;
}
@media (max-width: 1024px) {
  .m__industryCards__slider .slick-list {
    padding: 0 10% 0 0;
  }
}
.m__industryCards__slider .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
@media (max-width: 1024px) {
  .m__industryCards__slider .slick-list .slick-track {
    padding-right: 4em;
  }
}
.m__industryCards__slider.initial .slick-arrow.slick-prev {
  display: none !important;
}
.m__industryCards__item {
  height: 100%;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1098039216);
          box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1098039216);
  overflow: hidden;
}
.m__industryCards__item--img {
  height: 100%;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.m__industryCards__item--img::before {
  content: "";
  display: block;
  padding-top: 92%;
}
@media (max-width: 1024px) {
  .m__industryCards__item--img::before {
    padding-top: 50%;
  }
}
.m__industryCards__item--img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 62%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(216, 216, 216, 0)));
  background: linear-gradient(0deg, #000 0%, rgba(216, 216, 216, 0) 100%);
  z-index: 1;
}
.m__industryCards__item--img .content {
  position: relative;
  z-index: 2;
  padding: 0 2em 1.5em;
}
.m__industryCards__item--img .content h3 {
  color: #fff;
  margin: 0;
}
@media (max-width: 768px) {
  .m__industryCards__item--img .content {
    padding: 0 1em 1.5em;
  }
  .m__industryCards__item--img .content h3 {
    font-size: 16px;
    line-height: 17px;
  }
}
.m__industryCards__item__content {
  position: absolute;
  width: 100%;
  z-index: 3;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 2em 3em 2em 2em;
  opacity: 0;
}
.m__industryCards__item__content p {
  margin-bottom: 2em;
}
.m__industryCards__item .link-arrow {
  height: 26px;
  width: 26px;
  background-color: #0096CF;
  border-radius: 100%;
  position: absolute;
  bottom: 1.5em;
  right: 1.5em;
  z-index: 3;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.m__industryCards__item .link-arrow::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  background: url("../images/icons/white-arrow-right.svg") center/contain no-repeat;
  height: 14px;
  width: 14px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (min-width: 1025px) {
  .m__industryCards__item:hover .m__industryCards__item__content {
    opacity: 1;
  }
  .m__industryCards__item:hover .m__industryCards__item--img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .m__industryCards__item:hover .link-arrow {
    height: 36px;
    width: 36px;
  }
  .m__industryCards__item:hover .link-arrow::before {
    top: 7px;
    left: 9px;
    height: 20px;
    width: 20px;
  }
}
@media (min-width: 1025px) {
  .m__industryCards .l__row.mobile {
    display: none;
  }
}
@media (max-width: 1024px) {
  .m__industryCards .l__row.desktop {
    display: none;
  }
}

.m__productCategories {
  overflow: hidden;
  padding-bottom: 2em;
}
.m__productCategories__item {
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1098039216);
          box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.1098039216);
  padding: 3em 1.5em 2em;
  text-align: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
}
.m__productCategories__item svg {
  height: 60px;
  width: 60px;
  margin: 0 auto 1em;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.m__productCategories__item p {
  margin-bottom: 0;
  font-weight: 700;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  line-height: 20px;
}
.m__productCategories__item p span {
  position: relative;
}
@media (min-width: 1025px) {
  .m__productCategories__item p span {
    display: block;
  }
}
.m__productCategories__item p span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  background-color: #34354F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m__productCategories__item-hover {
  display: none;
}
.m__productCategories__item:hover {
  background-color: #0096CF;
}
.m__productCategories__item:hover p {
  color: #fff;
}
.m__productCategories__item:hover p span::after {
  width: 80px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .m__productCategories__item:hover p span::after {
    width: 100%;
  }
}
.m__productCategories__item:hover.hover > svg {
  display: none;
}
.m__productCategories__item:hover.hover .m__productCategories__item-hover {
  display: block;
}
.m__productCategories .slick-list {
  overflow: visible;
  margin: 0 -8.5px;
}
.m__productCategories .slick-list .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__productCategories .slick-list .slick-track .slick-slide {
  height: inherit;
  margin: 0 8.5px;
}
.m__productCategories .slick-arrow {
  height: 47px;
  width: 47px;
}
.m__productCategories .slick-arrow.slick-next {
  right: -23px;
}
.m__productCategories .slick-arrow.slick-prev {
  left: -21px;
}
@media (max-width: 768px) {
  .m__productCategories .slick-arrow {
    width: 29px;
    height: 29px;
  }
  .m__productCategories .slick-arrow:hover {
    height: 35px;
    width: 35px;
  }
}
.m__productCategories .slick-arrow::before {
  height: 100%;
  width: 100%;
  background-image: url("../images/icons/red-circle-arrow.svg");
}
@media (min-width: 1025px) {
  .m__productCategories .slick-arrow:hover {
    height: 52px;
    width: 52px;
  }
}
.m__productCategories .slick-dots {
  bottom: -3em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.m__productCategories .slick-dots li {
  width: 14px;
  height: 14px;
}
.m__productCategories .slick-dots li button {
  background-color: transparent;
  border: 2px solid #0096CF;
  height: 14px;
  width: 14px;
}
.m__productCategories .slick-dots li.slick-active button {
  background-color: #0096CF;
}
.m__productCategories .slick-slider.initial .slick-arrow.slick-prev {
  display: none !important;
}
@media (max-width: 1024px) {
  .m__productCategories .slick-slider {
    margin-bottom: 3em;
  }
}

.m__tabbedContent__inner {
  position: relative;
  width: 100%;
}
.m__tabbedContent__inner::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
  width: 100%;
  height: 3px;
  background-color: #F3F3F3;
}
.m__tabbedContent__title {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .m__tabbedContent__title {
    max-width: 55%;
  }
}
@media (max-width: 1024px) {
  .m__tabbedContent__title {
    padding: 0 20px;
  }
}
.m__tabbedContent__main {
  padding: 2em 0 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1024px) {
  .m__tabbedContent__main {
    padding: 0;
  }
}
.m__tabbedContent__mainContent {
  color: #4D5052;
}
.m__tabbedContent__mainContent .m__table .l__contain, .m__tabbedContent__mainContent .m__table .wp-block-columns, .m__tabbedContent__mainContent .m__table .related.products,
.m__tabbedContent__mainContent .m__table .upsells.products,
.m__tabbedContent__mainContent .m__table .up-sells.products, .m__tabbedContent__mainContent .m__table body.single-product .woocommerce-notices-wrapper, body.single-product .m__tabbedContent__mainContent .m__table .woocommerce-notices-wrapper {
  padding: 0;
}
.m__tabbedContent__wrap {
  position: relative;
}
@media (min-width: 1025px) {
  .m__tabbedContent__wrap.active::before {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .m__tabbedContent .m__tabs__bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .m__tabbedContent .m__tabs__bar {
    margin-bottom: 0;
  }
}
.m__tabbedContent .m__tabs__bar label {
  color: #34354F;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  padding: 0 1em;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__tabbedContent .m__tabs__bar label.active, .m__tabbedContent .m__tabs__bar label:hover {
  opacity: 1;
  background-color: #F3F3F3;
  border-radius: 8px 8px 0 0;
}
.m__tabbedContent .m__tabs__bar label::after {
  bottom: 0px;
}
@media (max-width: 1024px) {
  .m__tabbedContent .m__tabs__bar label {
    display: block;
  }
}
.m__tabbedContent .m__tabs__panel {
  padding: 4em 0;
  color: #34354F;
}
@media (min-width: 1025px) {
  .m__tabbedContent .m__tabs__panel {
    position: relative;
  }
}
.m__tabbedContent .m__tabs__panel h3 {
  margin-bottom: 16px;
}
@media (min-width: 1025px) {
  .m__tabbedContent .m__tabs__panel h3 {
    font-size: 25px;
    line-height: 27px;
  }
}
@media (max-width: 1024px) {
  .m__tabbedContent .m__tabs__panel a {
    display: inline-block;
    margin-top: 1.5em;
  }
}
.m__tabbedContent__bg {
  position: relative;
}
@media (max-width: 1024px) {
  .m__tabbedContent__bg {
    overflow: hidden;
    text-align: center;
    background: url("../images/backgrounds/tabbed-bg.svg") center/cover no-repeat;
  }
}
.m__tabbedContent__bg .bg {
  width: 280px;
  height: auto;
  position: relative;
  bottom: -7px;
}
@media (min-width: 1025px) {
  .m__tabbedContent__bg .bg {
    width: auto;
    height: 120%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .m__tabbedContent__bg .bg {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .m__tabbedContent .desktop {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .m__tabbedContent .m__tabs__slider {
    display: none;
  }
}
.m__tabbedContent .m__tabs__slider .slick-slide {
  min-width: 115px;
}
.m__tabbedContent .m__tabs__slider .slick-slide label {
  width: 100%;
}

.m__linkBlocks {
  padding-bottom: 2em;
}
.m__linkBlocks__top {
  position: relative;
}
.m__linkBlocks__top .slick-custom-navigation {
  position: absolute;
  right: -20px;
  bottom: 15px;
}
@media (min-width: 1025px) {
  .m__linkBlocks__top h2.mb {
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.m__linkBlocks .slick-list {
  overflow: visible;
}
@media (max-width: 768px) {
  .m__linkBlocks .l__gridmaintain {
    height: auto;
  }
}
@media (max-width: 768px) {
  .m__linkBlocks .l__bottom {
    margin-bottom: 14px;
  }
}
.m__linkBlocks .c__tease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
}
@media (min-width: 769px) {
  .m__linkBlocks .c__tease {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .m__linkBlocks .c__tease {
    height: auto;
  }
}
@media (max-width: 768px) {
  .m__linkBlocks .c__tease .c__tease__img {
    height: 100%;
  }
  .m__linkBlocks .c__tease .c__tease__img::before {
    padding-top: 87%;
  }
}
@media (max-width: 768px) {
  .m__linkBlocks .c__tease .c__tease__link {
    display: none;
  }
}
@media (max-width: 768px) {
  .m__linkBlocks .c__tease > a {
    width: 23%;
  }
}
@media (max-width: 768px) {
  .m__linkBlocks .c__tease .introduction {
    display: none;
  }
}
.m__linkBlocks .c__tease:not(.box-shadow) {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.m__linkBlocks .c__tease .c__tease__content h3 {
  color: #34354F;
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .m__linkBlocks .c__tease .c__tease__content h3 {
    color: #0096CF;
  }
}
@media (min-width: 769px) {
  .m__linkBlocks .c__tease .c__tease__content {
    padding: 25px 25px 109px;
  }
  .m__linkBlocks .c__tease .c__tease__content .btn, .m__linkBlocks .c__tease .c__tease__content body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__linkBlocks .c__tease .c__tease__content .button#place_order, .m__linkBlocks .c__tease .c__tease__content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__linkBlocks .c__tease .c__tease__content .button, .m__linkBlocks .c__tease .c__tease__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__linkBlocks .c__tease .c__tease__content button, .m__linkBlocks .c__tease .c__tease__content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__linkBlocks .c__tease .c__tease__content button, .m__linkBlocks .c__tease .c__tease__content body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__linkBlocks .c__tease .c__tease__content button, .m__linkBlocks .c__tease .c__tease__content body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__linkBlocks .c__tease .c__tease__content .button, .m__linkBlocks .c__tease .c__tease__content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__linkBlocks .c__tease .c__tease__content .button, .m__linkBlocks .c__tease .c__tease__content .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__linkBlocks .c__tease .c__tease__content .button,
  .m__linkBlocks .c__tease .c__tease__content .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .m__linkBlocks .c__tease .c__tease__content .button, .m__linkBlocks .c__tease .c__tease__content .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__linkBlocks .c__tease .c__tease__content button#place_order,
  .m__linkBlocks .c__tease .c__tease__content .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .m__linkBlocks .c__tease .c__tease__content button#place_order,
  .m__linkBlocks .c__tease .c__tease__content .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .m__linkBlocks .c__tease .c__tease__content button#place_order, .m__linkBlocks .c__tease .c__tease__content .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__linkBlocks .c__tease .c__tease__content button:not(.wcwl_notice_dismiss), .m__linkBlocks .c__tease .c__tease__content .gform_footer .gform_button, .gform_footer .m__linkBlocks .c__tease .c__tease__content .gform_button,
  .m__linkBlocks .c__tease .c__tease__content .gform_footer input[type=submit],
  .gform_footer .m__linkBlocks .c__tease .c__tease__content input[type=submit], .m__linkBlocks .c__tease .c__tease__content .m__form__centre .gform_button, .m__form__centre .m__linkBlocks .c__tease .c__tease__content .gform_button,
  .m__linkBlocks .c__tease .c__tease__content .m__form__centre input[type=submit],
  .m__form__centre .m__linkBlocks .c__tease .c__tease__content input[type=submit] {
    left: 25px;
    bottom: 25px;
    width: calc(100% - 50px);
  }
}
@media (max-width: 768px) {
  .m__linkBlocks .c__tease .c__tease__content {
    width: 77%;
    padding: 18px 20px 18px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .m__linkBlocks .c__tease .c__tease__content::before {
    content: "";
    display: block;
    background: url("../images/icons/arrow.svg") center/contain no-repeat;
    width: 20px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
  }
  .m__linkBlocks .c__tease .c__tease__content > a {
    width: 100%;
  }
  .m__linkBlocks .c__tease .c__tease__content h3 {
    margin-bottom: 0;
  }
}
.m__linkBlocks .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.m__linkBlocks .slick-slide {
  height: auto;
}

.m__linkBlocks .c__tease.type--cta .c__tease__links {
  margin-top: auto;
}

.m__recently-viewed.bg-blue {
  background-color: #0096CF;
  padding: 2.5em 0 1.25em;
}
.m__recently-viewed.bg-blue .m__featuredProducts-top {
  color: #fff;
}
.m__recently-viewed.bg-blue .m__featuredProducts-top h2 {
  color: #fff;
}
.m__recently-viewed .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__recently-viewed .slick-slider .slick-list {
  overflow: visible;
}
.m__recently-viewed .slick-slider .slick-list .slick-slide {
  height: inherit;
  margin-right: 0.75em;
}
.m__recently-viewed .slick-slider .slick-list .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
}
.m__recently-viewed .slick-slider .slick-list .slick-slide > div .product {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.m__recently-viewed .slick-slider .slick-next {
  right: -20px;
}
.m__recently-viewed .slick-slider .slick-prev {
  left: -20px;
}
.m__recently-viewed__featured-cards {
  overflow: hidden;
}
.m__recently-viewed__featured-cards .c__tease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m__recently-viewed__featured-cards .c__tease .type--red {
  font-size: 18.32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  color: #0096CF;
}
.m__recently-viewed .slick-custom-navigation {
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .m__recently-viewed .slick-custom-navigation.d-hide {
    display: none;
  }
}

.m__featuredProducts-tabs {
  overflow: hidden;
}
.m__featuredProducts-top {
  width: 100%;
}
@media (min-width: 1025px) {
  .m__featuredProducts-top h2 {
    min-width: 30%;
  }
}
.m__featuredProducts-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1025px) {
  .m__featuredProducts-labels {
    min-width: 70%;
  }
}
@media (min-width: 1025px) {
  .m__featuredProducts-labels {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .m__featuredProducts-labels {
    width: 100%;
  }
}
.m__featuredProducts-labels label {
  border-color: #fff;
  color: #0096CF;
  background-color: transparent;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 2em;
  min-height: 52px;
}
@media (max-width: 1024px) {
  .m__featuredProducts-labels label {
    display: none;
  }
}
.m__featuredProducts-labels label:last-of-type {
  margin-right: 0;
}
.m__featuredProducts-labels label::after {
  content: none;
}
.m__featuredProducts-labels label.active {
  border-color: #0096CF;
  color: #0096CF;
}
.m__featuredProducts-labels label:hover, .m__featuredProducts-labels label:focus {
  border-color: #0096CF;
  color: #0096CF;
}
.m__featuredProducts-labels .m__tabs__bar-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.m__featuredProducts-labels .m__tabs__bar-mobile label {
  display: block;
}
@media (min-width: 1025px) {
  .m__featuredProducts-labels .m__tabs__bar-mobile {
    display: none;
  }
}
.m__featuredProducts-item {
  opacity: 0;
  height: 0;
  z-index: -1;
  position: relative;
  top: 0;
}
.m__featuredProducts-item .c__shopWrap--shop {
  height: 0;
}
.m__featuredProducts-item.active {
  opacity: 1;
  z-index: 1;
  height: inherit;
}
.m__featuredProducts-item.active .c__shopWrap--shop {
  height: inherit;
}
.m__featuredProducts-items input[type=radio] {
  display: none;
}
.m__featuredProducts-items input[type=radio]:checked + .m__featuredProducts-item {
  opacity: 1;
  z-index: 1;
  height: inherit;
}
.m__featuredProducts-items input[type=radio]:checked + .m__featuredProducts-item .c__shopWrap--shop {
  height: inherit;
}
.m__featuredProducts-items .products .product {
  display: block !important;
}
.m__featuredProducts-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.m__stats__banner .m__stats__banner__stats p {
  color: #4D5052;
}
.m__stats__banner .m__stats__banner__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 10px;
}
@media (max-width: 1280px) {
  .m__stats__banner .m__stats__banner__stats {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.m__stats__banner .m__stats__banner__stats .m__stats__banner__stat {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media (max-width: 1280px) {
  .m__stats__banner .m__stats__banner__stats .m__stats__banner__stat {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px); /* Each item takes up 50% of the width minus the gap */
  }
}
@media (max-width: 1024px) {
  .m__stats__banner .m__stats__banner__stats .m__stats__banner__stat {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.m__stats__banner .m__stats__banner__stats .m__stats__banner__stat img {
  height: 63px;
  width: 63px;
  margin-bottom: 1.5em;
}
.m__stats__banner .m__stats__banner__stats .m__stats__banner__stat p {
  color: #4D5052;
  font-size: 26px;
  font-weight: 400;
  line-height: 27px;
}
@media (max-width: 1024px) {
  .m__stats__banner .m__stats__banner__stats .m__stats__banner__stat p {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 15px;
  }
}
.m__stats__banner .m__stats__banner__stats .m__stats__banner__stat h2 {
  font-size: 56px;
  font-weight: 700;
  line-height: 52px;
}
@media (max-width: 1024px) {
  .m__stats__banner .m__stats__banner__stats .m__stats__banner__stat h2 {
    font-size: 46px;
    line-height: 52px;
    margin-bottom: 20px;
  }
}
.m__stats__banner.grey-boxes .m__stats__banner__stats .m__stats__banner__stat {
  background-color: #F3F3F3;
}

.m__icon__cards .m__icon__cards__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 85px;
}
.m__icon__cards .m__icon__cards__inner p {
  color: #34354F;
}
@media (max-width: 1280px) {
  .m__icon__cards .m__icon__cards__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.m__icon__cards .m__icon__cards__inner .m__icon__cards__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
@media (max-width: 1280px) {
  .m__icon__cards .m__icon__cards__inner .m__icon__cards__card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
  }
}
@media (max-width: 1024px) {
  .m__icon__cards .m__icon__cards__inner .m__icon__cards__card {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.m__icon__cards .m__icon__cards__inner .m__icon__cards__card img {
  height: 52px;
  width: 52px;
  margin-bottom: 1.5em;
}
.m__icon__cards .m__icon__cards__inner .m__icon__cards__card p {
  color: #34354F;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.m__icon__cards .m__icon__cards__inner .m__icon__cards__card h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
  color: #34354F;
}
@media (max-width: 1024px) {
  .m__icon__cards .m__icon__cards__inner .m__icon__cards__card h2 {
    font-size: 22px;
    line-height: 28px;
  }
}

.m__single__stat__block {
  background: #34354F;
  padding: 4em 0;
}
@media (max-width: 768px) {
  .m__single__stat__block {
    padding: 4em 20px;
  }
}
.m__single__stat__block__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 4em 0;
}
@media (max-width: 768px) {
  .m__single__stat__block__stat {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m__single__stat__block__value, .m__single__stat__block__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}
@media (max-width: 768px) {
  .m__single__stat__block__value, .m__single__stat__block__text {
    width: 100% !important;
  }
}
.m__single__stat__block__text p {
  width: 60%;
  padding-left: 3em;
}
@media (max-width: 768px) {
  .m__single__stat__block__text p {
    width: 100%;
    padding-left: 0;
  }
}
.m__single__stat__block__value h2 {
  margin: 0;
  font-size: 200px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .m__single__stat__block__value h2 {
    font-size: 120px;
  }
}
.m__single__stat__block__text p {
  margin: 0;
  font-size: 30px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 768px) {
  .m__single__stat__block__text p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0.8em;
  }
}

.usp-intro {
  text-align: center;
  padding-bottom: 6em;
}
@media (max-width: 1024px) {
  .usp-intro {
    padding-bottom: 2em;
  }
}
.usp-intro .usp-intro__inner {
  padding: 0 6em;
}
@media (max-width: 1024px) {
  .usp-intro .usp-intro__inner {
    padding: 0 2em;
  }
}
.usp-intro h2 {
  color: #0096CF;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.1px;
}
@media (max-width: 1024px) {
  .usp-intro h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.m__upsBanner {
  background: center/cover;
  padding: 3.25em 0;
  padding-top: 10em;
  min-height: 600px;
  margin-top: 5em;
  position: relative;
}
@media (max-width: 1024px) {
  .m__upsBanner {
    padding: 2em 0;
    background-image: none !important;
    margin-top: unset;
    padding-top: 0;
  }
}
.m__upsBanner .l__contain, .m__upsBanner .wp-block-columns, .m__upsBanner .related.products,
.m__upsBanner .upsells.products,
.m__upsBanner .up-sells.products, .m__upsBanner body.single-product .woocommerce-notices-wrapper, body.single-product .m__upsBanner .woocommerce-notices-wrapper {
  position: relative;
  z-index: 2;
}
.m__upsBanner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), color-stop(35%, rgba(0, 0, 0, 0.3)), color-stop(75%, rgba(0, 0, 0, 0)));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 35%, rgba(0, 0, 0, 0) 75%);
}
@media (max-width: 1024px) {
  .m__upsBanner::before {
    content: none;
  }
}
.m__upsBanner .usp-card {
  background: #fff;
  border-radius: 8px;
  padding: 2em;
  text-align: left;
  -webkit-box-shadow: 0 4px 30px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px 20px rgba(0, 0, 0, 0.1);
  min-height: 250px;
  z-index: 10;
}
.m__upsBanner .usp-card h3 {
  color: #0096CF;
}
@media (min-width: 1025px) {
  .m__upsBanner .usp-card h3 {
    margin-bottom: 22px;
  }
}
@media (max-width: 1024px) {
  .m__upsBanner .usp-card {
    padding: 1em 2em;
    margin-bottom: 1.5em;
    min-height: unset;
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  }
}
.m__upsBanner .usp-card p:last-of-type {
  margin-bottom: 0em;
}
.m__upsBanner .usp-container {
  margin-top: -15em;
}
@media (max-width: 1024px) {
  .m__upsBanner .usp-container {
    margin-top: unset;
  }
}
.m__upsBanner .overarching-titles {
  text-align: center;
  padding: 0 8em;
}
.m__upsBanner .usp-footer {
  text-align: left;
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  margin-top: 6em;
}
@media (max-width: 1024px) {
  .m__upsBanner .usp-footer {
    margin-top: 2em;
  }
}
.m__upsBanner .usp-footer h2,
.m__upsBanner .usp-footer p {
  color: #fff;
}
@media (max-width: 1024px) {
  .m__upsBanner .usp-footer h2,
  .m__upsBanner .usp-footer p {
    color: unset;
  }
}
.m__upsBanner .usp-footer h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 37.1px;
}
@media (max-width: 1024px) {
  .m__upsBanner .usp-footer h2 {
    font-size: 24px;
    line-height: 37.1px;
    color: #0096CF;
  }
}
@media (min-width: 1025px) {
  .m__upsBanner .usp-footer .btn--secondary, .m__upsBanner .usp-footer .header-basket-minicart .woocommerce-mini-cart__buttons > .button:first-of-type, .header-basket-minicart .m__upsBanner .usp-footer .woocommerce-mini-cart__buttons > .button:first-of-type, .m__upsBanner .usp-footer .gform_footer .gform_button, .gform_footer .m__upsBanner .usp-footer .gform_button,
  .m__upsBanner .usp-footer .gform_footer input[type=submit],
  .gform_footer .m__upsBanner .usp-footer input[type=submit], .m__upsBanner .usp-footer .m__form__centre .gform_button, .m__form__centre .m__upsBanner .usp-footer .gform_button,
  .m__upsBanner .usp-footer .m__form__centre input[type=submit],
  .m__form__centre .m__upsBanner .usp-footer input[type=submit] {
    color: #0096CF;
    background: #fff;
    border: 1px solid #fff;
  }
}
@media (max-width: 1024px) {
  .m__upsBanner .usp-footer .btn--secondary, .m__upsBanner .usp-footer .header-basket-minicart .woocommerce-mini-cart__buttons > .button:first-of-type, .header-basket-minicart .m__upsBanner .usp-footer .woocommerce-mini-cart__buttons > .button:first-of-type, .m__upsBanner .usp-footer .gform_footer .gform_button, .gform_footer .m__upsBanner .usp-footer .gform_button,
  .m__upsBanner .usp-footer .gform_footer input[type=submit],
  .gform_footer .m__upsBanner .usp-footer input[type=submit], .m__upsBanner .usp-footer .m__form__centre .gform_button, .m__form__centre .m__upsBanner .usp-footer .gform_button,
  .m__upsBanner .usp-footer .m__form__centre input[type=submit],
  .m__form__centre .m__upsBanner .usp-footer input[type=submit] {
    color: #fff;
    background: #34354F;
    border: 1px solid #34354F;
  }
}
@media (min-width: 1025px) {
  .m__upsBanner .usp-footer .btn--secondary span:after, .m__upsBanner .usp-footer .header-basket-minicart .woocommerce-mini-cart__buttons > .button:first-of-type span:after, .header-basket-minicart .m__upsBanner .usp-footer .woocommerce-mini-cart__buttons > .button:first-of-type span:after, .m__upsBanner .usp-footer .gform_footer .gform_button span:after, .gform_footer .m__upsBanner .usp-footer .gform_button span:after,
  .m__upsBanner .usp-footer .gform_footer input[type=submit] span:after,
  .gform_footer .m__upsBanner .usp-footer input[type=submit] span:after, .m__upsBanner .usp-footer .m__form__centre .gform_button span:after, .m__form__centre .m__upsBanner .usp-footer .gform_button span:after,
  .m__upsBanner .usp-footer .m__form__centre input[type=submit] span:after,
  .m__form__centre .m__upsBanner .usp-footer input[type=submit] span:after {
    background: #0096CF;
  }
}
@media (max-width: 1024px) {
  .m__upsBanner .usp-footer .btn--secondary span:after, .m__upsBanner .usp-footer .header-basket-minicart .woocommerce-mini-cart__buttons > .button:first-of-type span:after, .header-basket-minicart .m__upsBanner .usp-footer .woocommerce-mini-cart__buttons > .button:first-of-type span:after, .m__upsBanner .usp-footer .gform_footer .gform_button span:after, .gform_footer .m__upsBanner .usp-footer .gform_button span:after,
  .m__upsBanner .usp-footer .gform_footer input[type=submit] span:after,
  .gform_footer .m__upsBanner .usp-footer input[type=submit] span:after, .m__upsBanner .usp-footer .m__form__centre .gform_button span:after, .m__form__centre .m__upsBanner .usp-footer .gform_button span:after,
  .m__upsBanner .usp-footer .m__form__centre input[type=submit] span:after,
  .m__form__centre .m__upsBanner .usp-footer input[type=submit] span:after {
    background: #fff;
  }
}
.m__upsBanner .usp-footer p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
@media (max-width: 1024px) {
  .m__upsBanner .usp-footer p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 1024px) {
  .m__upsBanner .usp-footer {
    text-align: center;
    margin-left: unset;
    margin-right: unset;
    max-width: 100%;
  }
}
.m__upsBanner .mobile-only-image {
  display: none;
}
@media (max-width: 1024px) {
  .m__upsBanner .mobile-only-image {
    display: block;
    width: 100%;
    margin-top: 2em;
  }
  .m__upsBanner .mobile-only-image img {
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 1024px) {
  .m__upsBanner .l__col:not(:last-of-type) .usp {
    margin-bottom: 1.5em;
  }
}
@media (min-width: 1025px) {
  .m__upsBanner .usp-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m__upsBanner .usp-container .l__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m__upsBanner .usp-container .l__col .l__col__evenpad {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .m__upsBanner .usp-container .l__col .l__col__evenpad .usp-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.m__linkCards, .m__categoryLinks {
  text-align: center;
}
.m__linkCards .c__tease, .m__categoryLinks .c__tease {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.m__linkCards .c__tease__img::before, .m__categoryLinks .c__tease__img::before {
  padding-top: 50%;
}
.m__linkCards .btn, .m__linkCards body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__linkCards .button#place_order, .m__linkCards body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__linkCards .button, .m__linkCards body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__linkCards button, .m__linkCards body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__linkCards button, .m__linkCards body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__linkCards button, .m__linkCards body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__linkCards .button, .m__linkCards body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__linkCards .button, .m__linkCards .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__linkCards .button,
.m__linkCards .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .m__linkCards .button, .m__linkCards .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__linkCards button#place_order,
.m__linkCards .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .m__linkCards button#place_order,
.m__linkCards .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .m__linkCards button#place_order, .m__linkCards .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__linkCards button:not(.wcwl_notice_dismiss), .m__linkCards .gform_footer .gform_button, .gform_footer .m__linkCards .gform_button,
.m__linkCards .gform_footer input[type=submit],
.gform_footer .m__linkCards input[type=submit], .m__linkCards .m__form__centre .gform_button, .m__form__centre .m__linkCards .gform_button,
.m__linkCards .m__form__centre input[type=submit],
.m__form__centre .m__linkCards input[type=submit], .m__categoryLinks .btn, .m__categoryLinks body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__categoryLinks .button#place_order, .m__categoryLinks body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__categoryLinks .button, .m__categoryLinks body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__categoryLinks button, .m__categoryLinks body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__categoryLinks button, .m__categoryLinks body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__categoryLinks button, .m__categoryLinks body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__categoryLinks .button, .m__categoryLinks body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__categoryLinks .button, .m__categoryLinks .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__categoryLinks .button,
.m__categoryLinks .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .m__categoryLinks .button, .m__categoryLinks .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__categoryLinks button#place_order,
.m__categoryLinks .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .m__categoryLinks button#place_order,
.m__categoryLinks .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .m__categoryLinks button#place_order, .m__categoryLinks .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__categoryLinks button:not(.wcwl_notice_dismiss), .m__categoryLinks .gform_footer .gform_button, .gform_footer .m__categoryLinks .gform_button,
.m__categoryLinks .gform_footer input[type=submit],
.gform_footer .m__categoryLinks input[type=submit], .m__categoryLinks .m__form__centre .gform_button, .m__form__centre .m__categoryLinks .gform_button,
.m__categoryLinks .m__form__centre input[type=submit],
.m__form__centre .m__categoryLinks input[type=submit] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  margin-bottom: 3em;
}
@media (max-width: 1366px) {
  .m__linkCards .btn, .m__linkCards body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__linkCards .button#place_order, .m__linkCards body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__linkCards .button, .m__linkCards body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__linkCards button, .m__linkCards body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__linkCards button, .m__linkCards body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__linkCards button, .m__linkCards body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__linkCards .button, .m__linkCards body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__linkCards .button, .m__linkCards .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__linkCards .button,
  .m__linkCards .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .m__linkCards .button, .m__linkCards .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__linkCards button#place_order,
  .m__linkCards .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .m__linkCards button#place_order,
  .m__linkCards .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .m__linkCards button#place_order, .m__linkCards .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__linkCards button:not(.wcwl_notice_dismiss), .m__linkCards .gform_footer .gform_button, .gform_footer .m__linkCards .gform_button,
  .m__linkCards .gform_footer input[type=submit],
  .gform_footer .m__linkCards input[type=submit], .m__linkCards .m__form__centre .gform_button, .m__form__centre .m__linkCards .gform_button,
  .m__linkCards .m__form__centre input[type=submit],
  .m__form__centre .m__linkCards input[type=submit], .m__categoryLinks .btn, .m__categoryLinks body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__categoryLinks .button#place_order, .m__categoryLinks body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__categoryLinks .button, .m__categoryLinks body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__categoryLinks button, .m__categoryLinks body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__categoryLinks button, .m__categoryLinks body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__categoryLinks button, .m__categoryLinks body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__categoryLinks .button, .m__categoryLinks body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__categoryLinks .button, .m__categoryLinks .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__categoryLinks .button,
  .m__categoryLinks .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .m__categoryLinks .button, .m__categoryLinks .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__categoryLinks button#place_order,
  .m__categoryLinks .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .m__categoryLinks button#place_order,
  .m__categoryLinks .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .m__categoryLinks button#place_order, .m__categoryLinks .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__categoryLinks button:not(.wcwl_notice_dismiss), .m__categoryLinks .gform_footer .gform_button, .gform_footer .m__categoryLinks .gform_button,
  .m__categoryLinks .gform_footer input[type=submit],
  .gform_footer .m__categoryLinks input[type=submit], .m__categoryLinks .m__form__centre .gform_button, .m__form__centre .m__categoryLinks .gform_button,
  .m__categoryLinks .m__form__centre input[type=submit],
  .m__form__centre .m__categoryLinks input[type=submit] {
    margin-bottom: 2em;
    min-width: unset;
    padding: 10px 2em;
    font-size: 16px;
  }
}

.m__linkBlocks_overlap {
  background-color: #0096CF;
  width: 100%;
  height: 12em;
  margin-top: -12em;
}

.m__linkBlocks {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  position: relative;
}
@media (max-width: 1024px) {
  .m__linkBlocks {
    padding: 0 20px;
  }
}
.m__linkBlocks .link-block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m__linkBlocks .l__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__linkBlocks .link-block-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  text-decoration: none;
  color: inherit;
}
.m__linkBlocks .link-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #F3F3F3;
  margin: 8px;
}
.m__linkBlocks .link-block-image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  max-width: 48%;
  position: relative;
}
.m__linkBlocks .link-block-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.m__linkBlocks .link-block-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 52%;
          flex: 1 1 52%;
  padding: 4em 2em 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
}
@media (min-width: 1367px) {
  .m__linkBlocks .link-block-content {
    padding-right: 4em;
  }
}
@media (max-width: 1024px) {
  .m__linkBlocks .link-block-content {
    padding: 1.5em 1.5em;
  }
}
.m__linkBlocks .link-block-content h3 {
  margin: 0 0 0.5em;
  font-size: 22px;
  color: #0096CF;
  margin-top: 0;
  margin-bottom: 1.3em;
}
@media (max-width: 1024px) {
  .m__linkBlocks .link-block-content h3 {
    margin-bottom: 1em;
    font-size: 20px;
  }
}
.m__linkBlocks .link-block-content p {
  margin: 0 0 1em;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .m__linkBlocks .link-block-content p {
    display: none;
  }
}
.m__linkBlocks .link-block-content .btn, .m__linkBlocks .link-block-content body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__linkBlocks .link-block-content .button#place_order, .m__linkBlocks .link-block-content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__linkBlocks .link-block-content .button, .m__linkBlocks .link-block-content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__linkBlocks .link-block-content button, .m__linkBlocks .link-block-content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__linkBlocks .link-block-content button, .m__linkBlocks .link-block-content body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__linkBlocks .link-block-content button, .m__linkBlocks .link-block-content body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__linkBlocks .link-block-content .button, .m__linkBlocks .link-block-content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__linkBlocks .link-block-content .button, .m__linkBlocks .link-block-content .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__linkBlocks .link-block-content .button,
.m__linkBlocks .link-block-content .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .m__linkBlocks .link-block-content .button, .m__linkBlocks .link-block-content .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__linkBlocks .link-block-content button#place_order,
.m__linkBlocks .link-block-content .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .m__linkBlocks .link-block-content button#place_order,
.m__linkBlocks .link-block-content .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .m__linkBlocks .link-block-content button#place_order, .m__linkBlocks .link-block-content .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__linkBlocks .link-block-content button:not(.wcwl_notice_dismiss), .m__linkBlocks .link-block-content .gform_footer .gform_button, .gform_footer .m__linkBlocks .link-block-content .gform_button,
.m__linkBlocks .link-block-content .gform_footer input[type=submit],
.gform_footer .m__linkBlocks .link-block-content input[type=submit], .m__linkBlocks .link-block-content .m__form__centre .gform_button, .m__form__centre .m__linkBlocks .link-block-content .gform_button,
.m__linkBlocks .link-block-content .m__form__centre input[type=submit],
.m__form__centre .m__linkBlocks .link-block-content input[type=submit] {
  -ms-flex-item-align: start;
      align-self: flex-start;
  font-size: 18px;
  margin-top: 1.5em;
}
@media (max-width: 1024px) {
  .m__linkBlocks .link-block-content .btn, .m__linkBlocks .link-block-content body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__linkBlocks .link-block-content .button#place_order, .m__linkBlocks .link-block-content body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__linkBlocks .link-block-content .button, .m__linkBlocks .link-block-content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__linkBlocks .link-block-content button, .m__linkBlocks .link-block-content body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__linkBlocks .link-block-content button, .m__linkBlocks .link-block-content body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__linkBlocks .link-block-content button, .m__linkBlocks .link-block-content body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__linkBlocks .link-block-content .button, .m__linkBlocks .link-block-content body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__linkBlocks .link-block-content .button, .m__linkBlocks .link-block-content .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__linkBlocks .link-block-content .button,
  .m__linkBlocks .link-block-content .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td .m__linkBlocks .link-block-content .button, .m__linkBlocks .link-block-content .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__linkBlocks .link-block-content button#place_order,
  .m__linkBlocks .link-block-content .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment .m__linkBlocks .link-block-content button#place_order,
  .m__linkBlocks .link-block-content .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment .m__linkBlocks .link-block-content button#place_order, .m__linkBlocks .link-block-content .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__linkBlocks .link-block-content button:not(.wcwl_notice_dismiss), .m__linkBlocks .link-block-content .gform_footer .gform_button, .gform_footer .m__linkBlocks .link-block-content .gform_button,
  .m__linkBlocks .link-block-content .gform_footer input[type=submit],
  .gform_footer .m__linkBlocks .link-block-content input[type=submit], .m__linkBlocks .link-block-content .m__form__centre .gform_button, .m__form__centre .m__linkBlocks .link-block-content .gform_button,
  .m__linkBlocks .link-block-content .m__form__centre input[type=submit],
  .m__form__centre .m__linkBlocks .link-block-content input[type=submit] {
    margin-top: 1em;
    font-size: 16px;
  }
}

.m__testimonials {
  position: relative;
}
.m__testimonials .testimonial-headings {
  padding: 0 8em;
}
@media (max-width: 1024px) {
  .m__testimonials .testimonial-headings {
    padding: 0 1em;
  }
}
.m__testimonials .testimonial-headings h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  color: #0096CF;
  line-height: 57px;
}
@media (max-width: 1024px) {
  .m__testimonials .testimonial-headings h2 {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.1px;
  }
}
.m__testimonials .slick-dots {
  position: static;
  margin-top: 2em;
}
.m__testimonials .slick-slider {
  margin-top: 3.5em;
}
@media (max-width: 1024px) {
  .m__testimonials .slick-slider {
    margin-top: 1em;
  }
}
.m__testimonials .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.m__testimonials__item {
  border: 1px solid #D8D8D8;
  padding: 2em;
  margin: 0 8px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #42454A;
  padding-top: 4.5em;
}
@media (max-width: 1024px) {
  .m__testimonials__item {
    padding: 3.5em 1em;
  }
}
.m__testimonials__item h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.m__testimonials__item .author, .m__testimonials__item .role {
  margin-bottom: 0;
  font-weight: 400;
  text-align: left;
}
.m__testimonials__item .author {
  font-size: 16px;
}
.m__testimonials__item .role {
  font-size: 14px;
}
.m__testimonials .testimonial-slider-arrows {
  margin-top: 4em;
  text-align: center;
}
.m__testimonials .testimonial-slider-arrows .slick-prev,
.m__testimonials .testimonial-slider-arrows .slick-next {
  position: static !important;
  display: inline-block;
  margin: 0 10px;
  font-size: 1.5em;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background: #F3F3F3;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.m__testimonials .testimonial-slider-arrows .slick-prev::before,
.m__testimonials .testimonial-slider-arrows .slick-next::before {
  background: url("../images/icons/testimonial-arrow.svg") center/contain no-repeat;
}
.m__testimonials .testimonial-slider-arrows .slick-prev:hover,
.m__testimonials .testimonial-slider-arrows .slick-next:hover {
  background: #0096CF;
}
.m__testimonials .testimonial-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-top: auto;
  margin-top: 4em;
}
.m__testimonials .testimonial-image img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m__testimonials .testimonial-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: center;
}
.m__testimonials .testimonial-content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.video-banner {
  overflow: hidden;
  position: relative;
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 60px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .video-banner {
    padding: 0 20px;
  }
}
.video-banner .m__carousel__wrap {
  position: relative;
  width: 80%;
}
@media (max-width: 1024px) {
  .video-banner .m__carousel__wrap {
    width: 100%;
  }
}
.video-banner .m__carousel__item {
  min-height: 550px;
  position: relative;
}
@media (max-width: 1024px) {
  .video-banner .m__carousel__item {
    min-height: 350px;
  }
}
.video-banner .video-supporting-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  padding: 2.5em 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .video-banner .video-supporting-banner {
    padding: 1.5em 0;
  }
}
.video-banner .video-supporting-banner .video-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 2em;
}
@media (max-width: 768px) {
  .video-banner .video-supporting-banner .video-banner-content {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1em;
  }
}
.video-banner .video-supporting-banner .video-banner-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 768px) {
  .video-banner .video-supporting-banner .video-banner-text {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.video-banner .video-supporting-banner .video-banner-text .title {
  color: #fff;
  margin: 0;
  font-size: 74px;
  font-weight: 700;
  line-height: 84px;
}
@media (max-width: 1024px) {
  .video-banner .video-supporting-banner .video-banner-text .title {
    font-size: 32px;
    line-height: 38px;
  }
}
.video-banner .video-supporting-banner .video-banner-text .text {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 1em;
}
@media (max-width: 1024px) {
  .video-banner .video-supporting-banner .video-banner-text .text {
    font-size: 18px;
    line-height: 22px;
  }
}
.video-banner .video-supporting-banner .video-banner-cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .video-banner .video-supporting-banner .video-banner-cta {
    width: 100%;
    margin-top: 1em;
  }
}
.video-banner .video-supporting-banner .video-banner-cta .play-btn {
  position: relative;
}

.m__table {
  position: relative;
  font-size: 16x;
  line-height: 40px;
  color: #34354F;
}
.m__table .m__table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__table .m__table__item picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2em;
}
@media (max-width: 1024px) {
  .m__table .m__table__item picture {
    margin-left: 1em;
  }
}

.m__sections.app-banner {
  padding: 3em 0;
  position: relative;
}
.m__sections.app-banner.c__block {
  margin-bottom: 10em !important;
}
.m__sections.app-banner.c__block--small {
  margin-bottom: 2em !important;
}
.m__sections.app-banner .m__section__content {
  color: #34354F;
  z-index: 5;
  padding: 4em 8em;
}
@media (max-width: 1024px) {
  .m__sections.app-banner .m__section__content {
    padding: 4em 2em 1em 2em;
  }
}
.m__sections.app-banner .m__section__content h1, .m__sections.app-banner .m__section__content h2, .m__sections.app-banner .m__section__content h3, .m__sections.app-banner .m__section__content h4 {
  color: #34354F;
}
.m__sections.app-banner .m__section__content h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .m__sections.app-banner .m__section__content h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
}
.m__sections.app-banner .m__section__content p {
  margin-bottom: unset;
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}
.m__sections.app-banner .app-banner__inner {
  background-color: #34354F;
  border-radius: 8px;
  overflow: visible;
}
@media (max-width: 1024px) {
  .m__sections.app-banner .m__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m__sections.app-banner .m__section .m__section__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 2em;
  }
  .m__sections.app-banner .m__section .m__section__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.m__sections.app-banner .m__section__image {
  min-height: 465px;
  margin-top: -75px;
  margin-bottom: -110px;
  overflow: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2em;
}
.m__sections.app-banner .m__section__image .m__section__image-wrap {
  width: 100%;
}
.m__sections.app-banner .m__section__image [data-bkimage] {
  background-color: transparent !important;
}
.m__sections.app-banner .m__section__image [data-bkimage]::before {
  padding-top: 80%;
}
@media (max-width: 1024px) {
  .m__sections.app-banner .m__section__image {
    margin-bottom: 1em;
    margin-top: 0;
    min-height: auto;
  }
  .m__sections.app-banner .m__section__image .m__section__image-wrap {
    min-height: 250px;
  }
}
.m__sections.app-banner .app-badges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  margin-top: 1em;
}
.m__sections.app-banner .app-badges picture {
  display: block;
}
.m__sections.app-banner .app-badges picture img {
  height: auto;
  width: auto;
  max-height: 60px;
  display: block;
}
@media (max-width: 768px) {
  .m__sections.app-banner .app-badges {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m__sections.app-banner .app-badges picture img {
    max-height: 40px;
  }
}

#calculator-form .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2.5em;
}
@media (max-width: 1024px) {
  #calculator-form .form-container {
    display: block;
  }
}
#calculator-form .form-container .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#calculator-form .form-container .form-row label {
  color: #4D5052;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
}
#calculator-form .form-container .form-row input[type=number] {
  padding: 10px 20px;
  border-radius: 15px;
  min-width: 315px;
  background: #F3F3F3;
  min-height: 61px;
  border: none;
}
@media (max-width: 1024px) {
  #calculator-form .form-container .form-row input[type=number] {
    min-width: unset;
    margin-bottom: 1em;
  }
}
#calculator-form .calculator__result-item h2 {
  font-size: 31px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
#calculator-form .calculator__result-item input {
  border: 1px solid #34354F !important;
}
#calculator-form .btn, #calculator-form body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment #calculator-form .button#place_order, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content #calculator-form .button, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm #calculator-form button, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields #calculator-form button, #calculator-form body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon #calculator-form button, #calculator-form body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment #calculator-form .button, #calculator-form body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last #calculator-form .button, #calculator-form .woocommerce table.shop_table th .button, .woocommerce table.shop_table th #calculator-form .button,
#calculator-form .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td #calculator-form .button, #calculator-form .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment #calculator-form button#place_order,
#calculator-form .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment #calculator-form button#place_order,
#calculator-form .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment #calculator-form button#place_order, #calculator-form .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary #calculator-form button:not(.wcwl_notice_dismiss), #calculator-form .gform_footer .gform_button, .gform_footer #calculator-form .gform_button,
#calculator-form .gform_footer input[type=submit],
.gform_footer #calculator-form input[type=submit], #calculator-form .m__form__centre .gform_button, .m__form__centre #calculator-form .gform_button,
#calculator-form .m__form__centre input[type=submit],
.m__form__centre #calculator-form input[type=submit] {
  margin-left: 1em;
}
@media (min-width: 1025px) {
  #calculator-form .btn, #calculator-form body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment #calculator-form .button#place_order, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content #calculator-form .button, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm #calculator-form button, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields #calculator-form button, #calculator-form body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon #calculator-form button, #calculator-form body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment #calculator-form .button, #calculator-form body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last #calculator-form .button, #calculator-form .woocommerce table.shop_table th .button, .woocommerce table.shop_table th #calculator-form .button,
  #calculator-form .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td #calculator-form .button, #calculator-form .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment #calculator-form button#place_order,
  #calculator-form .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment #calculator-form button#place_order,
  #calculator-form .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment #calculator-form button#place_order, #calculator-form .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary #calculator-form button:not(.wcwl_notice_dismiss), #calculator-form .gform_footer .gform_button, .gform_footer #calculator-form .gform_button,
  #calculator-form .gform_footer input[type=submit],
  .gform_footer #calculator-form input[type=submit], #calculator-form .m__form__centre .gform_button, .m__form__centre #calculator-form .gform_button,
  #calculator-form .m__form__centre input[type=submit],
  .m__form__centre #calculator-form input[type=submit] {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  #calculator-form .btn, #calculator-form body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment #calculator-form .button#place_order, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content #calculator-form .button, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm #calculator-form button, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields #calculator-form button, #calculator-form body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon #calculator-form button, #calculator-form body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment #calculator-form .button, #calculator-form body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last #calculator-form .button, #calculator-form .woocommerce table.shop_table th .button, .woocommerce table.shop_table th #calculator-form .button,
  #calculator-form .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td #calculator-form .button, #calculator-form .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment #calculator-form button#place_order,
  #calculator-form .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment #calculator-form button#place_order,
  #calculator-form .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment #calculator-form button#place_order, #calculator-form .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary #calculator-form button:not(.wcwl_notice_dismiss), #calculator-form .gform_footer .gform_button, .gform_footer #calculator-form .gform_button,
  #calculator-form .gform_footer input[type=submit],
  .gform_footer #calculator-form input[type=submit], #calculator-form .m__form__centre .gform_button, .m__form__centre #calculator-form .gform_button,
  #calculator-form .m__form__centre input[type=submit],
  .m__form__centre #calculator-form input[type=submit] {
    margin-left: unset;
    margin-top: 1em;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 768px) {
  #calculator-form .btn, #calculator-form body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment #calculator-form .button#place_order, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content #calculator-form .button, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm #calculator-form button, #calculator-form body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields #calculator-form button, #calculator-form body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon #calculator-form button, #calculator-form body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment #calculator-form .button, #calculator-form body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last #calculator-form .button, #calculator-form .woocommerce table.shop_table th .button, .woocommerce table.shop_table th #calculator-form .button,
  #calculator-form .woocommerce table.shop_table td .button,
  .woocommerce table.shop_table td #calculator-form .button, #calculator-form .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment #calculator-form button#place_order,
  #calculator-form .woocommerce .woocommerce-cart #payment button#place_order,
  .woocommerce .woocommerce-cart #payment #calculator-form button#place_order,
  #calculator-form .woocommerce .woocommerce-checkout #payment button#place_order,
  .woocommerce .woocommerce-checkout #payment #calculator-form button#place_order, #calculator-form .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary #calculator-form button:not(.wcwl_notice_dismiss), #calculator-form .gform_footer .gform_button, .gform_footer #calculator-form .gform_button,
  #calculator-form .gform_footer input[type=submit],
  .gform_footer #calculator-form input[type=submit], #calculator-form .m__form__centre .gform_button, .m__form__centre #calculator-form .gform_button,
  #calculator-form .m__form__centre input[type=submit],
  .m__form__centre #calculator-form input[type=submit] {
    width: 100%;
  }
}
#calculator-form .btn--border {
  border-radius: 90px;
  color: #34354F;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  min-height: unset;
}
@media (min-width: 1025px) {
  #calculator-form .btn--border {
    width: 220px;
    padding: 10px 2em;
  }
}
#calculator-form .btn--border:hover {
  color: #fff;
}

.calculator .required-amount p {
  color: #34354F;
  font-size: 22px;
  font-weight: bold;
  line-height: 33px;
  margin-bottom: 10px;
}

.form-heading {
  color: #0096CF;
  margin-bottom: 1.5em;
}

.d-none {
  display: none;
}

.m__categoryLinks {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m__categoryLinks .l__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.m__categoryLinks .l__row__colCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .m__categoryLinks .l__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m__categoryLinks .l__row::before {
  content: none;
}
.m__categoryLinks .l__row::after {
  content: none;
}
@media (min-width: 1025px) {
  .m__categoryLinks .desktop-only-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1024px) {
  .m__categoryLinks .desktop-only-center {
    display: block !important;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.m__categoryLinks.overlap {
  margin-top: -3em;
}
@media (min-width: 1025px) {
  .m__categoryLinks.overlap {
    margin-top: -10em;
  }
}
.m__categoryLinks .category-link-card {
  padding: 1em 1em 0;
  border-radius: 8px;
  border: 2px solid #F3F3F3;
  background: #fff;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1024px) {
  .m__categoryLinks .category-link-card {
    margin-bottom: 0;
  }
}
.m__categoryLinks .category-link-card .btn, .m__categoryLinks .category-link-card body.woocommerce-account .woocommerce #add_payment_method #payment .button#place_order, body.woocommerce-account .woocommerce #add_payment_method #payment .m__categoryLinks .category-link-card .button#place_order, .m__categoryLinks .category-link-card body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .button, body.woocommerce-account .woocommerce .c__accountWrap:not(.dashboard) .woocommerce-MyAccount-content .m__categoryLinks .category-link-card .button, .m__categoryLinks .category-link-card body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-EditAccountForm .m__categoryLinks .category-link-card button, .m__categoryLinks .category-link-card body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields button, body.woocommerce-account .woocommerce .c__accountWrap .woocommerce-MyAccount-content .woocommerce-address-fields .m__categoryLinks .category-link-card button, .m__categoryLinks .category-link-card body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon button, body.woocommerce-cart .woocommerce:not(.dgwt-wcas-search-wrapp) .coupon .m__categoryLinks .category-link-card button, .m__categoryLinks .category-link-card body.woocommerce-checkout #payment .button, body.woocommerce-checkout #payment .m__categoryLinks .category-link-card .button, .m__categoryLinks .category-link-card body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .button, body.woocommerce-checkout form.woocommerce-form-coupon p.form-row-last .m__categoryLinks .category-link-card .button, .m__categoryLinks .category-link-card .woocommerce table.shop_table th .button, .woocommerce table.shop_table th .m__categoryLinks .category-link-card .button,
.m__categoryLinks .category-link-card .woocommerce table.shop_table td .button,
.woocommerce table.shop_table td .m__categoryLinks .category-link-card .button, .m__categoryLinks .category-link-card .woocommerce #add_payment_method #payment button#place_order, .woocommerce #add_payment_method #payment .m__categoryLinks .category-link-card button#place_order,
.m__categoryLinks .category-link-card .woocommerce .woocommerce-cart #payment button#place_order,
.woocommerce .woocommerce-cart #payment .m__categoryLinks .category-link-card button#place_order,
.m__categoryLinks .category-link-card .woocommerce .woocommerce-checkout #payment button#place_order,
.woocommerce .woocommerce-checkout #payment .m__categoryLinks .category-link-card button#place_order, .m__categoryLinks .category-link-card .c__productWrap .entry-summary button:not(.wcwl_notice_dismiss), .c__productWrap .entry-summary .m__categoryLinks .category-link-card button:not(.wcwl_notice_dismiss), .m__categoryLinks .category-link-card .gform_footer .gform_button, .gform_footer .m__categoryLinks .category-link-card .gform_button,
.m__categoryLinks .category-link-card .gform_footer input[type=submit],
.gform_footer .m__categoryLinks .category-link-card input[type=submit], .m__categoryLinks .category-link-card .m__form__centre .gform_button, .m__form__centre .m__categoryLinks .category-link-card .gform_button,
.m__categoryLinks .category-link-card .m__form__centre input[type=submit],
.m__form__centre .m__categoryLinks .category-link-card input[type=submit] {
  margin-top: auto;
}
.m__categoryLinks h3 {
  color: #0096CF;
  margin-bottom: 1.8em;
}
@media (min-width: 1025px) {
  .m__categoryLinks h3 {
    font-size: 24px;
  }
}
.m__categoryLinks .category-link-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.m__categoryLinks .category-link-image img {
  max-height: 135px;
  width: auto;
  height: auto;
  display: block;
}
