/**
 * Theme Name: Timberstore
 * Author: James Brunwin
 * Author URI: https://www.jamesbrunwin.com/
 * Version: 2.0
 * Description: 
 * Template: cairn-base
 */


/* line 1, ../../src/sass/helpers/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 21, ../../src/sass/helpers/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 25, ../../src/sass/helpers/_reset.scss */
body {
  line-height: 1;
}

/* line 28, ../../src/sass/helpers/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 31, ../../src/sass/helpers/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 34, ../../src/sass/helpers/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 39, ../../src/sass/helpers/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 44, ../../src/sass/helpers/_reset.scss */
html {
  transition: all 0.4s ease;
}
/* line 47, ../../src/sass/helpers/_reset.scss */
html.wf-loading {
  opacity: 0;
}
/* line 51, ../../src/sass/helpers/_reset.scss */
html.wf-active, html.wf-inactive {
  opacity: 1;
}

/* line 1, ../../src/sass/helpers/_fonts.scss */
a {
  text-decoration: none;
  color: #414040;
}

/* line 6, ../../src/sass/helpers/_fonts.scss */
h1 {
  font-size: 44px;
  line-height: 52px;
  text-transform: uppercase;
}

/* line 11, ../../src/sass/helpers/_fonts.scss */
h2 {
  font-size: 34px;
  line-height: 42px;
}

/* line 15, ../../src/sass/helpers/_fonts.scss */
h3 {
  font-size: 28px;
  line-height: 34px;
}

/* line 19, ../../src/sass/helpers/_fonts.scss */
h4 {
  font-size: 20px;
  line-height: 28px;
}

/* line 23, ../../src/sass/helpers/_fonts.scss */
h5 {
  font-size: 22px;
}

/* line 24, ../../src/sass/helpers/_fonts.scss */
h6 {
  font-size: 18px;
}

/* line 26, ../../src/sass/helpers/_fonts.scss */
h1, h2, h3, h4, h5, h6, p {
  color: #414040;
  margin: 20px 0;
  font-weight: 400;
}

/* line 32, ../../src/sass/helpers/_fonts.scss */
p, ol, ul {
  font-size: 17px;
  line-height: 22px;
}

/* line 37, ../../src/sass/helpers/_fonts.scss */
address {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
}

/* line 44, ../../src/sass/helpers/_fonts.scss */
blockquote {
  background: #ececec;
  padding: 15px 20px;
  display: block;
  margin: 15px 0;
  border-left: 5px solid #008539;
}
/* line 51, ../../src/sass/helpers/_fonts.scss */
blockquote p {
  margin: 10px 0;
}
/* line 55, ../../src/sass/helpers/_fonts.scss */
blockquote *:first-child {
  margin-top: 0;
}
/* line 56, ../../src/sass/helpers/_fonts.scss */
blockquote *:last-child {
  margin-bottom: 0;
}

/* line 1, ../../src/sass/helpers/_base.scss */
body {
  font-family: 'Open Sans', sans-serif;
  padding-top: 167px;
}
/* line 5, ../../src/sass/helpers/_base.scss */
body.main-menu-open {
  overflow: hidden;
}
@media only screen and (max-width: 920px) {
  /* line 1, ../../src/sass/helpers/_base.scss */
  body {
    padding-top: 90px;
  }
}
@media only screen and (max-width: 680px) {
  /* line 1, ../../src/sass/helpers/_base.scss */
  body {
    padding-top: 77px;
  }
}

/* line 18, ../../src/sass/helpers/_base.scss */
.container {
  max-width: 1200px;
  padding: 0px 15px;
  box-sizing: border-box;
  margin: 0 auto;
}
/* line 24, ../../src/sass/helpers/_base.scss */
.container.thin {
  max-width: 900px;
}

/* line 29, ../../src/sass/helpers/_base.scss */
#wp-admin-bar-frm-forms {
  display: none;
}

/* line 33, ../../src/sass/helpers/_base.scss */
a.button,
.woocommerce a.button {
  display: -ms-flexbox;
  display: flex;
  background: #008539;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 12px 30px;
  transition: all 0.3s;
  line-height: 1em;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
/* line 46, ../../src/sass/helpers/_base.scss */
a.button.alt,
.woocommerce a.button.alt {
  background: #008539;
}
/* line 49, ../../src/sass/helpers/_base.scss */
a.button.alt:hover,
.woocommerce a.button.alt:hover {
  background: #9bc24b;
}
/* line 54, ../../src/sass/helpers/_base.scss */
a.button.border-button,
.woocommerce a.button.border-button {
  background: transparent;
  border: 1px solid #414040;
  color: #414040;
}
/* line 60, ../../src/sass/helpers/_base.scss */
a.button:hover,
.woocommerce a.button:hover {
  background: #414040;
  color: #fff;
}

/* line 66, ../../src/sass/helpers/_base.scss */
.woocommerce a.remove {
  color: #e23531 !important;
}
/* line 69, ../../src/sass/helpers/_base.scss */
.woocommerce a.remove:hover {
  color: #fff !important;
  background: #e23531 !important;
}

/* line 75, ../../src/sass/helpers/_base.scss */
.woocommerce button.button.alt {
  background: #008539;
}
/* line 77, ../../src/sass/helpers/_base.scss */
.woocommerce button.button.alt:hover {
  background: #9bc24b;
}

/* line 82, ../../src/sass/helpers/_base.scss */
.omega__autocomplete .omega__highlight {
  background: #008539 !important;
  color: #fff;
}

/*

commented PG wanted the arrows on controls
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}*/
/* line 101, ../../src/sass/helpers/_base.scss */
select {
  cursor: pointer;
  padding: 10px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiNiYmIiPjxwYXRoIGQ9Ik02IDlsNiA2IDYtNiIvPjwvc3ZnPg==) !important;
  background-repeat: no-repeat !important;
  background-position-y: 50% !important;
  background-position-x: 99% !important;
  -moz-appearance: none !important;
  -ms-appearance: none !important;
  -o-appearance: none !important;
  appearance: none !important;
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  padding: 8px 10px;
}

/* line 117, ../../src/sass/helpers/_base.scss */
[type="checkbox"] {
  height: 16px;
  width: 16px;
  box-sizing: border-box;
  margin: 8px 8px 8px 8px;
  cursor: pointer;
  padding: 0;
}

/* line 1, ../../src/sass/partials/_header.scss */
body.mini-basket-open .main-header::before {
  opacity: 1;
  pointer-events: auto;
  z-index: 5;
}

