/* compiled by scssphp v0.6.5 on Mon, 22 Jan 2018 13:06:47 +1300 (1.6817s) */

@import "https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700|Roboto:300,300i,400,400i,700,700i";
/* line 286, styles/_functions.scss */
body:after, body > header:after, button.slick-arrow:before {
  content: '';
  display: block;
  position: absolute; }
/* line 296, styles/_functions.scss */
/* line 298, styles/_functions.scss */
  .content:before, .midsection > *:before, .search-results article:before, .search-results a:before, .slideshow:before, .gallery ul:before, .content:after, .midsection > *:after, .search-results article:after, .search-results a:after, .slideshow:after, .gallery ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; }
/*** element styles ***/
/* line 2, styles/_main.scss */
* {
  box-sizing: border-box; }
/* line 4, styles/_main.scss */
body {
  position: relative;
  color: #000;
  font: normal 16px/21px 'Roboto', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  padding-bottom: 110px;
  min-height: 100%; }
/* line 21, styles/_main.scss */
body:after {
  max-width: 375px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #ffde00;
  z-index: -1;
  visibility: visible; }
  @media screen and (max-width: 1454px) {
    body:after {
      max-width: 280px; } }
  @media screen and (max-width: 1339px) {
    body:after {
      display: none; } }
/* line 46, styles/_main.scss */
/* line 48, styles/_main.scss */

body.type-homepage:after {
  display: none; }
/* line 54, styles/_main.scss */
html {
  height: 100%;
  min-height: 100%; }
/* line 60, styles/_main.scss */
p, div, h1, h2, h3 {
  margin: 0;
  padding: 0;
  position: relative; }
/* line 127, styles/_functions.scss */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font: normal 1em 'Roboto', sans-serif;
  margin: 0 0 1em 0;
  font-weight: 500; }
/* line 79, styles/_main.scss */
h1 {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center; }
/* line 87, styles/_main.scss */
h2 {
  font-size: 20px;
  margin-bottom: 15px; }
/* line 93, styles/_main.scss */
h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px; }
/* line 100, styles/_main.scss */
a {
  color: #fd1a00;
  font-weight: 500; }
/* line 182, styles/_functions.scss */
a:link, a:visited {
  text-decoration: none; }
/* line 195, styles/_functions.scss */
a:hover, a:focus, a:active {
  color: #ffde00; }
/* line 114, styles/_main.scss */
a img {
  border: none; }
/* line 120, styles/_main.scss */
@media screen and (max-width: 599px) {
    img {
      height: auto;
      max-width: 100%; } }
/* line 129, styles/_main.scss */
/* line 132, styles/_main.scss */

input:disabled, textarea:disabled {
  opacity: 0.5; }
/*** globally relevant styles ***/
/* line 139, styles/_main.scss */
.button {
  display: inline-block;
  margin: 1em 0;
  min-width: 235px;
  padding: 13px;
  background: #ffde00;
  border: 2px solid #ffde00;
  color: #000;
  font: normal 20px 'Roboto', sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font-weight: 500;
  cursor: pointer; }
/* line 195, styles/_functions.scss */
.button:hover, .button:focus, .button:active {
  background: #fd1a00;
  border: 2px solid #fd1a00;
  color: #fff; }
/* line 165, styles/_main.scss */
.highlight {
  color: #ffde00;
  font-weight: bold; }
/* line 171, styles/_main.scss */
.pagination {
  text-align: center; }
/* line 175, styles/_main.scss */
.pagination > * {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #30312e;
  pause-after: medium; }
/* line 181, styles/_main.scss */
.pagination > *:first-child {
  border-left: none; }
/* line 190, styles/_main.scss */
.pagination .current {
  font-weight: bold; }
/* line 196, styles/_main.scss */
.struct {
  display: none; }

@media screen and (max-width: 599px) {
  /* line 203, styles/_main.scss */
    .mobile-hide {
      display: none; } }
/* float clearing usually applied to <br /> sometimes div or span  */
/* DEPRECATED use @extend clearfix */
/* line 211, styles/_main.scss */
.clear {
  clear: both;
  content: "";
  display: block;
  height: 1px;
  overflow: hidden;
  width: 99%; }
/*** section styles ***/
/* line 222, styles/_main.scss */
body > [role=banner], .midsection {
  margin: 0 auto;
  position: relative;
  width: 100%; }
/* line 230, styles/_main.scss */
.container {
  width: 100%;
  margin: auto; }

@media screen and (min-width: 1171px) {
    .container {
      max-width: 1170px; } }

@media screen and (max-width: 599px) {
    .container {
      padding: 0 10px;
      width: auto; } }
/* line 248, styles/_main.scss */
body > header {
  background: #000;
  height: auto;
  z-index: 10;
  border-bottom: 2px solid #ffde00; }
/* line 255, styles/_main.scss */
body > header:after {
  bottom: -6px;
  height: 6px;
  width: 100%;
  background: rgba(0, 0, 0, 0.05); }

@media screen and (max-width: 599px) {
    body > header {
      min-height: 0; } }
/* line 269, styles/_main.scss */
body > header .site-header {
  height: auto;
  position: relative; }

@media screen and (max-width: 599px) {
      body > header .site-header {
        min-height: 0; } }

@media screen and (max-width: 1339px) {
      body > header .site-header {
        height: auto; } }
/* line 284, styles/_main.scss */
body > header .site-header .header-right {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-right: 40px;
  text-align: right; }
  @media screen and (max-width: 1339px) {
      body > header .site-header .header-right {
        padding: 0;
        width: 100%;
        margin-bottom: 10px; } }
/* line 299, styles/_main.scss */
body > header .site-header #searchform {
  display: inline-block; }
  @media screen and (max-width: 1339px) {
      body > header .site-header #searchform {
        margin-right: 15px; } }
/* line 309, styles/_main.scss */
body > header .site-header #searchform label {
  display: none; }
/* line 314, styles/_main.scss */
body > header .site-header #searchform input[type=text] {
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  padding: 7px 13px;
  width: 215px;
  height: 41px;
  font-size: 20px; }
/* line 327, styles/_main.scss */
body > header .site-header #searchform input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: -4px;
  height: 41px;
  width: 41px;
  border: 2px solid #fff;
  border-left: 0;
  background: transparent url('images/icon_search.png') center center no-repeat;
  text-indent: 1000000px;
  cursor: pointer; }
