@media print {

    .container {
        min-width: auto; 
    }

    .cart-product {
        display: table;
        vertical-align: middle;
    }
    .cart-product .cart-product__img {
        display: table-cell;
        vertical-align: middle;
        width: 150px;
    }
    .cart-product .cart-product__desc {
        display: table-cell;
        vertical-align: middle;
        width: 250px;
        padding-left: 25px;
    }
    a[href]:after {
      content: none
    }
    .cart {
        padding: 0;
    }
    #bx-panel,
	.footer,
	.store__print,
	.store__more,
	.navbar,
	.top-header,
	.cart-footer,
	.links--footer,
	.bx-breadcrumb,
	.container > .row > .col-xs-1  {	
		display:none;
		} 
    .container > .row > .col-xs-4 {
    	float: none;
    	width: 100%;
    }
    #bx-panel-top,
    #bx-panel-site-toolbar,
    #bx-panel {
    	display: none;
    }
    .cart-product__img {
    	border: 0; 
    }
    .carousel-wrap,
    .store-filter__item,
    .store__title,
    .store__left {
    	display: none;
    }
    .store-filter__item.active {
    	display: block;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: normal;
    }
    .store__slider div:nth-child(1),   
    .store__slider div:nth-child(2) {   
        display: block !important; 
        position: static !important;
        margin-bottom: 20px !important;
    }
    .store__slider > div {
        text-align: left;
    }
    .store__right .bx-viewport {
        height: auto !important; 
    }
    .print-placemark {
        display: block;
    }
    .footer-copy {
    	display: none;
    }

}