/* line 7, ../../src/sass/partials/_header.scss */
.main-header {
  position: relative;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  z-index: 50;
  position: fixed;
  top: 0;
  width: 100%;
}
/* line 16, ../../src/sass/partials/_header.scss */
.main-header::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  background: rgba(0, 0, 0, 0.65);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
/* line 30, ../../src/sass/partials/_header.scss */
.main-header.show-overlay::before {
  opacity: 1;
  pointer-events: auto;
}
/* line 35, ../../src/sass/partials/_header.scss */
.main-header p {
  margin: 0;
}
/* line 37, ../../src/sass/partials/_header.scss */
.main-header .header-top {
  background: #7d7d7c;
}
/* line 40, ../../src/sass/partials/_header.scss */
.main-header .header-top > .container {
  display: grid;
  grid-template-columns: 210px auto 145px;
  grid-gap: 30px;
}
/* line 46, ../../src/sass/partials/_header.scss */
.main-header .header-top .logo {
  display: block;
  padding: 0px 20px 15px 0px;
}
/* line 50, ../../src/sass/partials/_header.scss */
.main-header .header-top .logo img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 58, ../../src/sass/partials/_header.scss */
.main-header .header-nav {
  background: #fff;
}
/* line 61, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
/* line 65, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li {
  -ms-flex: 1;
      flex: 1;
  -ms-flex-direction: row;
      flex-direction: row;
  text-align: center;
  border-right: 1px solid #ececec;
  transition: all 0.3s;
}
/* line 72, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li:first-child {
  border-left: 1px solid #ececec;
}
/* line 76, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li > a {
  display: block;
  padding: 16px;
  text-transform: uppercase;
  transition: all 0.3s;
  white-space: nowrap;
}
/* line 84, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li > .sub-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: -1;
  background: #ececec;
  padding: 20px 30px;
  box-sizing: border-box;
  pointer-events: none;
  opacity: 0;
  top: 100%;
  transition: all 0.3s;
  font-size: 14px;
}
/* line 102, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li > .sub-menu a:hover {
  text-decoration: underline;
}
/* line 106, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li > .sub-menu li.current-menu-item > a {
  text-decoration: underline;
}
/* line 110, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li > .sub-menu > li {
  -ms-flex: 1;
      flex: 1;
  text-align: left;
  padding-right: 20px;
}
/* line 115, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li > .sub-menu > li > a {
  text-transform: uppercase;
  font-weight: 700;
}
/* line 120, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li > .sub-menu > li > .sub-menu {
  margin: 10px 0;
}
/* line 123, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li > .sub-menu > li > .sub-menu .sub-menu {
  display: none;
}
/* line 127, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li > .sub-menu > li > .sub-menu li {
  margin: 9px 0px;
}
/* line 142, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li:hover {
  background: #ececec;
}
/* line 145, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li:hover > a {
  font-weight: bold;
}
/* line 149, ../../src/sass/partials/_header.scss */
.main-header .header-nav > .container > ul > li:hover > .sub-menu {
  opacity: 1;
  pointer-events: auto;
}
/* line 159, ../../src/sass/partials/_header.scss */
.main-header .search-container {
  padding: 15px;
}
/* line 162, ../../src/sass/partials/_header.scss */
.main-header .search-container .contact-details {
  text-align: right;
  padding-bottom: 15px;
}
/* line 166, ../../src/sass/partials/_header.scss */
.main-header .search-container .contact-details p {
  color: #fff;
  font-weight: 300;
  white-space: nowrap;
}
/* line 171, ../../src/sass/partials/_header.scss */
.main-header .search-container .contact-details p a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
/* line 176, ../../src/sass/partials/_header.scss */
.main-header .search-container .contact-details p a:hover {
  text-decoration: underline;
}
/* line 181, ../../src/sass/partials/_header.scss */
.main-header .search-container .search {
  position: relative;
}
/* line 184, ../../src/sass/partials/_header.scss */
.main-header .search-container .search input {
  display: block;
  width: 100%;
  border-radius: 2px;
  border: none;
  padding: 12px;
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  outline: none;
}
@media only screen and (max-width: 920px) {
  /* line 184, ../../src/sass/partials/_header.scss */
  .main-header .search-container .search input {
    background: #E3E3E3;
  }
}
/* line 201, ../../src/sass/partials/_header.scss */
.main-header .search-container .search button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  font-size: 16px;
  line-height: 46px;
  padding: 0px 20px;
  font-weight: bold;
  color: #706f6f;
  border-radius: 0px 2px 2px 0px;
  outline: none;
  transition: all 0.3s;
  cursor: pointer;
}
/* line 217, ../../src/sass/partials/_header.scss */
.main-header .search-container .search button svg {
  transform: translate(-8px, 9px);
  width: 25px;
}
/* line 221, ../../src/sass/partials/_header.scss */
.main-header .search-container .search button svg ellipse, .main-header .search-container .search button svg line {
  transition: all 0.3s;
}
/* line 226, ../../src/sass/partials/_header.scss */
.main-header .search-container .search button:hover, .main-header .search-container .search button:focus {
  background: #008539;
  color: #fff;
}
/* line 231, ../../src/sass/partials/_header.scss */
.main-header .search-container .search button:hover svg ellipse,
.main-header .search-container .search button:hover svg line, .main-header .search-container .search button:focus svg ellipse,
.main-header .search-container .search button:focus svg line {
  stroke: #fff;
}
/* line 240, ../../src/sass/partials/_header.scss */
.main-header .basket-container {
  position: relative;
  padding: 15px 0;
  text-align: right;
}
/* line 245, ../../src/sass/partials/_header.scss */
.main-header .basket-container p {
  margin-bottom: 15px;
  color: #fff;
}
/* line 248, ../../src/sass/partials/_header.scss */
.main-header .basket-container p a {
  font-weight: bold;
  color: #fff;
}
/* line 252, ../../src/sass/partials/_header.scss */
.main-header .basket-container p a:hover {
  text-decoration: underline;
}
/* line 258, ../../src/sass/partials/_header.scss */
.main-header .basket-container a.button[data-action="mini-basket"] .basket-count {
  position: absolute;
  top: -7px;
  right: -9px;
  background: #fff;
  color: #666;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  font-family: "Arial", sans-serif;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
/* line 274, ../../src/sass/partials/_header.scss */
.main-header .basket-container > .button {
  position: relative;
  display: block;
  background: #008539;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
  text-align: center;
  padding: 15px 10px 15px 40px;
  transition: all 0.3s;
}
/* line 285, ../../src/sass/partials/_header.scss */
.main-header .basket-container > .button svg {
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
}
/* line 293, ../../src/sass/partials/_header.scss */
.main-header .basket-container > .button:hover {
  background: #414040;
  color: #fff;
}
/* line 300, ../../src/sass/partials/_header.scss */
.main-header .mobile-icons {
  display: none;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
/* line 305, ../../src/sass/partials/_header.scss */
.main-header .mobile-icons li {
  margin-left: 20px;
}
/* line 308, ../../src/sass/partials/_header.scss */
.main-header .mobile-icons li a {
  display: block;
  text-align: center;
}
/* line 313, ../../src/sass/partials/_header.scss */
.main-header .mobile-icons li svg {
  display: block;
  margin: auto;
  margin-bottom: 5px;
}
@media only screen and (max-width: 920px) {
  /* line 7, ../../src/sass/partials/_header.scss */
  .main-header {
    box-shadow: none;
  }
  /* line 323, ../../src/sass/partials/_header.scss */
  .main-header:before {
    display: none !important;
  }
  /* line 327, ../../src/sass/partials/_header.scss */
  .main-header .header-top {
    background: rgba(255, 255, 255, 0.85);
  }
  /* line 330, ../../src/sass/partials/_header.scss */
  .main-header .header-top > .container {
    grid-template-columns: 150px auto;
  }
  /* line 334, ../../src/sass/partials/_header.scss */
  .main-header .header-top .logo {
    padding: 0;
  }
  /* line 337, ../../src/sass/partials/_header.scss */
  .main-header .basket-container,
  .main-header .header-nav {
    display: none;
  }
  /* line 342, ../../src/sass/partials/_header.scss */
  .main-header .search-container {
    display: inline-grid !important;
    grid-row: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
    padding: 0px;
  }
  /* line 352, ../../src/sass/partials/_header.scss */
  .main-header .search input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #515050;
    font-weight: 700;
  }
  /* line 356, ../../src/sass/partials/_header.scss */
  .main-header .search input::-moz-placeholder {
    /* Firefox 19+ */
    color: #515050;
    font-weight: 700;
  }
  /* line 360, ../../src/sass/partials/_header.scss */
  .main-header .search input:-ms-input-placeholder {
    /* IE 10+ */
    color: #515050;
    font-weight: 700;
  }
  /* line 364, ../../src/sass/partials/_header.scss */
  .main-header .search input:-moz-placeholder {
    /* Firefox 18- */
    color: #515050;
    font-weight: 700;
  }
  /* line 370, ../../src/sass/partials/_header.scss */
  .main-header .search-text {
    display: none;
  }
  /* line 374, ../../src/sass/partials/_header.scss */
  .main-header .contact-details {
    display: none;
  }
  /* line 378, ../../src/sass/partials/_header.scss */
  .main-header .basket-container {
    display: block;
  }
  /* line 381, ../../src/sass/partials/_header.scss */
  .main-header .basket-container > .button, .main-header .basket-container > p {
    display: none;
  }
  /* line 387, ../../src/sass/partials/_header.scss */
  .main-header .header-nav {
    display: block;
    position: absolute;
    top: 75px;
    left: 0;
    width: 100vw;
    height: calc(100vh - 75px);
    overflow: hidden;
    overflow-y: scroll;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
  }
  /* line 401, ../../src/sass/partials/_header.scss */
  .main-header .header-nav #mega-menu-wrap-main-navigation,
  .main-header .header-nav #mega-menu-wrap-main-navigation #mega-menu-main-navigation,
  .main-header .header-nav #mega-menu-wrap-main-navigation #mega-menu-main-navigation * {
    pointer-events: none;
  }
  /* line 407, ../../src/sass/partials/_header.scss */
  .main-header .header-nav.open {
    opacity: 1;
    pointer-events: auto;
  }
  /* line 411, ../../src/sass/partials/_header.scss */
  .main-header .header-nav.open #mega-menu-wrap-main-navigation,
  .main-header .header-nav.open #mega-menu-wrap-main-navigation #mega-menu-main-navigation,
  .main-header .header-nav.open #mega-menu-wrap-main-navigation #mega-menu-main-navigation * {
    pointer-events: auto;
  }
  /* line 418, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container {
    padding: 0;
  }
  /* line 420, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul {
    display: block;
  }
  /* line 423, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li {
    border: none;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 428, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 430, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li > a {
    padding: 15px 20px;
    font-weight: bold;
  }
  /* line 435, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li > .sub-menu {
    display: none;
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 0;
    opacity: 1;
  }
  /* line 443, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li > .sub-menu > li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 447, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li > .sub-menu > li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 449, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li > .sub-menu > li a {
    display: block;
    padding: 15px 20px;
    font-weight: 500;
  }
  /* line 455, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li > .sub-menu > li .sub-menu,
  .main-header .header-nav > .container > ul > li > .sub-menu > li .sub-menu .sub-menu {
    display: none;
    margin: 0;
  }
  /* line 460, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li > .sub-menu > li .sub-menu li,
  .main-header .header-nav > .container > ul > li > .sub-menu > li .sub-menu .sub-menu li {
    margin: 10px 0;
    border-bottom: none;
  }
  /* line 464, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li > .sub-menu > li .sub-menu li a,
  .main-header .header-nav > .container > ul > li > .sub-menu > li .sub-menu .sub-menu li a {
    font-size: 13px;
    padding: 10px 20px;
  }
  /* line 472, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li > .sub-menu > li:hover > a {
    color: #3c3c3b;
    background: #e0e0e0;
    font-weight: bold;
    text-decoration: none;
  }
  /* line 478, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li > .sub-menu > li:hover > .sub-menu {
    display: block;
  }
  /* line 485, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li:hover {
    border-bottom: none;
  }
  /* line 487, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li:hover > a {
    color: #fff;
    background: #414040;
  }
  /* line 491, ../../src/sass/partials/_header.scss */
  .main-header .header-nav > .container > ul > li:hover > .sub-menu {
    display: block;
  }
  /* line 500, ../../src/sass/partials/_header.scss */
  .main-header .mobile-icons {
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 680px) {
  /* line 509, ../../src/sass/partials/_header.scss */
  .main-header .header-top > .container {
    grid-template-columns: 130px auto;
    grid-gap: 0;
  }
  /* line 516, ../../src/sass/partials/_header.scss */
  .main-header .mobile-icons a {
    font-size: 13px;
  }
  /* line 517, ../../src/sass/partials/_header.scss */
  .main-header .mobile-icons svg {
    height: 20px;
  }
}

@media only screen and (max-width: 920px) {
  /* line 523, ../../src/sass/partials/_header.scss */
  .omega-search-result .main-header .search-container {
    display: none !important;
  }
}
@media only screen and (max-width: 620px) {
  /* line 529, ../../src/sass/partials/_header.scss */
  .omega-search-result .main-header .search-container {
    display: none !important;
  }
}
/* line 535, ../../src/sass/partials/_header.scss */
body.admin-bar .main-header {
  top: 32px;
}
@media only screen and (max-width: 782px) {
  /* line 538, ../../src/sass/partials/_header.scss */
  body.admin-bar .main-header {
    top: 46px;
  }
}

/* line 543, ../../src/sass/partials/_header.scss */
#wp-admin-bar-customize,
#wp-admin-bar-comments,
#wp-admin-bar-wp-logo {
  display: none;
}

@media screen and (max-width: 600px) {
  /* line 548, ../../src/sass/partials/_header.scss */
  #wpadminbar {
    position: fixed;
  }
}
/* line 1, ../../src/sass/partials/mini-basket.scss */
.mini-basket {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  z-index: 9999;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px) scaleY(0);
  transform-origin: top right;
  width: 100vw;
  max-width: 400px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
/* line 16, ../../src/sass/partials/mini-basket.scss */
.mini-basket.open {
  opacity: 1;
  transform: translateY(-5px) scaleY(1);
  pointer-events: auto;
}
/* line 22, ../../src/sass/partials/mini-basket.scss */
.mini-basket:before {
  content: '';
  position: absolute;
  top: -13px;
  right: 50px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 13px solid white;
}
/* line 32, ../../src/sass/partials/mini-basket.scss */
.mini-basket header {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
/* line 39, ../../src/sass/partials/mini-basket.scss */
.mini-basket header > svg {
  margin-right: 15px;
  width: 30px;
  height: auto;
}
/* line 45, ../../src/sass/partials/mini-basket.scss */
.mini-basket header h1, .mini-basket header h2, .mini-basket header h3, .mini-basket header h4, .mini-basket header h5, .mini-basket header h6 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
/* line 51, ../../src/sass/partials/mini-basket.scss */
.mini-basket header .basket-count {
  font-size: 13px;
}
/* line 55, ../../src/sass/partials/mini-basket.scss */
.mini-basket header .close-button {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  padding: 10px;
}
/* line 62, ../../src/sass/partials/mini-basket.scss */
.mini-basket header .close-button svg {
  width: 20px;
  height: auto;
}
/* line 69, ../../src/sass/partials/mini-basket.scss */
.mini-basket p.woocommerce-mini-cart__empty-message {
  color: #414040;
  text-align: center;
  margin: 15px 0;
}
/* line 77, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content ul.woocommerce-mini-cart {
  position: relative;
  padding: 15px;
  max-height: 300px;
  overflow-y: scroll;
  padding-bottom: 0;
}
/* line 85, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content .woocommerce-mini-cart__total {
  padding: 15px;
  background: #eaeaea;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}
/* line 93, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 80px auto;
  grid-gap: 15px;
  margin: 10px 0;
  padding: 0 !important;
}
/* line 102, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item::before, .mini-basket .widget_shopping_cart_content li.mini_cart_item::after {
  display: none;
}
/* line 105, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item:first-child {
  margin-top: 0;
}
/* line 106, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item:last-child {
  margin-bottom: 0;
}
/* line 108, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item .image {
  background: rgba(0, 0, 0, 0.1);
  background-size: cover;
  background-position: center;
  border: 1px solid #c5c5c5;
}
/* line 115, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item .content {
  text-align: left;
  padding-right: 20px;
}
/* line 119, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item .content * {
  color: #414040;
  margin: 0;
  line-height: 1.3em;
}
/* line 125, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item .content h4 {
  font-size: 15px;
  font-weight: 500;
}
/* line 130, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item .content p {
  font-size: 13px;
}
/* line 135, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item .remove {
  position: absolute;
  top: 0px;
  right: 0;
  color: #e23531;
  border-radius: 50%;
  width: 19.5px;
  height: 19px;
  text-align: center;
  line-height: 19px;
  font-size: 19px;
  font-weight: 700;
}
/* line 148, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item .remove svg {
  width: 12px;
  position: absolute;
  top: 50%;
  left: -17px;
  transform: translateY(-50%);
}
/* line 156, ../../src/sass/partials/mini-basket.scss */
.mini-basket .widget_shopping_cart_content li.mini_cart_item .remove:hover {
  color: #fff;
  background: #e23531;
}
/* line 164, ../../src/sass/partials/mini-basket.scss */
.mini-basket footer {
  padding: 15px;
}
/* line 167, ../../src/sass/partials/mini-basket.scss */
.mini-basket footer .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px;
}
/* line 173, ../../src/sass/partials/mini-basket.scss */
.mini-basket footer .woocommerce-mini-cart__total {
  margin: 0;
  padding-bottom: 15px;
  color: #414040;
}
@media only screen and (max-width: 680px) {
  /* line 1, ../../src/sass/partials/mini-basket.scss */
  .mini-basket {
    max-width: none;
    width: calc(100vw - 30px);
  }
}

