html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
button, input, select, textarea {
  margin: 0;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
@keyframes spin-around {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("/Content/font/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 1223px) {
.hide-tablet {
    display: none;
}
}
@media screen and (max-width: 767px) {
.hide-mobile {
    display: none;
}
}
@media screen and (max-width: 479px) {
.hide-mobile-portrait {
    display: none;
}
}
.icon {
  display: inline-flex;
  height: 1.5rem;
  width: 1.5rem;
  fill: currentColor;
  flex: 0 0 auto;
  overflow: hidden;
}
.icon svg {
  fill: currentColor;
  pointer-events: none;
}
.icon.is-smallest {
  height: 0.625rem;
  width: 0.625rem;
}
.icon.is-smaller {
  height: 0.875rem;
  width: 0.875rem;
}
.icon.is-small {
  height: 1rem;
  width: 1rem;
}
.icon.is-medium {
  height: 2rem;
  width: 2rem;
}
.icon.is-large {
  height: 2.5rem;
  width: 2.5rem;
}
.icon.is-largest {
  height: 3rem;
  width: 3rem;
}
.icon.is-white {
  color: #fff !important;
}
.icon.is-black {
  color: #4a4a4a !important;
}
.icon.is-light {
  color: #f6f6f6 !important;
}
.icon.is-dark {
  color: #706f6f !important;
}
.icon.is-grey {
  color: #9d9d9c !important;
}
.icon.is-primary {
  color: #04a64a !important;
}
.icon.is-secondary {
  color: #ef7d00 !important;
}
.icon.is-info {
  color: #a72886 !important;
}
.icon.is-success {
  color: #04a64a !important;
}
.icon.is-warning {
  color: #ffd400 !important;
}
.icon.is-danger {
  color: #e30613 !important;
}
.icon svg {
  width: 100%;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
button, input, select, textarea {
  margin: 0;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
@keyframes spin-around {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("/Content/font/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 1223px) {
.hide-tablet {
    display: none;
}
}
@media screen and (max-width: 767px) {
.hide-mobile {
    display: none;
}
}
@media screen and (max-width: 479px) {
.hide-mobile-portrait {
    display: none;
}
}
.net-modal {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  z-index: 100000;
}
.net-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1rem 1rem 2rem;
  background-color: #04a64a;
  color: white;
  font-size: 1.1rem;
  font-weight: 600;
}
.net-modal__close {
  display: flex;
  flex-shrink: 0;
}
.net-modal__close .icon {
  height: 28px;
  width: 28px;
  fill: currentColor;
  margin-top: -2px;
}
.net-modal__close img {
  height: 28px;
  width: 28px;
  fill: currentColor;
}
.net-modal__close:hover {
  cursor: pointer;
}
.net-modal__close svg {
  color: white !important;
}
.net-modal__background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.net-modal__content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 13px 23px 0 rgba(0, 0, 0, 0.16);
  height: 860px;
  max-height: 95vh;
  max-width: 95vw;
}
.net-modal.is-fullsize {
  width: 95vw;
  height: 95vh;
}
.net-modal.is-large .net-modal__content {
  height: 100vh;
  width: 100vw;
  max-width: 600px;
  max-height: 800px;
}
@media screen and (min-width: 768px) {
.net-modal.is-large .net-modal__content {
    height: auto;
    min-width: 800px;
    max-width: 800px;
    max-height: 800px;
    min-height: 200px;
}
}
.net-modal.is-small .net-modal__content {
  height: auto;
  max-width: 300px;
  max-height: 300px;
  min-height: 100px;
}
.net-modal.is-medium .net-modal__content {
  height: 100vh;
  width: 100vw;
  max-width: 600px;
  max-height: 800px;
}
@media screen and (min-width: 768px) {
.net-modal.is-medium .net-modal__content {
    height: auto;
    max-width: 600px;
    max-height: 800px;
    min-height: 100px;
}
}
.net-modal.is-autoheight .net-modal__content {
  min-height: none;
  height: auto;
}
.net-modal__body {
  background-color: #f8f8fb;
  flex-grow: 1;
  overflow: hidden;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem 1rem 1rem 2rem;
}
.net-modal__padded {
  padding: 1rem;
}
.net-modal__close {
  position: absolute;
  right: 18px;
  top: 18px;
  color: #4a4a4a;
}
@media screen and (max-width: 991px) {
.net-modal.is-fullwidth-mobile .net-modal__content {
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    box-shadow: none;
}
.net-modal.is-fullwidth-mobile .net-modal__body {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 43px;
    left: 0;
    bottom: 0;
    width: 100vw;
}
}
html.has-modal-open body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-serviceitem__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-serviceitem__body {
  padding: 5px 0 10px 28px;
}
@font-face {
  font-family: "Open Sans";
  src: url("/Content/font/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.product-warranty-item {
  margin-top: 10px;
}
.product-warranty-item__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
.product-warranty-item__head {
    flex-direction: row;
    align-items: center;
}
}
.product-warranty-item__body {
  padding: 5px 0 10px 28px;
}
.product-warranty-item__label {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
@media (min-width: 768px) {
.product-warranty-item__label {
    flex-direction: row;
    align-items: center;
}
}
@media (min-width: 768px) {
.product-warranty-item__label-alt {
    display: flex;
    flex-direction: row;
    align-items: center;
}
}
.product-warranty-item__price {
  margin-left: 30px;
}
@media (min-width: 768px) {
.product-warranty-item__price {
    margin-left: 0;
}
}
.product-warranty-item__price.is-free {
  color: #04a64a;
  font-weight: 600;
}
.product-warranty-item .radio {
  padding-left: 30px;
  display: inline-flex;
}
.product-warranty-item .radio em {
  font-size: 14px;
  font-style: normal;
  color: #999;
}
.product-warranty-item .radio__text {
  margin: 0 !important;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
}
.product-warranty-item .c-layover {
  height: auto;
}
.product-warranty-item .c-layover__open, .product-warranty-item .c-layover, .product-warranty-item .c-cart__connectionservice-tooltip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.product-warranty-item .c-layover__open .icon {
  flex-shrink: 0;
  margin-right: 3px;
}
.product-warranty-item .c-layover__open .is-primary {
  color: #04a64a;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
button, input, select, textarea {
  margin: 0;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
@keyframes spin-around {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("/Content/font/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 1223px) {
.hide-tablet {
    display: none;
}
}
@media screen and (max-width: 767px) {
.hide-mobile {
    display: none;
}
}
@media screen and (max-width: 479px) {
.hide-mobile-portrait {
    display: none;
}
}
.product-tile {
  background: #fff;
  display: flex;
  flex-direction: row;
  width: 100%;
}
.product-tile__image {
  width: 40%;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
.product-tile__image {
    width: 100%;
}
}
.product-tile img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin: 20px 0;
}
.product-tile__title {
  color: #04a64a;
}
.product-tile__primary {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
.product-tile__primary {
    padding-left: 0;
}
}
.product-tile__primary > *:last-child {
  margin-top: auto;
}
.product-tile__details {
  margin-bottom: 20px;
}
.product-tile .button span {
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
.product-tile {
    flex-direction: column;
}
}
.icon svg {
  fill: currentColor;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
button, input, select, textarea {
  margin: 0;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
@keyframes spin-around {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("/Content/font/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 1223px) {
.hide-tablet {
    display: none;
}
}
@media screen and (max-width: 767px) {
.hide-mobile {
    display: none;
}
}
@media screen and (max-width: 479px) {
.hide-mobile-portrait {
    display: none;
}
}
.keen-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.keen-slider__slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100%;
}
.keen-slider[data-keen-slider-v] {
  flex-wrap: wrap;
}
.keen-slider[data-keen-slider-v] .keen-slider__slide {
  width: 100%;
}
.keen-slider[data-keen-slider-moves] * {
  pointer-events: none;
}
.v-slider {
  position: relative;
}
.v-slider:not(.is-initialized) .v-slider__slide {
  display: none;
}
.v-slider:not(.is-initialized) .v-slider__slide.is-initial {
  display: block;
}
.v-slider__dots {
  display: flex;
  padding: 10px 0;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
.v-slider__dots a {
  border: none;
  width: 10px;
  height: 10px;
  padding: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px 0 0;
  padding: 5px;
  cursor: pointer;
}
.v-slider__dots a:last-child {
  margin-right: 0;
}
.v-slider__dots a:focus {
  outline: none;
}
.v-slider__dots a.is-active {
  background: #000;
}
.v-slider__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: all;
  color: #4a4a4a;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.v-slider__control:first-child {
  left: 0;
  transform: translate(-100%, -50%);
}
.v-slider__control:last-child {
  right: 0;
  transform: translate(100%, -50%);
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
button, input, select, textarea {
  margin: 0;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
@keyframes spin-around {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("/Content/font/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 1223px) {
.hide-tablet {
    display: none;
}
}
@media screen and (max-width: 767px) {
.hide-mobile {
    display: none;
}
}
@media screen and (max-width: 479px) {
.hide-mobile-portrait {
    display: none;
}
}
.product-collection {
  margin-bottom: 20px;
}
.product-collection .v-slider {
  width: 100%;
}
.product-collection .v-slider .product-tile {
  width: 100%;
}
.product-collection__title {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
  font-weight: bold;
  padding: 20px 0;
  font-family: "Open Sans", "Arial", sans-serif;
}
.product-collection__items {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
.product-collection__items {
    flex-wrap: nowrap;
}
}
.product-collection__item {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
.product-collection__item {
    width: 25%;
    margin-bottom: 0;
}
.product-collection__item .product-tile {
    margin: 10px;
}
}
.product-collection__control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4a4a;
}
.product-collection__control .icon {
  width: 20px;
  height: 20px;
}
.product-collection__control .icon svg {
  width: 20px;
  height: 20px;
}
.product-collection__control:first-child {
  left: -40px;
}
.product-collection__control:last-child {
  right: -40px;
}
.product-collection.has-slider .product-collection__items {
  position: relative;
  padding: 0 40px;
}
.product-collection.has-slider .product-collection__item {
  width: 100%;
}
.product-collection.has-slider .keen-slider__slide {
  display: flex;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
button, input, select, textarea {
  margin: 0;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
@keyframes spin-around {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("/Content/font/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 1223px) {
.hide-tablet {
    display: none;
}
}
@media screen and (max-width: 767px) {
.hide-mobile {
    display: none;
}
}
@media screen and (max-width: 479px) {
.hide-mobile-portrait {
    display: none;
}
}
.rating-stars {
  display: flex;
  align-items: center;
}
.rating-stars__button {
  align-items: center;
  background-color: white;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  color: #444444;
  display: inline-flex;
  font-size: 14px;
  height: 40px;
  justify-content: flex-start;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: unset;
  padding: 0;
  border: 0;
  background-color: transparent;
  margin-right: 0rem;
  cursor: pointer;
}
.rating-stars__button:hover {
  border-color: #9d9d9c;
}
.rating-stars__button:active, .rating-stars__button:focus, .rating-stars__button.is-active {
  border-color: #04a64a;
  outline: none;
}
.rating-stars__button[disabled], .rating-stars__button.is-disabled {
  background-color: #fff;
  border-color: #e4e4e4;
  cursor: not-allowed;
  pointer-events: none;
}
.rating-stars__button[disabled]::-moz-placeholder, .rating-stars__button.is-disabled::-moz-placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.rating-stars__button[disabled]::-webkit-input-placeholder, .rating-stars__button.is-disabled::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.rating-stars__button[disabled]:-moz-placeholder, .rating-stars__button.is-disabled:-moz-placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.rating-stars__button[disabled]:-ms-input-placeholder, .rating-stars__button.is-disabled:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.3);
}
.rating-stars__button .rating-stars__icon,
.rating-stars__button .rating-stars__half {
  margin-right: 0;
}
.rating-stars__icon {
  display: flex;
  color: #ffd400;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0rem;
}
.rating-stars__icon.is-grey {
  color: #9d9d9c;
}
.rating-stars__half {
  display: flex;
  margin-right: 0rem;
}
.rating-stars__half .rating-stars__icon {
  margin-right: 0;
  width: 0.625rem;
  overflow: hidden;
}
.rating-stars__half .rating-stars__icon svg {
  width: 1.25rem;
}
.rating-stars__half :last-child svg {
  position: relative;
  right: 0.625rem;
}
.rating-stars__icons {
  display: flex;
  align-items: center;
}
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type=radio] {
  vertical-align: text-bottom;
}
input[type=checkbox] {
  vertical-align: bottom;
}
select, input, textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td, td img {
  vertical-align: top;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
button, input, select, textarea {
  margin: 0;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
@keyframes spin-around {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(359deg);
}
}
@-webkit-keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadeIn {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
@keyframes fadeOut {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
}
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}
@font-face {
  font-family: "Open Sans";
  src: url("/Content/font/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 1223px) {
.hide-tablet {
    display: none;
}
}
@media screen and (max-width: 767px) {
.hide-mobile {
    display: none;
}
}
@media screen and (max-width: 479px) {
.hide-mobile-portrait {
    display: none;
}
}
.rating-summary__item {
  font-size: 14px;
  margin-left: 10px;
}
.rating-summary__item a {
  color: #9d9d9c;
}
.rating-summary__item:not(:last-child) {
  margin-right: 0.32rem;
}
.rating-summary__image {
  display: flex;
  align-items: center;
}
.rating-summary__image > img {
  height: 22px;
}
.rating-summary {
  display: flex;
  align-items: center;
}
.product-context {
  padding: 1rem 2rem;
  background: #fff;
}
.product-context__nav {
  padding: 1rem 0;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.product-context__nav .button {
  margin-bottom: 10px;
}
.product-context__extra {
  padding: 1rem 0;
  border-top: 1px solid #e4e4e4;
}
.product-tile {
  border-bottom: 1px solid #cfcfcf;
  padding: 20px 0;
}
.product-tile__bottom {
  margin-top: 10px;
}
.product-services {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
.product-collection__item:last-child {
    margin: 0;
}
.product-collection__item:last-child .product-tile {
    border: 0;
    margin: 0;
    padding-bottom: 0;
}
}
@media (min-width: 768px) {
.product-context__nav-bottom {
    display: none;
}
.product-tile {
    border: 1px solid #cfcfcf;
    padding: 20px;
}
.product-context__nav {
    padding: 1rem 0;
    flex-direction: row;
    align-items: center;
}
.product-context__nav .button {
    margin-bottom: 0;
}
}
.store-card-pdp__address {
  width: 100%;
  margin-left: 30px;
}
.store-card-pdp__stock-container {
  display: flex;
  gap: 25px;
}
.store-card-pdp__information {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.store-card {
  padding: 10px 0;
}
.store-card.is-boxed {
  border: 1px solid #cbcbcb;
}
.store-card__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.store-card__title strong {
  margin: 0 10px;
}
.store-card__title .icon {
  transform: rotate(180deg);
}
.store-card__icon {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.store-card__icon a {
  color: inherit;
}
.store-card__icon .icon {
  margin: 0 10px 0 0;
  color: #04a64a;
  width: 14px;
  height: 14px;
}
.store-card.is-collapsible {
  border-top: 1px solid #cbcbcb;
}
.store-card.is-collapsible:last-child {
  border-bottom: 1px solid #cbcbcb;
}
.store-card.is-collapsible .store-card__body {
  display: none;
  padding: 10px 10px 10px 34px;
}
.store-card.is-collapsible.is-open .store-card__title .icon {
  transform: rotate(0deg);
}
.store-card.is-collapsible.is-open .store-card__body {
  display: block;
}
.store-card__body {
  font-size: 14px;
  padding: 10px;
}
.is-green {
  color: #009736;
}
.net-modal.is-store-availability-modal .net-modal__content {
  min-height: 600px;
}
.store-card__title {
  flex-wrap: wrap;
}
.store-card__title .store-card__name {
  flex-grow: 1;
}
.pdp-button {
  margin-bottom: 10px;
}
.product-quickinfo {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #cbcbcb;
}
