@charset "UTF-8";
.section-title, .product-page .page-title {
  font-family: "Roboto Slab", Cambria, "Times New Roman", serif;
}

.gallery-placeholder .gallery-arrow, .fotorama--fullscreen .gallery-arrow {
  fill: #ccc;
  height: 2.125rem;
  filter: drop-shadow(1px 1px 1px #162d39);
}
.gallery-placeholder .gallery-arrow:hover, .fotorama--fullscreen .gallery-arrow:hover {
  fill: #676d7f;
}
.gallery-placeholder .fotorama__arr, .fotorama--fullscreen .fotorama__arr {
  background-color: transparent;
  width: 40px;
}
.gallery-placeholder .fotorama__arr.fotorama__arr--disabled .gallery-arrow, .fotorama--fullscreen .fotorama__arr.fotorama__arr--disabled .gallery-arrow {
  opacity: 0;
}
.gallery-placeholder .fotorama__arr:hover, .fotorama--fullscreen .fotorama__arr:hover {
  background-color: transparent;
}
.gallery-placeholder .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr, .fotorama--fullscreen .fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
  left: 34px;
}
.gallery-placeholder .fotorama__arr.fotorama__arr--next .fotorama__arr__arr, .fotorama--fullscreen .fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
  right: -20px;
}
.gallery-placeholder .fotorama__arr .fotorama__arr__arr, .fotorama--fullscreen .fotorama__arr .fotorama__arr__arr {
  background-image: none;
  margin-top: 17px;
  width: 100%;
}
.gallery-placeholder .fotorama__thumb-border, .fotorama--fullscreen .fotorama__thumb-border {
  border-color: #0196e4;
  border-radius: 0.3125rem;
  background: rgba(1, 150, 228, 0.2);
}

.fotorama__fullscreen .fotorama--fullscreen {
  background: rgba(22, 45, 57, 0.85);
}
.fotorama__fullscreen .fotorama--fullscreen .fotorama__wrap {
  max-width: 800px !important;
  background: #ffffff;
  border-radius: 0.3125rem;
  box-shadow: 0px 2px 4px 0 rgba(22, 45, 57, 0.2);
  margin: 5rem auto;
}
.fotorama__fullscreen .fotorama--fullscreen .fotorama__stage {
  max-width: 800px;
  max-height: 600px;
}
.fotorama__fullscreen .fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  padding: 3rem;
}
.fotorama__fullscreen .fotorama--fullscreen .fotorama__stage__frame iframe {
  height: 100%;
}
.fotorama__fullscreen .fotorama--fullscreen .fotorama__zoom-in, .fotorama__fullscreen .fotorama--fullscreen .fotorama__zoom-out {
  display: none;
}
.fotorama__fullscreen .fotorama__thumb {
  background: transparent;
}
.fotorama__fullscreen .fotorama__nav--thumbs {
  text-align: center;
}
.fotorama__fullscreen .fotorama-video-container .product-video.responsive {
  height: 100%;
}

.gallery-wrapper {
  max-width: 100%;
  border: 1px solid #ccc;
  padding: 1rem;
  margin-bottom: 1rem;
}

.gallery-placeholder .fotorama__stage__shaft {
  max-width: 100%;
}
.gallery-placeholder .fotorama__nav-wrap {
  margin-top: 1rem;
}
.gallery-placeholder .fotorama__instruction {
  margin-top: 1rem;
  text-align: center;
  font-style: italic;
  display: none;
}
.gallery-placeholder .fotorama__nav--thumbs .fotorama__thumb {
  background: transparent;
}
.gallery-placeholder .fotorama__nav--thumbs .video-thumb-icon .fotorama__thumb:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  background: url("../images/icons/video.svg") no-repeat center center transparent;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
}

.fotorama__stage .fotorama__spinner {
  background-position: center;
  background-repeat: no-repeat;
  width: initial;
  height: initial;
}

.fotorama-item .fotorama__wrap--css3 .fotorama__spinner {
  animation: none;
  width: 80px;
  height: 120px;
}

@media screen and (min-width: 48em) {
  .gallery-placeholder .fotorama__instruction {
    display: block;
  }
}
.printer-product-list {
  margin: 1rem auto 2rem;
}