/* line 1, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product {
  margin: 0;
  float: none;
  width: 100%;
  padding-bottom: 56px;
  position: relative;
  background: none;
}
/* line 11, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product:hover .product-image:before {
  opacity: 1;
}
/* line 15, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product:hover .product-image a.button {
  transform: scale(1);
  opacity: 1;
}
/* line 22, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: absolute;
  width: 100%;
  height: calc(100% - 36px);
  z-index: 1;
}
/* line 29, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .product-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  border: 1px solid #555;
  margin-bottom: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}
/* line 41, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .product-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
/* line 54, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .product-image a.button {
  position: relative;
  z-index: 6;
  background: none;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 0;
  pointer-events: auto;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
}
/* line 66, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .product-image a.button:hover {
  background: #fff;
  color: #414040;
}
/* line 73, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .woocommerce-loop-product__title {
  font-weight: 400;
  padding-right: 30px;
  font-size: 18px;
  line-height: 22px;
  margin: 15px 0;
}
/* line 81, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
/* line 86, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .price del {
  font-weight: 300;
}
/* line 90, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .price ins {
  margin-left: 5px;
}
/* line 94, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .price .woocommerce-price-suffix {
  font-weight: normal;
  font-size: 15px;
}
/* line 100, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .add-to-basket {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 6;
}
/* line 109, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .add-to-basket a.button {
  border-radius: 0px;
  padding: 10px;
  -ms-flex: 1;
      flex: 1;
  margin: 0 !important;
}
/* line 117, ../../src/sass/partials/product-tile.scss */
.tiles-section .tile.type-product .add-to-basket .quantity .qty {
  background: #ececec;
  border: none;
  margin: 0;
  height: 36px;
  line-height: 36px;
  padding: 0px;
  width: 50px;
  text-align: center;
}

/* line 1, ../../src/sass/partials/forms.scss */
.frm_style_formidable-style.with_frm_style input[type=text], .frm_style_formidable-style.with_frm_style input[type=password], .frm_style_formidable-style.with_frm_style input[type=email], .frm_style_formidable-style.with_frm_style input[type=number], .frm_style_formidable-style.with_frm_style input[type=url], .frm_style_formidable-style.with_frm_style input[type=tel], .frm_style_formidable-style.with_frm_style input[type=search], .frm_style_formidable-style.with_frm_style select, .frm_style_formidable-style.with_frm_style textarea, .frm_style_formidable-style.with_frm_style .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .chosen-container {
  border-radius: 0px;
  box-shadow: none;
  font-family: "Open sans", sans-serif;
  padding: 10px;
  height: auto;
}

/* line 9, ../../src/sass/partials/forms.scss */
.frm_style_formidable-style.with_frm_style p.description, .frm_style_formidable-style.with_frm_style div.description, .frm_style_formidable-style.with_frm_style div.frm_description, .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description, .frm_style_formidable-style.with_frm_style .frm_error {
  font-family: "Open sans", sans-serif;
  margin-top: 5px;
}

/* line 14, ../../src/sass/partials/forms.scss */
.frm_style_formidable-style.with_frm_style .frm_primary_label {
  font-family: "Open sans", sans-serif;
  margin-bottom: 5px;
}

/* line 19, ../../src/sass/partials/forms.scss */
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, .frm_style_formidable-style.with_frm_style input[type=submit], .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], .frm_style_formidable-style.with_frm_style .frm_submit button, .frm_form_submit_style, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  font-family: "Open sans", sans-serif;
  border: none;
  box-shadow: none;
  background: #008539;
  padding: 10px 50px;
  color: #fff;
  font-weight: bold;
  border-radius: 0px;
  font-size: 17px;
}
/* line 30, ../../src/sass/partials/forms.scss */
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover, .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:focus, .frm_style_formidable-style.with_frm_style input[type=submit]:hover, .frm_style_formidable-style.with_frm_style input[type=submit]:focus, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:focus, .frm_style_formidable-style.with_frm_style .frm_submit button:hover, .frm_style_formidable-style.with_frm_style .frm_submit button:focus, .frm_form_submit_style:hover, .frm_form_submit_style:focus, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:focus {
  background: #9bc24b;
  color: #fff;
}

