/* line 9, ../../scss/utils/_reset.scss */
body {
  margin: 0;
  font-family: "Lato", Georgia, Times, serif;
}

/* line 18, ../../scss/utils/_reset.scss */
body,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0;
}

/* line 33, ../../scss/utils/_reset.scss */
article, aside, details, figcaption, figure, footer,
header, main, nav, section, summary {
  display: block;
}

/* line 41, ../../scss/utils/_reset.scss */
audio, canvas,
progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 52, ../../scss/utils/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 64, ../../scss/utils/_reset.scss */
a {
  background: transparent;
}

/* line 71, ../../scss/utils/_reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 82, ../../scss/utils/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 88, ../../scss/utils/_reset.scss */
b,
strong {
  font-weight: bold;
}

/* line 95, ../../scss/utils/_reset.scss */
dfn {
  font-style: italic;
}

/* line 101, ../../scss/utils/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 108, ../../scss/utils/_reset.scss */
small {
  font-size: 80%;
}

/* line 114, ../../scss/utils/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 122, ../../scss/utils/_reset.scss */
sup {
  top: -0.5em;
}

/* line 126, ../../scss/utils/_reset.scss */
sub {
  bottom: -0.25em;
}

/* line 136, ../../scss/utils/_reset.scss */
img {
  border: 0;
}

/* line 142, ../../scss/utils/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 152, ../../scss/utils/_reset.scss */
figure {
  margin: 1em 40px;
}

/* line 158, ../../scss/utils/_reset.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 166, ../../scss/utils/_reset.scss */
pre {
  overflow: auto;
}

/* line 172, ../../scss/utils/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 192, ../../scss/utils/_reset.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 204, ../../scss/utils/_reset.scss */
button {
  overflow: visible;
}

/* line 213, ../../scss/utils/_reset.scss */
button,
select {
  text-transform: none;
}

/* line 224, ../../scss/utils/_reset.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 234, ../../scss/utils/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 241, ../../scss/utils/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 250, ../../scss/utils/_reset.scss */
input {
  line-height: normal;
}

/* line 260, ../../scss/utils/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 270, ../../scss/utils/_reset.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 279, ../../scss/utils/_reset.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* line 290, ../../scss/utils/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 297, ../../scss/utils/_reset.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 306, ../../scss/utils/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 313, ../../scss/utils/_reset.scss */
textarea {
  overflow: auto;
}

/* line 320, ../../scss/utils/_reset.scss */
optgroup {
  font-weight: bold;
}

/* line 330, ../../scss/utils/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 335, ../../scss/utils/_reset.scss */
td,
th {
  padding: 0;
}

/* line 341, ../../scss/utils/_reset.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
}

/* line 10, ../../scss/utils/_helpers.scss */
.clearfix:after, .cf:after {
  content: "";
  display: table;
  clear: both;
}

/* line 21, ../../scss/utils/_helpers.scss */
.skip-link {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px;
}

/* line 34, ../../scss/utils/_helpers.scss */
h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin-bottom: 18px;
}
/* line 41, ../../scss/utils/_helpers.scss */
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
ul:last-child, ol:last-child, dl:last-child,
blockquote:last-child, p:last-child, address:last-child,
table:last-child,
fieldset:last-child, figure:last-child,
pre:last-child {
  margin-bottom: 0;
}

/* line 48, ../../scss/utils/_helpers.scss */
ul, ol, dd {
  margin-left: 36px;
}

/* line 56, ../../scss/utils/_helpers.scss */
.sep {
  margin: 0 9px;
}

/* line 60, ../../scss/utils/_helpers.scss */
body {
  font-weight: 400;
}

/* line 160, ../../scss/utils/_grid.scss */
.container {
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 138, ../../scss/utils/_grid.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 22, ../../scss/_settings.scss */
.container {
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1em;
  padding-right: 1em;
  width: 1150px;
  padding: 0 10px;
}
/* line 138, ../../scss/utils/_grid.scss */
.container:after {
  content: "";
  display: table;
  clear: both;
}

/* line 9, ../../scss/base/_base.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../scss/base/_base.scss */
html {
  font-family: "Lato", sans-serif;
  background-color: #fff;
  color: #000000;
  overflow-y: scroll;
  height: 100%;
}

/* line 30, ../../scss/base/_base.scss */
body {
  min-height: 100%;
}

/* line 38, ../../scss/base/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  color: #1d579d;
  font-weight: 300;
}

/* line 45, ../../scss/base/_base.scss */
h1, .h1 {
  font-size: 36px;
  line-height: 42px;
}

/* line 46, ../../scss/base/_base.scss */
h2, .h2 {
  font-size: 30px;
  line-height: 36px;
}

/* line 47, ../../scss/base/_base.scss */
h3, .h3 {
  font-size: 24px;
  line-height: 30px;
}

/* line 48, ../../scss/base/_base.scss */
h4, .h4 {
  font-size: 18px;
  line-height: 24px;
}

/* line 49, ../../scss/base/_base.scss */
h5, .h5 {
  font-size: 14px;
  line-height: 20px;
}

/* line 50, ../../scss/base/_base.scss */
h6, .h6 {
  font-size: 12px;
  line-height: 18px;
}

/* line 56, ../../scss/base/_base.scss */
.lede, .lead {
  font-size: 18px;
  line-height: 24px;
}

/* line 64, ../../scss/base/_base.scss */
img {
  max-width: 100%;
  font-style: italic;
  height: auto;
}

/* line 74, ../../scss/base/_base.scss */
a, a:visited {
  color: #1d579d;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
  font-weight: 600;
}
/* line 79, ../../scss/base/_base.scss */
a i, a:visited i {
  transition: color 0.3s ease-in-out;
}

/* line 84, ../../scss/base/_base.scss */
a:hover,
a:focus {
  color: #153f72;
}

/* line 97, ../../scss/base/_base.scss */
li > ul,
li > ol {
  margin-bottom: 0;
}

/* line 106, ../../scss/base/_base.scss */
.unstyled {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 116, ../../scss/base/_base.scss */
code {
  background: #f5f2f0;
  border: 1px solid #e6e6e6;
  color: #000000;
  padding: 1.66667px 5px;
  font-family: Monaco, Verdana, "Dejavu Sans", sans-serif;
  border-radius: 3px;
  white-space: nowrap;
  font-size: inherit;
}

/* line 128, ../../scss/base/_base.scss */
kbd {
  background: #000000;
  color: white;
  padding: 1.66667px 5px;
  font-family: Monaco, Verdana, "Dejavu Sans", sans-serif;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px;
}

/* line 137, ../../scss/base/_base.scss */
pre {
  display: block;
  overflow: auto;
  max-width: 500px;
  word-break: break-all;
  /* webkit */
  word-wrap: break-word;
  white-space: pre;
  white-space: -moz-pre-wrap;
  /* fennec */
  white-space: pre-wrap;
  white-space: pre\9;
  /* IE7+ */
  padding-top: 18px;
  color: #000000;
  background: #f5f2f0;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
}
/* line 153, ../../scss/base/_base.scss */
pre > :last-child {
  margin-bottom: 0;
}

/* line 162, ../../scss/base/_base.scss */
table {
  border-collapse: collapse;
  margin: 9px 0;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 18px;
}

/* line 170, ../../scss/base/_base.scss */
th {
  border: 1px solid #e2e2e2;
  font-weight: bold;
  padding: 9px 0;
  text-align: left;
  padding: 9px;
  color: #000000;
}

/* line 179, ../../scss/base/_base.scss */
td {
  border: 1px solid #e2e2e2;
  padding: 9px 0;
  padding: 9px;
}

/* line 185, ../../scss/base/_base.scss */
tr, td, th {
  vertical-align: middle;
}

/* line 193, ../../scss/base/_base.scss */
fieldset {
  background: none;
  border: 1px solid #e2e2e2;
  padding: 18px;
  margin-bottom: 18px;
}
/* line 199, ../../scss/base/_base.scss */
fieldset legend {
  padding: 0 9px;
  color: #000000;
}

/* line 205, ../../scss/base/_base.scss */
label {
  margin-bottom: 5px;
  display: inline-block;
  color: #000000;
}
/* line 210, ../../scss/base/_base.scss */
label.required:after {
  content: "*";
}
/* line 214, ../../scss/base/_base.scss */
label abbr {
  display: none;
}

/* line 220, ../../scss/base/_base.scss */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"],
textarea {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #000000;
  margin-bottom: 18px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 1px;
  padding: 5px;
  box-shadow: none;
  background: #eceff3;
  transition: border 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
}
/* line 239, ../../scss/base/_base.scss */
input[type="text"]:hover,
input[type="email"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
textarea:hover {
  border: 1px solid #e6e6e6;
}
/* line 243, ../../scss/base/_base.scss */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px 0 #ccc;
  background: #f2f4f7;
}
/* line 85, ../../scss/utils/_mixins.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}
/* line 89, ../../scss/utils/_mixins.scss */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
/* line 93, ../../scss/utils/_mixins.scss */
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
/* line 97, ../../scss/utils/_mixins.scss */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #000000;
}

/* line 255, ../../scss/base/_base.scss */
textarea {
  resize: vertical;
}

/* line 259, ../../scss/base/_base.scss */
input[type="submit"] {
  background: none;
  border: 1px solid transparent;
  padding: 9px 18px;
  color: #FFFFFF;
  border-radius: 10px;
  outline: none;
  transition: border 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
  box-shadow: none;
  background: #1d579d;
}
/* line 270, ../../scss/base/_base.scss */
input[type="submit"]:hover, input[type="submit"]:focus {
  box-shadow: 0 0 5px 0 #ccc;
  background: #4489dc;
}

/* line 278, ../../scss/base/_base.scss */
input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 5px;
}

/* line 284, ../../scss/base/_base.scss */
input[type="file"] {
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100%;
}

/* line 290, ../../scss/base/_base.scss */
select {
  margin-bottom: 18px;
  max-width: 100%;
  width: auto;
}

/* ------------------------------ */
/* Buttons
/* ------------------------------ */
/**
 * Base button styles.
 * All other button modifers extend this class
 */
/* line 305, ../../scss/base/_base.scss */
.btn, .contact-page > .container .right button, .footer-top-wrapper > .container .right form button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  font-size: 100%;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 2;
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 0;
  border: 1px solid #e2e2e2;
  transition: background 0.3s ease-in-out;
}

/* line 325, ../../scss/base/_base.scss */
.btn, .contact-page > .container .right button, .footer-top-wrapper > .container .right form button, .btn:hover, .contact-page > .container .right button:hover, .footer-top-wrapper > .container .right form button:hover {
  text-decoration: none;
}
/* line 330, ../../scss/base/_base.scss */
.btn:active, .contact-page > .container .right button:active, .footer-top-wrapper > .container .right form button:active, .btn:focus, .contact-page > .container .right button:focus, .footer-top-wrapper > .container .right form button:focus {
  outline: none;
}

/**
 * Btn Sizes
 */
/* line 341, ../../scss/base/_base.scss */
.btn-small, .contact-page > .container .right button {
  line-height: 2;
}

/* line 345, ../../scss/base/_base.scss */
.btn-large {
  line-height: 4;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

/* line 351, ../../scss/base/_base.scss */
.btn-extra-large {
  line-height: 5;
  padding-left: 2em;
  padding-right: 2em;
}

/* line 358, ../../scss/base/_base.scss */
.btn-full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

/* line 365, ../../scss/base/_base.scss */
.btn-rounded {
  border-radius: 10px;
}

/**
 * Btn Colors
 */
/* line 375, ../../scss/base/_base.scss */
.btn-default, .btn-default:visited {
  background: none;
  border: 1px solid #e2e2e2;
  color: #000000;
}
/* line 380, ../../scss/base/_base.scss */
.btn-default:hover, .btn-default:focus, .btn-default:visited:hover, .btn-default:visited:focus {
  color: #000000;
  border: 1px solid #e6e6e6;
}

/* line 387, ../../scss/base/_base.scss */
.btn-brand, .btn-brand:visited {
  background: #1d579d;
  border: none;
  color: #FFFFFF;
}
/* line 391, ../../scss/base/_base.scss */
.btn-brand i, .btn-brand:visited i {
  color: #FFFFFF;
}
/* line 395, ../../scss/base/_base.scss */
.btn-brand:hover, .btn-brand:focus, .btn-brand:visited:hover, .btn-brand:visited:focus {
  background: #256fc8;
  border: none;
  color: #FFFFFF;
}
/* line 399, ../../scss/base/_base.scss */
.btn-brand:hover i, .btn-brand:focus i, .btn-brand:visited:hover i, .btn-brand:visited:focus i {
  color: #FFFFFF;
}

/* line 406, ../../scss/base/_base.scss */
.btn-accent, .contact-page > .container .right button, .footer-top-wrapper > .container .right form button, .btn-accent:visited, .contact-page > .container .right button:visited, .footer-top-wrapper > .container .right form button:visited {
  background: #dfe4ea;
  border: none;
  color: #1d579d;
}
/* line 410, ../../scss/base/_base.scss */
.btn-accent i, .contact-page > .container .right button i, .footer-top-wrapper > .container .right form button i, .btn-accent:visited i, .contact-page > .container .right button:visited i, .footer-top-wrapper > .container .right form button:visited i {
  color: #1d579d;
}
/* line 414, ../../scss/base/_base.scss */
.btn-accent:hover, .contact-page > .container .right button:hover, .footer-top-wrapper > .container .right form button:hover, .btn-accent:focus, .contact-page > .container .right button:focus, .footer-top-wrapper > .container .right form button:focus, .btn-accent:visited:hover, .contact-page > .container .right button:visited:hover, .footer-top-wrapper > .container .right form button:visited:hover, .btn-accent:visited:focus, .contact-page > .container .right button:visited:focus, .footer-top-wrapper > .container .right form button:visited:focus {
  background: #1d579d;
  border: none;
  color: #FFFFFF;
}
/* line 418, ../../scss/base/_base.scss */
.btn-accent:hover i, .contact-page > .container .right button:hover i, .footer-top-wrapper > .container .right form button:hover i, .btn-accent:focus i, .contact-page > .container .right button:focus i, .footer-top-wrapper > .container .right form button:focus i, .btn-accent:visited:hover i, .contact-page > .container .right button:visited:hover i, .footer-top-wrapper > .container .right form button:visited:hover i, .btn-accent:visited:focus i, .contact-page > .container .right button:visited:focus i, .footer-top-wrapper > .container .right form button:visited:focus i {
  color: #FFFFFF;
}

/* line 425, ../../scss/base/_base.scss */
.btn-green, .btn-green:visited {
  background: #1d9d29;
  border: none;
  color: #FFFFFF;
  border-radius: 10px;
}
/* line 430, ../../scss/base/_base.scss */
.btn-green i, .btn-green:visited i {
  color: #FFFFFF;
}
/* line 434, ../../scss/base/_base.scss */
.btn-green:hover, .btn-green:focus, .btn-green:visited:hover, .btn-green:visited:focus {
  background: #25c834;
  border: none;
  color: #FFFFFF;
}
/* line 438, ../../scss/base/_base.scss */
.btn-green:hover i, .btn-green:focus i, .btn-green:visited:hover i, .btn-green:visited:focus i {
  color: #FFFFFF;
}

/* line 445, ../../scss/base/_base.scss */
.btn-disabled, .btn-disabled:visited {
  background: #e2e2e2;
  border: none;
  color: #e6e6e6;
}
/* line 450, ../../scss/base/_base.scss */
.btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active, .btn-disabled:visited:hover, .btn-disabled:visited:focus, .btn-disabled:visited:active {
  background: #e2e2e2;
  border: none;
  cursor: text;
}

/**
 * Alerts
 */
/* line 461, ../../scss/base/_base.scss */
.message {
  margin: 0 0 20px;
}
/* line 464, ../../scss/base/_base.scss */
.message.error li {
  background: #ef475d;
  color: white;
  padding: 20px;
}
/* line 471, ../../scss/base/_base.scss */
.message.success li {
  background: #2ecc71;
  color: white;
  padding: 20px;
}
/* line 478, ../../scss/base/_base.scss */
.message li a, .message li a:visited {
  color: white;
  text-decoration: underline;
}
/* line 483, ../../scss/base/_base.scss */
.message input[type="submit"] {
  text-align: center;
  text-transform: uppercase;
  margin-top: 6px;
  display: block;
  background: #1d579d;
  color: white;
  font-weight: normal;
  padding: 4px 25px;
  font-size: 13px;
  text-shadow: 0 -1px 0 #0d2747;
  box-shadow: inset 0 1px 0 0 #153f72;
  border: none;
}
/* line 498, ../../scss/base/_base.scss */
.message input[type="submit"]:hover {
  background: #194b87;
  color: #fff;
}

/* line 508, ../../scss/base/_base.scss */
.ajax p.alert-message {
  margin: 0;
  padding: 20px;
  background: #1d9d29;
  color: white;
  text-align: center;
}
/* line 514, ../../scss/base/_base.scss */
.ajax p.alert-message.error {
  background: #ef475d;
}

/* line 520, ../../scss/base/_base.scss */
.pagination {
  text-align: center;
  /**
   * Remove whitespace caused by `inline-block`.
   */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
}

/* line 528, ../../scss/base/_base.scss */
.pagination > li {
  padding: 9px;
  letter-spacing: normal;
  word-spacing: normal;
  display: inline-block;
}

/* line 534, ../../scss/base/_base.scss */
.pagination > li > a {
  padding: 9px;
  margin: -9px;
}

/* line 538, ../../scss/base/_base.scss */
.pagination-first a:before {
  content: "\00AB" "\00A0";
}

/* line 541, ../../scss/base/_base.scss */
.pagination-last a:after {
  content: "\00A0" "\00BB";
}

/* line 545, ../../scss/base/_base.scss */
img[width*=""] {
  max-width: 100%;
}

/* line 548, ../../scss/base/_base.scss */
img[height*=""] {
  height: auto;
}

/* line 552, ../../scss/base/_base.scss */
.fancybox img {
  height: auto !important;
}

/* line 2, ../../scss/vendor/checkout/_cart.scss */
input.submit-button,
input.submit-button:visited,
a.submit-button,
a.submit-button:visited,
button.submit-button,
button.submit-button:visited {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: 1px solid transparent;
  padding: 11px 21px;
  color: #fff;
  border-radius: 10px;
  outline: none;
  transition: border 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
  box-shadow: none;
  background: #1d579d;
}
/* line 19, ../../scss/vendor/checkout/_cart.scss */
input.submit-button:hover,
input.submit-button:visited:hover,
a.submit-button:hover,
a.submit-button:visited:hover,
button.submit-button:hover,
button.submit-button:visited:hover {
  box-shadow: 0 0 5px 0 #ccc;
  background: #4489dc;
  color: #FFFFFF;
}

/* line 26, ../../scss/vendor/checkout/_cart.scss */
h1.h2 {
  font-size: 18px;
  padding: 10px 10px 10px 20px;
  margin: 0 0 40px 0;
  background: #c5daf4;
  border-left: 5px solid #1d579d;
}

/* line 34, ../../scss/vendor/checkout/_cart.scss */
.cart {
  padding: 40px 10px;
}
/* line 38, ../../scss/vendor/checkout/_cart.scss */
.cart .cart-boxes {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 20px;
  border: 1px solid #e2e2e2;
  margin-bottom: 20px;
}
/* line 97, ../../scss/utils/_grid.scss */
.cart .cart-boxes:after {
  content: "";
  display: table;
  clear: both;
}
/* line 43, ../../scss/vendor/checkout/_cart.scss */
.cart .cart-boxes.last {
  margin-right: 0;
  float: right;
}
/* line 46, ../../scss/vendor/checkout/_cart.scss */
.cart .cart-boxes h3 {
  font-weight: bold;
}
/* line 52, ../../scss/vendor/checkout/_cart.scss */
.cart input[type="text"], .cart input[type="password"], .cart input[type="email"] {
  border: 1px solid #eee;
  padding: 10px;
  background: #f6f6f6;
}
/* line 62, ../../scss/vendor/checkout/_cart.scss */
.cart table td input[type="text"] {
  margin: 0;
}
/* line 65, ../../scss/vendor/checkout/_cart.scss */
.cart table td dl {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.cart table td dl:after {
  content: "";
  display: table;
  clear: both;
}
/* line 67, ../../scss/vendor/checkout/_cart.scss */
.cart table td dl dt {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  font-weight: bold;
}
/* line 97, ../../scss/utils/_grid.scss */
.cart table td dl dt:after {
  content: "";
  display: table;
  clear: both;
}
/* line 71, ../../scss/vendor/checkout/_cart.scss */
.cart table td dl dl {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.cart table td dl dl:after {
  content: "";
  display: table;
  clear: both;
}
/* line 79, ../../scss/vendor/checkout/_cart.scss */
.cart #summary dl {
  overflow: hidden;
}
/* line 81, ../../scss/vendor/checkout/_cart.scss */
.cart #summary dl dt {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 5px;
  font-weight: bold;
}
/* line 97, ../../scss/utils/_grid.scss */
.cart #summary dl dt:after {
  content: "";
  display: table;
  clear: both;
}
/* line 86, ../../scss/vendor/checkout/_cart.scss */
.cart #summary dl dd {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  margin-bottom: 5px;
}
/* line 97, ../../scss/utils/_grid.scss */
.cart #summary dl dd:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 580px) {
  /* line 100, ../../scss/vendor/checkout/_cart.scss */
  body .cart table, body .cart thead, body .cart tbody, body .cart tfoot, body .cart th, body .cart td, body .cart tr {
    display: block;
  }
  /* line 103, ../../scss/vendor/checkout/_cart.scss */
  body .cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 108, ../../scss/vendor/checkout/_cart.scss */
  body .cart tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
  }
  /* line 112, ../../scss/vendor/checkout/_cart.scss */
  body .cart td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 117, ../../scss/vendor/checkout/_cart.scss */
  body .cart td:last-child {
    border: none;
  }
  /* line 120, ../../scss/vendor/checkout/_cart.scss */
  body .cart td input[type="text"], body .cart td dl {
    overflow: hidden;
    margin: 0;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: block;
    float: none;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"]:after, body .cart td dl:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 127, ../../scss/vendor/checkout/_cart.scss */
  body .cart td input[type="text"] dt, body .cart td input[type="text"] dd, body .cart td dl dt, body .cart td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"] dt:after, body .cart td input[type="text"] dd:after, body .cart td dl dt:after, body .cart td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 130, ../../scss/vendor/checkout/_cart.scss */
  body .cart td input[type="text"] dd, body .cart td dl dd {
    margin-right: 0;
    float: right;
  }
  /* line 134, ../../scss/vendor/checkout/_cart.scss */
  body .cart td input[type="text"] {
    padding: 10px;
  }
  /* line 138, ../../scss/vendor/checkout/_cart.scss */
  body .cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-value);
    font-weight: bold;
  }
  /* line 151, ../../scss/vendor/checkout/_cart.scss */
  body .cart tfoot {
    width: 100%;
  }
  /* line 155, ../../scss/vendor/checkout/_cart.scss */
  body .cart .submit-button {
    width: 100%;
  }
  /* line 159, ../../scss/vendor/checkout/_cart.scss */
  body .cart #update_row {
    width: 100%;
  }
  /* line 161, ../../scss/vendor/checkout/_cart.scss */
  body .cart #update_row .submit-button,
  body .cart #update_row .submit-button:visited {
    display: block;
    width: 100%;
  }
  /* line 166, ../../scss/vendor/checkout/_cart.scss */
  body .cart #update_row input {
    margin: 0 0 5px 0;
  }
  /* line 171, ../../scss/vendor/checkout/_cart.scss */
  body .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 20px;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart .cart-boxes:after {
    content: "";
    display: table;
    clear: both;
  }
}

