body {
  margin: 0;
  font-family: "Open Sans", serif; }

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

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

audio, canvas,
progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif; }

.clearfix:after, .cf:after {
  content: "";
  display: table;
  clear: both; }

.skip-link {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px; }

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin-bottom: 21px; }

ul, ol, dd {
  margin-left: 42px; }

.sep {
  margin: 0 11px; }

.container {
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1em;
  padding-right: 1em; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

.container {
  width: auto;
  max-width: 100%;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 1em;
  padding-right: 1em;
  width: 1210px;
  padding: 0 10px; }
  .container:after {
    content: "";
    display: table;
    clear: both; }

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

html {
  font-family: "Open Sans", sans-serif;
  background-color: #fff;
  color: #252525;
  overflow-y: scroll;
  height: 100%; }

body {
  min-height: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #252525;
  font-weight: 300; }

h1, .h1 {
  font-size: 38px;
  line-height: 44px; }

h2, .h2 {
  font-size: 37px;
  line-height: 43px; }

h3, .h3 {
  font-size: 24px;
  line-height: 30px; }

h4, .h4 {
  font-size: 18px;
  line-height: 24px; }

h5, .h5 {
  font-size: 14px;
  line-height: 20px; }

h6, .h6 {
  font-size: 12px;
  line-height: 18px; }

.lede, .lead {
  font-size: 18px;
  line-height: 24px; }

img {
  max-width: 100%;
  font-style: italic; }

a, a:visited {
  color: #252525;
  text-decoration: underline;
  -webkit-transition: color 0.2s ease-in-out;
          transition: color 0.2s ease-in-out; }

a:hover,
a:focus {
  color: #4b4b4b; }

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

.unstyled {
  margin: 0;
  padding: 0;
  list-style: none; }

code {
  background: #f5f2f0;
  border: 1px solid #e6e6e6;
  color: #252525;
  padding: 1.66667px 5px;
  font-family: Monaco, Verdana, "Dejavu Sans", sans-serif;
  border-radius: 3px;
  white-space: nowrap;
  font-size: inherit; }

kbd {
  background: #252525;
  color: white;
  padding: 1.66667px 5px;
  font-family: Monaco, Verdana, "Dejavu Sans", sans-serif;
  border-radius: 3px;
  font-size: 14px;
  line-height: 20px; }

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: 21px;
  color: #252525;
  background: #f5f2f0;
  border-radius: 4px;
  border: 1px solid #e6e6e6; }
  pre > :last-child {
    margin-bottom: 0; }

table {
  border-collapse: collapse;
  margin: 11px 0;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 21px; }

th {
  border: 1px solid #e2e2e2;
  font-weight: bold;
  padding: 10.5px 0;
  text-align: left;
  padding: 11px;
  color: #252525; }

td {
  border: 1px solid #e2e2e2;
  padding: 11px 0;
  padding: 11px; }

tr, td, th {
  vertical-align: middle; }

fieldset {
  background: none;
  border: 1px solid #e2e2e2;
  padding: 21px;
  margin-bottom: 21px; }
  fieldset legend {
    padding: 0 11px;
    color: #252525; }

label {
  margin-bottom: 5px;
  display: inline-block;
  color: #252525; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="text"],
input[type="email"],
input[type="search"],
input[type="number"],
input[type="password"],
textarea {
  width: 100%;
  display: block;
  font-size: 14px;
  color: #808080;
  margin-bottom: 21px;
  outline: none;
  border: 1px solid transparent;
  border-radius: 1px;
  padding: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: whitesmoke;
  -webkit-transition: border 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
          transition: border 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  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; }
  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;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
            box-shadow: 0 0 5px 0 #ccc;
    background: #fafafa; }

textarea {
  resize: vertical; }

input[type="submit"] {
  background: none;
  border: 1px solid transparent;
  padding: 11px 21px;
  color: #252525;
  border-radius: 1px;
  outline: none;
  -webkit-transition: border 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
          transition: border 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: whitesmoke; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
            box-shadow: 0 0 5px 0 #ccc;
    background: #fafafa; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 5px; }

input[type="file"] {
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100%; }

select {
  margin-bottom: 21px;
  max-width: 100%;
  width: auto; }

/* ------------------------------ */
/* Buttons
/* ------------------------------ */
/**
 * Base button styles.
 * All other button modifers extend this class
 */
.btn, .contact-page > .container .right 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;
  -webkit-transition: background 0.3s ease-in-out;
          transition: background 0.3s ease-in-out; }

.btn, .contact-page > .container .right button, .btn:hover, .contact-page > .container .right button:hover {
  text-decoration: none; }
.btn:active, .contact-page > .container .right button:active, .btn:focus, .contact-page > .container .right button:focus {
  outline: none; }

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

.btn-large {
  line-height: 4;
  padding-left: 1.5em;
  padding-right: 1.5em; }

.btn-extra-large {
  line-height: 5;
  padding-left: 2em;
  padding-right: 2em; }

.btn-full-width {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center; }

.btn-rounded {
  border-radius: 10px; }

/**
 * Btn Colors
 */
.btn-default, .btn-default:visited {
  background: none;
  border: 1px solid #e2e2e2;
  color: #252525; }
  .btn-default:hover, .btn-default:focus, .btn-default:visited:hover, .btn-default:visited:focus {
    color: #252525;
    border: 1px solid #e6e6e6; }

.btn-brand, .btn-brand:visited {
  background: #00aeef;
  border: none;
  color: #FFFFFF; }
  .btn-brand i, .btn-brand:visited i {
    color: #FFFFFF; }
  .btn-brand:hover, .btn-brand:focus, .btn-brand:visited:hover, .btn-brand:visited:focus {
    background: #23c3ff;
    border: none;
    color: #FFFFFF; }
    .btn-brand:hover i, .btn-brand:focus i, .btn-brand:visited:hover i, .btn-brand:visited:focus i {
      color: #FFFFFF; }

.btn-accent, .contact-page > .container .right button, .btn-accent:visited, .contact-page > .container .right button:visited {
  background: #f9500d;
  border: none;
  color: #FFFFFF; }
  .btn-accent i, .contact-page > .container .right button i, .btn-accent:visited i, .contact-page > .container .right button:visited i {
    color: #FFFFFF; }
  .btn-accent:hover, .contact-page > .container .right button:hover, .btn-accent:focus, .contact-page > .container .right button:focus, .btn-accent:visited:hover, .contact-page > .container .right button:visited:hover, .btn-accent:visited:focus, .contact-page > .container .right button:visited:focus {
    background: #fa743f;
    border: none;
    color: #FFFFFF; }
    .btn-accent:hover i, .contact-page > .container .right button:hover i, .btn-accent:focus i, .contact-page > .container .right button:focus i, .btn-accent:visited:hover i, .contact-page > .container .right button:visited:hover i, .btn-accent:visited:focus i, .contact-page > .container .right button:visited:focus i {
      color: #FFFFFF; }

.btn-disabled, .btn-disabled:visited {
  background: #e2e2e2;
  border: none;
  color: #e6e6e6; }
  .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
 */
.message {
  margin: 0 0 20px; }
  .message.error li {
    background: #f9500d;
    color: white;
    padding: 20px; }
  .message.success li {
    background: #b4ce12;
    color: white;
    padding: 20px; }
  .message li a, .message li a:visited {
    color: white;
    text-decoration: underline; }
  .message input[type="submit"] {
    text-align: center;
    text-transform: uppercase;
    margin-top: 6px;
    display: block;
    background: #00aeef;
    color: white;
    font-weight: normal;
    padding: 4px 25px;
    font-size: 13px;
    text-shadow: 0 -1px 0 #006489;
    -webkit-box-shadow: inset 0 1px 0 0 #0089bc;
            box-shadow: inset 0 1px 0 0 #0089bc;
    border: none; }
    .message input[type="submit"]:hover {
      background: #009bd6;
      color: #fff; }

.ajax p.alert-message {
  margin: 0;
  padding: 20px;
  background: #b4ce12;
  color: white;
  text-align: center; }
  .ajax p.alert-message.error {
    background: #f9500d; }

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: 1px;
  outline: none;
  -webkit-transition: border 0.4s ease-in-out, -webkit-box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
          transition: border 0.4s ease-in-out, box-shadow 0.4s ease-in-out, background 0.4s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #00aeef; }
  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 {
    border: 1px solid #bdc3c7;
    -webkit-box-shadow: 0 0 5px 0 #ccc;
            box-shadow: 0 0 5px 0 #ccc;
    background: #fafafa;
    color: #00aeef; }

h1.h2 {
  font-size: 18px;
  padding: 10px 10px 10px 20px;
  margin: 0 0 40px 0;
  background: #f9fde2;
  border-left: 5px solid #b4ce12; }

.cart {
  padding: 40px 10px; }
  .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 32.66667%;
    margin-left: 0%;
    margin-right: 1%;
    padding: 20px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px; }
    .cart .cart-boxes:after {
      content: "";
      display: table;
      clear: both; }
    .cart .cart-boxes.last {
      margin-right: 0;
      float: right; }
    .cart .cart-boxes h3 {
      font-weight: bold; }
  .cart input[type="text"], .cart input[type="password"], .cart input[type="email"] {
    border: 1px solid #eee;
    padding: 10px;
    background: #f6f6f6; }
  .cart table td input[type="text"] {
    margin: 0; }
  .cart table td dl {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%; }
    .cart table td dl:after {
      content: "";
      display: table;
      clear: both; }
    .cart table td dl dt {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 49.5%;
      margin-left: 0%;
      margin-right: 1%;
      font-weight: bold; }
      .cart table td dl dt:after {
        content: "";
        display: table;
        clear: both; }
    .cart table td dl dl {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 49.5%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right; }
      .cart table td dl dl:after {
        content: "";
        display: table;
        clear: both; }
  .cart #summary dl {
    overflow: hidden; }
    .cart #summary dl dt {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 32.66667%;
      margin-left: 0%;
      margin-right: 1%;
      margin-bottom: 5px;
      font-weight: bold; }
      .cart #summary dl dt:after {
        content: "";
        display: table;
        clear: both; }
    .cart #summary dl dd {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 66.33333%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right;
      margin-bottom: 5px; }
      .cart #summary dl dd:after {
        content: "";
        display: table;
        clear: both; }

@media only screen and (max-width: 580px) {
  body .cart table, body .cart thead, body .cart tbody, body .cart tfoot, body .cart th, body .cart td, body .cart tr {
    display: block; }
  body .cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  body .cart tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0; }
  body .cart td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
    body .cart td:last-child {
      border: none; }
    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: 1%;
      margin-right: 0;
      float: right;
      display: block;
      float: none; }
      body .cart td input[type="text"]:after, body .cart td dl:after {
        content: "";
        display: table;
        clear: both; }
      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: 49.5%;
        margin-left: 0%;
        margin-right: 1%; }
        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; }
      body .cart td input[type="text"] dd, body .cart td dl dd {
        margin-right: 0;
        float: right; }
    body .cart td input[type="text"] {
      padding: 10px; }
  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; }
  body .cart tfoot {
    width: 100%; }
  body .cart .submit-button {
    width: 100%; }
  body .cart #update_row {
    width: 100%; }
    body .cart #update_row .submit-button,
    body .cart #update_row .submit-button:visited {
      display: block;
      width: 100%; }
    body .cart #update_row input {
      margin: 0 0 5px 0; }
  body .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding: 20px;
    height: auto !important; }
    body .cart .cart-boxes:after {
      content: "";
      display: table;
      clear: both; } }

.checkout {
  padding-top: 20px; }
  .checkout .border-box {
    padding: 20px;
    border: 1px solid #bdc3c7;
    margin: 0 0 20px 0; }
  .checkout input[type="text"], .checkout input[type="password"], .checkout input[type="email"] {
    border: 1px solid #eee;
    padding: 10px;
    background: #f6f6f6; }
  .checkout p.login-button {
    display: inline;
    float: left; }
  .checkout .selectricWrapper.delievery-address {
    width: 100%; }
    .checkout .selectricWrapper.delievery-address .selectricItems li {
      display: inline-block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%; }
  .checkout .selectricWrapper {
    margin: 0 0 10px 0; }
  .checkout ul.order-details-list {
    padding: 0;
    margin: 0 0 20px 20px;
    width: 400px; }
    .checkout ul.order-details-list li {
      list-style: none; }
      .checkout ul.order-details-list li label {
        display: inline;
        float: left;
        width: 33.33333%;
        font-weight: bold; }
      .checkout ul.order-details-list li span {
        display: inline;
        float: left;
        width: 33.33333%; }
  .checkout a, .checkout a:visited {
    text-decoration: none; }
  .checkout .error {
    margin-bottom: 20px; }
  .checkout .step_title {
    position: relative;
    padding: 15px;
    border: 1px solid #e6e6e6;
    border-bottom: none; }
    .checkout .step_title i {
      margin: 0 10px 0 0;
      color: #b4ce12; }
    .checkout .step_title.last {
      border: 1px solid #e6e6e6;
      margin: 0 0 40px 0; }
    .checkout .step_title.active {
      background: #f98f0d !important;
      border: 1px solid #ce7405;
      color: #fff;
      font-weight: bold; }
      .checkout .step_title.active a, .checkout .step_title.active a:visited {
        color: #fff; }
      .checkout .step_title.active i {
        color: #fff; }
      .checkout .step_title.active .view {
        display: none; }
    .checkout .step_title.previous {
      background: #f7fcd9;
      color: #00aeef; }
    .checkout .step_title .view {
      position: absolute;
      right: 10px; }
  .checkout ul.contacts {
    margin: 0 0 20px 0;
    padding: 0; }
    .checkout ul.contacts li {
      list-style: none;
      background: #fafafa;
      padding: 12px 24px;
      border-left: 3px solid #00aeef;
      margin: 0 0 2px 0; }
  .checkout #payment_list li {
    list-style: none;
    margin: 0 0 20px 0; }
  .checkout .right-content .last {
    margin: 0 0 20px 0; }
  .checkout .left-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 66.33333%;
    margin-left: 0%;
    margin-right: 1%; }
    .checkout .left-content:after {
      content: "";
      display: table;
      clear: both; }
  .checkout .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 32.66667%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    .checkout .right-content:after {
      content: "";
      display: table;
      clear: both; }
  .checkout.step-1 .register-box {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%; }
    .checkout.step-1 .register-box:after {
      content: "";
      display: table;
      clear: both; }
  .checkout.step-1 .login-box {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    .checkout.step-1 .login-box:after {
      content: "";
      display: table;
      clear: both; }
    .checkout.step-1 .login-box ul {
      padding: 0;
      margin: 0; }
      .checkout.step-1 .login-box ul li {
        list-style: none; }
    .checkout.step-1 .login-box .forgotten {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 49.5%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right;
      padding: 10px; }
      .checkout.step-1 .login-box .forgotten:after {
        content: "";
        display: table;
        clear: both; }
  .checkout.step-2 .form-wrapper {
    margin: 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e6e6e6; }
    .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: 49.5%;
      margin-left: 0%;
      margin-right: 1%; }
      .checkout.step-2 .form-wrapper > p:after {
        content: "";
        display: table;
        clear: both; }
      .checkout.step-2 .form-wrapper > p.last {
        float: left;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 49.5%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 0;
        float: right; }
        .checkout.step-2 .form-wrapper > p.last:after {
          content: "";
          display: table;
          clear: both; }
      .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: 1%;
        margin-right: 0;
        float: right; }
        .checkout.step-2 .form-wrapper > p.full:after {
          content: "";
          display: table;
          clear: both; }
    .checkout.step-2 .form-wrapper.last {
      border-bottom: none; }
  .checkout.step-2 #billing {
    margin: 0 20px 20px 20px; }
  .checkout.step-3 #shipping {
    margin: 0 20px 20px 20px; }
  .checkout.step-4 [name="special_instructions"] {
    height: 150px; }
  .checkout.step-4 #shipping_list li {
    list-style: none; }
  .checkout.step-4 #billing {
    margin: 0 20px 20px 20px; }
  .checkout.step-5 #payment_list {
    margin: 20px; }
  .checkout.step-6 table {
    width: 100%; }
    .checkout.step-6 table th {
      background: #e6e6e6;
      color: #fff; }
    .checkout.step-6 table p {
      margin: 0; }
    .checkout.step-6 table tr.odd {
      background: white; }
    .checkout.step-6 table td.align-right {
      text-align: right;
      font-weight: bold; }
    .checkout.step-6 table tfoot {
      border-top: 3px solid #00aeef;
      border-bottom: 3px solid #00aeef; }
    .checkout.step-6 table .reduced {
      text-decoration: line-through; }
  .checkout.step-6 .table-wrapper {
    margin: 0 20px 20px 20px; }
  .checkout.phone-order ul.billing,
  .checkout.phone-order ul.shipping {
    margin: 0 0 30px 0;
    padding: 0; }
    .checkout.phone-order ul.billing li,
    .checkout.phone-order ul.shipping li {
      list-style: none; }
      .checkout.phone-order ul.billing li label,
      .checkout.phone-order ul.shipping li label {
        display: inline;
        float: left;
        width: 33.33333%;
        font-weight: bold; }
      .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) {
  body .checkout .left-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .checkout .left-content:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .checkout.step-2 .form-wrapper > p:after, body .checkout.step-2 .form-wrapper > p.last:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout .right-content {
    display: none; }
  body .checkout table, body .checkout thead, body .checkout tbody, body .checkout tfoot, body .checkout th, body .checkout td, body .checkout tr {
    display: block; }
  body .checkout thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  body .checkout tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0; }
  body .checkout td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
    body .checkout td:last-child {
      border: none; }
    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: 1%;
      margin-right: 0;
      float: right;
      display: block;
      float: none; }
      body .checkout td input[type="text"]:after, body .checkout td dl:after {
        content: "";
        display: table;
        clear: both; }
      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: 49.5%;
        margin-left: 0%;
        margin-right: 1%; }
        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; }
      body .checkout td input[type="text"] dd, body .checkout td dl dd {
        margin-right: 0;
        float: right; }
    body .checkout td input[type="text"] {
      padding: 10px; }
  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; }
  body .checkout tfoot {
    width: 100%; }
    body .checkout tfoot .align-right {
      display: none; } }