/* line 1, ../../src/sass/partials/_footer.scss */
.main-footer {
  background: #ececec;
  overflow: hidden;
  padding: 50px 0;
}
/* line 6, ../../src/sass/partials/_footer.scss */
.main-footer > .container {
  display: grid;
  grid-template-columns: repeat(4, minmax(150px, 1fr));
  grid-gap: 30px;
}
@media all and (max-width: 1050px) {
  /* line 6, ../../src/sass/partials/_footer.scss */
  .main-footer > .container {
    grid-template-columns: repeat(2, minmax(150px, 1fr));
  }
}
@media all and (max-width: 600px) {
  /* line 6, ../../src/sass/partials/_footer.scss */
  .main-footer > .container {
    grid-template-columns: repeat(1, minmax(150px, 1fr));
    text-align: center;
  }
}
/* line 22, ../../src/sass/partials/_footer.scss */
.main-footer > .container .col:last-of-type {
  padding-right: 0;
}
/* line 24, ../../src/sass/partials/_footer.scss */
.main-footer > .container .col .widgettitle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
  color: #555;
}
/* line 35, ../../src/sass/partials/_footer.scss */
.main-footer > .container .col .menu li {
  margin: 10px 0;
}
/* line 37, ../../src/sass/partials/_footer.scss */
.main-footer > .container .col .menu li a {
  color: #414040;
}
/* line 40, ../../src/sass/partials/_footer.scss */
.main-footer > .container .col .menu li a:hover {
  color: #008539;
  text-decoration: underline;
}
/* line 50, ../../src/sass/partials/_footer.scss */
.main-footer .frm_form_fields .frm_fields_container {
  position: relative;
}
/* line 53, ../../src/sass/partials/_footer.scss */
.main-footer .frm_form_fields .frm_fields_container .form-field {
  margin: 0;
}
/* line 57, ../../src/sass/partials/_footer.scss */
.main-footer .frm_form_fields .frm_fields_container .frm_primary_label {
  display: none;
}
/* line 61, ../../src/sass/partials/_footer.scss */
.main-footer .frm_form_fields .frm_fields_container input[type=email] {
  border: none;
  border-radius: 0;
  height: 41px;
  padding: 11.5px;
  box-shadow: none;
}
/* line 69, ../../src/sass/partials/_footer.scss */
.main-footer .frm_form_fields .frm_fields_container .frm_submit {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 74, ../../src/sass/partials/_footer.scss */
.main-footer .frm_form_fields .frm_fields_container .frm_submit button {
  margin: 0;
  border: none;
  background: #008539;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  text-transform: uppercase;
  padding: 10px;
}

/* line 89, ../../src/sass/partials/_footer.scss */
.footer-bottom {
  background: #9bc24b;
  padding: 15px 0;
}
/* line 93, ../../src/sass/partials/_footer.scss */
.footer-bottom > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
/* line 97, ../../src/sass/partials/_footer.scss */
.footer-bottom > .container > div {
  -ms-flex: 1;
      flex: 1;
}
/* line 100, ../../src/sass/partials/_footer.scss */
.footer-bottom > .container > div.right {
  text-align: right;
}
/* line 105, ../../src/sass/partials/_footer.scss */
.footer-bottom > .container a, .footer-bottom > .container p {
  font-size: 14px;
  color: #fff;
}
/* line 110, ../../src/sass/partials/_footer.scss */
.footer-bottom > .container p {
  margin: 8px 0;
}
/* line 114, ../../src/sass/partials/_footer.scss */
.footer-bottom > .container a:hover,
.footer-bottom > .container a:focus {
  text-decoration: underline;
}
@media all and (max-width: 600px) {
  /* line 93, ../../src/sass/partials/_footer.scss */
  .footer-bottom > .container {
    display: block;
  }
  /* line 122, ../../src/sass/partials/_footer.scss */
  .footer-bottom > .container > div {
    text-align: center !important;
    margin: 10px 0;
  }
}

/* line 1, ../../src/sass/sections/header.scss */
header.header-section {
  padding: 15px 0;
}

/* line 5, ../../src/sass/sections/header.scss */
.menu-item-65056 {
  background: #FF0000;
  font-weight: 700;
}

/* line 9, ../../src/sass/sections/header.scss */
.menu-item-65056 a {
  color: #FFF;
}

/* line 12, ../../src/sass/sections/header.scss */
.menu-item-65056 a:hover {
  color: #000;
}

/* line 15, ../../src/sass/sections/header.scss */
.saleheader {
  padding-left: 20px;
  padding-top: 20px;
}

/* line 1, ../../src/sass/sections/tiles.scss */
.tiles-section {
  padding: 30px 0 70px;
}
/* line 5, ../../src/sass/sections/tiles.scss */
.tiles-section .facebook-feed {
  padding-top: 33px;
  overflow-y: scroll;
}
/* line 10, ../../src/sass/sections/tiles.scss */
.tiles-section .facebook-feed:after {
  transform: unset !important;
}
/* line 14, ../../src/sass/sections/tiles.scss */
.tiles-section .facebook-feed .tile.no-image .content:after {
  transform: unset !important;
}
/* line 18, ../../src/sass/sections/tiles.scss */
.tiles-section .facebook-feed .tile:hover .content:after, .tiles-section .facebook-feed .tile:focus .content:after {
  transform: unset !important;
}
/* line 23, ../../src/sass/sections/tiles.scss */
.tiles-section > header {
  padding: 20px 0px 40px;
}
/* line 26, ../../src/sass/sections/tiles.scss */
.tiles-section > header h1, .tiles-section > header h2, .tiles-section > header h3, .tiles-section > header h4, .tiles-section > header h5, .tiles-section > header h6, .tiles-section > header p {
  font-weight: normal;
  color: #555;
  margin: 15px 0;
}
/* line 32, ../../src/sass/sections/tiles.scss */
.tiles-section > header h1, .tiles-section > header h2, .tiles-section > header h3, .tiles-section > header h4, .tiles-section > header h5, .tiles-section > header h6 {
  text-transform: uppercase;
}
/* line 36, ../../src/sass/sections/tiles.scss */
.tiles-section > header .container > *:first-child {
  margin-top: 0;
}
/* line 37, ../../src/sass/sections/tiles.scss */
.tiles-section > header .container > *:last-child {
  margin-bottom: 0;
}
/* line 40, ../../src/sass/sections/tiles.scss */
.tiles-section > .container {
  grid-gap: 15px;
  display: grid;
  grid-template-columns: repeat(4, minmax(100px, 1fr));
}
/* line 46, ../../src/sass/sections/tiles.scss */
.tiles-section[data-count="3"] > .container {
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
@media only screen and (max-width: 920px) {
  /* line 46, ../../src/sass/sections/tiles.scss */
  .tiles-section[data-count="3"] > .container {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media only screen and (max-width: 620px) {
  /* line 46, ../../src/sass/sections/tiles.scss */
  .tiles-section[data-count="3"] > .container {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
/* line 58, ../../src/sass/sections/tiles.scss */
.tiles-section[data-count="2"] > .container {
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}
@media only screen and (max-width: 620px) {
  /* line 58, ../../src/sass/sections/tiles.scss */
  .tiles-section[data-count="2"] > .container {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
/* line 66, ../../src/sass/sections/tiles.scss */
.tiles-section[data-count="1"] > .container {
  grid-template-columns: repeat(1, minmax(100px, 1fr));
}
/* line 70, ../../src/sass/sections/tiles.scss */
.tiles-section .tile {
  position: relative;
  min-height: 260px;
  background: #eaeaea;
  overflow: hidden;
}
/* line 76, ../../src/sass/sections/tiles.scss */
.tiles-section .tile > a,
.tiles-section .tile .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 85, ../../src/sass/sections/tiles.scss */
.tiles-section .tile > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  cursor: pointer;
}
/* line 95, ../../src/sass/sections/tiles.scss */
.tiles-section .tile .image {
  z-index: 1;
  background-size: cover;
  background-position: center;
  transition: all 0.8s ease;
}
/* line 102, ../../src/sass/sections/tiles.scss */
.tiles-section .tile .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #000;
  color: #fff;
  padding: 15px 30px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4em;
  z-index: 2;
  transition: all 0.4s ease;
}
/* line 116, ../../src/sass/sections/tiles.scss */
.tiles-section .tile .content h1, .tiles-section .tile .content h2, .tiles-section .tile .content h3, .tiles-section .tile .content h4, .tiles-section .tile .content p {
  margin: 3px auto;
  line-height: 1.2em;
  color: #fff;
}
/* line 122, ../../src/sass/sections/tiles.scss */
.tiles-section .tile .content h1 {
  font-size: 36px;
}
/* line 123, ../../src/sass/sections/tiles.scss */
.tiles-section .tile .content h2 {
  font-size: 30px;
}
/* line 124, ../../src/sass/sections/tiles.scss */
.tiles-section .tile .content h3 {
  font-size: 24px;
}
/* line 125, ../../src/sass/sections/tiles.scss */
.tiles-section .tile .content h4 {
  font-size: 20px;
}
/* line 127, ../../src/sass/sections/tiles.scss */
.tiles-section .tile .content p {
  font-size: 18px;
  line-height: 1.3em;
}
/* line 132, ../../src/sass/sections/tiles.scss */
.tiles-section .tile .content > *:first-child {
  margin-top: 0;
}
/* line 133, ../../src/sass/sections/tiles.scss */
.tiles-section .tile .content > *:last-child {
  margin-bottom: 0;
}
/* line 136, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.type-cat .content {
  background: #008539;
}
/* line 138, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.type-cat .content p {
  color: #fff;
}
/* line 140, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.type-page .content {
  background: #9bc24b;
}
/* line 141, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.type-custom .content {
  background: #e23531;
}
/* line 142, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.no-image .content {
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
/* line 149, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.no-image .content * {
  position: relative;
  z-index: 2;
}
/* line 154, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.no-image .content:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  transform: translate(-150%, 150%) rotate(45deg) scale(2);
  transition: all 0.4s ease;
  z-index: 1;
}
/* line 168, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.no-link .content:after {
  display: none;
}
/* line 170, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.bg-white {
  background: #fff;
}
/* line 174, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.bg-green .content {
  background: #008539;
}
/* line 176, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.bg-green .content h1, .tiles-section .tile.bg-green .content h2, .tiles-section .tile.bg-green .content h3, .tiles-section .tile.bg-green .content h4, .tiles-section .tile.bg-green .content h5, .tiles-section .tile.bg-green .content h6 {
  color: #fff;
}
/* line 178, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.bg-light-green .content {
  background: #9bc24b;
}
/* line 179, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.bg-red .content {
  background: #e23531;
}
/* line 181, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.bg-red .content h1, .tiles-section .tile.bg-red .content h2, .tiles-section .tile.bg-red .content h3, .tiles-section .tile.bg-red .content h4, .tiles-section .tile.bg-red .content h5, .tiles-section .tile.bg-red .content h6 {
  color: #f2e518;
}
/* line 183, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.bg-grey .content {
  background: #414040;
}
/* line 187, ../../src/sass/sections/tiles.scss */
.tiles-section .tile:hover .image, .tiles-section .tile:focus .image {
  transform: rotate(1deg) scale(1.05);
}
/* line 190, ../../src/sass/sections/tiles.scss */
.tiles-section .tile:hover .content, .tiles-section .tile:focus .content {
  padding: 20px 30px;
}
/* line 193, ../../src/sass/sections/tiles.scss */
.tiles-section .tile:hover .content:after, .tiles-section .tile:focus .content:after {
  transform: translate(0%, 0%) rotate(45deg) scale(2);
}
/* line 197, ../../src/sass/sections/tiles.scss */
.tiles-section .tile:hover .content .facebook-feed, .tiles-section .tile:focus .content .facebook-feed {
  padding-top: 33px;
  overflow-y: scroll;
}
/* line 202, ../../src/sass/sections/tiles.scss */
.tiles-section .tile:hover .content .facebook-feed:after, .tiles-section .tile:focus .content .facebook-feed:after {
  transform: unset !important;
}
/* line 211, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.tile-title-below {
  background: none;
}
/* line 213, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.tile-title-below .image-container {
  position: relative;
  width: 100%;
  height: 30vh;
  max-height: 240px;
  overflow: hidden;
}
/* line 220, ../../src/sass/sections/tiles.scss */
.tiles-section .tile.tile-title-below .content {
  position: relative;
  background: none;
  color: #555;
  text-align: left;
  padding: 15px 35px 15px 0px;
  font-size: 18px;
  line-height: 24px;
  margin-top: 2px;
  font-weight: 700;
}
@media only screen and (max-width: 920px) {
  /* line 235, ../../src/sass/sections/tiles.scss */
  .tiles-section > .container {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}
@media only screen and (max-width: 620px) {
  /* line 241, ../../src/sass/sections/tiles.scss */
  .tiles-section > .container {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
}
/* line 246, ../../src/sass/sections/tiles.scss */
.tiles-section.layout-featured-left {
  padding: 15px 0;
}
/* line 249, ../../src/sass/sections/tiles.scss */
.tiles-section.layout-featured-left > .container {
  grid-auto-columns: auto;
  grid-auto-rows: auto;
}
/* line 255, ../../src/sass/sections/tiles.scss */
.tiles-section.layout-featured-left .tile:nth-child(4n+1) {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
}
/* line 260, ../../src/sass/sections/tiles.scss */
.tiles-section.layout-featured-left .tile:nth-child(4n+2) {
  grid-column: auto / span 2;
  grid-row: auto / span 1;
}
/* line 265, ../../src/sass/sections/tiles.scss */
.tiles-section.layout-featured-left .tile:nth-child(4n+3), .tiles-section.layout-featured-left .tile:nth-child(4n+4) {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
@media only screen and (max-width: 920px) {
  /* line 274, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left > .container {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  /* line 279, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left .tile:nth-child(4n+1) {
    grid-column: auto / span 2;
    grid-row: auto / span 1;
  }
  /* line 284, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left .tile:nth-child(4n+2) {
    grid-column: auto / span 1;
    grid-row: auto / span 2;
  }
  /* line 289, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left .tile:nth-child(4n+3), .tiles-section.layout-featured-left .tile:nth-child(4n+4) {
    grid-column: auto / span 1;
    grid-row: auto / span 1;
  }
}
@media only screen and (max-width: 620px) {
  /* line 299, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left > .container {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
  /* line 303, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left .tile {
    grid-column: auto / span 2;
    grid-row: auto;
  }
  /* line 307, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left .tile:nth-child(4n+1), .tiles-section.layout-featured-left .tile:nth-child(4n+2) {
    grid-column: auto / span 2;
    grid-row: auto / span 1;
  }
  /* line 313, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left .tile:nth-child(4n+3), .tiles-section.layout-featured-left .tile:nth-child(4n+4) {
    grid-column: auto / span 1;
    grid-row: auto;
  }
}
@media only screen and (max-width: 500px) {
  /* line 322, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left > .container {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  /* line 326, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left .tile {
    grid-column: auto / span 1 !important;
    grid-row: auto / span 1  !important;
  }
}
@media only screen and (max-width: 920px) {
  /* line 334, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left {
    padding: 85px 0;
  }
}
@media only screen and (max-width: 620px) {
  /* line 340, ../../src/sass/sections/tiles.scss */
  .tiles-section.layout-featured-left {
    padding: 60px 0;
  }
}
/* line 345, ../../src/sass/sections/tiles.scss */
.tiles-section.layout-featured-right {
  padding: 15px 0;
}
/* line 348, ../../src/sass/sections/tiles.scss */
.tiles-section.layout-featured-right .tile:nth-child(4n+1) {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
  grid-column-start: 3;
  grid-row-start: 1;
}
/* line 355, ../../src/sass/sections/tiles.scss */
.tiles-section.layout-featured-right .tile:nth-child(4n+2) {
  grid-column: auto / span 2;
  grid-row: auto / span 1;
}
/* line 360, ../../src/sass/sections/tiles.scss */
.tiles-section.layout-featured-right .tile:nth-child(4n+3), .tiles-section.layout-featured-right .tile:nth-child(4n+4) {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
/* line 368, ../../src/sass/sections/tiles.scss */
.tiles-section.bg-lightgrey {
  background: #f3f3f3;
}

/* line 375, ../../src/sass/sections/tiles.scss */
.home .tiles-section:first-of-type > .container {
  max-width: 1350px;
}
/* line 378, ../../src/sass/sections/tiles.scss */
.home .tiles-section:first-of-type .tile {
  min-height: 30vh;
}
@media only screen and (max-width: 680px) {
  /* line 378, ../../src/sass/sections/tiles.scss */
  .home .tiles-section:first-of-type .tile {
    min-height: 300px;
  }
}

/* line 1, ../../src/sass/sections/content.scss */
.content-section {
  padding: 50px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
/* line 7, ../../src/sass/sections/content.scss */
.content-section:nth-child(even), .content-section.bg-grey {
  background: #f7f7f7;
}
/* line 12, ../../src/sass/sections/content.scss */
.content-section iframe,
.content-section img {
  max-width: 100%;
}
/* line 17, ../../src/sass/sections/content.scss */
.content-section img {
  height: auto;
}
/* line 21, ../../src/sass/sections/content.scss */
.content-section > div > header {
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
}
/* line 26, ../../src/sass/sections/content.scss */
.content-section > div > header > * {
  margin: 0;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
}
/* line 32, ../../src/sass/sections/content.scss */
.content-section > div > header > *:before, .content-section > div > header > *:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 50vw;
  margin: 0px 50px;
  height: 2px;
  background: #9bc24b;
}
/* line 43, ../../src/sass/sections/content.scss */
.content-section > div > header > *:before {
  right: 100%;
}
/* line 44, ../../src/sass/sections/content.scss */
.content-section > div > header > *:after {
  left: 100%;
}
/* line 48, ../../src/sass/sections/content.scss */
.content-section > .container > *:first-child {
  margin-top: 0;
}
/* line 52, ../../src/sass/sections/content.scss */
.content-section .columns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-top: 30px;
}
@media only screen and (max-width: 780px) {
  /* line 52, ../../src/sass/sections/content.scss */
  .content-section .columns {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  /* line 60, ../../src/sass/sections/content.scss */
  .content-section .columns .column {
    margin: 0 !important;
  }
  /* line 62, ../../src/sass/sections/content.scss */
  .content-section .columns .column:first-child {
    margin-bottom: 15px !important;
  }
  /* line 63, ../../src/sass/sections/content.scss */
  .content-section .columns .column:last-child {
    margin-top: 15px !important;
  }
}
/* line 67, ../../src/sass/sections/content.scss */
.content-section .columns .column {
  -ms-flex: 1;
      flex: 1;
  margin: 0px 30px;
}
/* line 71, ../../src/sass/sections/content.scss */
.content-section .columns .column:first-child {
  margin-left: 0;
}
/* line 72, ../../src/sass/sections/content.scss */
.content-section .columns .column:last-child {
  margin-right: 0;
}
/* line 74, ../../src/sass/sections/content.scss */
.content-section .columns .column > *:first-child {
  margin-top: 0;
}
/* line 75, ../../src/sass/sections/content.scss */
.content-section .columns .column > *:last-child {
  margin-bottom: 0;
}
/* line 79, ../../src/sass/sections/content.scss */
.content-section ul {
  list-style: outside square;
  margin: 15px 0;
  margin-left: 1.2em;
}
/* line 84, ../../src/sass/sections/content.scss */
.content-section ul li {
  margin: 10px 0;
  color: #414040;
}
/* line 87, ../../src/sass/sections/content.scss */
.content-section ul li:first-child {
  margin-top: 0;
}
/* line 88, ../../src/sass/sections/content.scss */
.content-section ul li:last-child {
  margin-bottom: 0;
}
/* line 92, ../../src/sass/sections/content.scss */
.content-section img.aligncenter {
  margin: 15px auto;
  display: block;
}
/* line 97, ../../src/sass/sections/content.scss */
.content-section a:not(.button) {
  display: inline-block;
  position: relative;
  padding: 0px 2px;
  transition: all 0.3s ease;
}
/* line 103, ../../src/sass/sections/content.scss */
.content-section a:not(.button):after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #008539;
  transition: all 0.3s ease;
  z-index: -1;
}
/* line 115, ../../src/sass/sections/content.scss */
.content-section a:not(.button):hover, .content-section a:not(.button):focus {
  color: #f2e518;
}
/* line 118, ../../src/sass/sections/content.scss */
.content-section a:not(.button):hover:after, .content-section a:not(.button):focus:after {
  height: 100%;
}
/* line 124, ../../src/sass/sections/content.scss */
.content-section a.button {
  display: inline-block;
  margin: 10px 20px;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -4px;
}
/* line 133, ../../src/sass/sections/content.scss */
.content-section.bg-white {
  background: #fff;
}
/* line 136, ../../src/sass/sections/content.scss */
.content-section.bg-lightgrey {
  background: #f3f3f3;
}
/* line 140, ../../src/sass/sections/content.scss */
.content-section.bg-green {
  background: #008539;
}
/* line 143, ../../src/sass/sections/content.scss */
.content-section.bg-green * {
  color: #fff;
}
/* line 145, ../../src/sass/sections/content.scss */
.content-section.bg-green a.button {
  background: #fff;
  color: #008539;
}
/* line 149, ../../src/sass/sections/content.scss */
.content-section.bg-green a.button:hover, .content-section.bg-green a.button:focus {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
/* line 157, ../../src/sass/sections/content.scss */
.content-section table {
  width: 100%;
}
/* line 160, ../../src/sass/sections/content.scss */
.content-section table tr td {
  border: 1px solid #474747;
  padding: 10px;
  font-size: 15px;
  line-height: 19px;
}
/* line 166, ../../src/sass/sections/content.scss */
.content-section table tr:first-of-type td {
  background: #008539;
  color: #fff;
  font-weight: bold;
}

/* line 177, ../../src/sass/sections/content.scss */
#tROl4hF-1580822151492 {
  opacity: 0 !important;
  pointer-events: none !important;
}
/* line 181, ../../src/sass/sections/content.scss */
#tROl4hF-1580822151492.show {
  opacity: 1 !important;
  pointer-events: auto !important;
}

/* line 1, ../../src/sass/sections/calculator.scss */
.fc-wrapper {
  opacity: 0;
  pointer-events: none;
  transition: all 1s ease-in-out;
}

/* line 7, ../../src/sass/sections/calculator.scss */
.fc-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}

/* line 12, ../../src/sass/sections/calculator.scss */
.fc-field {
  padding: 20px 0;
  border-top: 1px solid #d5d5d5;
}

/* line 17, ../../src/sass/sections/calculator.scss */
.fc-field h2 {
  font-weight: 600;
  color: #018739;
  margin-bottom: 20px;
}

/* line 23, ../../src/sass/sections/calculator.scss */
.fc-field h3 {
  font-size: 20px;
  font-weight: 600;
  color: #555;
}

/* line 29, ../../src/sass/sections/calculator.scss */
.fc-field p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3em;
}

/* line 35, ../../src/sass/sections/calculator.scss */
.fc-field select,
.fc-field input[type=number] {
  margin: 0px 10px;
  border: 1px solid #ccc;
  color: #555;
  padding: 10px 10px 10px 10px;
}

/* line 43, ../../src/sass/sections/calculator.scss */
.fc-field input[type=submit] {
  border: none;
  border-radius: 5px;
  background: #018739;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  transition: background 0.2s ease-in-out;
}

/* line 55, ../../src/sass/sections/calculator.scss */
.fc-field input[type=submit]:hover,
.fc-field input[type=submit]:focus {
  background: #015424;
}

/* line 60, ../../src/sass/sections/calculator.scss */
.fc-field input[type=submit]:disabled {
  opacity: 0.3;
  cursor: none;
  pointer-events: none;
}

/* line 66, ../../src/sass/sections/calculator.scss */
.fc-field .included_products {
  display: none;
  padding: 0;
}

/* line 71, ../../src/sass/sections/calculator.scss */
.fc-field[data-name="included"] {
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
  padding: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* line 79, ../../src/sass/sections/calculator.scss */
.fc-field .product {
  display: none;
  position: relative;
  padding: 10px;
  padding-left: 60px;
  overflow: hidden;
  background: #ededed;
  margin-bottom: 1px;
}

/* line 89, ../../src/sass/sections/calculator.scss */
.fc-field .product.show {
  display: block;
}

/* line 93, ../../src/sass/sections/calculator.scss */
.fc-field .product p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: #2b2b2b;
}

/* line 100, ../../src/sass/sections/calculator.scss */
.product span.count {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: inline-block;
  color: #fff;
  background: #018739;
  font-weight: 600;
  margin-right: 6px;
  padding: 10px;
  min-width: 50px;
  text-align: left;
  line-height: 18px;
  box-sizing: border-box;
}

/* line 117, ../../src/sass/sections/calculator.scss */
.product span.note {
  display: block;
  font-size: 12px;
  color: #888;
}

/* line 123, ../../src/sass/sections/calculator.scss */
.product span.variation {
  font-weight: 900;
  margin-left: 5px;
  color: #018739;
}

/* line 129, ../../src/sass/sections/calculator.scss */
.fc-field .product span.price {
  margin-left: 5px;
  color: #018739;
}

/* line 134, ../../src/sass/sections/calculator.scss */
.fc-field .height-select {
  display: inline-block;
}

/* line 138, ../../src/sass/sections/calculator.scss */
.fc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}

/* line 144, ../../src/sass/sections/calculator.scss */
.fc-grid .fc-field {
  border: none;
  padding-right: 50px;
}

/* line 149, ../../src/sass/sections/calculator.scss */
.fc-grid .fc-field h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
}

/* line 155, ../../src/sass/sections/calculator.scss */
.fc-grid .fc-field p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4em;
}

/* line 161, ../../src/sass/sections/calculator.scss */
.fc-field hr {
  border-top: 1px solid #e1e1e1;
}

/* line 165, ../../src/sass/sections/calculator.scss */
.fc-field .fc-tooltip {
  position: relative;
  padding: 15px 25px;
  background: #018739;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  margin-left: 15px;
}

/* line 175, ../../src/sass/sections/calculator.scss */
.fc-field .fc-tooltip:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #018739;
}

/* line 188, ../../src/sass/sections/calculator.scss */
.fc-field[data-name="included"] {
  position: relative;
}

@media screen and (max-width: 800px) {
  /* line 194, ../../src/sass/sections/calculator.scss */
  .fc-field .fc-tooltip {
    display: none !important;
  }

  /* line 198, ../../src/sass/sections/calculator.scss */
  .fc-field select, .fc-field input[type=number] {
    margin: 10px 0;
    padding: 10px 10px 10px 10px;
  }

  /* line 203, ../../src/sass/sections/calculator.scss */
  .fc-grid {
    grid-template-columns: 1fr;
  }
}
/* line 1, ../../src/sass/sections/shipping-calculator.scss */
.fship-wrapper {
  opacity: 1;
  pointer-events: auto;
  transition: all 1s ease-in-out;
}

/* line 7, ../../src/sass/sections/shipping-calculator.scss */
.fship-wrapper.show {
  opacity: 1;
  pointer-events: auto;
}

/* line 12, ../../src/sass/sections/shipping-calculator.scss */
.fship-field {
  overflow: auto;
  padding: 0px 0;
}

/* line 17, ../../src/sass/sections/shipping-calculator.scss */
.fship-field h2 {
  font-weight: 600;
  color: #018739;
  margin-bottom: 20px;
}

/* line 23, ../../src/sass/sections/shipping-calculator.scss */
.fship-field h3 {
  font-size: 20px;
  font-weight: 600;
  color: #555;
}

/* line 29, ../../src/sass/sections/shipping-calculator.scss */
.fship-field p {
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3em;
}

/* line 37, ../../src/sass/sections/shipping-calculator.scss */
.fship-cost-result-fail p {
  font-size: 20px;
  line-height: 26px;
  line-height: 1.2em;
  margin: 0;
}

/* line 45, ../../src/sass/sections/shipping-calculator.scss */
.fship-cost-result-success {
  color: #018739;
  font-weight: 700;
  padding-top: 15px;
  font-size: 22px;
}

/* line 52, ../../src/sass/sections/shipping-calculator.scss */
.fship-field input[type=text] {
  margin: 0px;
  border: 1px solid #ccc;
  border-radius: 0px;
  color: #555;
  padding: 0px 10px 0px 8px;
  display: block;
  float: left;
  height: 45px;
  box-sizing: border-box;
  width: 225px;
}

/* line 65, ../../src/sass/sections/shipping-calculator.scss */
.fship-field input[type=submit] {
  border: none;
  border-radius: 0px;
  background: #018739;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 0px;
  transition: background 0.2s ease-in-out;
  display: block;
  float: left;
  height: 45px;
  box-sizing: border-box;
  letter-spacing: 0.8px;
}

/* line 82, ../../src/sass/sections/shipping-calculator.scss */
.fship-field input[type=submit]:hover,
.fship-field input[type=submit]:focus {
  background: #015424;
  cursor: pointer;
}

/* line 88, ../../src/sass/sections/shipping-calculator.scss */
.fship-results-wrapper {
  display: block;
  clear: both;
  padding-top: 20px;
}

/* line 94, ../../src/sass/sections/shipping-calculator.scss */
.page-delivery section.content-section.bg-white > div {
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 60px;
  padding-left: 20px;
}
/* line 101, ../../src/sass/sections/shipping-calculator.scss */
.page-delivery .textLayer {
  font-size: 20px;
  line-height: 26px;
  line-height: 1.2em;
}
/* line 106, ../../src/sass/sections/shipping-calculator.scss */
.page-delivery .textLayer p {
  font-size: 20px;
  line-height: 26px;
  line-height: 1.2em;
}
/* line 113, ../../src/sass/sections/shipping-calculator.scss */
.page-delivery .content-section:nth-child(3) {
  padding: 30px 0;
}
/* line 117, ../../src/sass/sections/shipping-calculator.scss */
.page-delivery .content-section:nth-child(4) {
  padding: 0px;
}
/* line 122, ../../src/sass/sections/shipping-calculator.scss */
.page-delivery .content-section:nth-child(5) {
  padding: 15px 0 50px 0px;
}

/* line 3, ../../src/sass/sections/delivery-cols.scss */
section.delivery-cols-section > .container {
  max-width: 1350px;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
}
@media only screen and (max-width: 680px) {
  /* line 3, ../../src/sass/sections/delivery-cols.scss */
  section.delivery-cols-section > .container {
    -ms-flex-direction: column;
        flex-direction: column;
    padding-bottom: 0px;
  }
}
/* line 14, ../../src/sass/sections/delivery-cols.scss */
section.delivery-cols-section .col {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #f3f3f3;
  padding: 10px 0 10px 50px;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}
@media only screen and (max-width: 920px) {
  /* line 14, ../../src/sass/sections/delivery-cols.scss */
  section.delivery-cols-section .col {
    padding: 10px 30px 20px 30px;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    text-align: center;
  }
}
@media only screen and (max-width: 680px) {
  /* line 14, ../../src/sass/sections/delivery-cols.scss */
  section.delivery-cols-section .col {
    padding: 5px 10px;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
  /* line 33, ../../src/sass/sections/delivery-cols.scss */
  section.delivery-cols-section .col:first-child {
    padding-top: 15px;
  }
  /* line 34, ../../src/sass/sections/delivery-cols.scss */
  section.delivery-cols-section .col:last-child {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  /* line 14, ../../src/sass/sections/delivery-cols.scss */
  section.delivery-cols-section .col {
    -ms-flex-pack: end;
        justify-content: flex-end;
    text-align: left;
  }
}
/* line 42, ../../src/sass/sections/delivery-cols.scss */
section.delivery-cols-section .col:last-child:after {
  display: none;
}
/* line 46, ../../src/sass/sections/delivery-cols.scss */
section.delivery-cols-section .col:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -9px;
  width: 1px;
  height: 70%;
  background: #333;
  z-index: 1;
  transform: translateY(-50%);
}
@media only screen and (max-width: 680px) {
  /* line 46, ../../src/sass/sections/delivery-cols.scss */
  section.delivery-cols-section .col:after {
    display: none;
  }
}
/* line 62, ../../src/sass/sections/delivery-cols.scss */
section.delivery-cols-section .col .text {
  -ms-flex: 1;
      flex: 1;
}
@media only screen and (max-width: 680px) {
  /* line 62, ../../src/sass/sections/delivery-cols.scss */
  section.delivery-cols-section .col .text {
    -ms-flex: none;
        flex: none;
  }
}
/* line 70, ../../src/sass/sections/delivery-cols.scss */
section.delivery-cols-section .col svg {
  width: 55px;
  height: auto;
  margin: 10px 20px;
}
@media only screen and (max-width: 680px) {
  /* line 70, ../../src/sass/sections/delivery-cols.scss */
  section.delivery-cols-section .col svg {
    height: 40px;
    width: auto;
    margin: 10px;
    margin-right: 20px;
  }
}
/* line 82, ../../src/sass/sections/delivery-cols.scss */
section.delivery-cols-section .col svg:not(#Layer_1) path {
  fill: #414040;
}
/* line 87, ../../src/sass/sections/delivery-cols.scss */
section.delivery-cols-section .col h3 {
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
}
/* line 94, ../../src/sass/sections/delivery-cols.scss */
section.delivery-cols-section .col p {
  margin: 0;
  font-size: 13px;
}

/* line 3, ../../src/sass/sections/notice.scss */
.notice-section .content {
  max-width: 900px;
  margin: 10px auto 25px;
  background: #9bc24b;
  padding: 20px 50px;
  box-sizing: border-box;
}
/* line 10, ../../src/sass/sections/notice.scss */
.notice-section .content > * {
  color: #fff;
  margin: 10px 0;
}
/* line 14, ../../src/sass/sections/notice.scss */
.notice-section .content > *:first-child {
  margin-top: 0;
}
/* line 15, ../../src/sass/sections/notice.scss */
.notice-section .content > *:last-child {
  margin-bottom: 0;
}

/* line 3, ../../src/sass/woocommerce/breadcrumb.scss */
body.woocommerce .woocommerce-breadcrumb,
body.page .woocommerce-breadcrumb {
  background: #ececec;
  color: #767676;
  padding: 15px 0;
  font-size: 13px;
  margin: 0;
  line-height: 19px;
}
/* line 11, ../../src/sass/woocommerce/breadcrumb.scss */
body.woocommerce .woocommerce-breadcrumb span:last-of-type,
body.page .woocommerce-breadcrumb span:last-of-type {
  font-weight: bold;
}
/* line 15, ../../src/sass/woocommerce/breadcrumb.scss */
body.woocommerce .woocommerce-breadcrumb a,
body.page .woocommerce-breadcrumb a {
  text-decoration: none;
}
/* line 17, ../../src/sass/woocommerce/breadcrumb.scss */
body.woocommerce .woocommerce-breadcrumb a:hover, body.woocommerce .woocommerce-breadcrumb a:focus,
body.page .woocommerce-breadcrumb a:hover,
body.page .woocommerce-breadcrumb a:focus {
  text-decoration: underline;
  color: #008539;
}

/* line 1, ../../src/sass/woocommerce/messages.scss */
.woocommerce-message {
  border-top-color: #9bc24b;
  padding: 15px 15px 15px 60px;
  margin: 15px 0 30px;
  line-height: 31px;
  margin: 0;
}
/* line 8, ../../src/sass/woocommerce/messages.scss */
.woocommerce-message::before {
  color: #9bc24b;
}
/* line 12, ../../src/sass/woocommerce/messages.scss */
.woocommerce-message a.button {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  font-weight: 600;
}
/* line 18, ../../src/sass/woocommerce/messages.scss */
.woocommerce-message a.button:hover, .woocommerce-message a.button:focus {
  background: #008539;
  color: #fff;
}

/* line 2, ../../src/sass/woocommerce/products.scss */
.woocommerce nav.woocommerce-pagination {
  padding: 30px 0 40px;
}
/* line 5, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 30px;
}
/* line 10, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products.columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
/* line 12, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products.columns-3 li.product {
  margin: 0;
  width: 100%;
}
/* line 18, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products .product-category img {
  border: 1px solid #555;
}
/* line 22, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products:before, .woocommerce ul.products:after {
  display: none;
}
/* line 25, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product {
  margin: 0 !important;
  float: none;
  width: 100% !important;
  padding-bottom: 56px;
  position: relative;
}
/* line 34, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product:hover .product-image:before {
  opacity: 1;
}
/* line 38, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product:hover .product-image a.button {
  transform: scale(1);
  opacity: 1;
}
/* line 45, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  position: absolute;
  width: 100%;
  height: calc(100% - 36px);
  z-index: 2;
}
/* line 52, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product .product-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  border: 1px solid #555;
  margin-bottom: 10px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  pointer-events: none;
}
/* line 64, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product .product-image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
/* line 77, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product .product-image a.button {
  position: relative;
  z-index: 2;
  background: none;
  border: 1px solid #fff;
  border-radius: 0px;
  margin: 0;
  pointer-events: auto;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s;
}
/* line 89, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product .product-image a.button:hover {
  background: #fff;
  color: #414040;
}
/* line 96, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-weight: 400;
  padding-right: 30px;
  font-size: 18px;
  line-height: 22px;
}
/* line 103, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product .price {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
/* line 108, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product .price .woocommerce-price-suffix {
  font-weight: normal;
  font-size: 15px;
}
/* line 114, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product .add-to-basket {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}
/* line 123, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product .add-to-basket a.button {
  border-radius: 0px;
  padding: 10px;
  -ms-flex: 1;
      flex: 1;
  margin: 0 !important;
}
/* line 131, ../../src/sass/woocommerce/products.scss */
.woocommerce ul.products li.product .add-to-basket .quantity .qty {
  background: #ececec;
  border: none;
  margin: 0;
  height: 36px;
  line-height: 36px;
  padding: 0px;
}
@media only screen and (max-width: 1100px) {
  /* line 146, ../../src/sass/woocommerce/products.scss */
  .woocommerce .related.products ul.products {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 920px) {
  /* line 153, ../../src/sass/woocommerce/products.scss */
  .woocommerce ul.products {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 760px) {
  /* line 159, ../../src/sass/woocommerce/products.scss */
  .woocommerce ul.products {
    grid-template-columns: 1fr 1fr;
  }
  /* line 163, ../../src/sass/woocommerce/products.scss */
  .woocommerce .related.products ul.products {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 540px) {
  /* line 170, ../../src/sass/woocommerce/products.scss */
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

/* line 177, ../../src/sass/woocommerce/products.scss */
header.woocommerce-products-header {
  padding: 15px 0;
  text-align: center;
}

/* line 182, ../../src/sass/woocommerce/products.scss */
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #008539;
  color: #fff;
  font-weight: bold;
}

/* line 188, ../../src/sass/woocommerce/products.scss */
header.product-header .onsale,
.tiles-section .tile .onsale,
.woocommerce ul.products li.product .onsale {
  background: #e23531;
  z-index: 50;
  border-radius: 0px;
  top: 10px;
  right: 0;
  margin: 0;
  padding: 10px 30px;
  line-height: 1em;
  min-width: auto;
  min-height: auto;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  position: absolute;
  text-transform: uppercase;
}

/* line 208, ../../src/sass/woocommerce/products.scss */
header.product-header .onsale {
  right: auto;
  left: 15px;
  z-index: 1;
}

/* line 2, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product {
  padding: 30px 0 0;
}
@media only screen and (max-width: 920px) {
  /* line 2, ../../src/sass/woocommerce/single-product.scss */
  .woocommerce div.product {
    padding: 15px 0 0;
  }
}
/* line 10, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product header.product-header > .container {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
/* line 16, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product div.woocommerce-product-gallery {
  float: none;
  -ms-flex: 1;
      flex: 1;
  margin: 0px 15px 0px 0px;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
/* line 24, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product div.woocommerce-product-gallery .flex-viewport, .woocommerce div.product div.woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
  border: 1px solid #414040;
  box-sizing: border-box;
}
/* line 30, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin: 10px 0;
}
/* line 36, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs > li {
  width: auto;
  float: none;
}
/* line 40, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs > li img {
  display: block;
  border: 1px solid #414040;
}
/* line 44, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs > li img:hover {
  opacity: 0.4;
}
/* line 48, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product div.woocommerce-product-gallery .flex-control-thumbs > li img.flex-active {
  opacity: 1;
}
/* line 56, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product div.summary {
  -ms-flex: 1;
      flex: 1;
  margin: 0px 0px 0px 15px;
  margin-bottom: 0px;
  width: 50%;
  max-width: 50%;
  min-width: 50%;
}
/* line 64, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product div.summary ul {
  list-style: outside square;
  font-size: 16px;
  line-height: 19px;
  color: #333;
  margin: 15px 0;
  margin-left: 1.2em;
}
/* line 72, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product div.summary ul li {
  margin: 10px 0;
}
/* line 78, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product h4.product-shipping-class {
  background: #ececec;
  display: inline-block;
  margin: 0 0 10px;
  padding: 7px 15px;
  color: #414040;
  font-size: 13px;
  border-left: 3px solid #e23531;
  line-height: 1em;
  font-weight: bold;
}
/* line 90, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .online-prices {
  background: #e23531;
  padding: 7px 15px;
  color: #fff;
  display: inline-block;
  margin: 0 0 15px 0;
  font-weight: bold;
  font-size: 13px;
}
/* line 100, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product_title {
  font-size: 34px;
  line-height: 38px;
  font-weight: 400;
  margin: 0;
  color: #414040;
}
/* line 108, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product p.price {
  font-size: 19px;
  color: #414040;
  margin: 10px 0 0;
}
/* line 114, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-code {
  font-size: 13px;
}
/* line 118, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .woocommerce-product-details__short-description {
  max-width: 450px;
  margin: 20px 0;
}
/* line 122, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .woocommerce-product-details__short-description p {
  font-size: 15px;
  line-height: 22px;
  margin: 15px 0;
}
/* line 129, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product span.woocommerce-Price-amount.amount {
  font-weight: bold;
}
/* line 133, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product form.cart {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
}
/* line 138, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product form.cart .total-cost {
  -ms-flex: 1;
      flex: 1;
  background: #ececec;
  height: 35px;
  margin: 0px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: bold;
  color: #333;
}
/* line 150, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product form.cart div.quantity {
  -ms-flex: 1;
      flex: 1;
  margin: 0;
}
/* line 154, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product form.cart div.quantity input {
  width: 100%;
  height: 34px;
  box-sizing: border-box;
  border: none;
  background: #ececec;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
/* line 168, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product form.cart .button {
  -ms-flex: 2;
      flex: 2;
  background: #008539;
  border-radius: 0px;
  height: 35px;
  margin-left: 30px;
}
/* line 177, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product table.shop_attributes {
  margin-bottom: 15px;
}
/* line 181, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs {
  margin: 20px 0 0;
  overflow: hidden;
}
/* line 186, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: end;
      align-items: flex-end;
}
/* line 193, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs::before {
  display: none;
}
/* line 195, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li {
  background: #fff;
  display: inline-block;
  border-bottom: none;
  border-radius: 0;
  margin: 0;
}
/* line 202, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li:after {
  display: none;
}
/* line 207, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li a {
  font-size: 16px;
  padding: 10px;
  color: #555;
  font-weight: 600;
}
/* line 214, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li.active {
  background: #ececec;
  border-color: #ececec;
  border-bottom: none;
}
/* line 219, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs ul.tabs li.active a {
  font-weight: 700;
  font-size: 18px;
  padding: 15px;
}
/* line 228, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs .panel {
  background: #ececec;
  position: relative;
  padding: 30px 0;
  margin: 0;
}
/* line 234, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs .panel:before, .woocommerce div.product .product-tabs .woocommerce-tabs .panel:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #ececec;
}
/* line 244, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs .panel:before {
  right: 100%;
}
/* line 245, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs .panel:after {
  left: 100%;
}
/* line 247, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs .panel > *:first-child {
  margin-top: 0;
}
/* line 248, ../../src/sass/woocommerce/single-product.scss */
.woocommerce div.product .product-tabs .woocommerce-tabs .panel > *:last-child {
  margin-bottom: 0;
}
/* line 254, ../../src/sass/woocommerce/single-product.scss */
.woocommerce section.related.products {
  overflow: hidden;
  padding: 30px 0;
  border-top: 5px solid #9bc24b;
}
/* line 259, ../../src/sass/woocommerce/single-product.scss */
.woocommerce section.related.products h2 {
  font-size: 28px;
  margin: 0 0 30px 0;
  font-weight: 400;
}

/* line 267, ../../src/sass/woocommerce/single-product.scss */
.product-additional {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 30px 0;
  margin: 0px 0px 50px;
}
/* line 273, ../../src/sass/woocommerce/single-product.scss */
.product-additional > div {
  -ms-flex: 1;
      flex: 1;
  margin: 0px 15px;
}
/* line 278, ../../src/sass/woocommerce/single-product.scss */
.product-additional > div > div:first-child {
  border-top: 1px solid #333;
  padding-top: 30px;
}
/* line 282, ../../src/sass/woocommerce/single-product.scss */
.product-additional > div > div:last-child {
  border-bottom: 1px solid #333;
  padding-bottom: 30px;
}
/* line 288, ../../src/sass/woocommerce/single-product.scss */
.product-additional > div:first-child {
  margin-left: 0;
}
/* line 289, ../../src/sass/woocommerce/single-product.scss */
.product-additional > div:last-child {
  margin-right: 0;
}
/* line 293, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin-bottom: 30px;
}
/* line 298, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method:last-child {
  margin-bottom: 0;
}
/* line 300, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method .icon {
  margin-right: 30px;
  margin-top: 15px;
}
/* line 304, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method .icon svg {
  width: 55px;
  height: auto;
}
/* line 308, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method .icon svg path {
  fill: #008539;
}
/* line 314, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method .content {
  position: relative;
  -ms-flex: 1;
      flex: 1;
}
/* line 318, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method .content h1, .product-additional .methods .method .content h2, .product-additional .methods .method .content h3, .product-additional .methods .method .content h4, .product-additional .methods .method .content p {
  margin: 15px 0;
}
/* line 322, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method .content h3 {
  font-size: 22px;
  color: #414040;
}
/* line 327, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method .content .cost {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 333, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method .content a {
  display: inline-block;
  padding-right: 25px;
  position: relative;
  color: #008539;
  font-weight: bold;
}
/* line 340, ../../src/sass/woocommerce/single-product.scss */
.product-additional .methods .method .content a svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: auto;
}
/* line 354, ../../src/sass/woocommerce/single-product.scss */
.product-additional .additionals .additional {
  border-bottom: 1px solid #333;
}
/* line 357, ../../src/sass/woocommerce/single-product.scss */
.product-additional .additionals .additional > *:first-child {
  margin-top: 0;
}
/* line 361, ../../src/sass/woocommerce/single-product.scss */
.product-additional .locations {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
/* line 366, ../../src/sass/woocommerce/single-product.scss */
.product-additional .location {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 30px 30px 30px 0px;
}
/* line 373, ../../src/sass/woocommerce/single-product.scss */
.product-additional .location .icon svg {
  width: 36px;
  height: auto;
  margin-right: 20px;
}
/* line 378, ../../src/sass/woocommerce/single-product.scss */
.product-additional .location .icon svg path {
  fill: #008539;
}
/* line 384, ../../src/sass/woocommerce/single-product.scss */
.product-additional .location .content * {
  margin: 10px 0;
}
/* line 385, ../../src/sass/woocommerce/single-product.scss */
.product-additional .location .content h3 {
  font-size: 24px;
}
/* line 386, ../../src/sass/woocommerce/single-product.scss */
.product-additional .location .content p {
  font-size: 15px;
}
/* line 387, ../../src/sass/woocommerce/single-product.scss */
.product-additional .location .content a {
  color: #414040;
}
/* line 388, ../../src/sass/woocommerce/single-product.scss */
.product-additional .location .content > *:first-child {
  margin-top: 0;
}
/* line 389, ../../src/sass/woocommerce/single-product.scss */
.product-additional .location .content > *:last-child {
  margin-bottom: 0;
}
/* line 393, ../../src/sass/woocommerce/single-product.scss */
.product-additional .guarantee {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 0;
}
/* line 399, ../../src/sass/woocommerce/single-product.scss */
.product-additional .guarantee .badge {
  margin-right: 20px;
}
/* line 404, ../../src/sass/woocommerce/single-product.scss */
.product-additional .guarantee .content * {
  margin: 10px 0;
}
/* line 405, ../../src/sass/woocommerce/single-product.scss */
.product-additional .guarantee .content h3 {
  font-size: 24px;
}
/* line 406, ../../src/sass/woocommerce/single-product.scss */
.product-additional .guarantee .content p {
  font-size: 15px;
}
/* line 407, ../../src/sass/woocommerce/single-product.scss */
.product-additional .guarantee .content > *:first-child {
  margin-top: 0;
}
/* line 408, ../../src/sass/woocommerce/single-product.scss */
.product-additional .guarantee .content > *:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 780px) {
  /* line 267, ../../src/sass/woocommerce/single-product.scss */
  .product-additional {
    -ms-flex-direction: column;
        flex-direction: column;
    padding: 0;
  }
  /* line 416, ../../src/sass/woocommerce/single-product.scss */
  .product-additional > div > div:first-child {
    border-top: none;
    padding-top: 0px;
  }
  /* line 421, ../../src/sass/woocommerce/single-product.scss */
  .product-additional .locations {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  /* line 424, ../../src/sass/woocommerce/single-product.scss */
  .product-additional .locations .location {
    padding: 10px 20px 10px 0;
  }
  /* line 426, ../../src/sass/woocommerce/single-product.scss */
  .product-additional .locations .location:first-child {
    padding-top: 30px;
  }
  /* line 427, ../../src/sass/woocommerce/single-product.scss */
  .product-additional .locations .location:last-child {
    padding-bottom: 30px;
  }
  /* line 431, ../../src/sass/woocommerce/single-product.scss */
  .product-additional .methods .method .content .cost {
    margin: -8px 0 -8px;
    position: relative;
  }
}

/* line 439, ../../src/sass/woocommerce/single-product.scss */
.woocommerce ul.products li.product .price ins,
.woocommerce div.product p.price ins {
  margin-left: 10px;
  display: inline-block;
}

/* line 445, ../../src/sass/woocommerce/single-product.scss */
a.quantity-button {
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 32px;
  background: #ececec;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0px 5px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
}
/* line 460, ../../src/sass/woocommerce/single-product.scss */
a.quantity-button:hover {
  background: #414040;
  color: #fff;
}
/* line 465, ../../src/sass/woocommerce/single-product.scss */
a.quantity-button.minus {
  margin-left: 0;
}
/* line 467, ../../src/sass/woocommerce/single-product.scss */
a.quantity-button.minus:hover {
  background: #e23531;
  border-color: #e23531;
}
/* line 472, ../../src/sass/woocommerce/single-product.scss */
a.quantity-button.plus {
  margin-right: 0;
}
/* line 474, ../../src/sass/woocommerce/single-product.scss */
a.quantity-button.plus:hover {
  background: #9bc24b;
  border-color: #9bc24b;
}

@media only screen and (max-width: 780px) {
  /* line 485, ../../src/sass/woocommerce/single-product.scss */
  .woocommerce div.product header.product-header > .container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  /* line 490, ../../src/sass/woocommerce/single-product.scss */
  .woocommerce div.product div.woocommerce-product-gallery {
    width: 100%;
    margin: 0;
    max-width: 100%;
    min-width: 100%;
  }
  /* line 497, ../../src/sass/woocommerce/single-product.scss */
  .woocommerce div.product div.summary {
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    min-width: 100%;
  }
}
/* line 508, ../../src/sass/woocommerce/single-product.scss */
.add-to-basket {
  margin-right: 5px;
}
/* line 510, ../../src/sass/woocommerce/single-product.scss */
.add-to-basket a.quantity-button {
  margin: 0;
  height: 36px;
  width: 36px;
  background: #fff;
  border: 1px solid #ececec;
  box-sizing: border-box;
}

/* line 521, ../../src/sass/woocommerce/single-product.scss */
.single-product .single_variation_wrap {
  height: auto !important;
}

/* line 4, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart.variations_form {
  display: block;
}
/* line 11, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations .variation-cart,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variation-cart {
  display: -ms-flexbox;
  display: flex;
}
/* line 17, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations > select,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart > select {
  display: none;
}
/* line 21, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations h4,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart h4 {
  display: block;
  border-top: 1px solid #414040;
  padding: 10px 0;
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
}
/* line 30, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations .variation-radios,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variation-radios {
  margin: 10px 0;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
}
/* line 37, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations .variation-radios label,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variation-radios label {
  padding: 10px;
  border: 1px solid #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  color: #414040;
  transition: all 0.3s;
  cursor: pointer;
}
/* line 50, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations .variation-radios label.disabled,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variation-radios label.disabled {
  background: #ececec;
  overflow: hidden;
  position: relative;
}
/* line 55, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations .variation-radios label.disabled.selected,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variation-radios label.disabled.selected {
  background: #ececec;
  color: #414040;
  font-weight: normal;
}
/* line 61, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations .variation-radios label.disabled:after,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variation-radios label.disabled:after {
  content: '';
  position: absolute;
  width: 102%;
  top: 50%;
  left: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transform: rotate(-13deg) translateY(-50%);
}
/* line 72, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations .variation-radios label:hover,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variation-radios label:hover {
  border-color: #414040;
  background: #ececec;
}
/* line 77, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations .variation-radios label.selected,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variation-radios label.selected {
  background: #414040;
  border-color: #414040;
  color: #fff;
  font-weight: 600;
}
/* line 84, ../../src/sass/woocommerce/variable-product.scss */
.woocommerce div.product form.cart .variations .variation-radios label input,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .variation-radios label input {
  display: none;
}

/* line 92, ../../src/sass/woocommerce/variable-product.scss */
.product-not-available {
  display: none;
}
/* line 94, ../../src/sass/woocommerce/variable-product.scss */
.product-not-available p {
  font-size: 16px;
  margin: 10px 0;
}
/* line 98, ../../src/sass/woocommerce/variable-product.scss */
.product-not-available p:first-child {
  margin-top: 0;
}
/* line 99, ../../src/sass/woocommerce/variable-product.scss */
.product-not-available p:last-child {
  margin-bottom: 0;
}

/* line 3, ../../src/sass/woocommerce/basket.scss */
.woocommerce-cart table.cart td.product-quantity {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
}
/* line 9, ../../src/sass/woocommerce/basket.scss */
.woocommerce-cart table.cart td.product-quantity .quantity .qty {
  height: 28px;
  border-color: #0000003d;
  border-width: 1px;
  padding: 2px;
}
/* line 17, ../../src/sass/woocommerce/basket.scss */
.woocommerce-cart table.cart td.actions .coupon .input-text {
  padding: 9px;
}
/* line 22, ../../src/sass/woocommerce/basket.scss */
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 0px;
  font-weight: bold;
}

/* line 28, ../../src/sass/woocommerce/basket.scss */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  font-family: "Open sans", sans-serif;
  font-size: 16px;
  padding: 8px 10px;
}

/* line 34, ../../src/sass/woocommerce/basket.scss */
.woocommerce-cart .woocommerce-message {
  margin-bottom: 30px;
}

/* line 39, ../../src/sass/woocommerce/basket.scss */
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  text-decoration: underline;
  color: #008539;
  font-weight: 700;
}
/* line 44, ../../src/sass/woocommerce/basket.scss */
.woocommerce-cart .cart-collaterals .shipping-calculator-button:hover {
  color: #009d43;
}

/* line 50, ../../src/sass/woocommerce/basket.scss */
.plus-minus-wrapper {
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  padding: 8px;
}

/* line 56, ../../src/sass/woocommerce/basket.scss */
.mobile-mini-basket {
  position: relative;
}
/* line 59, ../../src/sass/woocommerce/basket.scss */
.mobile-mini-basket .basket-count {
  position: absolute;
  top: -7px;
  right: -9px;
  background: #087c3c;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
  font-family: "Arial", sans-serif;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

@media all and (max-width: 782px) {
  /* line 78, ../../src/sass/woocommerce/basket.scss */
  td.product-quantity {
    text-align: right;
    position: relative;
  }

  /* line 83, ../../src/sass/woocommerce/basket.scss */
  .plus-minus-wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    right: 0px;
    position: absolute;
    padding: 0px;
    top: 4px;
  }
}
/* line 1, ../../src/sass/woocommerce/my-account.scss */
.woocommerce > .woocommerce-order {
  max-width: 1200px;
  padding: 0px 15px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* line 8, ../../src/sass/woocommerce/my-account.scss */
.woocommerce .woocommerce-customer-details address {
  box-sizing: border-box;
}

/* line 14, ../../src/sass/woocommerce/my-account.scss */
.lost-password .woocommerce-message {
  background: unset;
}

/* line 18, ../../src/sass/woocommerce/my-account.scss */
section.my-account {
  padding: 30px 0;
  overflow: hidden;
}
/* line 22, ../../src/sass/woocommerce/my-account.scss */
section.my-account > .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex;
      align-items: flex;
}
@media all and (max-width: 1050px) {
  /* line 22, ../../src/sass/woocommerce/my-account.scss */
  section.my-account > .container {
    display: block;
  }
}
@media all and (max-width: 600px) {
  /* line 22, ../../src/sass/woocommerce/my-account.scss */
  section.my-account > .container {
    display: block;
  }
}
/* line 36, ../../src/sass/woocommerce/my-account.scss */
section.my-account nav.woocommerce-MyAccount-navigation {
  max-width: 300px;
  min-width: 200px;
  width: 30%;
  margin-right: 50px;
}
/* line 42, ../../src/sass/woocommerce/my-account.scss */
section.my-account nav.woocommerce-MyAccount-navigation li {
  padding: 0;
  border-bottom: 1px solid #ececec;
}
/* line 46, ../../src/sass/woocommerce/my-account.scss */
section.my-account nav.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 15px;
}
/* line 52, ../../src/sass/woocommerce/my-account.scss */
section.my-account nav.woocommerce-MyAccount-navigation li.is-active a {
  background: #008539;
  color: #fff;
  font-weight: bold;
}
/* line 62, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content {
  float: none;
  -ms-flex: 1;
      flex: 1;
  width: auto;
}
/* line 67, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content a:not(.button) {
  color: #008539;
  text-decoration: underline;
  margin: 30px 0;
}
/* line 71, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content a:not(.button):hover {
  text-decoration: none;
  color: #9bc24b;
}
/* line 78, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content .woocommerce-Address address, section.my-account .woocommerce-MyAccount-content .woocommerce-customer-details address {
  padding-left: 10px;
  border-left: 2px solid #ececec;
  border-radius: 0px;
}
/* line 85, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders {
  border: 0px;
}
/* line 89, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr {
  border: 1px solid #ececec;
  padding: 9px;
  border-radius: 3px;
  margin: 7px;
  box-shadow: 0px 0px 1px 0px;
}
/* line 96, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr td {
  height: 30px;
}
/* line 100, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr td::before {
  padding: 5px 0px;
}
/* line 105, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders tr:nth-child(2n) td {
  background: unset;
  background-color: unset;
}
/* line 110, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders td:first-child {
  border: unset;
}
/* line 113, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-MyAccount-content .woocommerce-MyAccount-orders a.woocommerce-button.button.view {
  max-width: 65px;
  float: right;
  padding: 9px 30px 9px 30px;
}
/* line 123, ../../src/sass/woocommerce/my-account.scss */
section.my-account .woocommerce-customer-details address {
  border: none;
  padding: 0;
}

/* line 1, ../../src/sass/woocommerce/checkout.scss */
#checkout-popup {
  background: #f7f6f7;
  border-top: 5px solid #F44336;
  padding: 20px;
  margin-bottom: 30px;
}