/* line 1, ../../scss/vendor/checkout/_checkout.scss */
.checkout {
  padding-top: 20px;
}
/* line 3, ../../scss/vendor/checkout/_checkout.scss */
.checkout .border-box {
  padding: 20px;
  border: 1px solid #bdc3c7;
  margin: 0 0 20px 0;
}
/* line 10, ../../scss/vendor/checkout/_checkout.scss */
.checkout input[type="text"], .checkout input[type="password"], .checkout input[type="email"] {
  border: 1px solid #eee;
  padding: 10px;
  background: #f6f6f6;
}
/* line 19, ../../scss/vendor/checkout/_checkout.scss */
.checkout p.login-button {
  display: inline;
  float: left;
}
/* line 26, ../../scss/vendor/checkout/_checkout.scss */
.checkout .selectricWrapper.delievery-address {
  width: 100%;
}
/* line 28, ../../scss/vendor/checkout/_checkout.scss */
.checkout .selectricWrapper.delievery-address .selectricItems li {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
/* line 33, ../../scss/vendor/checkout/_checkout.scss */
.checkout .selectricWrapper {
  margin: 0 0 10px 0;
}
/* line 37, ../../scss/vendor/checkout/_checkout.scss */
.checkout ul.order-details-list {
  padding: 0;
  margin: 0 0 20px 20px;
  width: 400px;
}
/* line 41, ../../scss/vendor/checkout/_checkout.scss */
.checkout ul.order-details-list li {
  list-style: none;
}
/* line 43, ../../scss/vendor/checkout/_checkout.scss */
.checkout ul.order-details-list li label {
  display: inline;
  float: left;
  width: 33.33333%;
  font-weight: bold;
}
/* line 49, ../../scss/vendor/checkout/_checkout.scss */
.checkout ul.order-details-list li span {
  display: inline;
  float: left;
  width: 33.33333%;
}
/* line 57, ../../scss/vendor/checkout/_checkout.scss */
.checkout .error {
  margin-bottom: 20px;
}
/* line 61, ../../scss/vendor/checkout/_checkout.scss */
.checkout .step_title {
  position: relative;
  padding: 15px;
  border: 1px solid #e6e6e6;
  border-bottom: none;
}
/* line 63, ../../scss/vendor/checkout/_checkout.scss */
.checkout .step_title i {
  margin: 0 10px 0 0;
  color: #1d579d;
}
/* line 70, ../../scss/vendor/checkout/_checkout.scss */
.checkout .step_title.last {
  border: 1px solid #e6e6e6;
  margin: 0 0 40px 0;
}
/* line 74, ../../scss/vendor/checkout/_checkout.scss */
.checkout .step_title.active {
  background: #2ecc71 !important;
  border: 1px solid #25a25a;
  color: #fff;
  font-weight: bold;
}
/* line 79, ../../scss/vendor/checkout/_checkout.scss */
.checkout .step_title.active a, .checkout .step_title.active a:visited {
  color: #fff;
}
/* line 83, ../../scss/vendor/checkout/_checkout.scss */
.checkout .step_title.active i {
  color: #fff;
}
/* line 86, ../../scss/vendor/checkout/_checkout.scss */
.checkout .step_title.active .view {
  display: none;
}
/* line 90, ../../scss/vendor/checkout/_checkout.scss */
.checkout .step_title.previous {
  background: #f3fcf7;
  color: #1d579d;
}
/* line 94, ../../scss/vendor/checkout/_checkout.scss */
.checkout .step_title .view {
  position: absolute;
  right: 10px;
}
/* line 100, ../../scss/vendor/checkout/_checkout.scss */
.checkout ul.contacts {
  margin: 0 0 20px 0;
  padding: 0;
}
/* line 103, ../../scss/vendor/checkout/_checkout.scss */
.checkout ul.contacts li {
  list-style: none;
  background: #f2f4f7;
  padding: 12px 24px;
  border-left: 3px solid #1d579d;
  margin: 0 0 2px 0;
}
/* line 113, ../../scss/vendor/checkout/_checkout.scss */
.checkout #payment_list li {
  list-style: none;
  margin: 0 0 20px 0;
}
/* line 120, ../../scss/vendor/checkout/_checkout.scss */
.checkout .right-content .last {
  margin: 0 0 20px 0;
}
/* line 125, ../../scss/vendor/checkout/_checkout.scss */
.checkout .left-content {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.checkout .left-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 129, ../../scss/vendor/checkout/_checkout.scss */
.checkout .right-content {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.checkout .right-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 136, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-1 .register-box {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.checkout.step-1 .register-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 140, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-1 .login-box {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.checkout.step-1 .login-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 143, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-1 .login-box ul {
  padding: 0;
  margin: 0;
}
/* line 146, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-1 .login-box ul li {
  list-style: none;
}
/* line 150, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-1 .login-box .forgotten {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  padding: 10px;
}
/* line 97, ../../scss/utils/_grid.scss */
.checkout.step-1 .login-box .forgotten:after {
  content: "";
  display: table;
  clear: both;
}
/* line 161, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-2 .form-wrapper {
  margin: 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
/* line 167, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-2 .form-wrapper > p {
  margin: 0 0 5px 0;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.checkout.step-2 .form-wrapper > p:after {
  content: "";
  display: table;
  clear: both;
}
/* line 170, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-2 .form-wrapper > p.last {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.checkout.step-2 .form-wrapper > p.last:after {
  content: "";
  display: table;
  clear: both;
}
/* line 174, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-2 .form-wrapper > p.full {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.checkout.step-2 .form-wrapper > p.full:after {
  content: "";
  display: table;
  clear: both;
}
/* line 180, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-2 .form-wrapper.last {
  border-bottom: none;
}
/* line 184, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-2 #billing {
  margin: 0 20px 20px 20px;
}
/* line 191, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-3 #shipping {
  margin: 0 20px 20px 20px;
}
/* line 197, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-4 [name="special_instructions"] {
  height: 150px;
}
/* line 202, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-4 #shipping_list li {
  list-style: none;
}
/* line 206, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-4 #billing {
  margin: 0 20px 20px 20px;
}
/* line 212, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-5 #payment_list {
  margin: 20px;
}
/* line 218, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-6 table {
  width: 100%;
}
/* line 220, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-6 table th {
  background: #e6e6e6;
  color: #fff;
}
/* line 224, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-6 table p {
  margin: 0;
}
/* line 227, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-6 table tr.odd {
  background: white;
}
/* line 230, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-6 table td.align-right {
  text-align: right;
  font-weight: bold;
}
/* line 234, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-6 table tfoot {
  border-top: 3px solid #1d579d;
  border-bottom: 3px solid #1d579d;
}
/* line 238, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-6 table .reduced {
  text-decoration: line-through;
}
/* line 242, ../../scss/vendor/checkout/_checkout.scss */
.checkout.step-6 .table-wrapper {
  margin: 0 20px 20px 20px;
}
/* line 248, ../../scss/vendor/checkout/_checkout.scss */
.checkout.phone-order ul.billing,
.checkout.phone-order ul.shipping {
  margin: 0 0 30px 0;
  padding: 0;
}
/* line 252, ../../scss/vendor/checkout/_checkout.scss */
.checkout.phone-order ul.billing li,
.checkout.phone-order ul.shipping li {
  list-style: none;
}
/* line 254, ../../scss/vendor/checkout/_checkout.scss */
.checkout.phone-order ul.billing li label,
.checkout.phone-order ul.shipping li label {
  display: inline;
  float: left;
  width: 33.33333%;
  font-weight: bold;
}
/* line 260, ../../scss/vendor/checkout/_checkout.scss */
.checkout.phone-order ul.billing li span,
.checkout.phone-order ul.shipping li span {
  display: inline;
  float: left;
  width: 66.66667%;
}

@media only screen and (max-width: 580px) {
  /* line 274, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout .left-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout .left-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 278, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout.step-2 .form-wrapper > p, body .checkout.step-2 .form-wrapper > p.last {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout.step-2 .form-wrapper > p:after, body .checkout.step-2 .form-wrapper > p.last:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 283, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout .right-content {
    display: none;
  }
  /* line 286, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout table, body .checkout thead, body .checkout tbody, body .checkout tfoot, body .checkout th, body .checkout td, body .checkout tr {
    display: block;
  }
  /* line 289, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 294, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
  }
  /* line 298, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 303, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout td:last-child {
    border: none;
  }
  /* line 306, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout td input[type="text"], body .checkout td dl {
    overflow: hidden;
    margin: 0;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: block;
    float: none;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout td input[type="text"]:after, body .checkout td dl:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 313, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout td input[type="text"] dt, body .checkout td input[type="text"] dd, body .checkout td dl dt, body .checkout td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout td input[type="text"] dt:after, body .checkout td input[type="text"] dd:after, body .checkout td dl dt:after, body .checkout td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 316, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout td input[type="text"] dd, body .checkout td dl dd {
    margin-right: 0;
    float: right;
  }
  /* line 320, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout td input[type="text"] {
    padding: 10px;
  }
  /* line 324, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-value);
    font-weight: bold;
  }
  /* line 337, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout tfoot {
    width: 100%;
  }
  /* line 339, ../../scss/vendor/checkout/_checkout.scss */
  body .checkout tfoot .align-right {
    display: none;
  }
}

/* line 3, ../../scss/vendor/checkout/_customer.scss */
.left-content-login {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.left-content-login:after {
  content: "";
  display: table;
  clear: both;
}
/* line 6, ../../scss/vendor/checkout/_customer.scss */
.left-content-login td ul {
  margin: 0;
}
/* line 9, ../../scss/vendor/checkout/_customer.scss */
.left-content-login td .group {
  font-weight: bold;
}
/* line 12, ../../scss/vendor/checkout/_customer.scss */
.left-content-login td a, .left-content-login td a:visited {
  text-decoration: none;
  display: block;
  text-align: center;
}
/* line 18, ../../scss/vendor/checkout/_customer.scss */
.left-content-login + div {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.left-content-login + div:after {
  content: "";
  display: table;
  clear: both;
}

/* line 24, ../../scss/vendor/checkout/_customer.scss */
.model-overlay,
.model {
  display: none;
}

/* line 29, ../../scss/vendor/checkout/_customer.scss */
html.show-model {
  overflow: hidden;
}
/* line 31, ../../scss/vendor/checkout/_customer.scss */
html.show-model .model-overlay {
  opacity: .8;
  display: block;
  background: #1d579d;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
}
/* line 42, ../../scss/vendor/checkout/_customer.scss */
html.show-model .model {
  border-radius: 5px;
  display: block;
  width: 500px;
  position: fixed;
  left: 50%;
  margin-left: -250px;
  top: 100px;
  background: #f7f7f7;
  z-index: 10;
}
/* line 52, ../../scss/vendor/checkout/_customer.scss */
html.show-model .model .close-model {
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}
/* line 58, ../../scss/vendor/checkout/_customer.scss */
html.show-model .model .add-delivery-submit {
  background: #dfe4ea;
  color: white;
  padding: 10px 20px;
  border: none;
}
/* line 64, ../../scss/vendor/checkout/_customer.scss */
html.show-model .model .inner {
  padding: 20px;
}
/* line 66, ../../scss/vendor/checkout/_customer.scss */
html.show-model .model .inner h2 {
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #e6e6e6;
}
/* line 72, ../../scss/vendor/checkout/_customer.scss */
html.show-model .model .inner label {
  display: inline;
  float: left;
  width: 170px;
  font-size: 14px;
  padding: 5px;
  font-weight: bold;
}
/* line 80, ../../scss/vendor/checkout/_customer.scss */
html.show-model .model .inner input, html.show-model .model .inner .selectricWrapper {
  display: inline;
  float: left;
  width: 285px;
}

/* line 89, ../../scss/vendor/checkout/_customer.scss */
.customer {
  padding-top: 20px;
}
/* line 96, ../../scss/vendor/checkout/_customer.scss */
.customer .add-address a, .customer .add-address a:visited {
  background: #dfe4ea;
  color: white;
  padding: 10px 20px;
  float: right;
}
/* line 105, ../../scss/vendor/checkout/_customer.scss */
.customer table th {
  background: #e6e6e6;
  color: #fff;
}
/* line 109, ../../scss/vendor/checkout/_customer.scss */
.customer table p {
  margin: 0;
}
/* line 112, ../../scss/vendor/checkout/_customer.scss */
.customer table tr.odd {
  background: white;
}
/* line 117, ../../scss/vendor/checkout/_customer.scss */
.customer .form-wrapper {
  margin: 20px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #e6e6e6;
}
/* line 123, ../../scss/vendor/checkout/_customer.scss */
.customer .form-wrapper > p {
  margin: 0 0 5px 0;
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.customer .form-wrapper > p:after {
  content: "";
  display: table;
  clear: both;
}
/* line 126, ../../scss/vendor/checkout/_customer.scss */
.customer .form-wrapper > p.last {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.customer .form-wrapper > p.last:after {
  content: "";
  display: table;
  clear: both;
}
/* line 132, ../../scss/vendor/checkout/_customer.scss */
.customer .form-wrapper.last {
  border-bottom: none;
}
/* line 136, ../../scss/vendor/checkout/_customer.scss */
.customer .form-wrapper .left-wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.customer .form-wrapper .left-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 140, ../../scss/vendor/checkout/_customer.scss */
.customer .form-wrapper .right-wrapper {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.customer .form-wrapper .right-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 146, ../../scss/vendor/checkout/_customer.scss */
.customer ul.account_menu {
  margin: 0 0 40px 0;
  padding: 0;
}
/* line 149, ../../scss/vendor/checkout/_customer.scss */
.customer ul.account_menu li {
  list-style: none;
  background: #fafafa;
  padding: 8px 16px;
  margin-bottom: 2px;
  border-left: 3px solid #1d579d;
}
/* line 155, ../../scss/vendor/checkout/_customer.scss */
.customer ul.account_menu li a {
  transition: all 0.2s;
  display: block;
}
/* line 158, ../../scss/vendor/checkout/_customer.scss */
.customer ul.account_menu li a i {
  margin: 0 5px 0 0;
}
/* line 161, ../../scss/vendor/checkout/_customer.scss */
.customer ul.account_menu li a:hover {
  padding-left: 10px;
}
/* line 168, ../../scss/vendor/checkout/_customer.scss */
.customer #category_sub_menu {
  background: none;
}
/* line 170, ../../scss/vendor/checkout/_customer.scss */
.customer #category_sub_menu > ul {
  width: auto;
}
/* line 174, ../../scss/vendor/checkout/_customer.scss */
.customer #category_sub_menu.movingMenu {
  position: fixed;
  top: 20px;
}
/* line 179, ../../scss/vendor/checkout/_customer.scss */
.customer .pagination {
  letter-spacing: normal;
  word-spacing: normal;
}
/* line 182, ../../scss/vendor/checkout/_customer.scss */
.customer .pagination ul {
  text-align: center;
}
/* line 184, ../../scss/vendor/checkout/_customer.scss */
.customer .pagination ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}
/* line 188, ../../scss/vendor/checkout/_customer.scss */
.customer .pagination ul li a, .customer .pagination ul li a:visited {
  border-radius: 4px;
  background: #008ecb;
  color: #fff;
  display: block;
  padding: 4px 10px;
}
/* line 196, ../../scss/vendor/checkout/_customer.scss */
.customer .pagination ul li.active a, .customer .pagination ul li.active a:visited {
  background: #19baff;
  color: #fff;
}
/* line 205, ../../scss/vendor/checkout/_customer.scss */
.customer ul.billing,
.customer ul.shipping {
  margin: 0 0 30px 0;
  padding: 0;
}
/* line 209, ../../scss/vendor/checkout/_customer.scss */
.customer ul.billing li,
.customer ul.shipping li {
  list-style: none;
}
/* line 211, ../../scss/vendor/checkout/_customer.scss */
.customer ul.billing li label,
.customer ul.shipping li label {
  display: inline;
  float: left;
  width: 33.33333%;
  font-weight: bold;
}
/* line 217, ../../scss/vendor/checkout/_customer.scss */
.customer ul.billing li span,
.customer ul.shipping li span {
  display: inline;
  float: left;
  width: 66.66667%;
}
/* line 225, ../../scss/vendor/checkout/_customer.scss */
.customer .login-button {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.customer .login-button:after {
  content: "";
  display: table;
  clear: both;
}
/* line 229, ../../scss/vendor/checkout/_customer.scss */
.customer .forgotten {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  padding: 10px 0 0 0;
}
/* line 97, ../../scss/utils/_grid.scss */
.customer .forgotten:after {
  content: "";
  display: table;
  clear: both;
}

/* ------------------------------ */
/* WordPress Generated Classes
/* ------------------------------ */
/* line 7, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper h1 {
  font-size: 24px;
  font-weight: bold;
  color: #1d579d;
}
/* line 13, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .alignnone {
  margin: 6px 24px 24px 0;
}
/* line 17, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .aligncenter,
.wordpress-wrapper div.aligncenter {
  display: block;
  margin: 6px auto 6px auto;
}
/* line 23, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .alignright {
  float: right;
  margin: 6px 0 24px 24px;
}
/* line 28, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .alignleft {
  float: left;
  margin: 6px 24px 24px 0;
}
/* line 33, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .aligncenter {
  display: block;
  margin: 6px auto 6px auto;
}
/* line 38, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper a img.alignright {
  float: right;
  margin: 6px 0 24px 24px;
  max-width: 50%;
}
/* line 44, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper a img.alignnone {
  margin: 6px 24px 24px 0;
}
/* line 48, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper a img.alignleft {
  float: left;
  margin: 6px 24px 24px 0;
  max-width: 50%;
}
/* line 54, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 60, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 6px 3px 10px;
  text-align: center;
}
/* line 68, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .wp-caption.alignnone {
  margin: 6px 24px 24px 0;
}
/* line 72, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .wp-caption.alignleft {
  margin: 6px 24px 24px 0;
}
/* line 76, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .wp-caption.alignright {
  margin: 6px 0 24px 24px;
}
/* line 80, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.6%;
  padding: 0;
  width: auto;
}
/* line 89, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 6px;
}
/* line 96, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress-wrapper ul li {
  list-style: circle;
}

/* line 104, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}
/* line 109, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.wordpress #content-wrapper > div .eightCol:after {
  content: "";
  display: table;
  clear: both;
}
/* line 111, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol {
  margin: 0;
}
/* line 113, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol li {
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 20px 0;
}
/* line 117, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol li h2 {
  font-size: 16px;
}
/* line 119, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol li h2 a, .wordpress #content-wrapper > div .eightCol ol li h2 a:visited {
  font-weight: bold;
  text-decoration: none;
}
/* line 124, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol li:last-child {
  border: none;
}
/* line 130, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol article p {
  line-height: 18px;
}
/* line 133, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol article br {
  display: block;
  margin: 0 0 5px;
}
/* line 137, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol article time {
  display: inline-block;
  padding: 5px 10px;
  background: #dfe4ea;
  color: white;
  border-radius: 3px;
}
/* line 146, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .fourCol {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.wordpress #content-wrapper > div .fourCol:after {
  content: "";
  display: table;
  clear: both;
}
/* line 149, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .fourCol ul {
  margin: 0 0 10px 0;
}
/* line 151, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .fourCol ul li {
  margin: 0 0 5px 0;
}
/* line 155, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .fourCol h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #dfe4ea;
}
/* line 161, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .fourCol #s {
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 66.66667%;
  margin-left: 0%;
  margin-right: 0%;
  margin: 0;
  padding: 10px;
  height: 38px;
}
/* line 121, ../../scss/utils/_grid.scss */
.wordpress #content-wrapper > div .fourCol #s:after {
  content: "";
  display: table;
  clear: both;
}
/* line 167, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .fourCol #searchsubmit {
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 33.33333%;
  margin-left: 0%;
  margin-right: 0%;
  margin-right: 0;
  float: right;
  text-align: center;
  height: 38px;
  background: #1d579d;
  color: white;
}
/* line 121, ../../scss/utils/_grid.scss */
.wordpress #content-wrapper > div .fourCol #searchsubmit:after {
  content: "";
  display: table;
  clear: both;
}
/* line 175, ../../scss/vendor/wordpress/_wordpress.scss */
.wordpress #content-wrapper > div .fourCol #searchform {
  margin: 0 0 20px 0;
}

/* line 5, ../../scss/vendor/magic/_magic.scss */
.magic-tabs .magic-tabs-tabs {
  overflow: hidden;
  margin: 0;
  list-style: none;
}
/* line 9, ../../scss/vendor/magic/_magic.scss */
.magic-tabs .magic-tabs-tabs .head {
  font-size: 12px;
  display: inline;
  float: left;
  padding: 10px 20px;
  text-align: center;
  border-right: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 23, ../../scss/vendor/magic/_magic.scss */
.magic-tabs .magic-tabs-tabs .head.active {
  border: 1px solid #e6e6e6;
  border-bottom: 1px solid white;
  position: relative;
  z-index: 3;
  background: white;
  font-weight: 600;
}
/* line 36, ../../scss/vendor/magic/_magic.scss */
.magic-tabs .magic-tabs-contents {
  border-top: 1px solid #e6e6e6;
  margin: 0;
  position: relative;
  overflow: hidden;
  top: -1px;
  z-index: 1;
}
/* line 43, ../../scss/vendor/magic/_magic.scss */
.magic-tabs .magic-tabs-contents .body {
  list-style: none;
  padding: 20px;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
/* line 52, ../../scss/vendor/magic/_magic.scss */
.magic-tabs .magic-tabs-contents .body p:last-child, .magic-tabs .magic-tabs-contents .body li:last-child {
  margin: 0;
}

/* line 61, ../../scss/vendor/magic/_magic.scss */
.magic-accordion .head {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  background: #1d579d;
  color: white;
}
/* line 68, ../../scss/vendor/magic/_magic.scss */
.magic-accordion .head.active i:before {
  content: "\f139";
}
/* line 72, ../../scss/vendor/magic/_magic.scss */
.magic-accordion .head i {
  width: 25px;
}
/* line 76, ../../scss/vendor/magic/_magic.scss */
.magic-accordion .body {
  font-size: 13px;
  padding: 0 20px;
}

/* line 2, ../../scss/partials/_small_cart.scss */
.basket {
  position: relative;
  padding: 10px;
  background: #1d579d;
}
/* line 6, ../../scss/partials/_small_cart.scss */
.basket > div > p {
  color: #FFFFFF;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 13, ../../scss/partials/_small_cart.scss */
.basket:hover .small-cart {
  display: block;
}

/* line 19, ../../scss/partials/_small_cart.scss */
.small-cart {
  display: none;
  position: absolute;
  top: 100%;
  background: #dfe4ea;
  right: -1px;
  width: 350px;
  margin-top: -1px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
  z-index: 99999;
  border: 1px solid #bdc3c7;
  border-radius: 2px 0 2px 2px;
}
/* line 20, ../../scss/partials/_small_cart.scss */
.small-cart p {
  margin-bottom: 0;
}
/* line 34, ../../scss/partials/_small_cart.scss */
.small-cart ul {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  margin: 0 10px;
  padding: 10px 10px 0;
}
/* line 97, ../../scss/utils/_grid.scss */
.small-cart ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 39, ../../scss/partials/_small_cart.scss */
.small-cart ul li {
  border-bottom: 1px solid #bdc3c7;
  padding: 10px 0;
  color: #1d579d;
}
/* line 43, ../../scss/partials/_small_cart.scss */
.small-cart ul li:last-child {
  border: none;
}
/* line 48, ../../scss/partials/_small_cart.scss */
.small-cart p {
  color: #1d579d;
}
/* line 51, ../../scss/partials/_small_cart.scss */
.small-cart .image {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.small-cart .image:after {
  content: "";
  display: table;
  clear: both;
}
/* line 54, ../../scss/partials/_small_cart.scss */
.small-cart .details {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.small-cart .details:after {
  content: "";
  display: table;
  clear: both;
}
/* line 56, ../../scss/partials/_small_cart.scss */
.small-cart .details a, .small-cart .details a:visited {
  margin: 0 !important;
}
/* line 59, ../../scss/partials/_small_cart.scss */
.small-cart .details p.name {
  margin: 0 0  5px 0;
}
/* line 63, ../../scss/partials/_small_cart.scss */
.small-cart .quantity {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.small-cart .quantity:after {
  content: "";
  display: table;
  clear: both;
}
/* line 65, ../../scss/partials/_small_cart.scss */
.small-cart .quantity input {
  border: 1px solid #bdc3c7 !important;
  border-radius: 3px;
}
/* line 70, ../../scss/partials/_small_cart.scss */
.small-cart .qty-toggle {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 9.875%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  padding-top: 3px;
}
/* line 97, ../../scss/utils/_grid.scss */
.small-cart .qty-toggle:after {
  content: "";
  display: table;
  clear: both;
}
/* line 74, ../../scss/partials/_small_cart.scss */
.small-cart .qty-toggle a, .small-cart .qty-toggle a:visited {
  font-size: 20px;
}
/* line 76, ../../scss/partials/_small_cart.scss */
.small-cart .qty-toggle a.increase, .small-cart .qty-toggle a:visited.increase {
  color: #1d9d29;
}
/* line 79, ../../scss/partials/_small_cart.scss */
.small-cart .qty-toggle a.decrease, .small-cart .qty-toggle a:visited.decrease {
  color: #ef475d;
}
/* line 84, ../../scss/partials/_small_cart.scss */
.small-cart .overview {
  border-top: 1px solid #bdc3c7;
}
/* line 86, ../../scss/partials/_small_cart.scss */
.small-cart .overview .summary {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  padding: 10px;
}
/* line 97, ../../scss/utils/_grid.scss */
.small-cart .overview .summary:after {
  content: "";
  display: table;
  clear: both;
}
/* line 89, ../../scss/partials/_small_cart.scss */
.small-cart .overview .summary p:first-child {
  margin-bottom: 4px;
}
/* line 93, ../../scss/partials/_small_cart.scss */
.small-cart .overview .checkouts {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  padding: 10px;
}
/* line 97, ../../scss/utils/_grid.scss */
.small-cart .overview .checkouts:after {
  content: "";
  display: table;
  clear: both;
}
/* line 97, ../../scss/partials/_small_cart.scss */
.small-cart .overview .checkouts a, .small-cart .overview .checkouts a:visited {
  transition: background 0.2s;
  display: block;
  text-decoration: none;
  text-align: center;
  background: #1d9d29;
  color: white;
  padding: 10px;
  border-radius: 4px;
}
/* line 106, ../../scss/partials/_small_cart.scss */
.small-cart .overview .checkouts a:hover, .small-cart .overview .checkouts a:visited:hover {
  color: white;
  background: #25c834;
}

/* line 2, ../../scss/partials/_shared.scss */
.wrapper {
  width: 100%;
}

/* line 6, ../../scss/partials/_shared.scss */
.item {
  text-align: center;
}
/* line 8, ../../scss/partials/_shared.scss */
.item a, .item a:visited {
  color: black;
}
/* line 10, ../../scss/partials/_shared.scss */
.item a:hover, .item a:visited:hover {
  color: #1d579d;
}
/* line 14, ../../scss/partials/_shared.scss */
.item p.name {
  margin: 0 0 5px 0;
}
/* line 15, ../../scss/partials/_shared.scss */
.item p.name a, .item p.name a:visited {
  text-decoration: none;
  font-size: 14px;
}
/* line 21, ../../scss/partials/_shared.scss */
.item p.description {
  margin: 0 0 5px 0;
  font-weight: 300;
}
/* line 25, ../../scss/partials/_shared.scss */
.item p.price {
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  color: #1d579d;
  font-weight: bold;
}
/* line 30, ../../scss/partials/_shared.scss */
.item p.price span {
  font-size: 12px;
  text-decoration: line-through;
  color: #adadad;
}
/* line 36, ../../scss/partials/_shared.scss */
.item a.image-wrapper,
.item a.image-wrapper:visited {
  display: block;
  text-align: center;
  margin: 0 0 5px 0;
  max-height: 280px;
}
/* line 42, ../../scss/partials/_shared.scss */
.item a.image-wrapper img,
.item a.image-wrapper:visited img {
  display: block;
  display: block;
  height: 200px;
  width: 200px;
  max-width: 100%;
  margin: 0 auto;
}

/* line 53, ../../scss/partials/_shared.scss */
h1.h2 {
  background: #dfe4ea;
}

/*
| ------------------------------------
| Mobile Menu
| ------------------------------------
*/
/* line 63, ../../scss/partials/_shared.scss */
.mobile-menu {
  display: none;
  position: relative;
  z-index: 999;
  background: #dfe4ea;
  background-size: cover;
  border-bottom: none;
}
/* line 70, ../../scss/partials/_shared.scss */
.mobile-menu .container {
  padding-right: 0;
}
/* line 73, ../../scss/partials/_shared.scss */
.mobile-menu ul {
  color: white;
  float: right;
  margin: 0;
}
/* line 77, ../../scss/partials/_shared.scss */
.mobile-menu ul li {
  float: right;
  font-size: 20px;
}
/* line 80, ../../scss/partials/_shared.scss */
.mobile-menu ul li a {
  padding: 0 8px;
  line-height: 50px;
  color: #1d579d;
}
/* line 86, ../../scss/partials/_shared.scss */
.mobile-menu ul li:first-child i {
  padding: 0 16px;
  line-height: 50px;
  background: #1d579d;
  width: 50px;
  text-align: center;
}
/* line 95, ../../scss/partials/_shared.scss */
.mobile-menu ul li:nth-child(2) a {
  padding-right: 16px;
}
/* line 101, ../../scss/partials/_shared.scss */
.mobile-menu .search-box {
  display: none;
  top: 100%;
  left: 0;
  margin: 0;
  background: #153f72;
  padding: 15px 10px 15px 31px;
  height: auto;
  z-index: 999;
  right: 0;
  position: absolute;
  width: 100%;
}
/* line 113, ../../scss/partials/_shared.scss */
.mobile-menu .search-box form {
  overflow: hidden;
}
/* line 116, ../../scss/partials/_shared.scss */
.mobile-menu .search-box input[type="text"] {
  border-radius: 0;
  width: 70%;
  display: inline;
  float: left;
  height: 37px;
  line-height: 16px;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* line 126, ../../scss/partials/_shared.scss */
.mobile-menu .search-box input[type="text"]:focus {
  border-color: transparent;
}
/* line 130, ../../scss/partials/_shared.scss */
.mobile-menu .search-box input[type="submit"] {
  transition: background 0.2s ease-in;
  width: 30%;
  display: inline;
  float: left;
  background: #ffffff;
  color: #1d579d;
  font-weight: bold;
  height: 37px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
}
/* line 142, ../../scss/partials/_shared.scss */
.mobile-menu .search-box input[type="submit"]:hover {
  background: #e6e6e6;
  box-shadow: none;
}
/* line 147, ../../scss/partials/_shared.scss */
.mobile-menu .search-box .close-search {
  transition: color 0.2s ease-in;
  font-size: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 6px;
}
/* line 154, ../../scss/partials/_shared.scss */
.mobile-menu .search-box .close-search:hover {
  color: #e6e6e6;
}

/* line 161, ../../scss/partials/_shared.scss */
.shifter-enabled .shifter-navigation {
  padding-top: 50px;
  background: #2163b3;
}

/* line 166, ../../scss/partials/_shared.scss */
#mobile-menu-body {
  margin: 0;
}
/* line 168, ../../scss/partials/_shared.scss */
#mobile-menu-body li {
  border-bottom: 1px solid #194b87;
  border-top: 1px solid #2163b3;
  position: relative;
}
/* line 172, ../../scss/partials/_shared.scss */
#mobile-menu-body li a, #mobile-menu-body li a:visited {
  display: block;
  padding: 10px 20px;
  color: white;
}
/* line 176, ../../scss/partials/_shared.scss */
#mobile-menu-body li a.expand, #mobile-menu-body li a:visited.expand {
  position: absolute;
  right: 10px;
  top: 5px;
  z-index: 5;
  border: 1px solid white;
  width: 28px;
  height: 28px;
  line-height: 24px;
  padding: 0;
  text-align: center;
  border-radius: 100%;
}
/* line 190, ../../scss/partials/_shared.scss */
#mobile-menu-body li.menu-item-type-text {
  display: none;
}
/* line 194, ../../scss/partials/_shared.scss */
#mobile-menu-body ul {
  display: none;
  margin: 0;
}
/* line 198, ../../scss/partials/_shared.scss */
#mobile-menu-body > li {
  background: #1d579d;
  border: none;
  margin: 0;
}
/* line 202, ../../scss/partials/_shared.scss */
#mobile-menu-body > li > a, #mobile-menu-body > li > a:visited {
  background: inherit;
  margin: 0;
  border-bottom: 1px solid #194b87;
  border-top: 1px solid #2163b3;
}
/* line 208, ../../scss/partials/_shared.scss */
#mobile-menu-body > li ul {
  background: #FFFFFF;
}
/* line 210, ../../scss/partials/_shared.scss */
#mobile-menu-body > li ul li {
  background: inherit;
  border: none;
  margin: 0;
}
/* line 214, ../../scss/partials/_shared.scss */
#mobile-menu-body > li ul li a, #mobile-menu-body > li ul li a:visited {
  background: inherit;
  margin: 0;
  color: #000000;
  border-bottom: 1px solid #f2f2f2;
  border-top: 1px solid white;
}
/* line 220, ../../scss/partials/_shared.scss */
#mobile-menu-body > li ul li a.expand, #mobile-menu-body > li ul li a:visited.expand {
  border: 1px solid #000000;
}