.popular-list-wrapper {
  margin-left: -0.5rem !important;
  margin-right: -0.5rem !important;
}
.popular-list-wrapper.printer .product-list-cell {
  padding: 1rem;
}

.product-list-wrapper {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.product-list-image {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.product-list-image img {
  width: 200px;
}
.product-list-image .xl-tooltip {
  position: absolute;
  bottom: 0.625rem;
  left: 0;
}
.product-list-image .xl-badge {
  cursor: help;
  background: #b3b5b9;
  padding: 0.375rem;
  display: block;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  box-shadow: 1px 1px 2px 0 rgba(22, 45, 57, 0.3);
}
.product-list-image .xl-badge:before {
  content: url("../../images/icons/high-yield.svg");
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  filter: invert(1) brightness(0.35);
}
.product-list-image .xl-badge:hover + .xl-tooltip-content {
  visibility: visible;
}
.product-list-image .xl-tooltip-content {
  visibility: hidden;
  color: #ffffff;
  position: absolute;
  z-index: 1;
  width: 12.5rem;
  font-size: 0.9375rem;
  background: #162d39;
  padding: 0.625rem;
  border-radius: 0.3125rem;
  bottom: 0;
  left: -5.3125rem;
  margin-bottom: 2.8125rem;
  box-shadow: 0px 2px 4px 0 rgba(22, 45, 57, 0.2);
}
.product-list-image .xl-tooltip-content:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #162d39;
  position: absolute;
  right: 50%;
  bottom: -20px;
  margin-right: -10px;
  z-index: 3;
}

.items-in-cart {
  margin: 0.75rem 0.5rem 0 0;
  text-align: right;
}

.atc-qty {
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-top: 0;
}
.atc-qty-wrapper {
  flex: 0 0 auto;
  max-width: 100%;
}
.atc-qty-num {
  width: 78px;
  margin: 0;
}
.atc-button {
  width: 100%;
  padding: 0.875rem 0;
}
.atc-button-wrapper {
  margin-left: 1rem;
}

.list-view, .grid-view, .small-grid-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.list-view .product-list-cell, .grid-view .product-list-cell, .small-grid-view .product-list-cell {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-grow: 1;
  padding: 2rem 1rem 3rem;
  border-bottom: 1px dotted #ccc;
}
.list-view .product-list-col, .grid-view .product-list-col, .small-grid-view .product-list-col {
  margin-bottom: 1rem;
}
.list-view .product-list-col .review-summary-actions, .grid-view .product-list-col .review-summary-actions, .small-grid-view .product-list-col .review-summary-actions {
  display: inline-block;
}
.list-view .product-list-col .product-title, .grid-view .product-list-col .product-title, .small-grid-view .product-list-col .product-title {
  margin-top: 1rem;
}
.list-view .product-list-col .product-title.pop-printers, .grid-view .product-list-col .product-title.pop-printers, .small-grid-view .product-list-col .product-title.pop-printers {
  display: inline-block;
  margin-top: 1rem;
}
.list-view .product-list-details, .grid-view .product-list-details, .small-grid-view .product-list-details {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
.list-view .product-list-details .price-saving, .grid-view .product-list-details .price-saving, .small-grid-view .product-list-details .price-saving {
  font-size: 0.9375rem;
}
.list-view .product-list-details .grid-review, .grid-view .product-list-details .grid-review, .small-grid-view .product-list-details .grid-review {
  margin-bottom: 1rem;
}
.list-view .catalog-add-cart-form, .grid-view .catalog-add-cart-form, .small-grid-view .catalog-add-cart-form {
  position: relative;
}
.list-view .catalog-add-cart-form .items-in-cart, .grid-view .catalog-add-cart-form .items-in-cart, .small-grid-view .catalog-add-cart-form .items-in-cart {
  position: absolute;
  bottom: -2.25rem;
  right: 0;
}

.list-view .product-list-cell {
  padding: 1.5rem 1rem;
}
.list-view .product-list-cell.last {
  border-bottom: 0;
}
.list-view .product-list-cell:last-child {
  border-bottom: 0;
}

.product-carousel-wrapper {
  margin: 4rem 0 5rem;
}
.product-carousel .slick-slider {
  display: flex;
  padding: 0 1.5rem;
}
.product-carousel .slick-list {
  display: flex;
}
.product-carousel .slick-track {
  display: flex;
}
.product-carousel .grid-view .product-list-cell {
  display: flex !important;
  flex-direction: column;
  border: 0;
  margin: 0 1rem;
  max-width: 300px;
  min-width: 300px;
  justify-content: space-between;
  min-height: 32.5rem;
}
.product-carousel .grid-view .product-image-photo {
  margin: 0 auto 1rem;
}
.product-carousel .product-title {
  position: relative;
  font-size: 0.9375rem;
  height: 3.9375rem;
  overflow: hidden;
}
.product-carousel .product-title:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 1.3125rem;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255) 50%);
}
.product-carousel .review-summary {
  font-size: 0.9375rem;
  margin-top: 0.25rem;
}
.product-carousel .price-final_price .price-wrapper {
  font-size: 1.5625rem;
}
.product-carousel .price-box {
  margin-bottom: 0.5rem;
}
.product-carousel .atc-box {
  margin-top: 1rem;
}

