/*@media print {*/
    * {
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        border: 0!important;
    }
    html, body { height: auto; }
    .wrapper {
      min-height: auto;
      height: auto !important;
      height: auto;
      margin: 0; /* the bottom margin is the negative value of the footer's height */
    }
    .push {
      display: none;
    }
    footer {
        background: none!important;
        page-break-before: avoid;
        page-break-after: avoid;
        height: auto
    }
    a {
        text-decoration: underline;
    }

    a[href]:after {
        content: none !important;
    }

    a.skip_print_url:after {
        content: "";
    }


    a[href="#"],
    a[href="javascript:"],
    a[href="#"]:after,
    a[href="javascript:"]:after {
        content: "";
    }

    h1 {
        color: #fff!important;
    }
    ul {
        list-style:none!important;
        padding-left: 0!important;
    }
    .no-print { display: none!important; }

    .product-tooltip {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        z-index: 10;
    }
    
    
/*}*/


