﻿@charset "UTF-8";
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.search-results > header:before, .search-results > header:after,
.search-results > footer:before,
.search-results > footer:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.search-results > header:after,
.search-results > footer:after {
  clear: both;
}
/* line 64, ../sass/wacom/modules/_search.scss */
.search-results > header h3,
.search-results > footer h3 {
  float: left;
  display: inline-block;
  margin: 0;
}
/* line 69, ../sass/wacom/modules/_search.scss */
.search-results > header .counter,
.search-results > footer .counter {
  display: inline-block;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  margin-right: 30px;
}
/* line 75, ../sass/wacom/modules/_search.scss */
.search-results > header .pagination,
.search-results > footer .pagination {
  display: inline-block;
  margin: 0.5em 0 0.2em 0;
}
/* line 79, ../sass/wacom/modules/_search.scss */
.search-results > header .pagination > li,
.search-results > footer .pagination > li {
  margin-left: 1em;
}
/* line 82, ../sass/wacom/modules/_search.scss */
.search-results > header .pagination > li a,
.search-results > header .pagination > li span,
.search-results > footer .pagination > li a,
.search-results > footer .pagination > li span {
  float: none;
  padding: 0;
  color: #0097D4;
  background-color: transparent;
  border: none;
  margin-left: 0;
}
/* line 93, ../sass/wacom/modules/_search.scss */
.search-results > header .pagination > li:first-child a,
.search-results > header .pagination > li:first-child span,
.search-results > footer .pagination > li:first-child a,
.search-results > footer .pagination > li:first-child span {
  border: none;
}
/* line 100, ../sass/wacom/modules/_search.scss */
.search-results > header .pagination > li.active a,
.search-results > header .pagination > li.active span,
.search-results > footer .pagination > li.active a,
.search-results > footer .pagination > li.active span {
  color: #828b99;
}
/* line 106, ../sass/wacom/modules/_search.scss */
.search-results > ul {
  padding: 0;
}

/* line 112, ../sass/wacom/modules/_search.scss */
.search-result {
  margin: 50px 0 !important;
}
/* line 116, ../sass/wacom/modules/_search.scss */
.search-result > .img {
  float: left;
}
/* line 123, ../sass/wacom/modules/_search.scss */
.search-result > .desc h4 {
  margin: 0;
}
/* line 125, ../sass/wacom/modules/_search.scss */
.search-result > .desc h4 a {
  color: #828b99;
}
/* line 129, ../sass/wacom/modules/_search.scss */
.search-result > .desc p {
  margin: 0;
}

/* line 1, ../sass/wacom/modules/_storelocator.scss */
.store-locator {
  position: relative;
}

/* line 5, ../sass/wacom/modules/_storelocator.scss */
.store-locator-sidebar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 40px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  /* line 5, ../sass/wacom/modules/_storelocator.scss */
  .store-locator-sidebar {
    top: 50px;
    left: 50px;
    right: auto;
    width: 200px;
    padding-top: 95px;
    max-height: 500px;
  }
}

/* line 30, ../sass/wacom/modules/_storelocator.scss */
.store-locator-map {
  min-height: 600px;
  padding-top: 40px;
}
/* line 33, ../sass/wacom/modules/_storelocator.scss */
.store-locator-map #map {
  width: 100%;
  min-height: 560px;
}
@media (min-width: 992px) {
  /* line 30, ../sass/wacom/modules/_storelocator.scss */
  .store-locator-map {
    padding-top: 0;
  }
  /* line 41, ../sass/wacom/modules/_storelocator.scss */
  .store-locator-map #map {
    min-height: 600px;
  }
}

/* line 47, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form {
  position: absolute;
  top: 0;
  left: 50px;
  right: 50px;
  padding: 5px;
}
@media (min-width: 992px) {
  /* line 47, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-form {
    left: 0;
    right: 0;
    height: 53px;
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
  }
}
/* line 62, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group {
  position: relative;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #adafb4;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}
/* line 69, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group label {
  display: none;
}
/* line 70, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group input {
  height: 30px;
  padding: 0 20px 0 5px;
  background-color: transparent;
  border: none;
  font-size: 0.8em;
}
/* line 77, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group input:focus + button {
  opacity: 1;
}
/* line 81, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group button {
  position: absolute;
  right: -1px;
  top: -1px;
  text-indent: -9999em;
  background-color: transparent;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
@media (min-width: 992px) {
  /* line 81, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-form .form-group button {
    opacity: 0;
  }
}
/* line 96, ../sass/wacom/modules/_storelocator.scss */
.store-locations-form .form-group button:after {
  position: absolute;
  right: 5px;
  top: 5px;
  content: '\e604';
  font-family: 'wacom';
  text-indent: 0;
  color: #828b99;
}

