
.fiyat_listesi.gorunum_tablo {
  .fiyat_listesi_ustbilgi {
    width: 100%; margin-bottom: 10px; float: left; display: inline-block; background-size: contain; background-position: bottom right; background-repeat: no-repeat;
    .fiyat_listesi_ustbilgi_sol {
      width: calc(100% - 200px); float: left;
      h6 {
        color: #999999; font-size: 18px; font-weight: 400; margin-bottom: 6px;
        b { color:#004984; }
        i { font-size: 17px; color:#000; cursor: pointer; }
        input { font-size: 18px; }
      }
      h5 {
        span {
          color: #000; font-size: 25px; font-weight: bold;
          i { font-size: 17px; cursor: pointer; }
        }
        input { font-size: 25px; }
      }
    }
  }
  .fiyat_listesi_icerik {
    width: 100%; float: left;
    table {
      margin-top: 10px; border: 1px solid; border-collapse: collapse; width: 100%; float: left; page-break-before: always;
      tr {
        page-break-inside: avoid; page-break-after: auto;
      }
      thead {
        th {
          padding: 10px 4px; background-color: #000; color:#fff; font-size: 12px; font-weight: bold;
        }
      }
      tbody {
        font-size: 13px;
        td {
          border: 1px solid #000; padding: 10px; text-align: center; vertical-align: top; background-color: #fff;
          input { min-width: 20px; border:1px solid #EFEFF5; padding: 8px; width: 100%; }
        }

        .fiyat_listesi_satir_gorsel {
          padding: 0; position: relative; width: 120px!important;
          .fiyat_listesi_satir_goster { width: 120px; height: 120px; background-repeat: no-repeat; background-size: contain; background-position: top center; }
          label {
            width: 100%; height: 100%; display: block; position: absolute; left:0; top:0; cursor: pointer;
            input { display: none; }
            .fiyat_listesi_satir_duzenle {
              width: 100%; height: 100%; display: grid; place-items: center; background-color: rgba(255, 255, 255, 0.89);
              i { color:#999999; font-size: 22px; }
            }
          }
        }

        .fiyat_listesi_satir_urun {
          text-align: left; min-width: 150px;
        }

        .fiyat_listesi_satir_aciklama, .fiyat_listesi_satir_kutu_icerigi {
          max-width: 200px; min-width: 170px; text-align: left;
          textarea {
            height: 70px; width: 100%; border:1px solid #EFEFF5;
          }
        }

        .fiyat_listesi_satir_ozellikler {
          //min-width: 175px;
          ul {
            display: grid; grid-gap: 4px;
            div {
              span.fiyat_listesi_satir_goster {
                display: grid; justify-items: flex-start; text-align: left; min-width: 105px;
                h6 { font-size: 11px; }
                h5 { font-size: 12px; font-weight: 400; }
              }
              span.fiyat_listesi_satir_duzenle {
                display: grid; grid-auto-flow: column; padding: 0; min-width: 200px;
                input:first-of-type { border-right: 0; }
                button {
                  background-color: #EFEFF5; border:0; color:darken(#EFEFF5, 50); font-size: 11px; padding: 4px;
                }
              }
              &:last-of-type span:first-of-type { }
            }
          }
          > button {
            float:right; margin-top: 4px; background-color: #EFEFF5; border:0; color:darken(#EFEFF5, 50); font-size: 11px; padding: 4px; font-weight: 500;
          }
        }
        .fiyat_listesi_satir_adet, .fiyat_listesi_satir_min_adet {
          width: 65px!important; padding:10px 5px;
          input { width: 100%!important; }
        }
        :is(.fiyat_listesi_satir_fiyat, .fiyat_listesi_satir_toplam) {
          width: 90px!important; padding:10px 5px;
          input { width: 100%; }
        }
        .fiyat_listesi_satir_butonlar {
          width: 26px!important; padding: 2px;
          > div {
            display: grid; grid-gap: 2px;
            button {
              background-color: #333; color:#fff; border:0; height: 24px; width: 24px; border-radius: 4px;
            }
          }
        }

      }
    }
    .fiyat_listesi_icerik_aciklama {
      border: 1px solid #000; padding: 15px; margin-top: -1px; width: 100%; float: left;
      page-break-inside: avoid; page-break-after: auto;
      h6 {
        font-size: 13px; font-weight: bold; width: 100%;
        i { font-size: 17px; cursor: pointer; }
      }
      textarea {
        border: 0; width: 100% !important; height: 130px; padding: 0; font-family: "Open Sans", sans-serif!important;
      }
      p { font-size: 13px; }
    }
    .fiyat_listesi_icerik_altbilgi {
      margin-top: 30px; display: grid; grid-auto-flow: column; justify-content: space-between; width: 100%; float: left;
      page-break-inside: avoid; page-break-after: auto;
      .fiyat_listesi_icerik_altbilgi_sol {
        display:grid; grid-auto-flow: column; grid-gap: 1em;
        .fiyat_listesi_icerik_altbilgi_sol_icerik {
          max-width: 170px; float: left;
          p {
            strong { font-weight: 600; }
            b { font-weight: 500; }
          }
        }
      }
      .fiyat_listesi_icerik_altbilgi_sag {
        min-width: 280px; display:grid;
        div {
          padding: 10px; border-bottom: 1px solid #000; display: block; float: left; width: 100%;
          b { padding-right: 8px; float: left; }
          p { font-weight: 600; float: right; margin:0; }
        }
      }
    }
  }
}


@mixin printReady {
  .fiyat_listesi.gorunum_tablo {
    padding: 6px 6px 6px!important;
    .fiyat_listesi_ustbilgi {
      .fiyat_listesi_ustbilgi_sol {
        :is(h6, h5) > span > i {display: none;}
        h6 {
          > b > i {display: none;}
          > span > i {display: none;}
        }
        h5 > span > i {display: none;}
      }
    }
    .fiyat_listesi_icerik {
      width: 100%!important;
      table {
        width: 100%!important; border-width: 0.75pt;
        thead {
          font-size: 8pt;
        }
        tbody {
          font-size: 8pt;
          td { border-width: 0.75pt; }
        }
      }
      .fiyat_listesi_icerik_aciklama {
        font-size: 8pt; border-width: 0.75pt; margin-top: -0.75pt;
        h6 {
          font-size: 9pt;
          i { display: none; }
        }
      }
      .fiyat_listesi_icerik_altbilgi {
        font-size: 8pt;
        .fiyat_listesi_icerik_altbilgi_sol {
          //font-size: 9pt;
        }
        > ul li {
          border-bottom-width: .75pt;
        }
      }
    }
  }
}

@media print {
  @include printReady();
}
.printReady {
  @include printReady();
}