.aap_print_version::after {
  content: "2.2";
}
@media print {
  @page {
    size: letter portrait;
    margin: 0.4in 0.25in 0.4in 0.25in;
    zoom: 100%;
    font-size: 16px;
  }
  body {
    font-size: 16px;
  }
  .header-advanceimage {
    padding-left: 40px;
    padding-top: 5px;
    width: 250px;
  }
  .header-advanceimage > img {
    zoom: 2000%;
  }
  .header-signout {
    width: 80%;
    padding-left: 800px;
  }
  .checkout-header-signout {
    width: 80%;
    padding-left: 800px;
  }
  a[href]:after {
    content: none !important;
  }
  .default-screen-size-IE {
    width: 1100px;
  }
  /* cart print style */
  .container-fluid.bg_white {
    max-width: 1170px;
  }
  .checkout-header {
    text-align: left;
    width: 200px;
  }
  .checkout-header-login-name {
    padding-top: 17px;
  }
  .container-fluid.shoppingcart {
    width: 1170px;
  }
  .cart_remove,
  .cart_remove_all {
    display: none !important;
  }
  .panel-default > .panel-heading {
    border-color: #000;
  }
  .panel-body {
    border-bottom: 1px solid #000;
  }
  .product-list-image {
    width: 10.66666667%;
    float: left;
    padding: 0;
  }
  .img-pad-left {
    height: 80px;
    width: 80px;
  }
  .pricing-section {
    width: 10%;
    text-align: center;
  }
  .product-yousave,
  .add2CartMini {
    display: none !important;
  }
  .sm-styling {
    display: none;
    width: 25%;
  }
  .xm-styling {
    display: none;
    width: 25%;
    float: left;
  }
  .hidden-sm {
    display: block !important;
  }
  .visible-sm {
    display: none !important;
  }
  .panel-body > .col-md-7.no_padding > .col-sm-7.col-md-6.no_padding {
    width: 100.33333333%;
    float: left;
  }
  .panel-body > .col-md-7 {
    width: 76.33333333%;
    float: left;
  }
  .footer-wrapper {
    max-width: 1170px;
  }
  .head_addr,
  .footer-terms_copyright {
    width: 50%;
  }
  .footer-terms_copyright {
    text-align: right;
  }
 
  div.pricing-section > button:nth-child(1) {
    display: none;
  }
  .caller_id,
  .header-needhelp {
    margin-left: 0;
    padding-left: 0;
  }
  .helpOverlay-Chat-div {
    display: none;
  }
  .number-spinner .btn-glyph-style {
    display: none !important;
  }
  .spinner-qty label:first-child {
    display: inline-block;
    vertical-align: text-top;
    padding: 2px 0;
    text-transform: lowercase;
  }
  .spinner-qty label:nth-child(2) {
    display: none !important;
  }
  .spinner-qty label::first-letter {
    text-transform: capitalize;
  }
  .number-spinner input {
    border: none !important;
  }
  p.panel-body-part-sku {
    display: none;
  }
  .togglebtn {
    display: none;
  }
  .cart_head {
    display: none;
  }
  .unit-price-value {
    float: right;
  }
  .unit-price-text {
    padding-right: 0px;
  }
}