/* line 109, ../sass/wacom/modules/_storelocator.scss */
.store-locations-filter {
  background-color: #fff;
}
@media (min-width: 992px) {
  /* line 109, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-filter {
    position: absolute;
    z-index: 10;
    top: 54px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
/* line 120, ../sass/wacom/modules/_storelocator.scss */
.store-locations-filter .panel-group {
  margin-bottom: 0;
}
/* line 122, ../sass/wacom/modules/_storelocator.scss */
.store-locations-filter .panel-group .panel {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 991px) {
  /* line 122, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-filter .panel-group .panel {
    position: absolute;
    left: 0;
    top: 0;
  }
  /* line 133, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-filter .panel-group .panel .panel-title {
    padding: 5px !important;
  }
  /* line 136, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-filter .panel-group .panel .panel-title a {
    display: inline-block;
    padding: 5px;
    width: 45px;
    border-radius: 3px;
    font-size: 0.8em;
    line-height: 22px;
    background-color: #0097D4;
    color: #fff;
    font-family: Arial;
    text-align: center;
  }
  /* line 148, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-filter .panel-group .panel .panel-title a:after {
    display: none;
  }
}
/* line 155, ../sass/wacom/modules/_storelocator.scss */
.store-locations-filter .panel-group .panel .panel-title {
  padding: 10px;
}
/* line 164, ../sass/wacom/modules/_storelocator.scss */
.store-locations-filter .panel-group .panel-collapse .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 171, ../sass/wacom/modules/_storelocator.scss */
.store-locations {
  padding: 0 10px;
  max-height: 0;
  -webkit-transition: max-height 0.2s;
  -o-transition: max-height 0.2s;
  transition: max-height 0.2s;
  overflow-y: auto;
}
@media (min-width: 992px) {
  /* line 171, ../sass/wacom/modules/_storelocator.scss */
  .store-locations {
    max-height: 405px;
  }
}

/* line 184, ../sass/wacom/modules/_storelocator.scss */
.store-locator-sidebar.view-list .store-locations {
  max-height: 560px;
}

/* line 188, ../sass/wacom/modules/_storelocator.scss */
.store-location {
  position: relative;
  padding: 10px 0 10px 30px;
}
/* line 194, ../sass/wacom/modules/_storelocator.scss */
.store-location:first-child {
  border-top: none;
}
/* line 196, ../sass/wacom/modules/_storelocator.scss */
.store-location h5 {
  margin: 0;
  font-weight: 400;
}
/* line 200, ../sass/wacom/modules/_storelocator.scss */
.store-location address {
  margin-bottom: 10px;
  font-weight: normal;
  color: #828b99;
}
/* line 205, ../sass/wacom/modules/_storelocator.scss */
.store-location address p {
  margin: 0;
  font-size: 0.9em;
}
/* line 207, ../sass/wacom/modules/_storelocator.scss */
.store-location .distance {
  font-size: 0.8em;
}
/* line 210, ../sass/wacom/modules/_storelocator.scss */
.store-location .directions {
  font-size: 0.8em;
}
/* line 214, ../sass/wacom/modules/_storelocator.scss */
.store-location .store-marker {
  position: absolute;
  left: 0;
}

/* line 221, ../sass/wacom/modules/_storelocator.scss */
#map .store-location {
  padding-bottom: 20px;
}

/* line 226, ../sass/wacom/modules/_storelocator.scss */
.store-marker-label {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  text-align: center;
  font-weight: 600;
  background-color: #fff;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}

/* line 238, ../sass/wacom/modules/_storelocator.scss */
.store-marker {
  display: block;
  width: 26px;
  height: 34px;
  background: transparent url("../../images/store-marker.png") 0 0 no-repeat;
  background-size: 26px 34px;
  text-align: center;
}
/* line 246, ../sass/wacom/modules/_storelocator.scss */
.store-marker .store-marker-label {
  display: inline-block;
  margin-top: 5px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 16px;
  font-size: 0.8em;
}

/* line 257, ../sass/wacom/modules/_storelocator.scss */
.store-locations-view-toggle {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}
@media (min-width: 992px) {
  /* line 257, ../sass/wacom/modules/_storelocator.scss */
  .store-locations-view-toggle {
    display: none;
  }
}
/* line 267, ../sass/wacom/modules/_storelocator.scss */
.store-locations-view-toggle a {
  display: inline-block;
  padding: 5px;
  width: 45px;
  border-radius: 3px;
  line-height: 22px;
  background-color: #0097D4;
  color: #fff;
  font-family: Arial;
  text-align: center;
}
/* line 279, ../sass/wacom/modules/_storelocator.scss */
.store-locations-view-toggle a[href="#map"] {
  display: none;
}

/* line 285, ../sass/wacom/modules/_storelocator.scss */
.gm-style-iw .store-location {
  padding-left: 0;
}
/* line 287, ../sass/wacom/modules/_storelocator.scss */
.gm-style-iw .store-location .store-marker {
  display: none;
}

/* line 1, ../sass/wacom/modules/_compatibleapps.scss */
.layer-compatible-apps {
  /*@extend .layer-full-width;*/
}
/* line 4, ../sass/wacom/modules/_compatibleapps.scss */
.layer-compatible-apps .caption {
  width: 90%;
  margin: 20px auto;
}
/* line 9, ../sass/wacom/modules/_compatibleapps.scss */
.layer-compatible-apps .legend {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}
/* line 15, ../sass/wacom/modules/_compatibleapps.scss */
.layer-compatible-apps .legend li {
  margin: 0;
}
@media (min-width: 768px) {
  /* line 15, ../sass/wacom/modules/_compatibleapps.scss */
  .layer-compatible-apps .legend li {
    display: inline-block;
  }
}

/* line 26, ../sass/wacom/modules/_compatibleapps.scss */
.integrated-apps h3,
.integration-coming-soon h3 {
  text-align: left;
}

/* line 31, ../sass/wacom/modules/_compatibleapps.scss */
.apps {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.apps:before, .apps:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.apps:after {
  clear: both;
}

/* line 37, ../sass/wacom/modules/_compatibleapps.scss */
.app {
  float: left;
  height: 200px;
  margin: 20px 0;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 37, ../sass/wacom/modules/_compatibleapps.scss */
  .app {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.8em;
  }
}
/* line 49, ../sass/wacom/modules/_compatibleapps.scss */
.app img {
  max-width: 100%;
  margin: 10px auto;
}

/* line 54, ../sass/wacom/modules/_compatibleapps.scss */
.app-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 59, ../sass/wacom/modules/_compatibleapps.scss */
.app-support li {
  display: inline-block;
  margin: 0;
}

/* line 71, ../sass/wacom/modules/_compatibleapps.scss */
i.not-supported {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

/* line 1, ../sass/wacom/modules/_cookiewarning.scss */
.cookie-warning-wrapper {
  position: fixed;
  z-index: 200;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background-color: #f3f6f7;
  color: #828b99;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 0.85em;
}
/* line 14, ../sass/wacom/modules/_cookiewarning.scss */
.cookie-warning-wrapper p {
  margin-top: 0;
}

/* line 2, ../sass/wacom/modules/_staticproduct.scss */
.static-products .tabs-container {
  padding: 50px 0;
}

/* line 11, ../sass/wacom/modules/_staticproduct.scss */
.static-product-image img {
  max-width: 100%;
}
/* line 14, ../sass/wacom/modules/_staticproduct.scss */
.static-product-image .static-product-content {
  min-height: 40px;
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-spec-pen .spec-callout-features:before, .layer-spec-pen .spec-callout-features:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.layer-spec-pen .spec-callout-features:after {
  clear: both;
}
/* line 7, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature {
  position: relative;
  float: left;
  width: 40%;
  margin-right: 10%;
}
/* line 13, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-title {
  font-size: 1.2em;
  margin: 0;
  padding: 0 0 6px 0;
  border-bottom: 1px solid #828b99;
}
/* line 19, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-title + img {
  margin-top: 20px;
}
/* line 24, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content {
  padding: 24px 0 14px 0;
}
/* line 27, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content .spec-callout-weight {
  font-size: 6em;
  font-weight: 300;
  line-height: 0.8em;
}
/* line 32, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content .spec-content-section {
  margin: 0 0 20px 0;
}
/* line 36, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content .spec-callout-size-length,
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content .spec-callout-size-diameter {
  display: block;
  font-size: 2em;
}
/* line 41, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-content .spec-callout-size {
  display: block;
  font-size: 1em;
}
/* line 47, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-image-desc {
  margin: 20px 0;
  font-style: italic;
  font-size: 0.95em;
  color: #4b4d50;
  line-height: 1.3em;
}
/* line 55, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-compatibility-body {
  margin: 20px 0;
  font-style: italic;
  font-size: 0.95em;
  color: #4b4d50;
  line-height: 1.3em;
}
/* line 63, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-compatibility-list {
  display: none;
  position: absolute;
  left: 9em;
  bottom: 9em;
  opacity: 0;
  z-index: 10;
  padding: 10px;
  background-color: #101114;
  font-size: 0.9em;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
/* line 78, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-compatibility-list h3 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #4b4d50;
  color: #828b99;
  font-size: 1.2em;
  font-weight: 400;
}
/* line 87, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-compatibility-list .devices {
  padding-left: 0;
  list-style: none;
  color: #828b99;
  margin-top: 10px;
}
/* line 94, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature .spec-callout-compatibility-list .ico-cancel-circle {
  position: absolute;
  top: -30px;
  right: -30px;
  color: #808285;
  font-size: 2em;
}
/* line 103, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-callout-features .spec-callout-feature.show .spec-callout-compatibility-list {
  display: block;
  left: -120px;
  bottom: -80px;
  opacity: 1;
}
/* line 113, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-table-products {
  padding-bottom: 20px;
}
/* line 117, ../sass/wacom/modules/_specs.scss */
.layer-spec-pen .spec-table-products img {
  max-width: 100%;
}

/* Form */
/* line 2, ../sass/wacom/modules/_scform.scss */
.scfForm {
  font-family: Arial,Helvetica,sans-serif;
}
@media (max-width: 991px) {
  /* line 2, ../sass/wacom/modules/_scform.scss */
  .scfForm {
    margin-bottom: 40px;
  }
}

/* Form Title*/
/* line 12, ../sass/wacom/modules/_scform.scss */
.scfTitleBorder {
  margin-bottom: 0.5em !important;
  font-family: "Roboto", sans-serif !important;
  font-size: 2em !important;
  font-style: inherit !important;
}

/* line 30, ../sass/wacom/modules/_scform.scss */
.scfSectionBorderAsFieldSet {
  margin: 50px 0;
}

/* line 34, ../sass/wacom/modules/_scform.scss */
.scfSectionLegend {
  font-family: 'Roboto';
  font-weight: 300;
  border-bottom: none;
}

/* line 44, ../sass/wacom/modules/_scform.scss */
.scfDropListBorder, .scfEmailBorder, .scfMultipleLineTextBorder, .scfSingleLineTextBorder, .scfPasswordBorder, .scfNumberBorder, .scfDatePickerBorder, .scfDateBorder, .scfRadioButtonListBorder, .scfListBoxBorder, .scfCheckBoxListBorder, .scfFileUploadBorder, .scfDateSelectorBorder, .scfCreditCardBorder, .scfConfirmPasswordBorder, .scfCaptchaBorder, .scfTelephoneBorder, .scfSmsTelephoneBorder {
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 10px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfDropListBorder:before, .scfDropListBorder:after, .scfEmailBorder:before, .scfEmailBorder:after, .scfMultipleLineTextBorder:before, .scfMultipleLineTextBorder:after, .scfSingleLineTextBorder:before, .scfSingleLineTextBorder:after, .scfPasswordBorder:before, .scfPasswordBorder:after, .scfNumberBorder:before, .scfNumberBorder:after, .scfDatePickerBorder:before, .scfDatePickerBorder:after, .scfDateBorder:before, .scfDateBorder:after, .scfRadioButtonListBorder:before, .scfRadioButtonListBorder:after, .scfListBoxBorder:before, .scfListBoxBorder:after, .scfCheckBoxListBorder:before, .scfCheckBoxListBorder:after, .scfFileUploadBorder:before, .scfFileUploadBorder:after, .scfDateSelectorBorder:before, .scfDateSelectorBorder:after, .scfCreditCardBorder:before, .scfCreditCardBorder:after, .scfConfirmPasswordBorder:before, .scfConfirmPasswordBorder:after, .scfCaptchaBorder:before, .scfCaptchaBorder:after, .scfTelephoneBorder:before, .scfTelephoneBorder:after, .scfSmsTelephoneBorder:before, .scfSmsTelephoneBorder:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfDropListBorder:after, .scfEmailBorder:after, .scfMultipleLineTextBorder:after, .scfSingleLineTextBorder:after, .scfPasswordBorder:after, .scfNumberBorder:after, .scfDatePickerBorder:after, .scfDateBorder:after, .scfRadioButtonListBorder:after, .scfListBoxBorder:after, .scfCheckBoxListBorder:after, .scfFileUploadBorder:after, .scfDateSelectorBorder:after, .scfCreditCardBorder:after, .scfConfirmPasswordBorder:after, .scfCaptchaBorder:after, .scfTelephoneBorder:after, .scfSmsTelephoneBorder:after {
  clear: both;
}

/* line 49, ../sass/wacom/modules/_scform.scss */
.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel {
  text-align: right !important;
  padding-top: 7px;
}

/*.scfDropListLabel, .scfEmailLabel, .scfMultipleLineTextLabel, .scfSingleLineTextLabel, .scfPasswordLabel, .scfNumberLabel, .scfDatePickerLabel, .scfDateLabel, .scfRadioButtonListLabel, .scfCheckBoxListLabel, .scfListBoxLabel, .scfFileUploadLabel, .scfDateSelectorLabel, .scfCreditCardLabel, .scfConfirmPasswordLabel, .scfCaptchaLabel, .scfTelephoneLabel, .scfSmsTelephoneLabel,*/
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfEmailTextBox:before, .scfEmailTextBox:after, .scfSingleLineTextBox:before, .scfSingleLineTextBox:after, .scfPasswordTextBox:before, .scfPasswordTextBox:after, .scfNumberTextBox:before, .scfNumberTextBox:after, .scfDatePickerTextBox:before, .scfDatePickerTextBox:after, .scfDateTextBox:before, .scfDateTextBox:after, .scfRadioButtonList:before, .scfRadioButtonList:after, .scfListBox:before, .scfListBox:after, .scfCheckBoxList:before, .scfCheckBoxList:after, .scfFileUpload:before, .scfFileUpload:after, .scfCreditCardTextBox:before, .scfCreditCardTextBox:after, .scfCreditCardType:before, .scfCreditCardType:after, .scfConfirmPasswordTextBox:before, .scfConfirmPasswordTextBox:after, .scfTelephoneTextBox:before, .scfTelephoneTextBox:after, .scfSmsTelephoneTextBox:before, .scfSmsTelephoneTextBox:after,
.scfMultipleLineTextBox:before,
.scfMultipleLineTextBox:after,
.scfDropList:before,
.scfDropList:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfEmailTextBox:after, .scfSingleLineTextBox:after, .scfPasswordTextBox:after, .scfNumberTextBox:after, .scfDatePickerTextBox:after, .scfDateTextBox:after, .scfRadioButtonList:after, .scfListBox:after, .scfCheckBoxList:after, .scfFileUpload:after, .scfCreditCardTextBox:after, .scfCreditCardType:after, .scfConfirmPasswordTextBox:after, .scfTelephoneTextBox:after, .scfSmsTelephoneTextBox:after,
.scfMultipleLineTextBox:after,
.scfDropList:after {
  clear: both;
}

/* line 78, ../sass/wacom/modules/_scform.scss */
.scfSubmitButtonBorder {
  margin-top: 20px;
  text-align: right;
}

/* line 83, ../sass/wacom/modules/_scform.scss */
.scfSubmitButton {
  background-color: #0097d4;
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfForm:before, .scfForm:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scfForm:after {
  clear: both;
}
/* line 92, ../sass/wacom/modules/_scform.scss */
.scfForm .error .scfSingleLineTextBox, .scfForm .scfValidationSummary .scfSingleLineTextBox,
.scfForm .scfSubmitSummary .scfSingleLineTextBox {
  background-color: #ef909b;
  border-color: red;
}

/* line 99, ../sass/wacom/modules/_scform.scss */
.scfValidationSummary,
.scfSubmitSummary {
  background-color: #f2dede;
  margin-left: 0 !important;
  padding-left: 40px;
}

/* line 107, ../sass/wacom/modules/_scform.scss */
.scfValidatorRequired,
.scfValidator {
  color: red;
}

/* line 113, ../sass/wacom/modules/_scform.scss */
.scfValidator {
  font-size: 0.9em;
}

/* line 117, ../sass/wacom/modules/_scform.scss */
.scfRequired,
.scfValidatorRequired {
  position: absolute;
  right: 1%;
}

/* style for WFFM */
/* line 124, ../sass/wacom/modules/_scform.scss */
.scfCheckBoxListLabel {
  float: left;
}

/* line 127, ../sass/wacom/modules/_scform.scss */
.scfCheckBoxListGeneralPanel {
  margin-left: 250px;
}

/* line 131, ../sass/wacom/modules/_scform.scss */
.scfCheckBoxListGeneralPanel input {
  margin-right: 5px;
}

/* line 136, ../sass/wacom/modules/_scform.scss */
.form-group input[type="checkbox"] + label,
.form-group input[type="radio"] + label {
  margin-left: 5px;
}

/* line 140, ../sass/wacom/modules/_scform.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
  margin-left: 5px;
}

/* line 147, ../sass/wacom/modules/_scform.scss */
.control-label.error, .error.scfDropListLabel, .scfDropListLabel.scfValidationSummary,
.scfDropListLabel.scfSubmitSummary, .error.scfEmailLabel, .scfEmailLabel.scfValidationSummary,
.scfEmailLabel.scfSubmitSummary, .error.scfMultipleLineTextLabel, .scfMultipleLineTextLabel.scfValidationSummary,
.scfMultipleLineTextLabel.scfSubmitSummary, .error.scfSingleLineTextLabel, .scfSingleLineTextLabel.scfValidationSummary,
.scfSingleLineTextLabel.scfSubmitSummary, .error.scfPasswordLabel, .scfPasswordLabel.scfValidationSummary,
.scfPasswordLabel.scfSubmitSummary, .error.scfNumberLabel, .scfNumberLabel.scfValidationSummary,
.scfNumberLabel.scfSubmitSummary, .error.scfDatePickerLabel, .scfDatePickerLabel.scfValidationSummary,
.scfDatePickerLabel.scfSubmitSummary, .error.scfDateLabel, .scfDateLabel.scfValidationSummary,
.scfDateLabel.scfSubmitSummary, .error.scfRadioButtonListLabel, .scfRadioButtonListLabel.scfValidationSummary,
.scfRadioButtonListLabel.scfSubmitSummary, .error.scfCheckBoxListLabel, .scfCheckBoxListLabel.scfValidationSummary,
.scfCheckBoxListLabel.scfSubmitSummary, .error.scfListBoxLabel, .scfListBoxLabel.scfValidationSummary,
.scfListBoxLabel.scfSubmitSummary, .error.scfFileUploadLabel, .scfFileUploadLabel.scfValidationSummary,
.scfFileUploadLabel.scfSubmitSummary, .error.scfDateSelectorLabel, .scfDateSelectorLabel.scfValidationSummary,
.scfDateSelectorLabel.scfSubmitSummary, .error.scfCreditCardLabel, .scfCreditCardLabel.scfValidationSummary,
.scfCreditCardLabel.scfSubmitSummary, .error.scfConfirmPasswordLabel, .scfConfirmPasswordLabel.scfValidationSummary,
.scfConfirmPasswordLabel.scfSubmitSummary, .error.scfCaptchaLabel, .scfCaptchaLabel.scfValidationSummary,
.scfCaptchaLabel.scfSubmitSummary, .error.scfTelephoneLabel, .scfTelephoneLabel.scfValidationSummary,
.scfTelephoneLabel.scfSubmitSummary, .error.scfSmsTelephoneLabel, .scfSmsTelephoneLabel.scfValidationSummary,
.scfSmsTelephoneLabel.scfSubmitSummary, .control-label.scfValidationSummary,
.control-label.scfSubmitSummary {
  font-size: 0.9em;
}

/* line 151, ../sass/wacom/modules/_scform.scss */
.scfDatePickerTextBox.hasDatepicker {
  cursor: pointer !important;
}

/* line 1, ../sass/wacom/modules/_privacy.scss */
.address,
.email {
  margin-bottom: 40px;
}

/* line 7, ../sass/wacom/modules/_privacy.scss */
.privacy-policy p {
  margin-bottom: 20px;
}

/* line 11, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list {
  margin-top: 40px;
}
/* line 13, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list > ol {
  counter-reset: section;
  list-style: none;
}
/* line 17, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list > ol > li {
  margin-bottom: 40px;
}
/* line 20, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list > ol > li > h5 {
  font-weight: 600;
}
/* line 23, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list > ol > li > h5:before {
  counter-increment: section;
  content: counter(section) ". ";
  display: inline-block;
  width: 25px;
  margin: 0;
  font-weight: 600;
}
/* line 33, ../sass/wacom/modules/_privacy.scss */
.privacy-policy-parent-list > ol > li p {
  margin-top: 0;
  margin-left: 25px;
}

/* line 3, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .contact-table {
  background-color: #c00;
}
/* line 6, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .contact-table th, .investors-static .contact-table td {
  width: 50%;
}
/* line 11, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .contact-table thead th {
  text-align: left;
}
/* line 17, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .terms-conditions {
  float: left;
  padding: 35px 0 0 0;
}
/* line 21, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .terms-conditions li {
  color: #a2a6aa;
  color: rgba(56, 61, 67, 0.5);
  font-size: 12px;
  line-height: 1.7em;
  position: relative;
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
  width: 70%;
}
/* line 32, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .terms-conditions li:first-child {
  margin-top: 0;
}
/* line 35, ../sass/wacom/modules/_investor-relations.scss */
.investors-static .terms-conditions li:before {
  content: "*";
  position: absolute;
  left: 10px;
  top: 0;
}

/* line 45, ../sass/wacom/modules/_investor-relations.scss */
.ir-indices {
  background-color: #fff;
}
/* line 48, ../sass/wacom/modules/_investor-relations.scss */
.ir-indices th {
  padding: 12px;
}
/* line 51, ../sass/wacom/modules/_investor-relations.scss */
.ir-indices td {
  text-align: right;
  padding: 12px;
}
/* line 55, ../sass/wacom/modules/_investor-relations.scss */
.ir-indices td.gray {
  background-color: #f3f6f7;
}

/* line 2, ../sass/wacom/modules/_media-nav.scss */
.media-nav ul {
  margin-bottom: 0;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.media-nav ul:before, .media-nav ul:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.media-nav ul:after {
  clear: both;
}
/* line 6, ../sass/wacom/modules/_media-nav.scss */
.media-nav ul li {
  margin: 10px 0;
  text-align: right;
}
@media (min-width: 480px) {
  /* line 6, ../sass/wacom/modules/_media-nav.scss */
  .media-nav ul li {
    float: left;
    width: 50%;
  }
}
/* line 16, ../sass/wacom/modules/_media-nav.scss */
.media-nav .media, .media-nav .search-result {
  display: table;
  font-size: 1.3em;
  line-height: 0.7em;
}
/* line 21, ../sass/wacom/modules/_media-nav.scss */
.media-nav .media .media-left, .media-nav .search-result .media-left, .media-nav .search-result > .img {
  display: table-cell;
  padding-right: 0;
  vertical-align: middle;
}
/* line 25, ../sass/wacom/modules/_media-nav.scss */
.media-nav .media .media-left i, .media-nav .search-result .media-left i, .media-nav .search-result > .img i {
  font-size: 1.8em;
  color: #0097D4;
}
/* line 30, ../sass/wacom/modules/_media-nav.scss */
.media-nav .media .media-body, .media-nav .search-result .media-body, .media-nav .search-result > .desc {
  display: table-cell;
  vertical-align: middle;
  font-family: 'Roboto';
  font-weight: 300;
}
/* line 35, ../sass/wacom/modules/_media-nav.scss */
.media-nav .media .media-body small, .media-nav .search-result .media-body small, .media-nav .search-result > .desc small {
  font-size: 0.7em;
}

/* line 1, ../sass/wacom/modules/_scrollable.scss */
.scrollable {
  height: 48px;
  overflow: hidden;
  opacity: 0;
  position: relative;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scrollable:before, .scrollable:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.scrollable:after {
  clear: both;
}
/* line 10, ../sass/wacom/modules/_scrollable.scss */
.scrollable .scrollWrapper {
  position: relative;
  width: 100%;
}
/* line 15, ../sass/wacom/modules/_scrollable.scss */
.scrollable .scrollWrapper .scrollableArea > div {
  float: left;
}

/* line 1, ../sass/wacom/modules/_calendar.scss */
.ui-widget-header {
  background-color: transparent;
  border: none;
}

/* line 6, ../sass/wacom/modules/_calendar.scss */
.ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-hover {
  border: none;
}

/* line 10, ../sass/wacom/modules/_calendar.scss */
.ui-widget-content .ui-state-highlight {
  background-color: #0097D4;
  border: none;
  color: #fff;
}

/* line 3, ../sass/wacom/modules/_navbar.scss */
.navbar .container {
  position: relative;
  width: auto;
  max-width: 1400px;
}
/* line 9, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-cart {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  float: right;
  width: 60px;
  height: 50px;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
/* line 25, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-cart i {
  color: #fff;
}
/* line 28, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-cart i:before {
  margin-left: 0;
  margin-right: 0;
}
/* line 34, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-cart span {
  font-size: 0.8em;
}
/* line 37, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-cart span span {
  display: none;
}
/* line 43, ../sass/wacom/modules/_navbar.scss */
.navbar .btn-search {
  position: absolute;
  right: 60px;
  display: block;
}

/* line 55, ../sass/wacom/modules/_navbar.scss */
.navbar-brand {
  padding: 5px;
}

/* line 58, ../sass/wacom/modules/_navbar.scss */
.navbar-brand img {
  height: 40px;
}

/* line 62, ../sass/wacom/modules/_navbar.scss */
.navbar-sub {
  font-size: 0.825em;
}
/* line 66, ../sass/wacom/modules/_navbar.scss */
.navbar-sub > li > a {
  padding: 5px 10px;
  color: #adafb4;
}

/* line 73, ../sass/wacom/modules/_navbar.scss */
.navbar-toggle {
  padding: 15px;
  margin: 0;
  border: none;
  border-left: 1px solid #4b4d50;
  font-size: 1.45em;
  line-height: 1em;
}

/* line 82, ../sass/wacom/modules/_navbar.scss */
.navbar-nav {
  margin-top: 0;
}

/* line 88, ../sass/wacom/modules/_navbar.scss */
.navbar-main > li > a {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e5e5e5;
  -webkit-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  -webkit-transition: color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out;
}
/* line 102, ../sass/wacom/modules/_navbar.scss */
.navbar-main > li > a:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

/* line 108, ../sass/wacom/modules/_navbar.scss */
.touch .navbar-main > li:not(.open) > a:hover {
  background-color: transparent !important;
}

/* line 110, ../sass/wacom/modules/_navbar.scss */
.navbar-form {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 119, ../sass/wacom/modules/_navbar.scss */
.search-form {
  position: relative;
}
/* line 124, ../sass/wacom/modules/_navbar.scss */
.search-form .form-group .form-control, .search-form .form-group .scfEmailTextBox, .search-form .form-group .scfSingleLineTextBox, .search-form .form-group .scfPasswordTextBox, .search-form .form-group .scfNumberTextBox, .search-form .form-group .scfDatePickerTextBox, .search-form .form-group .scfDateTextBox, .search-form .form-group .scfRadioButtonList, .search-form .form-group .scfListBox, .search-form .form-group .scfCheckBoxList, .search-form .form-group .scfFileUpload, .search-form .form-group .scfCreditCardTextBox, .search-form .form-group .scfCreditCardType, .search-form .form-group .scfConfirmPasswordTextBox, .search-form .form-group .scfTelephoneTextBox, .search-form .form-group .scfSmsTelephoneTextBox,
.search-form .form-group .scfMultipleLineTextBox,
.search-form .form-group .scfDropList {
  width: 100%;
  height: 28px;
  background-color: #4b4d50;
  border: none;
  font-size: 0.9em;
  color: #e5e5e5;
}
/* line 137, ../sass/wacom/modules/_navbar.scss */
.search-form .btn, .search-form .scfSubmitButton {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  padding: 0;
  line-height: 10px;
  background-color: transparent;
}

/* line 155, ../sass/wacom/modules/_navbar.scss */
.navbar-inverse .navbar-text {
  margin-top: 25px;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 163, ../sass/wacom/modules/_navbar.scss */
  .navbar .navbar-header {
    margin-right: 40px;
  }

  /* line 169, ../sass/wacom/modules/_navbar.scss */
  .navbar-main > li,
  .navbar-sub > li {
    border-top: 1px solid #1a1a1b;
  }
  /* line 173, ../sass/wacom/modules/_navbar.scss */
  .navbar-main > li.dropdown > a.dropdown-toggle:after,
  .navbar-sub > li.dropdown > a.dropdown-toggle:after {
    content: '\e819';
    float: right;
    font-family: 'ico';
    color: #828b99;
  }
  /* line 181, ../sass/wacom/modules/_navbar.scss */
  .navbar-main > li.dropdown.open > a.dropdown-toggle:after,
  .navbar-sub > li.dropdown.open > a.dropdown-toggle:after {
    content: '\e81a';
  }

  /* line 188, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub {
    border-top: 2px solid #1a1a1b;
    font-size: 0.825em;
  }
  /* line 192, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub > li {
    border-top: 1px solid #1a1a1b;
  }
  /* line 194, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 200, ../sass/wacom/modules/_navbar.scss */
  #navbar-search {
    border-top: 1px solid #1a1a1b;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 205, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub-container {
    clear: both;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #323436;
  }
  /* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
  .navbar-sub-container:before, .navbar-sub-container:after {
    content: " ";
    display: table;
  }
  /* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
  .navbar-sub-container:after {
    clear: both;
  }

  /* line 214, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub-container {
    clear: both;
  }
  /* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
  .navbar-sub-container:before, .navbar-sub-container:after {
    content: " ";
    display: table;
  }
  /* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
  .navbar-sub-container:after {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  /* line 222, ../sass/wacom/modules/_navbar.scss */
  .navbar-main > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  /* line 232, ../sass/wacom/modules/_navbar.scss */
  .navbar-main > li > a {
    letter-spacing: 0;
  }
}
@media (min-width: 768px) {
  /* line 241, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 249, ../sass/wacom/modules/_navbar.scss */
  #navbar-search {
    display: none !important;
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    width: 100%;
    padding: 0 20px;
    border-top: 1px solid #1a1a1b;
    background-color: #101114;
    max-height: 520px;
    -webkit-transition: height 0.2s;
    -o-transition: height 0.2s;
    transition: height 0.2s;
  }
  /* line 264, ../sass/wacom/modules/_navbar.scss */
  #navbar-search.collapsing {
    display: block !important;
  }
  /* line 267, ../sass/wacom/modules/_navbar.scss */
  #navbar-search.in {
    display: block !important;
    overflow-y: auto;
    height: auto;
  }
  /* line 273, ../sass/wacom/modules/_navbar.scss */
  #navbar-search .navbar-form {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 278, ../sass/wacom/modules/_navbar.scss */
  #navbar-search .form-group {
    width: 100%;
  }
}
@media (min-width: 992px) {
  /* line 285, ../sass/wacom/modules/_navbar.scss */
  .navbar .btn-search {
    display: none;
  }

  /* line 289, ../sass/wacom/modules/_navbar.scss */
  #navbar-search {
    display: block !important;
    float: right;
    width: 20%;
    margin-right: 5%;
  }

  /* line 295, ../sass/wacom/modules/_navbar.scss */
  .navbar-form {
    position: relative;
    right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  /* line 300, ../sass/wacom/modules/_navbar.scss */
  .navbar-form .form-group {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  /* line 306, ../sass/wacom/modules/_navbar.scss */
  .search-collapse {
    display: none !important;
  }

  /* line 311, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  /* line 319, ../sass/wacom/modules/_navbar.scss */
  .navbar {
    min-height: 70px;
  }
  /* line 323, ../sass/wacom/modules/_navbar.scss */
  .navbar .navbar-header .navbar-brand {
    height: 70px;
    padding: 10px;
  }
  /* line 326, ../sass/wacom/modules/_navbar.scss */
  .navbar .navbar-header .navbar-brand .navbar-brand-logo {
    height: 50px;
  }
  /* line 331, ../sass/wacom/modules/_navbar.scss */
  .navbar .btn-cart {
    height: 70px;
    width: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* line 340, ../sass/wacom/modules/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* line 346, ../sass/wacom/modules/_navbar.scss */
  #navbar-main {
    float: left;
    width: 92%;
  }

  /* line 351, ../sass/wacom/modules/_navbar.scss */
  #navbar-search {
    width: 13%;
  }

  /* line 354, ../sass/wacom/modules/_navbar.scss */
  .navbar-form {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  /* line 358, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub-container {
    float: right;
    clear: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
  }
  /* line 366, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub-container .navbar-right:last-child {
    margin-right: 0;
  }

  /* line 373, ../sass/wacom/modules/_navbar.scss */
  .navbar-sub > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* line 385, ../sass/wacom/modules/_navbar.scss */
.navbar-nav .open .dropdown-menu {
  background-color: #fff;
}
@media (max-width: 767px) {
  /* line 385, ../sass/wacom/modules/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
}

/* line 393, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu {
  position: static;
  display: block;
  max-height: 0;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: none;
  border-radius: 0;
  background-color: #f3f6f7;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -ms-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
/* line 410, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > .container {
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 767px) {
  /* line 410, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu > .container {
    box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
}
/* line 419, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > .container header hgroup h3 {
  margin-top: 30px;
  font-size: 1.5em;
}
/* line 422, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > .container header hgroup h3 small {
  margin-left: 50px;
}
@media (min-width: 992px) {
  /* line 428, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu > .container .row, .dropdown-menu > .container .layer-section-header hgroup, .layer-section-header .dropdown-menu > .container hgroup, .dropdown-menu > .container .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .dropdown-menu > .container hgroup, .dropdown-menu > .container .compare {
    padding: 20px 0;
  }
}
/* line 434, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .thumbnail {
  border: none;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.dropdown-menu .thumbnail:before, .dropdown-menu .thumbnail:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.dropdown-menu .thumbnail:after {
  clear: both;
}
@media (max-width: 992px) {
  /* line 434, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu .thumbnail {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) {
  /* line 434, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu .thumbnail {
    margin-bottom: 20px;
  }
}
/* line 445, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .thumbnail .image {
  float: left;
  width: 30%;
  margin-right: 20px;
  margin-top: 0.35em;
}
/* line 452, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .thumbnail figcaption {
  overflow: hidden;
}
/* line 455, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .thumbnail figcaption h4,
.dropdown-menu .thumbnail figcaption h5 {
  margin: 0;
}
/* line 461, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .well, .dropdown-menu .scfValidationSummary,
.dropdown-menu .scfSubmitSummary {
  position: relative;
  padding: 20px 0 0 0;
  background-color: transparent;
  border: none;
  margin-top: 30px;
  border-top: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}
/* line 473, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .well h5, .dropdown-menu .scfValidationSummary h5,
.dropdown-menu .scfSubmitSummary h5 {
  margin: 0;
}
/* line 474, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .well h4, .dropdown-menu .scfValidationSummary h4,
.dropdown-menu .scfSubmitSummary h4 {
  margin: 0.3em 0;
}
/* line 475, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .well ul, .dropdown-menu .scfValidationSummary ul,
.dropdown-menu .scfSubmitSummary ul {
  margin: 1em 0;
  line-height: 1.3em;
}
/* line 479, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu .well ul li, .dropdown-menu .scfValidationSummary ul li,
.dropdown-menu .scfSubmitSummary ul li {
  margin: 1em 0;
}
/* line 483, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > footer {
  display: none;
  font-size: 0.8em;
  text-transform: uppercase;
  border-top: 1px solid #e5e5e5;
  background-color: #f3f6f7;
}
/* line 492, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > footer > .container {
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}
/* line 497, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > footer > .container a,
.dropdown-menu > footer > .container span {
  color: #4b4d50;
  cursor: pointer;
}
/* line 502, ../sass/wacom/modules/_navbar.scss */
.dropdown-menu > footer > .container a i,
.dropdown-menu > footer > .container span i {
  font-size: 1.75em;
  color: #d2d2d4;
  vertical-align: middle;
}

@media (min-width: 768px) {
  /* line 512, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu {
    position: absolute;
    top: auto;
  }
}
@media (min-width: 992px) {
  /* line 520, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu .thumbnail .image {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  /* line 527, ../sass/wacom/modules/_navbar.scss */
  .dropdown-menu .well, .dropdown-menu .scfValidationSummary,
  .dropdown-menu .scfSubmitSummary {
    margin-top: 0;
    margin-left: -20px;
    padding-top: 0;
    padding-left: 20px;
    border-top: none;
    border-left: 1px solid #e5e5e5;
  }
}
/* line 541, ../sass/wacom/modules/_navbar.scss */
.navbar-main .open > .dropdown-menu,
.navbar-sub .open > .dropdown-menu {
  max-height: 3000px;
}

@media (min-width: 768px) {
  /* line 552, ../sass/wacom/modules/_navbar.scss */
  .navbar-main .open > a,
  .navbar-sub .open > a {
    background-color: #fff !important;
    color: #4b4d50 !important;
  }
  /* line 556, ../sass/wacom/modules/_navbar.scss */
  .navbar-main .open > a:hover,
  .navbar-sub .open > a:hover {
    background-color: #fff !important;
    color: #4b4d50 !important;
  }
}
/*
Yamm!3
Yet another megamenu for Bootstrap 3
http://geedmo.github.com/yamm3
*/
@media (min-width: 768px) {
  /* line 571, ../sass/wacom/modules/_navbar.scss */
  .yamm .nav, .yamm .jump-nav-bar .jump-nav ul, .jump-nav-bar .jump-nav .yamm ul,
  .yamm .collapse,
  .yamm .dropup,
  .yamm .dropdown {
    position: static;
  }

  /* line 577, ../sass/wacom/modules/_navbar.scss */
  .yamm .container {
    position: relative;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  /* line 577, ../sass/wacom/modules/_navbar.scss */
  .yamm .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  /* line 577, ../sass/wacom/modules/_navbar.scss */
  .yamm .container {
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width: 768px) {
  /* line 589, ../sass/wacom/modules/_navbar.scss */
  .yamm .dropdown-menu {
    left: auto;
  }

  /* line 592, ../sass/wacom/modules/_navbar.scss */
  .yamm .nav.navbar-right .dropdown-menu, .yamm .jump-nav-bar .jump-nav ul.navbar-right .dropdown-menu, .jump-nav-bar .jump-nav .yamm ul.navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  /* line 596, ../sass/wacom/modules/_navbar.scss */
  .yamm .yamm-content {
    padding: 20px 30px;
  }

  /* line 599, ../sass/wacom/modules/_navbar.scss */
  .yamm .dropdown.yamm-fw .dropdown-menu {
    position: fixed;
    left: 0;
    right: 0;
  }
  /* line 604, ../sass/wacom/modules/_navbar.scss */
  .yamm .dropdown.yamm-fw .dropdown-menu footer {
    display: block;
  }
}
/*
@media screen and ($screen-md) {
	#header {
		> .container {
			.navbar-brand {
				margin-left: 0;
				margin-right: 10px;
			}
		}
	}
}

@media screen and ($screen-lg) {
	#header {
		> .container {
			.navbar-brand {
				margin-right: 30px;
			}
		}
	}
}

@media screen and ($screen-xlg) {
	#header {
		> .container {
			width: $screen-xlg;
			padding: 0;

			.navbar-brand {
				margin-left: 10px;
			}
		}
	}
}
*/
/*#region-selector {
	@extend .layer;

	position: fixed;
	top: $navbar-height;

	width: 100%;

	.container {*/
/* line 11, ../sass/wacom/modules/_regionselector.scss */
.regions {
  position: relative;
  padding: 20px 0;
}

/* line 15, ../sass/wacom/modules/_regionselector.scss */
.region-list {
  list-style: none;
}
/* line 19, ../sass/wacom/modules/_regionselector.scss */
.region-list > li {
  margin-bottom: 40px;
}
/* line 21, ../sass/wacom/modules/_regionselector.scss */
.region-list > li > a {
  display: block;
  font-size: 1.2em;
  margin-bottom: 10px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.region-list > li > a:before, .region-list > li > a:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.region-list > li > a:after {
  clear: both;
}
/* line 27, ../sass/wacom/modules/_regionselector.scss */
.region-list > li > a img {
  float: right;
}
/* line 31, ../sass/wacom/modules/_regionselector.scss */
.region-list > li > a h4 {
  float: left;
  overflow: hidden;
  font-weight: 400;
}

/* line 39, ../sass/wacom/modules/_regionselector.scss */
.region-countries-close {
  display: none;
}

@media (max-width: 767px) {
  /* line 42, ../sass/wacom/modules/_regionselector.scss */
  .region-countries {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s;
    -o-transition: left 0.2s;
    transition: left 0.2s;
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.5);
  }
  /* line 61, ../sass/wacom/modules/_regionselector.scss */
  .region-countries.expand {
    left: 0;
  }
  /* line 64, ../sass/wacom/modules/_regionselector.scss */
  .region-countries > div {
    display: none;
  }
  /* line 66, ../sass/wacom/modules/_regionselector.scss */
  .region-countries > div.active {
    display: block;
  }

  /* line 71, ../sass/wacom/modules/_regionselector.scss */
  .region-countries-close {
    display: block;
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px;
    color: #e5e5e5;
    font-size: 1.5em;
  }
}
@media (min-width: 10000000px) {
  /* line 87, ../sass/wacom/modules/_regionselector.scss */
  .region-list > li > a img {
    float: none;
  }
  /* line 90, ../sass/wacom/modules/_regionselector.scss */
  .region-list > li > a h4 {
    float: none;
  }
}
@media (min-width: 768px) {
  /* line 99, ../sass/wacom/modules/_regionselector.scss */
  .regions {
    padding: 0 !important;
    margin-left: -20px;
    margin-right: -20px;
  }
  /* line 104, ../sass/wacom/modules/_regionselector.scss */
  .regions .region {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  /* line 109, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list {
    list-style: none;
    padding: 0;
    background-color: #e9eced;
  }
  /* line 114, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li {
    display: table;
    width: 100%;
    height: 90px;
    margin-bottom: -1px;
    border-top: 1px solid #e5e5e5;
    background-color: #e4e5e9;
    border-right: 1px solid #e5e5e5;
    background-color: #e4e5e9;
    font-size: 1.0em;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  /* line 114, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li {
    font-size: 1.2em;
  }
}
@media (min-width: 768px) {
  /* line 129, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li a {
    position: relative;
    display: table-cell;
    padding: 10px 10px 10px 120px;
    margin: -1px 0;
    height: 91px;
    vertical-align: middle;
    background: -moz-linear-gradient(left, white 0%, rgba(193, 193, 193, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, white), color-stop(100%, rgba(193, 193, 193, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, white 0%, rgba(193, 193, 193, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, white 0%, rgba(193, 193, 193, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, white 0%, rgba(193, 193, 193, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to right, white 0%, rgba(193, 193, 193, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00c1c1c1',GradientType=1 );
    /* IE6-9 */
  }
  /* line 145, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li a img {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  /* line 152, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li.active {
    background-color: #fff;
    border-right-color: #fff;
  }
  /* line 156, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li.active a {
    color: #828b99;
  }
  /* line 158, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-list li:hover:not(.active) {
    background-color: #f1f2f5;
  }
  /* line 164, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-countries {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 168, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-countries > div {
    display: none;
  }
  /* line 173, ../sass/wacom/modules/_regionselector.scss */
  .regions .region-countries > div.active {
    display: block;
  }
}
@media (min-width: 31400px) {
  /* line 182, ../sass/wacom/modules/_regionselector.scss */
  .regions {
    margin-left: -40px;
    margin-right: -40px;
  }
}
/*	}
}*/
/* line 191, ../sass/wacom/modules/_regionselector.scss */
.countries {
  padding-left: 0;
  list-style: none;
}

/* line 196, ../sass/wacom/modules/_regionselector.scss */
.country .name {
  text-transform: uppercase;
}
/* line 199, ../sass/wacom/modules/_regionselector.scss */
.country .languages {
  margin-top: 5px;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0.9em;
  line-height: 1em;
}
/* line 207, ../sass/wacom/modules/_regionselector.scss */
.country .languages li {
  display: inline-block;
  margin-right: -0.3em;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #e5e5e5;
}
/* line 215, ../sass/wacom/modules/_regionselector.scss */
.country .languages li:first-child {
  padding-left: 0;
  border-left: none;
}

@media (min-width: 992px) {
  /* line 223, ../sass/wacom/modules/_regionselector.scss */
  .countries {
    padding-left: 0;
  }
}
/* line 1, ../sass/wacom/modules/_breadcrumbs.scss */
.layer-breadcrumbs {
  display: none;
  padding: 0;
  border-top: 1px solid #4b4d50;
  border-bottom: 1px solid #4b4d50;
}
@media (min-width: 992px) {
  /* line 1, ../sass/wacom/modules/_breadcrumbs.scss */
  .layer-breadcrumbs {
    display: block;
  }
}

/* line 13, ../sass/wacom/modules/_breadcrumbs.scss */
.breadcrumb {
  margin: 0;
  padding: 5px 0;
  font-size: 0.9em;
}
/* line 19, ../sass/wacom/modules/_breadcrumbs.scss */
.breadcrumb li a {
  color: #828b99;
}
/* line 22, ../sass/wacom/modules/_breadcrumbs.scss */
.breadcrumb li a:hover {
  color: #fff;
}
/* line 25, ../sass/wacom/modules/_breadcrumbs.scss */
.breadcrumb li a img {
  height: 30px;
  margin: 3px 10px 3px 0;
}

/* line 1, ../sass/wacom/modules/_footer.scss */
#sub-footer {
  display: none;
  padding: 20px 0;
  background-color: #1d1f22;
}
@media (min-width: 768px) {
  /* line 1, ../sass/wacom/modules/_footer.scss */
  #sub-footer {
    display: block;
  }
}
/* line 12, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container h4 {
  color: #828b99;
}
/* line 15, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul {
  list-style: none;
  margin-left: -20px;
  padding: 0;
}
/* line 21, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li {
  margin-left: 20px;
}
/* line 26, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li > a {
  text-transform: uppercase;
  white-space: nowrap;
}
/* line 30, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li a {
  color: white;
}
/* line 33, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li a:hover {
  color: #fff;
}
/* line 37, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li ul {
  list-style: none;
  margin-top: 0.5em;
  margin-bottom: 30px;
  padding: 0;
  font-size: 0.9em;
  line-height: 1.1em;
}
/* line 45, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li ul li {
  padding: 0.3em 0;
  max-width: 200px;
}
/* line 49, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li ul a {
  color: #adafb4;
}
/* line 52, ../sass/wacom/modules/_footer.scss */
#sub-footer > .container > ul > li ul a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  /* line 70, ../sass/wacom/modules/_footer.scss */
  #sub-footer > .container > ul > li {
    float: left;
    display: inline-block;
    max-width: 13%;
  }
  /* line 75, ../sass/wacom/modules/_footer.scss */
  #sub-footer > .container > ul > li:last-child {
    float: right;
    border-left: 1px solid #4b4d50;
    margin-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 85, ../sass/wacom/modules/_footer.scss */
  #sub-footer > .container > ul {
    margin-left: -50px;
  }
  /* line 88, ../sass/wacom/modules/_footer.scss */
  #sub-footer > .container > ul > li {
    margin-left: 50px;
    max-width: 140px;
  }
  /* line 92, ../sass/wacom/modules/_footer.scss */
  #sub-footer > .container > ul > li:last-child {
    margin-right: 80px;
  }
}

/* line 105, ../sass/wacom/modules/_footer.scss */
#footer {
  padding: 30px 0;
}
/* line 109, ../sass/wacom/modules/_footer.scss */
#footer > .container {
  position: relative;
}

/* line 112, ../sass/wacom/modules/_footer.scss */
.footer-nav {
  margin-bottom: 30px;
  padding-left: 20px;
  list-style: none;
  font-size: 1.1em;
  text-transform: uppercase;
}
/* line 120, ../sass/wacom/modules/_footer.scss */
.footer-nav li {
  margin-bottom: 0.5em;
}
/* line 123, ../sass/wacom/modules/_footer.scss */
.footer-nav a {
  color: #fff;
}
/* line 126, ../sass/wacom/modules/_footer.scss */
.footer-nav a:hover {
  color: #adafb4;
}
@media (min-width: 1200px) {
  /* line 132, ../sass/wacom/modules/_footer.scss */
  .footer-nav li {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  /* line 112, ../sass/wacom/modules/_footer.scss */
  .footer-nav {
    padding-right: 0;
  }
}

/* line 143, ../sass/wacom/modules/_footer.scss */
.footer-social {
  position: absolute;
  right: 20px;
  top: -10px;
  padding-right: 0;
  font-size: 2em;
  text-align: center;
}
/* line 152, ../sass/wacom/modules/_footer.scss */
.footer-social li {
  padding: 0;
}
/* line 154, ../sass/wacom/modules/_footer.scss */
.footer-social a i {
  color: #4b4d50;
}

@media (min-width: 768px) {
  /* line 162, ../sass/wacom/modules/_footer.scss */
  .footer-social li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (min-width: 1200px) {
  /* line 170, ../sass/wacom/modules/_footer.scss */
  .footer-social {
    position: static;
    right: auto;
    top: auto;
    font-size: 1.4em;
  }
}
/* line 178, ../sass/wacom/modules/_footer.scss */
.footer-sub-nav {
  float: right;
  padding-left: 20px;
  list-style: none;
}
@media (max-width: 991px) {
  /* line 178, ../sass/wacom/modules/_footer.scss */
  .footer-sub-nav {
    float: left;
  }
}
@media (min-width: 1200px) {
  /* line 178, ../sass/wacom/modules/_footer.scss */
  .footer-sub-nav {
    padding-left: 0;
  }
}
/* line 192, ../sass/wacom/modules/_footer.scss */
.footer-sub-nav li {
  margin-bottom: 0.5em;
}
/* line 195, ../sass/wacom/modules/_footer.scss */
.footer-sub-nav a {
  color: #828b99;
}
/* line 198, ../sass/wacom/modules/_footer.scss */
.footer-sub-nav a:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  /* line 178, ../sass/wacom/modules/_footer.scss */
  .footer-sub-nav {
    text-align: right;
  }
  /* line 205, ../sass/wacom/modules/_footer.scss */
  .footer-sub-nav li {
    display: inline-block;
    margin-left: 10px;
  }
}

/* line 212, ../sass/wacom/modules/_footer.scss */
.footer-copyright {
  margin-top: 30px;
  color: #828b99;
  font-size: 0.9em;
}

@media (min-width: 480px) {
  /* line 218, ../sass/wacom/modules/_footer.scss */
  .footer-copyright {
    float: left;
    margin-right: 150px;
  }
}
@media (min-width: 1200px) {
  /* line 224, ../sass/wacom/modules/_footer.scss */
  .footer-copyright {
    float: none;
    margin-left: 100px;
    margin-right: 100px;
    text-align: center;
  }
}
/* line 232, ../sass/wacom/modules/_footer.scss */
.footer-brand {
  display: block;
  margin-top: 30px;
}

@media (min-width: 480px) {
  /* line 237, ../sass/wacom/modules/_footer.scss */
  .footer-brand {
    position: absolute;
    right: 20px;
    margin-top: 45px;
  }
}
@media (min-width: 992px) {
  /* line 244, ../sass/wacom/modules/_footer.scss */
  .footer-brand {
    right: 40px;
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  /* line 250, ../sass/wacom/modules/_footer.scss */
  .footer-brand {
    right: 20px;
    bottom: 15px;
  }
}
/* store */
@media (max-width: 480px) {
  /* line 4, ../sass/wacom/store/_store-global.scss */
  .checkout-page #header .navbar-header {
    float: left;
  }
  /* line 7, ../sass/wacom/store/_store-global.scss */
  .checkout-page #header .navbar-text {
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
  }
  /* line 11, ../sass/wacom/store/_store-global.scss */
  .checkout-page #header .navbar-text span {
    display: block;
    font-size: 0.9em;
  }
}