.left-content-login {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 66.33333%;
  margin-left: 0%;
  margin-right: 1%; }
  .left-content-login:after {
    content: "";
    display: table;
    clear: both; }
  .left-content-login td ul {
    margin: 0; }
  .left-content-login td .group {
    font-weight: bold; }
  .left-content-login td a, .left-content-login td a:visited {
    text-decoration: none;
    display: block;
    text-align: center; }
  .left-content-login + div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 32.66667%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    .left-content-login + div:after {
      content: "";
      display: table;
      clear: both; }

.model-overlay,
.model {
  display: none; }

html.show-model {
  overflow: hidden; }
  html.show-model .model-overlay {
    opacity: .8;
    display: block;
    background: #00aeef;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%; }
  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; }
    html.show-model .model .close-model {
      font-size: 20px;
      position: absolute;
      right: 10px;
      top: 10px; }
    html.show-model .model .add-delivery-submit {
      background: #f9500d;
      color: white;
      padding: 10px 20px;
      border: none; }
    html.show-model .model .inner {
      padding: 20px; }
      html.show-model .model .inner h2 {
        margin: 0 0 30px 0;
        padding: 0 0 10px 0;
        font-size: 18px;
        border-bottom: 1px solid #e6e6e6; }
      html.show-model .model .inner label {
        display: inline;
        float: left;
        width: 170px;
        font-size: 14px;
        padding: 5px;
        font-weight: bold; }
      html.show-model .model .inner input, html.show-model .model .inner .selectricWrapper {
        display: inline;
        float: left;
        width: 285px; }

.customer {
  padding-top: 20px; }
  .customer .add-address a, .customer .add-address a:visited {
    background: #f9500d;
    color: white;
    padding: 10px 20px;
    float: right; }
  .customer table th {
    background: #e6e6e6;
    color: #fff; }
  .customer table p {
    margin: 0; }
  .customer table tr.odd {
    background: white; }
  .customer .form-wrapper {
    margin: 20px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e6e6e6; }
    .customer .form-wrapper > p {
      margin: 0 0 5px 0;
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 49.5%;
      margin-left: 0%;
      margin-right: 1%; }
      .customer .form-wrapper > p:after {
        content: "";
        display: table;
        clear: both; }
      .customer .form-wrapper > p.last {
        float: left;
        clear: none;
        text-align: inherit;
        padding-left: 0;
        padding-right: 0;
        width: 49.5%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 0;
        float: right; }
        .customer .form-wrapper > p.last:after {
          content: "";
          display: table;
          clear: both; }
    .customer .form-wrapper.last {
      border-bottom: none; }
    .customer .form-wrapper .left-wrapper {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 49.5%;
      margin-left: 0%;
      margin-right: 1%; }
      .customer .form-wrapper .left-wrapper:after {
        content: "";
        display: table;
        clear: both; }
    .customer .form-wrapper .right-wrapper {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 49.5%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right; }
      .customer .form-wrapper .right-wrapper:after {
        content: "";
        display: table;
        clear: both; }
  .customer ul.account_menu {
    margin: 0 0 40px 0;
    padding: 0; }
    .customer ul.account_menu li {
      list-style: none;
      background: #fafafa;
      padding: 8px 16px;
      margin-bottom: 2px;
      border-left: 3px solid #00aeef; }
      .customer ul.account_menu li a {
        -webkit-transition: all 0.2s;
                transition: all 0.2s;
        display: block; }
        .customer ul.account_menu li a i {
          margin: 0 5px 0 0; }
        .customer ul.account_menu li a:hover {
          padding-left: 10px; }
  .customer #category_sub_menu {
    background: none; }
    .customer #category_sub_menu > ul {
      width: auto; }
  .customer #category_sub_menu.movingMenu {
    position: fixed;
    top: 20px; }
  .customer .pagination {
    letter-spacing: normal;
    word-spacing: normal; }
    .customer .pagination ul {
      text-align: center; }
      .customer .pagination ul li {
        list-style: none;
        display: inline-block;
        margin: 0 5px; }
        .customer .pagination ul li a, .customer .pagination ul li a:visited {
          border-radius: 4px;
          background: #008ecb;
          color: #fff;
          display: block;
          padding: 4px 10px; }
        .customer .pagination ul li.active a, .customer .pagination ul li.active a:visited {
          background: #19baff;
          color: #fff; }
  .customer ul.billing,
  .customer ul.shipping {
    margin: 0 0 30px 0;
    padding: 0; }
    .customer ul.billing li,
    .customer ul.shipping li {
      list-style: none; }
      .customer ul.billing li label,
      .customer ul.shipping li label {
        display: inline;
        float: left;
        width: 33.33333%;
        font-weight: bold; }
      .customer ul.billing li span,
      .customer ul.shipping li span {
        display: inline;
        float: left;
        width: 66.66667%; }
  .customer .login-button {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%; }
    .customer .login-button:after {
      content: "";
      display: table;
      clear: both; }
  .customer .forgotten {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding: 10px 0 0 0; }
    .customer .forgotten:after {
      content: "";
      display: table;
      clear: both; }

/* ------------------------------ */
/* WordPress Generated Classes
/* ------------------------------ */
.wordpress-wrapper h1 {
  font-size: 24px;
  font-weight: bold;
  color: #00aeef; }
.wordpress-wrapper .alignnone {
  margin: 6px 24px 24px 0; }
.wordpress-wrapper .aligncenter,
.wordpress-wrapper div.aligncenter {
  display: block;
  margin: 6px auto 6px auto; }
.wordpress-wrapper .alignright {
  float: right;
  margin: 6px 0 24px 24px; }
.wordpress-wrapper .alignleft {
  float: left;
  margin: 6px 24px 24px 0; }
.wordpress-wrapper .aligncenter {
  display: block;
  margin: 6px auto 6px auto; }
.wordpress-wrapper a img.alignright {
  float: right;
  margin: 6px 0 24px 24px;
  max-width: 50%; }
.wordpress-wrapper a img.alignnone {
  margin: 6px 24px 24px 0; }
.wordpress-wrapper a img.alignleft {
  float: left;
  margin: 6px 24px 24px 0;
  max-width: 50%; }
.wordpress-wrapper a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
.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; }
.wordpress-wrapper .wp-caption.alignnone {
  margin: 6px 24px 24px 0; }
.wordpress-wrapper .wp-caption.alignleft {
  margin: 6px 24px 24px 0; }
.wordpress-wrapper .wp-caption.alignright {
  margin: 6px 0 24px 24px; }
.wordpress-wrapper .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.6%;
  padding: 0;
  width: auto; }
.wordpress-wrapper .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 6px; }

