@media print {
.sidebar { height: auto !important; }

	
.main-content,
.sidebar {
	display: block;
	width: 100% ;
}

.sidebar { min-height: 0px !important; }

.footer { border-top: none !important; }

.cart_area .cart_wrapper,
.header,
.footer,
.msrp_notice.isOn,
#product_selector_form,
.form_selection_heading,
.pagination,
.show-product-amt,
.ccm-paging-top
 { display: none !important; }

  a[href]:after {
    content: none !important;
  }
  
.product-list-main .ccm-core-commerce-add-to-cart {
}

.product-list-main .ccm-core-commerce-add-to-cart:after { clear: both; content: ""; display: block; }
 
.product-list-main .ccm-core-commerce-add-to-cart table,
.product-list-main .ccm-core-commerce-add-to-cart table tbody,
.product-list-main .ccm-core-commerce-add-to-cart table tbody tr {
	display: block !important;	
}

.product-list-main .ccm-core-commerce-add-to-cart table { margin-bottom: 10px !important; }

.product-list-main .ccm-core-commerce-add-to-cart table tbody tr:nth-of-type(1) {
	width: 30% !important;
	float: left !important;
}

.product-list-main .ccm-core-commerce-add-to-cart table tbody tr:nth-of-type(2) {
	width: 70% !important;
	float: left !important;
	text-align: left !important;
}



.single-product-side .ccm-core-commerce-add-to-cart table tbody tr:nth-of-type(1),
.single-product-main .ccm-core-commerce-add-to-cart table tbody tr:nth-of-type(1) {
	width: 100% !important;
	float: none !important;
	
}

.single-product-side .ccm-core-commerce-add-to-cart table tbody tr:nth-of-type(2),
.single-product-main .ccm-core-commerce-add-to-cart table tbody tr:nth-of-type(2) {
	width: 100% !important;
	float: none !important;
}

.col-md-push-3,
.col-md-pull-9 {
    left: 0px !important;
}

.product-list-side .ccm-input-submit,
.single-product .ccm-input-submit { display: none !important; }


}