/* line 260, ../../scss/partials/_shared.scss */
.selectricWrapper .selectric {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
/* line 264, ../../scss/partials/_shared.scss */
.selectricWrapper .selectric p.label {
  color: #000000;
  padding: 8px 6px 8px 14px;
  background: #FFFFFF;
  font-size: 13px;
}
/* line 270, ../../scss/partials/_shared.scss */
.selectricWrapper .selectric b.button {
  background: #FFFFFF;
  height: 34px;
}
/* line 273, ../../scss/partials/_shared.scss */
.selectricWrapper .selectric b.button:after {
  border-top-color: #000000;
}
/* line 279, ../../scss/partials/_shared.scss */
.selectricWrapper.selectricHover .selectric {
  border: 1px solid #e6e6e6;
}
/* line 281, ../../scss/partials/_shared.scss */
.selectricWrapper.selectricHover .selectric b.button {
  background: #FFFFFF;
}
/* line 283, ../../scss/partials/_shared.scss */
.selectricWrapper.selectricHover .selectric b.button:after {
  border-top-color: #000000;
}

/*
| ------------------------------------
| Search
| ------------------------------------
*/
/* line 302, ../../scss/partials/_shared.scss */
#main-navigation > li > div.search-box {
  display: none;
  top: 0;
  left: -440px;
  bottom: 0;
  margin: 0;
  background: #153f72;
  padding: 27px 15px 5px 31px;
  height: auto;
  z-index: 999;
  right: 45px;
}
/* line 313, ../../scss/partials/_shared.scss */
#main-navigation > li > div.search-box:after, #main-navigation > li > div.search-box:before {
  display: none;
}
/* line 316, ../../scss/partials/_shared.scss */
#main-navigation > li > div.search-box form {
  overflow: hidden;
}
/* line 319, ../../scss/partials/_shared.scss */
#main-navigation > li > div.search-box input[type="text"] {
  border-radius: 0;
  width: 80%;
  display: inline;
  float: left;
  height: 37px;
  line-height: 16px;
  margin-bottom: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
/* line 329, ../../scss/partials/_shared.scss */
#main-navigation > li > div.search-box input[type="text"]:focus {
  border-color: transparent;
}
/* line 333, ../../scss/partials/_shared.scss */
#main-navigation > li > div.search-box input[type="submit"] {
  transition: background 0.2s ease-in;
  width: 20%;
  display: inline;
  float: left;
  background: #ffffff;
  color: #1d579d;
  font-weight: bold;
  height: 37px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
}
/* line 345, ../../scss/partials/_shared.scss */
#main-navigation > li > div.search-box input[type="submit"]:hover {
  background: #e6e6e6;
  box-shadow: none;
}
/* line 350, ../../scss/partials/_shared.scss */
#main-navigation > li > div.search-box .close-search {
  transition: color 0.2s ease-in;
  font-size: 25px;
  color: #FFFFFF;
  position: absolute;
  top: 2px;
  left: 6px;
}
/* line 357, ../../scss/partials/_shared.scss */
#main-navigation > li > div.search-box .close-search:hover {
  color: #e6e6e6;
}
/* line 364, ../../scss/partials/_shared.scss */
#main-navigation > li:hover > div.search-box {
  display: none;
}

/* line 371, ../../scss/partials/_shared.scss */
.no-forward-back-button-message {
  background: #DFE4EA;
  padding: 10px;
  margin-bottom: 10px;
  color: #3F57A3;
}

/* line 379, ../../scss/partials/_shared.scss */
.stock .stock-green {
  color: green;
}
/* line 382, ../../scss/partials/_shared.scss */
.stock .stock-amber {
  color: #ffbd00;
}
/* line 385, ../../scss/partials/_shared.scss */
.stock .stock-red {
  color: red;
}

/*
| ------------------------------------
| Category
| ------------------------------------
*/
/* line 7, ../../scss/partials/_category.scss */
.category-header-wrapper {
  background-image: linear-gradient(#FFFFFF, #dfe4ea);
  padding: 10px 0 40px;
}
/* line 11, ../../scss/partials/_category.scss */
.category-header-wrapper > .container #breadcrumb {
  font-size: 10px;
  margin-bottom: 5px;
}
/* line 15, ../../scss/partials/_category.scss */
.category-header-wrapper > .container .left {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.category-header-wrapper > .container .left:after {
  content: "";
  display: table;
  clear: both;
}
/* line 17, ../../scss/partials/_category.scss */
.category-header-wrapper > .container .left h1 {
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 23, ../../scss/partials/_category.scss */
.category-header-wrapper > .container .left p {
  font-weight: bold;
  color: #1d579d;
}
/* line 28, ../../scss/partials/_category.scss */
.category-header-wrapper > .container .right {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.category-header-wrapper > .container .right:after {
  content: "";
  display: table;
  clear: both;
}
/* line 31, ../../scss/partials/_category.scss */
.category-header-wrapper > .container .right > ul {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.category-header-wrapper > .container .right > ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 34, ../../scss/partials/_category.scss */
.category-header-wrapper > .container .right > ul li {
  float: right;
  margin-right: 5px;
  color: #1d579d;
}
/* line 38, ../../scss/partials/_category.scss */
.category-header-wrapper > .container .right > ul li:first-child {
  margin-right: 0;
}
/* line 41, ../../scss/partials/_category.scss */
.category-header-wrapper > .container .right > ul li a {
  color: #1d579d;
}
/* line 46, ../../scss/partials/_category.scss */
.category-header-wrapper > .container .right > div {
  margin-top: 15px;
}

/*
| ------------------------------------
| Filters
| ------------------------------------
*/
/* line 59, ../../scss/partials/_category.scss */
.sort, .paging {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.sort:after, .paging:after {
  content: "";
  display: table;
  clear: both;
}
/* line 61, ../../scss/partials/_category.scss */
.sort:nth-child(2n), .paging:nth-child(2n) {
  margin-right: 0;
  float: right;
}
/* line 64, ../../scss/partials/_category.scss */
.sort .selectricWrapper, .paging .selectricWrapper {
  margin-bottom: 0;
}
/* line 66, ../../scss/partials/_category.scss */
.sort .selectricWrapper .selectric, .paging .selectricWrapper .selectric {
  border: none;
}
/* line 70, ../../scss/partials/_category.scss */
.sort .selectricWrapper.selectricHover .selectric, .paging .selectricWrapper.selectricHover .selectric {
  border: none;
}
/* line 72, ../../scss/partials/_category.scss */
.sort .selectricWrapper.selectricHover .selectric b.button, .paging .selectricWrapper.selectricHover .selectric b.button {
  background: none;
}
/* line 74, ../../scss/partials/_category.scss */
.sort .selectricWrapper.selectricHover .selectric b.button:after, .paging .selectricWrapper.selectricHover .selectric b.button:after {
  border-top-color: #1d579d;
}

/* line 84, ../../scss/partials/_category.scss */
#results .cat-filters {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  padding: 30px 0 0;
}
/* line 97, ../../scss/utils/_grid.scss */
#results .cat-filters:after {
  content: "";
  display: table;
  clear: both;
}
/* line 89, ../../scss/partials/_category.scss */
#results .cat-filters .selectricWrapper .selectric {
  background: #e1e6ec;
}
/* line 91, ../../scss/partials/_category.scss */
#results .cat-filters .selectricWrapper .selectric p.label {
  background: #e1e6ec;
}
/* line 94, ../../scss/partials/_category.scss */
#results .cat-filters .selectricWrapper .selectric b.button {
  background: #e1e6ec;
}