.wordpress-wrapper #content-wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px; }
  .wordpress-wrapper #content-wrapper > div .eightCol {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 74.75%;
    margin-left: 0%;
    margin-right: 1%; }
    .wordpress-wrapper #content-wrapper > div .eightCol:after {
      content: "";
      display: table;
      clear: both; }
    .wordpress-wrapper #content-wrapper > div .eightCol ol {
      margin: 0; }
      .wordpress-wrapper #content-wrapper > div .eightCol ol li {
        list-style: none;
        border-bottom: 1px solid #e6e6e6;
        margin: 0 0 20px 0; }
        .wordpress-wrapper #content-wrapper > div .eightCol ol li h2 {
          font-size: 16px; }
          .wordpress-wrapper #content-wrapper > div .eightCol ol li h2 a, .wordpress-wrapper #content-wrapper > div .eightCol ol li h2 a:visited {
            font-weight: bold;
            text-decoration: none; }
        .wordpress-wrapper #content-wrapper > div .eightCol ol li:last-child {
          border: none; }
    .wordpress-wrapper #content-wrapper > div .eightCol article p {
      line-height: 18px; }
    .wordpress-wrapper #content-wrapper > div .eightCol article br {
      display: block;
      margin: 0 0 5px; }
    .wordpress-wrapper #content-wrapper > div .eightCol article time {
      display: inline-block;
      padding: 5px 10px;
      background: #f9500d;
      color: white;
      border-radius: 3px; }
  .wordpress-wrapper #content-wrapper > div .fourCol {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 24.25%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    .wordpress-wrapper #content-wrapper > div .fourCol:after {
      content: "";
      display: table;
      clear: both; }
    .wordpress-wrapper #content-wrapper > div .fourCol ul {
      margin: 0 0 10px 0; }
      .wordpress-wrapper #content-wrapper > div .fourCol ul li {
        margin: 0 0 5px 0; }
    .wordpress-wrapper #content-wrapper > div .fourCol h2 {
      font-size: 16px;
      font-weight: bold;
      margin: 0 0 5px 0;
      color: #f9500d; }
    .wordpress-wrapper #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; }
      .wordpress-wrapper #content-wrapper > div .fourCol #s:after {
        content: "";
        display: table;
        clear: both; }
    .wordpress-wrapper #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: #00aeef;
      color: white; }
      .wordpress-wrapper #content-wrapper > div .fourCol #searchsubmit:after {
        content: "";
        display: table;
        clear: both; }
    .wordpress-wrapper #content-wrapper > div .fourCol #searchform {
      margin: 0 0 20px 0; }

.magic-tabs .magic-tabs-tabs {
  overflow: hidden;
  margin: 0;
  list-style: none; }
  .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; }
    .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; }
.magic-tabs .magic-tabs-contents {
  border-top: 1px solid #e6e6e6;
  margin: 0;
  position: relative;
  overflow: hidden;
  top: -1px;
  z-index: 1; }
  .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; }
    .magic-tabs .magic-tabs-contents .body p:last-child, .magic-tabs .magic-tabs-contents .body li:last-child {
      margin: 0; }

.magic-accordion .head {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  background: #00aeef;
  color: white; }
  .magic-accordion .head.active i:before {
    content: "\f139"; }
  .magic-accordion .head i {
    width: 25px; }
.magic-accordion .body {
  font-size: 13px;
  padding: 0 20px; }

.basket {
  position: relative; }
  .basket:hover .small-cart {
    display: block; }

.small-cart {
  display: none;
  position: absolute;
  top: 100%;
  background: white;
  right: -1px;
  width: 350px;
  margin-top: -1px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.6);
          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; }
  .small-cart p {
    margin-bottom: 0; }
  .small-cart ul {
    margin: 0 10px; }
    .small-cart ul li {
      border-bottom: 1px solid #bdc3c7;
      padding: 10px 0; }
      .small-cart ul li:last-child {
        border: none; }
  .small-cart .image {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 24.25%;
    margin-left: 0%;
    margin-right: 1%; }
    .small-cart .image:after {
      content: "";
      display: table;
      clear: both; }
  .small-cart .details {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%; }
    .small-cart .details:after {
      content: "";
      display: table;
      clear: both; }
    .small-cart .details a, .small-cart .details a:visited {
      margin: 0 !important; }
    .small-cart .details p.name {
      margin: 0 0  5px 0; }
  .small-cart .quantity {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 11.625%;
    margin-left: 0%;
    margin-right: 1%; }
    .small-cart .quantity:after {
      content: "";
      display: table;
      clear: both; }
    .small-cart .quantity input {
      border: 1px solid #bdc3c7 !important;
      border-radius: 3px; }
  .small-cart .qty-toggle {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 11.625%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding-top: 3px; }
    .small-cart .qty-toggle:after {
      content: "";
      display: table;
      clear: both; }
    .small-cart .qty-toggle a, .small-cart .qty-toggle a:visited {
      font-size: 20px; }
      .small-cart .qty-toggle a.increase, .small-cart .qty-toggle a:visited.increase {
        color: #b4ce12; }
      .small-cart .qty-toggle a.decrease, .small-cart .qty-toggle a:visited.decrease {
        color: #f9500d; }
  .small-cart .overview {
    border-top: 1px solid #bdc3c7; }
    .small-cart .overview .summary {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 49.5%;
      margin-left: 0%;
      margin-right: 1%;
      padding: 10px; }
      .small-cart .overview .summary:after {
        content: "";
        display: table;
        clear: both; }
      .small-cart .overview .summary p:first-child {
        margin-bottom: 4px; }
    .small-cart .overview .checkouts {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 49.5%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right;
      padding: 10px; }
      .small-cart .overview .checkouts:after {
        content: "";
        display: table;
        clear: both; }
      .small-cart .overview .checkouts a, .small-cart .overview .checkouts a:visited {
        -webkit-transition: background 0.2s;
                transition: background 0.2s;
        display: block;
        text-decoration: none;
        text-align: center;
        background: #b4ce12;
        color: white;
        padding: 10px;
        border-radius: 4px; }
        .small-cart .overview .checkouts a:hover, .small-cart .overview .checkouts a:visited:hover {
          background: #8b9f0e; }

h1, h2, h3, h4 {
  text-transform: uppercase; }

h1 {
  margin-bottom: 25px; }

p {
  font-weight: 300; }

article {
  font-weight: 300; }

.wrapper {
  width: 100%; }

.owl-carousel .owl-item {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.mobile-menu {
  display: none;
  position: relative;
  z-index: 999;
  background: #f98f0d; }
  .mobile-menu ul {
    display: none; }
  .mobile-menu p {
    margin: 0;
    padding: 15px 0;
    text-align: right;
    color: white;
    font-size: 12px; }

.shifter-enabled .shifter-navigation {
  padding-top: 47px;
  background: #fa6226; }

#main-image {
  overflow: hidden; }
  #main-image > img {
    display: block;
    width: 100%;
    max-width: 100%; }
  #main-image img.main-image {
    max-width: 100%; }
  #main-image .zoomWrapper {
    position: relative; }

.item a, .item a:visited {
  text-decoration: none; }
.item a.item-link-wrapper,
.item a.item-link-wrapper:visited {
  display: block; }
  .item a.item-link-wrapper img,
  .item a.item-link-wrapper:visited img {
    display: block; }
.item .data {
  background: white;
  padding: 15px;
  border-bottom: 10px solid #f98f0d; }
  .item .data p.name {
    text-align: center;
    font-size: 14px;
    margin: 0 0 10px 0; }
.item .side-by-side p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px; }
.item .side-by-side .left,
.item .side-by-side .right {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 49.5%;
  margin-left: 0%;
  margin-right: 1%;
  text-align: right; }
  .item .side-by-side .left:after,
  .item .side-by-side .right:after {
    content: "";
    display: table;
    clear: both; }
.item .side-by-side .right {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 49.5%;
  margin-left: 0%;
  margin-right: 1%;
  margin-right: 0;
  float: right;
  text-align: left; }
  .item .side-by-side .right:after {
    content: "";
    display: table;
    clear: both; }

#mobile-menu-body {
  margin: 0; }
  #mobile-menu-body li {
    border-bottom: 1px solid #009bd6;
    border-top: 1px solid #0abcff;
    position: relative; }
    #mobile-menu-body li a, #mobile-menu-body li a:visited {
      display: block;
      padding: 10px 20px;
      color: white;
      font-size: 12px;
      text-decoration: none; }
      #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%; }
  #mobile-menu-body ul {
    display: none;
    margin: 0; }
  #mobile-menu-body > li {
    background: #00aeef;
    border: none;
    margin: 0; }
    #mobile-menu-body > li > a, #mobile-menu-body > li > a:visited {
      background: inherit;
      margin: 0;
      border-bottom: 1px solid #009bd6;
      border-top: 1px solid #0abcff; }
    #mobile-menu-body > li > ul {
      background: #b4ce12; }
      #mobile-menu-body > li > ul > li {
        background: inherit;
        border: none;
        margin: 0; }
        #mobile-menu-body > li > ul > li > a, #mobile-menu-body > li > ul > li > a:visited {
          background: inherit;
          margin: 0;
          border-bottom: 1px solid #a0b710;
          border-top: 1px solid #c8e514; }
        #mobile-menu-body > li > ul > li > ul {
          background: #f9500d; }
          #mobile-menu-body > li > ul > li > ul > li {
            background: inherit;
            border: none;
            margin: 0; }
            #mobile-menu-body > li > ul > li > ul > li > a, #mobile-menu-body > li > ul > li > ul > li > a:visited {
              background: inherit;
              margin: 0;
              border-bottom: 1px solid #e74606;
              border-top: 1px solid #fa6226; }
            #mobile-menu-body > li > ul > li > ul > li > ul {
              background: #f1c40f; }
              #mobile-menu-body > li > ul > li > ul > li > ul > li {
                background: inherit;
                border: none;
                margin: 0; }
                #mobile-menu-body > li > ul > li > ul > li > ul > li > a, #mobile-menu-body > li > ul > li > ul > li > ul > li > a:visited {
                  background: inherit;
                  margin: 0;
                  border-bottom: 1px solid #dab10d;
                  border-top: 1px solid #f2ca27; }