/* line 19, ../sass/wacom/store/_store-global.scss */
.layer-checkout-header {
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 25, ../sass/wacom/store/_store-global.scss */
.layer-checkout-header > .container > .row h3, .layer-section-header .layer-checkout-header > .container > hgroup h3, .wrapper.store-home .layer-checkout-header > .container > hgroup h3, .layer-checkout-header > .container > .compare h3 {
  margin-top: 10px;
}
@media (min-width: 992px) {
  /* line 25, ../sass/wacom/store/_store-global.scss */
  .layer-checkout-header > .container > .row h3, .layer-section-header .layer-checkout-header > .container > hgroup h3, .wrapper.store-home .layer-checkout-header > .container > hgroup h3, .layer-checkout-header > .container > .compare h3 {
    line-height: 50px;
  }
}
/* line 32, ../sass/wacom/store/_store-global.scss */
.layer-checkout-header > .container > .row ul, .layer-section-header .layer-checkout-header > .container > hgroup ul, .wrapper.store-home .layer-checkout-header > .container > hgroup ul, .layer-checkout-header > .container > .compare ul {
  margin: 0;
  min-height: 50px;
  line-height: 50px;
}
@media (min-width: 768px) {
  /* line 32, ../sass/wacom/store/_store-global.scss */
  .layer-checkout-header > .container > .row ul, .layer-section-header .layer-checkout-header > .container > hgroup ul, .wrapper.store-home .layer-checkout-header > .container > hgroup ul, .layer-checkout-header > .container > .compare ul {
    text-align: right;
  }
}
/* line 49, ../sass/wacom/store/_store-global.scss */
.layer-checkout-header .shop-by-container {
  position: absolute;
  z-index: 200;
  bottom: -63px;
}

/* line 60, ../sass/wacom/store/_store-global.scss */
.wrapper.store-home .layer-checkout-header .row, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .compare {
  padding: 15px 0 25px 0;
  margin: 0 auto;
  max-width: 1220px;
}
@media (min-width: 992px) {
  /* line 60, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .row, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .compare {
    min-height: 100px;
  }
}
/* line 68, ../sass/wacom/store/_store-global.scss */
.wrapper.store-home .layer-checkout-header .row h3, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup h3, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header .compare h3 {
  font-size: 2em;
  line-height: 1.0em;
}
@media (min-width: 480px) {
  /* line 68, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .row h3, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup h3, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header .compare h3 {
    margin: 15px 0 0 0;
    font-size: 2.5em;
  }
}
@media (min-width: 768px) {
  /* line 68, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .row h3, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup h3, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header hgroup h3, .wrapper.store-home .layer-checkout-header .compare h3 {
    margin: 30px 0 0 0;
    font-size: 3em;
  }
}
/* line 81, ../sass/wacom/store/_store-global.scss */
.wrapper.store-home .layer-checkout-header .row ul, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup ul, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup ul, .wrapper.store-home .layer-checkout-header hgroup ul, .wrapper.store-home .layer-checkout-header .compare ul {
  margin-top: 0;
}
@media (min-width: 768px) {
  /* line 81, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .row ul, .wrapper.store-home .layer-checkout-header .layer-section-header hgroup ul, .layer-section-header .wrapper.store-home .layer-checkout-header hgroup ul, .wrapper.store-home .layer-checkout-header hgroup ul, .wrapper.store-home .layer-checkout-header .compare ul {
    margin-top: 20px;
  }
}
/* line 89, ../sass/wacom/store/_store-global.scss */
.wrapper.store-home .layer-checkout-header .shop-by-container {
  bottom: -57px;
  left: 0;
  right: 0;
}
@media (min-width: 480px) {
  /* line 89, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .shop-by-container {
    left: 20px;
    right: auto;
  }
}
@media (min-width: 1200px) {
  /* line 89, ../sass/wacom/store/_store-global.scss */
  .wrapper.store-home .layer-checkout-header .shop-by-container {
    left: 100px;
  }
}

/* line 105, ../sass/wacom/store/_store-global.scss */
.checkout-page > .layer-section-header, .wrapper.store-home .checkout-page > .layer-checkout-header {
  z-index: 0;
  height: auto;
  background-color: #fff;
}

/* line 114, ../sass/wacom/store/_store-global.scss */
.layer-store-message h3 {
  margin-top: 0;
}

/* line 120, ../sass/wacom/store/_store-global.scss */
.store-layout .layer-store-tiles {
  padding-top: 50px;
  padding-bottom: 50px;
}
/* line 124, ../sass/wacom/store/_store-global.scss */
.store-layout .layer-store-tiles > .container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: none;
}

/* line 2, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
/* line 8, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown .btn-cart {
  font-size: 1.3em;
}
/* line 14, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown .btn-cart .cart-flyout-quantity {
  display: none;
}
/* line 17, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown .btn-cart .cart-flyout-subtotal {
  display: none;
}
/* line 21, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown .btn-cart .cart-view-cart > span {
  display: none;
}
/* line 26, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
  top: 50px;
  margin: 0;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  /* line 26, ../sass/wacom/store/_cart-flyout.scss */
  #header .cart.dropdown > .dropdown-menu {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  /* line 26, ../sass/wacom/store/_cart-flyout.scss */
  #header .cart.dropdown > .dropdown-menu {
    top: 70px;
  }
}
/* line 43, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open .btn-cart {
  background-color: #f3f6f7;
  width: 200px;
}
/* line 47, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open .btn-cart * {
  color: #4b4d50;
}
/* line 51, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open .btn-cart .cart-flyout-quantity-icon {
  display: none;
}
/* line 54, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open .btn-cart .cart-flyout-quantity {
  display: inline-block;
}
/* line 57, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open .btn-cart .cart-flyout-subtotal {
  display: inline-block;
}
/* line 61, ../sass/wacom/store/_cart-flyout.scss */
#header .cart.dropdown.open > .dropdown-menu {
  max-height: 500px;
}