/*
| ------------------------------------
| Banners
| ------------------------------------
*/
/* line 108, ../../scss/partials/_category.scss */
.category-banner {
  padding: 40px 0 0;
}
/* line 111, ../../scss/partials/_category.scss */
.category-banner > .container .banner {
  overflow: hidden;
}
/* line 114, ../../scss/partials/_category.scss */
.category-banner > .container .banner .image img {
  display: block;
}
/* line 118, ../../scss/partials/_category.scss */
.category-banner > .container .banner .content {
  background: #f2f4f7;
}
/* line 120, ../../scss/partials/_category.scss */
.category-banner > .container .banner .content .inner {
  padding: 40px;
}
/* line 122, ../../scss/partials/_category.scss */
.category-banner > .container .banner .content .inner h2 {
  font-weight: 300;
}
/* line 130, ../../scss/partials/_category.scss */
.category-banner > .container.single-banner .banner img {
  border-bottom: 4px solid #FFFFFF;
}
/* line 136, ../../scss/partials/_category.scss */
.category-banner > .container.repeater-banner .banner {
  border-bottom: 4px solid #FFFFFF;
}
/* line 138, ../../scss/partials/_category.scss */
.category-banner > .container.repeater-banner .banner:last-child {
  border-bottom: none;
}
/* line 141, ../../scss/partials/_category.scss */
.category-banner > .container.repeater-banner .banner .image {
  float: left;
  width: 50%;
  display: inline;
  border-right: 2px solid #FFFFFF;
}
/* line 147, ../../scss/partials/_category.scss */
.category-banner > .container.repeater-banner .banner .content {
  float: right;
  width: 50%;
  display: inline;
  border-left: 2px solid #FFFFFF;
}
/* line 154, ../../scss/partials/_category.scss */
.category-banner > .container.repeater-banner .banner:nth-child(2n) .image {
  float: right;
  border-right: none;
  border-left: 2px solid #FFFFFF;
}
/* line 159, ../../scss/partials/_category.scss */
.category-banner > .container.repeater-banner .banner:nth-child(2n) .content {
  float: left;
  border-left: none;
  border-right: 2px solid #FFFFFF;
}

/*
| ------------------------------------
| Products
| ------------------------------------
*/
/* line 178, ../../scss/partials/_category.scss */
.product-wrapper > div, .category-wrapper > div {
  padding: 30px 0;
}
/* line 180, ../../scss/partials/_category.scss */
.product-wrapper > div .item, .category-wrapper > div .item {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
  text-align: center;
  margin-bottom: 20px;
}
/* line 97, ../../scss/utils/_grid.scss */
.product-wrapper > div .item:after, .category-wrapper > div .item:after {
  content: "";
  display: table;
  clear: both;
}
/* line 184, ../../scss/partials/_category.scss */
.product-wrapper > div .item:nth-child(4n), .category-wrapper > div .item:nth-child(4n) {
  margin-right: 0;
  float: right;
}
/* line 187, ../../scss/partials/_category.scss */
.product-wrapper > div .item p, .category-wrapper > div .item p {
  text-align: left;
}
/* line 190, ../../scss/partials/_category.scss */
.product-wrapper > div .item .name, .category-wrapper > div .item .name {
  text-align: center !important;
}

/* line 199, ../../scss/partials/_category.scss */
.category-wrapper .item img {
  display: none;
}

/*
| ------------------------------------
| Search
| ------------------------------------
*/
/* line 212, ../../scss/partials/_category.scss */
.search-page #results {
  padding-bottom: 0;
}
/* line 215, ../../scss/partials/_category.scss */
.search-page .features-wrapper {
  padding-top: 40px;
}
/* line 217, ../../scss/partials/_category.scss */
.search-page .features-wrapper .features {
  padding-top: 0;
}

/*
| ------------------------------------
| Page
| ------------------------------------
*/
/* line 7, ../../scss/partials/_page.scss */
.editable-page {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* line 13, ../../scss/partials/_page.scss */
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content ul, .page-content ol, .page-content dl, .page-content blockquote, .page-content p, .page-content address, .page-content table, .page-content fieldset, .page-content figure, .page-content pre {
  margin-bottom: 9px !important;
}

/*
| ------------------------------------
| Contact Page
| ------------------------------------
*/
/* line 25, ../../scss/partials/_page.scss */
.contact-page > .container {
  background: rgbapng(255, 255, 255, 0.75);
  padding: 20px;
}
/* line 28, ../../scss/partials/_page.scss */
.contact-page > .container .left {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  padding-right: 10px;
}
/* line 97, ../../scss/utils/_grid.scss */
.contact-page > .container .left:after {
  content: "";
  display: table;
  clear: both;
}
/* line 31, ../../scss/partials/_page.scss */
.contact-page > .container .left ul {
  margin: 0 0 20px;
}
/* line 35, ../../scss/partials/_page.scss */
.contact-page > .container .left .google-map iframe {
  width: 100%;
  height: 300px;
  display: block;
  margin-bottom: 20px;
}
/* line 43, ../../scss/partials/_page.scss */
.contact-page > .container .right {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  padding-left: 10px;
}
/* line 97, ../../scss/utils/_grid.scss */
.contact-page > .container .right:after {
  content: "";
  display: table;
  clear: both;
}

/*
| ------------------------------------
| Product
| ------------------------------------
*/
/* line 7, ../../scss/partials/_product.scss */
.product-top-wrapper {
  background-image: linear-gradient(#FFFFFF, #dfe4ea);
  padding: 10px 0 0;
}
/* line 10, ../../scss/partials/_product.scss */
.product-top-wrapper .breadcrumb {
  overflow: hidden;
}
/* line 12, ../../scss/partials/_product.scss */
.product-top-wrapper .breadcrumb p {
  float: left;
  display: inline;
  margin-bottom: 5px;
}
/* line 17, ../../scss/partials/_product.scss */
.product-top-wrapper .breadcrumb > ul {
  float: right;
  display: inline;
  margin-bottom: 5px;
}
/* line 21, ../../scss/partials/_product.scss */
.product-top-wrapper .breadcrumb > ul li {
  float: right;
  margin-right: 5px;
  color: #1d579d;
}
/* line 25, ../../scss/partials/_product.scss */
.product-top-wrapper .breadcrumb > ul li:first-child {
  margin-right: 0;
}
/* line 28, ../../scss/partials/_product.scss */
.product-top-wrapper .breadcrumb > ul li a {
  color: #1d579d;
}
/* line 34, ../../scss/partials/_product.scss */
.product-top-wrapper h1 {
  font-size: 32px;
}
/* line 37, ../../scss/partials/_product.scss */
.product-top-wrapper .left {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  background: #FFFFFF;
  padding: 30px 30px 0;
}
/* line 97, ../../scss/utils/_grid.scss */
.product-top-wrapper .left:after {
  content: "";
  display: table;
  clear: both;
}
/* line 41, ../../scss/partials/_product.scss */
.product-top-wrapper .left #main-image {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 82.83333%;
  margin-left: 0%;
  margin-right: 3%;
  overflow: hidden;
}
/* line 97, ../../scss/utils/_grid.scss */
.product-top-wrapper .left #main-image:after {
  content: "";
  display: table;
  clear: both;
}
/* line 44, ../../scss/partials/_product.scss */
.product-top-wrapper .left #main-image > img {
  display: block;
  width: 100%;
  max-width: 100%;
}
/* line 49, ../../scss/partials/_product.scss */
.product-top-wrapper .left #main-image img.main-image {
  max-width: 100%;
}
/* line 52, ../../scss/partials/_product.scss */
.product-top-wrapper .left #main-image .zoomWrapper {
  position: relative;
}
/* line 56, ../../scss/partials/_product.scss */
.product-top-wrapper .left #gallery_01 {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 14.16667%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.product-top-wrapper .left #gallery_01:after {
  content: "";
  display: table;
  clear: both;
}
/* line 60, ../../scss/partials/_product.scss */
.product-top-wrapper .left .subimg {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  margin-bottom: 10px;
  overflow: hidden;
}
/* line 97, ../../scss/utils/_grid.scss */
.product-top-wrapper .left .subimg:after {
  content: "";
  display: table;
  clear: both;
}
/* line 64, ../../scss/partials/_product.scss */
.product-top-wrapper .left .subimg img {
  display: block;
}
/* line 70, ../../scss/partials/_product.scss */
.product-top-wrapper .center {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.product-top-wrapper .center:after {
  content: "";
  display: table;
  clear: both;
}
/* line 73, ../../scss/partials/_product.scss */
.product-top-wrapper .right {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 14.16667%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.product-top-wrapper .right:after {
  content: "";
  display: table;
  clear: both;
}
/* line 76, ../../scss/partials/_product.scss */
.product-top-wrapper .right .price {
  font-size: 20px;
  color: #1d579d;
  font-weight: bold;
  margin-bottom: 0;
}
/* line 82, ../../scss/partials/_product.scss */
.product-top-wrapper .right .was {
  font-size: 16px;
  text-decoration: line-through;
  color: #adadad;
}
/* line 87, ../../scss/partials/_product.scss */
.product-top-wrapper .right #price-area {
  margin-bottom: 18px;
}
/* line 91, ../../scss/partials/_product.scss */
.product-top-wrapper .right .options-area .selectricWrapper {
  margin-bottom: 18px;
}
/* line 93, ../../scss/partials/_product.scss */
.product-top-wrapper .right .options-area .selectricWrapper:last-child {
  width: 50%;
}
/* line 98, ../../scss/partials/_product.scss */
.product-top-wrapper .right .btn, .product-top-wrapper .contact-page > .container .right button, .contact-page > .container .product-top-wrapper .right button, .product-top-wrapper .footer-top-wrapper > .container .right form button, .footer-top-wrapper > .container .product-top-wrapper .right form button {
  font-size: 14px;
  line-height: 34px;
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0;
  width: 100%;
  text-align: center;
}
/* line 107, ../../scss/partials/_product.scss */
.product-top-wrapper .right .btn i, .product-top-wrapper .contact-page > .container .right button i, .contact-page > .container .product-top-wrapper .right button i, .product-top-wrapper .footer-top-wrapper > .container .right form button i, .footer-top-wrapper > .container .product-top-wrapper .right form button i {
  margin-right: 5px;
}
/* line 111, ../../scss/partials/_product.scss */
.product-top-wrapper .right .product-rating {
  margin-top: 18px;
}
/* line 113, ../../scss/partials/_product.scss */
.product-top-wrapper .right .product-rating span {
  display: block;
}

/* line 120, ../../scss/partials/_product.scss */
.product-tabs-wrapper {
  padding: 60px 0 0;
}

/* line 124, ../../scss/partials/_product.scss */
.rel-prods {
  border-top: 1px solid #dfe4ea;
  padding-top: 50px;
}
/* line 127, ../../scss/partials/_product.scss */
.rel-prods h2 {
  text-align: center;
  margin-bottom: 30px;
}

/* line 135, ../../scss/partials/_product.scss */
.description.two-col > div {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.description.two-col > div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 137, ../../scss/partials/_product.scss */
.description.two-col > div:nth-child(2n) {
  margin-right: 0;
  float: right;
}
/* line 143, ../../scss/partials/_product.scss */
.description.three-col > div {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.description.three-col > div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 145, ../../scss/partials/_product.scss */
.description.three-col > div:nth-child(3n) {
  margin-right: 0;
  float: right;
}

/* line 152, ../../scss/partials/_product.scss */
.make-columns {
  column-count: 3;
  column-gap: 40px;
}
/* line 155, ../../scss/partials/_product.scss */
.make-columns table {
  break-inside: avoid-column;
  column-break-inside: avoid;
}
/* line 159, ../../scss/partials/_product.scss */
.make-columns strong {
  column-break-before: always;
}

/*
| ------------------------------------
| Reviews
| ------------------------------------
*/
/* line 170, ../../scss/partials/_product.scss */
.reviews {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.reviews:after {
  content: "";
  display: table;
  clear: both;
}
/* line 173, ../../scss/partials/_product.scss */
.reviews .review-wrapper {
  margin-bottom: 20px;
}
/* line 175, ../../scss/partials/_product.scss */
.reviews .review-wrapper:last-child {
  margin-bottom: 0;
}
/* line 178, ../../scss/partials/_product.scss */
.reviews .review-wrapper h4 {
  margin-bottom: 10px;
}
/* line 180, ../../scss/partials/_product.scss */
.reviews .review-wrapper h4 i {
  font-size: 14px;
  color: #f1c40f;
}
/* line 185, ../../scss/partials/_product.scss */
.reviews .review-wrapper blockquote {
  margin-bottom: 10px;
}
/* line 188, ../../scss/partials/_product.scss */
.reviews .review-wrapper p.quote-name {
  margin-bottom: 0;
  font-style: italic;
}

/* line 195, ../../scss/partials/_product.scss */
.reviewer {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.reviewer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 200, ../../scss/partials/_product.scss */
.product-rating i {
  color: #f1c40f;
}

/*
| ------------------------------------
| Magic Overrides
| ------------------------------------
*/
/* line 214, ../../scss/partials/_product.scss */
.magic-tabs .magic-tabs-tabs {
  text-align: center;
}
/* line 216, ../../scss/partials/_product.scss */
.magic-tabs .magic-tabs-tabs .head {
  font-size: 22px;
  display: inline-block;
  font-weight: 300;
  float: none;
  padding: 10px 20px;
  text-align: center;
  color: #1d579d;
  border: 1px solid #FFFFFF;
}
/* line 225, ../../scss/partials/_product.scss */
.magic-tabs .magic-tabs-tabs .head.active {
  border: 1px solid #dfe4ea;
  font-weight: 300;
}
/* line 231, ../../scss/partials/_product.scss */
.magic-tabs .magic-tabs-contents {
  border-top: 1px solid #dfe4ea;
}
/* line 233, ../../scss/partials/_product.scss */
.magic-tabs .magic-tabs-contents .body {
  padding: 50px 0;
  border: none;
  overflow: hidden;
}
/* line 238, ../../scss/partials/_product.scss */
.magic-tabs .magic-tabs-contents .body ul li {
  list-style: disc;
}

/* line 247, ../../scss/partials/_product.scss */
.magic-accordion .head {
  font-size: 22px;
  font-weight: 300;
  padding: 10px 20px;
  background: #FFFFFF;
  color: #1d579d;
  border: 1px solid #dfe4ea;
}
/* line 255, ../../scss/partials/_product.scss */
.magic-accordion .head.active i:before {
  display: none;
}
/* line 260, ../../scss/partials/_product.scss */
.magic-accordion .body {
  padding: 0 0 20px;
  overflow: hidden;
}
/* line 264, ../../scss/partials/_product.scss */
.magic-accordion .body ul li {
  list-style: disc;
}

/*
| ------------------------------------
| Header
| ------------------------------------
*/
/* line 7, ../../scss/partials/_header.scss */
.header-top-wrapper {
  background: #dfe4ea;
}
/* line 10, ../../scss/partials/_header.scss */
.header-top-wrapper > .container ul {
  margin: 0;
  float: right;
}
/* line 13, ../../scss/partials/_header.scss */
.header-top-wrapper > .container ul:first-child {
  float: left;
}
/* line 17, ../../scss/partials/_header.scss */
.header-top-wrapper > .container ul:first-child li a i {
  margin-right: 5px;
}
/* line 25, ../../scss/partials/_header.scss */
.header-top-wrapper > .container ul:last-child li:last-child {
  padding: 0;
}
/* line 28, ../../scss/partials/_header.scss */
.header-top-wrapper > .container ul:last-child li a {
  padding: 8px 0;
}
/* line 30, ../../scss/partials/_header.scss */
.header-top-wrapper > .container ul:last-child li a i {
  font-size: 20px;
}
/* line 36, ../../scss/partials/_header.scss */
.header-top-wrapper > .container ul li {
  float: left;
  display: block;
  list-style: none;
  display: block;
  margin-right: 10px;
}
/* line 42, ../../scss/partials/_header.scss */
.header-top-wrapper > .container ul li:last-child {
  margin-right: 0;
}
/* line 45, ../../scss/partials/_header.scss */
.header-top-wrapper > .container ul li a {
  color: #1d579d;
  padding: 10px 0;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 52, ../../scss/partials/_header.scss */
.header-top-wrapper > .container ul li a:hover {
  color: #256fc8;
}

/* line 61, ../../scss/partials/_header.scss */
.header-main-wrapper {
  background: #1d579d;
}
/* line 63, ../../scss/partials/_header.scss */
.header-main-wrapper .logo {
  float: left;
  padding-top: 22px;
}
/* line 66, ../../scss/partials/_header.scss */
.header-main-wrapper .logo a {
  display: block;
}
/* line 68, ../../scss/partials/_header.scss */
.header-main-wrapper .logo a img {
  display: block;
}

/*
| ------------------------------------
| Menu
| ------------------------------------
*/
/* line 95, ../../scss/partials/_header.scss */
#main-navigation #intro-text-101 a::before, #main-navigation #intro-text-101 a:visited::before,
#main-navigation #intro-text-102 a::before, #main-navigation #intro-text-102 a:visited::before,
#main-navigation #intro-text-108 a::before, #main-navigation #intro-text-108 a:visited::before,
#main-navigation #intro-text-109 a::before, #main-navigation #intro-text-109 a:visited::before,
#main-navigation #intro-text-110 a::before, #main-navigation #intro-text-110 a:visited::before,
#main-navigation #intro-text-111 a::before, #main-navigation #intro-text-111 a:visited::before,
#main-navigation #intro-text-112 a::before, #main-navigation #intro-text-112 a:visited::before,
#main-navigation #intro-text-113 a::before, #main-navigation #intro-text-113 a:visited::before,
#main-navigation #intro-text-145 a::before, #main-navigation #intro-text-145 a:visited::before,
#main-navigation #intro-text-151 a::before, #main-navigation #intro-text-151 a:visited::before,
#main-navigation li[data-menu-item-id='49'] a::before, #main-navigation li[data-menu-item-id='49'] a:visited::before,
#main-navigation li[data-menu-item-id='117'] a::before, #main-navigation li[data-menu-item-id='117'] a:visited::before,
#main-navigation li[data-menu-item-id='120'] a::before, #main-navigation li[data-menu-item-id='120'] a:visited::before {
  content: "" !important;
}

/* line 101, ../../scss/partials/_header.scss */
#main-navigation {
  margin: 0;
  text-align: center;
  padding: 0;
  float: right;
}
/* line 106, ../../scss/partials/_header.scss */
#main-navigation > li {
  display: inline;
  float: left;
}
/* line 109, ../../scss/partials/_header.scss */
#main-navigation > li > a, #main-navigation > li > a:visited {
  display: inline-block;
  display: block;
  padding: 30px 15px;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
  text-transform: uppercase;
  color: #FFFFFF;
  z-index: 999;
  position: relative;
  text-decoration: none;
}
/* line 123, ../../scss/partials/_header.scss */
#main-navigation > li:last-child {
  position: relative;
}
/* line 126, ../../scss/partials/_header.scss */
#main-navigation > li > div {
  display: none;
  position: absolute;
  background: #FFFFFF;
  z-index: 998;
  top: 100%;
  left: 0;
  right: 0;
  padding: 55px 0 40px;
  margin-top: 0;
  text-align: left;
}
/* line 137, ../../scss/partials/_header.scss */
#main-navigation > li > div ul {
  overflow: hidden;
  padding: 0;
  margin: 0;
}
/* line 141, ../../scss/partials/_header.scss */
#main-navigation > li > div ul li {
  float: left;
  display: block;
  margin-bottom: 5px;
}
/* line 145, ../../scss/partials/_header.scss */
#main-navigation > li > div ul li a, #main-navigation > li > div ul li a:visited {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: left;
  font-weight: normal;
  text-decoration: none;
}
/* line 152, ../../scss/partials/_header.scss */
#main-navigation > li > div ul li a::before, #main-navigation > li > div ul li a:visited::before {
  font-family: Fontawesome;
  content: '\f0da';
  color: #1d579d;
  margin-right: 5px;
}
/* line 163, ../../scss/partials/_header.scss */
#main-navigation > li:hover > div {
  display: block;
}
/* line 165, ../../scss/partials/_header.scss */
#main-navigation > li:hover > div::before {
  position: absolute;
  left: -100%;
  right: -100%;
  background: #FFFFFF;
  content: '';
  top: 0;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 2px 2px 5px;
}
/* line 177, ../../scss/partials/_header.scss */
#main-navigation > li:hover > a:after, #main-navigation > li:hover > a:visited:after {
  content: '';
  border-bottom: 15px solid #FFFFFF;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  bottom: 0;
  left: 10px;
}
/* line 192, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:first-child {
  width: 12.5%;
  border-right: 1px solid #dfe4eb;
}
/* line 195, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:first-child a, #main-navigation > li.three-col-dropdown > div > div > ul > li:first-child a:visited {
  text-transform: uppercase;
}
/* line 197, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:first-child a::before, #main-navigation > li.three-col-dropdown > div > div > ul > li:first-child a:visited::before {
  display: none;
}
/* line 202, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:first-child ul li {
  display: block;
  width: 100%;
}
/* line 205, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:first-child ul li a, #main-navigation > li.three-col-dropdown > div > div > ul > li:first-child ul li a:visited {
  position: relative;
  padding-right: 10px;
}
/* line 208, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:first-child ul li a::before, #main-navigation > li.three-col-dropdown > div > div > ul > li:first-child ul li a:visited::before {
  display: none;
}
/* line 212, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:first-child ul li a:hover::after, #main-navigation > li.three-col-dropdown > div > div > ul > li:first-child ul li a:visited:hover::after {
  font-family: Fontawesome;
  content: '\f0d9';
  position: absolute;
  right: 0;
  color: #dfe4eb;
  top: 50%;
  margin-top: -7px;
}
/* line 226, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:nth-child(2) {
  width: 41.66667%;
  padding: 0 40px;
}
/* line 230, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:last-child {
  float: right;
  width: 45.83333%;
  border-left: 1px solid #dfe4eb;
  padding-left: 40px;
}
/* line 235, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:last-child > a, #main-navigation > li.three-col-dropdown > div > div > ul > li:last-child > a:visited {
  display: none;
}
/* line 239, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:last-child ul li {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:last-child ul li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 241, ../../scss/partials/_header.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:last-child ul li:nth-child(2n) {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
#main-navigation > li.three-col-dropdown > div > div > ul > li:last-child ul li:nth-child(2n):after {
  content: "";
  display: table;
  clear: both;
}
/* line 256, ../../scss/partials/_header.scss */
#main-navigation > li.simple-layout > div > div > ul > li:first-child {
  border-right: none;
}
/* line 266, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:first-child {
  float: left;
  width: 12.5%;
  border-right: 1px solid #dfe4eb;
}
/* line 270, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:first-child li {
  display: block;
  width: 100%;
}
/* line 273, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:first-child li a, #main-navigation > li.category-drop-down > div > div > ul:first-child li a:visited {
  position: relative;
  text-transform: uppercase;
  padding-right: 10px;
}
/* line 277, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:first-child li a::before, #main-navigation > li.category-drop-down > div > div > ul:first-child li a:visited::before {
  display: none;
}
/* line 281, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:first-child li a:hover::after, #main-navigation > li.category-drop-down > div > div > ul:first-child li a:visited:hover::after {
  font-family: Fontawesome;
  content: '\f0d9';
  position: absolute;
  right: 0;
  color: #dfe4eb;
  top: 50%;
  margin-top: -7px;
}
/* line 294, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:nth-child(2) {
  float: left;
  width: 41.66667%;
  padding: 0 40px;
}
/* line 298, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:nth-child(2) li {
  display: none;
}
/* line 300, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:nth-child(2) li:first-child {
  display: block;
}
/* line 305, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:last-child {
  float: right;
  width: 45.83333%;
  border-left: 1px solid #dfe4eb;
  padding-left: 40px;
}
/* line 310, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:last-child ul {
  display: none;
}
/* line 312, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:last-child ul:first-child {
  display: block;
}
/* line 315, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:last-child ul li {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
#main-navigation > li.category-drop-down > div > div > ul:last-child ul li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 317, ../../scss/partials/_header.scss */
#main-navigation > li.category-drop-down > div > div > ul:last-child ul li:nth-child(2n) {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
#main-navigation > li.category-drop-down > div > div > ul:last-child ul li:nth-child(2n):after {
  content: "";
  display: table;
  clear: both;
}

