.actual-image {
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  box-sizing: border-box;
}
.prod-img {
  height: auto;
  background-color: #f5f5f5;
}
.prod-img img {
  margin: 0 auto;
}
.prod-img .pdt-img-aspect {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.prod-img .nav-arrow {
  background: inherit;
}
.prod-img .nav-arrow.next {
  left: 20px;
}
.prod-img .nav-arrow.prev {
  right: 20px;
}
.prod-img .nav-arrow.arrow-disabled {
  display: block;
}
.prod-img .carousel-dot {
  background-color: #757575;
  height: 6px;
  width: 6px;
  vertical-align: middle;
}
.prod-img .carousel-dot.selected {
  background-color: #fff;
  border: 2px solid #757575;
  height: 10px;
  width: 10px;
}
.prod-img.v2 {
  background-color: transparent;
}
.prod-img.v2 .product-img-slider {
  min-height: 240px;
  padding: 15px;
}
.prod-img.v2 .actual-image {
  max-width: 208px;
  max-height: 195px;
}
.prod-img.v2 .carousel-indicator {
  top: 50px;
}
.prod-img.v2 .carousel-indicator .carousel-dot {
  height: 8px;
  width: 8px;
  border: 1px solid #CCCCCC;
  background-color: transparent;
}
.prod-img.v2 .carousel-indicator .carousel-dot.selected {
  background-color: #2C3038;
  width: 35px;
  height: 6px;
  border-radius: 50px;
  border: none;
}
.prod-img.v2 .nav-arrow:before {
  font-size: 35px;
  color: #767676;
}
.product-img-slider {
  padding: 30px;
  position: relative;
  min-height: 260px;
  overflow: hidden;
  text-align: center;
}
.image-bullets {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  left: 0;
  width: 100%;
  visibility: visible;
  padding: 0;
  margin: 0;
  text-align: center;
  line-height: 20px;
  list-style: none;
}
@media only screen and (max-width: 800px) {
  .prod-img.v2 .carousel-indicator {
    top: -20px;
  }
  .prod-img.v2 .actual-image {
    max-width: 190px;
  }
  .prod-img.v2 .nav-arrow {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .product-img-slider {
    min-height: 200px;
  }
  .actual-image img {
    max-height: 170px;
  }
}
@media only screen and (max-width: 700px) {
  .actual-image img {
    max-height: 150px;
  }
}
@media only screen and (max-width: 640px) {
  .product-img-slider {
    height: 210px;
    min-height: auto;
  }
}
@media only screen and (min-width: 1023px) {
  .product-card:hover .prod-img {
    background-color: #e9e9e9;
  }
}

.ksps {
  margin: 10px 0;
  height: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
  max-height: 120px;
}
.ksps li {
  font-size: 16px;
  font-weight: 100;
  color: #666666;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ksps li:before {
  content: '\2022';
  font-weight: bolder;
  margin-right: 10px;
}
.ksps.v2 {
  margin: 15px 0;
  height: 44px;
  padding: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}
@media (max-width: 767px) {
  .ksps.v2 {
    display: block;
  }
}
.ksps.v2 li {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  display: inline;
  font-size: 14px;
  color: #2C3038;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: normal;
  margin-right: 5px;
}
.ksps.v2 li:before {
  margin-right: 5px;
}
.ksps.v2 li:first-child:before {
  display: none;
}

.violator-container.v2 {
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  color: #2C3038;
  margin-top: 10px;
  font-size: 16px/24px;
  height: 1.4em;
  overflow: hidden;
  padding: 0 10px;
}
@media only screen and (max-width: 800px) {
  .violator-container.v2 {
    height: auto;
  }
}
.violator-container.v2 h4,
.violator-container.v2 p {
  margin: 0;
}

.product-badge {
  font-family: 'HP Simplified', 'HP Simplified', Arial;
  font-weight: 600;
  font-size: 14px/20px;
  display: inline-block;
  text-transform: uppercase;
  color: #2C3038;
  height: 28px;
  max-width: 148px;
  padding: 4px 16px;
  border-radius: 30px;
}
.product-badge.primary {
  background-color: #C9E4FF;
}

.product-card-detail {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}
.product-card-detail .product-sku {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  margin: 0 auto;
  font-size: 12px/14px;
  color: #767676;
  max-width: 94px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-card-detail .reviews-row {
  display: flex;
  justify-content: center;
  min-height: 28px;
}
.product-card-detail .reviews-row .product-badge {
  margin-left: 12px;
}
.product-card-detail .product-review .stars-sprite {
  vertical-align: middle;
  margin-right: 5px;
}
.product-card-detail .product-review .avg-rating {
  vertical-align: bottom;
}
.product-card-detail .product-review .num-reviews {
  vertical-align: bottom;
}
.product-card-detail .product-badge {
  margin-left: 5px;
}
.product-card-detail .prod-img.v2 .nav-arrow {
  visibility: hidden;
}
.product-card-detail .prod-img.v2:hover .nav-arrow {
  visibility: visible;
}
.product-card-detail .violator-container.empty {
  margin-top: 15px;
  height: 1.4em;
}
.product-card-detail .violator-tooltip {
  margin: 0;
}
.product-card-detail .pdp-link {
  font-size: 20px;
  letter-spacing: 0.75px;
  text-decoration: none;
  text-transform: none;
  line-height: inherit;
  color: #000;
  font-weight: 100;
}
.product-card-detail .pdp-link:hover {
  text-decoration: none;
}
.product-card-detail .ksps.v2 {
  margin-top: 0;
}
.product-card-detail .product-title h3 {
  padding-top: 25px;
  font: normal normal bold 20px/28px Montserrat;
  height: 80px;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}
@media (min-width: 1023px) and (max-width: 1365px) {
  .product-card-new .product-card-detail {
    max-width: 300px;
  }
}
@media only screen and (max-width: 800px) {
  .product-card-new .product-card-detail {
    padding: 0 10px;
  }
  .product-card-new .product-card-detail .prod-img.v2 .product-img-slider {
    min-height: 208px;
  }
  .product-card-new .product-card-detail .product-title h3 {
    height: auto;
  }
  .product-card-new .product-card-detail .violator-container.empty {
    height: 0;
  }
  .product-card-new .product-card-detail .ksps {
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .product-card-new .product-details,
  .product-card-new.udf .product-details {
    min-height: auto;
  }
  .product-card-new .product-title,
  .product-card-new.udf .product-title {
    height: auto;
  }
  .product-card-new .product-title h3,
  .product-card-new.udf .product-title h3 {
    font-size: 20px;
  }
}

.compare-checkbox {
  margin: 40px auto 0 auto;
  max-width: 240px;
  min-width: 200px;
  color: #2C3038;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .compare-checkbox {
    margin: 30px auto 20px auto;
  }
}
.compare-checkbox .compare-check {
  display: inline-block;
  width: 24px;
}
.compare-checkbox button {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}
.compare-checkbox .checkbox-container {
  display: inline-block;
  min-width: auto;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Montserrat';
}
.compare-checkbox .checkbox-container .checkbox,
.compare-checkbox .checkbox-container .icon {
  width: 24px;
  height: 24px;
  top: 6px;
}

.product-detail .loyalty-badge,
.pdp-mobile-content .loyalty-badge {
  margin-bottom: 10px;
  position: relative;
}
.product-detail .loyalty-badge .badge-icon,
.pdp-mobile-content .loyalty-badge .badge-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-bottom: 3px;
  background-image: url('//www.hp.com/us-en/shop/app/assets/images/uploads/prod/royalty-badge1600820105775471.png');
}
.product-detail .loyalty-badge .tooltip,
.pdp-mobile-content .loyalty-badge .tooltip {
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  color: #5855b1;
  padding: 12px 0 0 8px;
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
}
.product-detail .loyalty-badge .tooltip:hover,
.pdp-mobile-content .loyalty-badge .tooltip:hover {
  text-decoration: underline;
}
.product-detail .loyalty-badge .tooltip-popover,
.pdp-mobile-content .loyalty-badge .tooltip-popover {
  left: 0;
  bottom: 30px;
  border: 1px solid #ccc;
}
.product-detail .loyalty-badge .tooltip-popover .popover-before,
.pdp-mobile-content .loyalty-badge .tooltip-popover .popover-before,
.product-detail .loyalty-badge .tooltip-popover .popover-after,
.pdp-mobile-content .loyalty-badge .tooltip-popover .popover-after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
}
.product-detail .loyalty-badge .tooltip-popover .popover-after,
.pdp-mobile-content .loyalty-badge .tooltip-popover .popover-after {
  margin-left: -5px;
  border-width: 5px;
  border-top-color: #fff;
}
.product-detail .loyalty-badge .tooltip-popover p,
.pdp-mobile-content .loyalty-badge .tooltip-popover p {
  font-size: 14px;
  line-height: 20px;
}
.product-detail .loyalty-badge .tooltip-popover a,
.pdp-mobile-content .loyalty-badge .tooltip-popover a {
  text-decoration: underline;
  font-weight: normal;
}
.pdp-mobile-content .loyalty-badge .tooltip .tooltip-popover {
  left: 20%;
  max-width: 250px;
}

/**TODO: The redux approach of tracking input type was causing too many re-renders 
so in the interest of time we are doing this*/
body.using-touchscreen .product-card-new .prd-card-footer .prd-card-cta,
body.using-keyboard .product-card-new .prd-card-footer .prd-card-cta {
  visibility: visible;
}
.pdp-v2 .product-card-new .prd-card-footer .prod-card-price {
  margin: 20px auto 0 auto;
}
.prd-card-footer {
  letter-spacing: 0;
}
.prd-card-footer .PriceBlock-module_center__2s6Z3 {
  margin: 20px auto 0 auto;
}
.prd-card-footer .compare-checkbox {
  margin: 10px auto 0 auto;
}
.prd-card-footer .button-animated {
  width: 50%;
  border-radius: 0;
}
.prd-card-footer .button-animated .position-container {
  height: 20px;
}
.prd-card-footer .subline {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  height: 40px;
  margin-top: 10px;
}
.prd-card-footer .subline .compare-checkbox {
  margin: 0;
  min-width: 180px;
}
.prd-card-footer .subline .loyalty-badge {
  display: inline-block;
  min-width: 190px;
  padding: 10px 0;
  font-size: 12px;
  font-family: 'HP Simplified', Arial;
  font-weight: 400;
  font-weight: normal;
  color: #5855B1;
  position: relative;
}
.prd-card-footer .subline .loyalty-badge .tooltip {
  vertical-align: top;
  position: absolute;
  top: 3px;
}
.prd-card-footer .subline .loyalty-badge .tooltip.v2.default-tooltip .tooltip-popover {
  left: auto;
}
.prd-card-footer .subline .loyalty-badge .badge-icon {
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-right: 5px;
  margin-bottom: 3px;
  background-image: url('//www.hp.com/us-en/shop/app/assets/images/uploads/prod/royalty-badge1600820105775471.png');
}
.prd-card-footer .subline .loyalty-badge .title {
  vertical-align: top;
  margin-right: 5px;
}
.prd-card-footer .subline .compare {
  margin: 0 20px 0 0;
}
.prd-card-footer .prd-card-cta {
  visibility: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 52px;
  display: flex;
}
.prd-card-footer .prd-card-cta.show-cta {
  visibility: visible;
}
.prd-card-footer .prd-card-cta .prd-card-view-details {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  padding: 0;
  width: 100%;
  border: none;
}
.prd-card-footer .prd-card-cta .prd-card-view-details:hover {
  text-decoration: none;
  background-color: transparent;
}
.prd-card-footer .prd-card-cta .prd-card-view-details:focus {
  background-color: white;
}
.prd-card-footer .prd-card-cta .view-details {
  flex-basis: 50%;
  flex-grow: 1;
}
.prd-card-footer .prd-card-cta .purchase-btn-container {
  flex-basis: 50%;
}
.prd-card-footer .prd-card-cta .purchase-btn-container.offline-product {
  display: none;
}
.prd-card-footer .prd-card-cta .purchase-btn-container .buy-button-container {
  width: 100%;
}
.prd-card-footer .prd-card-cta .purchase-btn-container .buy-button-container .btn.btn-primary.add-to-quote {
  background-color: black;
  margin-left: 0;
}
@media (min-width: 1023px) and (max-width: 1365px) {
  .prd-card-footer .subline {
    display: block;
  }
  .prd-card-footer .subline .compare-checkbox {
    margin: 5px auto 0 auto;
  }
  .prd-card-footer .subline .loyalty-badge {
    padding: 5px 0;
  }
  .prd-card-footer .subline .loyalty-badge .tooltip {
    top: -1px;
  }
}
@media only screen and (max-width: 1024px) {
  .prd-card-footer .prd-card-cta {
    visibility: visible;
  }
}
@media only screen and (max-width: 920px) {
  .prd-card-footer .subline .compare {
    margin-right: 0;
  }
}
@media only screen and (max-width: 800px) {
  .prd-card-footer .subline {
    height: auto;
    flex-direction: column;
    margin-top: 30px;
  }
  .prd-card-footer .subline .compare-checkbox {
    margin: 0 auto;
  }
  .prd-card-footer .prd-card-cta {
    position: static;
    font-size: 14px;
  }
  .prd-card-footer .prd-card-cta .prd-card-view-details {
    background-color: white;
  }
  .prd-card-footer .prd-card-cta .btn {
    max-width: none;
  }
}
@media only screen and (max-width: 640px) {
  .product-card-new .prd-card-footer,
  .product-card-new.udf .prd-card-footer {
    padding-top: 0;
  }
}
@media only screen and (max-width: 350px) {
  .product-card-new .prd-card-cta {
    font-size: 12px;
  }
}

.prd-card-bundle-box {
  position: relative;
  margin-bottom: 8px;
  background-color: white;
}
.prd-card-bundle-box .item-info {
  position: absolute;
  display: flex;
  justify-content: space-around;
  right: 60px;
  bottom: 0;
  min-width: 280px;
  overflow: hidden;
  height: 60px;
  background-color: white;
  font-size: 12px;
  font-family: 'Montserrat';
  line-height: 60px;
  box-shadow: -5px 4px 6px #CCCCCC;
}
.prd-card-bundle-box .item-info.closed {
  width: 0;
  min-width: auto;
}
.prd-card-bundle-box .item-info .name {
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 10px;
}
.prd-card-bundle-box .item-info .prd-price {
  padding-top: 0;
}
.prd-card-bundle-box .item-info .prd-price .sale-price {
  display: none;
}
.prd-card-bundle-box .item-info .prd-price .list-price,
.prd-card-bundle-box .item-info .prd-price .sale-price.non-sale {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: 600;
  line-height: 20px;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 12px;
}
.prd-card-bundle-box .item-info .prd-price .sale-price.non-sale {
  display: block;
  margin-top: 0;
  color: #666666;
}
.prd-card-bundle-box .item-info .prd-price .list-price .strike-price:before {
  display: none;
}
.prd-card-bundle-box .item-info .prd-price .list-price:before {
  content: "Worth:";
  display: block;
  font-weight: normal;
}

.prd-card-bundle {
  position: absolute;
  z-index: 1;
}
.prd-card-bundle .img-ph-wrapper {
  display: flex;
  padding: 10px;
  box-shadow: -3px 4px 12px #CCCCCC;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.prd-card-bundle img {
  height: auto;
  width: 45px;
}

.product-card-new {
  text-align: center;
  width: 31.5%;
  background-color: #fff;
  box-shadow: 0 1px 0 0 rgba(245, 245, 245, 0.9);
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  min-height: 700px;
  border: 1px solid #E2E2E2;
}
.product-card-new:hover {
  background-color: #f5f5f5;
}
.product-card-new:hover .ksps.v2:after {
  background-color: #f5f5f5;
}
.product-card-new:hover .prd-card-cta {
  visibility: visible;
}
.product-card-new:hover .prod-img.product-card-img .nav-arrow {
  visibility: visible;
}
.product-card-new:hover .prod-img.product-card-img .nav-arrow:before {
  font-size: 35px;
}
.product-card-new:hover .prod-img.product-card-img .nav-arrow:hover:before {
  color: #2C3038;
}
.product-card-new.placeholder .prd-price {
  display: none;
}
.product-card-new.udf {
  /** always pin udf to the left */
  float: left;
  cursor: auto;
  cursor: initial;
  padding: 0;
  /** footer banner should always be fill width*/
}
.product-card-new.udf .footer-banner {
  display: none;
}
.product-card-new.udf .footer-banner h4 {
  margin: 5px 0 10px;
  font-size: 1.4em;
}
.product-card-new.udf.last {
  width: 100% !important;
}
.product-card-new:first-child.udf {
  overflow: hidden;
}
.product-card-new:last-child.udf {
  display: block;
  width: 100%;
  max-width: 100%;
}
.product-card-new:last-child.udf .footer-banner {
  display: block;
}
.product-card-new .prd-card-bundle {
  right: 0;
  top: 76px;
  margin-right: 10px;
}
.product-card-new div.promo-tile-text {
  font-family: 'HP Simplified', Arial;
  font-weight: 300;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 0;
}
.product-card-new .udf div.large-tile-text {
  margin-bottom: 25px;
}
.product-card-new .udf div.small-tile-text {
  margin-bottom: 37px;
  line-height: 18px;
}
@media only screen and (max-width: 1280px) {
  .product-card-new,
  .product-card-new.udf {
    min-width: 300px;
    width: 49%;
    max-width: inherit !important;
  }
}
@media only screen and (max-width: 800px) {
  .product-card-new {
    width: 100%;
    min-height: auto;
    margin: 0;
    border: none;
    border-bottom: 1px solid #CCCCCC;
  }
  .product-card-new:hover {
    background-color: white;
  }
}
@media only screen and (max-width: 765px) {
  div.promo-tile-text {
    min-height: 0;
  }
}

.radio-button {
  padding: 12px 15px;
  min-width: 230px;
  text-align: left;
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: block;
  font-family: 'Montserrat';
}
.radio-button img {
  max-width: 5rem;
}
.radio-button .radio-label {
  flex-grow: 1;
}
.radio-button .radio-title {
  display: block;
}
.radio-button .radio-info {
  font-size: 0.875rem;
}
.radio-button .color-swatch {
  display: inline-block;
  border-radius: 0.125rem;
  margin: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.radio-button:hover {
  background-color: #E8E8E8;
}
.radio-button [type="radio"]:checked,
.radio-button [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-button [type="radio"]:checked + .custom-radio:before,
.radio-button [type="radio"]:not(:checked) + .custom-radio:before {
  content: '';
  position: absolute;
  right: 12px;
  top: 8px;
  width: 24px;
  height: 24px;
  border: 1px solid #2C3038;
  border-radius: 100%;
  background: transparent;
}
.radio-button [type="radio"]:checked + .custom-radio:after,
.radio-button [type="radio"]:not(:checked) + .custom-radio:after {
  content: '';
  width: 18px;
  height: 18px;
  background: #2C3038;
  position: absolute;
  top: 12px;
  right: 16px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.radio-button [type="radio"]:not(:checked) + .custom-radio:after {
  opacity: 0;
  transform: scale(0);
}
.radio-button [type="radio"]:checked + .custom-radio:after {
  opacity: 1;
  transform: scale(1);
}
.radio-button.dark {
  color: #fff;
}
.radio-button.dark [type="radio"]:checked + .custom-radio:before,
.radio-button.dark [type="radio"]:not(:checked) + .custom-radio:before {
  border-color: #fff;
}
.radio-button.dark [type="radio"]:checked + .custom-radio:after,
.radio-button.dark [type="radio"]:not(:checked) + .custom-radio:after {
  background: #fff;
}
.radio-button.tile {
  display: flex;
  align-items: center;
  box-shadow: 0 3px 6px rgba(44, 48, 56, 0.251);
  padding: 3.4375rem 3.75rem 3.4375rem 1.25rem;
  margin-bottom: 1.25rem;
}
.radio-button.tile.checked {
  border: 2px solid #2C3038;
}
.radio-button.tile [type="radio"]:checked + .custom-radio:before,
.radio-button.tile [type="radio"]:not(:checked) + .custom-radio:before {
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}
.radio-button.tile [type="radio"]:checked + .custom-radio:after,
.radio-button.tile [type="radio"]:not(:checked) + .custom-radio:after {
  top: 50%;
  right: 1.45rem;
  transform: translateY(-50%);
}
.radio-button.tile .radio-info {
  right: 4.0625rem;
}
@media (hover: none) {
  .radio-button:hover {
    background-color: transparent;
    background-color: initial;
  }
}

.drawer-compare-container {
  max-width: 100%;
  background-color: #2C3038;
}
.drawer-compare {
  font-family: 'Montserrat';
  justify-content: space-between;
  color: white;
  height: 100%;
  display: flex;
  padding: 18px;
  max-width: 106.25rem;
  margin: auto !important;
}
.drawer-compare .compare-label {
  padding-left: 16px;
  text-align: left;
  font-size: 13px;
  font-weight: 300;
}
.drawer-compare .compare-actions {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 20px;
}
.drawer-compare .compare-actions .collapse {
  display: flex;
  text-align: right;
  font-weight: 300;
  margin-bottom: 25px;
  height: 24px;
  justify-content: flex-end;
  cursor: pointer;
}
.drawer-compare .compare-actions .collapse .icon {
  height: 18px;
  position: relative;
  margin-left: 30px;
}
.drawer-compare .compare-actions .collapse .icon path:nth-child(2) {
  fill: #fff;
}
.drawer-compare .compare-actions .primary {
  margin-bottom: 10px;
  width: 100%;
}
.drawer-compare .mobile-actions {
  display: none;
}
@media (max-width: 1023px) {
  .drawer-bottom {
    height: 230px;
  }
  .drawer .grid.grid-container {
    padding: 0;
    margin: 0;
  }
  .drawer .grid.grid-container .grid-column {
    background-color: #F4F4F4;
    border: solid 1px #CCCCCC;
    margin: 0;
    height: 182px;
  }
  .drawer .grid.grid-container .grid-column .span-container {
    height: 100%;
    margin: 0;
  }
  .drawer .grid.grid-container .grid-column .span-container .compare-box {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .drawer .grid.grid-container .grid-column .span-container .compare-box.item .product {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .drawer .grid.grid-container .grid-column .span-container .compare-box.error {
    padding: 0 10px;
  }
  .drawer .grid.grid-container .mobile-actions {
    display: flex;
    width: 100%;
  }
  .drawer .grid.grid-container .mobile-actions .metrics-wrapper {
    flex-grow: 1;
  }
  .drawer .grid.grid-container .mobile-actions .btn-compare {
    background-color: #165DBA;
    border-radius: unset;
    height: 48px;
    width: 100%;
  }
  .drawer .grid.grid-container .mobile-actions .btn-compare.disable {
    color: white;
    background-color: #E8E8E8;
  }
  .drawer .grid.grid-container .mobile-actions .collapse {
    display: inline-block;
    width: 103px;
    display: flex;
    text-align: center;
    font-weight: 300;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .drawer .grid.grid-container .mobile-actions .collapse .icon {
    height: 18px;
    position: relative;
    right: -8px;
  }
  .drawer .grid.grid-container .mobile-actions .collapse .icon path:nth-child(2) {
    fill: #fff;
  }
  .drawer.collapse {
    bottom: 0;
    height: 50px;
  }
  .drawer.collapse .mobile-actions {
    justify-content: flex-end;
  }
  .drawer.collapse .btn-compare {
    display: none;
  }
}
@media (max-width: 767px) {
  .drawer-bottom {
    height: 413px;
  }
  .drawer-bottom .order-1 {
    order: 4;
  }
  .drawer-bottom .order-2 {
    order: 3;
  }
  .drawer-bottom .order-3 {
    order: 2;
  }
  .drawer-bottom .order-4 {
    order: 1;
  }
  .drawer-bottom .mobile-actions {
    order: 5;
  }
}


/*# sourceMappingURL=3329.f54a16f5377e8658ee1b.css.map*/