/* line 8, ../../src/sass/woocommerce/checkout.scss */
#checkout-popup h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  color: #f44336;
  margin: 0;
}

/* line 17, ../../src/sass/woocommerce/checkout.scss */
#checkout-heading .text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
  color: #414040;
  margin: 0;
}

/* line 25, ../../src/sass/woocommerce/checkout.scss */
#checkout-heading .text {
  background: transparent;
  margin-bottom: 30px;
}

/* line 30, ../../src/sass/woocommerce/checkout.scss */
.woocommerce ul#shipping_method li {
  margin: 15px 0px .5em;
  line-height: 1.2em;
  list-style: none outside;
}

/* line 36, ../../src/sass/woocommerce/checkout.scss */
.woocommerce ul#shipping_method li:first-child {
  margin-top: 5px;
  margin-bottom: 20px;
}

/* line 41, ../../src/sass/woocommerce/checkout.scss */
.woocommerce ul#shipping_method li input {
  margin: 0px 1em 0 0;
  height: 18px;
  width: 18px;
}

/* PG, hide these */
/* line 49, ../../src/sass/woocommerce/checkout.scss */
#checkout-popup {
  display: none;
}

/* PG, hide these */
/* line 54, ../../src/sass/woocommerce/checkout.scss */
.woocommerce-form-coupon-toggle {
  display: none;
}