.selectricWrapper .selectric {
  -webkit-transition: border-color 0.2s;
          transition: border-color 0.2s;
  border: 1px solid black; }
  .selectricWrapper .selectric p.label {
    font-size: 11px;
    background: #f3f3f3; }
  .selectricWrapper .selectric b.button {
    -webkit-transition: background 0.2s;
            transition: background 0.2s;
    background: #e6e6e6; }
    .selectricWrapper .selectric b.button:after {
      -webkit-transition: border-top-color 0.2s;
              transition: border-top-color 0.2s;
      border-top-color: black; }
.selectricWrapper.selectricHover .selectric {
  border: 1px solid black; }
  .selectricWrapper.selectricHover .selectric b.button {
    background: black; }
    .selectricWrapper.selectricHover .selectric b.button:after {
      border-top-color: white; }

button.button,
input[type="submit"].button,
a.button,
a.button:visited {
  border: none;
  text-align: center !important;
  display: inline-block;
  color: white;
  font-size: 14px;
  line-height: 14px;
  padding: 13px 10px !important;
  background: #696969;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 10px #5c5c5c;
          box-shadow: inset 0 0 10px #5c5c5c;
  -webkit-transition: background 0.2s, color 0.2s, -webkit-box-shadow 0.2s;
          transition: background 0.2s, color 0.2s, box-shadow 0.2s; }
  button.button i,
  input[type="submit"].button i,
  a.button i,
  a.button:visited i {
    margin-right: 10px; }
  button.button:hover,
  input[type="submit"].button:hover,
  a.button:hover,
  a.button:visited:hover {
    -webkit-box-shadow: inset 0 0 20px #292929;
            box-shadow: inset 0 0 20px #292929; }
  button.button.orange,
  input[type="submit"].button.orange,
  a.button.orange,
  a.button:visited.orange {
    background: #f98f0d;
    -webkit-box-shadow: inset 0 0 10px #e78206;
            box-shadow: inset 0 0 10px #e78206; }
    button.button.orange:hover,
    input[type="submit"].button.orange:hover,
    a.button.orange:hover,
    a.button:visited.orange:hover {
      -webkit-box-shadow: inset 0 0 20px #834a03;
              box-shadow: inset 0 0 20px #834a03; }
  button.button.green,
  input[type="submit"].button.green,
  a.button.green,
  a.button:visited.green {
    background: url("../images/green-checked.jpg");
    -webkit-box-shadow: inset 0 0 10px #97ad0f;
            box-shadow: inset 0 0 10px #97ad0f; }
    button.button.green:hover,
    input[type="submit"].button.green:hover,
    a.button.green:hover,
    a.button:visited.green:hover {
      -webkit-box-shadow: inset 0 0 20px #4e5908;
              box-shadow: inset 0 0 20px #4e5908; }
  button.button.red,
  input[type="submit"].button.red,
  a.button.red,
  a.button:visited.red {
    -webkit-box-shadow: inset 0 0 10px #dd4305;
            box-shadow: inset 0 0 10px #dd4305;
    background: #f9500d; }
    button.button.red:hover,
    input[type="submit"].button.red:hover,
    a.button.red:hover,
    a.button:visited.red:hover {
      -webkit-box-shadow: inset 0 0 20px #832803;
              box-shadow: inset 0 0 20px #832803; }
  button.button:disabled,
  input[type="submit"].button:disabled,
  a.button:disabled,
  a.button:visited:disabled {
    opacity: 0.8;
    cursor: not-allowed; }

.wrapper.green-mesh {
  background: url("../images/green-checked.jpg"); }

.wrapper.dark-green {
  background: #90a701; }

#overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  opacity: 0.5; }

.notice-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAklEQVR4AewaftIAAAALSURBVGP4GcB7BgAFvwIjjfqMKAAAAABJRU5ErkJggg==');
  z-index: 999; }

.notice-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  padding-top: 100px; }
  .notice-wrapper .notice {
    margin: 0 auto;
    max-width: 450px;
    background: white;
    position: relative;
    padding: 35px; }
    .notice-wrapper .notice input[type="text"] {
      border: 1px solid #e6e6e6;
      padding: 10px; }
    .notice-wrapper .notice p:first-child {
      font-weight: 700; }
    .notice-wrapper .notice #remove-notice {
      color: #f9500d;
      font-size: 28px;
      position: absolute;
      top: 20px;
      right: 20px;
      cursor: pointer; }

.single--image {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 34.35%;
  margin-left: 0%;
  margin-right: 1%; }
  .single--image:after {
    content: "";
    display: table;
    clear: both; }
  .single--image img {
    width: 100%;
    height: auto !important; }
  .single--image .single--image--image {
    float: left;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
    width: 85.71429%;
    margin-left: 0%;
    margin-right: 0%; }
    .single--image .single--image--image:after {
      content: "";
      display: table;
      clear: both; }
  .single--image .single--image--date {
    float: left;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
    width: 14.28571%;
    margin-left: 0%;
    margin-right: 0%;
    min-height: 240px;
    background: #fbbd71; }
    .single--image .single--image--date:after {
      content: "";
      display: table;
      clear: both; }

.single--date--day,
.single--date--month-year {
  display: block;
  text-align: center;
  height: 70px;
  border-bottom: 1px solid white;
  background: #f98f0d;
  color: white; }

.single--date--month-year {
  padding-top: 10px; }

.single--date--day {
  padding-top: 25px; }

.single--content {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 64.65%;
  margin-left: 0%;
  margin-right: 1%;
  margin-right: 0;
  float: right;
  background: white;
  padding: 40px; }
  .single--content:after {
    content: "";
    display: table;
    clear: both; }

.single > .container > .cf {
  margin-bottom: 80px; }

#results .item {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 24%;
  margin-left: 0%;
  margin-right: 1%;
  margin-bottom: 30px; }

.addthis_sharing_toolbox {
  float: right;
  margin-top: -10px; }

/*
| ------------------------------------
| Category
| ------------------------------------
*/
.page-pag-wrapper {
  margin: 20px 0; }
  .page-pag-wrapper ul.page-pag {
    margin: 0;
    float: left; }
    .page-pag-wrapper ul.page-pag li {
      display: inline;
      float: left;
      margin-right: 5px; }
      .page-pag-wrapper ul.page-pag li a, .page-pag-wrapper ul.page-pag li a:visited {
        display: block;
        text-decoration: none;
        border: 1px solid #e6e6e6;
        padding: 4px 8px;
        text-align: center;
        color: #00aeef;
        opacity: 0.6; }
      .page-pag-wrapper ul.page-pag li.current a, .page-pag-wrapper ul.page-pag li.current a:visited {
        opacity: 1;
        color: #252525; }
  .page-pag-wrapper p.count-summary {
    float: left;
    margin: 6px; }

.breadcrumb {
  color: #696969;
  font-size: 13px;
  margin-top: -10px;
  float: left; }
  .breadcrumb a, .breadcrumb a:visited {
    text-decoration: none;
    color: #696969; }

.cat-filters {
  margin-bottom: 10px; }
  .cat-filters > div > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 15.83333%;
    margin-left: 0%;
    margin-right: 1%;
    float: right; }
    .cat-filters > div > div:after {
      content: "";
      display: table;
      clear: both; }
    .cat-filters > div > div:first-child {
      margin-right: 0; }

.cat-tabs {
  border-bottom: 10px solid #f98f0d;
  margin-bottom: 30px;
  overflow: hidden;
  width: 100%; }
  .cat-tabs > a {
    float: left;
    padding: 30px 30px 20px 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: background 0.2s, color 0.2s;
            transition: background 0.2s, color 0.2s; }
    .cat-tabs > a.active {
      background: #f98f0d;
      color: white; }

.view--category--header {
  padding-top: 20px; }

.view--category.main > .container {
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e6e6; }

.view--category--left {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 19.2%;
  margin-left: 0%;
  margin-right: 1%;
  padding-right: 10px; }
  .view--category--left:after {
    content: "";
    display: table;
    clear: both; }
  .view--category--left h2 {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin: 0;
    padding: 25px;
    background: #f3f3f3; }
  .view--category--left .filter-box {
    border-top: 1px solid white;
    background: #f3f3f3; }
    .view--category--left .filter-box p.filter-heading {
      padding: 10px 25px;
      margin: 0;
      font-size: 13px;
      font-weight: 600;
      border-bottom: 1px solid white; }
    .view--category--left .filter-box label {
      font-size: 12px;
      padding: 10px 25px 10px 45px;
      display: block;
      margin: 0;
      position: relative;
      border-bottom: 1px solid white;
      cursor: pointer; }
      .view--category--left .filter-box label input {
        position: absolute;
        left: 25px;
        top: 12px; }
  .view--category--left ul.sub-categories {
    margin: 1px 0 0 0; }
    .view--category--left ul.sub-categories li {
      margin-bottom: 1px; }
      .view--category--left ul.sub-categories li a, .view--category--left ul.sub-categories li a:visited {
        text-decoration: none;
        font-size: 12px;
        display: block;
        background: #f3f3f3;
        padding: 10px 20px; }

.view--category--right--filtering {
  background: #f3f3f3;
  padding: 18px 25px;
  margin-bottom: 30px; }
  .view--category--right--filtering > span {
    float: left;
    padding-top: 4px; }
  .view--category--right--filtering > div {
    float: right; }
    .view--category--right--filtering > div .selectricWrapper {
      width: 150px;
      margin: 0; }

.view--category--right {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 79.8%;
  margin-left: 0%;
  margin-right: 1%;
  margin-right: 0;
  float: right; }
  .view--category--right:after {
    content: "";
    display: table;
    clear: both; }
  .view--category--right a.load-more,
  .view--category--right a.load-more:visited {
    display: block;
    text-align: center;
    background: #f3f3f3;
    text-decoration: none;
    padding: 30px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: background 0.2s;
            transition: background 0.2s; }
    .view--category--right a.load-more:hover,
    .view--category--right a.load-more:visited:hover {
      background: #e6e6e6; }
    .view--category--right a.load-more i,
    .view--category--right a.load-more:visited i {
      position: relative;
      top: -3px;
      margin-left: 5px; }

.view--category--right--results .item {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 24.25%;
  margin-left: 0%;
  margin-right: 1%;
  margin-bottom: 30px; }
  .view--category--right--results .item:after {
    content: "";
    display: table;
    clear: both; }
  .view--category--right--results .item:nth-child(4n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 24.25%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    .view--category--right--results .item:nth-child(4n):after {
      content: "";
      display: table;
      clear: both; }

/*
| ------------------------------------
| Page
| ------------------------------------
*/
/*
| ------------------------------------
| Contact Page
| ------------------------------------
*/
.contact-page > .container {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAklEQVR4AewaftIAAAALSURBVGP4////fgAJuwO9QGDsswAAAABJRU5ErkJggg==');
  padding: 20px; }
  .contact-page > .container .left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    padding-right: 10px; }
    .contact-page > .container .left:after {
      content: "";
      display: table;
      clear: both; }
    .contact-page > .container .left ul {
      margin: 0 0 20px; }
    .contact-page > .container .left .google-map iframe {
      width: 100%;
      height: 300px;
      display: block;
      margin-bottom: 20px; }
  .contact-page > .container .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding-left: 10px; }
    .contact-page > .container .right:after {
      content: "";
      display: table;
      clear: both; }

#main .container article ul {
  list-style-type: circle !important; }

/*
| ------------------------------------
| Product
| ------------------------------------
*/
.view--product-main--images {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 29.3%;
  margin-left: 0%;
  margin-right: 1%; }
  .view--product-main--images:after {
    content: "";
    display: table;
    clear: both; }
  .view--product-main--images img {
    display: block; }
  .view--product-main--images #main-image {
    margin-bottom: 5px; }
  .view--product-main--images .subimg {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 32.66667%;
    margin-left: 0%;
    margin-right: 1%;
    margin-bottom: 5px; }
    .view--product-main--images .subimg:after {
      content: "";
      display: table;
      clear: both; }
    .view--product-main--images .subimg:nth-child(3n) {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 32.66667%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right; }
      .view--product-main--images .subimg:nth-child(3n):after {
        content: "";
        display: table;
        clear: both; }

.view--product-main--description {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 49.5%;
  margin-left: 0%;
  margin-right: 1%;
  padding-left: 40px;
  padding-right: 40px; }
  .view--product-main--description:after {
    content: "";
    display: table;
    clear: both; }

.view--product-main--purchase {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 19.2%;
  margin-left: 0%;
  margin-right: 1%;
  margin-right: 0;
  float: right;
  padding: 40px; }
  .view--product-main--purchase:after {
    content: "";
    display: table;
    clear: both; }
  .view--product-main--purchase .qty-wrapper .selectricWrapper {
    width: 70px; }
    .view--product-main--purchase .qty-wrapper .selectricWrapper .selectric p.label {
      background: white;
      text-align: center; }
  .view--product-main--purchase p.price {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 0 0; }
  .view--product-main--purchase p.was {
    color: #696969;
    text-decoration: line-through;
    margin: 0; }
  .view--product-main--purchase .price-wrapper {
    margin-bottom: 25px; }
  .view--product-main--purchase .stock {
    margin-bottom: 25px; }
    .view--product-main--purchase .stock.in {
      color: #b4ce12; }
    .view--product-main--purchase .stock.out {
      color: #f9500d; }
  .view--product-main--purchase button {
    width: 100%; }

.view--product.main {
  margin-bottom: 40px; }

.product-title {
  text-transform: none;
  padding-top: 25px;
  margin-bottom: 25px;
  margin-top: -25px; }

.view--product-main--description .magic-tabs .magic-tabs-tabs {
  border: none; }
  .view--product-main--description .magic-tabs .magic-tabs-tabs li, .view--product-main--description .magic-tabs .magic-tabs-tabs li.active {
    border: none;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #9c9c9c;
    padding: 5px 20px;
    border-right: 1px solid #9c9c9c; }
    .view--product-main--description .magic-tabs .magic-tabs-tabs li:first-child, .view--product-main--description .magic-tabs .magic-tabs-tabs li.active:first-child {
      padding-left: 0; }
    .view--product-main--description .magic-tabs .magic-tabs-tabs li:last-child, .view--product-main--description .magic-tabs .magic-tabs-tabs li.active:last-child {
      border: none; }
  .view--product-main--description .magic-tabs .magic-tabs-tabs li.active {
    color: black; }
.view--product-main--description .magic-tabs .magic-tabs-contents {
  border: none;
  margin-top: 30px;
  font-weight: 300; }
  .view--product-main--description .magic-tabs .magic-tabs-contents .body {
    border: none;
    padding: 0; }

#add-to-basket-pop-up .add-to-basket-pop-up-added-to-basket-text {
  font-size: 120%; }
#add-to-basket-pop-up .add-to-basket-pop-up-image {
  max-width: 150px;
  margin-right: 25px; }
#add-to-basket-pop-up .add-to-basket-pop-up-logo {
  margin: 0px auto;
  display: block; }
#add-to-basket-pop-up .add-to-basket-pop-up-image {
  float: left; }
#add-to-basket-pop-up .add-to-basket-pop-up-text {
  position: relative;
  top: 60px; }
#add-to-basket-pop-up .add-to-basket-pop-up-cost-line-1 {
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  padding: 10px; }
#add-to-basket-pop-up .add-to-basket-pop-up-cost-line-2 {
  border-bottom: 1px solid #c2c2c2;
  padding: 10px; }
#add-to-basket-pop-up .left {
  float: left; }
#add-to-basket-pop-up .right {
  float: right; }
#add-to-basket-pop-up .pop-up-related-container {
  width: 70%;
  margin: 0px auto; }

.fancybox-wrap {
  top: 20px !important; }

.buy-prod {
  margin-bottom: 20px; }

/*
| ------------------------------------
| Header
| ------------------------------------
*/
.wrapper.grey-checked {
  background: url("../images/grey-checked.jpg"); }

.header .grey-checked {
  margin-bottom: 23px; }
  .header .grey-checked ul {
    margin: 0;
    padding: 4px 0 5px 0;
    overflow: hidden;
    text-align: center; }
    .header .grey-checked ul li {
      display: inline-block;
      margin: 0 24px;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 12px; }
.header .logo {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 39.4%;
  margin-left: 0%;
  margin-right: 1%; }
  .header .logo:after {
    content: "";
    display: table;
    clear: both; }
  .header .logo a, .header .logo a:visited {
    display: inline-block;
    vertical-align: middle; }
  .header .logo img {
    width: auto;
    display: block;
    max-width: 260px; }
    .header .logo img.img-logo {
      margin-right: 30px; }
.header .header-ctas {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 59.6%;
  margin-left: 0%;
  margin-right: 1%;
  margin-right: 0;
  float: right;
  padding-top: 6px; }
  .header .header-ctas:after {
    content: "";
    display: table;
    clear: both; }
  .header .header-ctas form {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    height: 40px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 10px #d9d9d9;
            box-shadow: inset 0 0 10px #d9d9d9;
    border-radius: 4px; }
    .header .header-ctas form:after {
      content: "";
      display: table;
      clear: both; }
    .header .header-ctas form i {
      float: left;
      clear: none;
      padding-left: 0;
      padding-right: 0;
      text-align: inherit;
      width: 16.66667%;
      margin-left: 0%;
      margin-right: 0%;
      text-align: center;
      font-size: 18px;
      line-height: 40px; }
      .header .header-ctas form i:after {
        content: "";
        display: table;
        clear: both; }
    .header .header-ctas form input[type="search"] {
      float: left;
      clear: none;
      padding-left: 0;
      padding-right: 0;
      text-align: inherit;
      width: 83.33333%;
      margin-left: 0%;
      margin-right: 0%;
      height: 40px;
      padding: 8px 15px 10px 0;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none;
      color: black; }
      .header .header-ctas form input[type="search"]:after {
        content: "";
        display: table;
        clear: both; }
      .header .header-ctas form input[type="search"]::-webkit-input-placeholder {
        color: black; }
      .header .header-ctas form input[type="search"]:-moz-placeholder {
        color: black; }
      .header .header-ctas form input[type="search"]::-moz-placeholder {
        color: black; }
      .header .header-ctas form input[type="search"]:-ms-input-placeholder {
        color: black; }
      .header .header-ctas form input[type="search"]:focus {
        -webkit-box-shadow: none;
                box-shadow: none;
        border: none; }
  .header .header-ctas .get-in-touch {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 24.25%;
    margin-left: 0%;
    margin-right: 1%; }
    .header .header-ctas .get-in-touch:after {
      content: "";
      display: table;
      clear: both; }
  .header .header-ctas .cart-button {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 24.25%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    .header .header-ctas .cart-button:after {
      content: "";
      display: table;
      clear: both; }
.header .mid-content {
  margin-bottom: 25px; }

#main-navigation {
  margin: 0 0 10px 0;
  background: url("../images/green-checked.jpg"); }
  #main-navigation > li {
    display: inline;
    float: left;
    position: relative; }
    #main-navigation > li:hover > a {
      background: #90a701;
      color: white; }
    #main-navigation > li > a,
    #main-navigation > li > a:visited {
      margin-right: 1px; }
    #main-navigation > li a, #main-navigation > li a:visited {
      text-decoration: none;
      display: block;
      font-size: 16px;
      line-height: 16px;
      padding: 17px 15px;
      text-transform: uppercase;
      font-weight: 600;
      -webkit-transition: background 0.2s, color 0.2s;
              transition: background 0.2s, color 0.2s; }
    #main-navigation > li.has-children > a {
      position: relative;
      padding-right: 60px; }
    #main-navigation > li.has-children > a:after {
      content: "\f078";
      font-family: "FontAwesome";
      display: inline-block;
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      text-align: center;
      line-height: 48px;
      color: white;
      bottom: 0;
      background: #90a701; }
    #main-navigation > li.has-children > .mega-menu-container {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 950px;
      /* width: 710px; */
      background: white;
      z-index: 999;
      overflow: hidden;
      border: 1px solid #e6e6e6; }
      #main-navigation > li.has-children > .mega-menu-container > ul {
        width: 700px;
        /* width: 440px; */
        float: left;
        overflow: hidden;
        margin: 25px 0 25px 25px; }
        #main-navigation > li.has-children > .mega-menu-container > ul li {
          float: left;
          clear: none;
          padding-left: 0;
          padding-right: 0;
          text-align: inherit;
          width: 25%;
          margin-left: 0%;
          margin-right: 0%;
          margin-bottom: 15px; }
          #main-navigation > li.has-children > .mega-menu-container > ul li:after {
            content: "";
            display: table;
            clear: both; }
          #main-navigation > li.has-children > .mega-menu-container > ul li a, #main-navigation > li.has-children > .mega-menu-container > ul li a:visited {
            padding: 0; }
    #main-navigation > li.has-children:hover > .mega-menu-container {
      display: block; }
    #main-navigation > li.has-children p.menu-title {
      background: #e6e6e6;
      text-transform: uppercase;
      font-weight: 600;
      padding: 15px;
      margin: 0; }
    #main-navigation > li.has-children .advert {
      width: 215px;
      height: 325px;
      background: #f98f0d;
      color: white;
      float: left;
      margin-top: 25px;
      margin-bottom: 25px;
      text-align: center;
      padding-top: 80px; }
      #main-navigation > li.has-children .advert p {
        font-size: 22px;
        font-weight: 700; }
  #main-navigation .has-children .has-children {
    margin: 0 0 0 0 !important; }
    #main-navigation .has-children .has-children > ul {
      display: block;
      overflow: hidden;
      margin: 10px 0 0 0; }
      #main-navigation .has-children .has-children > ul li {
        display: block;
        width: 100% !important;
        margin: 0 0 4px 0 !important; }
        #main-navigation .has-children .has-children > ul li a, #main-navigation .has-children .has-children > ul li a:visited {
          text-transform: none;
          font-size: 14px;
          color: #f98f0d; }