/* line 346, styles/_main.scss */
body > header .logo {
  display: block;
  left: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

@media screen and (max-width: 1454px) {
      body > header .logo {
        max-width: 230px; } }

@media screen and (max-width: 1339px) {
      body > header .logo {
        margin: 0;
        position: relative;
        top: auto;
        left: auto;
        margin-left: 20px;
        margin-bottom: 10px; } }
/* line 373, styles/_main.scss */
.midsection {
  display: flex; }

@media screen and (max-width: 1339px) {
    .midsection {
      display: block;
      overflow: visible; } }
/* line 384, styles/_main.scss */
.content-wrapper {
  padding-left: 35px; }

@media screen and (max-width: 1339px) {
    .content-wrapper {
      padding: 0; } }
/* line 394, styles/_main.scss */
.content {
  padding: 50px 0; }
/* line 400, styles/_main.scss */
.content p {
  margin: 0 0 1em 0;
  font-weight: 500; }

@media screen and (max-width: 1169px) {
    .content {
      padding: 40px 10px; } }

@media screen and (max-width: 599px) {
    .content {
      padding: 30px 10px; } }
/* line 416, styles/_main.scss */
.content .content-left {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
  max-width: 540px;
  width: 100%; }
/* line 425, styles/_main.scss */
.content .content-right {
  display: inline-block;
  vertical-align: top;
  max-width: 530px;
  width: 100%; }

@media screen and (max-width: 1169px) {
    /* line 435, styles/_main.scss */
      .content .content-left, .content .content-right {
        display: block;
        max-width: 100%;
        margin: 0; } }
/* line 445, styles/_main.scss */
.has-sidebar {
  display: block;
  max-width: calc(100% - 375px);
  width: 100%;
  float: left; }

@media screen and (max-width: 1454px) {
    .has-sidebar {
      max-width: calc(100% - 280px); } }

@media screen and (max-width: 1339px) {
    .has-sidebar {
      float: none;
      max-width: 100%; } }
/* line 463, styles/_main.scss */
.has-sidebar .container {
  margin: 0; }

@media screen and (max-width: 1339px) {
      .has-sidebar .container {
        margin: auto; } }
/* line 474, styles/_main.scss */
.open-sidebar {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 15px;
  height: 27px;
  width: 30px;
  cursor: pointer;
  background: #ffde00;
  background: -moz-linear-gradient(top,  #ffde00 0%, #ffde00 17%, transparent 17%, transparent 42%, #ffde00 42%, #ffde00 59%, transparent 59%, transparent 84%, #ffde00 84%, #ffde00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffde00 0%, #ffde00 17% , transparent 17%, transparent 42%, #ffde00 42%, #ffde00 59%, transparent 59%, transparent 84%, #ffde00 84%, #ffde00 100%);
  background: linear-gradient(to bottom, #ffde00 0%, #ffde00 17%, transparent 17%, transparent 42%, #ffde00 42%, #ffde00 59%, transparent 59%, transparent 84%, #ffde00 84%, #ffde00 100%); }

@media screen and (max-width: 1339px) {
    .open-sidebar {
      display: block; } }
/* line 492, styles/_main.scss */
.sidebar {
  display: block;
  float: left;
  max-width: 375px;
  width: 100%;
  padding: 17px;
  padding-top: 60px;
  background: #ffde00; }

@media screen and (max-width: 1454px) {
    .sidebar {
      max-width: 280px; } }

@media screen and (max-width: 1339px) {
    .sidebar {
      display: none;
      float: none;
      position: absolute;
      z-index: 10000;
      max-width: 100%;
      padding-top: 40px; } }
/* line 517, styles/_main.scss */
.sidebar .shop-link {
  display: block;
  width: 100%;
  padding: 11px 0;
  color: #000;
  font-size: 24px;
  border-bottom: 1px solid #666;
  background-position: 98% center;
  background-repeat: no-repeat;
  background-image: url('images/arrow.png'); }
/* line 529, styles/_main.scss */
.sidebar .shop-link.products-page {
  background-image: url('images/arrow_down.png'); }
/* line 535, styles/_main.scss */
.sidebar .cat-nav ul {
  margin: 0;
  padding: 0;
  padding-top: 17px; }

@media screen and (max-width: 564px) {
      .sidebar .cat-nav ul {
        max-width: 345px;
        width: 100%;
        margin: auto; }
/* line 548, styles/_main.scss */
.sidebar .cat-nav ul li:nth-child(2n) {
  margin-right: 0; } }

@media screen and (max-width: 374px) {
      .sidebar .cat-nav ul {
        max-width: 250px; }
/* line 558, styles/_main.scss */
.sidebar .cat-nav ul li {
  max-width: 115px; } }
/* line 564, styles/_main.scss */
.sidebar .cat-nav ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: top;
  max-width: 163px;
  width: 100%;
  height: 70px;
  margin-right: 15px;
  margin-bottom: 10px;
  background: #fff;
  text-align: center; }
/* line 580, styles/_main.scss */
.sidebar .cat-nav ul li:nth-child(2n) {
  margin-right: 0; }

@media screen and (max-width: 1454px) {
        .sidebar .cat-nav ul li {
          max-width: 115px; } }

@media screen and (max-width: 1339px) {
        .sidebar .cat-nav ul li {
          max-width: 163px; }
/* line 594, styles/_main.scss */
.sidebar .cat-nav ul li:nth-child(2n) {
  margin-right: 15px; } }
/* line 599, styles/_main.scss */
.sidebar .cat-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  background: none;
  color: #000;
  font-size: 20px; }
  @media screen and (max-width: 1454px) {
        .sidebar .cat-nav ul li a {
          font-size: 16px; } }
/* line 616, styles/_main.scss */
.sidebar .cat-nav ul li img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%;
  -ms-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
/* line 625, styles/_main.scss */
.sidebar .cat-nav ul li:hover img {
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }
/* line 634, styles/_main.scss */
/* line 639, styles/_main.scss */

footer[role="banner"] {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  z-index: 0;
  height: 110px;
  color: #747474;
  font: normal 0.67308em 'Roboto', sans-serif;
  background: #000;
  border-top: 2px solid #ffde00; }


/* line 656, styles/_main.scss */
/* line 182, styles/_functions.scss */

footer[role="banner"] a:link, footer[role="banner"] a:visited {
  color: inherit; }
/* line 195, styles/_functions.scss */
/* line 670, styles/_main.scss */

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  background: #000;
  padding: 1em 0;
  position: relative;
  text-align: left;
  font-size: 13px; }

@media screen and (max-width: 1169px) {
    .site-footer {
      display: block;
      padding: 35px;
      height: auto; } }
/* line 689, styles/_main.scss */
.site-footer .footer-logo {
  vertical-align: middle; }

@media screen and (max-width: 1169px) {
      .site-footer .footer-logo {
        position: relative;
        display: block;
        margin: auto;
        top: auto; } }
/* line 702, styles/_main.scss */
.site-footer .social {
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px; }

@media screen and (max-width: 1169px) {
      .site-footer .social {
        display: block;
        margin: auto;
        margin-bottom: 15px;
        text-align: center; } }
/* line 716, styles/_main.scss */
.site-footer .social a {
  margin-right: 20px; }
/* line 722, styles/_main.scss */
@media screen and (max-width: 1169px) {
      .site-footer .copyright {
        position: relative;
        top: auto;
        margin-bottom: 20px;
        text-align: center;
        line-height: 21px; }
/* line 733, styles/_main.scss */
.site-footer .copyright .line {
  display: none; }
/* line 738, styles/_main.scss */
.site-footer .copyright .attribution {
  display: block; } }
/* line 745, styles/_main.scss */
.site-footer .copyright a {
  color: inherit; }
/* line 182, styles/_functions.scss */
.site-footer .copyright a:link, .site-footer .copyright a:visited {
  text-decoration: none; }
/* line 195, styles/_functions.scss */
.site-footer .copyright a:hover, .site-footer .copyright a:focus, .site-footer .copyright a:active {
  color: #fd1a00; }
/* default form styling
 * - apply .contact class to any form
 * - note .button styling at top of file
 */
/* line 766, styles/_main.scss */
form.contact {
  margin-top: 8px; }
/* line 771, styles/_main.scss */
select {
  max-width: 530px;
  width: 100%;
  padding: 12px;
  background: #fff;
  border: 2px solid #e0e0e0; }
/* line 780, styles/_main.scss */
/* line 783, styles/_main.scss */

.searchForm input[type=text] {
  margin-bottom: 10px; }
/* line 788, styles/_main.scss */
.searchForm select {
  width: auto;
  margin-right: 10px;
  margin-bottom: 10px; }

@media screen and (max-width: 549px) {
      .searchForm select {
        width: 100%; } }
/* line 800, styles/_main.scss */
.searchForm .button {
  margin: 0;
  padding: 8px 13px;
  vertical-align: middle;
  min-width: 229px; }
/* line 809, styles/_main.scss */
.contact, .checkout-options, .searchForm {
  /* captcha */ }
/* line 813, styles/_main.scss */
.contact p, .checkout-options p, .searchForm p {
  line-height: 1.75em;
  margin-bottom: 10px;
  color: #747474; }
/* line 820, styles/_main.scss */
.contact .action .button, .checkout-options .action .button, .searchForm .action .button {
  margin: 0; }
/* line 825, styles/_main.scss */
.contact label, .checkout-options label, .searchForm label {
  display: block;
  margin-bottom: 5px; }
/* line 830, styles/_main.scss */
.contact label.error, .checkout-options label.error, .searchForm label.error {
  color: #fd1a00;
  font-size: 0.875em;
  margin-left: 10px;
  width: auto; }
/* line 839, styles/_main.scss */
.contact .inline-label label, .checkout-options .inline-label label, .searchForm .inline-label label {
  display: inline-block; }
/* line 844, styles/_main.scss */
.contact input[type=text], .checkout-options input[type=text], .searchForm input[type=text], .contact input[type=email], .checkout-options input[type=email], .searchForm input[type=email], .contact input[type=password], .checkout-options input[type=password], .searchForm input[type=password], .contact input[type=tel], .checkout-options input[type=tel], .searchForm input[type=tel], .contact textarea, .checkout-options textarea, .searchForm textarea {
  max-width: 530px;
  width: 100%;
  padding: 12px;
  background: #fff;
  border: 2px solid #e0e0e0; }
/* line 857, styles/_main.scss */
.contact input, .checkout-options input, .searchForm input {
  /* basic code for using customised radio button graphics
   * - checkboxes can be handled similarly
   * - fallback to normal in <= IE8
   */ }
/* line 860, styles/_main.scss */
.contact input[type=password], .checkout-options input[type=password], .searchForm input[type=password], .contact input.password, .checkout-options input.password, .searchForm input.password {
  display: block;
  max-width: 200px;
  width: 100%; }
/* line 872, styles/_main.scss */
/* line 874, styles/_main.scss */

.contact input[type=radio] + label, .checkout-options input[type=radio] + label, .searchForm input[type=radio] + label {
  display: inline-block;
  margin-right: 30px;
  position: relative;
  width: auto; }
/* line 881, styles/_main.scss */
.contact input[type=radio] + label:after, .checkout-options input[type=radio] + label:after, .searchForm input[type=radio] + label:after {
  background: #dfdfdf;
  border-radius: 9px;
  content: '';
  display: block;
  height: 18px;
  left: -22px;
  position: absolute;
  top: 2px;
  width: 18px; }
/* line 895, styles/_main.scss */
.contact input[type=radio]:checked + label:after, .checkout-options input[type=radio]:checked + label:after, .searchForm input[type=radio]:checked + label:after {
  background: #ffde00; }
/* line 903, styles/_main.scss */
.contact .auth + input, .checkout-options .auth + input, .searchForm .auth + input {
  width: 20%; }
/* line 908, styles/_main.scss */
.contact textarea, .checkout-options textarea, .searchForm textarea {
  height: 100px; }
/* line 914, styles/_main.scss */
img.auth {
  vertical-align: middle; }
/* line 919, styles/_main.scss */
@media screen and (max-width: 599px) {
    input[type=submit] {
      -ms-appearance: none;
      -moz-appearance: none;
      -o-appearance: none;
      -webkit-appearance: none;
      appearance: none; } }
/* line 927, styles/_main.scss */
p.pages {
  text-align: center;
  margin-top: 15px; }
/* products */
/* line 934, styles/_main.scss */
/* line 937, styles/_main.scss */

.products ul, .category ul {
  margin: 0;
  padding: 0; }
/* line 942, styles/_main.scss */
.products ul li, .category ul li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 13px;
  margin-bottom: 15px;
  padding: 0;
  max-width: 270px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14); }
/* line 958, styles/_main.scss */
.products ul li:nth-child(4n), .category ul li:nth-child(4n) {
  margin-right: 0; }

@media screen and (max-width: 1540px) {
        /* line 965, styles/_main.scss */
          .products ul li:nth-child(4n), .category ul li:nth-child(4n) {
            margin-right: 13px; }
/* line 970, styles/_main.scss */
.products ul li:nth-child(3n), .category ul li:nth-child(3n) {
  margin-right: 0; } }

@media screen and (max-width: 1339px) {
        /* line 978, styles/_main.scss */
          .products ul li:nth-child(3n), .category ul li:nth-child(3n) {
            margin-right: 13px; }
/* line 983, styles/_main.scss */
.products ul li:nth-child(4n), .category ul li:nth-child(4n) {
  margin-right: 0; } }

@media screen and (max-width: 1150px) {
        /* line 991, styles/_main.scss */
          .products ul li:nth-child(4n), .category ul li:nth-child(4n) {
            margin-right: 13px; }
/* line 996, styles/_main.scss */
.products ul li:nth-child(3n), .category ul li:nth-child(3n) {
  margin-right: 0; } }

@media screen and (max-width: 864px) {
        /* line 1004, styles/_main.scss */
          .products ul li:nth-child(3n), .category ul li:nth-child(3n) {
            margin-right: 13px; }
/* line 1009, styles/_main.scss */
.products ul li:nth-child(2n), .category ul li:nth-child(2n) {
  margin-right: 0; } }

@media screen and (max-width: 586px) {
        .products ul li, .category ul li {
          display: block;
          margin: auto;
          margin-bottom: 35px; }
/* line 1021, styles/_main.scss */
.products ul li:nth-child(4n), .category ul li:nth-child(4n), .products ul li:nth-child(3n), .category ul li:nth-child(3n), .products ul li:nth-child(2n), .category ul li:nth-child(2n) {
  margin-right: auto; } }
/* line 1029, styles/_main.scss */
.products ul li a, .category ul li a {
  color: inherit; }
/* line 1034, styles/_main.scss */
.products ul li .image, .category ul li .image {
  position: relative; }
/* line 1039, styles/_main.scss */
.products ul li .image:before, .category ul li .image:before {
  content: '';
  display: block;
  padding-top: 84%; }
/* line 1046, styles/_main.scss */
.products ul li .image img, .category ul li .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 85%;
  max-height: 85%;
  height: auto;
  width: auto;
  -ms-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
/* line 1062, styles/_main.scss */
.products ul li .image:hover img, .category ul li .image:hover img {
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }
/* line 1071, styles/_main.scss */
.cat-header {
  text-align: center; }
/* line 1076, styles/_main.scss */
/* line 1078, styles/_main.scss */

/* line 1080, styles/_main.scss */

/* line 1082, styles/_main.scss */

.category ul li a {
  display: block;
  min-height: 230px;
  width: 100%; }
/* line 1089, styles/_main.scss */
.category ul li .image {
  height: 160px; }
/* line 1093, styles/_main.scss */
.category ul li .image img {
  -ms-transform: scale(0.9, 0.9);
  -moz-transform: scale(0.9, 0.9);
  -o-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }
/* line 1099, styles/_main.scss */
.category ul li .image:hover img {
  -ms-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }
/* line 1105, styles/_main.scss */
.category ul li .name {
  padding: 0 15px;
  text-align: center;
  font-size: 20px; }
/* line 1115, styles/_main.scss */
/* line 1117, styles/_main.scss */

.multi-add .action {
  text-align: center; }
/* line 1123, styles/_main.scss */
/* line 1125, styles/_main.scss */

/* line 1127, styles/_main.scss */

/* line 1130, styles/_main.scss */

/* line 1132, styles/_main.scss */

/* line 1156, styles/_main.scss */

.products ul li .summary {
  padding: 10px 20px;
  color: #747474;
  font-size: 15px; }
/* line 1162, styles/_main.scss */
.products ul li .summary h2 {
  margin-bottom: 5px; }
/* line 1167, styles/_main.scss */
.products ul li .summary p {
  margin-bottom: 10px; }
/* line 1172, styles/_main.scss */
.products ul li .summary .view {
  color: #fd1a00; }
/* line 1176, styles/_main.scss */
.products ul li .summary .view:hover {
  text-decoration: underline; }
/* line 1182, styles/_main.scss */
.products ul li .summary .quantity {
  float: right;
  margin-top: -8px;
  width: 40px;
  padding: 5px;
  text-align: center; }
/* line 1192, styles/_main.scss */
.products ul li .hover {
  display: none;
  align-items: center;
  padding: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 20px;
  background: #fd1a00 url('images/icon_link.png') 90% center no-repeat;
  border: none;
  color: #fff;
  font-size: 24px;
  text-align: left; }
/* line 1216, styles/_main.scss */
/* line 1219, styles/_main.scss */

.product h1 {
  text-align: center; }
/* line 1224, styles/_main.scss */
.product .images {
  display: inline-block;
  vertical-align: top;
  max-width: 545px;
  width: 100%;
  margin-right: 30px; }
/* line 1232, styles/_main.scss */
.product .images .main {
  width: 100%;
  background: #fff;
  border: 1px solid #dfdfdf; }
/* line 1238, styles/_main.scss */
.product .images .main a {
  display: block; }
/* line 1243, styles/_main.scss */
.product .images .main a:before {
  content: '';
  display: block;
  padding-top: 100%; }
/* line 1250, styles/_main.scss */
.product .images .main .image-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
/* line 1260, styles/_main.scss */
.product .images .main .image-wrapper .magnifier-thumb-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
/* line 1271, styles/_main.scss */
.product .images .main .image-wrapper .image {
  max-width: 95%;
  max-height: 95%;
  height: auto;
  width: auto; }
/* line 1280, styles/_main.scss */
.product .images .main .seal {
  position: absolute;
  margin: 0;
  top: auto;
  left: auto;
  bottom: 10px;
  right: 10px;
  max-width: 25%; }
/* line 1292, styles/_main.scss */
.product .images ul {
  margin: 0;
  margin-top: 15px;
  padding: 0; }
/* line 1298, styles/_main.scss */
.product .images ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0;
  max-width: 97px;
  width: 100%;
  background: #fff;
  border: 1px solid #dfdfdf; }
/* line 1312, styles/_main.scss */
.product .images ul li:nth-child(5n) {
  margin-right: 0; }
/* line 1317, styles/_main.scss */
.product .images ul li a {
  position: relative;
  display: block;
  width: 100%; }
/* line 1323, styles/_main.scss */
.product .images ul li a:before {
  content: '';
  display: block;
  padding-top: 100%; }
/* line 1330, styles/_main.scss */
.product .images ul li a .image {
  max-width: 90%;
  height: auto; }
/* line 1337, styles/_main.scss */
.product .images ul li .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
/* line 1350, styles/_main.scss */
.product form {
  display: inline-block;
  vertical-align: top;
  max-width: 540px; }
/* line 1356, styles/_main.scss */
.product form .price {
  font-size: 20px;
  margin-top: 20px; }
/* line 1361, styles/_main.scss */
.product form .price .original-price {
  display: inline-block;
  position: relative;
  color: #fd1a00;
  text-decoration: line-through; }
/* line 1371, styles/_main.scss */
.product form .button.info {
  border: 2px solid #000;
  background: transparent;
  margin-right: 5px; }
/* line 1377, styles/_main.scss */
.product form .button.info:hover {
  text-decoration: none;
  background: #fd1a00;
  border: 2px solid #fd1a00; }
/* line 1385, styles/_main.scss */
.product form .info-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  width: 122px;
  height: 125px;
  background: url('images/button.png') center center no-repeat;
  color: #fff; }
/* line 1398, styles/_main.scss */
.product form .info-button:hover {
  color: #ffde00; }
/* line 1405, styles/_main.scss */
.product .associated {
  border-top: 1px solid #dfdfdf;
  margin-top: 60px;
  padding-top: 45px; }
/* line 1412, styles/_main.scss */
.product .back {
  text-align: center; }
/* line 1416, styles/_main.scss */
.product .back .button {
  min-width: 95px;
  padding: 8px; }
/* line 1421, styles/_main.scss */
.product .back .button:hover {
  text-decoration: none; }
/* line 1429, styles/_main.scss */
.products.featured {
  padding: 60px 0; }

@media screen and (max-width: 1169px) {
    .products.featured {
      padding: 45px 0; } }
/* line 1439, styles/_main.scss */
.products.featured ul {
  margin-right: -30px; }

@media screen and (max-width: 1289px) {
      .products.featured ul {
        margin-right: 0; } }

@media screen and (max-width: 1289px) {
      .products.featured ul {
        padding: 0 80px; } }

@media screen and (max-width: 599px) {
      .products.featured ul {
        padding: 0 60px; } }
/* line 1459, styles/_main.scss */
.products.featured ul li {
  margin-right: 30px;
  max-width: 100%; }

@media screen and (max-width: 1289px) {
      .products.featured ul li {
        margin-right: 15px; } }

@media screen and (max-width: 569px) {
      .products.featured ul li {
        margin: 0; } }
/* line 1477, styles/_main.scss */
.products.featured h1, .products.clearance h1 {
  text-transform: uppercase;
  text-align: left; }

@media screen and (max-width: 1169px) {
    .products.featured h1, .products.clearance h1 {
      text-align: center; } }
/* line 1490, styles/_main.scss */
.products.clearance {
  padding: 60px 0;
  background: #fff; }

@media screen and (max-width: 1169px) {
    /* line 1497, styles/_main.scss */
      .products.clearance h1 {
        text-align: center; }
/* line 1502, styles/_main.scss */
.products.clearance .container {
  padding: 0 9px; } }
/* line 1508, styles/_main.scss */
@media screen and (max-width: 1169px) {
      .products.clearance .container {
        max-width: 886px; } }

@media screen and (max-width: 885px) {
      .products.clearance .container {
        max-width: 587px; } }
/* line 1522, styles/_main.scss */
@media screen and (max-width: 1169px) {
      .products.clearance ul {
        margin-right: 0; } }
/* line 1531, styles/_main.scss */
.products.clearance ul li {
  margin-right: 25px; }
/* line 1537, styles/_main.scss */
.products.clearance ul li:nth-child(4n) {
  margin-right: 0; }

@media screen and (max-width: 1169px) {
      /* line 1544, styles/_main.scss */
        .products.clearance ul li:nth-child(4n) {
          margin-right: 25px; }
/* line 1549, styles/_main.scss */
.products.clearance ul li:nth-child(3n) {
  margin-right: 0; } }

@media screen and (max-width: 885px) {
      /* line 1557, styles/_main.scss */
        .products.clearance ul li:nth-child(3n) {
          margin-right: 25px; }
/* line 1562, styles/_main.scss */
.products.clearance ul li:nth-child(2n) {
  margin-right: 0; } }

@media screen and (max-width: 586px) {
      .products.clearance ul li {
        margin-right: auto; }
/* line 1572, styles/_main.scss */
.products.clearance ul li:nth-child(4n), .products.clearance ul li:nth-child(3n), .products.clearance ul li:nth-child(2n) {
  margin-right: auto; } }

/* line 1587, styles/_main.scss */

.products.clearance ul li .summary {
  position: relative;
  padding: 0; }
/* line 1593, styles/_main.scss */
.products.clearance ul li .summary .description {
  display: none; }
/* line 1598, styles/_main.scss */
.products.clearance ul li .summary div {
  padding: 10px 20px; }
/* line 1603, styles/_main.scss */
.products.clearance ul li .summary .price {
  color: #fd1a00;
  font-size: 20px; }
/* stockists */
/* line 1613, styles/_main.scss */
.stockist-categories {
  border: 1px solid #dfdfdf;
  border-width: 2px 0 0px 2px;
  margin-bottom: 30px; }
/* line 1619, styles/_main.scss */
.stockist-categories a {
  display: inline-block;
  width: 25%;
  height: 33px;
  line-height: 33px;
  border: 1px solid #dfdfdf;
  border-width: 0 2px 1px 0;
  color: inherit;
  text-align: center; }
/* line 1630, styles/_main.scss */
.stockist-categories a:hover {
  background: #fd1a00;
  color: #fff;
  text-decoration: none; }

@media screen and (max-width: 749px) {
      .stockist-categories a {
        width: 33.3%; } }

@media screen and (max-width: 599px) {
      .stockist-categories a {
        width: 50%; } }

@media screen and (max-width: 419px) {
      .stockist-categories a {
        width: 100%; } }
/* line 1654, styles/_main.scss */
.stockists {
  margin-bottom: 30px; }
/* line 1658, styles/_main.scss */
.stockists .stockist {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #dfdfdf;
  padding: 10px;
  min-height: 170px;
  width: 24.2%;
  margin-right: 1%;
  margin-bottom: 1%; }
/* line 1669, styles/_main.scss */
.stockists .stockist:nth-child(4n) {
  margin-right: 0; }

@media screen and (max-width: 749px) {
      .stockists .stockist {
        width: 32.5%; }
/* line 1678, styles/_main.scss */
.stockists .stockist:nth-child(4n) {
  margin-right: 1%; }
/* line 1683, styles/_main.scss */
.stockists .stockist:nth-child(3n) {
  margin-right: 0; } }

@media screen and (max-width: 599px) {
      .stockists .stockist {
        width: 49.5%; }
/* line 1693, styles/_main.scss */
.stockists .stockist:nth-child(3n) {
  margin-right: 1%; }
/* line 1698, styles/_main.scss */
.stockists .stockist:nth-child(2n) {
  margin-right: 0; } }

@media screen and (max-width: 419px) {
      .stockists .stockist {
        width: 100%;
        margin-right: 0; } }
/* line 1714, styles/_main.scss */
.canvas-holder {
  text-align: center; }
/* line 1718, styles/_main.scss */
.canvas-holder canvas {
  display: block;
  margin: auto;
  margin-bottom: 15px; }
/* line 1725, styles/_main.scss */
.canvas-holder .international {
  margin-bottom: 15px;
  cursor: pointer; }
/* tables */
/* line 1733, styles/_main.scss */
.control_panel {
  width: 90%;
  border: none;
  margin: 10px auto;
  padding: 0;
  border-bottom: 1px dashed #30312e;
  border-collapse: collapse;
  line-height: 20px;
  text-align: left; }
/* line 1743, styles/_main.scss */
.control_panel tr {
  background: #e4dfce;
  border-bottom: 8px solid #fff; }
/* line 1747, styles/_main.scss */
.control_panel tr:nth-child(2n) {
  background: #fff; }
/* line 1753, styles/_main.scss */
.control_panel thead tr {
  background: #fff; }
/* line 1757, styles/_main.scss */
.control_panel th {
  vertical-align: top; }
/* line 1760, styles/_main.scss */
.control_panel th.control {
  width: 70px; }
/* line 1766, styles/_main.scss */
.control_panel th:first-child, .control_panel td:first-child {
  padding-left: 20px; }
/* line 1770, styles/_main.scss */
.control_panel th:last-child, .control_panel td:last-child {
  padding-right: 20px; }
/* line 1775, styles/_main.scss */
/* line 1776, styles/_main.scss */

.users th:first-child {
  width: 20%; }
/* line 1780, styles/_main.scss */
.users th:last-child {
  width: 40%; }
/* search results */
/* line 1786, styles/_main.scss */
.search-results {
  border-top: 1px solid #ffde00; }
/* line 1790, styles/_main.scss */
.search-results article {
  border-bottom: 1px solid #d9d9d7; }
/* line 1796, styles/_main.scss */
.search-results h3 {
  margin: 0; }
/* line 1801, styles/_main.scss */
.search-results p {
  line-height: initial; }
/* line 1806, styles/_main.scss */
.search-results img {
  display: block;
  float: left;
  height: auto;
  margin: 0 0.5em 0.5em 0;
  max-width: 150px; }
/* line 1815, styles/_main.scss */
.search-results a {
  display: block;
  padding: 0.5em 0;
  color: inherit; }
/* line 195, styles/_functions.scss */
.search-results a:hover, .search-results a:focus, .search-results a:active {
  text-decoration: none; }
/* line 1827, styles/_main.scss */
.search-results a:hover h3, .search-results a:focus h3, .search-results a:active h3 {
  color: #ffde00;
  text-decoration: underline; }
/* line 1836, styles/_main.scss */
/* line 1838, styles/_main.scss */

.sidebar.search-results img {
  float: none;
  margin: 0.5em 0; }
/* jQueryUI overrides */
/* line 3, styles/_jqueryUI.scss */
.ui-widget {
  font-family: inherit;
  font-size: 1em; }
/* line 8, styles/_jqueryUI.scss */
.ui-helper-reset {
  font-size: 1em; }
/* line 13, styles/_jqueryUI.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #000;
  border-color: #fff;
  border-radius: 0;
  color: #fff; }
/* line 22, styles/_jqueryUI.scss */
/* line 182, styles/_functions.scss */

.ui-state-default a:link, .ui-widget-content .ui-state-default a:link, .ui-widget-header .ui-state-default a:link, .ui-state-default a:visited, .ui-widget-content .ui-state-default a:visited, .ui-widget-header .ui-state-default a:visited {
  color: inherit;
  text-decoration: none; }
/* line 30, styles/_jqueryUI.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover {
  background: #fff;
  border-color: #ffde00;
  color: #000; }
/* line 38, styles/_jqueryUI.scss */
/* line 182, styles/_functions.scss */

.ui-state-hover a:link, .ui-widget-content .ui-state-hover a:link, .ui-widget-header .ui-state-hover a:link, .ui-state-hover a:visited, .ui-widget-content .ui-state-hover a:visited, .ui-widget-header .ui-state-hover a:visited {
  text-decoration: underline; }
/* line 45, styles/_jqueryUI.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #fff;
  border-color: #ffde00;
  color: #000; }
/* line 53, styles/_jqueryUI.scss */
/* line 182, styles/_functions.scss */

.ui-state-active a:link, .ui-widget-content .ui-state-active a:link, .ui-widget-header .ui-state-active a:link, .ui-state-active a:visited, .ui-widget-content .ui-state-active a:visited, .ui-widget-header .ui-state-active a:visited {
  text-decoration: none; }
/* line 60, styles/_jqueryUI.scss */
.ui-accordion-content {
  border-radius: 0;
  font-size: 0.875em;
  margin-bottom: 10px; }
/* line 66, styles/_jqueryUI.scss */
.ui-accordion-content + .ui-accordion-header {
  margin-top: 10px; }
/* line 72, styles/_jqueryUI.scss */
.ui-accordion-header {
  font-size: 0.875em; }
/* line 77, styles/_jqueryUI.scss */
.ui-tabs .ui-tabs-nav li {
  border-width: 0; }
/* line 81, styles/_jqueryUI.scss */
/* line 182, styles/_functions.scss */

.ui-state-active a:link, .ui-state-active a:visited {
  color: inherit; }
/* line 2, styles/_lightbox.scss */
/* line 4, styles/_lightbox.scss */

#cboxLoadedContent .content {
  padding: 0; }
/* line 10, styles/_lightbox.scss */
#cboxPrevious, #cboxNext, #cboxCurrent, #cboxClose {
  font-size: 14px; }
/* line 1, styles/_navigation.scss */
.main-navigation {
  display: inline-block;
  position: relative;
  z-index: 7;
  padding: 0;
  margin-right: 40px;
  max-width: 730px;
  max-width: calc(100% - calc(300px + 375px));
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font: 20px 'Roboto', sans-serif;
  text-transform: none; }

@media screen and (max-width: 1454px) {
    .main-navigation {
      max-width: calc(100% - calc(300px + 280px)); } }

@media screen and (max-width: 1339px) {
    .main-navigation {
      width: 100%;
      max-width: 100%;
      margin-right: 0; } }
/* line 28, styles/_navigation.scss */
.main-navigation ul:first-child {
  margin: 0;
  max-width: 1170px;
  padding: 0;
  width: 100%; }

@media screen and (max-width: 1339px) {
      .main-navigation ul:first-child {
        display: table; } }

@media screen and (max-width: 1339px) {
      .main-navigation ul:first-child {
        max-width: 100%; } }
/* line 45, styles/_navigation.scss */
.main-navigation li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0; }
/* line 52, styles/_navigation.scss */
.main-navigation li.phone a {
  background-image: url('images/icon_phone.png'); }
/* line 57, styles/_navigation.scss */
@media screen and (max-width: 599px) {
        .main-navigation li.fb, .main-navigation li.insta {
          display: none; } }
/* line 66, styles/_navigation.scss */
.main-navigation li.fb a {
  background: url('images/icon_fb.png') center center no-repeat;
  text-indent: -100000px;
  text-align: left; }
/* line 73, styles/_navigation.scss */
.main-navigation li.insta a {
  background: url('images/icon_in.png') center center no-repeat;
  text-indent: -100000px;
  text-align: left; }
/* line 80, styles/_navigation.scss */
.main-navigation li.login a {
  background-image: url('images/icon_dealer.png'); }

@media screen and (max-width: 1339px) {
      .main-navigation li {
        display: table-cell;
        text-align: center;
        vertical-align: middle; } }

@media screen and (max-width: 599px) {
      .main-navigation li {
        font-size: 15px; } }
/* line 97, styles/_navigation.scss */
.main-navigation li ul {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  padding-top: 25px;
  width: 190px;
  text-transform: none; }

@media screen and (max-width: 1169px) {
        .main-navigation li ul {
          display: none; } }
/* line 115, styles/_navigation.scss */
.main-navigation li ul ul {
  padding-top: 0;
  top: 0;
  left: 100%; }
/* line 123, styles/_navigation.scss */
.main-navigation li li {
  display: block;
  height: auto;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: 190px;
  background: #ffde00; }
/* line 135, styles/_navigation.scss */
.main-navigation li li.sel, .main-navigation li li:hover {
  background: #000; }
/* line 140, styles/_navigation.scss */
/* line 182, styles/_functions.scss */

.main-navigation li li.sel > a:link, .main-navigation li li:hover > a:link, .main-navigation li li.sel > a:visited, .main-navigation li li:hover > a:visited {
  color: #ffde00; }
/* line 149, styles/_navigation.scss */
/* line 182, styles/_functions.scss */

.main-navigation li li a:link, .main-navigation li li a:visited {
  padding: 5px 10px;
  width: 100%;
  color: #000; }
/* line 161, styles/_navigation.scss */
.main-navigation a {
  color: inherit; }
/* line 182, styles/_functions.scss */
.main-navigation a:link, .main-navigation a:visited {
  display: inline-block;
  padding: 17px;
  text-decoration: none; }

@media screen and (max-width: 599px) {
        .main-navigation a:link, .main-navigation a:visited {
          padding: 17px 0; } }
/* line 195, styles/_functions.scss */
.main-navigation a:hover, .main-navigation a:focus, .main-navigation a:active {
  color: #ffde00; }
/* line 182, styles/_navigation.scss */
.main-navigation a.has-icon {
  padding-left: 25px;
  background-position: left center;
  background-repeat: no-repeat; }

@media screen and (max-width: 1199px) {
        .main-navigation a.has-icon {
          text-align: left;
          text-indent: -100000px;
          padding: 17px;
          width: 25px;
          background-position: center center; } }

@media screen and (max-width: 599px) {
        .main-navigation a.has-icon {
          padding: 17px; } }
/* line 204, styles/_navigation.scss */
.main-navigation .sel > a, .main-navigation .sel .sel > a {
  color: #ffde00; }
/* line 210, styles/_navigation.scss */
.main-navigation li:hover > ul, .main-navigation a:focus + ul {
  display: block; }

@media screen and (max-width: 1169px) {
      .main-navigation li:hover > ul, .main-navigation a:focus + ul {
        display: none; } }
/* line 222, styles/_navigation.scss */
.mobile-menu {
  display: none;
  position: absolute;
  z-index: 200;
  padding: 0;
  width: 100%;
  overflow: visible;
  color: #fff;
  text-align: center;
  font: 20px 'Roboto', sans-serif; }


/* line 240, styles/_navigation.scss */
.mobile-menu ul {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.9); }
/* line 252, styles/_navigation.scss */
.mobile-menu li {
  display: block;
  text-transform: uppercase; }
/* line 257, styles/_navigation.scss */
.mobile-menu li.submenu {
  background: transparent url("images/mobileMenuArrowRightwhite.png") right no-repeat; }
/* line 262, styles/_navigation.scss */
.mobile-menu li.back {
  background: transparent url("images/mobileMenuArrowLeftwhite.png") left no-repeat; }
/* line 268, styles/_navigation.scss */
.mobile-menu h2 {
  margin: 0;
  padding: 0;
  color: inherit; }
/* line 275, styles/_navigation.scss */
.mobile-menu a {
  display: block;
  padding: 10px 0;
  color: inherit; }
/* line 195, styles/_functions.scss */
.mobile-menu a:hover, .mobile-menu a:focus, .mobile-menu a:active {
  background: transparent; }
/* line 286, styles/_navigation.scss */
.sel > .mobile-menu a {
  background: transparent; }
/* line 294, styles/_navigation.scss */
.mobile-menu h2 {
  position: absolute;
  top: -60px;
  right: 20px;
  border-bottom: none;
  color: #e4dfce;
  font-size: 3em; }
/* line 303, styles/_navigation.scss */
/* line 182, styles/_functions.scss */

.mobile-menu h2 a:link, .mobile-menu h2 a:visited {
  width: 33px;
  height: 28px;
  text-indent: -9999px;
  background: #000;
  background: -moz-linear-gradient(top,  #000 0%, #000 17%, #000 17%, #000 42%, #000 42%, #000 59%, #000 59%, #000 84%, #000 84%, #000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #000 0%, #000 17% , #000 17%, #000 42%, #000 42%, #000 59%, #000 59%, #000 84%, #000 84%, #000 100%);
  background: linear-gradient(to bottom, #000 0%, #000 17%, #000 17%, #000 42%, #000 42%, #000 59%, #000 59%, #000 84%, #000 84%, #000 100%); }
/* line 317, styles/_navigation.scss */
/* line 321, styles/_navigation.scss */

/* line 182, styles/_functions.scss */

footer[role="banner"] a:link, footer[role="banner"] a:visited {
  color: inherit;
  font-weight: normal; }
/* line 195, styles/_functions.scss */
/* line 335, styles/_navigation.scss */

footer[role="banner"] nav {
  position: relative;
  font: inherit;
  text-align: left;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between; }

@media screen and (max-width: 599px) {
      footer[role="banner"] nav {
        display: block;
        height: auto;
        padding: 10px;
        background-position: center 30px;
        text-align: center; } }
/* line 355, styles/_navigation.scss */
footer[role="banner"] nav div {
  display: table-cell;
  padding: 10px; }
/* line 362, styles/_navigation.scss */
footer[role="banner"] nav h2 {
  margin: 0 0 0.5em;
  color: #ffde00;
  font-size: 1.5em; }
/* line 369, styles/_navigation.scss */
footer[role="banner"] nav ul {
  display: block;
  margin: 0;
  padding: 0; }
/* line 376, styles/_navigation.scss */
footer[role="banner"] nav ul ul {
  display: none; }
/* line 381, styles/_navigation.scss */
footer[role="banner"] nav li {
  display: block;
  padding: 0; }
/* line 387, styles/_navigation.scss */
/* line 182, styles/_functions.scss */

footer[role="banner"] nav a:link, footer[role="banner"] nav a:visited {
  color: inherit; }
/* line 195, styles/_functions.scss */
footer[role="banner"] nav a:hover, footer[role="banner"] nav a:focus, footer[role="banner"] nav a:active {
  color: #fd1a00; }

@media screen and (max-width: 599px) {
    /* line 403, styles/_navigation.scss */
      /* line 405, styles/_navigation.scss */
        footer[role="banner"] nav div {
          display: block;
          float: none;
          position: static;
          margin-bottom: 2em;
          width: 100%;
          text-align: center; }
/* line 415, styles/_navigation.scss */
footer[role="banner"] nav div p {
  display: inline-block;
  width: 40%;
  margin: 0; } }
/* line 1, styles/_slideshow.scss */
.type-homepage .slideshow {
  height: 100%; }
/* line 5, styles/_slideshow.scss */
.type-homepage .slideshow div, .type-homepage .slideshow figure {
  height: 100%;
  min-height: 757px; }

@media screen and (max-width: 1169px) {
      .type-homepage .slideshow div, .type-homepage .slideshow figure {
        min-height: 1px; } }
/* line 18, styles/_slideshow.scss */
/* line 20, styles/_slideshow.scss */

.type-homepage .slideshow figure .image:before {
  padding-top: 49%; }
/* line 26, styles/_slideshow.scss */
/* line 28, styles/_slideshow.scss */

.type-homepage .slideshow figcaption div {
  height: auto;
  min-height: 1px; }
/* line 34, styles/_slideshow.scss */
.type-homepage .slideshow figcaption .caption-content {
  padding-bottom: 90px; }

@media screen and (max-width: 1169px) {
        .type-homepage .slideshow figcaption .caption-content {
          padding-bottom: 70px; } }
/* line 45, styles/_slideshow.scss */
.type-homepage .slideshow .down-arrow {
  position: absolute;
  display: block;
  height: 52px;
  width: 52px;
  left: 0;
  right: 0;
  bottom: 45px;
  margin: auto;
  background: url('images/arrow_down_white.png') center center no-repeat;
  text-indent: -10000px; }

@media screen and (max-width: 1169px) {
      .type-homepage .slideshow .down-arrow {
        bottom: 20px; } }
/* line 65, styles/_slideshow.scss */
.slideshow {
  position: relative;
  z-index: 7;
  height: auto;
  max-height: auto;
  overflow: hidden;
  background: transparent; }
/* line 79, styles/_slideshow.scss */
.slideshow .container {
  padding: 0; }
/* line 86, styles/_slideshow.scss */
.slideshow figure {
  position: relative;
  height: auto;
  margin: 0;
  max-height: 100%;
  overflow: hidden;
  padding: 0;
  width: 100%; }
/* line 96, styles/_slideshow.scss */
.slideshow figure .container {
  display: flex;
  align-items: center;
  min-height: 290px; }
/* line 103, styles/_slideshow.scss */
.slideshow figure .image {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

@media screen and (max-width: 1169px) {
        .slideshow figure .image {
          position: static; } }
/* line 117, styles/_slideshow.scss */
.slideshow figure .image:before {
  content: '';
  display: block;
  padding-top: 18.8%;
  visibility: visible; }
/* line 126, styles/_slideshow.scss */
.slideshow figure .slide-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }
/* line 137, styles/_slideshow.scss */
.slideshow figure + figure {
  display: none; }
/* line 141, styles/_slideshow.scss */
.slideshow figure img {
  width: 100%;
  height: auto; }
/* line 149, styles/_slideshow.scss */
.slideshow svg {
  width: 101%;
  height: 101%; }
/* line 155, styles/_slideshow.scss */
.slideshow .container {
  padding: 0 20px;
  margin-right: calc(calc(100vw - 1170px) / 2);
  right: 0;
  width: calc(calc(calc(100vw / 2) - 375px) * 2); }

@media screen and (max-width: 1454px) {
      .slideshow .container {
        width: calc(calc(calc(100vw / 2) - 280px) * 2); } }

@media screen and (max-width: 1339px) {
      .slideshow .container {
        left: 0;
        right: 0;
        width: 100%;
        margin-right: auto; } }
/* line 178, styles/_slideshow.scss */
.slideshow .container .down-arrow {
  right: -375px; }

@media screen and (max-width: 1454px) {
        .slideshow .container .down-arrow {
          right: -280px; } }

@media screen and (max-width: 1339px) {
        .slideshow .container .down-arrow {
          right: 0; } }
/* line 194, styles/_slideshow.scss */
.slideshow figcaption {
  top: 10px;
  bottom: 10px;
  max-width: auto;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  background: transparent;
  color: #fff;
  text-align: center;
  text-transform: none; }

@media screen and (max-width: 1454px) {
      .slideshow figcaption {
        flex-direction: row; } }

@media screen and (max-width: 1169px) {
      .slideshow figcaption {
        min-height: 1px;
        padding: 0 10px;
        position: static;
        background: #30312e; } }
/* line 226, styles/_slideshow.scss */
.slideshow figcaption .caption-content {
  display: block;
  padding: 20px 0;
  color: #fff;
  text-align: left; }
/* line 127, styles/_functions.scss */
.slideshow figcaption .caption-content h1, .slideshow figcaption .caption-content h2, .slideshow figcaption .caption-content h3, .slideshow figcaption .caption-content h4, .slideshow figcaption .caption-content h5, .slideshow figcaption .caption-content h6 {
  color: #fff; }
/* line 238, styles/_slideshow.scss */
.slideshow figcaption .caption-content p {
  margin-bottom: 15px; }
/* line 244, styles/_slideshow.scss */
.slideshow figcaption .button {
  margin: 0;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-transform: uppercase; }
/* line 252, styles/_slideshow.scss */
.slideshow figcaption .button:hover {
  background: #fd1a00;
  border-color: #fd1a00;
  text-decoration: none; }
/* line 262, styles/_slideshow.scss */
.slideshow figcaption > :first-child {
  font: normal 21px 'Roboto', sans-serif; }

@media screen and (max-width: 1169px) {
        .slideshow figcaption > :first-child {
          font-size: 20px; } }

@media screen and (max-width: 599px) {
        .slideshow figcaption > :first-child {
          font-size: 18px; } }

/* line 291, styles/_slideshow.scss */

/* line 294, styles/_slideshow.scss */

.slideshow .slick-slide .bw {
  opacity: 0; }
/* line 300, styles/_slideshow.scss */
.slideshow .slick-slide .color {
  opacity: 1; }

/* line 312, styles/_slideshow.scss */

/* line 328, styles/_slideshow.scss */

.slideshow ul.slick-dots {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 20px;
  left: 30px;
  margin: 0;
  padding: 0; }
/* line 338, styles/_slideshow.scss */
.slideshow ul.slick-dots li {
  display: inline-block;
  border: 1px solid #ffde00;
  border-radius: 50%;
  height: 12px;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  width: 12px;
  background: transparent;
  text-indent: -1000000px; }
/* line 352, styles/_slideshow.scss */
.slideshow ul.slick-dots li.slick-active {
  border: 1px solid #ffde00;
  background: #ffde00; }
/* line 358, styles/_slideshow.scss */
.slideshow ul.slick-dots li:hover {
  cursor: pointer; }
/* line 368, styles/_slideshow.scss */
button.slick-arrow {
  position: absolute;
  overflow: hidden;
  top: 50%;
  z-index: 100;
  height: 60px;
  width: 60px;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  text-indent: -9999px; }
/* line 385, styles/_slideshow.scss */
button.slick-arrow:before {
  top: calc(60px / 3);
  height: 18px;
  width: 18px;
  border: 1px solid transparent;
  border-top-color: #000;
  border-left-color: #000; }
/* line 397, styles/_slideshow.scss */
button.slick-arrow.slick-prev {
  left: 10px;
  left: -70px; }

@media screen and (max-width: 1454px) {
      button.slick-arrow.slick-prev {
        left: -55px; } }

@media screen and (max-width: 1289px) {
      button.slick-arrow.slick-prev {
        left: 10px; } }

@media screen and (max-width: 599px) {
      button.slick-arrow.slick-prev {
        left: 0; } }
/* line 419, styles/_slideshow.scss */
button.slick-arrow.slick-prev:before {
  left: calc(60px * 0.4);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }
/* line 427, styles/_slideshow.scss */
button.slick-arrow.slick-next {
  right: 10px;
  right: -70px; }

@media screen and (max-width: 1454px) {
      button.slick-arrow.slick-next {
        right: -55px; } }

@media screen and (max-width: 1289px) {
      button.slick-arrow.slick-next {
        right: 10px; } }

@media screen and (max-width: 599px) {
      button.slick-arrow.slick-next {
        right: 0; } }
/* line 450, styles/_slideshow.scss */
button.slick-arrow.slick-next:before {
  right: 24px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }
/* line 195, styles/_functions.scss */
button.slick-arrow:hover, button.slick-arrow:focus, button.slick-arrow:active {
  background: transparent; }
/* line 462, styles/_slideshow.scss */
button.slick-arrow:hover:before, button.slick-arrow:focus:before, button.slick-arrow:active:before {
  border-top-color: #000;
  border-left-color: #000; }
/* line 4, styles/_homepage.scss */
/* line 6, styles/_homepage.scss */

.type-homepage .content.container {
  padding-bottom: 0; }
/* blog */
/* line 2, styles/_blog.scss */
.blog-summary > div {
  border-bottom: 1px solid #e4dfce;
  clear: both;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 1em; }
/* line 11, styles/_blog.scss */
/* line 13, styles/_blog.scss */

.hasSidebar .blog-feature-image {
  display: table-cell; }
/* line 18, styles/_blog.scss */
.hasSidebar .blog-summary {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top; }
/* line 26, styles/_blog.scss */
.blog-feature-image img {
  border: 1px solid #e4dfce;
  border-radius: 5px;
  display: block;
  max-width: 100%; }
/* line 34, styles/_blog.scss */
.blog-article .blog-feature {
  border: 1px solid #e4dfce;
  border-radius: 5px;
  display: block;
  margin: 0 auto 1em; }
/* line 42, styles/_blog.scss */
.articleNav {
  height: 2em;
  width: 100%; }
/* line 48, styles/_blog.scss */
.articleNav .previous {
  float: right; }
/* line 52, styles/_blog.scss */
.articleNav .previous a:after {
  content: '>>';
  left: 101%;
  position: absolute;
  top: -0.0625em; }
/* line 62, styles/_blog.scss */
.articleNav .next {
  float: left; }
/* line 66, styles/_blog.scss */
.articleNav .next a:before {
  content: '<<';
  position: absolute;
  right: 101%;
  top: -0.0625em; }
/* old gallery module */
/* line 2, styles/_galleries.scss */
/* line 4, styles/_galleries.scss */

.gallery ul {
  margin: 0;
  padding: 0; }
/* line 12, styles/_galleries.scss */
.gallery li {
  display: block;
  float: left;
  height: 0;
  margin-bottom: 1%;
  margin-right: 1%;
  overflow: hidden;
  padding-bottom: 24%;
  position: relative;
  width: 24%; }
/* line 24, styles/_galleries.scss */
.gallery li:nth-child(1n) {
  padding-bottom: 24.25%;
  width: 24.25%; }
/* line 30, styles/_galleries.scss */
.gallery li:nth-child(4n) {
  margin-right: 0; }
/* line 35, styles/_galleries.scss */
.gallery li a {
  display: block; }
/* line 39, styles/_galleries.scss */
.gallery li a:before {
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  content: attr(title);
  left: 0;
  opacity: 1;
  padding: 20px;
  position: absolute;
  transition: opacity 0.25s;
  z-index: 5;
  width: 100%; }
/* line 55, styles/_galleries.scss */
.gallery li a[title=""]:before {
  display: none; }
/* line 60, styles/_galleries.scss */
.gallery li a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5) url('images/gallery-zoom.png') center center no-repeat;
  opacity: 0;
  transition: opacity 0.25s; }
/* line 195, styles/_functions.scss */
/* line 76, styles/_galleries.scss */

.gallery li a:hover:before, .gallery li a:focus:before, .gallery li a:active:before {
  opacity: 0; }
/* line 81, styles/_galleries.scss */
.gallery li a:hover:after, .gallery li a:focus:after, .gallery li a:active:after {
  opacity: 1; }
/* line 89, styles/_galleries.scss */
.gallery img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  width: auto; }

@supports (transform: translateX(-50%)) {
/* line 104, styles/_galleries.scss */
.gallery img {
  margin-left: 50%;
  margin-top: 50%;
  transform: translateX(-50%) translateY(-50%); } }
/* line 112, styles/_galleries.scss */
@media screen and (min-width: 601px) {
    .mobileGallery {
      display: none;
      overflow: visible; } }
/* line 120, styles/_galleries.scss */
.mobileGallery .slide {
  text-align: center; }
/* line 125, styles/_galleries.scss */
.mobileGallery img {
  margin: 0 auto; }
/** Profiles **/
/* line 2, styles/_profiles.scss */
/* line 4, styles/_profiles.scss */

/* line 6, styles/_profiles.scss */

.profiles .cboxElement p {
  display: none; }
/* line 13, styles/_profiles.scss */
/* line 15, styles/_profiles.scss */

.profile img {
  display: block;
  height: auto;
  width: 270px;
  margin: 0 auto; }
/* line 23, styles/_profiles.scss */
.profile h3 {
  font-size: 1em;
  text-align: center; }
/* line 30, styles/_profiles.scss */
.profiles .profile {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 15px;
  width: 300px;
  margin-bottom: 15px; }
/* line 39, styles/_profiles.scss */
/* line 41, styles/_profiles.scss */

.profiles .profile:hover h3 {
  text-decoration: underline; }
/* line 49, styles/_profiles.scss */
/* line 51, styles/_profiles.scss */

.content-block.SimpleProfile-ProfileBlock .profiles {
  padding: 0;
  text-align: justify;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
/* line 64, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock .profiles span {
  display: inline-block; }

/* line 75, styles/_profiles.scss */

.content-block.SimpleProfile-ProfileBlock a {
  display: block;
  height: 96px;
  width: 96px;
  overflow: hidden;
  margin-bottom: 5px; }
/* line 182, styles/_functions.scss */
.content-block.SimpleProfile-ProfileBlock a:link, .content-block.SimpleProfile-ProfileBlock a:visited {
  opacity: 0.6; }
/* line 195, styles/_functions.scss */
.content-block.SimpleProfile-ProfileBlock a:hover, .content-block.SimpleProfile-ProfileBlock a:focus, .content-block.SimpleProfile-ProfileBlock a:active {
  opacity: 1; }
/* line 94, styles/_profiles.scss */
.content-block.SimpleProfile-ProfileBlock img {
  width: 100%;
  height: auto; }
/** shopping cart (collapsible) **/
/*
 .cart-bg {
 display: block;
 margin: 0;
 padding: 40px 25px 40px;
 background: #f0f6f7 url('bg.jpg') left top repeat;
 }
 */
/* line 11, styles/_cart.scss */
.cart_options {
  background: #fff;
  border: 1px solid #e4dfce;
  margin-bottom: 15px; }
/* line 17, styles/_cart.scss */
.cart_options h4 {
  background: #fff;
  border-bottom: 1px solid #e4dfce;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
  padding: 10px; }
/* line 27, styles/_cart.scss */
.cart_options p {
  background: #fff;
  margin: 0;
  padding: 10px 30px; }
/* line 35, styles/_cart.scss */
/* line 37, styles/_cart.scss */

.cart table {
  border: none;
  border-collapse: collapse;
  text-align: center;
  width: 100%; }
/* line 45, styles/_cart.scss */
.cart thead {
  background: #fff;
  border: 1px solid #e4dfce; }

@media screen and (max-width: 599px) {
      .cart thead {
        display: none; } }
/* line 56, styles/_cart.scss */
.cart th {
  font-size: 0.875em;
  font-weight: normal;
  padding: 10px 5px; }
/* line 63, styles/_cart.scss */
.cart tbody {
  background: #fff;
  border-left: 1px solid #e4dfce;
  border-right: 1px solid #e4dfce;
  font-size: 0.875em; }
/* line 71, styles/_cart.scss */
@media screen and (max-width: 599px) {
      .cart tr {
        border-top: 1px solid #e4dfce;
        display: block;
        padding-bottom: 20px; } }
/* line 81, styles/_cart.scss */
.cart td {
  padding: 10px;
  vertical-align: middle; }

@media screen and (max-width: 599px) {
      .cart td {
        display: block;
        max-width: calc(100% - 20px);
        text-align: center;
        width: 200px;
        margin: auto; } }
/* line 95, styles/_cart.scss */
/* line 97, styles/_cart.scss */

.cart td.image a {
  background: #fff;
  border: 1px solid #30312e;
  border-radius: 3px;
  display: inline-block;
  height: 105px;
  position: relative;
  width: 105px; }

@media screen and (max-width: 599px) {
          .cart td.image a {
            display: inline-block; } }
/* line 113, styles/_cart.scss */
.cart td.image img {
  bottom: 0;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100px;
  max-width: 100px;
  position: absolute;
  right: 0;
  top: 0; }
/* line 128, styles/_cart.scss */
.cart td.name {
  font-size: 1.143em;
  text-align: left; }

@media screen and (max-width: 599px) {
        .cart td.name {
          text-align: center; } }
/* line 139, styles/_cart.scss */
.cart td.quantity input {
  padding: 10px;
  text-align: center;
  width: 1em;
  box-sizing: content-box; }
/* line 147, styles/_cart.scss */
.cart td.total {
  color: #30312e;
  font-weight: bold; }
/* line 153, styles/_cart.scss */
@media screen and (max-width: 599px) {
        .cart td.remove:before {
          content: "Remove: "; } }
/* line 161, styles/_cart.scss */
@media screen and (max-width: 599px) {
        .cart td.quantity, .cart td.price, .cart td.total {
          display: inline;
          padding: 0; } }
/* line 172, styles/_cart.scss */
/* line 174, styles/_cart.scss */

@media screen and (max-width: 599px) {
          .cart td.price:before {
            content: " x "; } }
/* line 182, styles/_cart.scss */
@media screen and (max-width: 599px) {
          .cart td.price:after {
            content: " = "; } }
/* line 192, styles/_cart.scss */
.cart tfoot {
  border-top: 1px solid #e4dfce; }

@media screen and (max-width: 599px) {
      .cart tfoot {
        border: none; } }
/* line 201, styles/_cart.scss */
.cart tfoot td:last-child {
  text-align: right; }

@media screen and (max-width: 599px) {
        .cart tfoot td:last-child {
          text-align: center; } }
/* line 212, styles/_cart.scss */
.cart span.total {
  font-weight: bold; }
/* line 216, styles/_cart.scss */
.cart span.total.value {
  color: #30312e;
  font-size: 1.123em; }
/* line 223, styles/_cart.scss */
.cart h2 {
  font-family: 'Roboto', sans-serif; }
/* line 228, styles/_cart.scss */
.cart h3 {
  color: #30312e;
  font-family: 'Roboto', sans-serif;
  margin: 0; }
/* line 235, styles/_cart.scss */
.cart input.selectAddress ~ span {
  box-sizing: border-box;
  display: block;
  height: 1px;
  overflow: hidden;
  padding-top: 1px; }
/* line 244, styles/_cart.scss */
.cart input.selectAddress:checked ~ span {
  height: auto; }
/* line 249, styles/_cart.scss */
/* line 251, styles/_cart.scss */

.cart .login-form p {
  position: relative; }
/* line 256, styles/_cart.scss */
.cart .login-form label {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1; }
/* line 264, styles/_cart.scss */
.cart .login-form input[type=text], .cart .login-form input[type=password] {
  display: block;
  width: 100%; }
/* line 272, styles/_cart.scss */
.cart .warning {
  color: #fd1a00;
  font-size: 2em; }
/* line 279, styles/_cart.scss */
form.checkout-options {
  float: left;
  width: 50%; }
/* line 284, styles/_cart.scss */
form.checkout-options + .checkout-options {
  float: right;
  width: 45%; }
/* line 290, styles/_cart.scss */
form.checkout-options .button {
  margin-bottom: 0;
  margin-top: 0; }
/* line 297, styles/_cart.scss */
.button.poli {
  background: url('images/poli.png') center center no-repeat;
  border: 0;
  height: 70px;
  padding: 0;
  text-indent: -9999px;
  min-width: 110px;
  width: 110px; }
/* line 308, styles/_cart.scss */
.poli-block {
  display: inline-block; }
/* print order */
/* line 314, styles/_cart.scss */
/* line 316, styles/_cart.scss */

.print-order table {
  width: 100%; }
/* line 321, styles/_cart.scss */
.print-order th, .print-order td {
  vertical-align: top; }
/* line 327, styles/_cart.scss */
/* line 329, styles/_cart.scss */

.print-order thead tr:first-child > * {
  border-bottom: 1px solid #30312e;
  padding-bottom: 4px; }
/* line 335, styles/_cart.scss */
.print-order thead th:first-child {
  text-align: left; }
/* line 341, styles/_cart.scss */
.print-order .print-order tbody {
  padding: 4px 0; }
/* line 345, styles/_cart.scss */
.print-order .print-order tbody th {
  font-weight: normal;
  padding-bottom: 4px; }
/* line 352, styles/_cart.scss */
.print-order tfoot tr:first-child > * {
  border-top: 1px solid #30312e;
  padding-top: 4px; }
/* line 358, styles/_cart.scss */
/* line 361, styles/_cart.scss */

.print-order tbody th, .print-order tfoot th {
  font-weight: normal;
  text-align: left; }
/* line 368, styles/_cart.scss */
/* line 371, styles/_cart.scss */

.print-order td + td, .print-order tfoot td + td {
  text-align: center; }
/* line 375, styles/_cart.scss */
.print-order td + td + td, .print-order tfoot td + td + td {
  text-align: right; }
/* line 382, styles/_cart.scss */
.print-order th:last-child {
  text-align: right; }
/* customers/orders */
/* line 389, styles/_cart.scss */
table.orders {
  width: 100%;
  border-collapse: collapse; }
/* line 395, styles/_cart.scss */
/* line 397, styles/_cart.scss */

.orders th, .orders td {
  padding: 4px;
  vertical-align: top; }
/* line 404, styles/_cart.scss */
.orders thead tr:first-child > * {
  border-bottom: 1px solid #30312e;
  text-indent: 0; }
/* line 410, styles/_cart.scss */
.orders tbody th {
  font-weight: normal;
  text-indent: 0; }
/* line 416, styles/_cart.scss */
.orders .ref {
  text-align: left; }
/* line 421, styles/_cart.scss */
.orders .date {
  width: 95px; }
/* line 426, styles/_cart.scss */
.orders .details {
  text-align: left;
  text-indent: 1em; }
/* line 432, styles/_cart.scss */
.orders .price {
  text-align: right; }
/* line 437, styles/_cart.scss */
.orders .link {
  text-align: right;
  width: 75px; }
/* line 444, styles/_cart.scss */
#hoverCart {
  background-color: rgba(0, 0, 0, 0.8);
  background-color: #000\9;
  border-radius: 5px;
  color: #fff;
  max-height: 100%;
  max-height: calc(100% - 100px);
  overflow: auto;
  padding: 15px;
  position: fixed;
  right: 50px;
  top: 50px;
  width: 200px;
  z-index: 1000; }
/* line 127, styles/_functions.scss */
#hoverCart h1, #hoverCart h2, #hoverCart h3, #hoverCart h4, #hoverCart h5, #hoverCart h6 {
  border-bottom: 1px solid #fff;
  color: #fff;
  margin: 0 0 5px;
  padding-bottom: 3px; }
/* line 472, styles/_cart.scss */
#hoverCart a {
  color: #fff; }
/* line 477, styles/_cart.scss */
#hoverCart .items {
  border-bottom: 1px solid #fff;
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  padding-bottom: 5px; }
/* line 486, styles/_cart.scss */
#hoverCart .checkout {
  float: left; }
/* line 491, styles/_cart.scss */
#hoverCart .dismiss {
  display: block;
  float: right;
  text-align: right; }
/* line 498, styles/_cart.scss */
#hoverCart .row {
  border-bottom: 1px solid #fff;
  overflow: hidden;
  padding: 10px 0 5px;
  position: relative; }
/* line 505, styles/_cart.scss */
#hoverCart .row .right {
  font-family: "Courier New", Courier, monospace;
  text-align: right; }
/* line 512, styles/_cart.scss */
#hoverCart .remove {
  display: block;
  font-size: 12px; }
/** files **/
/* line 2, styles/_files.scss */
.file {
  margin-bottom: 10px;
  overflow: hidden;
  /* float clearing */
  padding: 15px;
  position: relative; }
/* line 9, styles/_files.scss */
.file h2 {
  margin-bottom: 1em; }
/* line 14, styles/_files.scss */
.file .button {
  position: absolute;
  right: 10px;
  top: 6px; }
/** customer panel **/
/* line 2, styles/_user.scss */
.user-details, .user-addresses {
  width: 48%;
  float: left; }

@media screen and (max-width: 1169px) {
    .user-details, .user-addresses {
      width: 100%; } }
/* line 14, styles/_user.scss */
.user-details {
  margin-right: 2%; }

@media screen and (max-width: 1169px) {
    .user-details {
      margin: 0; } }
/* line 24, styles/_user.scss */
fieldset.addressForm {
  border: 1px solid #e4dfce;
  box-sizing: border-box;
  margin-top: 4px;
  overflow: hidden;
  padding: 5px; }
/* line 33, styles/_user.scss */
/* line 35, styles/_user.scss */

.addressForm label {
  display: block;
  float: left;
  margin-bottom: 4px;
  width: 100%; }

@media screen and (max-width: 1169px) {
      .addressForm label {
        width: 49%; } }

@media screen and (max-width: 599px) {
      .addressForm label {
        width: 100%; } }
/* line 52, styles/_user.scss */
.addressForm label:last-child {
  clear: both;
  float: none;
  width: 100%; }
/* line 59, styles/_user.scss */
.addressForm label span {
  display: block;
  margin-bottom: 4px; }
/* line 66, styles/_user.scss */
.addressForm input[type=text], .addressForm textarea {
  box-sizing: border-box;
  width: 96%; }
/* line 73, styles/_user.scss */
.addressForm textarea {
  height: 70px; }
/* tinymce universal formatting */
/* line 2, styles/_tinymce.scss */
#tinymce {
  padding: 10px;
  width: 1170px;
  background: #fff;
  color: #000;
  font-size: 1em;
  text-align: left; }
/* line 12, styles/_tinymce.scss */
#tinymce p {
  margin: 0 0 1em; }
/* line 17, styles/_tinymce.scss */
#tinymce form {
  outline: 1px dotted #ffde00; }
/* line 22, styles/_tinymce.scss */
#tinymce a {
  border-bottom: 1px dotted #ffde00;
  text-decoration: none; }
/* line 28, styles/_tinymce.scss */
#tinymce td {
  font-family: inherit;
  font-size: inherit; }
