/home2/kerimkazan/dvf/yazdir3.css
@media print {
  body {
    margin: 0;
    padding: 0;
  }

  .print {
    page-break-after: avoid;
  }

@page {
  
    height: auto;
    size: 80mm;
  }
  
  img.qr-code {
    position: absolute;
    top: 10mm;
    right: 10mm;
    width: 30mm;
    height: 30mm;
  }
  
  body {
    font-family: Arial, sans-serif;
    font-size: 12px;
  }
  
  .print {
    width: 100%;
  }
  
  .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  
  .col-6 {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .col-lg-4 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .col-lg-2 {
    flex-basis: 16.6667%;
    max-width: 16.6667%;
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .mb-5 {
    margin-bottom: 3rem;
  }
  
  .text-start {
    text-align: start;
  }
  
  .mt-2 {
    margin-top: 0.5rem;
  }
  
  .mb-2 {
    margin-bottom: 0.5rem;
    font-size: 12px;
  }
  
  .float-end {
    float: right;
  }
  
  .table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border-collapse: collapse;
  }
  
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    text-align: left;
  }
  
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
  }
  
  .table tbody + tbody {
    border-top: 2px solid #dee2e6;
  }
  
  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
      border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
  }
  
  .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
  }
  
  .btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
  }
  
  .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .fa-map:before {
    content: "\f041";
  }
  
  .fa-phone:before {
    content: "\f095";
  }
  
  .fa-envelope:before {
    content: "\f0e0";
  }
  
  h1 {
    font-size: 24px;
    text-align: center;
  }
  
  .print-products td:first-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
  }
  
  .total_price,
  .total_discount,
  .net_total_price {
    font-weight: bold;
  }