/*
| ------------------------------------
| Footer
| ------------------------------------
*/
/* line 7, ../../scss/partials/_footer.scss */
.footer-top-wrapper {
  padding: 40px 0;
  border-top: 1px solid #dfe4ea;
  margin-top: 10px;
}
/* line 12, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .left {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  padding-right: 10px;
}
/* line 97, ../../scss/utils/_grid.scss */
.footer-top-wrapper > .container .left:after {
  content: "";
  display: table;
  clear: both;
}
/* line 16, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .left p img {
  display: block;
}
/* line 19, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .left p a {
  display: block;
}
/* line 24, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .right {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  padding-left: 10px;
}
/* line 97, ../../scss/utils/_grid.scss */
.footer-top-wrapper > .container .right:after {
  content: "";
  display: table;
  clear: both;
}
/* line 29, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .right h4 i {
  font-size: 24px;
  transform: rotateZ(20deg);
  margin-right: 10px;
}
/* line 35, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .right form {
  position: relative;
}
/* line 37, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .right form div {
  display: flex;
  align-items: center;
  position: relative;
}
/* line 42, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .right form div:first-of-type {
  margin-bottom: 25px;
}
/* line 46, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .right form div:last-of-type {
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  /* line 46, ../../scss/partials/_footer.scss */
  .footer-top-wrapper > .container .right form div:last-of-type {
    display: block;
  }
}
/* line 55, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .right form input {
  border: 1px solid #dfe4ea;
  border-radius: 10px;
  line-height: 22px;
  padding-right: 120px;
  padding-left: 15px;
  margin-bottom: 0;
}
/* line 63, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .right form button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 0 30px;
  line-height: 22px;
  height: 34px;
}
/* line 77, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .right p {
  font-size: 11px;
}
/* line 81, ../../scss/partials/_footer.scss */
.footer-top-wrapper > .container .right #mailing-list-signup-result .message.error li {
  padding: 10px 20px;
  margin-bottom: 10px;
}

/* line 90, ../../scss/partials/_footer.scss */
.footer-content-wrapper {
  background: #dfe4ea;
  padding: 50px 0 30px;
}
/* line 94, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.footer-content-wrapper > .container .left:after {
  content: "";
  display: table;
  clear: both;
}
/* line 96, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.footer-content-wrapper > .container .left > div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 100, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div .inner > div {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.footer-content-wrapper > .container .left > div .inner > div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 102, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div .inner > div:nth-child(4) {
  margin-right: 0;
  float: right;
}
/* line 105, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div .inner > div ul {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}
/* line 109, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div .inner > div ul li {
  font-size: 12px;
}
/* line 112, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div .inner > div ul li:before {
  content: "";
  border-color: transparent #1d579d;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;
  display: block;
  height: 0;
  width: 0;
  left: -1em;
  top: 0.9em;
  position: relative;
}
/* line 125, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div .inner > div ul li a:before {
  font-family: Fontawesome;
  color: #1d579d;
  margin-right: 5px;
}
/* line 130, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div .inner > div ul li a:hover {
  color: #1d579d;
}
/* line 132, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div .inner > div ul li a:hover:before {
  color: #256fc8;
}
/* line 141, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div.blog {
  margin-bottom: 30px;
}
/* line 143, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div.blog > div {
  font-size: 12px;
}
/* line 145, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div.blog > div a {
  padding: 10px;
  background: #FFFFFF;
  display: block;
  transition: background 0.3s ease-in, opacity 0.3s ease-in, box-shadow 0.3s ease-in;
}
/* line 150, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div.blog > div a span {
  font-size: 11px;
  color: #1d579d;
  display: block;
}
/* line 155, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .left > div.blog > div a:hover {
  opacity: 0.8;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
}
/* line 164, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .right {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  padding-left: 50px;
}
/* line 97, ../../scss/utils/_grid.scss */
.footer-content-wrapper > .container .right:after {
  content: "";
  display: table;
  clear: both;
}
/* line 168, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .right ul {
  margin: 0;
}
/* line 170, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .right ul li {
  font-size: 17px;
  display: block;
  margin-bottom: 10px;
}
/* line 174, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .right ul li a {
  display: block;
}
/* line 176, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .right ul li a i {
  margin-right: 5px;
  color: #1d579d;
}
/* line 181, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .right ul li a:hover i {
  color: #256fc8;
}
/* line 187, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .right ul.social-icons {
  overflow: hidden;
  margin-bottom: 30px;
}
/* line 190, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .right ul.social-icons li {
  float: left;
  margin-right: 10px;
}
/* line 193, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .right ul.social-icons li a {
  font-size: 28px;
}
/* line 195, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container .right ul.social-icons li a i {
  margin-right: 0;
}
/* line 203, ../../scss/partials/_footer.scss */
.footer-content-wrapper > .container h4 {
  font-weight: 700;
}

/* line 209, ../../scss/partials/_footer.scss */
.footer-meta-wrapper {
  background: #1d579d;
  padding: 10px 0;
}
/* line 213, ../../scss/partials/_footer.scss */
.footer-meta-wrapper > .container p {
  float: left;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 0;
}
/* line 219, ../../scss/partials/_footer.scss */
.footer-meta-wrapper > .container p a {
  color: #FFFFFF;
  text-decoration: none;
}
/* line 223, ../../scss/partials/_footer.scss */
.footer-meta-wrapper > .container p#homepage-link {
  float: right;
}

/* line 230, ../../scss/partials/_footer.scss */
.encryption {
  padding-top: 24px;
}
/* line 232, ../../scss/partials/_footer.scss */
.encryption p {
  width: 250px;
  display: inline-block;
  margin-right: 50px;
  font-size: 9px;
}
/* line 238, ../../scss/partials/_footer.scss */
.encryption img {
  display: inline-block;
  margin-right: 40px;
  max-height: 24px !important;
  width: auto !important;
}

/*
| ------------------------------------
| Home
| ------------------------------------
*/
/* line 7, ../../scss/partials/_homepage.scss */
#banner {
  padding: 75px 0 40px;
  background-image: linear-gradient(#FFFFFF, #dfe4ea);
}
/* line 11, ../../scss/partials/_homepage.scss */
#banner .owl-carousel .owl-item {
  transform: translateY(0);
}
/* line 15, ../../scss/partials/_homepage.scss */
#banner .slide {
  overflow: hidden;
}
/* line 17, ../../scss/partials/_homepage.scss */
#banner .slide .left {
  float: left;
  width: 75%;
  display: inline;
  position: relative;
  height: 285px;
  padding-right: 10px;
}
/* line 24, ../../scss/partials/_homepage.scss */
#banner .slide .left .inner {
  overflow: hidden;
}
/* line 27, ../../scss/partials/_homepage.scss */
#banner .slide .left .slide-content {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px 20px 0;
}
/* line 32, ../../scss/partials/_homepage.scss */
#banner .slide .left .slide-content img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 5px;
}
/* line 39, ../../scss/partials/_homepage.scss */
#banner .slide .left h2 {
  font-size: 48px;
  line-height: 58px;
}
/* line 43, ../../scss/partials/_homepage.scss */
#banner .slide .left .btn, #banner .slide .left .contact-page > .container .right button, .contact-page > .container .right #banner .slide .left button, #banner .slide .left .footer-top-wrapper > .container .right form button, .footer-top-wrapper > .container .right form #banner .slide .left button {
  line-height: 2.5;
  padding: 0 2em;
}
/* line 47, ../../scss/partials/_homepage.scss */
#banner .slide .left img {
  width: auto;
  height: 100%;
  max-width: none;
}
/* line 52, ../../scss/partials/_homepage.scss */
#banner .slide .left p.sub-title {
  max-width: 35%;
  text-shadow: white 0 0 2px, white 0 0 10px;
}
/* line 57, ../../scss/partials/_homepage.scss */
#banner .slide .right {
  float: left;
  width: 25%;
  display: inline;
  padding-left: 10px;
  text-align: center;
}
/* line 63, ../../scss/partials/_homepage.scss */
#banner .slide .right .inner {
  height: 285px;
  background-image: linear-gradient(#dfe4ea, #FFFFFF);
  overflow: hidden;
}
/* line 67, ../../scss/partials/_homepage.scss */
#banner .slide .right .inner img {
  display: block;
  margin: 0 auto;
  width: auto;
}
/* line 72, ../../scss/partials/_homepage.scss */
#banner .slide .right .inner p {
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  color: #1d579d;
  font-weight: 300;
  font-size: 15px;
}
/* line 78, ../../scss/partials/_homepage.scss */
#banner .slide .right .inner p a {
  color: #1d579d;
  text-decoration: underline;
}
/* line 86, ../../scss/partials/_homepage.scss */
#banner .slide-pagination {
  margin: 40px 0 0;
}
/* line 88, ../../scss/partials/_homepage.scss */
#banner .slide-pagination li {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 14.16667%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
  cursor: pointer;
}
/* line 97, ../../scss/utils/_grid.scss */
#banner .slide-pagination li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 92, ../../scss/partials/_homepage.scss */
#banner .slide-pagination li:nth-child(6n) {
  margin-right: 0;
  float: right;
}
/* line 95, ../../scss/partials/_homepage.scss */
#banner .slide-pagination li span {
  display: block;
  position: relative;
}
/* line 98, ../../scss/partials/_homepage.scss */
#banner .slide-pagination li span img {
  display: block;
}
/* line 103, ../../scss/partials/_homepage.scss */
#banner .slide-pagination li.active span {
  border-top: 5px solid #1d579d;
  overflow: hidden;
}
/* line 106, ../../scss/partials/_homepage.scss */
#banner .slide-pagination li.active span img {
  margin-top: -5px;
}
/* line 110, ../../scss/partials/_homepage.scss */
#banner .slide-pagination li.active:after {
  position: absolute;
  content: '';
  top: -18px;
  left: 50%;
  margin-left: -18px;
  border-bottom: 18px solid #1d579d;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
}
/* line 123, ../../scss/partials/_homepage.scss */
#banner .owl-theme .owl-nav {
  margin: 0;
}

/* line 128, ../../scss/partials/_homepage.scss */
.features {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 132, ../../scss/partials/_homepage.scss */
.features > div {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  position: relative;
}
/* line 97, ../../scss/utils/_grid.scss */
.features > div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 135, ../../scss/partials/_homepage.scss */
.features > div:nth-child(3n) {
  margin-right: 0;
  float: right;
}
/* line 138, ../../scss/partials/_homepage.scss */
.features > div:nth-child(4) {
  display: none;
}
/* line 141, ../../scss/partials/_homepage.scss */
.features > div img {
  display: block;
  transition: opacity 0.3s ease-in;
}
/* line 145, ../../scss/partials/_homepage.scss */
.features > div a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
/* line 151, ../../scss/partials/_homepage.scss */
.features > div a span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 30px;
  background: rgba(0, 0, 0, 0.3);
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  transition: background 0.3s ease-in;
}
/* line 168, ../../scss/partials/_homepage.scss */
.features > div:hover img {
  opacity: 0.8;
}
/* line 172, ../../scss/partials/_homepage.scss */
.features > div:hover a span {
  background: #000000;
}

/* line 180, ../../scss/partials/_homepage.scss */
.homepage-blocks {
  overflow: hidden;
  margin-bottom: 50px;
}
/* line 185, ../../scss/partials/_homepage.scss */
.homepage-blocks .block p:first-child {
  font-size: 24px;
  color: #1d579d;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}
/* line 192, ../../scss/partials/_homepage.scss */
.homepage-blocks .block p:last-child a {
  color: #1d579d;
  text-transform: uppercase;
}
/* line 195, ../../scss/partials/_homepage.scss */
.homepage-blocks .block p:last-child a:before {
  font-family: FontAwesome;
  content: '\f0da';
  margin-right: 5px;
}
/* line 203, ../../scss/partials/_homepage.scss */
.homepage-blocks .block:first-child {
  margin-bottom: 60px;
}
/* line 207, ../../scss/partials/_homepage.scss */
.homepage-blocks .left {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.homepage-blocks .left:after {
  content: "";
  display: table;
  clear: both;
}
/* line 209, ../../scss/partials/_homepage.scss */
.homepage-blocks .left .block {
  padding-right: 100px;
}
/* line 213, ../../scss/partials/_homepage.scss */
.homepage-blocks .center {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.homepage-blocks .center:after {
  content: "";
  display: table;
  clear: both;
}
/* line 215, ../../scss/partials/_homepage.scss */
.homepage-blocks .center h2 {
  color: #000000;
  font-size: 50px;
  text-align: center;
  line-height: 58px;
}
/* line 222, ../../scss/partials/_homepage.scss */
.homepage-blocks .right {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.homepage-blocks .right:after {
  content: "";
  display: table;
  clear: both;
}
/* line 225, ../../scss/partials/_homepage.scss */
.homepage-blocks .right .block {
  text-align: right;
  padding-left: 100px;
}

/* line 233, ../../scss/partials/_homepage.scss */
.snippet-container .snippet-box {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.snippet-container .snippet-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 235, ../../scss/partials/_homepage.scss */
.snippet-container .snippet-box:last-child {
  margin-right: 0;
  float: right;
}
/* line 239, ../../scss/partials/_homepage.scss */
.snippet-container .snippet-box-full-width {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.snippet-container .snippet-box-full-width:after {
  content: "";
  display: table;
  clear: both;
}

/* line 245, ../../scss/partials/_homepage.scss */
.category-slider {
  border-top: 1px solid #dfe4ea;
  padding-top: 50px;
}
/* line 248, ../../scss/partials/_homepage.scss */
.category-slider h2 {
  text-align: center;
  margin-bottom: 30px;
}
/* line 252, ../../scss/partials/_homepage.scss */
.category-slider ul {
  margin: 0;
}
/* line 255, ../../scss/partials/_homepage.scss */
.category-slider .item {
  text-align: left;
}
/* line 257, ../../scss/partials/_homepage.scss */
.category-slider .item p.name {
  font-size: 16px;
  color: #1d579d;
}
/* line 261, ../../scss/partials/_homepage.scss */
.category-slider .item ul {
  margin: 8px 0 0;
}
/* line 263, ../../scss/partials/_homepage.scss */
.category-slider .item ul li {
  font-size: 11px;
  margin-bottom: 5px;
}
/* line 266, ../../scss/partials/_homepage.scss */
.category-slider .item ul li a {
  display: block;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
/* line 269, ../../scss/partials/_homepage.scss */
.category-slider .item ul li a i {
  color: #1d579d;
}
/* line 272, ../../scss/partials/_homepage.scss */
.category-slider .item ul li a:hover {
  color: #1d579d;
}

/* line 3, ../../scss/partials/_editable.scss */
.editable h1, .editable h2, .editable h3, .editable h4, .editable h5, .editable h6 {
  color: #1d579d;
}
/* line 6, ../../scss/partials/_editable.scss */
.editable h1 {
  font-size: 28px;
  line-height: 33px;
}
/* line 10, ../../scss/partials/_editable.scss */
.editable ul, .editable ol {
  margin: 0 0 20px 0;
}
/* line 12, ../../scss/partials/_editable.scss */
.editable ul li, .editable ol li {
  margin: 0 0 4px 15px;
  list-style: disc;
}
/* line 16, ../../scss/partials/_editable.scss */
.editable ul ul, .editable ul ol, .editable ol ul, .editable ol ol {
  margin-top: 4px;
  margin-left: 25px;
  margin-bottom: 4px;
}
/* line 23, ../../scss/partials/_editable.scss */
.editable ol li {
  list-style: inside decimal;
}
/* line 27, ../../scss/partials/_editable.scss */
.editable a, .editable a:visited {
  color: #1d579d;
  text-decoration: underline;
}
/* line 31, ../../scss/partials/_editable.scss */
.editable img {
  display: inline;
}

/*
| ------------------------------------
| Wordpress
| ------------------------------------
*/
/* line 7, ../../scss/partials/_wordpress.scss */
.page-numbers {
  overflow: hidden;
  text-align: center;
  margin: 0;
}
/* line 11, ../../scss/partials/_wordpress.scss */
.page-numbers li {
  display: inline;
  font-size: 16px;
  padding: 5px;
}
/* line 16, ../../scss/partials/_wordpress.scss */
.page-numbers li span.current {
  color: #1d579d;
}

/*
| ------------------------------------
| Header
| ------------------------------------
*/
/* line 29, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper {
  background-image: linear-gradient(#FFFFFF, #dfe4ea);
  padding: 10px 0 40px;
}
/* line 33, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper > .container #breadcrumb {
  font-size: 10px;
  margin-bottom: 5px;
}
/* line 37, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper > .container .left {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.blog-header-wrapper > .container .left:after {
  content: "";
  display: table;
  clear: both;
}
/* line 39, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper > .container .left h1 {
  font-weight: 300;
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 10px;
}
/* line 45, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper > .container .left p {
  font-weight: bold;
  color: #1d579d;
}
/* line 50, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper > .container .right {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.blog-header-wrapper > .container .right:after {
  content: "";
  display: table;
  clear: both;
}
/* line 53, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper > .container .right > ul {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  margin-bottom: 0;
}
/* line 97, ../../scss/utils/_grid.scss */
.blog-header-wrapper > .container .right > ul:after {
  content: "";
  display: table;
  clear: both;
}
/* line 57, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper > .container .right > ul li {
  float: right;
  margin-right: 5px;
  color: #1d579d;
}
/* line 61, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper > .container .right > ul li:first-child {
  margin-right: 0;
}
/* line 64, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper > .container .right > ul li a {
  color: #1d579d;
}
/* line 69, ../../scss/partials/_wordpress.scss */
.blog-header-wrapper > .container .right > div {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  margin-top: 15px;
}
/* line 97, ../../scss/utils/_grid.scss */
.blog-header-wrapper > .container .right > div:after {
  content: "";
  display: table;
  clear: both;
}

/*
| ------------------------------------
| Index / Archive
| ------------------------------------
*/
/* line 85, ../../scss/partials/_wordpress.scss */
.wordpress #content-wrapper {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 89, ../../scss/partials/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  text-align: center;
  padding: 30px 0;
}
/* line 97, ../../scss/utils/_grid.scss */
.wordpress #content-wrapper > div .eightCol:after {
  content: "";
  display: table;
  clear: both;
}
/* line 94, ../../scss/partials/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol {
  overflow: hidden;
}
/* line 96, ../../scss/partials/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol li {
  margin-bottom: 0;
  width: 25%;
  border-bottom: none;
  padding: 10px;
}
/* line 110, ../../scss/partials/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol li h2 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
/* line 115, ../../scss/partials/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol li h2 a {
  display: block;
  padding: 10px 10px;
}
/* line 120, ../../scss/partials/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol li p {
  font-size: 12px;
}
/* line 122, ../../scss/partials/_wordpress.scss */
.wordpress #content-wrapper > div .eightCol ol li p i {
  display: block;
  color: #1d579d;
}

/* line 138, ../../scss/partials/_wordpress.scss */
.no-padding {
  padding: 0 !important;
}

/*
| ------------------------------------
| Single
| ------------------------------------
*/
/* line 152, ../../scss/partials/_wordpress.scss */
.single-post .wordpress #content-wrapper > div .eightCol {
  text-align: left;
}
/* line 155, ../../scss/partials/_wordpress.scss */
.single-post .wordpress #content-wrapper > div .eightCol article time {
  color: #1d579d;
}

/*
| ------------------------------------
| Page
| ------------------------------------
*/
/* line 175, ../../scss/partials/_wordpress.scss */
.page .wordpress #content-wrapper > div .eightCol {
  text-align: left;
}
/* line 177, ../../scss/partials/_wordpress.scss */
.page .wordpress #content-wrapper > div .eightCol .page-title {
  font-size: 50px;
  line-height: 56px;
}
/* line 181, ../../scss/partials/_wordpress.scss */
.page .wordpress #content-wrapper > div .eightCol .page-sub-title {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 31.33333%;
  margin-left: 0%;
  margin-right: 3%;
}
/* line 97, ../../scss/utils/_grid.scss */
.page .wordpress #content-wrapper > div .eightCol .page-sub-title:after {
  content: "";
  display: table;
  clear: both;
}
/* line 183, ../../scss/partials/_wordpress.scss */
.page .wordpress #content-wrapper > div .eightCol .page-sub-title h3 {
  font-size: 32px;
  line-height: 38px;
}
/* line 188, ../../scss/partials/_wordpress.scss */
.page .wordpress #content-wrapper > div .eightCol .page-content {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.page .wordpress #content-wrapper > div .eightCol .page-content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 191, ../../scss/partials/_wordpress.scss */
.page .wordpress #content-wrapper > div .eightCol .page-content.with-sub-title {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 65.66667%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
}
/* line 97, ../../scss/utils/_grid.scss */
.page .wordpress #content-wrapper > div .eightCol .page-content.with-sub-title:after {
  content: "";
  display: table;
  clear: both;
}
/* line 196, ../../scss/partials/_wordpress.scss */
.page .wordpress #content-wrapper > div .eightCol .page-content-wrapper {
  overflow: hidden;
  padding: 20px 0 0;
}
/* line 201, ../../scss/partials/_wordpress.scss */
.page .wordpress #content-wrapper > div .page-featured-image {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  height: auto;
}
/* line 207, ../../scss/partials/_wordpress.scss */
.page .wordpress #content-wrapper > div .page-content-2 {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%;
  margin-right: 0;
  float: right;
  padding: 0 110px;
}
/* line 97, ../../scss/utils/_grid.scss */
.page .wordpress #content-wrapper > div .page-content-2:after {
  content: "";
  display: table;
  clear: both;
}