/* line 70, ../sass/wacom/store/_cart-flyout.scss */
.flyout .container {
  padding: 0;
}
/* line 74, ../sass/wacom/store/_cart-flyout.scss */
.flyout .flyout-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f3f6f7;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout .flyout-header:before, .flyout .flyout-header:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout .flyout-header:after {
  clear: both;
}
/* line 80, ../sass/wacom/store/_cart-flyout.scss */
.flyout .flyout-header h3 {
  margin: 0;
}
/* line 87, ../sass/wacom/store/_cart-flyout.scss */
.flyout .flyout-scroll-area {
  overflow-y: auto;
  overflow-x: hidden;
}
/* line 92, ../sass/wacom/store/_cart-flyout.scss */
.flyout .flyout-footer {
  padding: 20px;
}

/* line 97, ../sass/wacom/store/_cart-flyout.scss */
.flyout-container {
  background-color: #fff;
}
/* line 100, ../sass/wacom/store/_cart-flyout.scss */
.flyout-container .flyout-empty-message {
  display: block;
  padding: 0 20px;
  font-size: 1.3em;
}

@media (max-width: 992px) {
  /* line 107, ../sass/wacom/store/_cart-flyout.scss */
  .flyout-items {
    padding: 20px;
  }
}
/* line 111, ../sass/wacom/store/_cart-flyout.scss */
.flyout-items .flyout-item:nth-child(even) {
  background-color: #f3f6f7;
}

