.type-detail .wide table.detail-parameters .shipping-options-row {
    display:none;
}
.social-buttons-wrapper .link-icon.print, .social-buttons-wrapper .link-icon.share
{
  display: none
}
a.wt_prodejny_link {
    color: #009901;
    text-decoration: underline !important;
    margin-left:20px;
}
.type-detail .wide table.detail-parameters {
    display: flex !important;
}
.ui-draggable .ui-dialog-titlebar {
    border: 0;
    background: #f0f0f0;
    padding: 20px;
}
#dialogForm p {
    margin-top: 10px;
    font-size: 16px;
}
#dialogForm p a {
    font-weight:700;
    text-decoration:underline
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
  }
  .ui-widget-overlay {
    background: #000000!important;
    opacity: .6!important;
    filter: Alpha(Opacity = 60)!important;
}
.ui-dialog {
    top: 35vh !important;
}
/*
.type-detail .wide table.detail-parameters.shipping-options-layout {
    opacity:0;
    transition:all ease-in-out 000ms;
}
.type-detail .wide table.detail-parameters.shipping-options-layout.faded {
    opacity:1;
}
*/

@media screen and (max-width:991px) {
    .ui-dialog {
        top: 30vh !important;
    }
}
@media only screen and (max-width: 992px) and (min-width: 480px) {
  
    .p-image-wrapper .slick-arrow {
      position: absolute;
      top: 50%;
      cursor: pointer;
      z-index: 99;
      background: transparent;
      border: none;
      font-size: 0;
    }
    .p-image-wrapper .slick-next {
      right: 30px;
    }
    .p-image-wrapper .slick-prev {
      left: 30px;
    }
    .p-image-wrapper .slick-arrow:before {
      font-family: 'shoptet';
      font-size: 30px;
      line-height: 1;
      display: inline-block;
    }
    .p-image-wrapper .slick-slide.slick-current .p-thumbnails-inner__video
  {
      max-width: -webkit-fill-available !important;
      height: -webkit-fill-available !important;
      margin-top: 25%;
  }
    .p-image-wrapper .slick-next:before {
      content: "❯" !important;
    }
    .p-image-wrapper .slick-prev:before {
      content: "❮" !important;
    }
    .p-image-wrapper .slick-slide .p-thumbnails-inner__video {
      display: none;
    }
    .p-image-wrapper .slick-slide.slick-current .p-thumbnails-inner__video {
      display: flex;
    }
  }
  