.support .container {
  padding-top: 60px;
  padding-bottom: 60px; }
  .support .container h2 {
    text-align: center;
    margin-bottom: 50px; }

.support--logos {
  margin: 0; }
  .support--logos li {
    float: left;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
    text-align: center; }
    .support--logos li:after {
      content: "";
      display: table;
      clear: both; }
    .support--logos li img {
      margin: 0 auto;
      display: block; }

.main-footer .container {
  padding-top: 80px;
  padding-bottom: 70px; }
  .main-footer .container > div > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 24.25%;
    margin-left: 0%;
    margin-right: 1%; }
    .main-footer .container > div > div:after {
      content: "";
      display: table;
      clear: both; }
    .main-footer .container > div > div ul {
      margin: 0; }
      .main-footer .container > div > div ul li {
        margin-bottom: 15px; }
      .main-footer .container > div > div ul a, .main-footer .container > div > div ul a:visited {
        text-decoration: none;
        font-size: 14px; }
      .main-footer .container > div > div ul i {
        width: 30px; }
    .main-footer .container > div > div h3 {
      text-decoration: none;
      font-weight: 600;
      color: white;
      text-transform: uppercase;
      font-size: 18px;
      line-height: 18px;
      margin-bottom: 35px; }
    .main-footer .container > div > div:nth-child(1) {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 49.5%;
      margin-left: 0%;
      margin-right: 1%; }
      .main-footer .container > div > div:nth-child(1):after {
        content: "";
        display: table;
        clear: both; }
      .main-footer .container > div > div:nth-child(1) ul {
        margin: 0; }
        .main-footer .container > div > div:nth-child(1) ul li {
          float: left;
          clear: none;
          text-align: inherit;
          padding-left: 0;
          padding-right: 0;
          width: 49.5%;
          margin-left: 0%;
          margin-right: 1%;
          margin-bottom: 35px; }
          .main-footer .container > div > div:nth-child(1) ul li:after {
            content: "";
            display: table;
            clear: both; }
          .main-footer .container > div > div:nth-child(1) ul li:nth-child(2n) {
            float: left;
            clear: none;
            text-align: inherit;
            padding-left: 0;
            padding-right: 0;
            width: 49.5%;
            margin-left: 0%;
            margin-right: 1%;
            margin-right: 0;
            float: right; }
            .main-footer .container > div > div:nth-child(1) ul li:nth-child(2n):after {
              content: "";
              display: table;
              clear: both; }
          .main-footer .container > div > div:nth-child(1) ul li a, .main-footer .container > div > div:nth-child(1) ul li a:visited {
            text-decoration: none;
            font-weight: 600;
            color: white;
            text-transform: uppercase;
            font-size: 18px;
            line-height: 18px; }
    .main-footer .container > div > div:nth-child(3) {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 24.25%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right; }
      .main-footer .container > div > div:nth-child(3):after {
        content: "";
        display: table;
        clear: both; }