/* line 116, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item {
  padding: 10px 20px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout-item:before, .flyout-item:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout-item:after {
  clear: both;
}
@media (min-width: 480px) {
  /* line 121, ../sass/wacom/store/_cart-flyout.scss */
  .flyout-item .img {
    float: left;
    width: 95px;
  }
}
/* line 127, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption {
  padding-left: 20px;
  overflow: hidden;
  *zoom: 1;
}
/* line 133, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption header .name {
  margin: 0;
  font-weight: 400;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout-item figcaption .body:before, .flyout-item figcaption .body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.flyout-item figcaption .body:after {
  clear: both;
}
/* line 142, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .info {
  font-size: 0.9em;
  margin-bottom: 10px;
}
/* line 147, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .price {
  float: left;
  width: 30%;
  color: #828b99;
}
/* line 153, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .quantity {
  float: left;
  width: 30%;
}
/* line 157, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .quantity input {
  display: inline-block;
  width: 30px;
  height: 25px;
  padding: 2px 5px;
}
/* line 164, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .quantity .btn, .flyout-item figcaption .body .quantity .scfSubmitButton {
  height: 25px;
  padding: 0 5px;
  line-height: 25px;
  font-size: 0.8em;
}
/* line 172, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .subtotal {
  float: right;
  width: 40%;
  text-align: right;
  font-weight: bold;
}
/* line 178, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption .body .subtotal small {
  font-weight: normal;
}
/* line 184, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption footer {
  margin-top: 10px;
  font-size: 0.85em;
}
/* line 187, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption footer .remove {
  color: #adafb4;
}
/* line 189, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption footer .remove i {
  color: #adafb4;
}
/* line 192, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption footer .remove:hover {
  color: #828b99;
}
/* line 194, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item figcaption footer .remove:hover i {
  color: #828b99;
}
/* line 201, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste {
  padding: 5px 20px;
}
/* line 203, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste .img {
  text-align: center;
}
/* line 205, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste .img img {
  margin: 0 auto;
  max-width: 50%;
}
/* line 210, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste figcaption {
  padding-top: 5px;
}
/* line 212, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste figcaption .name {
  font-size: 1em;
}
/* line 215, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste figcaption .info {
  display: none;
}
/* line 216, ../sass/wacom/store/_cart-flyout.scss */
.flyout-item.ewaste figcaption footer {
  display: none;
}

@media (max-width: 992px) {
  /* line 221, ../sass/wacom/store/_cart-flyout.scss */
  .flyout-total {
    padding: 20px 40px;
  }
}
/* line 227, ../sass/wacom/store/_cart-flyout.scss */
.flyout-total table th {
  width: 40%;
}
/* line 230, ../sass/wacom/store/_cart-flyout.scss */
.flyout-total table th,
.flyout-total table td {
  padding-right: 15px;
  vertical-align: top;
}
/* line 236, ../sass/wacom/store/_cart-flyout.scss */
.flyout-total table tbody th {
  padding-right: 10px;
  font-weight: normal;
  color: #828b99;
  width: 45%;
}
/* line 241, ../sass/wacom/store/_cart-flyout.scss */
.flyout-total table tbody th,
.flyout-total table tbody td {
  font-size: .9em;
  padding-bottom: 15px;
}
/* line 247, ../sass/wacom/store/_cart-flyout.scss */
.flyout-total table tfoot th,
.flyout-total table tfoot td {
  padding-top: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

/* line 259, ../sass/wacom/store/_cart-flyout.scss */
.flyout-suggested .accessories .accessories-item {
  padding: 10px !important;
}
/* line 264, ../sass/wacom/store/_cart-flyout.scss */
.flyout-suggested .accessories .accessories-item .accessories-item-image img {
  width: 95px;
  height: 95px;
}

/* line 2, ../sass/wacom/store/_shop-by.scss */
.wrapper.store-home > .shop-by-container {
  display: none;
}

/* line 7, ../sass/wacom/store/_shop-by.scss */
.shop-by-container {
  min-height: 57px;
}
/* line 12, ../sass/wacom/store/_shop-by.scss */
.shop-by-container .shop-by > .panel-default > .panel-heading {
  background-color: #e6e6e6;
}

/* line 23, ../sass/wacom/store/_shop-by.scss */
.wrapper.store-home .shop-by-container .shop-by > .panel-default > .panel-heading {
  background-color: transparent;
}

/* line 30, ../sass/wacom/store/_shop-by.scss */
.shop-by {
  position: absolute;
  z-index: 100;
  margin-bottom: 0;
  min-width: 250px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.1);
}
/* line 39, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default {
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
/* line 45, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  border-radius: 0;
}
/* line 50, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading:hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
/* line 54, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading .panel-title a {
  color: #101114;
}
/* line 57, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading .panel-title a:after {
  font-family: 'ico';
  content: '\e81a';
  color: #4b4d50;
  margin-top: -0.6em;
}
/* line 63, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading .panel-title a.collapsed:after {
  content: '\e819';
}
/* line 69, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading + .panel-collapse .panel-body {
  padding: 0;
  border-top: none;
}
/* line 73, ../sass/wacom/store/_shop-by.scss */
.shop-by .panel-default > .panel-heading + .panel-collapse .panel-body .panel-group {
  margin-bottom: 0;
}
/* line 83, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading > .panel-title {
  font-size: 2em;
}
/* line 87, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse {
  font-size: 0.9em;
}
/* line 92, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group .panel + .panel {
  margin-top: 0;
}
/* line 95, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default {
  border-top: 1px solid #fff;
}
/* line 97, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading {
  text-transform: uppercase;
}
/* line 99, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading .panel-title {
  font-size: 1.2em;
}
/* line 104, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body {
  border-top: none;
}
/* line 109, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading {
  padding: 10px 15px;
}
/* line 111, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title {
  font-size: 1.2em;
}
/* line 113, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title > a {
  color: #4b4d50;
}
/* line 115, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title > a:after {
  content: '';
}
/* line 116, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title > a.collapsed:after {
  content: '';
}
/* line 118, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title > a:before {
  font-family: 'ico';
  content: '\e81a';
  margin-right: 5px;
}
/* line 123, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-heading > .panel-title > a.collapsed:before {
  content: '\e819';
}
/* line 131, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse .panel-body ul {
  margin-left: 15px;
}
/* line 133, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse .panel-body ul li {
  margin-left: 15px;
}
/* line 135, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse .panel-body ul li a {
  padding: 5px 0;
  font-weight: 400;
  line-height: 1.3em;
}
/* line 146, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
/* line 152, ../sass/wacom/store/_shop-by.scss */
.shop-by > .panel-default > .panel-heading + .panel-collapse > .panel-body > .panel-group > .panel-default > .panel-collapse > .panel-body ul li a {
  display: block;
  padding: 5px 15px;
}
/* line 167, ../sass/wacom/store/_shop-by.scss */
.shop-by .close-dropdown {
  position: absolute;
  right: 0;
  display: none;
  padding: 2px 5px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #828b99;
  text-transform: uppercase;
  font-size: 0.9em;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
}
/* line 179, ../sass/wacom/store/_shop-by.scss */
.shop-by .close-dropdown:before {
  font-family: 'wacom';
  content: '\e610';
  margin-right: 5px;
  font-size: 1.5em;
  color: #0097D4;
  vertical-align: middle;
}

/* line 190, ../sass/wacom/store/_shop-by.scss */
.layer-store-tiles {
  overflow: visible;
}
/* line 192, ../sass/wacom/store/_shop-by.scss */
.layer-store-tiles .shop-by-container {
  position: absolute;
  z-index: 200;
}
/* line 199, ../sass/wacom/store/_shop-by.scss */
.layer-store-tiles .shop-by-container .shop-by > .panel-default .panel-heading {
  background-color: transparent;
}

/* line 1, ../sass/wacom/store/_accessories.scss */
.suggested-accessories,
.bought-together,
.flyout-suggested {
  margin-bottom: 20px;
}
/* line 6, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories,
.bought-together .accessories,
.flyout-suggested .accessories {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.suggested-accessories .accessories:before, .suggested-accessories .accessories:after,
.bought-together .accessories:before,
.bought-together .accessories:after,
.flyout-suggested .accessories:before,
.flyout-suggested .accessories:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.suggested-accessories .accessories:after,
.bought-together .accessories:after,
.flyout-suggested .accessories:after {
  clear: both;
}
/* line 11, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item,
.bought-together .accessories .accessories-item,
.flyout-suggested .accessories .accessories-item {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  text-align: center;
}
/* line 17, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image,
.bought-together .accessories .accessories-item .accessories-item-image,
.flyout-suggested .accessories .accessories-item .accessories-item-image {
  border-bottom: none;
  padding: 10px;
  padding-bottom: 0;
}
/* line 22, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image .img,
.bought-together .accessories .accessories-item .accessories-item-image .img,
.flyout-suggested .accessories .accessories-item .accessories-item-image .img {
  display: table;
  width: 100%;
}
/* line 26, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image .img a,
.bought-together .accessories .accessories-item .accessories-item-image .img a,
.flyout-suggested .accessories .accessories-item .accessories-item-image .img a {
  display: table-cell;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
/* line 32, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image .img a img,
.bought-together .accessories .accessories-item .accessories-item-image .img a img,
.flyout-suggested .accessories .accessories-item .accessories-item-image .img a img {
  width: 100%;
  height: auto;
}
/* line 39, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image figcaption,
.bought-together .accessories .accessories-item .accessories-item-image figcaption,
.flyout-suggested .accessories .accessories-item .accessories-item-image figcaption {
  padding: 10px 0 0 0;
}
/* line 42, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image figcaption h4,
.bought-together .accessories .accessories-item .accessories-item-image figcaption h4,
.flyout-suggested .accessories .accessories-item .accessories-item-image figcaption h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}
/* line 48, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-item-image figcaption h4 a,
.bought-together .accessories .accessories-item .accessories-item-image figcaption h4 a,
.flyout-suggested .accessories .accessories-item .accessories-item-image figcaption h4 a {
  color: #4b4d50;
}
/* line 54, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-cta,
.bought-together .accessories .accessories-item .accessories-cta,
.flyout-suggested .accessories .accessories-item .accessories-cta {
  padding-top: 0;
  background-color: #fff;
}
/* line 58, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-cta .price,
.bought-together .accessories .accessories-item .accessories-cta .price,
.flyout-suggested .accessories .accessories-item .accessories-cta .price {
  display: block;
  float: none;
  padding-top: 0;
  margin-bottom: 10px;
  font-size: 1em;
  color: #828b99;
}
/* line 66, ../sass/wacom/store/_accessories.scss */
.suggested-accessories .accessories .accessories-item .accessories-cta .btn, .suggested-accessories .accessories .accessories-item .accessories-cta .scfSubmitButton,
.bought-together .accessories .accessories-item .accessories-cta .btn,
.bought-together .accessories .accessories-item .accessories-cta .scfSubmitButton,
.flyout-suggested .accessories .accessories-item .accessories-cta .btn,
.flyout-suggested .accessories .accessories-item .accessories-cta .scfSubmitButton {
  float: none;
  border-radius: 0;
}