/* PG, hide these */
/* line 59, ../../src/sass/woocommerce/checkout.scss */
.woocommerce-form-login-toggle {
  display: none;
}

/* PG hide this */
/* line 64, ../../src/sass/woocommerce/checkout.scss */
body > div.woocommerce > div.woocommerce-notices-wrapper > div {
  display: none;
}

/* PG hide this */
/* line 69, ../../src/sass/woocommerce/checkout.scss */
body > div.woocommerce > div.container > div.woocommerce-notices-wrapper > .woocommerce-message {
  display: none;
}

/*

alternative cart layout
@media screen and (max-width: 600px) {


  .woocommerce-page table.shop_table,
  .woocommerce-page table.shop_table thead,
  .woocommerce-page table.shop_table tbody,
  .woocommerce-page table.shop_table tfoot,
  .woocommerce-page table.shop_table th,
  .woocommerce-page table.shop_table td,
  .woocommerce-page table.shop_table tr {
    display: block;
  }


  .woocommerce-page table.shop_table th {
    width: 26.5%;
    padding-right: 10px;
    white-space: nowrap;
    display: block;
    float: left;
    font-weight: 400 !important;
    text-transform: uppercase;
    padding-left: 7px;
    height: 26px;
  }

  .woocommerce-page table.shop_table th, .woocommerce table.shop_table tfoot th {
    border: 0px;
    border: unset;
    max-height: 1.2em;
  }
  .woocommerce-page table.shop_table .woocommerce-shipping-totals.shipping th {
    height: 74px;
    border-top: 0px;
    border: 0px;
    border-top-width: unset;
    border-top-style: unset;
    border-top-color: unset;
  }


  .woocommerce-page table.shop_table tfoot td {
    position: relative;
    padding-left: 30% !important;
  }

  .woocommerce-page table.shop_table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .woocommerce-page table.shop_table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }

  .woocommerce-page table.shop_table td {
    position: relative;
    padding-left: 30% !important;
  }

  .woocommerce-page table.shop_table {
    border: none;
  }

  .woocommerce-page table.shop_table td.product-spacer {
    border-color: rgba(0, 0, 0, .1);
    height: 10px;
  }

  .woocommerce-page table.shop_table td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  */
  /*
  Label the data
  .woocommerce-page table.shop_table td.product-remove:before {
    content: "DELETE";
  }

  .woocommerce-page table.shop_table td.product-thumbnail:before {
    content: "IMAGE";
  }

  .woocommerce-page table.shop_table td.product-name:before {
    content: "PRODUCT";
  }

  .woocommerce-page table.shop_table td.product-price:before {
    content: "PRICE";
  }

  .woocommerce-page table.shop_table td.product-quantity:before {
    content: "QUANTITY";
  }

  .woocommerce-page table.shop_table td.product-subtotal:before {
    content: "SUBTOTAL";
  }

  .woocommerce-page table.shop_table td.product-total:before {
    content: "TOTAL";
  }

  .woocommerce-page table.shop_table .woocommerce-shipping-totals.shipping th {
    height: 74px;
    max-height: unset;
  }

  .woocommerce .quantity,
  .woocommerce #content .quantity,
  .woocommerce-page .quantity,
  .woocommerce-page #content .quantity {
    margin: 0;
  }

  .woocommerce-page table.cart td.actions,
  .woocommerce-page #content table.cart td.actions {
    text-align: left;
    border: 0;
    padding-left: 6px !important;
  }

  .woocommerce-page table.cart td.actions .button.alt,
  .woocommerce-page #content table.cart td.actions .button.alt {
    float: left;
    margin-top: 10px;
  }

  .woocommerce-page table.cart td.actions div,
  .woocommerce-page #content table.cart td.actions div,
  .woocommerce-page table.cart td.actions input,
  .woocommerce-page #content table.cart td.actions input {
    margin-bottom: 10px;
  }

  .woocommerce-page .cart-collaterals .cart_totals {
    float: left;
    width: 100%;
    text-align: left;
  }

  .woocommerce-page .cart-collaterals .cart_totals th,
  .woocommerce-page .cart-collaterals .cart_totals td {
    border: 0 !important;
  }

  .woocommerce-page .cart-collaterals .cart_totals table tr.cart-subtotal td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.shipping td,
  .woocommerce-page .cart-collaterals .cart_totals table tr.total td {
    padding-left: 6px !important;
  }

  .woocommerce-page table.shop_table tr.cart-subtotal td,
  .woocommerce-page table.shop_table tr.shipping td,
  .woocommerce-page table.shop_table tr.total td,
  .woocommerce-page table.shop_table.order_details tfoot th,
  .woocommerce-page table.shop_table.order_details tfoot td {
    padding-left: 6px !important;
    border: 0 !important;
  }

  .woocommerce-page table.shop_table tbody {
    padding-top: 10px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2,
  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }

  .woocommerce .order_details ul,
  .woocommerce-page .order_details ul,
  .woocommerce .order_details,
  .woocommerce-page .order_details {
    padding: 0;
  }

  .woocommerce .order_details li,
  .woocommerce-page .order_details li {
    clear: left;
    margin-bottom: 10px;
    border: 0;
  }


}

 END Make the WooCommerce Cart Table Responsive for Mobile */
/* DO NOT EDIT THIS FILE! */
/* to make changes, create a file called hacks.css and put them in there */
/* DO NOT EDIT THIS FILE! */