.sub-footer .container {
  padding-top: 30px;
  padding-bottom: 30px; }
  .sub-footer .container p {
    margin: 0;
    font-size: 14px;
    color: #b4cf0a; }
    .sub-footer .container p a, .sub-footer .container p a:visited {
      color: #b4cf0a;
      text-decoration: none;
      margin-left: 20px; }
    .sub-footer .container p:nth-child(1) {
      margin-bottom: 5px;
      color: #4a5600; }

.review-carousel {
  padding: 80px 0; }
  .review-carousel #carousel-widget {
    margin: 0 auto;
    max-width: -webkit-calc(1210px + (61px * 2));
    max-width: calc(1210px + (61px * 2)); }

/*
| ------------------------------------
| Home
| ------------------------------------
*/
.boxes--box {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 49.5%;
  margin-left: 0%;
  margin-right: 1%;
  margin-bottom: 10px;
  overflow: hidden; }
  .boxes--box:after {
    content: "";
    display: table;
    clear: both; }
  .boxes--box:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    .boxes--box:nth-child(2n):after {
      content: "";
      display: table;
      clear: both; }
  .boxes--box > a, .boxes--box > a:visited {
    display: block;
    position: relative; }
    .boxes--box > a img, .boxes--box > a:visited img {
      display: block; }
  .boxes--box .content {
    position: absolute;
    left: 35px;
    right: 35px;
    bottom: 35px;
    z-index: 9; }
    .boxes--box .content * {
      color: white;
      text-transform: uppercase; }
      .boxes--box .content *:last-child {
        margin: 0; }
    .boxes--box .content h2 {
      font-size: 38px;
      line-height: 38px;
      margin-bottom: 10px;
      text-shadow: 1px 1px 1px #404040; }
      .boxes--box .content h2:after {
        content: "\f138";
        font-family: "FontAwesome";
        margin-left: 18px;
        color: #f98f0d; }
    .boxes--box .content p {
      max-width: 360px; }
  .boxes--box.small {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 24.25%;
    margin-left: 0%;
    margin-right: 1%; }
    .boxes--box.small:after {
      content: "";
      display: table;
      clear: both; }
    .boxes--box.small:nth-child(4n) {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 24.25%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right; }
      .boxes--box.small:nth-child(4n):after {
        content: "";
        display: table;
        clear: both; }
    .boxes--box.small:nth-child(8) .content {
      top: 50px;
      left: 40px;
      right: 40px;
      bottom: 40px; }
    .boxes--box.small:nth-child(8) p {
      text-align: center;
      font-size: 22px;
      line-height: 24px;
      font-weight: 600; }
      .boxes--box.small:nth-child(8) p:before {
        content: "\f0d1";
        font-family: "FontAwesome";
        display: block; }
    .boxes--box.small .content h2 {
      font-size: 28px;
      line-height: 30px;
      text-shadow: 1px 1px 1px #404040; }

.grey-gradient {
  background: url(../images/bottom-gradient.jpg) bottom center no-repeat, url(../images/top-gradient.jpg) top center no-repeat, url(../images/middle-gradient.jpg) center center repeat-y; }

.best-sellers {
  padding-top: 80px;
  padding-bottom: 80px; }
  .best-sellers h2 {
    text-align: center;
    margin-bottom: 50px; }

.product-slider {
  position: relative; }
  .product-slider .owl-controls {
    position: absolute;
    top: 70px;
    height: 0px;
    left: -60px;
    right: -60px;
    overflow: visible; }
    .product-slider .owl-controls .owl-prev,
    .product-slider .owl-controls .owl-next {
      display: block !important;
      float: left;
      background: none;
      font-size: 38px;
      color: #f98f0d;
      -webkit-transition: color 0.2s;
              transition: color 0.2s; }
      .product-slider .owl-controls .owl-prev:hover,
      .product-slider .owl-controls .owl-next:hover {
        background: none;
        color: #ce7405; }
    .product-slider .owl-controls .owl-next {
      float: right; }

.garden {
  min-height: 650px;
  background-image: url(../images/garden.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px; }
  .garden .container {
    padding-top: 80px;
    padding-bottom: 80px; }
    .garden .container h2 {
      text-align: center;
      color: white;
      text-transform: uppercase;
      font-size: 38px;
      line-height: 38px;
      text-shadow: 1px 1px 1px #404040;
      margin-bottom: 40px; }
  .garden .magic-tabs {
    overflow: visible; }
  .garden .magic-tabs .magic-tabs-tabs {
    overflow: visible;
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 34.35%;
    margin-left: 0%;
    margin-right: 1%; }
    .garden .magic-tabs .magic-tabs-tabs:after {
      content: "";
      display: table;
      clear: both; }
    .garden .magic-tabs .magic-tabs-tabs li {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right;
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAklEQVR4AewaftIAAAAJSURBVGP4DwQACfsD/akxP+sAAAAASUVORK5CYII=');
      border-left: 6px solid #f98f0d;
      font-size: 20px;
      line-height: 20px;
      text-transform: uppercase;
      padding: 20px;
      position: relative; }
      .garden .magic-tabs .magic-tabs-tabs li:after {
        content: "";
        display: table;
        clear: both; }
      .garden .magic-tabs .magic-tabs-tabs li:nth-child(2n) {
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAklEQVR4AewaftIAAAALSURBVGP4////GQAJyAPKzUfhxwAAAABJRU5ErkJggg=='); }
        .garden .magic-tabs .magic-tabs-tabs li:nth-child(2n).active:after {
          background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAklEQVR4AewaftIAAAALSURBVGP4////GQAJyAPKzUfhxwAAAABJRU5ErkJggg=='); }
      .garden .magic-tabs .magic-tabs-tabs li.active {
        border: none;
        border-left: 10px solid #e78206; }
        .garden .magic-tabs .magic-tabs-tabs li.active:after {
          content: " ";
          position: absolute;
          height: 60px;
          right: -13px;
          top: 0;
          width: 13px;
          background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAklEQVR4AewaftIAAAAJSURBVGP4DwQACfsD/akxP+sAAAAASUVORK5CYII='); }
  .garden .magic-tabs .magic-tabs-contents {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 64.65%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    border: none;
    top: 0; }
    .garden .magic-tabs .magic-tabs-contents:after {
      content: "";
      display: table;
      clear: both; }
  .garden .magic-tabs .magic-tabs-contents .body {
    border: none;
    background: white;
    min-height: 360px;
    max-height: 500px;
    overflow: auto;
    padding: 40px 60px; }
    .garden .magic-tabs .magic-tabs-contents .body h3 {
      font-weight: 300;
      text-transform: uppercase;
      font-size: 28px;
      margin-bottom: 40px; }
      .garden .magic-tabs .magic-tabs-contents .body h3:before {
        content: "\f188";
        font-family: "FontAwesome";
        margin-right: 10px;
        color: #f98f0d; }
    .garden .magic-tabs .magic-tabs-contents .body ul {
      margin-left: 20px;
      margin-bottom: 20px; }
      .garden .magic-tabs .magic-tabs-contents .body ul li {
        list-style: disc outside; }

.latest-articles .container {
  padding-top: 80px;
  padding-bottom: 65px; }
  .latest-articles .container h2, .latest-articles .container h1 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 38px;
    color: #252525;
    font-weight: 300; }

.articles--article {
  float: left;
  clear: none;
  text-align: inherit;
  padding-left: 0;
  padding-right: 0;
  width: 49.5%;
  margin-left: 0%;
  margin-right: 1%;
  margin-bottom: 10px; }
  .articles--article:after {
    content: "";
    display: table;
    clear: both; }
  .articles--article:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    .articles--article:nth-child(2n):after {
      content: "";
      display: table;
      clear: both; }

.articles--article--image {
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 40%;
  margin-left: 0%;
  margin-right: 0%;
  background: white; }
  .articles--article--image:after {
    content: "";
    display: table;
    clear: both; }
  .articles--article--image img {
    display: block;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.articles--article--date {
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 10%;
  margin-left: 0%;
  margin-right: 0%;
  background: #fbbd71; }
  .articles--article--date:after {
    content: "";
    display: table;
    clear: both; }

.articles--article--content {
  float: left;
  clear: none;
  padding-left: 0;
  padding-right: 0;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
  background: white; }
  .articles--article--content:after {
    content: "";
    display: table;
    clear: both; }
  .articles--article--content .inner {
    margin: 30px; }
    .articles--article--content .inner p {
      font-size: 14px; }
      .articles--article--content .inner p.articles--article--content--title {
        font-weight: bold;
        font-size: 16px; }

a.articles--article--content--link,
a.articles--article--content--link:visited {
  text-decoration: none;
  color: #f98f0d; }

.articles--article--date--day {
  padding-top: 25px; }

.articles--article--date--month-year {
  padding-top: 10px; }

.articles--article--date--day,
.articles--article--date--month-year {
  display: block;
  text-align: center;
  height: 70px;
  border-bottom: 1px solid white;
  background: #f98f0d;
  color: white; }

.latest-articles .pagination {
  margin-top: 40px;
  text-align: center; }
  .latest-articles .pagination a, .latest-articles .pagination a:visited, .latest-articles .pagination span {
    display: inline-block;
    padding: 6px 10px;
    text-decoration: none;
    background: #f98f0d;
    color: white;
    -webkit-transition: background 0.2s, color 0.2s;
            transition: background 0.2s, color 0.2s; }
    .latest-articles .pagination a.current, .latest-articles .pagination a:visited.current, .latest-articles .pagination span.current {
      background: #f9500d; }
      .latest-articles .pagination a.current:hover, .latest-articles .pagination a:visited.current:hover, .latest-articles .pagination span.current:hover {
        background: #f9500d; }
    .latest-articles .pagination a:hover, .latest-articles .pagination a:visited:hover, .latest-articles .pagination span:hover {
      background: #ce7405; }

.editable h1, .editable h2, .editable h3, .editable h4, .editable h5, .editable h6 {
  color: #f9500d; }
.editable h1 {
  font-size: 28px;
  line-height: 33px; }
.editable ul, .editable ol {
  margin: 0 0 20px 0; }
  .editable ul li, .editable ol li {
    margin: 0 0 4px 0;
    list-style: inside disc; }
  .editable ul ul, .editable ul ol, .editable ol ul, .editable ol ol {
    margin-top: 4px;
    margin-left: 25px;
    margin-bottom: 4px; }
.editable ol li {
  list-style: inside decimal; }
.editable a, .editable a:visited {
  color: #f9500d;
  text-decoration: underline; }
.editable img {
  display: inline; }

/**
 * CONTAINER WIDTH - DONT ALTER
 */
.container {
  position: relative; }

@media only screen and (max-width: 480px) {
  body .mobile-menu {
    display: block; }
  body .header .logo {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .header .logo:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .header .header-ctas:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas form {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin: 10px 0; }
    body .header .header-ctas form:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas .get-in-touch {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    font-size: 12px; }
    body .header .header-ctas .get-in-touch:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas .cart-button {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    font-size: 12px; }
    body .header .header-ctas .cart-button:after {
      content: "";
      display: table;
      clear: both; }
  body #main-navigation {
    display: none; }
  body .single--image {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .single--image:after {
      content: "";
      display: table;
      clear: both; }
  body .single--content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding: 20px; }
    body .single--content:after {
      content: "";
      display: table;
      clear: both; }
  body .header .grey-checked ul li {
    margin: 0 5px; }
  body .header .logo img.img-logo {
    margin-bottom: 20px; }
  body .boxes--box,
  body .boxes--box:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .boxes--box:after,
    body .boxes--box:nth-child(2n):after {
      content: "";
      display: table;
      clear: both; }
    body .boxes--box img,
    body .boxes--box:nth-child(2n) img {
      width: 100%; }
  body .boxes--box .content p {
    font-size: 12px; }
  body .boxes--box .content h2 {
    font-size: 18px; }
  body .boxes--box.small {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%; }
    body .boxes--box.small:after {
      content: "";
      display: table;
      clear: both; }
  body .boxes--box.small:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .boxes--box.small:nth-child(2n):after {
      content: "";
      display: table;
      clear: both; }
  body .boxes--box.small .content h2 {
    font-size: 18px;
    line-height: 20px; }
  body .boxes--box.small .content {
    left: 10px;
    right: 10px;
    bottom: 10px; }
  body .boxes--box.small:nth-child(8) .content {
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 30px; }
  body .boxes--box.small:nth-child(8) p {
    font-size: 12px;
    line-height: 14px; }
  body .best-sellers h2,
  body .garden .container h2,
  body .latest-articles .container h2,
  body .latest-articles .container h1,
  body .support .container h2 {
    font-size: 28px;
    line-height: 34px; }
  body .magic-accordion h2.head {
    font-size: 14px;
    background: #f98f0d;
    margin: 0 0 1px 0; }
  body .magic-accordion .body {
    background: white;
    padding: 20px; }
  body .articles--article,
  body .articles--article:nth-child(2n),
  body .articles--article--image,
  body .articles--article--content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    height: auto !important; }
    body .articles--article:after,
    body .articles--article:nth-child(2n):after,
    body .articles--article--image:after,
    body .articles--article--content:after {
      content: "";
      display: table;
      clear: both; }
    body .articles--article img,
    body .articles--article:nth-child(2n) img,
    body .articles--article--image img,
    body .articles--article--content img {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  body .articles--article--date {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    height: auto !important; }
    body .articles--article--date:after {
      content: "";
      display: table;
      clear: both; }
  body .main-footer .container > div > div:nth-child(1) ul li,
  body .main-footer .container > div > div:nth-child(1) ul li:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-bottom: 10px; }
    body .main-footer .container > div > div:nth-child(1) ul li:after,
    body .main-footer .container > div > div:nth-child(1) ul li:nth-child(2n):after {
      content: "";
      display: table;
      clear: both; }
  body .articles--article--date--day,
  body .articles--article--date--month-year {
    width: 70px;
    float: left;
    border-right: 1px solid white;
    border-bottom: none; }
  body .main-footer .container > div > div:nth-child(1),
  body .main-footer .container > div > div:nth-child(3),
  body .main-footer .container > div > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    border-bottom: 1px solid #b4ce12;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center; }
    body .main-footer .container > div > div:nth-child(1):after,
    body .main-footer .container > div > div:nth-child(3):after,
    body .main-footer .container > div > div:after {
      content: "";
      display: table;
      clear: both; }
  body .view--product-main--images {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .view--product-main--images:after {
      content: "";
      display: table;
      clear: both; }
    body .view--product-main--images img {
      width: 100%; }
  body .view--product-main--description {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-top: 20px; }
    body .view--product-main--description:after {
      content: "";
      display: table;
      clear: both; }
  body .view--product-main--purchase {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding: 40px; }
    body .view--product-main--purchase:after {
      content: "";
      display: table;
      clear: both; }
  body .view--category--right,
  body .view--category--left,
  body .view--category--right--results .item,
  body .view--category--right--results .item:nth-child(4n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .view--category--right:after,
    body .view--category--left:after,
    body .view--category--right--results .item:after,
    body .view--category--right--results .item:nth-child(4n):after {
      content: "";
      display: table;
      clear: both; }
  body .view--category--right--results .item img {
    width: 100%; }
  body .view--category--header h1 {
    font-size: 28px;
    line-height: 34px; }
  body .wordpress-wrapper .eightCol {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-bottom: 10px; }
    body .wordpress-wrapper .eightCol:after {
      content: "";
      display: table;
      clear: both; }
  body .wordpress-wrapper .fourCol {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    border-top: 1px solid #696969;
    padding-top: 30px; }
    body .wordpress-wrapper .fourCol:after {
      content: "";
      display: table;
      clear: both; }
  body a img.alignright, body a img.alignleft {
    max-width: 100%; }
  body .wordpress-wrapper .eightCol {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-bottom: 10px; }
    body .wordpress-wrapper .eightCol:after {
      content: "";
      display: table;
      clear: both; }
  body .wordpress-wrapper .fourCol {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    border-top: 1px solid #696969;
    padding-top: 30px; }
    body .wordpress-wrapper .fourCol:after {
      content: "";
      display: table;
      clear: both; }
  body a img.alignright, body a img.alignleft {
    max-width: 100%; }
  body .cart table, body .cart thead, body .cart tbody, body .cart tfoot, body .cart th, body .cart td, body .cart tr {
    display: block; }
  body .cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  body .cart tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0; }
  body .cart td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
    body .cart td:last-child {
      border: none; }
    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: 1%;
      margin-right: 0;
      float: right;
      display: block;
      float: none; }
      body .cart td input[type="text"]:after, body .cart td dl:after {
        content: "";
        display: table;
        clear: both; }
      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: 1%;
        margin-right: 0;
        float: right; }
        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; }
      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: 1%;
        margin-right: 0;
        float: right; }
        body .cart td input[type="text"] dd:after, body .cart td dl dd:after {
          content: "";
          display: table;
          clear: both; }
    body .cart td input[type="text"] {
      padding: 10px; }
  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; }
  body .cart tfoot {
    width: 100%; }
  body .cart .submit-button {
    width: 100%; }
  body .cart #update_row {
    width: 100%; }
    body .cart #update_row .submit-button,
    body .cart #update_row .submit-button:visited {
      display: block;
      width: 100%; }
    body .cart #update_row input {
      margin: 0 0 5px 0; }
  body .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding: 10px;
    height: auto !important;
    margin-bottom: 20px; }
    body .cart .cart-boxes:after {
      content: "";
      display: table;
      clear: both; }
    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: 1%;
      margin-right: 0;
      float: right;
      padding: 10px; }
      body .cart .cart-boxes.last:after {
        content: "";
        display: table;
        clear: both; }
  body .checkout .left-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-bottom: 30px; }
    body .checkout .left-content:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    display: block; }
    body .checkout .right-content:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .checkout.step-1 .register-box:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .checkout.step-1 .login-box:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout.step-2 #billing, body .checkout.step-3 #shipping, body .checkout.step-4 #billing, body .checkout.step-5 #payment_list {
    margin: 0; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .checkout.step-2 .form-wrapper > p:after, body .checkout.step-2 .form-wrapper > p.last:after {
      content: "";
      display: table;
      clear: both; }
  body .login .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .login .right-content:after {
      content: "";
      display: table;
      clear: both; }
  body #payment_list {
    margin: 0 0 0 0; }
  body #shipping_list {
    margin: 0 0 20px 0; }
  body .page-heading h1 {
    font-size: 18px; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .left-content-login:after,
    body .right-content-login:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .customer .form-wrapper .left-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .customer .form-wrapper .right-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout ul.order-details-list {
    margin-left: 0; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .customer .form-wrapper p:after, body .customer .form-wrapper p.last:after {
      content: "";
      display: table;
      clear: both; }
  body .customer .right-content {
    display: block; }
  body .customer table, body .customer thead, body .customer tbody {
    display: block; }
  body .customer thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  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; }
  body .customer tbody tr, body .customer thead tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0; }
  body .customer tbody td, body .customer thead td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    overflow: hidden; }
    body .customer tbody td:last-child, body .customer thead td:last-child {
      border: none; }
    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: 1%;
      margin-right: 0;
      float: right;
      display: block;
      float: none; }
      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; }
      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: 1%;
        margin-right: 0;
        float: right; }
        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; }
      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: 1%;
        margin-right: 0;
        float: right; }
        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; }
    body .customer tbody td input[type="text"], body .customer thead td input[type="text"] {
      padding: 10px; }
  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; }
  body .customer tfoot {
    width: 100%;
    display: table; }
    body .customer tfoot tr td:nth-child(1) {
      width: 75%; } }