/* line 219, ../../scss/partials/_wordpress.scss */
.featured-image a, .featured-image a:visited {
  display: block;
}
/* line 221, ../../scss/partials/_wordpress.scss */
.featured-image a img, .featured-image a:visited img {
  width: 100% !important;
  height: auto !important;
}
/* line 226, ../../scss/partials/_wordpress.scss */
.featured-image a.thumb_460 img, .featured-image a:visited.thumb_460 img {
  height: 268px !important;
}
/* line 231, ../../scss/partials/_wordpress.scss */
.featured-image a.thumb_340 img, .featured-image a:visited.thumb_340 img {
  height: 198px !important;
}

/* line 238, ../../scss/partials/_wordpress.scss */
.featured-image-content {
  height: 500px;
}

/* line 1, ../../scss/partials/_new-homepage.scss */
.home-banner {
  position: relative;
}
/* line 3, ../../scss/partials/_new-homepage.scss */
.home-banner .slide {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
  display: block;
}
/* line 9, ../../scss/partials/_new-homepage.scss */
.home-banner .slide .container {
  display: flex;
  height: 100%;
}
/* line 13, ../../scss/partials/_new-homepage.scss */
.home-banner .slide .overlay {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 15px;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  max-width: 300px;
  color: #fff;
}
/* line 24, ../../scss/partials/_new-homepage.scss */
.home-banner .slide .overlay * {
  color: #fff;
}
/* line 27, ../../scss/partials/_new-homepage.scss */
.home-banner .slide .overlay .title {
  font-size: 24px;
}
/* line 30, ../../scss/partials/_new-homepage.scss */
.home-banner .slide .overlay .link {
  font-weight: bold;
  text-align: right;
  font-size: 18px;
  margin-top: 12px;
}
/* line 36, ../../scss/partials/_new-homepage.scss */
.home-banner .slide .overlay .content-tiny {
  display: none;
}
@media screen and (max-width: 680px) {
  /* line 13, ../../scss/partials/_new-homepage.scss */
  .home-banner .slide .overlay {
    max-width: 500px;
    right: 20px;
  }
  /* line 42, ../../scss/partials/_new-homepage.scss */
  .home-banner .slide .overlay .title {
    font-size: 18px;
  }
  /* line 45, ../../scss/partials/_new-homepage.scss */
  .home-banner .slide .overlay .content, .home-banner .slide .overlay .content-tiny {
    font-size: 14px;
  }
  /* line 48, ../../scss/partials/_new-homepage.scss */
  .home-banner .slide .overlay .link {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  /* line 13, ../../scss/partials/_new-homepage.scss */
  .home-banner .slide .overlay {
    display: none;
  }
}
/* line 58, ../../scss/partials/_new-homepage.scss */
.home-banner .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 0;
  text-align: center;
}
/* line 64, ../../scss/partials/_new-homepage.scss */
.home-banner .owl-dots .owl-dot {
  display: inline-block;
  margin-right: 15px;
}
/* line 67, ../../scss/partials/_new-homepage.scss */
.home-banner .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  border: 3px solid white;
  border-radius: 50%;
  display: inline-block;
}
/* line 74, ../../scss/partials/_new-homepage.scss */
.home-banner .owl-dots .owl-dot span:hover {
  background: #ccc;
}
/* line 79, ../../scss/partials/_new-homepage.scss */
.home-banner .owl-dots .owl-dot.active span {
  background: white;
}

/* line 87, ../../scss/partials/_new-homepage.scss */
.home-content {
  margin-bottom: 60px;
}
/* line 89, ../../scss/partials/_new-homepage.scss */
.home-content .container {
  border-top: 1px solid #dfe4ea;
  padding-top: 40px;
}

/* line 95, ../../scss/partials/_new-homepage.scss */
.home-features {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  align-items: stretch;
}
/* line 100, ../../scss/partials/_new-homepage.scss */
.home-features > div {
  width: calc(33.33% - 12px);
  margin-bottom: 40px;
  position: relative;
  margin-left: 18px;
  align-self: stretch;
  border: 1px solid #dfe4ea;
  overflow: hidden;
}
/* line 109, ../../scss/partials/_new-homepage.scss */
.home-features > div.text {
  padding: 10px 15px;
}
/* line 112, ../../scss/partials/_new-homepage.scss */
.home-features > div.video {
  display: flex;
  align-items: center;
}
/* line 116, ../../scss/partials/_new-homepage.scss */
.home-features > div.image {
  text-align: center;
}
/* line 118, ../../scss/partials/_new-homepage.scss */
.home-features > div.image img {
  display: inline-block;
  height: 100%;
}
/* line 123, ../../scss/partials/_new-homepage.scss */
.home-features > div:nth-of-type(3n + 1) {
  margin-left: 0;
}
/* line 127, ../../scss/partials/_new-homepage.scss */
.home-features > div:first-child {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  /* line 100, ../../scss/partials/_new-homepage.scss */
  .home-features > div {
    width: calc(50% - 4px);
    margin-left: 8px;
    margin-bottom: 20px;
  }
  /* line 135, ../../scss/partials/_new-homepage.scss */
  .home-features > div:nth-of-type(3n + 1) {
    margin-left: 2px;
  }
  /* line 139, ../../scss/partials/_new-homepage.scss */
  .home-features > div:nth-of-type(2n - 1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  /* line 100, ../../scss/partials/_new-homepage.scss */
  .home-features > div {
    width: 100%;
    margin-left: 0;
  }
}
/* line 150, ../../scss/partials/_new-homepage.scss */
.home-features > div img {
  display: block;
  transition: opacity 0.3s ease-in;
}
/* line 154, ../../scss/partials/_new-homepage.scss */
.home-features > div a {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  transition: color 0.3s ease-in-out;
}
/* line 161, ../../scss/partials/_new-homepage.scss */
.home-features > div a span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  padding: 15px 30px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease-in;
}
/* line 178, ../../scss/partials/_new-homepage.scss */
.home-features > div:hover img {
  opacity: 0.8;
}
/* line 182, ../../scss/partials/_new-homepage.scss */
.home-features > div:hover a span {
  background: black;
}

/**
 * CONTAINER WIDTH - DONT ALTER
 */
/* line 6, ../../scss/partials/responsive/_init.scss */
.container {
  position: relative;
}

