/* Product Detail */
@media print {   
   blockquote,
   .alert,
   #accessories,
   .nav,
   footer,
   .btn-primary,
   .push,
   .img-wrapper::before {
   	display:none;
   }   

   body {
	font-size:14px;
   }

   .content {
   	padding:0;
   }

   .initial-state {
   	background:none !important;
   }     

   .product .col-sm-5 {
        width:25% !important;   	
        float:left !important;
   }

   .product .col-sm-6 {
        width:75% !important;   	
        float:left !important;
   }
   
   .product .product-quer {
       width:100% !important;
   }
   
   .product .product-quer + .img-wrapper {
        width:25% !important;   	
        float:left !important;
   }   

   .product-meta .col-sm-6 {
       width:50% !important;
       float:left !important;
       font-size:12px !important;
   }
}
