.in-konference .p-tools
{
    display: none;
}
/* SimpleShop pop-up formulář */

body.admin-logged .btn-simpleshop {
    display: inline-block !important;
  }
  
  body.admin-logged p:has(> .btn-simpleshop) {
    display: block !important;
  }
  
  .simpleshop-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .6);
    padding: 20px;
    overflow-y: auto;
  }
  
  .simpleshop-modal.is-open {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  
  .simpleshop-modal-dialog {
    position: relative;
    width: 100%;
    margin: auto;
  }
  
  #simpleshop-modal-title {
    position: absolute;
  }
  
  /* Zavírací křížek plave nad formulářem - vlastní hlavičku pop-up nemá,
       nadpis si vykresluje formulář sám. */
  .simpleshop-modal-close {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 1;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    font-family: Montserrat, sans-serif !important;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    padding: 0;
    transition: .3s ease-out;
  }
  
  .simpleshop-modal-close:hover,
  .simpleshop-modal-close:focus {
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    outline: none;
  }
  
  .simpleshop-modal-body {
    position: relative;
    padding: 0;
    min-height: 200px;
  }
  
  .simpleshop-modal-iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 480px;
    border: 0;
  }
  
  /* Zamezí rolování stránky pod otevřeným pop-upem */
  body.simpleshop-modal-lock {
    overflow: hidden;
  }
  
  @media screen and (max-width: 767px) {
    .simpleshop-modal {
      padding: 0;
    }
  
    /* Na mobilu přes celou obrazovku - formulář uvnitř je dost vysoký */
    .simpleshop-modal-dialog {
      max-width: none;
      min-height: 100%;
      display: flex;
      flex-direction: column;
    }
  
    .simpleshop-modal-body {
      flex: 1 1 auto;
    }
  
    .simpleshop-modal-iframe {
      height: 100%;
      min-height: 100vh;
    }
  }

  /* SimpleShop pop-up formulář */
.simpleshop-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, .6);
    padding: 20px;
    overflow-y: auto;
  }
  
  .simpleshop-modal.is-open {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  
  .simpleshop-modal-dialog {
    position: relative;
    width: 100%;
    margin: auto;
  }
  
  #simpleshop-modal-title {
    position: absolute;
  }
  
  /* Zavírací křížek plave nad formulářem - vlastní hlavičku pop-up nemá,
       nadpis si vykresluje formulář sám. */
  .simpleshop-modal-close {
    position: absolute;
    top: 32px;
    right: 32px;
    z-index: 1;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, .9);
    color: #fff;
    font-family: Montserrat, sans-serif !important;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    padding: 0;
    transition: .3s ease-out;
  }
  
  .simpleshop-modal-close:hover,
  .simpleshop-modal-close:focus {
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    outline: none;
  }
  
  .simpleshop-modal-body {
    position: relative;
    padding: 0;
    min-height: 200px;
  }
  
  .simpleshop-modal-iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    min-height: 480px;
    border: 0;
  }
  
  /* Zamezí rolování stránky pod otevřeným pop-upem */
  body.simpleshop-modal-lock {
    overflow: hidden;
  }
  
  @media screen and (max-width: 767px) {
    .simpleshop-modal {
      padding: 0;
    }
  
    /* Na mobilu přes celou obrazovku - formulář uvnitř je dost vysoký */
    .simpleshop-modal-dialog {
      max-width: none;
      min-height: 100%;
      display: flex;
      flex-direction: column;
    }
  
    .simpleshop-modal-body {
      flex: 1 1 auto;
    }
  
    .simpleshop-modal-iframe {
      height: 100%;
      min-height: 100vh;
    }
  }