/* line 76, ../sass/wacom/store/_accessories.scss */
.suggested-accessories {
  background-color: #f3f6f7;
  padding: 15px;
}

/* line 3, ../sass/wacom/store/_product-detail.scss */
.product-detail-page .layer-section-header, .product-detail-page .wrapper.store-home .layer-checkout-header, .wrapper.store-home .product-detail-page .layer-checkout-header {
  height: auto;
}
/* line 6, ../sass/wacom/store/_product-detail.scss */
.product-detail-page .layer-section-header hgroup, .product-detail-page .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .product-detail-page .layer-checkout-header hgroup {
  min-height: inherit;
}
/* line 9, ../sass/wacom/store/_product-detail.scss */
.product-detail-page .layer-section-header hgroup h1, .product-detail-page .wrapper.store-home .layer-checkout-header hgroup h1, .wrapper.store-home .product-detail-page .layer-checkout-header hgroup h1 {
  font-size: 1.8em;
}
/* line 15, ../sass/wacom/store/_product-detail.scss */
.product-detail-page .product-detail-wrapper {
  margin-top: 40px;
}

/* line 19, ../sass/wacom/store/_product-detail.scss */
.product-information .product-name {
  margin-top: 0;
}

/* line 24, ../sass/wacom/store/_product-detail.scss */
.product-cart-box {
  padding: 20px;
  background-color: #f3f6f7;
}
/* line 28, ../sass/wacom/store/_product-detail.scss */
.product-cart-box .product-options {
  margin-bottom: 20px;
}
/* line 31, ../sass/wacom/store/_product-detail.scss */
.product-cart-box .product-price-old {
  font-size: 1.8em;
  text-decoration: line-through;
}
/* line 36, ../sass/wacom/store/_product-detail.scss */
.product-cart-box .product-price {
  font-size: 3em;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 36, ../sass/wacom/store/_product-detail.scss */
  .product-cart-box .product-price {
    float: none;
    width: 100%;
  }
}
/* line 44, ../sass/wacom/store/_product-detail.scss */
.product-cart-box .product-metadata {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}