@media only screen and (min-width: 481px) and (max-width: 568px) {
  body .container {
    max-width: 400px; }
  body .mobile-menu {
    display: block; }
  body .header .logo {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    text-align: center; }
    body .header .logo:after {
      content: "";
      display: table;
      clear: both; }
    body .header .logo img {
      margin: 0 auto; }
  body .header .header-ctas {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .header .header-ctas:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas form {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin: 10px 0; }
    body .header .header-ctas form:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas .get-in-touch {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    font-size: 12px; }
    body .header .header-ctas .get-in-touch:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas .cart-button {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    font-size: 12px; }
    body .header .header-ctas .cart-button:after {
      content: "";
      display: table;
      clear: both; }
  body #main-navigation {
    display: none; }
  body .single--image {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .single--image:after {
      content: "";
      display: table;
      clear: both; }
  body .single--content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding: 20px; }
    body .single--content:after {
      content: "";
      display: table;
      clear: both; }
  body .header .grey-checked ul li {
    margin: 0 5px;
    font-size: 11px; }
  body .header .logo img.img-logo {
    margin-bottom: 20px; }
  body .boxes--box,
  body .boxes--box:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .boxes--box:after,
    body .boxes--box:nth-child(2n):after {
      content: "";
      display: table;
      clear: both; }
    body .boxes--box img,
    body .boxes--box:nth-child(2n) img {
      width: 100%; }
  body .boxes--box .content p {
    font-size: 12px; }
  body .boxes--box .content h2 {
    font-size: 18px; }
  body .boxes--box.small {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%; }
    body .boxes--box.small:after {
      content: "";
      display: table;
      clear: both; }
  body .boxes--box.small:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .boxes--box.small:nth-child(2n):after {
      content: "";
      display: table;
      clear: both; }
  body .boxes--box.small .content h2 {
    font-size: 18px;
    line-height: 20px; }
  body .boxes--box.small .content {
    left: 10px;
    right: 10px;
    bottom: 10px; }
  body .boxes--box.small:nth-child(8) .content {
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 30px; }
  body .boxes--box.small:nth-child(8) p {
    font-size: 12px;
    line-height: 14px; }
  body .best-sellers h2,
  body .garden .container h2,
  body .latest-articles .container h2,
  body .latest-articles .container h1,
  body .support .container h2 {
    font-size: 28px;
    line-height: 34px; }
  body .magic-accordion h2.head {
    font-size: 14px;
    background: #f98f0d;
    margin: 0 0 1px 0; }
  body .magic-accordion .body {
    background: white;
    padding: 20px; }
  body .articles--article,
  body .articles--article:nth-child(2n),
  body .articles--article--image,
  body .articles--article--content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    height: auto !important; }
    body .articles--article:after,
    body .articles--article:nth-child(2n):after,
    body .articles--article--image:after,
    body .articles--article--content:after {
      content: "";
      display: table;
      clear: both; }
    body .articles--article img,
    body .articles--article:nth-child(2n) img,
    body .articles--article--image img,
    body .articles--article--content img {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  body .articles--article--date {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    height: auto !important; }
    body .articles--article--date:after {
      content: "";
      display: table;
      clear: both; }
  body .main-footer .container > div > div:nth-child(1) ul li,
  body .main-footer .container > div > div:nth-child(1) ul li:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-bottom: 10px; }
    body .main-footer .container > div > div:nth-child(1) ul li:after,
    body .main-footer .container > div > div:nth-child(1) ul li:nth-child(2n):after {
      content: "";
      display: table;
      clear: both; }
  body .articles--article--date--day,
  body .articles--article--date--month-year {
    width: 70px;
    float: left;
    border-right: 1px solid white;
    border-bottom: none; }
  body .main-footer .container > div > div:nth-child(1),
  body .main-footer .container > div > div:nth-child(3),
  body .main-footer .container > div > div {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    border-bottom: 1px solid #b4ce12;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center; }
    body .main-footer .container > div > div:nth-child(1):after,
    body .main-footer .container > div > div:nth-child(3):after,
    body .main-footer .container > div > div:after {
      content: "";
      display: table;
      clear: both; }
  body .view--product-main--images {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .view--product-main--images:after {
      content: "";
      display: table;
      clear: both; }
    body .view--product-main--images img {
      width: 100%; }
  body .view--product-main--description {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-top: 20px; }
    body .view--product-main--description:after {
      content: "";
      display: table;
      clear: both; }
  body .view--product-main--purchase {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding: 40px; }
    body .view--product-main--purchase:after {
      content: "";
      display: table;
      clear: both; }
  body .view--category--right,
  body .view--category--left,
  body .view--category--right--results .item,
  body .view--category--right--results .item:nth-child(4n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .view--category--right:after,
    body .view--category--left:after,
    body .view--category--right--results .item:after,
    body .view--category--right--results .item:nth-child(4n):after {
      content: "";
      display: table;
      clear: both; }
  body .view--category--right--results .item img {
    width: 100%; }
  body .view--category--header h1 {
    font-size: 28px;
    line-height: 34px; }
  body .wordpress-wrapper .eightCol {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-bottom: 10px; }
    body .wordpress-wrapper .eightCol:after {
      content: "";
      display: table;
      clear: both; }
  body .wordpress-wrapper .fourCol {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    border-top: 1px solid #696969;
    padding-top: 30px; }
    body .wordpress-wrapper .fourCol:after {
      content: "";
      display: table;
      clear: both; }
  body .cart table, body .cart thead, body .cart tbody, body .cart tfoot, body .cart th, body .cart td, body .cart tr {
    display: block; }
  body .cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  body .cart tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0; }
  body .cart td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
    body .cart td:last-child {
      border: none; }
    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: 1%;
      margin-right: 0;
      float: right;
      display: block;
      float: none; }
      body .cart td input[type="text"]:after, body .cart td dl:after {
        content: "";
        display: table;
        clear: both; }
      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: 1%;
        margin-right: 0;
        float: right; }
        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; }
      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: 1%;
        margin-right: 0;
        float: right; }
        body .cart td input[type="text"] dd:after, body .cart td dl dd:after {
          content: "";
          display: table;
          clear: both; }
    body .cart td input[type="text"] {
      padding: 10px; }
  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; }
  body .cart tfoot {
    width: 100%; }
  body .cart .submit-button {
    width: 100%; }
  body .cart #update_row {
    width: 100%; }
    body .cart #update_row .submit-button,
    body .cart #update_row .submit-button:visited {
      display: block;
      width: 100%; }
    body .cart #update_row input {
      margin: 0 0 5px 0; }
  body .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding: 10px;
    height: auto !important;
    margin-bottom: 20px; }
    body .cart .cart-boxes:after {
      content: "";
      display: table;
      clear: both; }
    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: 1%;
      margin-right: 0;
      float: right;
      padding: 10px; }
      body .cart .cart-boxes.last:after {
        content: "";
        display: table;
        clear: both; }
  body .checkout .left-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-bottom: 30px; }
    body .checkout .left-content:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    display: block; }
    body .checkout .right-content:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .checkout.step-1 .register-box:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .checkout.step-1 .login-box:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout.step-2 #billing, body .checkout.step-3 #shipping, body .checkout.step-4 #billing, body .checkout.step-5 #payment_list {
    margin: 0; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .checkout.step-2 .form-wrapper > p:after, body .checkout.step-2 .form-wrapper > p.last:after {
      content: "";
      display: table;
      clear: both; }
  body .login .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .login .right-content:after {
      content: "";
      display: table;
      clear: both; }
  body #payment_list {
    margin: 0 0 0 0; }
  body #shipping_list {
    margin: 0 0 20px 0; }
  body .page-heading h1 {
    font-size: 18px; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .left-content-login:after,
    body .right-content-login:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .customer .form-wrapper .left-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .customer .form-wrapper .right-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout ul.order-details-list {
    margin-left: 0; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .customer .form-wrapper p:after, body .customer .form-wrapper p.last:after {
      content: "";
      display: table;
      clear: both; }
  body .customer .right-content {
    display: block; }
  body .customer table, body .customer thead, body .customer tbody {
    display: block; }
  body .customer thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  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; }
  body .customer tbody tr, body .customer thead tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0; }
  body .customer tbody td, body .customer thead td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    overflow: hidden; }
    body .customer tbody td:last-child, body .customer thead td:last-child {
      border: none; }
    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: 1%;
      margin-right: 0;
      float: right;
      display: block;
      float: none; }
      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; }
      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: 1%;
        margin-right: 0;
        float: right; }
        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; }
      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: 1%;
        margin-right: 0;
        float: right; }
        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; }
    body .customer tbody td input[type="text"], body .customer thead td input[type="text"] {
      padding: 10px; }
  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; }
  body .customer tfoot {
    width: 100%;
    display: table; }
    body .customer tfoot tr td:nth-child(1) {
      width: 75%; } }