@media screen and (min-width: 48em) {
  .list-view .product-list-cell, .grid-view .product-list-cell, .small-grid-view .product-list-cell {
    margin: 1rem 0.5rem 1rem;
    justify-content: space-between;
  }
  .list-view .atc-qty, .grid-view .atc-qty, .small-grid-view .atc-qty {
    height: 2.5rem;
  }
  .list-view .atc-button, .grid-view .atc-button, .small-grid-view .atc-button {
    padding: 0.625rem 0;
  }
  .list-view .product-list-cell {
    flex-direction: row;
  }
  .list-view .product-list-image .product-image-container {
    max-width: 100%;
    margin: 0 auto;
  }
  .list-view .product-list-image img {
    max-width: 100%;
  }
  .list-view .product-list-top {
    flex-direction: column;
    max-width: 65%;
    margin-top: 0.5rem;
    margin-right: 1rem;
  }
  .list-view .product-list-top .product-title {
    margin-top: 0;
  }
  .list-view .product-list-image {
    float: left;
    max-width: 20%;
    margin-right: 1rem;
  }
  .list-view .product-list-col {
    float: left;
    max-width: calc(80% - 1rem);
  }
  .list-view .auto-spacer {
    display: none;
  }
  .list-view .product-list-details {
    margin-top: 0.5rem;
  }
  .product-carousel .grid-view .product-list-cell.last, .product-carousel .small-grid-view .product-list-cell.last {
    border: 0;
  }
  .list-view .product-list-cell {
    margin-top: 0;
    padding-bottom: 3rem;
    padding-top: 1rem;
  }
  .grid-view .product-list-image img, .small-grid-view .product-list-image img {
    max-width: 150px;
  }
  .grid-view .product-list-cell, .small-grid-view .product-list-cell {
    border: 1px dotted #ccc;
    border-radius: 0.3125rem;
    float: left;
  }
  .grid-view .product-list-cell.last, .small-grid-view .product-list-cell.last {
    border: 1px dotted #ccc;
  }
  .grid-view .product-list-top, .small-grid-view .product-list-top {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
  }
  .grid-view .product-list-cell {
    max-width: calc(50% - 1rem);
  }
  .small-grid-view .product-list-cell {
    max-width: calc(33.33% - 1rem);
  }
  .small-grid-view .atc-qty {
    width: 100%;
    margin: 0 0 1rem;
  }
  .small-grid-view .atc-qty-wrapper {
    min-width: 100%;
  }
  .small-grid-view .atc-button {
    margin-left: 0;
    width: 100%;
    padding: 0.875rem 0.625rem;
  }
  .small-grid-view .atc-button-wrapper {
    margin: 0;
    min-width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .list-view .product-list-cell {
    justify-content: space-between;
  }
  .list-view .product-list-image {
    margin-right: 2rem;
  }
  .list-view .product-list-col {
    max-width: calc(80% - 2rem);
  }
  .list-view .product-list-top {
    max-width: 70%;
    margin-right: 2rem;
  }
  .list-view .atc-button {
    width: 100%;
    padding: 0.625rem 0;
  }
  .grid-view .product-list-cell {
    max-width: calc(33.33% - 1rem);
  }
  .small-grid-view .product-list-cell {
    max-width: calc(25% - 1rem);
  }
  .small-grid-view .atc-button {
    padding: 0.625rem 0;
  }
}
@media screen and (min-width: 75em) {
  .small-grid-view .atc-qty {
    width: auto;
    margin: 0;
  }
  .small-grid-view .atc-qty-wrapper {
    min-width: initial;
  }
  .small-grid-view .atc-button-wrapper {
    margin-left: 1rem;
    min-width: initial;
  }
}
.our-price {
  margin: 0.5rem 0 0;
}

.price-box {
  display: inline-block;
  vertical-align: baseline;
}
.price-label {
  font-size: 1.0625rem;
  font-style: italic;
  display: block;
}
.price-final_price .price-wrapper {
  font-size: 1.625rem;
  color: #ee4530;
  font-weight: 700;
  font-family: "Roboto Slab", Cambria, "Times New Roman", serif;
}
.price-tier_price .price-wrapper {
  font-weight: 700;
}
.price-msrp {
  font-size: 0.9375rem;
  vertical-align: middle;
}
.price-saving {
  margin: 0 0 1.25rem;
}

.product-info-price .price-final_price .price-wrapper {
  font-size: 1.875rem;
}

.prices-tier-wrapper {
  padding-right: 0;
}

.product-store-credit-discount {
  border-top: 1px solid #ccc;
  margin-top: 1.25rem;
  padding-top: 0.75rem;
}

.prices-tier.items {
  border: 1px solid #ccc;
  border-collapse: initial;
  border-spacing: 0;
  margin: 1.5rem 0 0;
  max-width: 18.75rem;
}
.prices-tier.items tbody th, .prices-tier.items tbody td {
  padding: 0.5rem;
}
.prices-tier.items tbody tr:nth-child(even) {
  background: #ffffff;
}
.prices-tier.items tbody:first-child th {
  border-top-left-radius: 0.3125rem;
}
.prices-tier.items tbody:first-child td {
  border-top-right-radius: 0.3125rem;
}
.prices-tier.items tbody:last-child th {
  border-bottom-left-radius: 0.3125rem;
}
.prices-tier.items tbody:last-child td {
  border-bottom-right-radius: 0.3125rem;
}

@media screen and (min-width: 48em) {
  .price-box {
    margin-left: 0;
  }
  .product-store-credit-discount {
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .product-info-price .price-saving {
    display: inline-block;
    margin-left: 1rem;
  }
}
.spec-table, .accordion.series-list, .no-result.ice-panel, .loading-wrapper.brand, .accordion.printer-list {
  background: #ffffff;
  border: 1px solid #73bf44;
  border-top-width: 5px;
  padding: 1rem;
}

.accordion.series-list {
  margin-top: 1.5rem;
}
.accordion.series-list .accordion-content {
  padding: 0;
  display: none;
}
.accordion.series-list .accordion-item {
  border-bottom: 1px dotted #73bf44;
}
.accordion.series-list .accordion-item:last-of-type {
  border-bottom: 0;
}
.accordion.series-list .accordion-item.is-active .accordion-content {
  display: block !important;
}

ul.model-list {
  width: 100%;
  margin-left: -0.75rem;
  list-style: none;
}
ul.model-list li {
  display: inline-block;
  width: calc(50% - 1rem);
  margin: 0.25rem;
  padding: 0.25rem 0.5rem;
  vertical-align: top;
}
ul.model-list li:before {
  display: none;
}
ul.model-list li .model-list-link {
  font-weight: 400;
  color: #333333;
  border: none;
  position: relative;
  z-index: 1;
}
ul.model-list li .model-list-link span {
  border-bottom: 3px solid transparent;
}
ul.model-list li .model-list-link span.matched-pid {
  position: relative;
  border-bottom: 3px solid #73bf44;
}
ul.model-list li .model-list-link span.matched-pid:after {
  content: "←  Your Printer";
  font-style: italic;
  margin-left: 0.5rem;
  display: inline-block;
  position: absolute;
  left: 115%;
  width: 6.875rem;
}

@media screen and (min-width: 48em) {
  ul.model-list li {
    width: calc(33.33% - 1rem);
  }
}
@media screen and (min-width: 64em) {
  .accordion.series-list {
    margin-top: 2rem;
    padding: 1rem 2rem;
  }
  .accordion.printer-list {
    padding: 1rem 2rem;
  }
  ul.model-list {
    margin-left: -1.25rem;
  }
  ul.model-list li {
    padding: 0.25rem 1rem;
  }
}
@media screen and (min-width: 75em) {
  ul.model-list li {
    width: calc(25% - 1rem);
  }
}
/* Slider */
.slick-loading .slick-list {
  background: #fff;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  width: initial;
  height: 1.75rem;
  filter: drop-shadow(1px 1px 1px rgba(22, 45, 57, 0.7));
  cursor: pointer;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  z-index: 10;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  fill: #676d7f;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.slick-prev {
  left: 5px;
}

.slick-next {
  right: -5px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -5px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 0.5rem;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:before {
  width: 0;
  height: 0;
  border-radius: 0;
  margin: 0;
  display: none;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background: #9a9da6;
}
.slick-dots li button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
  background: #ccc;
  text-align: center;
}
.slick-dots li.slick-active button:before {
  background: #676d7f;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media screen and (min-width: 48em) {
  .product-page .product-sub-wrapper {
    font-weight: 700;
    border-radius: 0 0 0.3125rem 0.3125rem;
  }
  .product-page .product-sub-wrapper .icon {
    color: #559a13;
    margin-right: 0.5rem;
  }
  .product-page .product-sub-wrapper .accordion-title {
    display: inline-block;
    font-size: 1.0625rem;
    color: #3c6d0d;
    background: linear-gradient(0deg, #559a13, #559a13) no-repeat left 100%;
    background-size: 0 2px;
    transition: all 0.35s;
    padding-bottom: 0.125rem;
  }
  .product-page .product-sub-wrapper .accordion-title:hover {
    background-size: 100% 2px;
    background-position-x: left;
  }
  .product-page .product-sub-wrapper .accordion-title:before {
    display: none;
  }
  .product-page .product-sub-wrapper .accordion-content {
    padding-top: 1.5rem;
  }
  .product-page .product-sub-wrapper .policy {
    font-weight: normal;
    font-size: 88%;
    line-height: 1.2;
  }
  .product-page .product-sub-wrapper .pill-form input {
    width: calc(70% - 20px);
    margin-right: 0.5rem;
  }
}
.catalog-product-view .sp-wrapper {
  margin: 1.5rem 0;
}

.callout.coupon-notice {
  padding: 0.5rem 1rem 0.5rem 3.5rem;
  border-color: #00aa61;
  color: #333333;
}
.callout.coupon-notice:before {
  content: url("../images/icons/coupon.svg");
}
.callout.coupon-notice.closeable {
  padding-right: 2.5rem;
}

.divider-or.instant-purchase:after {
  background: #f7f7f7;
  color: #9a9da6;
  font-size: 0.9375rem;
  text-transform: initial;
  content: "or buy now with";
}

.video-link-wrapper {
  margin-top: 2rem;
}
.video-link-wrapper .video-container.widescreen {
  margin-top: 1rem;
  padding-bottom: 16.875rem;
}
.video-link-wrapper .video-container.widescreen iframe {
  max-width: 30rem;
  max-height: 16.875rem;
}

.product-page {
  padding: 0 0.5rem;
}
.product-page .page-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.product-page .product-sec-info .sp-icons {
  fill: rgba(0, 115, 192, 0.7);
}
.product-page .product-sec-info .selling-points {
  padding: 0.25rem 0.625rem;
}
.product-page .product-sec-info .selling-points-text {
  font-size: 1rem;
}
.product-page .product-info-right {
  margin-top: 1rem;
}
.product-page .product-info-right .review-summary {
  margin-bottom: 1rem;
}
.product-page .product-pricing-wrapper {
  margin: 0;
}
.product-page .product.media .gallery-placeholder__image {
  max-width: 9.375rem;
}
.product-page .product-add-form {
  margin-top: 1.25rem;
}
.product-page .product-add-form .addtocart-box {
  margin-top: 0.5rem;
  border-bottom: 3px solid #ffe0c5;
  padding-bottom: 1.5rem;
}
.product-page .product-add-form .addtocart-label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.product-page .product-add-form .addtocart-input {
  width: auto;
  max-width: 5rem;
}
.product-page .product-add-form .instant-purchase {
  width: 100%;
}
.product-page .product-add-form .qty-wrapper, .product-page .product-add-form .in-cart-wrapper {
  display: inline-block;
  vertical-align: middle;
}
.product-page .product-add-form .qty-wrapper input, .product-page .product-add-form .qty-wrapper select, .product-page .product-add-form .in-cart-wrapper input, .product-page .product-add-form .in-cart-wrapper select {
  margin-bottom: 0;
}
.product-page .tabs-wrapper {
  margin-top: 3rem;
  width: 100%;
}
.product-page .subs-sp {
  margin: 1rem 0 0.5rem 0.4rem;
}
.product-page .description h1 {
  display: none;
}

.spec-table {
  margin-top: 1rem;
}
.spec-table tbody tr {
  border-bottom: 1px dotted #ccc;
}
.spec-table tbody tr:nth-child(even) {
  background-color: transparent;
}
.spec-table tbody tr:last-child {
  border: 0;
}

.cutofftime-message {
  margin-top: 1rem;
}

.model-series-title {
  font-size: 1.1875rem;
  font-weight: 800;
}

.product-store-credit-icon {
  fill: rgba(0, 115, 192, 0.7);
}

.stock {
  margin: 1.5rem 0 1rem;
}

.product-info-main {
  margin-top: 2rem;
}
.product-info-main .product-image {
  max-width: 9.375rem;
  display: block;
  margin: 0 auto 1rem;
}
.product-info-main .instant-purchase {
  margin: 1rem 0 1rem;
}

.product-info-price .price-box {
  vertical-align: baseline;
}
.product-info-price .msrp-price {
  display: block;
  font-size: 0.9375rem;
  vertical-align: baseline;
}
.product-info-price .items-in-cart {
  margin: 1.5rem 0 0;
}

.comp-wrapper {
  margin: 0.5rem 0;
  font-size: 0.9375rem;
}

.comp-label {
  color: #00814a;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.comp-label a {
  font-weight: 700;
  color: #00814a;
  border-color: #b3b5b9;
}
.comp-label a:hover {
  color: #00b467;
  border-color: transparent;
}
.comp-icon {
  fill: #00aa61;
}

.product-options-wrapper {
  display: none;
}

.product-detail-section {
  margin: 5rem auto;
}

.product-sub-wrapper .subscribe {
  display: block;
  margin-top: 0.5rem;
}
.product-sub-wrapper .subscribe input, .product-sub-wrapper .subscribe .button {
  width: 100%;
}
.product-sub-wrapper .subscribe .button {
  margin-top: 1rem;
}

.description {
  margin-top: 1rem;
}

@media screen and (min-width: 48em) {
  .media {
    padding-right: 3rem;
  }
  .product-page {
    padding: 0;
  }
  .product-page .section-title {
    font-size: 1.875rem;
  }
  .product-page .product-info-right {
    margin-top: 0;
    padding: 2rem;
    background: #fff9f3;
    border: 1px solid #ffe9d5;
    border-top-width: 5px;
  }
  .product-page .product-info-right .page-title {
    margin-top: 0;
  }
  .product-page .product-add-form .addtocart-box {
    margin-bottom: 0;
  }
  .product-page .product-add-form .addtocart-button {
    margin-top: 0;
  }
  .product-page .product-add-form .atc-qty {
    margin-bottom: 0;
  }
  .product-page .product-add-form .instant-purchase {
    width: 100%;
  }
  .product-page .product.media .gallery-placeholder__image {
    max-width: 100%;
  }
  .product-info-price .items-in-cart {
    text-align: left;
    margin-top: 1rem;
  }
  .description {
    margin-top: 0;
  }
  .product-page .product-sub-wrapper .subscribe {
    margin-top: 0;
  }
  .product-page .product-sub-wrapper .subscribe input {
    display: inline-block;
    width: 65%;
  }
  .product-page .product-sub-wrapper .subscribe .button {
    display: inline-block;
    width: calc(35% - 1rem);
    margin: 0;
  }
}
/*# sourceMappingURL=product-page.css.map */