/* line 51, ../sass/wacom/store/_product-detail.scss */
.product-add-to-cart-cta ul {
  margin-top: 10px;
}
@media (min-width: 480px) {
  /* line 51, ../sass/wacom/store/_product-detail.scss */
  .product-add-to-cart-cta ul {
    text-align: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 50, ../sass/wacom/store/_product-detail.scss */
  .product-add-to-cart-cta {
    float: none;
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  /* line 50, ../sass/wacom/store/_product-detail.scss */
  .product-add-to-cart-cta {
    float: none;
    width: 100%;
  }
}

/* line 68, ../sass/wacom/store/_product-detail.scss */
.bought-together h4 {
  font-weight: 400;
}
/* line 71, ../sass/wacom/store/_product-detail.scss */
.bought-together .compare-products {
  margin-top: 8px;
}
/* line 75, ../sass/wacom/store/_product-detail.scss */
.bought-together .row, .bought-together .layer-section-header hgroup, .layer-section-header .bought-together hgroup, .bought-together .wrapper.store-home .layer-checkout-header hgroup, .wrapper.store-home .layer-checkout-header .bought-together hgroup, .bought-together .compare {
  margin-left: -10px;
  margin-right: -10px;
}
/* line 80, ../sass/wacom/store/_product-detail.scss */
.bought-together .accessories-item {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 86, ../sass/wacom/store/_product-detail.scss */
.bought-together .accessories-item .accessories-item-image img {
  height: auto;
}

/* line 94, ../sass/wacom/store/_product-detail.scss */
.see-also h4 {
  font-weight: 400;
}
/* line 97, ../sass/wacom/store/_product-detail.scss */
.see-also .compare-products {
  margin-top: 8px;
}
/* line 104, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-item-image {
  padding: 0;
  border: none;
}
/* line 108, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-item-image .product-name {
  margin: 0 0 5px 0;
  font-size: 0.9em;
}
/* line 111, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-item-image .product-name a {
  color: #4b4d50;
}
/* line 114, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-cta {
  border: 0;
  padding: 0;
  background-color: transparent;
}
/* line 119, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-cta .price {
  padding-top: 0;
  font-size: 0.9em;
  color: #828b99;
}
/* line 125, ../sass/wacom/store/_product-detail.scss */
.see-also .products .accessories-item .accessories-cta .btn, .see-also .products .accessories-item .accessories-cta .scfSubmitButton {
  padding: 2px 10px;
  font-size: 0.8em;
}

/* line 134, ../sass/wacom/store/_product-detail.scss */
.product-gallery {
  margin-bottom: 20px;
}
/* line 139, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-image .item a {
  display: block;
}
/* line 144, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-thumbnails {
  position: relative;
  padding: 5px 0;
}
/* line 148, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-thumbnails .thumbnail-nav {
  margin-right: 60px;
}
/* line 151, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-thumbnails .thumbnail-nav .thumbnail-image {
  float: left;
  margin-right: 10px;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
/* line 160, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-thumbnails .thumbnail-nav .thumbnail-image:hover {
  opacity: 1;
  cursor: pointer;
}
/* line 168, ../sass/wacom/store/_product-detail.scss */
.product-gallery .product-gallery-thumbnails .thumbnail-3d {
  position: absolute;
  right: 5px;
  top: 5px;
}

/* line 177, ../sass/wacom/store/_product-detail.scss */
.product-tabs .nav-tabs {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  /* line 177, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs {
    border: 1px solid #e5e5e5;
  }
  /* line 187, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs li {
    float: none;
    max-height: 0;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    -o-transition: max-height 0.2s;
    transition: max-height 0.2s;
  }
  /* line 196, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs li a {
    border: none;
    padding: 11px 15px;
  }
  /* line 201, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs li.active {
    max-height: 100px;
  }
  /* line 203, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs li.active a {
    border: none;
  }
  /* line 208, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    content: '\e61b';
    font-family: 'wacom';
    font-size: 0.5em;
    line-height: 42px;
    color: #fff;
    text-align: center;
    background-color: #e5e5e5;
  }
  /* line 223, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs.expand li {
    max-height: 100px;
  }
  /* line 226, ../sass/wacom/store/_product-detail.scss */
  .product-tabs .nav-tabs.expand:after {
    content: '\e61c';
  }
}
/* line 232, ../sass/wacom/store/_product-detail.scss */
.product-tabs .tab-pane {
  padding: 20px 0 30px 0;
}
/* line 235, ../sass/wacom/store/_product-detail.scss */
.product-tabs .tab-pane .specs {
  width: 100%;
}
/* line 239, ../sass/wacom/store/_product-detail.scss */
.product-tabs .tab-pane .specs .spec-list .spec-row {
  color: #828b99;
  border-bottom-color: #f3f6f7;
}
/* line 245, ../sass/wacom/store/_product-detail.scss */
.product-tabs .tab-pane .specs .more,
.product-tabs .tab-pane .specs .less {
  color: #4b4d50;
  background-color: #f3f6f7;
}

/* line 254, ../sass/wacom/store/_product-detail.scss */
.compare-products {
  text-align: right;
}
/* line 258, ../sass/wacom/store/_product-detail.scss */
.compare-products li:before {
  content: '|';
  margin-right: 12px;
  font-family: 'Roboto';
  font-weight: 300;
  color: #adafb4;
}
/* line 265, ../sass/wacom/store/_product-detail.scss */
.compare-products li:first-child:before {
  content: '';
}

/* line 271, ../sass/wacom/store/_product-detail.scss */
.rating-reviews {
  text-align: right;
}
/* line 274, ../sass/wacom/store/_product-detail.scss */
.rating-reviews ul {
  display: inline-block;
}
/* line 278, ../sass/wacom/store/_product-detail.scss */
.rating-reviews .stars li {
  padding-left: 0;
  padding-right: 0;
}

/* line 285, ../sass/wacom/store/_product-detail.scss */
.product-cart-box {
  margin-bottom: 20px;
}
/* line 288, ../sass/wacom/store/_product-detail.scss */
.product-cart-box .backorder {
  font-size: 0.8em;
  text-transform: uppercase;
}

/* line 294, ../sass/wacom/store/_product-detail.scss */
.product-promos {
  margin-bottom: 20px;
}

/* line 305, ../sass/wacom/store/_product-detail.scss */
.see-also {
  margin-top: 50px;
  margin-bottom: 20px;
}
/* line 310, ../sass/wacom/store/_product-detail.scss */
.see-also .products .product-item {
  padding: 10px;
}
/* line 314, ../sass/wacom/store/_product-detail.scss */
.see-also .products .product-item figure a {
  display: block;
  margin-bottom: 5px;
}
/* line 319, ../sass/wacom/store/_product-detail.scss */
.see-also .products .product-item .name {
  margin: 0;
  font-size: 1em;
  font-weight: 400;
}
/* line 325, ../sass/wacom/store/_product-detail.scss */
.see-also .products .product-item .price {
  margin: 0;
  font-size: 1em;
}

/* line 334, ../sass/wacom/store/_product-detail.scss */
.status .tracking,
.status .backorder {
  display: block;
}

/* line 10, ../sass/wacom/store/_create-account.scss */
.social-account {
  margin-top: 100px;
}

/* line 1, ../sass/wacom/store/_checkout.scss */
.layer-steps {
  padding: 20px 0;
  background-color: #f3f6f7;
}
/* line 5, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps {
  margin-bottom: 0;
}
/* line 8, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step {
  font-size: 1.4em;
  line-height: 30px;
  color: #e5e5e5;
}
@media (max-width: 767px) {
  /* line 8, ../sass/wacom/store/_checkout.scss */
  .layer-steps .steps .step {
    display: block;
    margin: 5px 0;
  }
}
@media (min-width: 992px) {
  /* line 8, ../sass/wacom/store/_checkout.scss */
  .layer-steps .steps .step {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 8, ../sass/wacom/store/_checkout.scss */
  .layer-steps .steps .step {
    margin-right: 50px;
  }
}
/* line 23, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step .number {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #e5e5e5;
  color: #fff;
  border-radius: 30px;
}
/* line 34, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step.active {
  color: #0097D4;
}
/* line 37, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step.active .number {
  background-color: #0097D4;
}
/* line 42, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step.completed {
  color: #adafb4;
}
/* line 45, ../sass/wacom/store/_checkout.scss */
.layer-steps .steps .step.completed .number {
  background-color: #adafb4;
}
/* line 52, ../sass/wacom/store/_checkout.scss */
.layer-steps .checkout-phone {
  margin: 30px 0 0 0;
  line-height: 30px;
}
@media (min-width: 992px) {
  /* line 52, ../sass/wacom/store/_checkout.scss */
  .layer-steps .checkout-phone {
    margin: 0;
    text-align: right;
  }
}

/* line 62, ../sass/wacom/store/_checkout.scss */
.layer-checkout-nav {
  background-color: #f3f6f7;
}
@media (max-width: 768px) {
  /* line 64, ../sass/wacom/store/_checkout.scss */
  .layer-checkout-nav > .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* line 72, ../sass/wacom/store/_checkout.scss */
.layer-guarantees {
  padding: 0;
  background-color: #0097D4;
  color: #fff;
}
@media (max-width: 991px) {
  /* line 72, ../sass/wacom/store/_checkout.scss */
  .layer-guarantees {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.guarantees .guarantee:before, .guarantees .guarantee:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.guarantees .guarantee:after {
  clear: both;
}
@media (min-width: 992px) {
  /* line 82, ../sass/wacom/store/_checkout.scss */
  .guarantees .guarantee {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px 0 30px 20px;
  }
}
/* line 89, ../sass/wacom/store/_checkout.scss */
.guarantees .guarantee img {
  float: left;
  margin-right: 10px;
}
/* line 94, ../sass/wacom/store/_checkout.scss */
.guarantees .guarantee figcaption {
  overflow: hidden;
}
/* line 97, ../sass/wacom/store/_checkout.scss */
.guarantees .guarantee figcaption h4 {
  margin: 0;
  font-size: 1.5em;
}
/* line 104, ../sass/wacom/store/_checkout.scss */
.guarantees > div:first-child .guarantee {
  border-left: none;
}

/* line 110, ../sass/wacom/store/_checkout.scss */
.layer-support {
  background-color: #f3f6f7;
}

/* line 114, ../sass/wacom/store/_checkout.scss */
.layer-checkout-footer {
  background-color: #f3f6f7;
}
/* line 117, ../sass/wacom/store/_checkout.scss */
.layer-checkout-footer .copyright {
  font-size: 0.8em;
  color: #828b99;
  text-align: center;
}
/* line 123, ../sass/wacom/store/_checkout.scss */
.layer-checkout-footer .footer-logo {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 10px;
}

/* line 131, ../sass/wacom/store/_checkout.scss */
.shipping-option {
  margin: 40px 0;
}
/* line 134, ../sass/wacom/store/_checkout.scss */
.shipping-option .radio {
  padding: 15px 10px;
  border-bottom: 1px solid #e5e5e5;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.shipping-option .radio:before, .shipping-option .radio:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.shipping-option .radio:after {
  clear: both;
}
/* line 139, ../sass/wacom/store/_checkout.scss */
.shipping-option .radio:first-child {
  border-top: 1px solid #e5e5e5;
}
/* line 142, ../sass/wacom/store/_checkout.scss */
.shipping-option .radio.selected {
  background-color: #f3f6f7;
}
/* line 146, ../sass/wacom/store/_checkout.scss */
.shipping-option .radio label {
  float: left;
  width: 60%;
  font-size: 1.3em;
}
/* line 151, ../sass/wacom/store/_checkout.scss */
.shipping-option .radio .shipping-time {
  float: left;
  width: 40%;
  text-align: right;
  color: #828b99;
}

/* line 160, ../sass/wacom/store/_checkout.scss */
.payment-information {
  margin: 40px 0;
}

/* line 165, ../sass/wacom/store/_checkout.scss */
.shipping-box h3 {
  margin-top: 0;
}
/* line 168, ../sass/wacom/store/_checkout.scss */
.shipping-box p {
  margin-bottom: 0;
}

/* line 173, ../sass/wacom/store/_checkout.scss */
.secure-checkout {
  margin-bottom: 30px;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.secure-checkout:before, .secure-checkout:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.secure-checkout:after {
  clear: both;
}
/* line 177, ../sass/wacom/store/_checkout.scss */
.secure-checkout > div {
  float: right;
  min-width: 255px;
  line-height: 1em !important;
}
/* line 182, ../sass/wacom/store/_checkout.scss */
.secure-checkout > div img {
  float: left;
  margin-right: 5px;
}
/* line 187, ../sass/wacom/store/_checkout.scss */
.secure-checkout > div p {
  display: inline;
  line-height: 1em !important;
}

/* line 195, ../sass/wacom/store/_checkout.scss */
.layer-checkout-confirmation .secure-checkout {
  display: none;
}

@media (max-width: 991px) {
  /* line 200, ../sass/wacom/store/_checkout.scss */
  .cart-information {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/* line 208, ../sass/wacom/store/_checkout.scss */
.billing-address.confirmation .form-group {
  margin-bottom: 0;
}

/* line 2, ../sass/wacom/store/_cart.scss */
.cart .panel {
  border-radius: 0;
}
/* line 5, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading {
  border-radius: 0;
  background-color: #4b4d50;
}
/* line 9, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title {
  line-height: 1.7em;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.cart .panel .panel-heading .panel-title:before, .cart .panel .panel-heading .panel-title:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.cart .panel .panel-heading .panel-title:after {
  clear: both;
}
/* line 13, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title a {
  padding-right: 0;
}
/* line 16, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title a:after {
  display: none;
  content: '';
}
/* line 21, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title a:before {
  float: left;
  width: 5%;
  content: '\e81a';
  font-family: 'ico';
  color: #fff;
}
/* line 29, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title a.collapsed:before {
  content: '\e819';
}
/* line 34, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title span {
  display: block;
  vertical-align: bottom;
  color: #fff;
}
/* line 39, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .title {
  font-size: 1.5em;
}
@media (min-width: 480px) {
  /* line 39, ../sass/wacom/store/_cart.scss */
  .cart .panel .panel-heading .panel-title .title {
    float: left;
    width: 40%;
  }
}
/* line 46, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .title small {
  font-size: 0.6em;
}
/* line 49, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .title small a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
}
/* line 54, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .title small a:before {
  display: none;
}
/* line 60, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .subtotal {
  font-size: 0.9em;
}
@media (min-width: 480px) {
  /* line 60, ../sass/wacom/store/_cart.scss */
  .cart .panel .panel-heading .panel-title .subtotal {
    float: right;
    width: 40%;
    text-align: right;
  }
}
/* line 68, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .subtotal strong {
  margin-left: 20px;
  font-size: 1.3em;
  line-height: 1em;
  color: #fff;
}
/* line 75, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-heading .panel-title .items {
  font-size: 0.9em;
}
@media (min-width: 480px) {
  /* line 75, ../sass/wacom/store/_cart.scss */
  .cart .panel .panel-heading .panel-title .items {
    float: right;
    width: 15%;
    text-align: right;
  }
}
/* line 86, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-collapse {
  position: relative;
}
/* line 90, ../sass/wacom/store/_cart.scss */
.cart .panel .panel-body {
  padding: 0;
}

/* line 96, ../sass/wacom/store/_cart.scss */
.cart {
  margin-bottom: 40px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
/* line 101, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item {
  position: relative;
  margin: 15px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
/* line 107, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item:first-child {
  border-top: none;
}
@media (min-width: 480px) {
  /* line 111, ../sass/wacom/store/_cart.scss */
  .cart .cart-items .cart-item .img {
    float: left;
    width: 95px;
    margin-right: 10px;
  }
}
/* line 118, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item .img img {
  width: 100%;
}
@media (min-width: 480px) {
  /* line 122, ../sass/wacom/store/_cart.scss */
  .cart .cart-items .cart-item figcaption {
    margin-left: 105px;
  }
}
/* line 128, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption header h4 {
  font-weight: 400;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.cart .cart-items .cart-item figcaption .body:before, .cart .cart-items .cart-item figcaption .body:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.cart .cart-items .cart-item figcaption .body:after {
  clear: both;
}
/* line 135, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption .body .info {
  font-size: 0.9em;
  margin-bottom: 20px;
}
/* line 139, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption .body .price {
  float: left;
  width: 30%;
  line-height: 30px;
}
/* line 144, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption .body .quantity {
  float: left;
  width: 30%;
  line-height: 30px;
}
/* line 149, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption .body .quantity input {
  width: 40px;
  height: 27px;
  margin-right: 5px;
  padding: 2px 5px;
}
/* line 156, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption .body .subtotal {
  float: right;
  width: 40%;
  text-align: right;
  font-size: 1.5em;
}
/* line 164, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption footer {
  font-size: 0.9em;
}
@media (min-width: 480px) {
  /* line 164, ../sass/wacom/store/_cart.scss */
  .cart .cart-items .cart-item figcaption footer {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
/* line 172, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption footer a {
  color: #adafb4;
}
/* line 175, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption footer a i {
  color: #adafb4;
}
/* line 179, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption footer a:hover {
  color: #828b99;
}
/* line 181, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item figcaption footer a:hover i {
  color: #828b99;
}
/* line 188, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste {
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
}
/* line 193, ../sass/wacom/store/_cart.scss */
/*.cart .cart-items .cart-item.ewaste .img {
  text-align: center;
}*/
/* line 196, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste .img img {
  max-width: 50%;
}
/* line 204, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption header h4 {
  margin: 0;
  font-size: 1.1em;
}
/* line 210, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption .body .info {
  margin-bottom: 0;
}
/* line 213, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption .body .price {
  line-height: 1.3em;
}
/* line 216, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption .body .quantity {
  display: none;
}
/* line 217, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption .body .subtotal {
  font-size: 1.1em;
}
/* line 221, ../sass/wacom/store/_cart.scss */
.cart .cart-items .cart-item.ewaste figcaption footer {
  display: none;
}
/* line 227, ../sass/wacom/store/_cart.scss */
.cart .cart-subtotal {
  text-align: right;
  font-size: 1.2em;
  margin-right: 15px;
  border-top: 1px solid #e5e5e5;
}
/* line 234, ../sass/wacom/store/_cart.scss */
.cart .suggested-accessories {
  margin-bottom: 0;
}
/* line 238, ../sass/wacom/store/_cart.scss */
.cart .cart-collapse {
  position: absolute;
  bottom: -1.9em;
  right: 0;
  line-height: 1.5em;
  padding: 2px 10px;
  background-color: #e5e5e5;
  color: #828b99;
  text-transform: uppercase;
  font-size: 0.9em;
  box-shadow: inset 0 2px 0 0 rgba(0, 0, 0, 0.05);
}
/* line 252, ../sass/wacom/store/_cart.scss */
.cart .cart-collapse a:before {
  font-family: 'wacom';
  content: '\e610';
  margin-right: 5px;
  color: #0097D4;
  vertical-align: middle;
}

/* line 263, ../sass/wacom/store/_cart.scss */
.cart-total {
  background-color: #e5e5e5;
  padding: 15px;
}
/* line 267, ../sass/wacom/store/_cart.scss */
.cart-total .table {
  margin-bottom: 0;
}
/* line 270, ../sass/wacom/store/_cart.scss */
.cart-total .table th {
  font-weight: 400;
}
/* line 274, ../sass/wacom/store/_cart.scss */
.cart-total .table td {
  text-align: right;
}
/* line 277, ../sass/wacom/store/_cart.scss */
.cart-total .table td input {
  vertical-align: middle;
  width: 90px;
}
/* line 281, ../sass/wacom/store/_cart.scss */
.cart-total .table td .btn, .cart-total .table td .scfSubmitButton {
  font-size: 0.85em;
  padding: 4px 10px;
  vertical-align: middle;
}
/* line 288, ../sass/wacom/store/_cart.scss */
.cart-total .table th,
.cart-total .table td {
  border-top: none;
  padding-left: 0;
}
/* line 295, ../sass/wacom/store/_cart.scss */
.cart-total .table tfoot th,
.cart-total .table tfoot td {
  border-top: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 301, ../sass/wacom/store/_cart.scss */
.cart-total .table tfoot th {
  font-size: 1.1em;
}
/* line 304, ../sass/wacom/store/_cart.scss */
.cart-total .table tfoot td {
  font-size: 1.3em;
}

/* line 3, ../sass/wacom/store/_navbar.scss */
.checkout-page #header .navbar-header {
  float: left;
  width: 52px;
}
/* line 7, ../sass/wacom/store/_navbar.scss */
.checkout-page #header .navbar-text {
  float: right;
}

/* account */
/* line 3, ../sass/wacom/store/_account-dropdown.scss */
.account-dropdown .dropdown-menu {
  width: 500px;
}
/* line 6, ../sass/wacom/store/_account-dropdown.scss */
.account-dropdown .dropdown-menu .container {
  padding: 0 20px;
}
/* line 12, ../sass/wacom/store/_account-dropdown.scss */
.account-dropdown figure .img {
  padding-right: 0;
}
/* line 17, ../sass/wacom/store/_account-dropdown.scss */
.account-dropdown figure figcaption ul li {
  margin-bottom: 10px;
}

/* line 1, ../sass/wacom/store/_registration.scss */
.select-product {
  margin-bottom: 50px;
}
/* line 4, ../sass/wacom/store/_registration.scss */
.select-product .product-family-member {
  padding-left: 10px;
  padding-right: 10px;
}
/* line 8, ../sass/wacom/store/_registration.scss */
.select-product .product-family-member h4 {
  margin-bottom: 0;
}
/* line 11, ../sass/wacom/store/_registration.scss */
.select-product .product-family-member h4 + p {
  margin-top: 0;
}
/* line 14, ../sass/wacom/store/_registration.scss */
.select-product .product-family-member:hover {
  background-color: #f3f6f7;
}
/* line 17, ../sass/wacom/store/_registration.scss */
.select-product .product-family-member.selected {
  background-color: #0097D4;
  color: #fff;
}

/* line 24, ../sass/wacom/store/_registration.scss */
.account-information {
  margin: 40px 0;
}

/* line 2, ../sass/wacom/store/_address.scss */
.address-form .control-label, .address-form .scfDropListLabel, .address-form .scfEmailLabel, .address-form .scfMultipleLineTextLabel, .address-form .scfSingleLineTextLabel, .address-form .scfPasswordLabel, .address-form .scfNumberLabel, .address-form .scfDatePickerLabel, .address-form .scfDateLabel, .address-form .scfRadioButtonListLabel, .address-form .scfCheckBoxListLabel, .address-form .scfListBoxLabel, .address-form .scfFileUploadLabel, .address-form .scfDateSelectorLabel, .address-form .scfCreditCardLabel, .address-form .scfConfirmPasswordLabel, .address-form .scfCaptchaLabel, .address-form .scfTelephoneLabel, .address-form .scfSmsTelephoneLabel {
  padding-right: 0;
}
/* line 8, ../sass/wacom/store/_address.scss */
.address-form .checkbox input[type="checkbox"] {
  margin-left: 0;
}
/* line 12, ../sass/wacom/store/_address.scss */
.address-form .radio {
  padding-top: 0;
  padding-left: 45px;
}

/* line 18, ../sass/wacom/store/_address.scss */
.add-new-address {
  background-color: #f3f6f7;
}

/* line 24, ../sass/wacom/store/_address.scss */
.current-address:not(.edit) .form-group {
  margin-bottom: 10px;
}
/* line 27, ../sass/wacom/store/_address.scss */
.current-address:not(.edit) .form-group .control-label, .current-address:not(.edit) .form-group .scfDropListLabel, .current-address:not(.edit) .form-group .scfEmailLabel, .current-address:not(.edit) .form-group .scfMultipleLineTextLabel, .current-address:not(.edit) .form-group .scfSingleLineTextLabel, .current-address:not(.edit) .form-group .scfPasswordLabel, .current-address:not(.edit) .form-group .scfNumberLabel, .current-address:not(.edit) .form-group .scfDatePickerLabel, .current-address:not(.edit) .form-group .scfDateLabel, .current-address:not(.edit) .form-group .scfRadioButtonListLabel, .current-address:not(.edit) .form-group .scfCheckBoxListLabel, .current-address:not(.edit) .form-group .scfListBoxLabel, .current-address:not(.edit) .form-group .scfFileUploadLabel, .current-address:not(.edit) .form-group .scfDateSelectorLabel, .current-address:not(.edit) .form-group .scfCreditCardLabel, .current-address:not(.edit) .form-group .scfConfirmPasswordLabel, .current-address:not(.edit) .form-group .scfCaptchaLabel, .current-address:not(.edit) .form-group .scfTelephoneLabel, .current-address:not(.edit) .form-group .scfSmsTelephoneLabel {
  padding-top: 0;
}
/* line 30, ../sass/wacom/store/_address.scss */
.current-address:not(.edit) .form-group .form-control-static {
  padding: 0;
}
/* line 34, ../sass/wacom/store/_address.scss */
.current-address:not(.edit) .group-1 {
  margin: 20px 0;
}
/* line 39, ../sass/wacom/store/_address.scss */
.current-address .form-group {
  -webkit-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s;
}
/* line 44, ../sass/wacom/store/_address.scss */
.current-address .control-label, .current-address .scfDropListLabel, .current-address .scfEmailLabel, .current-address .scfMultipleLineTextLabel, .current-address .scfSingleLineTextLabel, .current-address .scfPasswordLabel, .current-address .scfNumberLabel, .current-address .scfDatePickerLabel, .current-address .scfDateLabel, .current-address .scfRadioButtonListLabel, .current-address .scfCheckBoxListLabel, .current-address .scfListBoxLabel, .current-address .scfFileUploadLabel, .current-address .scfDateSelectorLabel, .current-address .scfCreditCardLabel, .current-address .scfConfirmPasswordLabel, .current-address .scfCaptchaLabel, .current-address .scfTelephoneLabel, .current-address .scfSmsTelephoneLabel {
  color: #808285;
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
/* line 50, ../sass/wacom/store/_address.scss */
.current-address .form-control-static {
  -webkit-transition: padding 0.5s;
  -o-transition: padding 0.5s;
  transition: padding 0.5s;
}
/* line 56, ../sass/wacom/store/_address.scss */
.current-address .form-control, .current-address .scfEmailTextBox, .current-address .scfSingleLineTextBox, .current-address .scfPasswordTextBox, .current-address .scfNumberTextBox, .current-address .scfDatePickerTextBox, .current-address .scfDateTextBox, .current-address .scfRadioButtonList, .current-address .scfListBox, .current-address .scfCheckBoxList, .current-address .scfFileUpload, .current-address .scfCreditCardTextBox, .current-address .scfCreditCardType, .current-address .scfConfirmPasswordTextBox, .current-address .scfTelephoneTextBox, .current-address .scfSmsTelephoneTextBox,
.current-address .scfMultipleLineTextBox,
.current-address .scfDropList {
  display: none;
}
/* line 61, ../sass/wacom/store/_address.scss */
.current-address .address-label .form-control-static {
  font-weight: bold;
}
/* line 65, ../sass/wacom/store/_address.scss */
.current-address .address-type {
  padding: 10px;
  background-color: #f3f6f7;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
/* line 74, ../sass/wacom/store/_address.scss */
.current-address .address-footer {
  padding: 10px  0;
  border-top: 2px solid #e5e5e5;
}
/* line 79, ../sass/wacom/store/_address.scss */
.current-address .cancel,
.current-address .save {
  display: none;
}
/* line 85, ../sass/wacom/store/_address.scss */
.current-address.edit .form-control-static {
  display: none;
}
/* line 88, ../sass/wacom/store/_address.scss */
.current-address.edit .form-control, .current-address.edit .scfEmailTextBox, .current-address.edit .scfSingleLineTextBox, .current-address.edit .scfPasswordTextBox, .current-address.edit .scfNumberTextBox, .current-address.edit .scfDatePickerTextBox, .current-address.edit .scfDateTextBox, .current-address.edit .scfRadioButtonList, .current-address.edit .scfListBox, .current-address.edit .scfCheckBoxList, .current-address.edit .scfFileUpload, .current-address.edit .scfCreditCardTextBox, .current-address.edit .scfCreditCardType, .current-address.edit .scfConfirmPasswordTextBox, .current-address.edit .scfTelephoneTextBox, .current-address.edit .scfSmsTelephoneTextBox,
.current-address.edit .scfMultipleLineTextBox,
.current-address.edit .scfDropList {
  display: block;
}
/* line 91, ../sass/wacom/store/_address.scss */
.current-address.edit .edit,
.current-address.edit .delete {
  display: none;
}
/* line 93, ../sass/wacom/store/_address.scss */
.current-address.edit .cancel,
.current-address.edit .save {
  display: inline-block;
}

/* line 3, ../sass/wacom/store/_my-products.scss */
.my-product {
  border: 1px solid #e5e5e5;
}
/* line 7, ../sass/wacom/store/_my-products.scss */
.my-product header h3 {
  margin-top: 10px;
}
/* line 10, ../sass/wacom/store/_my-products.scss */
.my-product header p {
  margin-top: 15px;
}
/* line 16, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-body figure {
  text-align: center;
}
/* line 18, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-body figure .img {
  min-height: 180px;
}
/* line 20, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-body figure .img img {
  margin: 0 auto;
}
/* line 30, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-info {
  padding: 10px 0;
  border-top: 1px solid #e5e5e5;
}
/* line 14, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.my-product .my-product-info:before, .my-product .my-product-info:after {
  content: " ";
  display: table;
}
/* line 19, ../sass/vendor/bootstrap/mixins/_clearfix.scss */
.my-product .my-product-info:after {
  clear: both;
}
/* line 39, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-info h4 {
  float: left;
  width: 70%;
  margin: 0;
}
/* line 44, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-info p {
  float: left;
  width: 70%;
  margin: 0;
}
/* line 49, ../sass/wacom/store/_my-products.scss */
.my-product .my-product-info .btn, .my-product .my-product-info .scfSubmitButton {
  float: right;
  width: 28%;
  margin-top: -0.8em;
  margin-left: 2%;
}
/* line 57, ../sass/wacom/store/_my-products.scss */
.my-product .suggested-accessories {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 50px;
}
/* line 65, ../sass/wacom/store/_my-products.scss */
.my-product .suggested-accessories .see-more-accessories {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 71, ../sass/wacom/store/_my-products.scss */
.my-product .suggested-accessories .see-more-accessories .btn, .my-product .suggested-accessories .see-more-accessories .scfSubmitButton {
  display: block;
}

/* line 1, ../sass/wacom/store/_my-account.scss */
.profile-links {
  padding-left: 20px;
}
/* line 4, ../sass/wacom/store/_my-account.scss */
.profile-links p {
  line-height: 1.3em;
}

/* line 3, ../sass/wacom/account/_profile.scss */
.profile-photo .img img {
  width: 100%;
}
/* line 7, ../sass/wacom/account/_profile.scss */
.profile-photo .profile-photo {
  text-align: center;
}

/* line 12, ../sass/wacom/account/_profile.scss */
.update-profile-photo {
  color: #0097D4;
}
/* line 15, ../sass/wacom/account/_profile.scss */
.update-profile-photo .upload {
  display: none;
}
/* line 18, ../sass/wacom/account/_profile.scss */
.update-profile-photo.collapsed .upload {
  display: inline;
}
/* line 19, ../sass/wacom/account/_profile.scss */
.update-profile-photo.collapsed .cancel {
  display: none;
}
/* line 22, ../sass/wacom/account/_profile.scss */
.update-profile-photo:hover {
  color: #828b99;
}

/* line 27, ../sass/wacom/account/_profile.scss */
.btn-change-password {
  display: none;
  font-size: 0.9em;
  margin-left: 10px;
  line-height: 1.5em;
  text-decoration: underline;
}
/* line 34, ../sass/wacom/account/_profile.scss */
.btn-change-password:hover {
  color: #828b99;
}
/* line 38, ../sass/wacom/account/_profile.scss */
.btn-change-password.collapsed {
  display: inline-block;
}

/* line 44, ../sass/wacom/account/_profile.scss */
.btn-edit-profile {
  display: none;
}
/* line 47, ../sass/wacom/account/_profile.scss */
.btn-edit-profile.collapsed {
  display: inline-block;
}

/* support */
/* line 5, ../sass/wacom/support/_support-global.scss */
.layer-hero.medium .hero section > .container {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1200px) {
  /* line 5, ../sass/wacom/support/_support-global.scss */
  .layer-hero.medium .hero section > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 23, ../sass/wacom/support/_support-global.scss */
.layer-tutorials .container {
  border-top: 1px solid #e5e5e5;
}
/* line 26, ../sass/wacom/support/_support-global.scss */
.layer-tutorials .container:first-child {
  border-top: none;
}

@media (max-width: 991px) {
  /* line 32, ../sass/wacom/support/_support-global.scss */
  .layer-support-header > .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* line 2, ../sass/wacom/support/_faq-bar.scss */
.faq-bar ul {
  margin: 0;
  padding: 20px 0;
}
/* line 6, ../sass/wacom/support/_faq-bar.scss */
.faq-bar ul li {
  margin: 10px 0;
}

/* line 13, ../sass/wacom/support/_faq-bar.scss */
.faq-search {
  padding-top: 10px;
  padding-bottom: 50px;
  background-color: #0085bb;
}
@media (min-width: 992px) {
  /* line 19, ../sass/wacom/support/_faq-bar.scss */
  .faq-search input[type="text"] {
    width: 74%;
    border: none;
  }
  /* line 23, ../sass/wacom/support/_faq-bar.scss */
  .faq-search .btn, .faq-search .scfSubmitButton {
    width: 25%;
    font-size: 1.15em;
  }
}

/* line 3, ../sass/wacom/support/_support-table.scss */
.support-table-heading {
  padding: 5px 0;
  background-color: #f3f6f7;
}

/* line 8, ../sass/wacom/support/_support-table.scss */
.support-table-row {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
/* line 12, ../sass/wacom/support/_support-table.scss */
.support-table-row .driver-file-size {
  white-space: nowrap;
}
/* line 16, ../sass/wacom/support/_support-table.scss */
.support-table-row .btn, .support-table-row .scfSubmitButton {
  float: right;
}

/* line 1, ../sass/wacom/support/_drivers.scss */
.drivers {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  /* line 1, ../sass/wacom/support/_drivers.scss */
  .drivers {
    border-bottom: 2px solid #e5e5e5;
  }
}
/* line 9, ../sass/wacom/support/_drivers.scss */
.drivers > header h3 {
  margin-top: 0;
}
/* line 12, ../sass/wacom/support/_drivers.scss */
.drivers > header ul {
  margin-bottom: 20px;
}

/* line 19, ../sass/wacom/support/_drivers.scss */
.container .drivers:last-child {
  border-bottom: none;
}

/* line 1, ../sass/wacom/support/_product-detail.scss */
.product-detail-support {
  background-color: #f3f6f7;
  font-size: 1.1em;
}
/* line 5, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-intro {
  position: relative;
  min-height: 205px;
  padding-right: 10%;
}
/* line 10, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-intro h2 {
  font-size: 2.5em;
}
/* line 14, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-intro img {
  position: absolute;
  z-index: 10;
  right: -28%;
  bottom: 0;
}
/* line 21, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-getting-started {
  min-height: 205px;
  background-color: #0097D4;
}
/* line 25, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-getting-started a {
  display: block;
  padding: 50px 20px 50px 20px;
}
/* line 29, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-getting-started a h4 .link-text {
  color: #fff !important;
}
/* line 32, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-getting-started a h4 i {
  color: #fff;
}
/* line 38, ../sass/wacom/support/_product-detail.scss */
.product-detail-support .support-select {
  min-height: 205px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/* line 50, ../sass/wacom/support/_product-detail.scss */
.support-product-faqs .img,
.support-product-manuals .img,
.support-product-warranty .img {
  text-align: center;
}
/* line 53, ../sass/wacom/support/_product-detail.scss */
.support-product-faqs h3,
.support-product-manuals h3,
.support-product-warranty h3 {
  text-align: center;
}
/* line 57, ../sass/wacom/support/_product-detail.scss */
.support-product-faqs ul li,
.support-product-manuals ul li,
.support-product-warranty ul li {
  margin: 20px 0;
}
/* line 60, ../sass/wacom/support/_product-detail.scss */
.support-product-faqs ul li a .small,
.support-product-manuals ul li a .small,
.support-product-warranty ul li a .small {
  color: #828b99;
}

/* line 70, ../sass/wacom/support/_product-detail.scss */
.support-product-manuals ul,
.support-product-warranty ul {
  text-align: center;
}
/* line 72, ../sass/wacom/support/_product-detail.scss */
.support-product-manuals ul li,
.support-product-warranty ul li {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
}
/* line 76, ../sass/wacom/support/_product-detail.scss */
.support-product-manuals ul li:first-child,
.support-product-warranty ul li:first-child {
  border-top: none;
  padding-top: 0;
}

/* line 1, ../sass/wacom/support/_faqs.scss */
.faq-search-form {
  padding-top: 40px;
  padding-bottom: 60px;
}
/* line 4, ../sass/wacom/support/_faqs.scss */
.faq-search-form .form-group {
  display: block;
}
/* line 7, ../sass/wacom/support/_faqs.scss */
.faq-search-form .form-control, .faq-search-form .scfEmailTextBox, .faq-search-form .scfSingleLineTextBox, .faq-search-form .scfPasswordTextBox, .faq-search-form .scfNumberTextBox, .faq-search-form .scfDatePickerTextBox, .faq-search-form .scfDateTextBox, .faq-search-form .scfRadioButtonList, .faq-search-form .scfListBox, .faq-search-form .scfCheckBoxList, .faq-search-form .scfFileUpload, .faq-search-form .scfCreditCardTextBox, .faq-search-form .scfCreditCardType, .faq-search-form .scfConfirmPasswordTextBox, .faq-search-form .scfTelephoneTextBox, .faq-search-form .scfSmsTelephoneTextBox,
.faq-search-form .scfMultipleLineTextBox,
.faq-search-form .scfDropList {
  margin: 10px 0;
  border-radius: 0;
}
@media (min-width: 480px) {
  /* line 7, ../sass/wacom/support/_faqs.scss */
  .faq-search-form .form-control, .faq-search-form .scfEmailTextBox, .faq-search-form .scfSingleLineTextBox, .faq-search-form .scfPasswordTextBox, .faq-search-form .scfNumberTextBox, .faq-search-form .scfDatePickerTextBox, .faq-search-form .scfDateTextBox, .faq-search-form .scfRadioButtonList, .faq-search-form .scfListBox, .faq-search-form .scfCheckBoxList, .faq-search-form .scfFileUpload, .faq-search-form .scfCreditCardTextBox, .faq-search-form .scfCreditCardType, .faq-search-form .scfConfirmPasswordTextBox, .faq-search-form .scfTelephoneTextBox, .faq-search-form .scfSmsTelephoneTextBox,
  .faq-search-form .scfMultipleLineTextBox,
  .faq-search-form .scfDropList {
    display: inline-block;
    margin: 0;
    width: 75%;
  }
}
/* line 16, ../sass/wacom/support/_faqs.scss */
.faq-search-form .btn.btn-lg, .faq-search-form .btn-lg.scfSubmitButton {
  line-height: 1.25;
}
@media (min-width: 480px) {
  /* line 16, ../sass/wacom/support/_faqs.scss */
  .faq-search-form .btn.btn-lg, .faq-search-form .btn-lg.scfSubmitButton {
    width: 25%;
  }
}
@media (max-width: 991px) {
  /* line 24, ../sass/wacom/support/_faqs.scss */
  .faq-search-form + div[class^="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 28, ../sass/wacom/support/_faqs.scss */
  .faq-search-form + div[class^="col-"] .quick-links-tile {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 36, ../sass/wacom/support/_faqs.scss */
.faq-topics {
  margin: 30px 0;
}
/* line 40, ../sass/wacom/support/_faqs.scss */
.faq-topics ul li {
  margin: 15px 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s, margin 0.2s;
  -o-transition: max-height 0.2s, margin 0.2s;
  transition: max-height 0.2s, margin 0.2s;
}
/* line 47, ../sass/wacom/support/_faqs.scss */
.faq-topics ul li:nth-child(n+6) {
  max-height: 0;
  margin: 0;
}
/* line 54, ../sass/wacom/support/_faqs.scss */
.faq-topics .more,
.faq-topics .less {
  color: #828b99;
  cursor: pointer;
}
/* line 59, ../sass/wacom/support/_faqs.scss */
.faq-topics .more:hover,
.faq-topics .less:hover {
  color: #0097D4;
}
/* line 64, ../sass/wacom/support/_faqs.scss */
.faq-topics .more,
.faq-topics .less {
  display: none;
}
/* line 72, ../sass/wacom/support/_faqs.scss */
.faq-topics.expand ul li:nth-child(n+6) {
  max-height: 5em;
  margin: 15px 0;
}
/* line 78, ../sass/wacom/support/_faqs.scss */
.faq-topics.expand .more {
  display: none !important;
}
/* line 79, ../sass/wacom/support/_faqs.scss */
.faq-topics.expand .less {
  display: block;
}

/* line 83, ../sass/wacom/support/_faqs.scss */
.faq-article {
  margin-bottom: 100px;
}

/* line 88, ../sass/wacom/support/_faqs.scss */
div[class^="col-"] .quick-links-tile {
  width: 100% !important;
}