@media only screen and (min-width: 569px) and (max-width: 768px) {
  body .container {
    max-width: 560px; }
  body .mobile-menu {
    display: block; }
  body .header .logo {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    text-align: center; }
    body .header .logo:after {
      content: "";
      display: table;
      clear: both; }
    body .header .logo img {
      margin: 0 auto; }
  body .header .header-ctas {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .header .header-ctas:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas form {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin: 10px 0; }
    body .header .header-ctas form:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas .get-in-touch {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    font-size: 12px; }
    body .header .header-ctas .get-in-touch:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas .cart-button {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    font-size: 12px; }
    body .header .header-ctas .cart-button:after {
      content: "";
      display: table;
      clear: both; }
  body #main-navigation {
    display: none; }
  body .header .grey-checked ul li {
    margin: 0 5px;
    font-size: 11px; }
  body .boxes--box .content p {
    font-size: 12px; }
  body .boxes--box .content h2 {
    font-size: 18px; }
  body .boxes--box .content {
    left: 15px;
    right: 15px;
    bottom: 15px; }
  body .boxes--box.small .content {
    left: 15px;
    right: 15px;
    bottom: 15px; }
    body .boxes--box.small .content h2 {
      font-size: 18px;
      line-height: 20px; }
      body .boxes--box.small .content h2:after {
        display: none; }
  body .boxes--box.small:nth-child(8) .content {
    top: 20px;
    left: 10px;
    right: 10px;
    bottom: 20px; }
    body .boxes--box.small:nth-child(8) .content p {
      font-size: 12px;
      line-height: 14px; }
  body .best-sellers h2,
  body .garden .container h2,
  body .support .container h2 {
    font-size: 28px; }
  body .magic-accordion h2.head {
    font-size: 14px;
    background: #f98f0d;
    margin: 0 0 1px 0; }
  body .magic-accordion .body {
    background: white;
    padding: 20px; }
  body .articles--article,
  body .articles--article:nth-child(2n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .articles--article:after,
    body .articles--article:nth-child(2n):after {
      content: "";
      display: table;
      clear: both; }
  body .main-footer .container > div > div:nth-child(1) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    border-bottom: 1px solid #b4ce12;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    body .main-footer .container > div > div:nth-child(1):after {
      content: "";
      display: table;
      clear: both; }
  body .main-footer .container > div > div:nth-child(2) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%; }
    body .main-footer .container > div > div:nth-child(2):after {
      content: "";
      display: table;
      clear: both; }
  body .main-footer .container > div > div:nth-child(3) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .main-footer .container > div > div:nth-child(3):after {
      content: "";
      display: table;
      clear: both; }
  body .view--product-main--images {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 29.3%;
    margin-left: 0%;
    margin-right: 1%; }
    body .view--product-main--images:after {
      content: "";
      display: table;
      clear: both; }
  body .view--product-main--description {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 69.7%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding-left: 20px; }
    body .view--product-main--description:after {
      content: "";
      display: table;
      clear: both; }
  body .view--product-main--purchase {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding: 30px; }
    body .view--product-main--purchase:after {
      content: "";
      display: table;
      clear: both; }
  body .view--category--right,
  body .view--category--left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .view--category--right:after,
    body .view--category--left:after {
      content: "";
      display: table;
      clear: both; }
  body .view--category--right--results .item,
  body .view--category--right--results .item:nth-child(4n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%; }
    body .view--category--right--results .item:after,
    body .view--category--right--results .item:nth-child(4n):after {
      content: "";
      display: table;
      clear: both; }
    body .view--category--right--results .item:nth-child(2n),
    body .view--category--right--results .item:nth-child(4n):nth-child(2n) {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 49.5%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right; }
      body .view--category--right--results .item:nth-child(2n):after,
      body .view--category--right--results .item:nth-child(4n):nth-child(2n):after {
        content: "";
        display: table;
        clear: both; }
  body .view--category--right--results .item img {
    width: 100%; }
  body .view--category--header h1 {
    font-size: 28px;
    line-height: 34px; }
  body .wordpress-wrapper .eightCol {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-bottom: 10px; }
    body .wordpress-wrapper .eightCol:after {
      content: "";
      display: table;
      clear: both; }
  body .wordpress-wrapper .fourCol {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    border-top: 1px solid #696969;
    padding-top: 30px; }
    body .wordpress-wrapper .fourCol:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout .left-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    margin-bottom: 30px; }
    body .checkout .left-content:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    display: block; }
    body .checkout .right-content:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout.step-2 #billing, body .checkout.step-3 #shipping, body .checkout.step-4 #billing, body .checkout.step-5 #payment_list {
    margin: 0; }
  body .login .right-content {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .login .right-content:after {
      content: "";
      display: table;
      clear: both; }
  body #payment_list {
    margin: 0 0 0 0; }
  body #shipping_list {
    margin: 0 0 20px 0; }
  body .page-heading h1 {
    font-size: 18px; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .left-content-login:after,
    body .right-content-login:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .customer .form-wrapper .left-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  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: 1%;
    margin-right: 0;
    float: right; }
    body .customer .form-wrapper .right-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  body .checkout ul.order-details-list {
    margin-left: 0; }
  body .cart table, body .cart thead, body .cart tbody, body .cart tfoot, body .cart th, body .cart td, body .cart tr {
    display: block; }
  body .cart thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  body .cart tr {
    border: 1px solid #ccc;
    margin: 0 0 5px 0; }
  body .cart td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%; }
    body .cart td:last-child {
      border: none; }
    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: 1%;
      margin-right: 0;
      float: right;
      display: block;
      float: none; }
      body .cart td input[type="text"]:after, body .cart td dl:after {
        content: "";
        display: table;
        clear: both; }
      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: 1%;
        margin-right: 0;
        float: right; }
        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; }
      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: 1%;
        margin-right: 0;
        float: right; }
        body .cart td input[type="text"] dd:after, body .cart td dl dd:after {
          content: "";
          display: table;
          clear: both; }
    body .cart td input[type="text"] {
      padding: 10px; }
  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; }
  body .cart tfoot {
    width: 100%; }
  body .cart .submit-button {
    width: 100%; }
  body .cart #update_row {
    width: 100%; }
    body .cart #update_row .submit-button,
    body .cart #update_row .submit-button:visited {
      display: block;
      width: 100%; }
    body .cart #update_row input {
      margin: 0 0 5px 0; }
  body .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    padding: 20px;
    margin-bottom: 20px; }
    body .cart .cart-boxes:after {
      content: "";
      display: table;
      clear: both; }
    body .cart .cart-boxes:nth-child(2) {
      margin-right: 0;
      float: right; }
    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: 1%;
      margin-right: 0;
      float: right;
      padding: 20px;
      margin-bottom: 20px;
      height: auto !important; }
      body .cart .cart-boxes.last:after {
        content: "";
        display: table;
        clear: both; } }
@media only screen and (min-width: 769px) and (max-width: 1040px) {
  body .container {
    max-width: 770px; }
  body #main-navigation {
    display: none; }
  body .mobile-menu {
    display: block; }
  body .header .logo {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    padding-top: 10px; }
    body .header .logo:after {
      content: "";
      display: table;
      clear: both; }
    body .header .logo a, body .header .logo a:visited {
      display: inline-block;
      vertical-align: middle; }
    body .header .logo img {
      width: auto;
      display: block;
      max-width: 260px; }
      body .header .logo img.img-logo {
        margin-right: 30px; }
  body .header .header-ctas {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .header .header-ctas:after {
      content: "";
      display: table;
      clear: both; }
  body .header .header-ctas .cart-button {
    font-size: 12px; }
    body .header .header-ctas .cart-button i {
      display: none; }
  body .header .header-ctas .get-in-touch {
    font-size: 12px; }
  body .boxes--box .content h2 {
    font-size: 20px;
    line-height: 22px; }
  body .boxes--box.small .content h2 {
    font-size: 20px;
    line-height: 20px; }
  body .boxes--box.small .content {
    left: 20px;
    right: 20px;
    bottom: 20px; }
  body .boxes--box.small:nth-child(8) p {
    font-size: 16px;
    line-height: 18px; }
  body .boxes--box.small:nth-child(8) .content {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px; }
  body .best-sellers h2 {
    font-size: 28px;
    line-height: 36px; }
  body .item .side-by-side .left,
  body .item .side-by-side .right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    text-align: center; }
    body .item .side-by-side .left:after,
    body .item .side-by-side .right:after {
      content: "";
      display: table;
      clear: both; }
  body .garden .magic-tabs .magic-tabs-tabs li {
    font-size: 14px; }
  body .garden .magic-tabs .magic-tabs-contents .body {
    padding: 40px 20px; }
  body .articles--article--image {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    height: auto !important; }
    body .articles--article--image:after {
      content: "";
      display: table;
      clear: both; }
    body .articles--article--image img {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
  body .articles--article--date {
    float: left;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
    width: 20%;
    margin-left: 0%;
    margin-right: 0%; }
    body .articles--article--date:after {
      content: "";
      display: table;
      clear: both; }
  body .articles--article--content {
    float: left;
    clear: none;
    padding-left: 0;
    padding-right: 0;
    text-align: inherit;
    width: 80%;
    margin-left: 0%;
    margin-right: 0%; }
    body .articles--article--content:after {
      content: "";
      display: table;
      clear: both; }
  body .view--product-main--images {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 24.25%;
    margin-left: 0%;
    margin-right: 1%; }
    body .view--product-main--images:after {
      content: "";
      display: table;
      clear: both; }
  body .view--product-main--description {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    padding-left: 20px; }
    body .view--product-main--description:after {
      content: "";
      display: table;
      clear: both; }
  body .view--product-main--purchase {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 24.25%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right;
    padding: 15px; }
    body .view--product-main--purchase:after {
      content: "";
      display: table;
      clear: both; }
  body .view--category--left {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 29.3%;
    margin-left: 0%;
    margin-right: 1%; }
    body .view--category--left:after {
      content: "";
      display: table;
      clear: both; }
  body .view--category--right {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 69.7%;
    margin-left: 0%;
    margin-right: 1%;
    margin-right: 0;
    float: right; }
    body .view--category--right:after {
      content: "";
      display: table;
      clear: both; }
  body .view--category--right--results .item,
  body .view--category--right--results .item:nth-child(4n) {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 32.66667%;
    margin-left: 0%;
    margin-right: 1%; }
    body .view--category--right--results .item:after,
    body .view--category--right--results .item:nth-child(4n):after {
      content: "";
      display: table;
      clear: both; }
    body .view--category--right--results .item:nth-child(3n),
    body .view--category--right--results .item:nth-child(4n):nth-child(3n) {
      float: left;
      clear: none;
      text-align: inherit;
      padding-left: 0;
      padding-right: 0;
      width: 32.66667%;
      margin-left: 0%;
      margin-right: 1%;
      margin-right: 0;
      float: right; }
      body .view--category--right--results .item:nth-child(3n):after,
      body .view--category--right--results .item:nth-child(4n):nth-child(3n):after {
        content: "";
        display: table;
        clear: both; }
  body .cart .cart-boxes {
    float: left;
    clear: none;
    text-align: inherit;
    padding-left: 0;
    padding-right: 0;
    width: 49.5%;
    margin-left: 0%;
    margin-right: 1%;
    padding: 20px;
    margin-bottom: 20px; }
    body .cart .cart-boxes:after {
      content: "";
      display: table;
      clear: both; }
    body .cart .cart-boxes:nth-child(2) {
      margin-right: 0;
      float: right; }
    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: 1%;
      margin-right: 0;
      float: right;
      padding: 20px;
      margin-bottom: 20px;
      height: auto !important; }
      body .cart .cart-boxes.last:after {
        content: "";
        display: table;
        clear: both; } }

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