@media only screen and (max-width: 480px) {
  /* line 9, ../../scss/partials/responsive/_init.scss */
  body {
    /*
    | ------------------------------------
    | Contact Page
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Header
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Menu
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Home
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Product
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Reviews
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Footer
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Category
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Filters
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Banners
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Products
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Wordpress
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Header
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Index / Archive
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Page
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Wordpress
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Header
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Index / Archive
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Page
    | ------------------------------------
    */
  }
  /* line 9, ../../scss/partials/responsive/max-480/_site-shared.scss */
  body .contact-page > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .contact-page > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 14, ../../scss/partials/responsive/max-480/_site-shared.scss */
  body .contact-page > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .contact-page > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 23, ../../scss/partials/responsive/max-480/_site-shared.scss */
  body .search-box {
    width: 90%;
    left: 0;
    margin-left: 5%;
  }
  /* line 27, ../../scss/partials/responsive/max-480/_site-shared.scss */
  body .search-box .close-search {
    top: -60px;
    right: 10px;
  }
  /* line 31, ../../scss/partials/responsive/max-480/_site-shared.scss */
  body .search-box input[type="text"] {
    width: 70%;
  }
  /* line 34, ../../scss/partials/responsive/max-480/_site-shared.scss */
  body .search-box input[type="submit"] {
    width: 30%;
  }
  /* line 7, ../../scss/partials/responsive/max-480/_header.scss */
  body .header-top-wrapper {
    display: none;
  }
  /* line 11, ../../scss/partials/responsive/max-480/_header.scss */
  body .header-main-wrapper {
    background: #1d579d;
  }
  /* line 13, ../../scss/partials/responsive/max-480/_header.scss */
  body .header-main-wrapper .logo {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 10px 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .header-main-wrapper .logo:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 18, ../../scss/partials/responsive/max-480/_header.scss */
  body .header-main-wrapper .logo a img {
    margin: 0 auto;
  }
  /* line 31, ../../scss/partials/responsive/max-480/_header.scss */
  body #main-navigation {
    display: none;
  }
  /* line 35, ../../scss/partials/responsive/max-480/_header.scss */
  body .mobile-menu {
    display: block;
  }
  /* line 7, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner {
    padding: 30px 0 20px;
  }
  /* line 10, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner .slide .left {
    width: 100%;
    height: 110px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  /* line 15, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner .slide .left .slide-content {
    position: static;
  }
  /* line 17, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner .slide .left .slide-content img {
    display: none;
  }
  /* line 21, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner .slide .left h2 {
    font-size: 26px;
    line-height: 32px;
  }
  /* line 25, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner .slide .left img {
    height: auto;
    max-width: 100%;
  }
  /* line 29, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner .slide .left p.sub-title {
    max-width: none;
  }
  /* line 33, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner .slide .right {
    display: none !important;
    width: 100%;
    display: block;
    padding-left: 0;
  }
  /* line 38, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner .slide .right .inner {
    height: auto;
    padding: 30px;
  }
  /* line 43, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner .slide .inner {
    display: none !important;
  }
  /* line 47, ../../scss/partials/responsive/max-480/_homepage.scss */
  body #banner .slide-pagination {
    display: none !important;
  }
  /* line 52, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .features {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  /* line 56, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .features > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .features > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 60, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .features > div:last-child {
    margin-bottom: 0;
  }
  /* line 66, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .homepage-blocks {
    margin-bottom: 20px;
  }
  /* line 68, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .homepage-blocks .block {
    height: auto !important;
    margin-bottom: 30px;
  }
  /* line 71, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .homepage-blocks .block:first-child {
    margin-bottom: 30px;
  }
  /* line 75, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .homepage-blocks .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 79, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .homepage-blocks .left .block {
    padding-right: 0;
  }
  /* line 83, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .homepage-blocks .center {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .center:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 88, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .homepage-blocks .center h2 {
    font-size: 34px;
    line-height: 42px;
  }
  /* line 93, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .homepage-blocks .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 97, ../../scss/partials/responsive/max-480/_homepage.scss */
  body .homepage-blocks .right .block {
    text-align: left;
    padding-left: 0;
  }
  /* line 9, ../../scss/partials/responsive/max-480/_product.scss */
  body .product-top-wrapper .breadcrumb p {
    width: 100%;
  }
  /* line 12, ../../scss/partials/responsive/max-480/_product.scss */
  body .product-top-wrapper .breadcrumb > ul {
    width: 100%;
  }
  /* line 16, ../../scss/partials/responsive/max-480/_product.scss */
  body .product-top-wrapper h1 {
    font-size: 26px;
  }
  /* line 19, ../../scss/partials/responsive/max-480/_product.scss */
  body .product-top-wrapper .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 20px;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 25, ../../scss/partials/responsive/max-480/_product.scss */
  body .product-top-wrapper .center {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .center:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 30, ../../scss/partials/responsive/max-480/_product.scss */
  body .product-top-wrapper .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 35, ../../scss/partials/responsive/max-480/_product.scss */
  body .product-top-wrapper .right .product-rating span {
    display: inline;
  }
  /* line 42, ../../scss/partials/responsive/max-480/_product.scss */
  body .product-tabs-wrapper {
    padding: 20px 0 0;
  }
  /* line 46, ../../scss/partials/responsive/max-480/_product.scss */
  body .rel-prods {
    padding-top: 20px;
  }
  /* line 48, ../../scss/partials/responsive/max-480/_product.scss */
  body .rel-prods h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
  }
  /* line 55, ../../scss/partials/responsive/max-480/_product.scss */
  body .make-columns {
    column-count: 1;
    column-gap: 0;
  }
  /* line 62, ../../scss/partials/responsive/max-480/_product.scss */
  body .description.two-col > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .description.two-col > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 68, ../../scss/partials/responsive/max-480/_product.scss */
  body .description.three-col > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .description.three-col > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 81, ../../scss/partials/responsive/max-480/_product.scss */
  body .reviews {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .reviews:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 87, ../../scss/partials/responsive/max-480/_product.scss */
  body .reviewer {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .reviewer:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 9, ../../scss/partials/responsive/max-480/_footer.scss */
  body .footer-top-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding-right: 0;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-top-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 15, ../../scss/partials/responsive/max-480/_footer.scss */
  body .footer-top-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding-left: 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-top-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 25, ../../scss/partials/responsive/max-480/_footer.scss */
  body .footer-content-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 10px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 29, ../../scss/partials/responsive/max-480/_footer.scss */
  body .footer-content-wrapper > .container .left > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, ../../scss/partials/responsive/max-480/_footer.scss */
  body .footer-content-wrapper > .container .left > div .inner > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left > div .inner > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 36, ../../scss/partials/responsive/max-480/_footer.scss */
  body .footer-content-wrapper > .container .left > div .inner > div:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  /* line 43, ../../scss/partials/responsive/max-480/_footer.scss */
  body .footer-content-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding-left: 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 54, ../../scss/partials/responsive/max-480/_footer.scss */
  body .footer-meta-wrapper > .container p#homepage-link {
    float: left;
  }
  /* line 62, ../../scss/partials/responsive/max-480/_footer.scss */
  body .encryption img {
    margin-bottom: 20px !important;
  }
  /* line 9, ../../scss/partials/responsive/max-480/_category.scss */
  body .category-header-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 5px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .category-header-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 14, ../../scss/partials/responsive/max-480/_category.scss */
  body .category-header-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .category-header-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 28, ../../scss/partials/responsive/max-480/_category.scss */
  body #results .cat-filters {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 30px 0 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body #results .cat-filters:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 42, ../../scss/partials/responsive/max-480/_category.scss */
  body .category-banner {
    padding: 20px 0 0;
  }
  /* line 47, ../../scss/partials/responsive/max-480/_category.scss */
  body .category-banner > .container .banner .content .inner {
    padding: 20px;
  }
  /* line 54, ../../scss/partials/responsive/max-480/_category.scss */
  body .category-banner > .container.repeater-banner .banner .image {
    float: left;
    width: 100%;
    display: block;
    border-right: none;
    height: auto !important;
  }
  /* line 60, ../../scss/partials/responsive/max-480/_category.scss */
  body .category-banner > .container.repeater-banner .banner .image img {
    border-bottom: 4px solid #FFFFFF;
  }
  /* line 64, ../../scss/partials/responsive/max-480/_category.scss */
  body .category-banner > .container.repeater-banner .banner .content {
    float: right;
    width: 100%;
    display: block;
    border-left: none;
    height: auto !important;
  }
  /* line 72, ../../scss/partials/responsive/max-480/_category.scss */
  body .category-banner > .container.repeater-banner .banner:nth-child(2n) .image {
    border-left: none;
  }
  /* line 75, ../../scss/partials/responsive/max-480/_category.scss */
  body .category-banner > .container.repeater-banner .banner:nth-child(2n) .content {
    border-right: none;
  }
  /* line 92, ../../scss/partials/responsive/max-480/_category.scss */
  body .product-wrapper > div .item, body .category-wrapper > div .item {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    text-align: center;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-wrapper > div .item:after, body .category-wrapper > div .item:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 96, ../../scss/partials/responsive/max-480/_category.scss */
  body .product-wrapper > div .item p, body .category-wrapper > div .item p {
    text-align: left;
  }
  /* line 99, ../../scss/partials/responsive/max-480/_category.scss */
  body .product-wrapper > div .item .name, body .category-wrapper > div .item .name {
    text-align: center !important;
  }
  /* line 7, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body a img.alignright, body a img.alignleft {
    max-width: 100%;
  }
  /* line 19, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body .blog-header-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 5px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .blog-header-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 24, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body .blog-header-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .blog-header-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 42, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body .wordpress #content-wrapper > div .eightCol ol li {
    width: 100%;
  }
  /* line 62, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-title {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 66, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 70, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  /* line 77, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content.with-sub-title {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content.with-sub-title:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 83, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content-wrapper {
    padding: 0;
  }
  /* line 87, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .page-content-2 {
    padding: 0;
  }
  /* line 7, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body a img.alignright, body a img.alignleft {
    max-width: 100%;
  }
  /* line 19, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body .blog-header-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 5px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .blog-header-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 24, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body .blog-header-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .blog-header-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 42, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body .wordpress #content-wrapper > div .eightCol ol li {
    width: 100%;
  }
  /* line 62, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-title {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 66, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 70, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  /* line 77, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content.with-sub-title {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content.with-sub-title:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 83, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content-wrapper {
    padding: 0;
  }
  /* line 87, ../../scss/partials/responsive/max-480/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .page-content-2 {
    padding: 0;
  }
  /* line 3, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart table, body .cart thead, body .cart tbody, body .cart tfoot, body .cart th, body .cart td, body .cart tr {
    display: block;
  }
  /* line 6, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 11, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
  }
  /* line 15, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 20, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart td:last-child {
    border: none;
  }
  /* line 23, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart td input[type="text"], body .cart td dl {
    overflow: hidden;
    margin: 0;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: block;
    float: none;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"]:after, body .cart td dl:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 30, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart td input[type="text"] dt, body .cart td input[type="text"] dd, body .cart td dl dt, body .cart td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"] dt:after, body .cart td input[type="text"] dd:after, body .cart td dl dt:after, body .cart td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 34, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart td input[type="text"] dd, body .cart td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"] dd:after, body .cart td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 39, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart td input[type="text"] {
    padding: 10px;
  }
  /* line 43, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-value);
    font-weight: bold;
  }
  /* line 56, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart tfoot {
    width: 100%;
  }
  /* line 60, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart .submit-button {
    width: 100%;
  }
  /* line 64, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart #update_row {
    width: 100%;
  }
  /* line 66, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart #update_row .submit-button,
  body .cart #update_row .submit-button:visited {
    display: block;
    width: 100%;
  }
  /* line 71, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart #update_row input {
    margin: 0 0 5px 0;
  }
  /* line 76, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 10px;
    height: auto !important;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart .cart-boxes:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 82, ../../scss/partials/responsive/max-480/_cart.scss */
  body .cart .cart-boxes.last {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 10px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart .cart-boxes.last:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 3, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .checkout .left-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout .left-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 8, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .checkout .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: block;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout .right-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 14, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .checkout.step-1 .register-box {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout.step-1 .register-box:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 18, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .checkout.step-1 .login-box {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout.step-1 .login-box:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 23, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .checkout.step-2 #billing, body .checkout.step-3 #shipping, body .checkout.step-4 #billing, body .checkout.step-5 #payment_list {
    margin: 0;
  }
  /* line 29, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .checkout.step-2 .form-wrapper > p, body .checkout.step-2 .form-wrapper > p.last {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout.step-2 .form-wrapper > p:after, body .checkout.step-2 .form-wrapper > p.last:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 37, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .login .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .login .right-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 44, ../../scss/partials/responsive/max-480/_checkout.scss */
  body #payment_list {
    margin: 0 0 0 0;
  }
  /* line 48, ../../scss/partials/responsive/max-480/_checkout.scss */
  body #shipping_list {
    margin: 0 0 20px 0;
  }
  /* line 52, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .page-heading h1 {
    font-size: 18px;
  }
  /* line 56, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .left-content-login,
  body .right-content-login {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .left-content-login:after,
  body .right-content-login:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 62, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .left-content-login {
    margin-bottom: 20px;
  }
  /* line 66, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .customer .form-wrapper .left-wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer .form-wrapper .left-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 71, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .customer .form-wrapper .right-wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer .form-wrapper .right-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 76, ../../scss/partials/responsive/max-480/_checkout.scss */
  body .checkout ul.order-details-list {
    margin-left: 0;
  }
  /* line 4, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer .form-wrapper p, body .customer .form-wrapper p.last {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer .form-wrapper p:after, body .customer .form-wrapper p.last:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 9, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer .right-content {
    display: block;
  }
  /* line 12, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer table, body .customer thead, body .customer tbody {
    display: block;
  }
  /* line 15, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 22, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tbody th, body .customer tbody td, body .customer tbody tr, body .customer thead th, body .customer thead td, body .customer thead tr {
    display: block;
  }
  /* line 25, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tbody tr, body .customer thead tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
  }
  /* line 29, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tbody td, body .customer thead td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    overflow: hidden;
  }
  /* line 35, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tbody td:last-child, body .customer thead td:last-child {
    border: none;
  }
  /* line 38, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tbody td input[type="text"], body .customer tbody td dl, body .customer thead td input[type="text"], body .customer thead td dl {
    overflow: hidden;
    margin: 0;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: block;
    float: none;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer tbody td input[type="text"]:after, body .customer tbody td dl:after, body .customer thead td input[type="text"]:after, body .customer thead td dl:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 45, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tbody td input[type="text"] dt, body .customer tbody td input[type="text"] dd, body .customer tbody td dl dt, body .customer tbody td dl dd, body .customer thead td input[type="text"] dt, body .customer thead td input[type="text"] dd, body .customer thead td dl dt, body .customer thead td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer tbody td input[type="text"] dt:after, body .customer tbody td input[type="text"] dd:after, body .customer tbody td dl dt:after, body .customer tbody td dl dd:after, body .customer thead td input[type="text"] dt:after, body .customer thead td input[type="text"] dd:after, body .customer thead td dl dt:after, body .customer thead td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 49, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tbody td input[type="text"] dd, body .customer tbody td dl dd, body .customer thead td input[type="text"] dd, body .customer thead td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer tbody td input[type="text"] dd:after, body .customer tbody td dl dd:after, body .customer thead td input[type="text"] dd:after, body .customer thead td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 54, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tbody td input[type="text"], body .customer thead td input[type="text"] {
    padding: 10px;
  }
  /* line 58, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tbody td:before, body .customer thead td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-value);
    font-weight: bold;
  }
  /* line 71, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tfoot {
    width: 100%;
    display: table;
  }
  /* line 75, ../../scss/partials/responsive/max-480/_customer.scss */
  body .customer tfoot tr td:nth-child(1) {
    width: 75%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 568px) {
  /* line 9, ../../scss/partials/responsive/_init.scss */
  body {
    /*
    | ------------------------------------
    | Contact Page
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Header
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Menu
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Home
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Product
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Reviews
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Footer
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Category
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Filters
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Banners
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Products
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Wordpress
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Header
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Index / Archive
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Page
    | ------------------------------------
    */
  }
  /* line 9, ../../scss/partials/responsive/max-568/_site-shared.scss */
  body .contact-page > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .contact-page > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 14, ../../scss/partials/responsive/max-568/_site-shared.scss */
  body .contact-page > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .contact-page > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 22, ../../scss/partials/responsive/max-568/_site-shared.scss */
  body .search-box {
    width: 90%;
    left: 0;
    margin-left: 5%;
  }
  /* line 26, ../../scss/partials/responsive/max-568/_site-shared.scss */
  body .search-box .close-search {
    top: -60px;
    right: 10px;
  }
  /* line 7, ../../scss/partials/responsive/max-568/_header.scss */
  body .header-top-wrapper {
    display: none;
  }
  /* line 11, ../../scss/partials/responsive/max-568/_header.scss */
  body .header-main-wrapper {
    background: #1d579d;
  }
  /* line 13, ../../scss/partials/responsive/max-568/_header.scss */
  body .header-main-wrapper .logo {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 10px 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .header-main-wrapper .logo:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 18, ../../scss/partials/responsive/max-568/_header.scss */
  body .header-main-wrapper .logo a img {
    margin: 0 auto;
  }
  /* line 31, ../../scss/partials/responsive/max-568/_header.scss */
  body #main-navigation {
    display: none;
  }
  /* line 35, ../../scss/partials/responsive/max-568/_header.scss */
  body .mobile-menu {
    display: block;
  }
  /* line 7, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner {
    padding: 30px 0 20px;
  }
  /* line 10, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide .left {
    width: 100%;
    height: 200px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  /* line 15, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide .left .slide-content {
    position: static;
  }
  /* line 17, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide .left .slide-content img {
    display: none;
  }
  /* line 21, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide .left h2 {
    font-size: 26px;
    line-height: 32px;
  }
  /* line 25, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide .left img {
    height: auto;
    max-width: 100%;
  }
  /* line 29, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide .left p.sub-title {
    max-width: 60%;
  }
  /* line 33, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide .right {
    display: none !important;
    width: 100%;
    display: block;
    padding-left: 0;
  }
  /* line 38, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide .right .inner {
    height: auto;
    padding: 20px;
  }
  /* line 44, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide-pagination {
    display: none !important;
    margin: 20px 0 0;
  }
  /* line 48, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide-pagination li span {
    background: #FFFFFF;
    height: 15px;
  }
  /* line 51, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide-pagination li span img {
    display: none;
  }
  /* line 56, ../../scss/partials/responsive/max-568/_homepage.scss */
  body #banner .slide-pagination li.active:after {
    top: -9px;
    margin-left: -9px;
    border-bottom: 9px solid #1d579d;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  /* line 68, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .features {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  /* line 72, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .features > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .features > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 74, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .features > div:nth-child(3n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .features > div:nth-child(3n):after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 77, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .features > div:nth-child(2), body .features > div:nth-child(4) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: inline;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .features > div:nth-child(2):after, body .features > div:nth-child(4):after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 86, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks {
    margin-bottom: 20px;
  }
  /* line 88, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .block {
    height: auto !important;
    margin-bottom: 30px;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .block:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 92, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .block:first-child {
    margin-bottom: 30px;
    padding-right: 10px;
  }
  /* line 96, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .block:nth-child(2n) {
    margin-right: 0;
    float: right;
    padding-left: 10px;
  }
  /* line 101, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 106, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .left .block:first-child {
    padding-right: 10px;
  }
  /* line 109, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .left .block:nth-child(2n) {
    padding-right: 0;
  }
  /* line 114, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .center {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .center:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 119, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .center h2 {
    font-size: 34px;
    line-height: 42px;
  }
  /* line 124, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 128, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .right .block {
    text-align: left;
    padding-left: 0;
  }
  /* line 131, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .right .block:first-child {
    padding-right: 10px;
  }
  /* line 134, ../../scss/partials/responsive/max-568/_homepage.scss */
  body .homepage-blocks .right .block:nth-child(2n) {
    padding-right: 0;
  }
  /* line 9, ../../scss/partials/responsive/max-568/_product.scss */
  body .product-top-wrapper .breadcrumb p {
    width: 100%;
  }
  /* line 12, ../../scss/partials/responsive/max-568/_product.scss */
  body .product-top-wrapper .breadcrumb > ul {
    width: 100%;
  }
  /* line 16, ../../scss/partials/responsive/max-568/_product.scss */
  body .product-top-wrapper h1 {
    font-size: 26px;
  }
  /* line 19, ../../scss/partials/responsive/max-568/_product.scss */
  body .product-top-wrapper .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 20px;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 25, ../../scss/partials/responsive/max-568/_product.scss */
  body .product-top-wrapper .center {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .center:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 30, ../../scss/partials/responsive/max-568/_product.scss */
  body .product-top-wrapper .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 35, ../../scss/partials/responsive/max-568/_product.scss */
  body .product-top-wrapper .right .product-rating span {
    display: inline;
  }
  /* line 42, ../../scss/partials/responsive/max-568/_product.scss */
  body .product-tabs-wrapper {
    padding: 20px 0 0;
  }
  /* line 46, ../../scss/partials/responsive/max-568/_product.scss */
  body .rel-prods {
    padding-top: 20px;
  }
  /* line 48, ../../scss/partials/responsive/max-568/_product.scss */
  body .rel-prods h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
  }
  /* line 55, ../../scss/partials/responsive/max-568/_product.scss */
  body .make-columns {
    column-count: 1;
    column-gap: 0;
  }
  /* line 62, ../../scss/partials/responsive/max-568/_product.scss */
  body .description.two-col > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .description.two-col > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 68, ../../scss/partials/responsive/max-568/_product.scss */
  body .description.three-col > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .description.three-col > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 81, ../../scss/partials/responsive/max-568/_product.scss */
  body .reviews {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .reviews:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 87, ../../scss/partials/responsive/max-568/_product.scss */
  body .reviewer {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .reviewer:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 9, ../../scss/partials/responsive/max-568/_footer.scss */
  body .footer-top-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding-right: 0;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-top-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 15, ../../scss/partials/responsive/max-568/_footer.scss */
  body .footer-top-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding-left: 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-top-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 25, ../../scss/partials/responsive/max-568/_footer.scss */
  body .footer-content-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 10px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 29, ../../scss/partials/responsive/max-568/_footer.scss */
  body .footer-content-wrapper > .container .left > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, ../../scss/partials/responsive/max-568/_footer.scss */
  body .footer-content-wrapper > .container .left > div .inner > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left > div .inner > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 36, ../../scss/partials/responsive/max-568/_footer.scss */
  body .footer-content-wrapper > .container .left > div .inner > div:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  /* line 43, ../../scss/partials/responsive/max-568/_footer.scss */
  body .footer-content-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding-left: 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 54, ../../scss/partials/responsive/max-568/_footer.scss */
  body .footer-meta-wrapper > .container p#homepage-link {
    float: left;
  }
  /* line 9, ../../scss/partials/responsive/max-568/_category.scss */
  body .category-header-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 5px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .category-header-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 14, ../../scss/partials/responsive/max-568/_category.scss */
  body .category-header-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .category-header-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 28, ../../scss/partials/responsive/max-568/_category.scss */
  body #results .cat-filters {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 30px 0 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body #results .cat-filters:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 42, ../../scss/partials/responsive/max-568/_category.scss */
  body .category-banner {
    padding: 20px 0 0;
  }
  /* line 47, ../../scss/partials/responsive/max-568/_category.scss */
  body .category-banner > .container .banner .content .inner {
    padding: 20px;
  }
  /* line 54, ../../scss/partials/responsive/max-568/_category.scss */
  body .category-banner > .container.repeater-banner .banner .image {
    float: left;
    width: 100%;
    display: block;
    border-right: none;
    height: auto !important;
  }
  /* line 60, ../../scss/partials/responsive/max-568/_category.scss */
  body .category-banner > .container.repeater-banner .banner .image img {
    border-bottom: 4px solid #FFFFFF;
  }
  /* line 64, ../../scss/partials/responsive/max-568/_category.scss */
  body .category-banner > .container.repeater-banner .banner .content {
    float: right;
    width: 100%;
    display: block;
    border-left: none;
    height: auto !important;
  }
  /* line 72, ../../scss/partials/responsive/max-568/_category.scss */
  body .category-banner > .container.repeater-banner .banner:nth-child(2n) .image {
    border-left: none;
  }
  /* line 75, ../../scss/partials/responsive/max-568/_category.scss */
  body .category-banner > .container.repeater-banner .banner:nth-child(2n) .content {
    border-right: none;
  }
  /* line 93, ../../scss/partials/responsive/max-568/_category.scss */
  body .product-wrapper > div .item, body .category-wrapper > div .item {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-wrapper > div .item:after, body .category-wrapper > div .item:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 96, ../../scss/partials/responsive/max-568/_category.scss */
  body .product-wrapper > div .item:nth-child(2n), body .category-wrapper > div .item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  /* line 99, ../../scss/partials/responsive/max-568/_category.scss */
  body .product-wrapper > div .item p, body .category-wrapper > div .item p {
    text-align: left;
  }
  /* line 102, ../../scss/partials/responsive/max-568/_category.scss */
  body .product-wrapper > div .item .name, body .category-wrapper > div .item .name {
    text-align: center !important;
  }
  /* line 15, ../../scss/partials/responsive/max-568/_wordpress.scss */
  body .blog-header-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 5px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .blog-header-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 20, ../../scss/partials/responsive/max-568/_wordpress.scss */
  body .blog-header-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .blog-header-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 38, ../../scss/partials/responsive/max-568/_wordpress.scss */
  body .wordpress #content-wrapper > div .eightCol ol li {
    width: 50%;
  }
  /* line 41, ../../scss/partials/responsive/max-568/_wordpress.scss */
  body .wordpress #content-wrapper > div .eightCol ol li h2 a {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 64, ../../scss/partials/responsive/max-568/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-title {
    font-size: 24px;
    line-height: 30px;
  }
  /* line 68, ../../scss/partials/responsive/max-568/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 72, ../../scss/partials/responsive/max-568/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
  }
  /* line 79, ../../scss/partials/responsive/max-568/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content.with-sub-title {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content.with-sub-title:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 85, ../../scss/partials/responsive/max-568/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content-wrapper {
    padding: 0;
  }
  /* line 89, ../../scss/partials/responsive/max-568/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .page-content-2 {
    padding: 0;
  }
  /* line 3, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart table, body .cart thead, body .cart tbody, body .cart tfoot, body .cart th, body .cart td, body .cart tr {
    display: block;
  }
  /* line 6, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 11, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
  }
  /* line 15, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 20, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart td:last-child {
    border: none;
  }
  /* line 23, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart td input[type="text"], body .cart td dl {
    overflow: hidden;
    margin: 0;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: block;
    float: none;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"]:after, body .cart td dl:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 30, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart td input[type="text"] dt, body .cart td input[type="text"] dd, body .cart td dl dt, body .cart td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"] dt:after, body .cart td input[type="text"] dd:after, body .cart td dl dt:after, body .cart td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 34, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart td input[type="text"] dd, body .cart td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"] dd:after, body .cart td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 39, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart td input[type="text"] {
    padding: 10px;
  }
  /* line 43, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-value);
    font-weight: bold;
  }
  /* line 56, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart tfoot {
    width: 100%;
  }
  /* line 60, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart .submit-button {
    width: 100%;
  }
  /* line 64, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart #update_row {
    width: 100%;
  }
  /* line 66, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart #update_row .submit-button,
  body .cart #update_row .submit-button:visited {
    display: block;
    width: 100%;
  }
  /* line 71, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart #update_row input {
    margin: 0 0 5px 0;
  }
  /* line 76, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 10px;
    height: auto !important;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart .cart-boxes:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 82, ../../scss/partials/responsive/max-568/_cart.scss */
  body .cart .cart-boxes.last {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 10px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart .cart-boxes.last:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 3, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .checkout .left-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout .left-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 8, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .checkout .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: block;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout .right-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 14, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .checkout.step-1 .register-box {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout.step-1 .register-box:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 18, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .checkout.step-1 .login-box {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout.step-1 .login-box:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 23, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .checkout.step-2 #billing, body .checkout.step-3 #shipping, body .checkout.step-4 #billing, body .checkout.step-5 #payment_list {
    margin: 0;
  }
  /* line 29, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .checkout.step-2 .form-wrapper > p, body .checkout.step-2 .form-wrapper > p.last {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout.step-2 .form-wrapper > p:after, body .checkout.step-2 .form-wrapper > p.last:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 37, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .login .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .login .right-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 44, ../../scss/partials/responsive/max-568/_checkout.scss */
  body #payment_list {
    margin: 0 0 0 0;
  }
  /* line 48, ../../scss/partials/responsive/max-568/_checkout.scss */
  body #shipping_list {
    margin: 0 0 20px 0;
  }
  /* line 52, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .page-heading h1 {
    font-size: 18px;
  }
  /* line 56, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .left-content-login,
  body .right-content-login {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .left-content-login:after,
  body .right-content-login:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 62, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .left-content-login {
    margin-bottom: 20px;
  }
  /* line 67, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .customer .form-wrapper .left-wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer .form-wrapper .left-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 72, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .customer .form-wrapper .right-wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer .form-wrapper .right-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 77, ../../scss/partials/responsive/max-568/_checkout.scss */
  body .checkout ul.order-details-list {
    margin-left: 0;
  }
  /* line 4, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer .form-wrapper p, body .customer .form-wrapper p.last {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer .form-wrapper p:after, body .customer .form-wrapper p.last:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 9, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer .right-content {
    display: block;
  }
  /* line 12, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer table, body .customer thead, body .customer tbody {
    display: block;
  }
  /* line 15, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 22, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tbody th, body .customer tbody td, body .customer tbody tr, body .customer thead th, body .customer thead td, body .customer thead tr {
    display: block;
  }
  /* line 25, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tbody tr, body .customer thead tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
  }
  /* line 29, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tbody td, body .customer thead td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    overflow: hidden;
  }
  /* line 35, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tbody td:last-child, body .customer thead td:last-child {
    border: none;
  }
  /* line 38, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tbody td input[type="text"], body .customer tbody td dl, body .customer thead td input[type="text"], body .customer thead td dl {
    overflow: hidden;
    margin: 0;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: block;
    float: none;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer tbody td input[type="text"]:after, body .customer tbody td dl:after, body .customer thead td input[type="text"]:after, body .customer thead td dl:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 45, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tbody td input[type="text"] dt, body .customer tbody td input[type="text"] dd, body .customer tbody td dl dt, body .customer tbody td dl dd, body .customer thead td input[type="text"] dt, body .customer thead td input[type="text"] dd, body .customer thead td dl dt, body .customer thead td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer tbody td input[type="text"] dt:after, body .customer tbody td input[type="text"] dd:after, body .customer tbody td dl dt:after, body .customer tbody td dl dd:after, body .customer thead td input[type="text"] dt:after, body .customer thead td input[type="text"] dd:after, body .customer thead td dl dt:after, body .customer thead td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 49, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tbody td input[type="text"] dd, body .customer tbody td dl dd, body .customer thead td input[type="text"] dd, body .customer thead td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer tbody td input[type="text"] dd:after, body .customer tbody td dl dd:after, body .customer thead td input[type="text"] dd:after, body .customer thead td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 54, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tbody td input[type="text"], body .customer thead td input[type="text"] {
    padding: 10px;
  }
  /* line 58, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tbody td:before, body .customer thead td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-value);
    font-weight: bold;
  }
  /* line 71, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tfoot {
    width: 100%;
    display: table;
  }
  /* line 75, ../../scss/partials/responsive/max-568/_customer.scss */
  body .customer tfoot tr td:nth-child(1) {
    width: 75%;
  }
}
@media only screen and (min-width: 569px) and (max-width: 768px) {
  /* line 9, ../../scss/partials/responsive/_init.scss */
  body {
    /*
    | ------------------------------------
    | Header
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Menu
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Home
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Product
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Footer
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Category
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Filters
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Banners
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Products
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Wordpress
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Index / Archive
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Page
    | ------------------------------------
    */
  }
  /* line 1, ../../scss/partials/responsive/max-768/_site-shared.scss */
  body .search-box {
    width: 90%;
    left: 0;
    margin-left: 5%;
  }
  /* line 5, ../../scss/partials/responsive/max-768/_site-shared.scss */
  body .search-box .close-search {
    top: -60px;
    right: 10px;
  }
  /* line 7, ../../scss/partials/responsive/max-768/_header.scss */
  body .header-top-wrapper {
    display: none;
  }
  /* line 11, ../../scss/partials/responsive/max-768/_header.scss */
  body .header-main-wrapper {
    background: #1d579d;
  }
  /* line 13, ../../scss/partials/responsive/max-768/_header.scss */
  body .header-main-wrapper .logo {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 10px 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .header-main-wrapper .logo:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 18, ../../scss/partials/responsive/max-768/_header.scss */
  body .header-main-wrapper .logo a img {
    margin: 0 auto;
  }
  /* line 31, ../../scss/partials/responsive/max-768/_header.scss */
  body #main-navigation {
    display: none;
  }
  /* line 35, ../../scss/partials/responsive/max-768/_header.scss */
  body .mobile-menu {
    display: block;
  }
  /* line 7, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner {
    padding: 30px 0 20px;
  }
  /* line 10, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide .left {
    width: 100%;
    height: 200px;
    padding-right: 0;
    margin-bottom: 10px;
  }
  /* line 15, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide .left .slide-content {
    position: static;
  }
  /* line 17, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide .left .slide-content img {
    display: none;
  }
  /* line 21, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide .left h2 {
    font-size: 26px;
    line-height: 32px;
  }
  /* line 25, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide .left img {
    height: auto;
    max-width: 100%;
  }
  /* line 29, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide .left p.sub-title {
    max-width: 50%;
  }
  /* line 33, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide .right {
    display: none !important;
    width: 100%;
    display: block;
    padding-left: 0;
  }
  /* line 38, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide .right .inner {
    height: auto;
    padding: 20px;
  }
  /* line 44, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide-pagination {
    display: none !important;
    margin: 20px 0 0;
  }
  /* line 48, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide-pagination li span {
    background: #FFFFFF;
    height: 15px;
  }
  /* line 51, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide-pagination li span img {
    display: none;
  }
  /* line 56, ../../scss/partials/responsive/max-768/_homepage.scss */
  body #banner .slide-pagination li.active:after {
    top: -9px;
    margin-left: -9px;
    border-bottom: 9px solid #1d579d;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
  }
  /* line 68, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .features {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  /* line 72, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .features > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .features > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 74, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .features > div:nth-child(3n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .features > div:nth-child(3n):after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 77, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .features > div:nth-child(2), body .features > div:nth-child(4) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: inline;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .features > div:nth-child(2):after, body .features > div:nth-child(4):after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 86, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks {
    margin-bottom: 20px;
  }
  /* line 88, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .block {
    height: auto !important;
    margin-bottom: 30px;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .block:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 92, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .block:first-child {
    margin-bottom: 30px;
    padding-right: 10px;
  }
  /* line 96, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .block:nth-child(2n) {
    margin-right: 0;
    float: right;
    padding-left: 10px;
  }
  /* line 101, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 106, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .left .block:first-child {
    padding-right: 10px;
  }
  /* line 109, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .left .block:nth-child(2n) {
    padding-right: 0;
  }
  /* line 114, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .center {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .center:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 119, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .center h2 {
    font-size: 34px;
    line-height: 42px;
  }
  /* line 124, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .homepage-blocks .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 128, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .right .block {
    text-align: left;
    padding-left: 0;
  }
  /* line 131, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .right .block:first-child {
    padding-right: 10px;
  }
  /* line 134, ../../scss/partials/responsive/max-768/_homepage.scss */
  body .homepage-blocks .right .block:nth-child(2n) {
    padding-right: 0;
  }
  /* line 9, ../../scss/partials/responsive/max-768/_product.scss */
  body .product-top-wrapper .breadcrumb p {
    width: 100%;
  }
  /* line 12, ../../scss/partials/responsive/max-768/_product.scss */
  body .product-top-wrapper .breadcrumb > ul {
    width: 100%;
  }
  /* line 16, ../../scss/partials/responsive/max-768/_product.scss */
  body .product-top-wrapper h1 {
    font-size: 26px;
  }
  /* line 19, ../../scss/partials/responsive/max-768/_product.scss */
  body .product-top-wrapper .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 20px;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 24, ../../scss/partials/responsive/max-768/_product.scss */
  body .product-top-wrapper .center {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .center:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 29, ../../scss/partials/responsive/max-768/_product.scss */
  body .product-top-wrapper .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 34, ../../scss/partials/responsive/max-768/_product.scss */
  body .product-top-wrapper .right .product-rating span {
    display: inline;
  }
  /* line 41, ../../scss/partials/responsive/max-768/_product.scss */
  body .product-tabs-wrapper {
    padding: 20px 0 0;
  }
  /* line 45, ../../scss/partials/responsive/max-768/_product.scss */
  body .rel-prods {
    padding-top: 20px;
  }
  /* line 47, ../../scss/partials/responsive/max-768/_product.scss */
  body .rel-prods h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 26px;
  }
  /* line 54, ../../scss/partials/responsive/max-768/_product.scss */
  body .make-columns {
    column-count: 2;
    column-gap: 30px;
  }
  /* line 61, ../../scss/partials/responsive/max-768/_product.scss */
  body .description.two-col > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .description.two-col > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 67, ../../scss/partials/responsive/max-768/_product.scss */
  body .description.three-col > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .description.three-col > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 9, ../../scss/partials/responsive/max-768/_footer.scss */
  body .footer-top-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding-right: 0;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-top-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 15, ../../scss/partials/responsive/max-768/_footer.scss */
  body .footer-top-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding-left: 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-top-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 25, ../../scss/partials/responsive/max-768/_footer.scss */
  body .footer-content-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 10px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 29, ../../scss/partials/responsive/max-768/_footer.scss */
  body .footer-content-wrapper > .container .left > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, ../../scss/partials/responsive/max-768/_footer.scss */
  body .footer-content-wrapper > .container .left > div .inner > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left > div .inner > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 36, ../../scss/partials/responsive/max-768/_footer.scss */
  body .footer-content-wrapper > .container .left > div .inner > div:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  /* line 43, ../../scss/partials/responsive/max-768/_footer.scss */
  body .footer-content-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding-left: 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 54, ../../scss/partials/responsive/max-768/_footer.scss */
  body .footer-meta-wrapper > .container p#homepage-link {
    float: left;
  }
  /* line 9, ../../scss/partials/responsive/max-768/_category.scss */
  body .category-header-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 5px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .category-header-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 14, ../../scss/partials/responsive/max-768/_category.scss */
  body .category-header-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .category-header-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 28, ../../scss/partials/responsive/max-768/_category.scss */
  body #results .cat-filters {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 30px 0 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body #results .cat-filters:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 42, ../../scss/partials/responsive/max-768/_category.scss */
  body .category-banner {
    padding: 20px 0 0;
  }
  /* line 47, ../../scss/partials/responsive/max-768/_category.scss */
  body .category-banner > .container .banner .content .inner {
    padding: 30px;
  }
  /* line 54, ../../scss/partials/responsive/max-768/_category.scss */
  body .category-banner > .container.repeater-banner .banner .image {
    float: left;
    width: 100%;
    display: block;
    border-right: none;
    height: auto !important;
  }
  /* line 60, ../../scss/partials/responsive/max-768/_category.scss */
  body .category-banner > .container.repeater-banner .banner .image img {
    border-bottom: 4px solid #FFFFFF;
  }
  /* line 64, ../../scss/partials/responsive/max-768/_category.scss */
  body .category-banner > .container.repeater-banner .banner .content {
    float: right;
    width: 100%;
    display: block;
    border-left: none;
    height: auto !important;
  }
  /* line 72, ../../scss/partials/responsive/max-768/_category.scss */
  body .category-banner > .container.repeater-banner .banner:nth-child(2n) .image {
    border-left: none;
  }
  /* line 75, ../../scss/partials/responsive/max-768/_category.scss */
  body .category-banner > .container.repeater-banner .banner:nth-child(2n) .content {
    border-right: none;
  }
  /* line 92, ../../scss/partials/responsive/max-768/_category.scss */
  body .product-wrapper > div .item, body .category-wrapper > div .item {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-wrapper > div .item:after, body .category-wrapper > div .item:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 95, ../../scss/partials/responsive/max-768/_category.scss */
  body .product-wrapper > div .item:nth-child(2n), body .category-wrapper > div .item:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  /* line 98, ../../scss/partials/responsive/max-768/_category.scss */
  body .product-wrapper > div .item p, body .category-wrapper > div .item p {
    text-align: left;
  }
  /* line 101, ../../scss/partials/responsive/max-768/_category.scss */
  body .product-wrapper > div .item .name, body .category-wrapper > div .item .name {
    text-align: center !important;
  }
  /* line 18, ../../scss/partials/responsive/max-768/_wordpress.scss */
  body .wordpress #content-wrapper > div .eightCol ol li {
    width: 50%;
  }
  /* line 21, ../../scss/partials/responsive/max-768/_wordpress.scss */
  body .wordpress #content-wrapper > div .eightCol ol li h2 a {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 44, ../../scss/partials/responsive/max-768/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-title {
    font-size: 32px;
    line-height: 38px;
  }
  /* line 48, ../../scss/partials/responsive/max-768/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 52, ../../scss/partials/responsive/max-768/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-sub-title h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
  }
  /* line 59, ../../scss/partials/responsive/max-768/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content.with-sub-title {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content.with-sub-title:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 65, ../../scss/partials/responsive/max-768/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .eightCol .page-content-wrapper {
    padding: 0;
  }
  /* line 69, ../../scss/partials/responsive/max-768/_wordpress.scss */
  body.page .wordpress #content-wrapper > div .page-content-2 {
    padding: 0;
  }
  /* line 3, ../../scss/partials/responsive/max-768/_checkout.scss */
  body .checkout .left-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 30px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout .left-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 8, ../../scss/partials/responsive/max-768/_checkout.scss */
  body .checkout .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: block;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .checkout .right-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 13, ../../scss/partials/responsive/max-768/_checkout.scss */
  body .checkout.step-2 #billing, body .checkout.step-3 #shipping, body .checkout.step-4 #billing, body .checkout.step-5 #payment_list {
    margin: 0;
  }
  /* line 22, ../../scss/partials/responsive/max-768/_checkout.scss */
  body .login .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .login .right-content:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 29, ../../scss/partials/responsive/max-768/_checkout.scss */
  body #payment_list {
    margin: 0 0 0 0;
  }
  /* line 33, ../../scss/partials/responsive/max-768/_checkout.scss */
  body #shipping_list {
    margin: 0 0 20px 0;
  }
  /* line 37, ../../scss/partials/responsive/max-768/_checkout.scss */
  body .page-heading h1 {
    font-size: 18px;
  }
  /* line 41, ../../scss/partials/responsive/max-768/_checkout.scss */
  body .left-content-login,
  body .right-content-login {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .left-content-login:after,
  body .right-content-login:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 47, ../../scss/partials/responsive/max-768/_checkout.scss */
  body .left-content-login {
    margin-bottom: 20px;
  }
  /* line 52, ../../scss/partials/responsive/max-768/_checkout.scss */
  body .customer .form-wrapper .left-wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer .form-wrapper .left-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 57, ../../scss/partials/responsive/max-768/_checkout.scss */
  body .customer .form-wrapper .right-wrapper {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .customer .form-wrapper .right-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 62, ../../scss/partials/responsive/max-768/_checkout.scss */
  body .checkout ul.order-details-list {
    margin-left: 0;
  }
  /* line 2, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart table, body .cart thead, body .cart tbody, body .cart tfoot, body .cart th, body .cart td, body .cart tr {
    display: block;
  }
  /* line 5, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  /* line 10, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0;
  }
  /* line 14, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  /* line 19, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart td:last-child {
    border: none;
  }
  /* line 22, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart td input[type="text"], body .cart td dl {
    overflow: hidden;
    margin: 0;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    display: block;
    float: none;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"]:after, body .cart td dl:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 29, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart td input[type="text"] dt, body .cart td input[type="text"] dd, body .cart td dl dt, body .cart td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"] dt:after, body .cart td input[type="text"] dd:after, body .cart td dl dt:after, body .cart td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 33, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart td input[type="text"] dd, body .cart td dl dd {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart td input[type="text"] dd:after, body .cart td dl dd:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 38, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart td input[type="text"] {
    padding: 10px;
  }
  /* line 42, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 10px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    content: attr(data-value);
    font-weight: bold;
  }
  /* line 55, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart tfoot {
    width: 100%;
  }
  /* line 59, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart .submit-button {
    width: 100%;
  }
  /* line 63, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart #update_row {
    width: 100%;
  }
  /* line 65, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart #update_row .submit-button,
  body .cart #update_row .submit-button:visited {
    display: block;
    width: 100%;
  }
  /* line 70, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart #update_row input {
    margin: 0 0 5px 0;
  }
  /* line 75, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 20px;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart .cart-boxes:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 79, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart .cart-boxes:nth-child(2) {
    margin-right: 0;
    float: right;
  }
  /* line 82, ../../scss/partials/responsive/max-768/_cart.scss */
  body .cart .cart-boxes.last {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 20px;
    margin-bottom: 20px;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart .cart-boxes.last:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1040px) {
  /* line 9, ../../scss/partials/responsive/_init.scss */
  body {
    /*
    | ------------------------------------
    | Menu
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Home
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Footer
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Product
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Category
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Filters
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Banners
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Products
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Wordpress
    | ------------------------------------
    */
    /*
    | ------------------------------------
    | Index / Archive
    | ------------------------------------
    */
  }
  /* line 53, ../../scss/partials/responsive/_init.scss */
  body .container {
    max-width: 770px;
  }
  /* line 9, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li > a, body #main-navigation > li > a:visited {
    padding: 30px 10px;
  }
  /* line 16, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li.three-col-dropdown > div > div > ul > li:first-child {
    width: 16.66667%;
  }
  /* line 19, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li.three-col-dropdown > div > div > ul > li:nth-child(2) {
    width: 41.66667%;
  }
  /* line 22, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li.three-col-dropdown > div > div > ul > li:last-child {
    width: 41.66667%;
  }
  /* line 25, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li.three-col-dropdown > div > div > ul > li:last-child ul li {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body #main-navigation > li.three-col-dropdown > div > div > ul > li:last-child ul li:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 27, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li.three-col-dropdown > div > div > ul > li:last-child ul li:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body #main-navigation > li.three-col-dropdown > div > div > ul > li:last-child ul li:nth-child(2n):after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 41, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li.category-drop-down > div > div > ul:first-child {
    width: 16.66667%;
  }
  /* line 44, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li.category-drop-down > div > div > ul:nth-child(2) {
    width: 41.66667%;
  }
  /* line 47, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li.category-drop-down > div > div > ul:last-child {
    width: 41.66667%;
  }
  /* line 50, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li.category-drop-down > div > div > ul:last-child ul li {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body #main-navigation > li.category-drop-down > div > div > ul:last-child ul li:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 52, ../../scss/partials/responsive/max-1040/_header.scss */
  body #main-navigation > li.category-drop-down > div > div > ul:last-child ul li:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body #main-navigation > li.category-drop-down > div > div > ul:last-child ul li:nth-child(2n):after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 7, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body #banner {
    padding: 60px 0 40px;
  }
  /* line 10, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body #banner .slide .left {
    width: 66.66667%;
    height: 250px;
  }
  /* line 13, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body #banner .slide .left h2 {
    font-size: 42px;
    line-height: 52px;
  }
  /* line 17, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body #banner .slide .left p.sub-title {
    max-width: 50%;
  }
  /* line 21, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body #banner .slide .right {
    display: none !important;
    width: 33.33333%;
  }
  /* line 24, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body #banner .slide .right .inner {
    height: 250px;
  }
  /* line 29, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body #banner .slide-pagination {
    display: none !important;
  }
  /* line 33, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body #banner .slide-pagination li.active:after {
    top: -12px;
    margin-left: -12px;
    border-bottom: 12px solid #1d579d;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
  }
  /* line 48, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body .features > div a span {
    padding: 10px 20px;
    font-size: 13px;
    line-height: 16px;
  }
  /* line 83, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body .homepage-blocks .left .block {
    padding-right: 50px;
  }
  /* line 88, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body .homepage-blocks .center h2 {
    font-size: 44px;
    line-height: 54px;
  }
  /* line 94, ../../scss/partials/responsive/max-1040/_homepage.scss */
  body .homepage-blocks .right .block {
    padding-left: 50px;
  }
  /* line 10, ../../scss/partials/responsive/max-1040/_footer.scss */
  body .footer-content-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 15, ../../scss/partials/responsive/max-1040/_footer.scss */
  body .footer-content-wrapper > .container .left > div.blog .inner > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    margin-bottom: 10px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .left > div.blog .inner > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 18, ../../scss/partials/responsive/max-1040/_footer.scss */
  body .footer-content-wrapper > .container .left > div.blog .inner > div:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  /* line 26, ../../scss/partials/responsive/max-1040/_footer.scss */
  body .footer-content-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding-left: 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .footer-content-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 31, ../../scss/partials/responsive/max-1040/_footer.scss */
  body .footer-content-wrapper > .container .right ul li {
    font-size: 16px;
  }
  /* line 8, ../../scss/partials/responsive/max-1040/_product.scss */
  body .product-top-wrapper .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 65.66667%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 20px;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 13, ../../scss/partials/responsive/max-1040/_product.scss */
  body .product-top-wrapper .center {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .center:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 18, ../../scss/partials/responsive/max-1040/_product.scss */
  body .product-top-wrapper .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-top-wrapper .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 23, ../../scss/partials/responsive/max-1040/_product.scss */
  body .product-top-wrapper .right .product-rating span {
    display: inline;
  }
  /* line 32, ../../scss/partials/responsive/max-1040/_product.scss */
  body .description.three-col > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .description.three-col > div:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 34, ../../scss/partials/responsive/max-1040/_product.scss */
  body .description.three-col > div:nth-child(2n) {
    margin-right: 0;
    float: right;
  }
  /* line 37, ../../scss/partials/responsive/max-1040/_product.scss */
  body .description.three-col > div:nth-child(3n) {
    margin-top: 20px;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .description.three-col > div:nth-child(3n):after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 9, ../../scss/partials/responsive/max-1040/_category.scss */
  body .category-header-wrapper > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    margin-bottom: 5px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .category-header-wrapper > .container .left:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 14, ../../scss/partials/responsive/max-1040/_category.scss */
  body .category-header-wrapper > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .category-header-wrapper > .container .right:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 28, ../../scss/partials/responsive/max-1040/_category.scss */
  body #results .cat-filters {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 30px 0 0;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body #results .cat-filters:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 42, ../../scss/partials/responsive/max-1040/_category.scss */
  body .category-banner {
    padding: 20px 0 0;
  }
  /* line 47, ../../scss/partials/responsive/max-1040/_category.scss */
  body .category-banner > .container .banner .content .inner {
    padding: 30px;
  }
  /* line 54, ../../scss/partials/responsive/max-1040/_category.scss */
  body .category-banner > .container.repeater-banner .banner .image {
    float: left;
    width: 100%;
    display: block;
    border-right: none;
    height: auto !important;
  }
  /* line 60, ../../scss/partials/responsive/max-1040/_category.scss */
  body .category-banner > .container.repeater-banner .banner .image img {
    border-bottom: 4px solid #FFFFFF;
  }
  /* line 64, ../../scss/partials/responsive/max-1040/_category.scss */
  body .category-banner > .container.repeater-banner .banner .content {
    float: right;
    width: 100%;
    display: block;
    border-left: none;
    height: auto !important;
  }
  /* line 72, ../../scss/partials/responsive/max-1040/_category.scss */
  body .category-banner > .container.repeater-banner .banner:nth-child(2n) .image {
    border-left: none;
  }
  /* line 75, ../../scss/partials/responsive/max-1040/_category.scss */
  body .category-banner > .container.repeater-banner .banner:nth-child(2n) .content {
    border-right: none;
  }
  /* line 92, ../../scss/partials/responsive/max-1040/_category.scss */
  body .product-wrapper > div .item, body .category-wrapper > div .item {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
    text-align: center;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-wrapper > div .item:after, body .category-wrapper > div .item:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 95, ../../scss/partials/responsive/max-1040/_category.scss */
  body .product-wrapper > div .item:nth-child(4n), body .category-wrapper > div .item:nth-child(4n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 31.33333%;
    margin-left: 0%;
    margin-right: 3%;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .product-wrapper > div .item:nth-child(4n):after, body .category-wrapper > div .item:nth-child(4n):after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 98, ../../scss/partials/responsive/max-1040/_category.scss */
  body .product-wrapper > div .item:nth-child(3n), body .category-wrapper > div .item:nth-child(3n) {
    margin-right: 0;
    float: right;
  }
  /* line 101, ../../scss/partials/responsive/max-1040/_category.scss */
  body .product-wrapper > div .item p, body .category-wrapper > div .item p {
    text-align: left;
  }
  /* line 104, ../../scss/partials/responsive/max-1040/_category.scss */
  body .product-wrapper > div .item .name, body .category-wrapper > div .item .name {
    text-align: center !important;
  }
  /* line 18, ../../scss/partials/responsive/max-1040/_wordpress.scss */
  body .wordpress #content-wrapper > div .eightCol ol li {
    width: 33.33333%;
  }
  /* line 21, ../../scss/partials/responsive/max-1040/_wordpress.scss */
  body .wordpress #content-wrapper > div .eightCol ol li h2 a {
    padding-left: 30px;
    padding-right: 30px;
  }
  /* line 2, ../../scss/partials/responsive/max-1040/_cart.scss */
  body .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%;
    padding: 20px;
    margin-bottom: 20px;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart .cart-boxes:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 6, ../../scss/partials/responsive/max-1040/_cart.scss */
  body .cart .cart-boxes:nth-child(2) {
    margin-right: 0;
    float: right;
  }
  /* line 9, ../../scss/partials/responsive/max-1040/_cart.scss */
  body .cart .cart-boxes.last {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%;
    margin-right: 0;
    float: right;
    padding: 20px;
    margin-bottom: 20px;
    height: auto !important;
  }
  /* line 97, ../../scss/utils/_grid.scss */
  body .cart .cart-boxes.last:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media only screen and (max-width: 569px) {
  /* line 67, ../../scss/partials/responsive/_init.scss */
  html.show-model {
    overflow: visible;
  }
  /* line 69, ../../scss/partials/responsive/_init.scss */
  html.show-model .model {
    max-width: 100%;
    left: 10px;
    right: 10px;
    width: auto;
    margin-left: 0;
    position: absolute;
  }
  /* line 77, ../../scss/partials/responsive/_init.scss */
  html.show-model .model .inner input, html.show-model .model .inner .selectricWrapper {
    max-width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
